From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 00:33: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 33A6816A40F for ; Sun, 2 Jul 2006 00:33:08 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF60F43D48 for ; Sun, 2 Jul 2006 00:33:07 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from dominion.borderworlds.dk (dominion.borderworlds.dk [10.1.0.10]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 4DDCBB97D for ; Sun, 2 Jul 2006 02:33:06 +0200 (CEST) Received: by dominion.borderworlds.dk (Postfix, from userid 2000) id 2F5288C8; Sun, 2 Jul 2006 02:33:05 +0200 (CEST) To: freebsd-questions@freebsd.org References: From: Christian Laursen Date: Sun, 02 Jul 2006 02:33:04 +0200 In-Reply-To: (bill's message of "Sat, 1 Jul 2006 06:52:19 -0400") Message-ID: 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: bill Subject: Re: Linux shared libs on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 00:33:08 -0000 bill writes: > We have a third-party php extension that we need to use for a > specific application here. The extension is compiled for Linux, but > it appears that its possible to use them in FreeBSD under the Linux > emulation. It is, but it's not pretty. > Its not working out so well for us, unfortunately. Here's what I've > done, and hopefully someone can point out where we've gone wrong and > maybe suggest a fix: > > 1) the PHP .so has been branded using: brandelf -t Linux > > 2) linux compatibility is enabled, linprocfs is mounted, etc. > > 3) the port linux_base-8-8.0_14 is installed and seems to be working > properly. > > I think that should about do it, no? Not quite. You can't mix native binaries and linux libraries. You need to use a php built for linux and load your .so into that. I had to do this once and chose to run php in cgi mode from a native apache. If you want to use php as an apache module, you'll need an apache built for linux as well. -- Christian Laursen From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 00:40: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 EF7BB16A59F for ; Sun, 2 Jul 2006 00:40:45 +0000 (UTC) (envelope-from chowse@charter.net) Received: from mxsf40.cluster1.charter.net (mxsf40.cluster1.charter.net [209.225.28.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id C376944EA8 for ; Sat, 1 Jul 2006 19:56:37 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxip01a.cluster1.charter.net (mxip01a.cluster1.charter.net [209.225.28.131]) by mxsf40.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k61Juaho008323 for ; Sat, 1 Jul 2006 15:56:36 -0400 Received: from 24-176-112-254.dhcp.jcsn.tn.charter.com (HELO [192.168.254.3]) ([24.176.112.254]) by mxip01a.cluster1.charter.net with ESMTP; 01 Jul 2006 15:56:37 -0400 X-IronPort-AV: i="4.06,198,1149480000"; d="scan'208"; a="204451272:sNHT40435814" Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <200607011544.50178.amistry@am-productions.biz> References: <726E36F8-D30D-486B-BBC2-960DFA47B1FA@charter.net> <200607011316.58940.amistry@am-productions.biz> <200607011544.50178.amistry@am-productions.biz> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <17F63632-4EF3-4411-AF2D-C3D0BEAB5423@charter.net> Content-Transfer-Encoding: 7bit From: Charles Howse Date: Sat, 1 Jul 2006 14:56:35 -0500 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.2) Subject: Re: permissions in devfs.conf don't stick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 00:40:46 -0000 On Jul 1, 2006, at 2:44 PM, Anish Mistry wrote: > On Saturday 01 July 2006 14:34, Charles Howse wrote: >> On Jul 1, 2006, at 12:16 PM, Anish Mistry wrote: >>> On Saturday 01 July 2006 11:54, Charles Howse wrote: >>>> I've added the following to /etc/devfs.conf: >>>> own lpt0 root:wheel >>>> perm lpt0 0660 >>>> >>>> Save that, then, # chmod 0660 /dev/lpt0 >>>> >>>> When I reboot, the permissions revert to the default of 0600. >>>> Anyone know why that is? >>> >>> man devfs.rules >>> http://am-productions.biz/docs/devfs.rules.php >> >> Sorry, this just isn't working for me. >> >> /etc/rc.conf contains: >> devfs_rulesets="/etc/defaults/devfs.rules /etc/devfs.rules" >> devfs_system_ruleset="local_rules" >> >> $ cat /etc/devfs.rules >> [local_rules=10] >> add path lpt0 mode 660 group wheel >> >> devfs does not complain when I restart it. > When you restart devfs "/etc/rc.d/devfs restart" are the correct > permission that you've set in devfs.rules applied? >> Well, they are now. I decided to press "Enter" at the end of the second line in devfs.rules. Apparently, that's what it wanted. That seems to me to be an inconsistency with lots of files. Some want the cr/lf, some don't. -- Thanks, Charles http://bubbabbq.homeunix.net From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 00:41: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 C0BF416A598 for ; Sun, 2 Jul 2006 00:41:03 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE5F44A56 for ; Sat, 1 Jul 2006 19:44:10 +0000 (GMT) (envelope-from amistry@am-productions.biz) Received: from [192.168.1.100] (am-productions.biz [69.61.164.22]) (authenticated bits=0) by mail.united-ware.com (8.13.6/8.13.6) with ESMTP id k61Jng5d056465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 1 Jul 2006 15:49:48 -0400 (EDT) (envelope-from amistry@am-productions.biz) From: Anish Mistry Organization: AM Productions To: freebsd-questions@freebsd.org Date: Sat, 1 Jul 2006 15:44:42 -0400 User-Agent: KMail/1.9.1 References: <726E36F8-D30D-486B-BBC2-960DFA47B1FA@charter.net> <200607011316.58940.amistry@am-productions.biz> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1271692.bBlhjuUijk"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607011544.50178.amistry@am-productions.biz> X-Spam-Status: No, score=-3.3 required=5.0 tests=ALL_TRUSTED,BAYES_60, J_CHICKENPOX_45,J_CHICKENPOX_55,MYFREEBSD2 autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.united-ware.com X-Virus-Scanned: ClamAV 0.88.2/1578/Fri Jun 30 05:34:32 2006 on mail.united-ware.com X-Virus-Status: Clean Cc: Charles Howse Subject: Re: permissions in devfs.conf don't stick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 00:41:03 -0000 --nextPart1271692.bBlhjuUijk Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 01 July 2006 14:34, Charles Howse wrote: > On Jul 1, 2006, at 12:16 PM, Anish Mistry wrote: > > On Saturday 01 July 2006 11:54, Charles Howse wrote: > >> I've added the following to /etc/devfs.conf: > >> own lpt0 root:wheel > >> perm lpt0 0660 > >> > >> Save that, then, # chmod 0660 /dev/lpt0 > >> > >> When I reboot, the permissions revert to the default of 0600. > >> Anyone know why that is? > > > > man devfs.rules > > http://am-productions.biz/docs/devfs.rules.php > > Sorry, this just isn't working for me. > > /etc/rc.conf contains: > devfs_rulesets=3D"/etc/defaults/devfs.rules /etc/devfs.rules" > devfs_system_ruleset=3D"local_rules" > > $ cat /etc/devfs.rules > [local_rules=3D10] > add path lpt0 mode 660 group wheel > > devfs does not complain when I restart it. When you restart devfs "/etc/rc.d/devfs restart" are the correct=20 permission that you've set in devfs.rules applied? > I've tried: > 'lpt*' > 'lpt0*' > > No matter what, the permissions revert to 600 when I reboot. > How about a little nudge in the right direction? :) > > > -- > Webmaster's Computer Page - > http://bubbabbq.homeunix.net/webmaster.html > > > _______________________________________________ > 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 Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ --nextPart1271692.bBlhjuUijk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEptCyxqA5ziudZT0RAtSBAJ9KAlEUQHYaZQ1QK1hSFe4C4ZOjuwCgu05V ubEEBZa8wecZkTQhU3He7jo= =l7nL -----END PGP SIGNATURE----- --nextPart1271692.bBlhjuUijk-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 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 19C0D16A403 for ; Sun, 2 Jul 2006 01:34:24 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E9045257 for ; Sun, 2 Jul 2006 01:34:23 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (localhost.natserv.net [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id 82C7EB822 for ; Sat, 1 Jul 2006 21:34:22 -0400 (EDT) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 499BEB81F for ; Sat, 1 Jul 2006 21:34:22 -0400 (EDT) Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Free BSD Questions list Date: Sat, 01 Jul 2006 21:34:22 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Urgent: Downgrading from 6.X to 5.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, 02 Jul 2006 01:34:24 -0000 How can I downgrade from 6.1 Stable to 5.5 Stable? Having all type of problems with NFS. Both with the server and the client. >From what I read on the stable list others are having simmilar problems, but don't see any mention of fixes. I need to downgrade a number of machines from 6.1 Stable to 5.5 stable What do I need to do? cvsup to 5.5 stable? On the archives I see mention of a delete flag to cvsup. Do I need to do one run with "cvsup -D" and then a regular pass? From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 01:47: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 7259A16A407 for ; Sun, 2 Jul 2006 01:47:07 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 983324507F for ; Sun, 2 Jul 2006 01:26:31 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k621QOx80322; Sat, 1 Jul 2006 18:26:24 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Message-ID: <001501c69d76$8645f030$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "William" References: <002701c6969e$7b4ed180$3c01a8c0@coolf89ea26645> <44A4B603.1070403@mawer.org> <44A4BFA3.8090503@mawer.org> <44A4D20C.9040307@mawer.org> <002f01c69d46$789e9c50$3c01a8c0@coolf89ea26645> Date: Sat, 1 Jul 2006 18:26:20 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: Antony Mawer , freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.0 compat with DL320 G4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 01:47:07 -0000 What I had to do is mount a floppy in a second machine, copy the broadcom driver patch over to the floppy, then mount the floppy in the DL320 and copy the driver to the system, recompile the kernel with the patched driver. Once the initial patch for the Broadcom chip is made, it will give you a usable enough network connection so that you can copy larger files over without the server panicing, however without warning a file transfer can halt due to the timeout problem. So you still have to stand over it. The easiest way is to buy the replacement PCI-X riser card and use the Intel Pro 1000 MT Server adapter in it, then the system will install and run out of the box. But if you don't mind the floppy shuffle you can save $30 on buying the replacement riser card and just go with the PCI-Express riser card that comes with the system and the Intel Pro 1000 PT Server adapter, and then when the system is installed, copy the 7.1 driver over to it via a floppy, recompile the kernel, etc. Ted ----- Original Message ----- From: "William" To: "Ted Mittelstaedt" Cc: "Antony Mawer" ; Sent: Saturday, July 01, 2006 1:45 PM Subject: Re: FreeBSD 6.0 compat with DL320 G4 > Bloody good point. > > On 01/07/06, Ted Mittelstaedt wrote: > > How will you cvsup without a network connection? > > > > Ted > > > > ----- Original Message ----- > > From: "William" > > To: "Antony Mawer" > > Cc: > > Sent: Friday, June 30, 2006 12:51 AM > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > Will i get the updated driver by just cvsup'ing to stable once I > > > install -STABLE from CD? > > > > > > On 30/06/06, Antony Mawer wrote: > > > > On 30/06/2006 4:56 PM, William wrote: > > > > > I've got an Intel card in production already on a homebrew box, the > > > > > code is INTEL-PWLA8492MT and description is "Intel Dual Port Server > > > > > Adapter 10/100/1000". Any idea if that will do? > > > > > > > > The adapter you mentioned is a PCI-X adapter, which won't work unless > > > > you purchase the optional PCI-X riser card to replace the standard one > > > > in the DL320 G4. The standard riser card provides PCI Express slots (1 > > > > half height, 1 full height), that are not compatible with PCI-X (or > > > > regular PCI). You will need to either: > > > > > > > > 1) Purchase the PCI-X riser, and then use your existing card > > > > (provided that FreeBSD 6.x will recognise it) > > > > > > > > 2) Purchase a PCI Express NIC, which will (likely) _not_ work with > > > > the standard driver in 6.x. > > > > > > > > Option 1 may or may not work with the standard 6.x driver; I know the > > > > PCI Express one definately does NOT. > > > > > > > > That being said, it is _very_ simple to add the updated Intel driver and > > > > rebuild the kernel if you need to do so (for either option): I'd be > > > > happy to help you with the steps you need to do so if you require. > > > > > > > > Regards > > > > Antony > > > > > > > _______________________________________________ > > > 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 Jul 2 01:51: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 4218A16A415 for ; Sun, 2 Jul 2006 01:51:50 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB3D43DC6 for ; Sun, 2 Jul 2006 01:51:46 +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 90345D8A2B3 for ; Sat, 1 Jul 2006 21:51:44 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by frontend3.internal (MEProxy); Sat, 01 Jul 2006 21:51:47 -0400 X-Sasl-enc: aHWZXrIUlzlWu3JklD3UdP6Nwwez8dddA7i7md/19rxU 1151805106 Received: from bb-87-81-140-128.ukonline.co.uk (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id D7078180E for ; Sat, 1 Jul 2006 21:51:46 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Sun, 2 Jul 2006 02:51:33 +0100 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: <200607020251.35508.list-freebsd-2004@morbius.sent.com> Subject: Re: Urgent: Downgrading from 6.X to 5.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, 02 Jul 2006 01:51:50 -0000 On Sunday 02 July 2006 02:34, Francisco Reyes wrote: > How can I downgrade from 6.1 Stable to 5.5 Stable? > Having all type of problems with NFS. Both with the server and the client. > > >From what I read on the stable list others are having simmilar problems, > > but don't see any mention of fixes. > > I need to downgrade a number of machines from 6.1 Stable to 5.5 stable > > What do I need to do? > cvsup to 5.5 stable? Why are you using 6.1 Stable? It's a development branch that isn't intended for production use. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 02:16: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 BDC8116A407 for ; Sun, 2 Jul 2006 02:16:45 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AC2C44C41 for ; Sun, 2 Jul 2006 02:16:45 +0000 (GMT) (envelope-from mike@sentex.net) Received: from BLUELAPIS.sentex.ca (cage.simianscience.com [64.7.134.1]) by smarthost2.sentex.ca (8.13.6/8.13.4) with SMTP id k622GhxF069841; Sat, 1 Jul 2006 22:16:44 -0400 (EDT) (envelope-from mike@sentex.net) From: Mike Tancsa To: "Sam Wun" Date: Sat, 01 Jul 2006 22:17:33 -0400 Message-ID: References: In-Reply-To: X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Raid card for FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 02:16:45 -0000 On Thu, 29 Jun 2006 09:51:00 +1000, in sentex.lists.freebsd.questions you wrote: >Hi, > >I will host a mail server in FreeBSD 6.x. Since we are going to use Raid= for >mirroing, can anyone please recommend a RAID CARD that is fully = compatible >with FreeBSD? I found the following RAIDCARD sounds good, what is your >opinon about it? > >http://www.cwol.com/serial-ata/rocketraid-2320-pci-express.htm > http://www.3ware.com/ They work really well with FreeBSD under load. Excellent support tools as well. ---Mike -------------------------------------------------------- Mike Tancsa, Sentex communications http://www.sentex.net Providing Internet Access since 1994 mike@sentex.net, (http://www.tancsa.com) From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 02:37: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 3539116A55B for ; Sun, 2 Jul 2006 02:37:26 +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 2467544C3B for ; Sun, 2 Jul 2006 02:14:49 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from c-68-59-28-54.hsd1.sc.comcast.net (jn@c-68-59-28-54.hsd1.sc.comcast.net [68.59.28.54]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k622ElER046366; Sat, 1 Jul 2006 19:14:48 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org, sigsegv@radiotube.org Date: Sat, 1 Jul 2006 22:14:46 -0400 User-Agent: KMail/1.9.3 References: <200606301737.32015.rainer.heesen@gmx.de> <44A6A3D5.9020607@radiotube.org> <44A6A58F.7090602@radiotube.org> In-Reply-To: <44A6A58F.7090602@radiotube.org> 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: <200607012214.47054.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Subject: Re: CUPS, USB printers & "Permission Denied" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 02:37:26 -0000 On Saturday 01 July 2006 12:40, Jan-Espen Pettersen wrote: > > The problem is that read operations on usb printers might just > > block/hang with no data from the printer (?). ulpt doesn't have > > non-blocking I/O, so I've made a patch that simply times out read > > operations, and disables further reads if it detects a blocking/stall > > condition. It is possible that this breaks the back-channel, as I'm > > unsure if we can expect a printer to send inbound data before we > > actually write anything out? > > > > It looks like there are similar problems with other backends? I've only > > looked at the usb backend yet. > > Sorry, the attachment got cleared by mailman. > http://www.radiotube.org/patch-backend_usb-unix.c > > Put it into /usr/ports/print/cups-base/files if you would like to test > it. That works for me with my USB Lexmark E210. (The file:/ URI workaround also works). Thanks! Are you coordinating anything with the cups project or the port maintainer to explore this issue? JN From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 03:53: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 1D94816A417 for ; Sun, 2 Jul 2006 03:53:42 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay2.av-mx.com (relay2.av-mx.com [137.118.16.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1C2A43D4C for ; Sun, 2 Jul 2006 03:53:41 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.61] (HELO mx0.av-mx.com) by relay2.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 318835821 for freebsd-questions@freebsd.org; Sat, 01 Jul 2006 23:53:38 -0400 Received: (qmail 7157 invoked from network); 2 Jul 2006 03:53:38 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by 0 with SMTP; 2 Jul 2006 03:53:38 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44A74340.2060005@ywave.com> Date: Sat, 01 Jul 2006 20:53:36 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: freeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 6.1-RELEASE Loader broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 03:53:42 -0000 Hey all, I just upgraded via source from FreeBSD 6.0-RELEASE to FreeBSD 6.1-RELEASE-p2 on my Compaq Presario M2000 laptop. I followed the procedures as outlined in the handbook basically: mergemaster -p make buildworld make buildkernel make installkernel reboot to single user mergemaster -p make isntallworld mergemaster reboot Basically all went well until the final reboot. I never get to the boot menu (the loader menu that used to have the ascii beastie on it). instead a screen appears for a split second and the laptop reboots. The only text I can make out after trying this many times is BTX. :( It's just up for too short a time to even try and figure out what's being displayed. Using a 6.0-RELEASE rescue disk I copied loader.old to loader, rebooted and the system boots fine, but now I'm using a 6.0 loader with 6.1. Any clues on what could be wrong? Thanks, Micah From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 04:39: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 23F7516A407 for ; Sun, 2 Jul 2006 04:39:15 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay3.av-mx.com (relay3.av-mx.com [137.118.16.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id B177F44486 for ; Sun, 2 Jul 2006 04:39:14 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.55] (HELO mx3.av-mx.com) by relay3.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 324321601 for freebsd-questions@freebsd.org; Sun, 02 Jul 2006 00:39:11 -0400 Received: (qmail 24966 invoked from network); 2 Jul 2006 04:39:11 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by mx3.av-mx.com with SMTP; 2 Jul 2006 04:39:11 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44A74DED.7030607@ywave.com> Date: Sat, 01 Jul 2006 21:39:09 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: freeBSD References: <44A74340.2060005@ywave.com> In-Reply-To: <44A74340.2060005@ywave.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 6.1-RELEASE Loader broken (work around) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 04:39:15 -0000 Micah wrote: > Hey all, > > I just upgraded via source from FreeBSD 6.0-RELEASE to FreeBSD > 6.1-RELEASE-p2 on my Compaq Presario M2000 laptop. > > I followed the procedures as outlined in the handbook basically: > mergemaster -p > make buildworld > make buildkernel > make installkernel > reboot to single user > mergemaster -p > make isntallworld > mergemaster > reboot > > Basically all went well until the final reboot. I never get to the boot > menu (the loader menu that used to have the ascii beastie on it). > instead a screen appears for a split second and the laptop reboots. The > only text I can make out after trying this many times is BTX. :( It's > just up for too short a time to even try and figure out what's being > displayed. Using a 6.0-RELEASE rescue disk I copied loader.old to > loader, rebooted and the system boots fine, but now I'm using a 6.0 > loader with 6.1. Any clues on what could be wrong? > > Thanks, > Micah I changed my grub settings and the 6.1 loader now works. Heres what my menu.lst looks like now: title FreeBSD 6.1 (hd0,1) (GRUB installed here) root (hd0,1,a) # kernel /boot/loader #doesn't work chainloader +1 Still looking for clues why "kernel /boot/loader" doesn't work on my laptop with 6.1 while the exact same line worked with 6.0 and works fine with 6.1 on my desktop. I'm wondering if it's a timing/deadlock issue since using chainloader takes slightly longer than kernel... Thanks, Micah From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 04:54: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 2EBEB16A40F for ; Sun, 2 Jul 2006 04:54:44 +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 C6A8E43D46 for ; Sun, 2 Jul 2006 04:54:43 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.171.127.191] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1Fwtyl-0007gi-54; Sat, 01 Jul 2006 22:54:43 -0600 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v750) 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, 1 Jul 2006 22:54:41 -0600 To: Francisco Reyes X-Mailer: Apple Mail (2.750) 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: Free BSD Questions list Subject: Re: Urgent: Downgrading from 6.X to 5.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, 02 Jul 2006 04:54:44 -0000 On Jul 1, 2006, at 7:34 PM, Francisco Reyes wrote: > How can I downgrade from 6.1 Stable to 5.5 Stable? > Having all type of problems with NFS. Both with the server and the > client. You might have more luck with 6.1-RELEASE Chad >> Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 05:01: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 1E88116A40F for ; Sun, 2 Jul 2006 05:01:28 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF0B743D49 for ; Sun, 2 Jul 2006 05:01:27 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (localhost.natserv.net [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id E909FB822; Sun, 2 Jul 2006 01:01:26 -0400 (EDT) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id A8357B81F; Sun, 2 Jul 2006 01:01:26 -0400 (EDT) References: Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Chad Leigh -- =?ISO-8859-1?B?U2hpcmUuTmV0?= LLC Date: Sun, 02 Jul 2006 01:01:26 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Free BSD Questions list Subject: Re: Urgent: Downgrading from 6.X to 5.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, 02 Jul 2006 05:01:28 -0000 Chad Leigh -- Shire.Net LLC writes: >> How can I downgrade from 6.1 Stable to 5.5 Stable? >> Having all type of problems with NFS. Both with the server and the >> client. > > You might have more luck with 6.1-RELEASE Really? Were changes introduced to 6.1 Stable that made NFS less stable than 6.1 Release? Are you talking from experience? It would be significantly easier if going to 6.1 Release fixed the problems.. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 05: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 3A4DE16A412 for ; Sun, 2 Jul 2006 05:03:45 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id E71DF43D49 for ; Sun, 2 Jul 2006 05:03:44 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.171.127.191] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1Fwu7U-0008BJ-F5; Sat, 01 Jul 2006 23:03:44 -0600 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v750) 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, 1 Jul 2006 23:03:43 -0600 To: Francisco Reyes X-Mailer: Apple Mail (2.750) 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: Free BSD Questions list Subject: Re: Urgent: Downgrading from 6.X to 5.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, 02 Jul 2006 05:03:45 -0000 On Jul 1, 2006, at 11:01 PM, Francisco Reyes wrote: > Chad Leigh -- Shire.Net LLC writes: > >>> How can I downgrade from 6.1 Stable to 5.5 Stable? >>> Having all type of problems with NFS. Both with the server and >>> the client. >> You might have more luck with 6.1-RELEASE > > Really? > Were changes introduced to 6.1 Stable that made NFS less stable > than 6.1 Release? I don't know but there were lots of changes from 5 to 6 which could cause you problems, I am guessing. My 6.1-RELEASE machines don't do a lot of nfs. My 6.0 machines have had no nfs issues as a server or a client. I don't remember general complaints about nfs in the 6.x series here in the list. Chad > > Are you talking from experience? > It would be significantly easier if going to 6.1 Release fixed the > problems.. --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 05:10: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 A2CDB16A407 for ; Sun, 2 Jul 2006 05:10:30 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F42343D45 for ; Sun, 2 Jul 2006 05:10:30 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (localhost.natserv.net [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id AAE50B822; Sun, 2 Jul 2006 01:10:29 -0400 (EDT) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 71C57B81F; Sun, 2 Jul 2006 01:10:29 -0400 (EDT) References: Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Chad Leigh -- =?ISO-8859-1?B?U2hpcmUuTmV0?= LLC Date: Sun, 02 Jul 2006 01:10:29 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Free BSD Questions list Subject: Re: Urgent: Downgrading from 6.X to 5.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, 02 Jul 2006 05:10:30 -0000 Chad Leigh -- Shire.Net LLC writes: > I don't remember general complaints about nfs in the 6.x series here > in the list. Checkt he stable list. :-) Locking issues on server during heavy load. Background fsck + NFSD locking issues Clients freeze if server goes away.. soft mount option doesn help. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 05:33: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 AC48116A40F for ; Sun, 2 Jul 2006 05:33:36 +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 23A3843D45 for ; Sun, 2 Jul 2006 05:33:35 +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 k625XZ9C082191; Sun, 2 Jul 2006 01:33:35 -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 k625WdWV010822; Sun, 2 Jul 2006 01:32:39 -0400 (EDT) (envelope-from paul+fbsd@it.ca) Received: (from paul@localhost) by mail.it.ca (8.13.3/8.13.3/Submit) id k625Wdfn010821; Sun, 2 Jul 2006 01:32:39 -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: Sun, 2 Jul 2006 01:32:39 -0400 From: Paul Chvostek To: Francisco Reyes Message-ID: <20060702053239.GA10035@it.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: Free BSD Questions list , "Chad Leigh -- Shire.Net LLC" Subject: Re: Urgent: Downgrading from 6.X to 5.X? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 05:33:36 -0000 On Sun, Jul 02, 2006 at 01:10:29AM -0400, Francisco Reyes wrote: > > Chad Leigh -- Shire.Net LLC writes: > > >I don't remember general complaints about nfs in the 6.x series here > >in the list. > > Checkt he stable list. :-) > Locking issues on server during heavy load. > Background fsck + NFSD locking issues > Clients freeze if server goes away.. soft mount option doesn help. I've had ongoing problems with a 5.4 box that does boatloads of file IO both on NFS and local disk (doing weird things with 10 to 12 GB of Apache logs daily). NFS seems to go away for a few seconds (the filer is unpingable), then return. Despite the 5.x branch's known problems, I had attributed this to the fact that I'm using bge NICs. I moved most of this log processing to a 6.1-RELEASE box last week (on identical hardware), and I've seen none of the timeouts. Hardly scientific, but my $0.02 nonetheless I'm using HP DL380-G4 servers (onboard bge, ciss RAID), with a BlueArc Titan for NFS. Of course, I'm not running nfsd on the FreeBSD boxes, they're just clients. -- Paul Chvostek it.canada http://www.it.ca/ From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 06:13: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 7954C16A572 for ; Sun, 2 Jul 2006 06:13:55 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 358BC44200 for ; Sun, 2 Jul 2006 05:42:24 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (localhost.natserv.net [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id 7C255B822; Sun, 2 Jul 2006 01:42:23 -0400 (EDT) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id 3B1D0B81F; Sun, 2 Jul 2006 01:42:23 -0400 (EDT) References: <20060702053239.GA10035@it.ca> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: freebsd-questions@freebsd.org Date: Sun, 02 Jul 2006 01:42:23 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Chad Leigh -- =?ISO-8859-1?B?U2hpcmUuTmV0?= LLC Subject: Re: Urgent: Downgrading from 6.X to 5.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, 02 Jul 2006 06:13:55 -0000 Paul Chvostek writes: > Apache logs daily). NFS seems to go away for a few seconds (the filer > is unpingable), then return. I see this in 6.X too. > Despite the 5.x branch's known problems, I > had attributed this to the fact that I'm using bge NICs. Our problems seem to occur with other cards too including intel cards (em if I recall) > moved most of this log processing to a 6.1-RELEASE box last week (on > identical hardware), and I've seen none of the timeouts. Do you do mostly reading? Any writing? > I'm using HP DL380-G4 servers (onboard bge, ciss RAID), with a BlueArc > Titan for NFS. How much storage? How much? Looking at their site.. don't see pricing.. Did you buy from them or had to use a re-seller? > Of course, I'm not running nfsd on the FreeBSD boxes, > they're just clients. If you can do this test in a 6.X box. Disconnect the 6.X client from the NFS (ie plug the cable off the switch/card).. try "umount -f " From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 06:20: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 CD40C16A407 for ; Sun, 2 Jul 2006 06:20:10 +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 66F0443D45 for ; Sun, 2 Jul 2006 06:20:10 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.171.127.191] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1FwvJR-000BER-Jq; Sun, 02 Jul 2006 00:20:09 -0600 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Sun, 2 Jul 2006 00:20:09 -0600 To: Francisco Reyes X-Mailer: Apple Mail (2.750) 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: Free BSD Questions list Subject: Re: Urgent: Downgrading from 6.X to 5.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, 02 Jul 2006 06:20:10 -0000 On Jul 1, 2006, at 11:10 PM, Francisco Reyes wrote: > Chad Leigh -- Shire.Net LLC writes: > >> I don't remember general complaints about nfs in the 6.x series >> here in the list. > > Checkt he stable list. :-) > Locking issues on server during heavy load. > Background fsck + NFSD locking issues > Clients freeze if server goes away.. soft mount option doesn help. stable is not release. If they are confined to the stable list then it is probably a stable issue. Chad > --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 07: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 CB3ED16A54D for ; Sun, 2 Jul 2006 07:37:14 +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 844C1442E5 for ; Sun, 2 Jul 2006 07:10:10 +0000 (GMT) (envelope-from dan@havoc.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by havoc.unixathome.org (Postfix) with ESMTP id 164C3564AE for ; Sun, 2 Jul 2006 00:10:10 -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 6K5oApiwmHPm for ; Sun, 2 Jul 2006 00:10:04 -0700 (PDT) Received: by havoc.unixathome.org (Postfix, from userid 1001) id 219FA56483; Sun, 2 Jul 2006 00:10:04 -0700 (PDT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20060702071004.219FA56483@havoc.unixathome.org> Date: Sun, 2 Jul 2006 00:10:04 -0700 (PDT) Subject: The FreeBSD Diary: 2006-06-11 - 2006-07-01 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 07:37:14 -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: 26-Jun : IBM ThinkPad T41 - a second battery This isn't about a spare battery, it's about two batteries in the one laptop. http://freebsddiary.org/ibm-thinkpad-t41-second-battery.php?2 22-Jun : Dual Opteron Server - the drives Details of the drive bays, 3Ware RAID controller, and battery backup unit http://freebsddiary.org/dual-opteron-drives.php?2 16-Jun : apcupsd - Configuring a UPS daemon APC is a pretty common UPS. apcupsd can gracefully shutdown your computers before the batteries run out of juice. http://freebsddiary.org/apcupsd.php?2 15-Jun : Dual Opteron server Setting up the server http://freebsddiary.org/dual-opteron.php?2 -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 09:32: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 701AB16A407 for ; Sun, 2 Jul 2006 09:32:27 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA45B43D48 for ; Sun, 2 Jul 2006 09:32:26 +0000 (GMT) (envelope-from wodfer@gmail.com) Received: by py-out-1112.google.com with SMTP id c63so767845pyc for ; Sun, 02 Jul 2006 02:32:26 -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=RVnqE5Lp9pbp+upWchhqNCyEZ2XHrQkO+Y/feQsS+7kI0T2y1NZ+IL8h85wkLsnWWZwR4kKXGHCmKlR3VSSnF0kJavnPyseIe6DyNHUvb+9IO9l7wf7eOFjqsV5m8sKyCnOS7psdElB5RkFksOXQjPcLR+7ywCy5mzIde/b4qRM= Received: by 10.35.129.19 with SMTP id g19mr326691pyn; Sun, 02 Jul 2006 02:32:26 -0700 (PDT) Received: by 10.35.90.3 with HTTP; Sun, 2 Jul 2006 02:32:26 -0700 (PDT) Message-ID: <23ed14b80607020232j116c9a2dj3828418e095b7ed2@mail.gmail.com> Date: Sun, 2 Jul 2006 11:32:26 +0200 From: "=?ISO-8859-1?Q?Andreas_Wider=F8e_Andersen?=" 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: Help fixing sendmail crassh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 09:32:27 -0000 Hi, Sendmail exits about every 30 minutes. I suspect it has to do with some mailqueues running, but I don't know how to stop or fix it. Running FreeBSD 4.11 p19 Sendmail 8.13.1 from /var/log/messages Jul 1 20:41:02 malibu /kernel: pid 50923 (sendmail), uid 0: exited on signal 11 Jul 1 21:08:59 malibu /kernel: pid 51058 (sendmail), uid 0: exited on signal 11 Jul 1 21:39:00 malibu /kernel: pid 51252 (sendmail), uid 0: exited on signal 11 Jul 1 22:07:39 malibu /kernel: pid 51374 (sendmail), uid 0: exited on signal 11 from dmesg pid 55105 (sendmail), uid 0: exited on signal 11 pid 55241 (sendmail), uid 0: exited on signal 11 pid 55371 (sendmail), uid 0: exited on signal 11 #] ps -aux | grep sendmail root 55434 0.0 0.5 3924 2408 ?? I 11:27AM 0:00.02 sendmail: k629RrSW055434 [219.82.19 smmsp 92 0.0 0.2 3296 960 ?? Is Wed03PM 0:00.30 sendmail: Queue runner@00:30:00 for root 89 0.0 0.3 3776 1420 ?? Ss Wed03PM 0:25.13 sendmail: accepting connections (se root 55441 0.0 0.1 1020 500 p0 DL+ 11:28AM 0:00.00 grep sendmail I was hoping someone could give me a hand here so I can get this issue resolved. Thanks! Best regards, Andreas W. Andersen From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 09:48: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 6882016A412 for ; Sun, 2 Jul 2006 09:48:27 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE2843D45 for ; Sun, 2 Jul 2006 09:48:26 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by nz-out-0102.google.com with SMTP id x3so270268nzd for ; Sun, 02 Jul 2006 02:48:26 -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=eBvAcP/v/JUKvLtSeS6T+Wb7rD4oory9TI8IBvINfrSWwmxnZAq1EN05+CEyrKC6BVEvNYlPEZ4inSQwcWjYa+9Aa4bjQwsWsD+t4Ve7FEVFqmuezY2ZR0Z0CDTvUyA6+6hcN0ZGeWUAIrLLa4lCyO8pymYe+2dRXYMN4r80p/Y= Received: by 10.36.55.2 with SMTP id d2mr138713nza; Sun, 02 Jul 2006 02:48:25 -0700 (PDT) Received: by 10.36.12.11 with HTTP; Sun, 2 Jul 2006 02:48:25 -0700 (PDT) Message-ID: Date: Sun, 2 Jul 2006 04:48:25 -0500 From: "Nikolas Britton" To: "Kevin Kinsey" In-Reply-To: <44A579CF.9070708@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060630161046.GE2111@tigger.digitaltorque.ca> <200606301131.29593.daeg@houston.rr.com> <20060630182544.GG2111@tigger.digitaltorque.ca> <44A579CF.9070708@daleco.biz> Cc: David J Brooks , freebsd-questions@freebsd.org, "Michael P. Soulier" Subject: Re: batching port builds X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 09:48:27 -0000 On 6/30/06, Kevin Kinsey wrote: > Michael P. Soulier wrote: > > On 30/06/06 David J Brooks said: > > > >> If you do 'make -DBATCH' instead of 'make' - you will use the preset > >> defaults for each port with options. Or you can do > >> 'make config-recursive' - which will offer you all the option screens for > >> the port in whose directory you're currently in and all its dependencies. > >> > >> See 'man ports' for more information. > >> > >> To use those with 'portupgrade -a' will probably take some custom scripting. > > > > Ah, so there's no make.conf option for this? > > > > ?? You can even set BATCH=yes in your environment. I'm > pretty sure you can in make.conf, also, but IIRC you might > not want to do that . . . > Why??? What I do is set BATCH=yes in make.conf and If I need to change the default options I use a if block in make.conf: .if ${.CURDIR:M*/databases/mysql*} BROKEN=yes .endif .if ${.CURDIR:M*/www/horde*} WITHOUT_MYSQL=yes WITH_POSTGRESQL=yes .endif .if ${.CURDIR:M*/foo/bar} baz .endif Et Cetera, etc. The first one halts any port that wants MySQL as a dependence. The rest is self explanatory. You can also put any make option in them because it works like a Makefile, here is an imaginary example: .if ${.CURDIR:M*/www/firefox*} PORTNAME=opera DISTVERSION=18 CPUTYPE=athlon512 MASTER_SITE_OVERRIDE=http://foobar PERL_VER=8.6.5 PERL_VERSION=8.6.5 WANT_GNOME=no-way WANT_QT=hell-yes CFLAGS+= -O3 USE_GCC=10 OSVERSION=1200000 .include "${.CURDIR}/../../x11/kde3/Makefile" .endif -- BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 10:32: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 35FD316A403 for ; Sun, 2 Jul 2006 10:32:39 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5824643D45 for ; Sun, 2 Jul 2006 10:32:37 +0000 (GMT) (envelope-from ml.diespammer@netfence.it) Received: from soth.ventu (adsl-ull-122-203.51-151.net24.it [151.51.203.122]) (authenticated bits=128) by parrot.aev.net (8.13.7/8.13.6) with ESMTP id k62AfbVc000318 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 2 Jul 2006 12:41:43 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Received: from [10.1.2.18] (alamar.ventu [10.1.2.18]) by soth.ventu (8.13.7/8.13.3) with ESMTP id k62AV1t9022652 for ; Sun, 2 Jul 2006 12:31:02 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Message-ID: <44A7A0B8.8050109@netfence.it> Date: Sun, 02 Jul 2006 12:32:24 +0200 From: Andrea Venturoli User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 Followup-To: freebsd-questions@freebsd.org To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.53 on 212.31.247.179 Subject: Snapshot problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 10:32:39 -0000 Hello. I run an amd64 6.1 IMAP server. I do nightly backups by stopping cyrus imapd, taking a snapshot, restarting the server and then backup from the snapshot. However, I get two kind of problems: a) when I mount the snapshot I get: Jun 30 01:04:56 golia kernel: WARNING: /var was not properly dismounted Jun 30 01:04:56 golia kernel: /var: mount pending error: blocks -320 files 0 b) during backup I sometimes get some messages like the following: Could not stat /var/local/snapmnt/spool/imap/user/xxx/cyrus.index: ERR=Bad file descriptor I believe the first one is a known problem, any more info? Any hint on the second? bye & Thanks av. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 11:06: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 8AA6A16A40F for ; Sun, 2 Jul 2006 11:06:42 +0000 (UTC) (envelope-from yraffah@savola.com) Received: from heathrow.savoladns.com (heathrow.savoladns.com [212.12.174.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 5B19843D58 for ; Sun, 2 Jul 2006 11:06:39 +0000 (GMT) (envelope-from yraffah@savola.com) Received: from ocs.savola.com (ocs.savola.com [222.22.1.211]) by heathrow.savoladns.com (Postfix) with ESMTP id 10F679584A for ; Sun, 2 Jul 2006 14:06:37 +0300 (AST) Received: from 222.22.1.105 by ocs.savola.com with ESMTP id 65627581151837648; Sun, 02 Jul 2006 13:54:08 +0300 From: Yousef Raffah To: freebsd-questions@freebsd.org In-Reply-To: <1151776559.711.5.camel@redevil.savola.com> References: <1151776559.711.5.camel@redevil.savola.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-cgDXofPWyB3u4EdyMdvX" Organization: The Savola Group Date: Sun, 02 Jul 2006 14:05:54 +0300 Message-Id: <1151838354.784.5.camel@redevil.savola.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Subject: Re: permission denied on /dev/ttyd0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yraffah@savola.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 11:06:42 -0000 --=-cgDXofPWyB3u4EdyMdvX Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2006-07-01 at 20:55 +0300, Yousef Raffah wrote: > Hello.. >=20 > It's kinda strange though but I am getting a permission denied when I > try to read from the /dev/ttyd0 device although I have: >=20 > crw------- 1 root wheel 0, 75 Jul 1 20:49 /dev/ttyd0 > crw------- 1 root wheel 0, 76 Jul 1 20:45 /dev/ttyd0.init > crw------- 1 root wheel 0, 77 Jul 1 20:45 /dev/ttyd0.lock >=20 I really can't understand what is causing this, anyone? I just thought of adding my dmesg output in case it makes a difference: 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-RELEASE-p1 #0: Sat Jul 1 19:30:56 AST 2006 root@redevil:/usr/obj/usr/src/sys/LAPTOP Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) M processor 1.86GHz (1862.01-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x6d8 Stepping =3D 8 Features=3D0xafe9f9ff Features2=3D0x180 real memory =3D 536735744 (511 MB) avail memory =3D 515883008 (491 MB) kbd1 at kbdmux0 cpu0 on motherboard pcib0: pcibus 0 on motherboard pir0: on motherboard pci0: on pcib0 pcib1: irq 11 at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) pcib2: irq 10 at device 28.0 on pci0 pci2: on pcib2 pci2: at device 0.0 (no driver attached) pcib3: irq 11 at device 28.1 on pci0 pci3: on pcib3 uhci0: port 0x1200-0x121f irq 11 at device 29. =20 0 on pci0 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 0x1220-0x123f irq 11 at device 29. =20 1 on pci0 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 0x1240-0x125f irq 11 at device 29. =20 2 on pci0 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 uhci3: port 0x1260-0x127f irq 11 at device 29. =20 3 on pci0 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xf4000000-0xf40003ff irq 11 at device 29.7 on =20 pci0 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered pcib4: at device 30.0 on pci0 pci6: on pcib4 iwi0: mem 0xb000b000-0xb000bfff irq 11 at device 4.0 on pci6 iwi0: Ethernet address: 00:12:f0:63:ae:ca cbb0: mem 0x13000000-0x13000fff at device 6.0 on pci6 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 fwohci0: <1394 Open Host Controller Interface> mem 0xb0000000-0xb00007ff,0xb0004000-0xb0007fff irq 1 =20 1 at device 6.2 on pci6 fwohci0: OHCI version 1.10 (ROM=3D0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:08:0d:a0:d1:bf:aa:e1 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=3D0xc000ffc0, gen=3D2, CYCLEMASTER mode firewire0: 1 nodes, maxhop <=3D 0, cable IRM =3D 0 (me) firewire0: bus manager 0 (me) fwohci0: phy int pci6: at device 6.3 (no driver attached) pci6: at device 6.4 (no driver attached) pcm0: port 0xe000-0xe0ff,0xe100-0xe13f mem 0xd0000000-0xd00001ff,0xd0000200-0 =20 xd00002ff irq 10 at device 30.2 on pci0 pcm0: pci0: at device 30.3 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1100-0x110f at d =20 evice 31.2 on pci0 atapci0: failed to enable memory mapping! ata0: on atapci0 ata1: on atapci0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff,0xe0000-0xe1fff,0xe5000-0xe5fff,0xeb000-0xeffff on =20 isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (memory) unknown: can't assign resources (port) unknown: can't assign resources (irq) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) Timecounters tick every 1.000 msec ad0: 76319MB at ata0-master UDMA100 acd0: DVDR at ata1-master UDMA33 cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device=20 cd0: 33.000MB/s transfers cd0: cd present [1790992 x 2048 byte records] Trying to mount root from ufs:/dev/ad0s2a > Any idea what could be the reason? >=20 > Using FreeBSD 6.1-RELEASE-p1 >=20 > Below is my kernel configuration file: >=20 > machine i386 > cpu I686_CPU > ident LAPTOP >=20 >=20 > makeoptions DEBUG=3D-g # Build kernel with gdb(1) debu= g > symbols >=20 > options SCHED_4BSD # 4BSD scheduler > options PREEMPTION # Enable kernel thread > preemption > options INET # InterNETworking > options FFS # Berkeley Fast Filesystem > options SOFTUPDATES # Enable FFS soft updates > support > options UFS_ACL # Support for access control > lists > options UFS_DIRHASH # Improve performance on big > directories > options MD_ROOT # MD is a potential root device > options NFSCLIENT # Network Filesystem Client > options NFSSERVER # Network Filesystem Server > options NFS_ROOT # NFS usable as /, requires > NFSCLIENT > options MSDOSFS # MSDOS Filesystem > options CD9660 # ISO 9660 Filesystem > options PROCFS # Process filesystem (requires > PSEUDOFS) > options PSEUDOFS # Pseudo-filesystem framework > options GEOM_GPT # GUID Partition Tables. > options COMPAT_43 # Compatible with BSD 4.3 [KEEP > THIS!] > options COMPAT_FREEBSD4 # Compatible with FreeBSD4 > options COMPAT_FREEBSD5 # Compatible with FreeBSD5 > options SCSI_DELAY=3D5000 # Delay (in ms) before probing > SCSI > options KTRACE # ktrace(1) support > options SYSVSHM # SYSV-style shared memory > options SYSVMSG # SYSV-style message queues > options SYSVSEM # SYSV-style semaphores > options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time > extensions > options KBD_INSTALL_CDEV # install a CDEV entry in /dev > options AHC_REG_PRETTY_PRINT # Print register bitfields in > debug > # output. Adds ~128k to driver. > options AHD_REG_PRETTY_PRINT # Print register bitfields in > debug > # output. Adds ~215k to driver. > options ADAPTIVE_GIANT # Giant mutex is adaptive. >=20 > device apic # I/O APIC >=20 > device eisa > device pci >=20 > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > options ATA_STATIC_ID # Static device numbering >=20 >=20 >=20 > device scbus # SCSI bus (required for SCSI) > device ch # SCSI media changers > device da # Direct Access (disks) > device cd # CD > device pass # Passthrough device (direct SCSI > access) > device ses # SCSI Environmental Services (and > SAF-TE) >=20 > device atkbdc # AT keyboard controller > device atkbd # AT keyboard > device psm # PS/2 mouse >=20 > device kbdmux # keyboard multiplexer >=20 > device vga # VGA video card driver >=20 > device splash # Splash screen and screen saver support >=20 > device sc > device agp # support several AGP chipsets >=20 > device apm > device pmtimer >=20 > device cbb # cardbus (yenta) bridge > device pccard # PC Card (16-bit) bus > device cardbus # CardBus (32-bit) bus >=20 > device ppc > device ppbus # Parallel port bus (required) > device lpt # Printer > device ppi # Parallel port interface device >=20 >=20 > device miibus # MII bus support >=20 > device wlan # 802.11 support > device wi # WaveLAN/Intersil/Symbol 802.11 > wireless NICs. >=20 > device loop # Network loopback > device random # Entropy device > device ether # Ethernet support > device ppp # Kernel PPP > device tun # Packet tunnel. > device pty # Pseudo-ttys (telnet etc) > device md # Memory "disks" >=20 > device bpf # Berkeley packet filter >=20 > device uhci # UHCI PCI->USB interface > device ohci # OHCI PCI->USB interface > device ehci # EHCI PCI->USB interface (USB 2.0) > device usb # USB Bus (required) > device ugen # Generic > device uhid # "Human Interface Devices" > device ukbd # Keyboard > device ulpt # Printer > device umass # Disks/Mass storage - Requires scbus > and da > device ums # Mouse >=20 > device firewire # FireWire bus code > device sbp # SCSI over FireWire (Requires scbus and > da) >=20 > device sio # Added for serial ports > device atapicam # Added to burn dvds with cdrecord >=20 -- Sincerely, Yousef Raffah Senior Systems Administrator -- Aren't you using Firefox? Get it at http://www.getfirefox.com --=-cgDXofPWyB3u4EdyMdvX Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEp6iSH9IXMb4e6CMRAn5WAKCWDRTD3/BFesLrsjp2eSx3snPdUACguOQn RpPDQuiXtVTtHQ4CokqB1NA= =pV5O -----END PGP SIGNATURE----- --=-cgDXofPWyB3u4EdyMdvX-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 11:47: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 9CA3016A55F; Sun, 2 Jul 2006 11:47:15 +0000 (UTC) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F5544286; Sun, 2 Jul 2006 11:22:20 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [192.168.1.128] (e178003000.adsl.alicedsl.de [85.178.3.0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 6E42B3008DEE; Sun, 2 Jul 2006 13:22:19 +0200 (CEST) Message-ID: <44A7AC66.3070805@mail.uni-mainz.de> Date: Sun, 02 Jul 2006 13:22:14 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.4 (X11/20060612) MIME-Version: 1.0 To: freebsd-amd64@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Cc: Subject: Kill an stopped process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 11:47:15 -0000 Sometimes it happens on my FreeBSD 6.1-STABLE/AMD box, that a process, in most cases xine, firefox oder thunderbird, show status 'STOP' in top and are unkillable! Trying to kill them as root (sending signal 9 throught 'kill' or 'killall') doesn't have any effect. Can anyone help and tell how to kill such a job? The only way getting rid of those processes is reboot the box and this can not be the right way. Thanks, oh From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 13:21: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 C0F9F16A407 for ; Sun, 2 Jul 2006 13:21:15 +0000 (UTC) (envelope-from chowse@charter.net) Received: from mxsf06.cluster1.charter.net (mxsf06.cluster1.charter.net [209.225.28.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2625243D55 for ; Sun, 2 Jul 2006 13:21:14 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxip22a.cluster1.charter.net (mxip22a.cluster1.charter.net [209.225.28.152]) by mxsf06.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k62DLDTU013606 for ; Sun, 2 Jul 2006 09:21:13 -0400 Received: from 24-176-112-254.dhcp.jcsn.tn.charter.com (HELO [192.168.254.3]) ([24.176.112.254]) by mxip22a.cluster1.charter.net with ESMTP; 02 Jul 2006 09:21:13 -0400 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <290FC4F9-3EB1-4916-A35D-F24097B73EE5@charter.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Questions From: Charles Howse Date: Sun, 2 Jul 2006 08:21:12 -0500 X-Mailer: Apple Mail (2.752.2) Subject: Can't print to CUPS from Macintosh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 13:21:15 -0000 Hi, I need some help getting a FreeBSD print server to print jobs from my Mac. Previous versions of CUPS worked perfect on the same computer(s), same version of FreeBSD. FreeBSD 6.1-RELEASE-p2, cups-1.2.0, Mac OS X 10.4.7 Printing a test page from the web interface works fine, and the printer is on my browse list on the Mac, but printing from the Mac doesn't work. I've tried printing plain text, pdf, and MS Word for Mac files. All fail with "/usr/local/libexec/cups/filter/foomatic-rip failed" displayed on the printer page of the web interface, A single sheet of paper is ejected from the printer, with this: Error: /undefined in Produced Operand stack: Execution stack: % interp_exit .ru (Note the stair-step effect) The error log is here: http://bubbabbq.homeunix.net/error_log root@moe /root# cat /usr/local/etc/cups/cupsd.conf # Log general information in error_log - change "info" to "debug" for # troubleshooting... LogLevel debug # Administrator user group... SystemGroup wheel # Only listen for connections from the local machine. Listen 127.0.0.1:631 Listen 192.168.254.4:631 Listen /var/run/cups.sock # Show shared printers on the local network. Browsing On BrowseAddress 192.168.254.255:631 BrowseOrder allow,deny BrowseAllow from all # Authenticate against system accounts by default... DefaultAuthType Basic # Restrict access to the server... Order allow,deny Allow localhost Allow 192.168.254.3 # Restrict access to the admin pages... Encryption Required Order allow,deny Allow localhost Allow 192.168.254.3 # Restrict access to configuration files... AuthType Basic Require user @SYSTEM Order allow,deny Allow localhost Allow 192.168.254.3 # Set the default printer/job policies... # Job-related operations must be done by the owner or an adminstrator... Require user @OWNER @SYSTEM Order deny,allow # All administration operations require an adminstrator to authenticate... AuthType Basic Require user @SYSTEM Order deny,allow # Only the owner or an administrator can cancel or authenticate a job... Require user @OWNER @SYSTEM Order deny,allow Order deny,allow root@moe /root# cat /usr/local/etc/cups/printers.conf # Printer configuration file for CUPS v1.2.0 # Written by cupsd on 2006-07-01 17:16 Info HP1100 LaserJet Location Desktop DeviceURI parallel:/dev/lpt0 State Idle StateTime 1151788202 Accepting Yes Shared Yes JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 OpPolicy default ErrorPolicy stop-printer -- How I make Great Barbecue - http://bubbabbq.homeunix.net/bbq.html From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 14:53: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 82FD716A403 for ; Sun, 2 Jul 2006 14:53:18 +0000 (UTC) (envelope-from rainer.heesen@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 0E33A43D45 for ; Sun, 2 Jul 2006 14:53:16 +0000 (GMT) (envelope-from rainer.heesen@gmx.de) Received: (qmail invoked by alias); 02 Jul 2006 14:53:14 -0000 Received: from pD9E8366C.dip0.t-ipconnect.de (EHLO desktop.heesen-bonn.de) [217.232.54.108] by mail.gmx.net (mp019) with SMTP; 02 Jul 2006 16:53:14 +0200 X-Authenticated: #514428 From: Rainer Heesen To: freebsd-questions@freebsd.org Date: Sun, 2 Jul 2006 16:53:13 +0200 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_Z39pEKal4wYc5nb" Message-Id: <200607021653.13546.rainer.heesen@gmx.de> X-Y-GMX-Trusted: 0 Subject: cups 1.2 - no output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 14:53:18 -0000 --Boundary-00=_Z39pEKal4wYc5nb Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Dear all after upgrading to cups 1.2, my printer doesn't print anymore. There is no output. I read the thread concerning cups & permission denied and added the file /etc.devfs.rules. My printer is a Konica Minolta Pagepro 1300 W, that has an usb as well as a parallel interface. First, I tried to use the parallel port. The cups log file says that the job is ok, but the printer doen't print (see attachted logfile parallel.txt). Then I called parallel directly and I received an error: /usr/local/libexec/cups/backend/parallel 21 guest "test" 1 /etc/hosts STATE: +connecting-to-device INFO: Printer not connected; will retry in 30 seconds... ^C My second approach was to use the usb interface. I installed cups with the backend patch from Jan-Espen Pettersen. Here I get these error messages: system default destination: Minolta printer Minolta now printing Minolta-53. enabled since Sun Jul 2 16:27:24 2006 USB port busy; will retry in 30 seconds... scheduler is running system default destination: Minolta device for Minolta: usb:/dev/ulpt0 Minolta accepting requests since Sun Jul 2 16:27:24 2006 printer Minolta now printing Minolta-53. enabled since Sun Jul 2 16:27:24 2006 USB port busy; will retry in 30 seconds... Minolta-53 rainer 346112 Sun Jul 2 16:27:24 2006 The printer works fine under windows. So, I think it's a software problem. Do you have any hint for me? Kind regards Rainer --Boundary-00=_Z39pEKal4wYc5nb Content-Type: text/plain; charset="us-ascii"; name="parallel.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="parallel.txt" D [29/Jun/2006:22:40:52 +0200] [Job 40] Sending job to queue tagged as raw... D [29/Jun/2006:22:40:52 +0200] Discarding unused printer-state-changed event... D [29/Jun/2006:22:40:52 +0200] job-sheets=none,none D [29/Jun/2006:22:40:52 +0200] banner_page = 0 D [29/Jun/2006:22:40:52 +0200] [Job 40] argv[0]="Minolta" D [29/Jun/2006:22:40:52 +0200] [Job 40] argv[1]="40" D [29/Jun/2006:22:40:52 +0200] [Job 40] argv[2]="rainer" D [29/Jun/2006:22:40:52 +0200] [Job 40] argv[3]="Firefox Central | Mozilla Corporation" D [29/Jun/2006:22:40:52 +0200] [Job 40] argv[4]="1" D [29/Jun/2006:22:40:52 +0200] [Job 40] argv[5]="job-uuid=urn:uuid:b33b3ad1-0131-3c40-78a7-f0e8d7e3c253" D [29/Jun/2006:22:40:52 +0200] [Job 40] argv[6]="/var/spool/cups/d00040-001" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[0]="CUPS_CACHEDIR=/var/cache/cups" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[1]="CUPS_DATADIR=/usr/local/share/cups" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[2]="CUPS_DOCROOT=/usr/local/share/doc/cups" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[3]="CUPS_FONTPATH=/usr/local/share/cups/fonts" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[4]="CUPS_REQUESTROOT=/var/spool/cups" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[5]="CUPS_SERVERBIN=/usr/local/libexec/cups" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[6]="CUPS_SERVERROOT=/usr/local/etc/cups" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[7]="CUPS_STATEDIR=/var/run/cups" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[8]="PATH=/usr/local/libexec/cups/filter:/usr/local/bin:/usr/local/sbin:/bin:/usr/bin" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[9]="SERVER_ADMIN=root@desktop.heesen-bonn.de" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[10]="SOFTWARE=CUPS/1.2.0" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[11]="TMPDIR=/var/spool/cups/tmp" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[12]="USER=root" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[13]="CUPS_SERVER=/var/run/cups.sock" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[14]="CUPS_ENCRYPTION=IfRequested" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[15]="IPP_PORT=631" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[16]="CHARSET=utf-8" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[17]="LANG=en_US" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[18]="PPD=/usr/local/etc/cups/ppd/Minolta.ppd" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[19]="RIP_MAX_CACHE=8m" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[20]="CONTENT_TYPE=application/postscript" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[21]="DEVICE_URI=parallel:/dev/lpt0" D [29/Jun/2006:22:40:52 +0200] [Job 40] envp[22]="PRINTER=Minolta" d [29/Jun/2006:22:40:52 +0200] start_job: status_pipes = [ 11 12 ] d [29/Jun/2006:22:40:52 +0200] start_job: filterfds[1] = [ 13 -1 ] d [29/Jun/2006:22:40:52 +0200] start_job: backend="/usr/local/libexec/cups/backend/parallel" d [29/Jun/2006:22:40:52 +0200] start_job: filterfds[0] = [ -1 14 ] d [29/Jun/2006:22:40:52 +0200] cupsdStartProcess("/usr/local/libexec/cups/backend/parallel", 0x80dc1c0, 0xbfbeb4b0, 13, 14, 12) I [29/Jun/2006:22:40:52 +0200] Started backend /usr/local/libexec/cups/backend/parallel (PID 1327) for job 40. d [29/Jun/2006:22:40:52 +0200] start_job: Closing print pipes [ -1 -1 ]... d [29/Jun/2006:22:40:52 +0200] start_job: Closing back pipes [ 9 10 ]... d [29/Jun/2006:22:40:52 +0200] start_job: Closing status output pipe 12... d [29/Jun/2006:22:40:52 +0200] start_job: Closing filter pipes for slot 0 [ -1 14 ]... d [29/Jun/2006:22:40:52 +0200] start_job: Adding fd 11 to InputSet... D [29/Jun/2006:22:40:52 +0200] Discarding unused job-state event... D [29/Jun/2006:22:40:52 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok) d [29/Jun/2006:22:40:52 +0200] cupsdProcessIPPRequest: Adding fd 7 to OutputSet... d [29/Jun/2006:22:40:52 +0200] cupsdWriteClient: 7 bytes < 0 d [29/Jun/2006:22:40:52 +0200] cupsdWriteClient: Removing fd 7 from OutputSet... d [29/Jun/2006:22:40:52 +0200] [Job 40] STATE: +connecting-to-device d [29/Jun/2006:22:40:52 +0200] [Job 40] STATE: -connecting-to-device d [29/Jun/2006:22:40:52 +0200] [Job 40] PAGE: 1 1 D [29/Jun/2006:22:40:52 +0200] Discarding unused job-progress event... I [29/Jun/2006:22:40:52 +0200] [Job 40] Sending print file, 8192 bytes... I [29/Jun/2006:22:40:52 +0200] [Job 40] Sending print file, 16384 bytes... I [29/Jun/2006:22:40:52 +0200] [Job 40] Sending print file, 24576 bytes... I [29/Jun/2006:22:40:52 +0200] [Job 40] Sending print file, 32768 bytes... I [29/Jun/2006:22:40:52 +0200] [Job 40] Sending print file, 40960 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 49152 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 57344 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 65536 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 73728 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 81920 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 90112 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 98304 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 106496 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 114688 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 122880 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 131072 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 139264 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 147456 bytes... I [29/Jun/2006:22:40:53 +0200] [Job 40] Sending print file, 155648 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 163840 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 172032 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 180224 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 188416 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 196608 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 204800 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 212992 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 221184 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 229376 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 237568 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 245760 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 253952 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 262144 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 270336 bytes... I [29/Jun/2006:22:40:54 +0200] [Job 40] Sending print file, 278528 bytes... I [29/Jun/2006:22:40:55 +0200] [Job 40] Sending print file, 286720 bytes... I [29/Jun/2006:22:40:55 +0200] [Job 40] Sending print file, 294912 bytes... I [29/Jun/2006:22:40:55 +0200] [Job 40] Sending print file, 303104 bytes... I [29/Jun/2006:22:40:55 +0200] [Job 40] Sending print file, 311296 bytes... I [29/Jun/2006:22:40:55 +0200] [Job 40] Sending print file, 319488 bytes... I [29/Jun/2006:22:40:55 +0200] [Job 40] Sending print file, 327680 bytes... I [29/Jun/2006:22:40:55 +0200] [Job 40] Sending print file, 335872 bytes... I [29/Jun/2006:22:40:55 +0200] [Job 40] Sending print file, 344064 bytes... I [29/Jun/2006:22:40:55 +0200] [Job 40] Sending print file, 345749 bytes... d [29/Jun/2006:22:40:55 +0200] process_children() D [29/Jun/2006:22:40:55 +0200] PID 1327 (/usr/local/libexec/cups/backend/parallel) exited with no errors. D [29/Jun/2006:22:40:55 +0200] [Job 40] File 0 is complete. d [29/Jun/2006:22:40:55 +0200] cupsdFinishJob: job->status is 0 d [29/Jun/2006:22:40:55 +0200] cupsdFinishJob: Removing fd 11 from InputSet... d [29/Jun/2006:22:40:55 +0200] cupsdFinishJob: Closing status pipes [ 11 -1 ]... D [29/Jun/2006:22:40:55 +0200] Discarding unused job-completed event... d [29/Jun/2006:22:40:55 +0200] cupsdCancelJob: id = 40 d [29/Jun/2006:22:40:55 +0200] cupsdStopJob: id = 40, force = 0 D [29/Jun/2006:22:40:55 +0200] Discarding unused printer-state-changed event... d [29/Jun/2006:22:40:55 +0200] cupsdStopJob: printer state is 3 d [29/Jun/2006:22:40:55 +0200] cupsdStopJob: Closing print pipes [ -1 -1 ]... d [29/Jun/2006:22:40:55 +0200] cupsdStopJob: Closing back pipes [ -1 -1 ]... d [29/Jun/2006:22:40:55 +0200] cupsdSaveJob(job=0x80ac300(40)): job->attrs=0x80cc0c0 d [29/Jun/2006:22:40:55 +0200] cupsdSaveJob(job=0x80ac300(40)): job->attrs=0x80cc0c0 d [29/Jun/2006:22:40:55 +0200] cupsdCheckJobs: 0 active jobs, sleeping=0, reload=0 d [29/Jun/2006:22:40:56 +0200] select_timeout: 31 seconds to send browse update --Boundary-00=_Z39pEKal4wYc5nb Content-Type: text/plain; charset="us-ascii"; name="usb.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="usb.txt" D [02/Jul/2006:16:27:24 +0200] Print-Job ipp://localhost/printers/Minolta d [02/Jul/2006:16:27:24 +0200] print_job(0x80d4000[7], ipp://localhost/printers/Minolta) D [02/Jul/2006:16:27:24 +0200] print_job: auto-typing file... D [02/Jul/2006:16:27:24 +0200] print_job: request file type is application/postscript. d [02/Jul/2006:16:27:24 +0200] add_job(0x80d4000[7], ipp://localhost/printers/Minolta) d [02/Jul/2006:16:27:24 +0200] cupsdFindPolicyOp(p=0x8094640, op=2(Print-Job)) d [02/Jul/2006:16:27:24 +0200] cupsdFindPolicyOp: Found wildcard match... d [02/Jul/2006:16:27:24 +0200] cupsdIsAuthorized: con->uri="/printers/Minolta", con->best=0x809eec0((null)) d [02/Jul/2006:16:27:24 +0200] cupsdIsAuthorized: level=AUTH_ANON, type=AUTH_NONE, satisfy=AUTH_SATISFY_ALL, num_names=0 d [02/Jul/2006:16:27:24 +0200] cupsdIsAuthorized: op=0(unknown-0000) d [02/Jul/2006:16:27:24 +0200] cupsdIsAuthorized: auth=AUTH_ALLOW... d [02/Jul/2006:16:27:24 +0200] check_quotas(0x80d4000[7], 0x80a6000[Minolta]) D [02/Jul/2006:16:27:24 +0200] add_job: requesting-user-name="rainer" I [02/Jul/2006:16:27:24 +0200] Adding start banner page "none" to job 53. d [02/Jul/2006:16:27:24 +0200] copy_banner(0x80d4000[7], 0x80ac400[53], none) d [02/Jul/2006:16:27:24 +0200] add_job_state_reasons(0x80d4000[7], 53) D [02/Jul/2006:16:27:24 +0200] Discarding unused job-created event... d [02/Jul/2006:16:27:24 +0200] add_file(con=0x80d4000[7], job=53, filetype=application/postscript, compression=0) I [02/Jul/2006:16:27:24 +0200] Job 53 queued on "Minolta" by "rainer". D [02/Jul/2006:16:27:24 +0200] Job 53 hold_until = 0 d [02/Jul/2006:16:27:24 +0200] cupsdSaveJob(job=0x80ac400(53)): job->attrs=0x80c9100 d [02/Jul/2006:16:27:24 +0200] cupsdCheckJobs: 1 active jobs, sleeping=0, reload=0 d [02/Jul/2006:16:27:24 +0200] cupsdCheckJobs: Job 53: state_value=3, loaded=yes d [02/Jul/2006:16:27:24 +0200] start_job: id = 53, file = 0/1 D [02/Jul/2006:16:27:24 +0200] [Job 53] Sending job to queue tagged as raw... D [02/Jul/2006:16:27:24 +0200] Discarding unused printer-state-changed event... D [02/Jul/2006:16:27:24 +0200] job-sheets=none,none D [02/Jul/2006:16:27:24 +0200] banner_page = 0 D [02/Jul/2006:16:27:24 +0200] [Job 53] argv[0]="Minolta" D [02/Jul/2006:16:27:24 +0200] [Job 53] argv[1]="53" D [02/Jul/2006:16:27:24 +0200] [Job 53] argv[2]="rainer" D [02/Jul/2006:16:27:24 +0200] [Job 53] argv[3]="Firefox Central | Mozilla Corporation" D [02/Jul/2006:16:27:24 +0200] [Job 53] argv[4]="1" D [02/Jul/2006:16:27:24 +0200] [Job 53] argv[5]="job-uuid=urn:uuid:60b94c00-86e2-37e0-70ce-717b98e4ac9a" D [02/Jul/2006:16:27:24 +0200] [Job 53] argv[6]="/var/spool/cups/d00053-001" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[0]="CUPS_CACHEDIR=/var/cache/cups" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[1]="CUPS_DATADIR=/usr/local/share/cups" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[2]="CUPS_DOCROOT=/usr/local/share/doc/cups" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[3]="CUPS_FONTPATH=/usr/local/share/cups/fonts" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[4]="CUPS_REQUESTROOT=/var/spool/cups" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[5]="CUPS_SERVERBIN=/usr/local/libexec/cups" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[6]="CUPS_SERVERROOT=/usr/local/etc/cups" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[7]="CUPS_STATEDIR=/var/run/cups" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[8]="PATH=/usr/local/libexec/cups/filter:/usr/local/bin:/usr/local/sbin:/bin:/usr/bin" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[9]="SERVER_ADMIN=root@desktop.heesen-bonn.de" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[10]="SOFTWARE=CUPS/1.2.0" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[11]="TMPDIR=/var/spool/cups/tmp" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[12]="USER=root" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[13]="CUPS_SERVER=/var/run/cups.sock" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[14]="CUPS_ENCRYPTION=IfRequested" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[15]="IPP_PORT=631" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[16]="CHARSET=utf-8" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[17]="LANG=en_US" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[18]="PPD=/usr/local/etc/cups/ppd/Minolta.ppd" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[19]="RIP_MAX_CACHE=8m" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[20]="CONTENT_TYPE=application/postscript" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[21]="DEVICE_URI=usb:/dev/ulpt0" D [02/Jul/2006:16:27:24 +0200] [Job 53] envp[22]="PRINTER=Minolta" d [02/Jul/2006:16:27:24 +0200] start_job: status_pipes = [ 11 12 ] d [02/Jul/2006:16:27:24 +0200] start_job: filterfds[1] = [ 13 -1 ] d [02/Jul/2006:16:27:24 +0200] start_job: backend="/usr/local/libexec/cups/backend/usb" d [02/Jul/2006:16:27:24 +0200] start_job: filterfds[0] = [ -1 14 ] d [02/Jul/2006:16:27:24 +0200] cupsdStartProcess("/usr/local/libexec/cups/backend/usb", 0x80dc1a0, 0xbfbeb4b0, 13, 14, 12) I [02/Jul/2006:16:27:24 +0200] Started backend /usr/local/libexec/cups/backend/usb (PID 1337) for job 53. d [02/Jul/2006:16:27:24 +0200] start_job: Closing print pipes [ -1 -1 ]... d [02/Jul/2006:16:27:24 +0200] start_job: Closing back pipes [ 9 10 ]... d [02/Jul/2006:16:27:24 +0200] start_job: Closing status output pipe 12... d [02/Jul/2006:16:27:24 +0200] start_job: Closing filter pipes for slot 0 [ -1 14 ]... d [02/Jul/2006:16:27:24 +0200] start_job: Adding fd 11 to InputSet... D [02/Jul/2006:16:27:24 +0200] Discarding unused job-state event... D [02/Jul/2006:16:27:24 +0200] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok) d [02/Jul/2006:16:27:24 +0200] cupsdProcessIPPRequest: Adding fd 7 to OutputSet... d [02/Jul/2006:16:27:24 +0200] cupsdWriteClient: 7 bytes < 0 d [02/Jul/2006:16:27:24 +0200] cupsdWriteClient: Removing fd 7 from OutputSet... d [02/Jul/2006:16:27:24 +0200] [Job 53] STATE: +connecting-to-device d [02/Jul/2006:16:27:25 +0200] select_timeout: 11 seconds to process active jobs d [02/Jul/2006:16:27:36 +0200] cupsdCheckJobs: 1 active jobs, sleeping=0, reload=0 d [02/Jul/2006:16:27:36 +0200] cupsdCheckJobs: Job 53: state_value=5, loaded=yes d [02/Jul/2006:16:27:36 +0200] select_timeout: 11 seconds to process active jobs I [02/Jul/2006:16:27:40 +0200] [Job 53] USB port busy; will retry in 30 seconds... d [02/Jul/2006:16:27:41 +0200] select_timeout: 11 seconds to process active jobs d [02/Jul/2006:16:27:41 +0200] cupsdAcceptClient(lis=0x809b800) 0 Clients = 1 D [02/Jul/2006:16:27:41 +0200] cupsdAcceptClient: 9 from localhost:631 (IPv6) d [02/Jul/2006:16:27:41 +0200] cupsdAcceptClient: 9 connected to server on localhost:631 d [02/Jul/2006:16:27:41 +0200] cupsdAcceptClient: Adding fd 9 to InputSet... d [02/Jul/2006:16:27:41 +0200] cupsdReadClient: 9, used=0, file=-1 state=0 D [02/Jul/2006:16:27:41 +0200] cupsdReadClient: 9 GET / HTTP/1.1 D [02/Jul/2006:16:27:41 +0200] cupsdReadClient: 9 Browser asked for language "de.utf-8"... d [02/Jul/2006:16:27:41 +0200] cupsdFindBest: uri = "/"... d [02/Jul/2006:16:27:41 +0200] cupsdFindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0 d [02/Jul/2006:16:27:41 +0200] cupsdFindBest: Location /admin/conf Limit 7f d [02/Jul/2006:16:27:41 +0200] cupsdFindBest: Location /admin Limit 7f d [02/Jul/2006:16:27:41 +0200] cupsdFindBest: Location / Limit 7f d [02/Jul/2006:16:27:41 +0200] cupsdFindBest: best = / d [02/Jul/2006:16:27:41 +0200] cupsdAuthorize: con->uri="/", con->best=0x809e340(/) d [02/Jul/2006:16:27:41 +0200] cupsdAuthorize: Authorization="" D [02/Jul/2006:16:27:41 +0200] cupsdAuthorize: No authentication data provided. d [02/Jul/2006:16:27:41 +0200] cupsdIsAuthorized: con->uri="/", con->best=0x809e340(/) d [02/Jul/2006:16:27:41 +0200] cupsdIsAuthorized: level=AUTH_ANON, type=AUTH_NONE, satisfy=AUTH_SATISFY_ALL, num_names=0 d [02/Jul/2006:16:27:41 +0200] cupsdIsAuthorized: auth=AUTH_ALLOW... d [02/Jul/2006:16:27:42 +0200] get_file: 9 filename=/usr/local/share/doc/cups/index.html size=5725 d [02/Jul/2006:16:27:42 +0200] is_cgi(con=0x80e1000, filename="/usr/local/share/doc/cups/index.html", filestats=0xbfbf2430, type=text/html) d [02/Jul/2006:16:27:42 +0200] is_cgi: Returning 0... D [02/Jul/2006:16:27:42 +0200] write_file: 9 file=10 d [02/Jul/2006:16:27:42 +0200] write_file: Adding fd 9 to OutputSet... d [02/Jul/2006:16:27:42 +0200] cupsdWriteClient: Read 5725 bytes from file 10... d [02/Jul/2006:16:27:42 +0200] cupsdWriteClient: 9 bytes < 0 d [02/Jul/2006:16:27:42 +0200] cupsdWriteClient: Removing fd 9 from OutputSet... d [02/Jul/2006:16:27:42 +0200] cupsdWriteClient: 9 Closing data file 10. d [02/Jul/2006:16:27:42 +0200] cupsdReadClient: 9, used=0, file=-1 state=0 D [02/Jul/2006:16:27:42 +0200] cupsdReadClient: 9 GET /cups.css HTTP/1.1 D [02/Jul/2006:16:27:42 +0200] cupsdReadClient: 9 Browser asked for language "de.utf-8"... d [02/Jul/2006:16:27:42 +0200] cupsdFindBest: uri = "/cups.css"... d [02/Jul/2006:16:27:42 +0200] cupsdFindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0 --Boundary-00=_Z39pEKal4wYc5nb-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 15:18:16 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 F3B4816A40F for ; Sun, 2 Jul 2006 15:18:15 +0000 (UTC) (envelope-from ou.benny@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8926C43D48 for ; Sun, 2 Jul 2006 15:18:15 +0000 (GMT) (envelope-from ou.benny@gmail.com) Received: by wr-out-0506.google.com with SMTP id i7so501046wra for ; Sun, 02 Jul 2006 08:18: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:mime-version:content-type:content-transfer-encoding:content-disposition; b=AZs7K3fIECibBUqpbl70e/91oYKiCBNA1ITgicyRTOmKbyVpO76zhkuXrJvEeNAvU8VmgvoDoyAlBfj6ppFxReZxD/sdJUVwtORcjts2PwfquskwoqBO+msnQ40271x8+5WVtOtgMczq6tHlTlYJ3OovNz4WjKhvpH2l1p3ByrE= Received: by 10.54.82.4 with SMTP id f4mr3176543wrb; Sun, 02 Jul 2006 08:18:15 -0700 (PDT) Received: by 10.54.106.10 with HTTP; Sun, 2 Jul 2006 08:18:14 -0700 (PDT) Message-ID: <7899dff0607020818x64f12da7t89b7600947f9d27b@mail.gmail.com> Date: Sun, 2 Jul 2006 23:18:14 +0800 From: "Benny Au" To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: How to disconnect ADSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 15:18:16 -0000 Hello, I'm a novice of FreeBSD. I just can use "ppp -ddial adsl" to connect to my ISP, but can't disconnect it. Could u tell me the command? Additionally, where can I get a GUI tool for PPPoE? Thanks! Best regards, Benny Au From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 15:57: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 54F2A16A53B for ; Sun, 2 Jul 2006 15:57:16 +0000 (UTC) (envelope-from tankko@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB6C44078 for ; Sun, 2 Jul 2006 15:26:39 +0000 (GMT) (envelope-from tankko@gmail.com) Received: by py-out-1112.google.com with SMTP id t32so1246965pyc for ; Sun, 02 Jul 2006 08:26: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:mime-version:content-type:content-transfer-encoding:content-disposition; b=tZrfRsmXlSdcTqxEIfBBI3XJdHO2nRmqAZ9o3TMK3NGRnewqv2g0u0C32D6isZk2MxHC7CBIhvTS1YBRsYhM9rmWI7uKjQxXPsMSWX5CqOtN4Wkm4nM94QgeUj5I/yXyCtdCLAf+xd7htFvuzpiB4vahqn0nS2nbK10mxRjAAYY= Received: by 10.35.82.15 with SMTP id j15mr2081769pyl; Sun, 02 Jul 2006 08:26:39 -0700 (PDT) Received: by 10.35.128.16 with HTTP; Sun, 2 Jul 2006 08:26:38 -0700 (PDT) Message-ID: <7fec743f0607020826ge606b94t9a6bdbda1bd6a4d2@mail.gmail.com> Date: Sun, 2 Jul 2006 08:26:38 -0700 From: Tankko 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: portversion and sudo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 15:57:16 -0000 I have two machines running the same version of 5.3, and all ports are current on both, but, on one of the machines, if I run "portversion" I get this: undefined method `each' for nil:NilClass /usr/local/sbin/portversion:239: [BUG] Bus Error ruby 1.8.4 (2005-12-24) [i386-freebsd5] Abort trap If I run "sudo portversion", it works. Does anyone know why I can run "portversion" on one of the machines and have to run "sudo portversion" on the other? I can run pkg_version of either machine without sudo. Tankko From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 15:57: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 AECAE16A53B for ; Sun, 2 Jul 2006 15:57:23 +0000 (UTC) (envelope-from yifriedman@yahoo.com) Received: from web39104.mail.mud.yahoo.com (web39104.mail.mud.yahoo.com [209.191.87.32]) by mx1.FreeBSD.org (Postfix) with SMTP id A0A5944316 for ; Sun, 2 Jul 2006 15:36:21 +0000 (GMT) (envelope-from yifriedman@yahoo.com) Received: (qmail 99748 invoked by uid 60001); 2 Jul 2006 15:36:21 -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=wDby3Ag5M1h+cDybhjnoWFZOLH/ZXMnt/V8+5YsQeZ0dVIUkEIRnBDAkSTe6MYUpnRGRggNqU+xpHzdiOIJzH5NnRKQNk9X7KK/zLo5dkx/n8Z1taPFn1nWWWlUXU44/U7SO7cbFgT638u+Xjb9R2HYPWpseyeoxzEbNug1RSKU= ; Message-ID: <20060702153621.99746.qmail@web39104.mail.mud.yahoo.com> Received: from [128.59.6.172] by web39104.mail.mud.yahoo.com via HTTP; Sun, 02 Jul 2006 08:36:21 PDT Date: Sun, 2 Jul 2006 08:36:21 -0700 (PDT) From: Isaac Friedman To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 02 Jul 2006 16:06:11 +0000 Subject: another newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 15:57:23 -0000 I am new to UNIX but know the basics of getting around, writing simple shell scripts, etc. Is there any way to use a short perl program as a shell script? __________________________________________________ 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 Jul 2 16:25: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 B43C316A47B for ; Sun, 2 Jul 2006 16:25:45 +0000 (UTC) (envelope-from slipcon@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 D334343FFE for ; Sun, 2 Jul 2006 16:25:37 +0000 (GMT) (envelope-from slipcon@gmail.com) Received: by py-out-1112.google.com with SMTP id c63so841346pyc for ; Sun, 02 Jul 2006 09:25: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:mime-version:content-type; b=LgEgquUJp5mndlTWdCbZ3VIieHSDC15ynxYg8HIfVC41R04LggYox8awMHXs4ywgCEliRs/hrtpeyA0YJeflSPZia4W4O3NYnuQxij5oDl9CJqlGEYfX2oXLvfPjOSdyQ2L6x9J7+m8LxADH4lBKbcVmTHKWoMjD2s9Bu8jeaJo= Received: by 10.35.63.2 with SMTP id q2mr214996pyk; Sun, 02 Jul 2006 09:25:36 -0700 (PDT) Received: by 10.35.67.3 with HTTP; Sun, 2 Jul 2006 09:25:36 -0700 (PDT) Message-ID: <580cd3b30607020925k8c59518id8589d8e5437d249@mail.gmail.com> Date: Sun, 2 Jul 2006 12:25:36 -0400 From: "Scott Lipcon" 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: SIS 965L ATA 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: Sun, 02 Jul 2006 16:25:45 -0000 Hi all, I just got an Asus A8S-X motherboard, and probably should have done more research. I've managed to get it all working except for the ATA support (PATA - I haven't tried SATA yet) I'm running FreeBSD 5-STABLE (Was 5.4-STABLE, I just upgraded to 5.5-STABLE in hopes it would help) I'm running i386, not amd64, if that makes any difference as well. This board has a SIS 965L southbridge, but its recognizing it as a generic 5513. the Linux driver seems to be able to identify it based on a "trueid" field, but I don't know enough about the ata code to see how to detect that. The disks aren't being detected properly - if I boot with a disk plugged in, it prints a DMA TIMEOUT error and hangs hard as soon as it probes the disk. If no disks are connected, it boots fine. I'm hoping a small patch to ata-chipset.c will allow this to work. # pciconf -l | grep atapci atapci0@pci0:2:5: class=0x010180 card=0x55131039 chip=0x55131039 rev=0x01 hdr=0x00 atapci1@pci0:5:0: class=0x010185 card=0x01801039 chip=0x01821039 rev=0x01 hdr=0x00 # dmesg | grep atacpi atapci0: port 0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 2.5 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 atapci1: port 0x9400-0x940f,0x9800-0x9803,0xa000-0xa007,0xa400-0xa403,0xa800-0xa807 irq 17 at device 5.0 on pci0 ata2: channel #0 on atapci1 ata3: channel #1 on atapci1 The board also had the same problem described in http://people.fruitsalad.org/adridg/development.a8nvm.php, but I was able to get past that using his technique. I see that FreeBSD 6-STABLE has support for the SIS965 - is that the same as the 965L? Ideally I'd rather not upgrade to 6.x right now if possible. Should I return the board? Please cc me on any responses. Thanks, Scott From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 16:42: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 73E9C16A403 for ; Sun, 2 Jul 2006 16:42:34 +0000 (UTC) (envelope-from shantanoo@ghar.dhoomketu.net.in) Received: from iqara.net (sendmail.iqara.net [203.187.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFFC343D4C for ; Sun, 2 Jul 2006 16:42:32 +0000 (GMT) (envelope-from shantanoo@ghar.dhoomketu.net.in) Received: (qmail 25544 invoked from network); 2 Jul 2006 16:32:34 -0000 Received: from unknown (HELO ghar.dhoomketu.net.in) ([219.91.153.219]) (envelope-sender ) by iqara.net (qmail-ldap-1.03) with SMTP for ; 2 Jul 2006 16:32:34 -0000 Received: by ghar.dhoomketu.net.in (Postfix, from userid 1001) id 00C9628457; Sun, 2 Jul 2006 22:05:25 +0530 (IST) Date: Sun, 2 Jul 2006 22:05:25 +0530 From: Shantanoo Mahajan To: Benny Au Message-ID: <20060702163525.GA1247@madhosh.dhoomketu.net.in> References: <7899dff0607020818x64f12da7t89b7600947f9d27b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7899dff0607020818x64f12da7t89b7600947f9d27b@mail.gmail.com> Organization: Hmmm... I dunno X-OS: FreeBSD 6.1-RELEASE i386 X-UPTIME: 10:04PM up 12 mins, 0 users, load averages: 0.04, 0.11, 0.12 X-Mailer-Website: http://www.mutt.org X-GPG-Fingerprint: 614C 591B D401 98ED 1EF1 8BCF 30A1 5685 07A6 AA4B User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: questions@FreeBSD.org Subject: Re: How to disconnect ADSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 16:42:34 -0000 +++ Benny Au [freebsd] [02-07-06 23:18 +0800]: | Hello, | I'm a novice of FreeBSD. I just can use "ppp -ddial adsl" to connect | to my ISP, but can't disconnect it. Could u tell me the command? | Additionally, where can I get a GUI tool for PPPoE? | Thanks! try # killall ppp Shantanoo -- Ignore everybody. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 17:10: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 53FF816A589 for ; Sun, 2 Jul 2006 17:10:21 +0000 (UTC) (envelope-from joao.michigan@yahoo.com.sg) Received: from web55702.mail.re3.yahoo.com (web55702.mail.re3.yahoo.com [216.252.110.33]) by mx1.FreeBSD.org (Postfix) with SMTP id 952FF44555 for ; Sun, 2 Jul 2006 17:10:20 +0000 (GMT) (envelope-from joao.michigan@yahoo.com.sg) Received: (qmail 49554 invoked by uid 60001); 2 Jul 2006 17:10:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.sg; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=fcs7L+QAKWhYj/QjUZUcj5YeQe3R5f7UzJALL9k25iV+e9x17Da1KbCwI6ygHZa+p3nbFa0xo687+UVtIRwB3jWAionKdZQCs/4i7p+pMubippy5Sc1cNLG9LJK6UgauUILAH4+L2Sd+3j/1Rpw5qPST2I09LQrjuAp3S9BYs/M= ; Message-ID: <20060702171019.49552.qmail@web55702.mail.re3.yahoo.com> Received: from [80.203.212.30] by web55702.mail.re3.yahoo.com via HTTP; Mon, 03 Jul 2006 01:10:19 CST Date: Mon, 3 Jul 2006 01:10:19 +0800 (CST) From: =?iso-8859-1?q?Jo=E3o=20Michigan?= To: 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: My DNS servers! They won't reload! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 17:10:21 -0000 Hay! Greetings from tropical Singapore! (though my surroundings are pretty much concrete) I'm experiencing difficulties reloading named on both my servers. named.conf and zone files on both servers have been tested elsewhere and works fine. If the problem should appear to be in one or more of those files let me know and I will include them to this list. So, here we go: *shrug* ---------- Server 1 FreeBSD 6.1-STABLE: Fri May 12 05:26:00 CEST 2006 # rndc reload rndc: connection to remote host closed This may indicate that the remote server is using an older version of the command protocol, this host is not authorized to connect, or the key is invalid. # netstat -Sa | grep rndc tcp6 0 0 ::1.rndc *.* LISTEN tcp4 0 0 127.0.0.1.rndc *.* LISTEN # rndc Version: 9.3.2 # named -v BIND 9.3.2 I've tried using rndc-confgen to create a new rndc.key, as well as rndc.conf and references in named.conf, but the problem won't go away. ---------- Server 2 FreeBSD 6.1-STABLE: Wed Jun 28 18:15:20 UTC 2006 # rndc reload rndc: decode base64 secret: bad base64 encoding # netstat -Sa | grep rndc # rndc Version: 9.3.2 # named -v BIND 9.3.2 I have no idea what to do in either case. I've asked Google, but I haven't found any answers of relevance. That's it I guess. I hope someone out there can help me. Thank you, João Michigan From: http://www.flickr.com/photos/tags/singapore/interesting/show --------------------------------- The World Cup Is Now On Your Favorite Front Page - check out www.yahoo.com.sg From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 17:11: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 A244C16A403 for ; Sun, 2 Jul 2006 17:11:56 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (195.179.186.195.cust.bluewin.ch [195.186.179.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93AF344562 for ; Sun, 2 Jul 2006 17:11:46 +0000 (GMT) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (localhost [127.0.0.1]) by saturn.pcs.ms (8.13.1/8.13.1) with ESMTP id k62HTn7H014145; Sun, 2 Jul 2006 19:29:49 +0200 (CEST) (envelope-from martin@saturn.pcs.ms) Received: (from martin@localhost) by saturn.pcs.ms (8.13.1/8.13.1/Submit) id k62HTmIJ014140; Sun, 2 Jul 2006 19:29:48 +0200 (CEST) (envelope-from martin) Date: Sun, 2 Jul 2006 19:29:48 +0200 From: Martin Schweizer To: Lowell Gilbert Message-ID: <20060702172948.GI44398@saturn.pcs.ms> Mail-Followup-To: Lowell Gilbert , freebsd-questions@freebsd.org References: <20060625170618.GA82413@saturn.pcs.ms> <44odwgp0ht.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2r9at8cGmvB+qaMS" Content-Disposition: inline In-Reply-To: <44odwgp0ht.fsf@be-well.ilk.org> User-Agent: Mutt/1.4.2.1i Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland X-PGP-Key: http://www.pc-service.ch/pgp/public_key.asc X-Fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239 Cc: freebsd-questions@freebsd.org Subject: Re: Problem after update to 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Schweizer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 17:11:56 -0000 --2r9at8cGmvB+qaMS Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Lowell I find out the problem. In /etc/rc.d was one file which was not a rc.d scri= pt.=20 Am Mon, Jun 26, 2006 at 08:25:34AM -0400 Lowell Gilbert schrieb: > Martin Schweizer writes: >=20 > > Since I updated 5.4R to 6.1R I get the following messages after reboot: > > > > [snip] > > Starting sshd. > > Starting cyrus_imapd. > > Starting sendmail. > > Starting cron. > > Local package initialization: apcupsd. > > Additional TCP options:. > > Starting default moused:. > > Starting inetd. > > Starting background file system checks in 60 seconds. > > /etc/rc: Cannot determine the PREFIX > > Enter full pathname of shell or RETURN for /bin/sh: > > # > > > > ... and I get no login prompt here. What is going wrong? > > > > I did the update like described in /usr/src/UPDATING: > > [snip] > > To upgrade in-place from 5.x-stable or higher to 6.x-stable > > ----------------------------------------------------------- > > > > make buildworld [9] > > make kernel KERNCONF=3DYOUR_KERNEL_HERE [8] > > [1] > > [3] > > mergemaster -p [5] > > make installworld > > make delete-old > > mergemaster -i [4] > > > > [snip] >=20 > My best guess would be a mistake in the mergemaster portion, because I > can't even find the message you're getting. The system is going into > single-user mode; use that to find the "Cannot determine the PREFIX" > in the rc files, and install the latest version of whatever rc file > that's in. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 Regards Gruss Mit freundlichen Gr=FCssen Martin Schweizer PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc;=20 fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; --2r9at8cGmvB+qaMS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEqAKMwa4WkdMP0jkRAoDeAKC9mDJvUW9OlWBl42L8tL/NxbdVmACgl84S JnGk1M71cFtKbL7/Jzktj38= =efoK -----END PGP SIGNATURE----- --2r9at8cGmvB+qaMS-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 17:20: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 8657E16A517 for ; Sun, 2 Jul 2006 17:20:33 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4715F43D46 for ; Sun, 2 Jul 2006 16:47:19 +0000 (GMT) (envelope-from fbsd@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060702164718.WFNP8020.mta10.adelphia.net@barbish>; Sun, 2 Jul 2006 12:47:18 -0400 From: "fbsd" To: "Benny Au" , Date: Sun, 2 Jul 2006 12:47:13 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <7899dff0607020818x64f12da7t89b7600947f9d27b@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: How to disconnect ADSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 17:20:33 -0000 kill -1 $(cat /var/run/tun0.pid) Or You stop user PPP by killing the task; there is no hang up command. killall ppp -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Benny Au Sent: Sunday, July 02, 2006 11:18 AM To: questions@FreeBSD.org Subject: How to disconnect ADSL Hello, I'm a novice of FreeBSD. I just can use "ppp -ddial adsl" to connect to my ISP, but can't disconnect it. Could u tell me the command? Additionally, where can I get a GUI tool for PPPoE? Thanks! Best regards, Benny Au _______________________________________________ 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 Jul 2 17:20: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 39B7F16A621 for ; Sun, 2 Jul 2006 17:20:43 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id A962F44128 for ; Sun, 2 Jul 2006 16:52:02 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1397087uge for ; Sun, 02 Jul 2006 09:52: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FqLY8Hbi2oRkOuhf0d4VvcR20HLrQ4hSiwLLJruRIumTi7tPMhk4q08ezwzlrKYZiNeaZyLw2fxKOq5DKpp1GfQOgIPKKFUyI4FmhE4k/nVeyVlKWumpjrSfAMXW1ouzQlaYivBdyqcM2WXK6fAfBsucLUHSuC/tHzXkOaktNxU= Received: by 10.67.101.10 with SMTP id d10mr4945998ugm; Sun, 02 Jul 2006 09:52:01 -0700 (PDT) Received: by 10.66.219.4 with HTTP; Sun, 2 Jul 2006 09:52:01 -0700 (PDT) Message-ID: Date: Sun, 2 Jul 2006 20:52:01 +0400 From: "Andrew Pantyukhin" To: "Isaac Friedman" In-Reply-To: <20060702153621.99746.qmail@web39104.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060702153621.99746.qmail@web39104.mail.mud.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: another newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 17:20:43 -0000 On 7/2/06, Isaac Friedman wrote: > I am new to UNIX but know the basics of getting > around, writing simple shell scripts, etc. Is there > any way to use a short perl program as a shell script? sat64% cat << __END__ > ./script.pl #!/usr/local/bin/perl -w print "Hello world!\n"; __END__ sat64% chmod a+x ./script.pl sat64% ./script.pl From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 17:33: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 02B1516A407 for ; Sun, 2 Jul 2006 17:33:17 +0000 (UTC) (envelope-from atom.powers@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 1051243D5A for ; Sun, 2 Jul 2006 17:33:13 +0000 (GMT) (envelope-from atom.powers@gmail.com) Received: by py-out-1112.google.com with SMTP id c63so852345pyc for ; Sun, 02 Jul 2006 10:33:13 -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=JJlCD4gjp7qx6n7WX3d5UuEOiILX9kUeli6UMDHz1eZiRHGlSD+hVXobV3C3fD+64OvjIq967KvjwF03f4TBijGQU4lm7DRJDqmKHn9+633ZNOFhSBeugHlxAayY/Ep4+kqnV4OFou6IMlZQGcyTdcYOIExZ5DoLh4F64GBEul4= Received: by 10.35.101.9 with SMTP id d9mr245711pym; Sun, 02 Jul 2006 10:31:32 -0700 (PDT) Received: by 10.35.110.6 with HTTP; Sun, 2 Jul 2006 10:31:32 -0700 (PDT) Message-ID: Date: Sun, 2 Jul 2006 10:31:32 -0700 From: "Atom Powers" To: "=?ISO-8859-1?Q?Jo=E3o_Michigan?=" In-Reply-To: <20060702171019.49552.qmail@web55702.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060702171019.49552.qmail@web55702.mail.re3.yahoo.com> Cc: questions@freebsd.org Subject: Re: My DNS servers! They won't reload! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 17:33:17 -0000 On 7/2/06, Jo=E3o Michigan wrote: > Hay! > > Greetings from tropical Singapore! > (though my surroundings are pretty much concrete) > I'm experiencing difficulties reloading named on both my servers. > > named.conf and zone files on both servers have been tested elsewhere > and works fine. If the problem should appear to be in one or more of > those files let me know and I will include them to this list. Test the zone files. ( read 'man named-checkzone' ) Particularly if you are importing from an older version of BIND. > So, here we go: > > *shrug* > > ---------- Server 1 FreeBSD 6.1-STABLE: Fri May 12 05:26:00 CEST 2006 > # rndc reload > rndc: connection to remote host closed > This may indicate that the remote server is using an older version of > the command protocol, this host is not authorized to connect, > or the key is invalid. Did you set up your rndc configs? Because rndc uses a password in the conf files to communicate it will not work with a default configuration. Read 'man rndc'. You can also reload your configs by restarting named: `/etc/rc.d/named rest= art' Also. named is configured to run chrooted by default, make sure you run the above restart command to set the correct permissions on the chrooted directory. --=20 -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 18:31: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 8F97C16A40F for ; Sun, 2 Jul 2006 18:31:32 +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 0777E444AD for ; Sun, 2 Jul 2006 18:31:31 +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 k62IVUkf011047 for ; Sun, 2 Jul 2006 14:31:30 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id 8424F11EE4E; Sun, 2 Jul 2006 14:31:24 -0400 (EDT) Date: Sun, 2 Jul 2006 14:31:23 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060702183123.GC12262@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="LKTjZJSUETSlgu2t" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: cannot upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 18:31:32 -0000 --LKTjZJSUETSlgu2t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Um, what does this mean? ** Detected a package name change: apr-db42 (devel/apr-svn) -> 'apr-gdbm-db= 42' (devel/apr-svn) ** No need to upgrade 'apr-db42-1.2.7_1' (>=3D apr-gdbm-db42-1.2.7_1). (spe= cify -f to force) [Updating the pkgdb in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument; rebuild needed] [Rebuilding the pkgdb in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!] /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system': Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ (CommandFailedError) from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in `__sudo' from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in `xsystem!' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in `autofix!' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in `autofix' from /usr/local/sbin/portupgrade:475:in `main' from /usr/local/sbin/portupgrade:714:in `main' from /usr/local/lib/ruby/1.8/optparse.rb:815:in `initialize' from /usr/local/sbin/portupgrade:209:in `main' from /usr/local/sbin/portupgrade:1951 Thanks, 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 --LKTjZJSUETSlgu2t Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEqBD7KGqCc1vIvggRAv60AJ9DtkaBXhGvRWxsltVsCn9JVRa8rwCfcnna cRz+L1d5sZziy2v7bxXs97E= =UDct -----END PGP SIGNATURE----- --LKTjZJSUETSlgu2t-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 18:34: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 201DB16A417 for ; Sun, 2 Jul 2006 18:34:14 +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 E5CF4444B1 for ; Sun, 2 Jul 2006 18:34:05 +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 k62IY420011118 for ; Sun, 2 Jul 2006 14:34:04 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id 8214F11EE4E; Sun, 2 Jul 2006 14:33:59 -0400 (EDT) Date: Sun, 2 Jul 2006 14:33:58 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060702183358.GD12262@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org References: <20060702183123.GC12262@tigger.digitaltorque.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a1QUDc0q7S3U7/Jg" Content-Disposition: inline In-Reply-To: <20060702183123.GC12262@tigger.digitaltorque.ca> User-Agent: Mutt/1.4.2.1i Subject: Re: cannot upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 18:34:14 -0000 --a1QUDc0q7S3U7/Jg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 02/07/06 Michael P. Soulier said: > Cannot update the pkgdb!]: Cannot update the pkgdb!] > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system': Command > failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ (CommandFailedError) > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in `__sudo' > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in `xsyste= m!' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in `autofix!' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in `autofix' > from /usr/local/sbin/portupgrade:475:in `main' > from /usr/local/sbin/portupgrade:714:in `main' > from /usr/local/lib/ruby/1.8/optparse.rb:815:in `initialize' > from /usr/local/sbin/portupgrade:209:in `main' > from /usr/local/sbin/portupgrade:1951 [root@espresso ~]# pkgdb -F ---> Checking the package registry database [Updating the pkgdb in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument; rebuild needed] [Rebuilding the pkgdb in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!] This doesn't look good. 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 --a1QUDc0q7S3U7/Jg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEqBGWKGqCc1vIvggRAmsKAJ0foqEk71jmMQyOz1sgEZ52Yiq5rwCgjzzO iODmINPbKuzgIySuXMdOk8s= =T4uu -----END PGP SIGNATURE----- --a1QUDc0q7S3U7/Jg-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 18:40: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 3FC4F16A407 for ; Sun, 2 Jul 2006 18:40:07 +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 AC52B444AE for ; Sun, 2 Jul 2006 18:40:06 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Fx6rS-0003Pj-Cg for freebsd-questions@freebsd.org; Sun, 02 Jul 2006 20:40:02 +0200 Received: from 82-70-166-86.dsl.in-addr.zen.co.uk ([82.70.166.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Jul 2006 20:40:02 +0200 Received: from gmane by 82-70-166-86.dsl.in-addr.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Jul 2006 20:40:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: "Steve A" Date: Sun, 2 Jul 2006 19:03:15 +0100 Lines: 34 Message-ID: X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 82-70-166-86.dsl.in-addr.zen.co.uk X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-RFC2646: Format=Flowed; Original Sender: news Subject: FreeBSD add user script syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 18:40:07 -0000 I've got Samba set up as a domain controller successfully, and am now wanting to user usrmgr.exe and svrmgr.exe to make basic user admin changes from a Windows workstation. Some stuff works, and some stuff doesn't, and I was looking for some help with the script sections listed here... What works: add user script = pw user add -n %u -g users -c "Windows User" -s /usr/bin/nologin delete user script = pw user del -n %u -r add group script = pw group add -n %g add machine script = pw user add -n %u -g winstations -c Windows_Machine -s /usr/sbin/nologin What doesn't work: delete group script = pw group del -n %g add user to group script = pw group mod -n %g -M %u set primary group script = pw user mod -n %u -g %g What I can't figure out: rename user script = delete user from group script = Does anyone have examples that work that could pinch please? Many thanks, Steve :) From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 19: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 6E91B16A403 for ; Sun, 2 Jul 2006 19:01:52 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67EF943EF1 for ; Sun, 2 Jul 2006 19:01:37 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k62J1MBC012336 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 2 Jul 2006 22:01:24 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k62J1E80001437; Sun, 2 Jul 2006 22:01:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k62J1EFK001436; Sun, 2 Jul 2006 22:01:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 2 Jul 2006 22:01:14 +0300 From: Giorgos Keramidas To: Andreas Wider?e Andersen Message-ID: <20060702190114.GA1356@gothmog.pc> References: <23ed14b80607020232j116c9a2dj3828418e095b7ed2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <23ed14b80607020232j116c9a2dj3828418e095b7ed2@mail.gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.496, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.90, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Help fixing sendmail crassh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 19:01:52 -0000 On 2006-07-02 11:32, Andreas Wider?e Andersen wrote: > Hi, > Sendmail exits about every 30 minutes. I suspect it has to do with some > mailqueues running, but I don't know how to stop or fix it. > > Running FreeBSD 4.11 p19 > Sendmail 8.13.1 > > from /var/log/messages > > Jul 1 20:41:02 malibu /kernel: pid 50923 (sendmail), uid 0: exited on signal 11 > Jul 1 21:08:59 malibu /kernel: pid 51058 (sendmail), uid 0: exited on signal 11 > Jul 1 21:39:00 malibu /kernel: pid 51252 (sendmail), uid 0: exited on signal 11 > Jul 1 22:07:39 malibu /kernel: pid 51374 (sendmail), uid 0: exited on signal 11 Are other programs crashing with signal 11 too? This may be a hardware problem. I've been running Sendmail on FreeBSD for ages without any sign of signal 11: # cd /var/log # ( bzcat $( ls -d1 messages*bz2 | sort -r) ; cat messages ) | grep 'sendmail.*signal' # > I was hoping someone could give me a hand here so I can get this issue > resolved. * What local configuration changes have you made to the standard freebsd.mc and freebsd.submit.mc files? * Have you checked your memory for errors (see the sysutils/memtest and the sysutils/memtest86 ports). From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 19:51: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 86B6116A415 for ; Sun, 2 Jul 2006 19:51:07 +0000 (UTC) (envelope-from luchezar.petkov@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 63F51446E1 for ; Sun, 2 Jul 2006 19:51:06 +0000 (GMT) (envelope-from luchezar.petkov@gmail.com) Received: by nf-out-0910.google.com with SMTP id c29so634110nfb for ; Sun, 02 Jul 2006 12:51:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:user-agent; b=IhIVV78HWY+qZEAJF3XvX1ljsgOBhmKpcW764ttX4VIHga/U0AcjC/TgDAEocraXAbHkprU3zuvcZmmyQuM4x6U7hpPOOOQYm+xntC/f9yeaFUvduG7bY1gJ9hGF2NoKG9vjIyvwsOjqjS81GkucZq/Mjp+Rt05dwKeM/Hmi2rE= Received: by 10.48.217.16 with SMTP id p16mr1822228nfg; Sun, 02 Jul 2006 12:51:05 -0700 (PDT) Received: from localhost ( [85.217.148.22]) by mx.gmail.com with ESMTP id b1sm260893nfe.2006.07.02.12.51.04; Sun, 02 Jul 2006 12:51:04 -0700 (PDT) Date: Sun, 2 Jul 2006 22:52:50 +0300 From: Luchezar Petkov To: FreeBSD-Questions Message-ID: <20060702195250.GA71380@lilly.evo.bg> Mail-Followup-To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Subject: Etk compilation problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 19:51:07 -0000 Hi list, I'm trying to compile Etk (Enlightenment ToolKit, e17 library) from source (cvs). Everything is fine, just that: ../../src/lib/.libs/libetk.so: undefined reference to `libintl_bindtextdomain' ../../src/lib/.libs/libetk.so: undefined reference to `libintl_gettext' ../../src/lib/.libs/libetk.so: undefined reference to `libintl_textdomain' gmake[3]: *** [etk_test] Error 1 Some information about my system: --- $uname -a FreeBSD lilly.evo.bg 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 --- $export | grep CFLAGS CFLAGS=" -g -L/usr/X11R6/lib -L/usr/local/lib -I/usr/local/include -I/usr/X11R6/include" --- $locate libintl /usr/local/include/libintl.h /usr/local/lib/libintl.a /usr/local/lib/libintl.la /usr/local/lib/libintl.so /usr/local/lib/libintl.so.6 ---- Using Bash (it failed with Zsh..). Thank you. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 20:07: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 ADF0416A6C5 for ; Sun, 2 Jul 2006 20:07:29 +0000 (UTC) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D08944420 for ; Sun, 2 Jul 2006 19:44:29 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 18485 invoked by uid 510); 2 Jul 2006 20:53:08 +0100 Received: from 127.0.0.1 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.88/1261. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(127.0.0.1):SA:0(-4.7/5.0):. Processed in 2.180748 secs); 02 Jul 2006 19:53:08 -0000 X-Spam-Status: No, hits=-4.7 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(127.0.0.1):SA:0(-4.7/5.0):. Processed in 2.180748 secs Process 18476) Received: from localhost (HELO 192.168.0.50) (bsd@bathnetworks.com@127.0.0.1) by lmail.bathnetworks.co.uk with SMTP; 2 Jul 2006 20:53:06 +0100 Received: from 192.168.0.104 (SquirrelMail authenticated user bsd@bathnetworks.com) by 192.168.0.50 with HTTP; Sun, 2 Jul 2006 20:53:06 +0100 (BST) Message-ID: <62217.192.168.0.104.1151869986.squirrel@192.168.0.50> In-Reply-To: References: Date: Sun, 2 Jul 2006 20:53:06 +0100 (BST) From: bsd@bathnetworks.com To: "Steve A" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD add user script syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 20:07:29 -0000 > I've got Samba set up as a domain controller successfully, and am now > wanting to user usrmgr.exe and svrmgr.exe to make basic user admin changes > from a Windows workstation. > > Some stuff works, and some stuff doesn't, and I was looking for some help > with the script sections listed here... > > What works: > > add user script = pw user add -n %u -g users -c "Windows User" -s > /usr/bin/nologin > delete user script = pw user del -n %u -r > add group script = pw group add -n %g > add machine script = pw user add -n %u -g winstations -c Windows_Machine > -s > /usr/sbin/nologin > > What doesn't work: > > delete group script = pw group del -n %g > add user to group script = pw group mod -n %g -M %u > set primary group script = pw user mod -n %u -g %g > > What I can't figure out: > > rename user script = > delete user from group script = > > > Does anyone have examples that work that could pinch please? > > Many thanks, > Steve :) > Steve, How did you setup samba? There are several ways to do this. There are very useful guides on the samba site. There are also variuos scripts for adding users etc on the IDEALX site: http://www.idealx.com/content/view/141/146/lang,fr/index.en.html Rob From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 20:42: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 2213E16A403 for ; Sun, 2 Jul 2006 20:42:49 +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 A172243D45 for ; Sun, 2 Jul 2006 20:42:48 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fx8mD-0003rR-V1 for freebsd-questions@freebsd.org; Sun, 02 Jul 2006 22:42:45 +0200 Received: from 82-70-166-86.dsl.in-addr.zen.co.uk ([82.70.166.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Jul 2006 22:42:45 +0200 Received: from gmane by 82-70-166-86.dsl.in-addr.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Jul 2006 22:42:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: "Steve A" Date: Sun, 2 Jul 2006 21:40:16 +0100 Lines: 18 Message-ID: References: <62217.192.168.0.104.1151869986.squirrel@192.168.0.50> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 82-70-166-86.dsl.in-addr.zen.co.uk X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-RFC2646: Format=Flowed; Original Sender: news Subject: Re: FreeBSD add user script syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 20:42:49 -0000 bsd@bathnetworks.com wrote: > How did you setup samba? There are several ways to do this. There are very > useful guides on the samba site. There are also variuos scripts for adding > users etc on the IDEALX site: > http://www.idealx.com/content/view/141/146/lang,fr/index.en.html Many thanks Rob. I've set up Samba as a PDC using tdbsam for the backend. The difficulty I'm having is figuring out the script syntax for the add user stuff as listed in my previous post. I've since read another reply that hints toward writing my own shell scripts to do the job. If that's the right way to go - I'll do it :) Cheers, Steve :) From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 20:50: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 2433D16A5EB for ; Sun, 2 Jul 2006 20:50: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 4CB6643D53 for ; Sun, 2 Jul 2006 20:50:01 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.16.2.1] (charm.daemonsecurity.com [172.16.2.1]) by strange.daemonsecurity.com (Postfix) with ESMTP id 235852E021 for ; Sun, 2 Jul 2006 22:49:59 +0200 (CEST) Message-ID: <44A8315F.3090600@locolomo.org> Date: Sun, 02 Jul 2006 22:49:35 +0200 From: =?UTF-8?B?RXJpayBOw7hyZ2FhcmQ=?= Organization: Locolomo.ORG User-Agent: Thunderbird 1.5.0.2 (X11/20060423) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms090209020200070604030607" Cc: Subject: setting ntp-servers for ntpdate via dhcp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 20:50:03 -0000 This is a cryptographically signed message in MIME format. --------------ms090209020200070604030607 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi: There is a dhcp-option, ntp-servers, to set which ntp-server to use. It would be quite useful with ntpdate. Does anyone have a patch to ntpdate startup script or other hack that use this option? - just before I start hacking myself... 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 --------------ms090209020200070604030607 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIL5jCC Be8wggPXoAMCAQICCQCNA1Uf/OBPDDANBgkqhkiG9w0BAQUFADCBmTELMAkGA1UEBhMCRVMx GDAWBgNVBAoTD0RhZW1vbiBTZWN1cml0eTEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9y aXR5MR4wHAYDVQQDExVDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNh QGRhZW1vbnNlY3VyaXR5LmNvbTEKMAgGA1UEBRMBMDAeFw0wNjA0MjAxMzE2NTBaFw0wNzA0 MjAxMzE2NTBaMGIxCzAJBgNVBAYTAkVTMRUwEwYDVQQKEwxMb2NvTG9tby5PcmcxFjAUBgNV BAMTDUVyaWsgTm9yZ2FhcmQxJDAiBgkqhkiG9w0BCQEWFW5vcmdhYXJkQGxvY29sb21vLm9y ZzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMPmPk5QnkyvR4ZNS/jYCYEk6/x/ mqSIqM7XXmikYX4AmbS4AbgJg7tY150ti87oYIjH4pnt1ReYWV4P2lDE2w0Db73Fk3TGpYcq XNUu4uRl8eoMX6Mh5I34tzJc+ZJqXW0pQtzP7JDgPvLddh0roY/ongaqpnrA6dDh0QfEC+ky z1abx9xmp776RPfRnbzjUht9VGPohiZFLyNfLgw5x4Q5/efDtx3tKDMJP67UnVd1tbclKbOs +HaqxYXNr1TJ9HIpRpfb4IhBFCvBDiiHUjbGtpi2EXeHuwoQ8cp7mjl6j1BfGaoFHvqzA1GD +156qJ9waxEvx/0XGudqWJeFTVkCAwEAAaOCAW4wggFqMA8GA1UdEwEB/wQFMAMCAQAwCwYD VR0PBAQDAgO4MB0GA1UdDgQWBBRpebgs44/nvl3Dw7F0Yrg/nx9puTCBzgYDVR0jBIHGMIHD gBSOYakm6rz5V4h0qO3QlbBuYT3ipaGBn6SBnDCBmTELMAkGA1UEBhMCRVMxGDAWBgNVBAoT D0RhZW1vbiBTZWN1cml0eTEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MR4wHAYD VQQDExVDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNhQGRhZW1vbnNl Y3VyaXR5LmNvbTEKMAgGA1UEBRMBMIIJAI0DVR/84E8BMCAGA1UdEQQZMBeBFW5vcmdhYXJk QGxvY29sb21vLm9yZzA4BgNVHR8EMTAvMC2gK6AphidodHRwOi8vd3d3LmRhZW1vbnNlY3Vy aXR5LmNvbS9jYS9kcy5jcmwwDQYJKoZIhvcNAQEFBQADggIBAMefA0DXBeUmPG353ldj4jQP TKusU49AGPtH0gI0W7gnc8L6NQb7/lzpF1xW3fVOXmDBSQrSzdsmPoUiQBOv8/GTPiJbktbr eHGPDDi7xTmNgGCh/gv9EECEc0casKs778FMhJxQDIKUrBpdxpxUVHxzR9m2MgCaiOPi0oru o5ZjdNh4PyfSrYkkMJmp9w7ouulyf7wSOwwyIxZixWHVIo0lJBZCFQqIcCXzmnLUhlUKqMGb 0sOsPh7GITecrfGAM8iBpLuRjGe3yDa8Xx2riflJLjKxqcSg0OIhibS3xkGTgoJhtAJBB21G CkcnHmLXmnXYZvfE/D4twmSGo3j4D79xFA5xMJU5IwNYT+agU2srRq11eZvtVK3p2sF2rgSK 99cbCHL0K3AhhiF9z+1uLjZO8UgnvB81rQG+Kzn/nvZgQ1bvxKnrtzs3UuKPyAXflNVSiMwO vUv04tBJcIGrdiav64BTQFBgguY7JWWkrsaTeEMUHXW6aUyGCfngQ2LR6McfDeZZLM0BKXiv pjozutGTR76khWqSsttSZQoGoNbMRcHodFCZ2RHSsM1rPKINY1w7vTnr8oEVD3D+pY1UrM/o vDkvS8ypr+gg66pMC0gXl7cReoFNiE118sHKlAEGKNlka3Pga2r+AL6KrjwCZHMwOFDheFoN k9rxTruKV0O0MIIF7zCCA9egAwIBAgIJAI0DVR/84E8MMA0GCSqGSIb3DQEBBQUAMIGZMQsw CQYDVQQGEwJFUzEYMBYGA1UEChMPRGFlbW9uIFNlY3VyaXR5MR4wHAYDVQQLExVDZXJ0aWZp Y2F0ZSBBdXRob3JpdHkxHjAcBgNVBAMTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEkMCIGCSqG SIb3DQEJARYVY2FAZGFlbW9uc2VjdXJpdHkuY29tMQowCAYDVQQFEwEwMB4XDTA2MDQyMDEz MTY1MFoXDTA3MDQyMDEzMTY1MFowYjELMAkGA1UEBhMCRVMxFTATBgNVBAoTDExvY29Mb21v Lk9yZzEWMBQGA1UEAxMNRXJpayBOb3JnYWFyZDEkMCIGCSqGSIb3DQEJARYVbm9yZ2FhcmRA bG9jb2xvbW8ub3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw+Y+TlCeTK9H hk1L+NgJgSTr/H+apIioztdeaKRhfgCZtLgBuAmDu1jXnS2LzuhgiMfime3VF5hZXg/aUMTb DQNvvcWTdMalhypc1S7i5GXx6gxfoyHkjfi3Mlz5kmpdbSlC3M/skOA+8t12HSuhj+ieBqqm esDp0OHRB8QL6TLPVpvH3GanvvpE99GdvONSG31UY+iGJkUvI18uDDnHhDn958O3He0oMwk/ rtSdV3W1tyUps6z4dqrFhc2vVMn0cilGl9vgiEEUK8EOKIdSNsa2mLYRd4e7ChDxynuaOXqP UF8ZqgUe+rMDUYP7Xnqon3BrES/H/Rca52pYl4VNWQIDAQABo4IBbjCCAWowDwYDVR0TAQH/ BAUwAwIBADALBgNVHQ8EBAMCA7gwHQYDVR0OBBYEFGl5uCzjj+e+XcPDsXRiuD+fH2m5MIHO BgNVHSMEgcYwgcOAFI5hqSbqvPlXiHSo7dCVsG5hPeKloYGfpIGcMIGZMQswCQYDVQQGEwJF UzEYMBYGA1UEChMPRGFlbW9uIFNlY3VyaXR5MR4wHAYDVQQLExVDZXJ0aWZpY2F0ZSBBdXRo b3JpdHkxHjAcBgNVBAMTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEkMCIGCSqGSIb3DQEJARYV Y2FAZGFlbW9uc2VjdXJpdHkuY29tMQowCAYDVQQFEwEwggkAjQNVH/zgTwEwIAYDVR0RBBkw F4EVbm9yZ2FhcmRAbG9jb2xvbW8ub3JnMDgGA1UdHwQxMC8wLaAroCmGJ2h0dHA6Ly93d3cu ZGFlbW9uc2VjdXJpdHkuY29tL2NhL2RzLmNybDANBgkqhkiG9w0BAQUFAAOCAgEAx58DQNcF 5SY8bfneV2PiNA9Mq6xTj0AY+0fSAjRbuCdzwvo1Bvv+XOkXXFbd9U5eYMFJCtLN2yY+hSJA E6/z8ZM+IluS1ut4cY8MOLvFOY2AYKH+C/0QQIRzRxqwqzvvwUyEnFAMgpSsGl3GnFRUfHNH 2bYyAJqI4+LSiu6jlmN02Hg/J9KtiSQwman3Dui66XJ/vBI7DDIjFmLFYdUijSUkFkIVCohw JfOactSGVQqowZvSw6w+HsYhN5yt8YAzyIGku5GMZ7fINrxfHauJ+UkuMrGpxKDQ4iGJtLfG QZOCgmG0AkEHbUYKRyceYteaddhm98T8Pi3CZIajePgPv3EUDnEwlTkjA1hP5qBTaytGrXV5 m+1UrenawXauBIr31xsIcvQrcCGGIX3P7W4uNk7xSCe8HzWtAb4rOf+e9mBDVu/Eqeu3OzdS 4o/IBd+U1VKIzA69S/Ti0Elwgat2Jq/rgFNAUGCC5jslZaSuxpN4QxQddbppTIYJ+eBDYtHo xx8N5lkszQEpeK+mOjO60ZNHvqSFapKy21JlCgag1sxFweh0UJnZEdKwzWs8og1jXDu9Oevy gRUPcP6ljVSsz+i8OS9LzKmv6CDrqkwLSBeXtxF6gU2ITXXywcqUAQYo2WRrc+Brav4Avoqu PAJkczA4UOF4Wg2T2vFOu4pXQ7QxggP8MIID+AIBATCBpzCBmTELMAkGA1UEBhMCRVMxGDAW BgNVBAoTD0RhZW1vbiBTZWN1cml0eTEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5 MR4wHAYDVQQDExVDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNhQGRh ZW1vbnNlY3VyaXR5LmNvbTEKMAgGA1UEBRMBMAIJAI0DVR/84E8MMAkGBSsOAwIaBQCgggIp MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA2MDcwMjIwNDkz N1owIwYJKoZIhvcNAQkEMRYEFG9Rr+lqzM2MQKeUAX3CxYWXlGSzMFIGCSqGSIb3DQEJDzFF MEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIH MA0GCCqGSIb3DQMCAgEoMIG4BgkrBgEEAYI3EAQxgaowgacwgZkxCzAJBgNVBAYTAkVTMRgw FgYDVQQKEw9EYWVtb24gU2VjdXJpdHkxHjAcBgNVBAsTFUNlcnRpZmljYXRlIEF1dGhvcml0 eTEeMBwGA1UEAxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MSQwIgYJKoZIhvcNAQkBFhVjYUBk YWVtb25zZWN1cml0eS5jb20xCjAIBgNVBAUTATACCQCNA1Uf/OBPDDCBugYLKoZIhvcNAQkQ AgsxgaqggacwgZkxCzAJBgNVBAYTAkVTMRgwFgYDVQQKEw9EYWVtb24gU2VjdXJpdHkxHjAc BgNVBAsTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEeMBwGA1UEAxMVQ2VydGlmaWNhdGUgQXV0 aG9yaXR5MSQwIgYJKoZIhvcNAQkBFhVjYUBkYWVtb25zZWN1cml0eS5jb20xCjAIBgNVBAUT ATACCQCNA1Uf/OBPDDANBgkqhkiG9w0BAQEFAASCAQApDDivq+PaSFPn/YP1xqIkAFA11bt4 4AZF2Oa5+/IWC4ni+tUUyeMkbdUGhp7RdoHQftjfN4xSG7NywOG7XmpwOyYqZLHxzpDtU8Ht 2pEa7qZ4Dceho/AyJMBrR9a1o0e6OcQqLyvAeZpLXJF/S90Q96cFbiqd6LZjz8yWk8dM+fxG n/vSV+7K24LELl5JTB2uxErLZQUs/7WgPNJeD65WXtpdohOOgt+3EV/1KUvDdVq9Pibzpcmm 6Ef8A7oUVcCrU/MAggibGkQL0HF4UhxaJBsiZ6zNEzigakdOZiLFZ63dHQHKqU5Inyww7OHW 7bn5Qn7B76l2W5anDdXffyXQAAAAAAAA --------------ms090209020200070604030607-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 20:50: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 2B91116A556 for ; Sun, 2 Jul 2006 20:50:30 +0000 (UTC) (envelope-from sigsegv@radiotube.org) Received: from mail.itconnect.no (mail.itconnect.no [80.89.32.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F04443D55 for ; Sun, 2 Jul 2006 20:50:26 +0000 (GMT) (envelope-from sigsegv@radiotube.org) Received: from enterprise.localnet.radiotube.org (enterprise.radiotube.org [80.89.53.15]) by mail.itconnect.no (8.12.11.20060308/8.12.11) with ESMTP id k62KoIl9015131; Sun, 2 Jul 2006 22:50:18 +0200 Received: from [10.53.4.10] (endeavour [10.53.4.10]) (authenticated bits=0) by enterprise.localnet.radiotube.org (8.13.6/8.13.6) with ESMTP id k62KoJNf024081 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 2 Jul 2006 22:50:19 +0200 (CEST) (envelope-from sigsegv@radiotube.org) Message-ID: <44A8318A.3070902@radiotube.org> Date: Sun, 02 Jul 2006 22:50:18 +0200 From: Jan-Espen Pettersen User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: Rainer Heesen References: <200607021653.13546.rainer.heesen@gmx.de> In-Reply-To: <200607021653.13546.rainer.heesen@gmx.de> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1D66C7D4B0DF1FADABE09173" X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on enterprise.localnet.radiotube.org X-Scanned-By: MIMEDefang 2.56 on 80.89.53.15 X-ITCMAIL-MailScanner-Information: Please contact the ISP for more information X-ITCMAIL-MailScanner: Found to be clean X-MailScanner-From: sigsegv@radiotube.org Cc: freebsd-questions@freebsd.org Subject: Re: cups 1.2 - no output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sigsegv@radiotube.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 20:50:30 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1D66C7D4B0DF1FADABE09173 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Rainer Heesen wrote: > USB port busy; will retry in 30 seconds... > =20 fstat | grep ulpt0 =2E. will reveal which process is eventually having ulpt0 open, and causing 'device busy'. The usb backend seems to get this error while trying to open /dev/ulpt0. Please also make sure that either the cups user or cups group has read and write access to /dev/ulpt0. I think most people use permissions like: root:cups 0660 (-rw-rw----). Jan-Espen Pettersen --------------enig1D66C7D4B0DF1FADABE09173 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.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEqDGKH90qNYni6VoRAohVAJ42KIpx304snNS9UNmIbwT/jmOHYQCgrAgL 2QDv76A6R5+hpS2CzlSfVSk= =8f+T -----END PGP SIGNATURE----- --------------enig1D66C7D4B0DF1FADABE09173-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 21:23: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 04D9D16A403 for ; Sun, 2 Jul 2006 21:23:09 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BCF3444CD for ; Sun, 2 Jul 2006 21:23:07 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1448217uge for ; Sun, 02 Jul 2006 14:23:06 -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=jApgxRJjXNS0OOYkdo5gBUjXp9kejINovIzCch2KMOXOtA/Aya9bpnWZQKTafhjOJiHeMWyrhFEDJLCFv7yXh2SAUUgNf6a/0c1M5HGyBswFbrZjmeWl0ffDu+Cvi2E6mWThRAU3vrzE6F6vlbFkbUw6jO30k+7tqxu/vDTQhYo= Received: by 10.66.220.17 with SMTP id s17mr5114843ugg; Sun, 02 Jul 2006 14:23:06 -0700 (PDT) Received: by 10.67.86.1 with HTTP; Sun, 2 Jul 2006 14:23:06 -0700 (PDT) Message-ID: <80f4f2b20607021423h3de5f063raf7ea0f2843c3399@mail.gmail.com> Date: Sun, 2 Jul 2006 17:23:06 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org In-Reply-To: <20060702183358.GD12262@tigger.digitaltorque.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060702183123.GC12262@tigger.digitaltorque.ca> <20060702183358.GD12262@tigger.digitaltorque.ca> Subject: Re: cannot upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 21:23:09 -0000 I would guess that means the file was corrupted somehow, though I don't know how. At any rate, I don't know how to fix that, and not loose the stored information. On 7/2/06, Michael P. Soulier wrote: > On 02/07/06 Michael P. Soulier said: > > > Cannot update the pkgdb!]: Cannot update the pkgdb!] > > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system': Command > > failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ (CommandFailedError) > > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in `__sudo' > > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in `xsystem!' > > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in `autofix!' > > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in `autofix' > > from /usr/local/sbin/portupgrade:475:in `main' > > from /usr/local/sbin/portupgrade:714:in `main' > > from /usr/local/lib/ruby/1.8/optparse.rb:815:in `initialize' > > from /usr/local/sbin/portupgrade:209:in `main' > > from /usr/local/sbin/portupgrade:1951 > > [root@espresso ~]# pkgdb -F > ---> Checking the package registry database > [Updating the pkgdb in /var/db/pkg ... > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument; > rebuild needed] [Rebuilding the pkgdb in /var/db/pkg ... > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument: > Cannot update the pkgdb!]: Cannot update the pkgdb!] > > This doesn't look good. > > Mike > > -- > 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 > > > From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 21:30: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 DDE2316A82D for ; Sun, 2 Jul 2006 21:30:47 +0000 (UTC) (envelope-from jhorne@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 099FF4409A for ; Sun, 2 Jul 2006 21:02:17 +0000 (GMT) (envelope-from jhorne@dfwlp.com) Received: from athena.int.dfwlp.com (athena.int.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.int.dfwlp.com (8.13.6/8.13.6) with ESMTP id k62L2DeM012291 for ; Sun, 2 Jul 2006 16:02:14 -0500 (CDT) (envelope-from jhorne@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 2 Jul 2006 16:02:13 -0500 User-Agent: KMail/1.9.3 References: <44A8315F.3090600@locolomo.org> In-Reply-To: <44A8315F.3090600@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200607021602.13458.jhorne@dfwlp.com> 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 zeus.int.dfwlp.com Subject: Re: setting ntp-servers for ntpdate via dhcp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 21:30:48 -0000 On Sunday 02 July 2006 15:49, Erik N=F8rgaard wrote: > Hi: > > There is a dhcp-option, ntp-servers, to set which ntp-server to use. It > would be quite useful with ntpdate. Does anyone have a patch to ntpdate > startup script or other hack that use this option? - just before I start > hacking myself... > > Thanks, Erik my ntp options in /etc/rc.conf look like this: ntpdate_enable=3D"YES" ntpdate_hosts=3D"us.pool.ntp.org" ntpd_enable=3D"YES" when my system boots, ntpdate forces the time to syncronize (no matter how = far=20 off it is), and then ntp takes over from there. hth, jonathan From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 21:30: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 73B6D16A804 for ; Sun, 2 Jul 2006 21:30:48 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61016.mail.yahoo.com (web61016.mail.yahoo.com [209.73.179.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 65A9543FE3 for ; Sun, 2 Jul 2006 20:57:53 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 89102 invoked by uid 60001); 2 Jul 2006 20:57: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=HpcZ5ajwTgyUkuAoKyOm5jGP2NYOupL5ZiGOBCusVlfblcLF0cGibW2I5VVxPcPLiZx8t0ObgDBEjFUnk80QQfzDHNYEcQ4OdiERD8OfVzUq+YVlRCZDcYuZUogCC4m7QBoE4AX3tsnXYLPDzUb6o/kpVXiMpkutGxbFuMVcmLQ= ; Message-ID: <20060702205752.89100.qmail@web61016.mail.yahoo.com> Received: from [69.86.22.118] by web61016.mail.yahoo.com via HTTP; Sun, 02 Jul 2006 17:57:52 ART Date: Sun, 2 Jul 2006 17:57:52 -0300 (ART) From: "E. J. Cerejo" To: FreeBSD Questions 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: 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, 02 Jul 2006 21:30:48 -0000 I'm running FreeBSD 6.1 release and after upgrading portupgrade using portupgrade itself I'm getting this message (message bellow) or similar one everytime I run one of the portupgrade commands like pkgdb -u or -F, portversion -L = or portupgrade itself. Tells me that the database needs to be rebuild, I run portsdb -uU and I get this same error message (message bellow) it rebuilds with portsdb -fuU but still get this same message. Error Message: [Updating the pkgdb in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument; rebuild needed] [Rebuilding the pkgdb in /var/db/pkg ... [Updating the pkgdb in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument; rebuild needed] [Rebuilding the pkgdb in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!] Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ any clues on how to solve this? Thanks. EJC www.only7bucks.com --------------------------------- Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar seu conhecimento? Experimente o Yahoo! Respostas! From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 21: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 8417A16A630 for ; Sun, 2 Jul 2006 21:46:28 +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 0B2E243D53 for ; Sun, 2 Jul 2006 21:46:28 +0000 (GMT) (envelope-from nb_root@videotron.ca) Received: from clk01a ([66.130.198.54]) by VL-MO-MR002.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0J1S00LBVPTEWV50@VL-MO-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Sun, 02 Jul 2006 17:46:27 -0400 (EDT) Date: Sun, 02 Jul 2006 17:46:09 -0400 From: Nicolas Blais In-reply-to: <44A8318A.3070902@radiotube.org> To: freebsd-questions@freebsd.org Message-id: <200607021746.26033.nb_root@videotron.ca> MIME-version: 1.0 Content-type: multipart/signed; boundary=nextPart21825101.s3ynRxUDE6; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-transfer-encoding: 7bit References: <200607021653.13546.rainer.heesen@gmx.de> <44A8318A.3070902@radiotube.org> User-Agent: KMail/1.9.3 Cc: Rainer Heesen Subject: Re: cups 1.2 - no output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 21:46:28 -0000 --nextPart21825101.s3ynRxUDE6 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 02 July 2006 16:50, Jan-Espen Pettersen wrote: > Rainer Heesen wrote: > > USB port busy; will retry in 30 seconds... > > fstat | grep ulpt0 > > .. will reveal which process is eventually having ulpt0 open, and > causing 'device busy'. > The usb backend seems to get this error while trying to open /dev/ulpt0. > > Please also make sure that either the cups user or cups group has read > and write access to /dev/ulpt0. > I think most people use permissions like: root:cups 0660 (-rw-rw----). > > Jan-Espen Pettersen Also make sure that /vad/cache/cups is writeable by group cups.=20 =2D-=20 =46reeBSD 7.0-CURRENT #6: Sat Jul 1 12:22:48 EDT 2006 =20 root@clk01a:/usr/obj/usr/src/sys/CLK01A=20 PGP? : http://www.clkroot.net/security/nb_root.asc --nextPart21825101.s3ynRxUDE6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQBEqD6x4wTBlvcsbJURAnwVAJ93kbinQY1sFlKW28ptkTUFnKf2DwCgqYk2 qjHkan6C90j8jkzVtz3C4qY= =hZrN -----END PGP SIGNATURE----- --nextPart21825101.s3ynRxUDE6-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 21:50: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 A187E16A4A7 for ; Sun, 2 Jul 2006 21:50:12 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D240543FD6 for ; Sun, 2 Jul 2006 21:50:11 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id k62LntsK010431; Sun, 2 Jul 2006 14:49:55 -0700 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Sun, 2 Jul 2006 14:50:09 -0700 User-Agent: KMail/1.9.3 References: <20060702183123.GC12262@tigger.digitaltorque.ca> <20060702183358.GD12262@tigger.digitaltorque.ca> <80f4f2b20607021423h3de5f063raf7ea0f2843c3399@mail.gmail.com> In-Reply-To: <80f4f2b20607021423h3de5f063raf7ea0f2843c3399@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607021450.10112.kstewart@owt.com> Cc: Jim Stapleton Subject: Re: cannot upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 21:50:12 -0000 On Sunday 02 July 2006 14:23, Jim Stapleton wrote: > I would guess that means the file was corrupted somehow, though I > don't know how. > > At any rate, I don't know how to fix that, and not loose the stored > information. You "pkgdb -fu" and it recreates the database. You will also probably find that you need to recreate your INDEX[-*].db. After that, everything works just fine. All I did is run pkg-version and it rebuilt the INDEX.db. Kent > > On 7/2/06, Michael P. Soulier wrote: > > On 02/07/06 Michael P. Soulier said: > > > Cannot update the pkgdb!]: Cannot update the pkgdb!] > > > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system': > > > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ > > > (CommandFailedError) from > > > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in `__sudo' > > > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in > > > `xsystem!' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in > > > `autofix!' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in > > > `autofix' from /usr/local/sbin/portupgrade:475:in `main' > > > from /usr/local/sbin/portupgrade:714:in `main' > > > from /usr/local/lib/ruby/1.8/optparse.rb:815:in > > > `initialize' from /usr/local/sbin/portupgrade:209:in `main' > > > from /usr/local/sbin/portupgrade:1951 > > > > [root@espresso ~]# pkgdb -F > > ---> Checking the package registry database > > [Updating the pkgdb in /var/db/pkg ... > > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid > > argument; rebuild needed] [Rebuilding the pkgdb > > in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or > > format -- Invalid argument: Cannot update the pkgdb!]: Cannot > > update the pkgdb!] > > > > This doesn't look good. > > > > Mike > > > > -- > > 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 > > _______________________________________________ > 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" -- Kent Stewart Richland, WA http://www.soyandina.com/ "I am Andean project". http://users.owt.com/kstewart/index.html From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 21:56: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 324CC16A40F for ; Sun, 2 Jul 2006 21:56:46 +0000 (UTC) (envelope-from mfitzgerald@pacific.net.au) Received: from jay.exetel.com.au (jay.exetel.com.au [220.233.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D86E43FDC for ; Sun, 2 Jul 2006 21:56:45 +0000 (GMT) (envelope-from mfitzgerald@pacific.net.au) Received: (qmail 7017 invoked by uid 507); 3 Jul 2006 07:56:43 +1000 Received: from 28.101.233.220.exetel.com.au (HELO ?192.168.1.100?) (220.233.101.28) by jay.exetel.com.au with SMTP; 3 Jul 2006 07:56:43 +1000 In-Reply-To: <7899dff0607020818x64f12da7t89b7600947f9d27b@mail.gmail.com> References: <7899dff0607020818x64f12da7t89b7600947f9d27b@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3ffff0a977106f582fb8578b4fe0138f@pacific.net.au> Content-Transfer-Encoding: 7bit From: Malcolm Fitzgerald Date: Mon, 3 Jul 2006 07:56:43 +1000 To: "Benny Au" X-Mailer: Apple Mail (2.623) Cc: freebsd-questions@FreeBSD.ORG, freebsd-questions@freebsd.org Subject: Re: How to disconnect ADSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 21:56:46 -0000 On 03/07/2006, at 1:18 AM, Benny Au wrote: > Hello, > I'm a novice of FreeBSD. I just can use "ppp -ddial adsl" to connect > to my ISP, but can't disconnect it. Your modem probably has an admin control panel which will include a connect/disconnect switch. Check your manual for the modem url, 192.168.1.1 and 10.0.0.138 are the ones I meet most often. malcolm From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 22:03: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 AF0AF16A417 for ; Sun, 2 Jul 2006 22:03:28 +0000 (UTC) (envelope-from crtb@cape.com) Received: from smtp10.cape.com (smtp10.cape.com [204.107.252.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41CDB43D48 for ; Sun, 2 Jul 2006 22:03:28 +0000 (GMT) (envelope-from crtb@cape.com) Received: from tomato (dsl-10-100-102-24.cape.com [10.100.102.24] (may be forged)) by smtp10.cape.com (8.12.10/8.9.1) with ESMTP id k62M2rPW009389; Sun, 2 Jul 2006 18:02:53 -0400 Date: Sun, 2 Jul 2006 18:02:53 -0400 (EDT) From: Charles Bacon X-X-Sender: crtb@tomato.local To: Nick Withers In-Reply-To: <20060618193425.c07b9177.nick@nickwithers.com> Message-ID: <20060702175128.S46555@tomato.local> References: <20060617211012.R54707@tomato.local> <20060618193425.c07b9177.nick@nickwithers.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: Cape.Com VirusScan, no known virus found Cc: questions@freebsd.org, Chuck Bacon Subject: Re: Getting NTP (ntpd, ntpdate) to 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: Sun, 02 Jul 2006 22:03:28 -0000 Thanks for the return! I've discovered my ISP has apparently shut off port 123 (NTP), and if I do ntpdate -u ntp.cape.com I get my time set! But ntpq lacks ntpdate's option to use an unprivileged port. I guess time is come to ask my ISP. (Shouldn't I have done tha before :-] Again thanks! Chuck Bacon -- crtb@cape.com ABHOR SECRECY -- DEFEND PRIVACY PS: Yes, I use netmask 255.255.255.240 (0xfffffff0); a vain hope that there's a tiny increment of security in it, and a belief in the definitions of net classes. On Sun, 18 Jun 2006, Nick Withers wrote: > On Sat, 17 Jun 2006 21:30:55 -0400 (EDT) > Charles Bacon wrote: > >> Since FreeBSD 4.5-Release, I have been unable to get NTP working on >> my two FreeBSD computers, one running 5.3Release and the other on >> 6.1Release. I have done nothing with the GENERIC kernel on either >> machine. I talk SSH between them, and have been running ntpd on >> both, each naming the other as well as two external servers. >> >> My network is a typical home net, using 192.168.1/28, > > You mean /24 (i.e.: 255.255.255.0, Class C), yeah? > >> served by a DSL router which does NAT for my external traffic. >> Internal comms. is through switches, plus one hub. Each computer >> (plus some others running Windows) has easy access out, and is >> invisible from the Internet exceptt for responses. >> >> Here's my ntp.conf, identical on my two computers: >> >> server ntp.cape.com >> server ntp.ourconcord.net >> driftfile /var/db/ntp.drift >> logfile /var/log/ntplog >> pidfile /var/run/ntpd.pid >> logconfig =all >> peer 192.168.1.3 >> peer 192.168.1.2 (much comments removed) >> >> With mediocre diagnostic skill, I have finally discovered tcpdump. >> It told me after much experiment, that the relevant port (NTP, 123) was >> unreachable. This sounds significant, but I can't find a list of the >> reachability of ports. > > Try netstat(1). "netstat -anp udp" might be of help in > particular, here. > >> I've looked at ng*, mac_* and pf* and finally bpf*, and only the last seems >> to exist in /dev. >> >> I had expected that GENERIC would impose only slight filtering somehow, >> and certainly not shut off NTP! I guess I need help. > > If you've loaded a firewall such as IPFW in /etc/rc.conf a > kernel module will be loaded for it, if it's not compiled > statically into hte kernel already (which it isn't on GENERIC > for either 5.3-RELEASE or 6.1-RELEASE). "kldstat" will list > loaded modules (and the IPFW module is ipfw.ko). > >> Thanks for any help you can give, and I accept any opprobrium for trying >> to be a sysadmin, even for my home boxen. >> >> Chuck Bacon -- crtb@cape.com >> ABHOR SECRECY -- DEFEND PRIVACY > -- > Nick Withers > email: nick@nickwithers.com > Web: http://www.nickwithers.com > Mobile: +61 414 397 446 From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 22:15: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 23EE616A416 for ; Sun, 2 Jul 2006 22:15:22 +0000 (UTC) (envelope-from ian@codepad.net) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE4243D49 for ; Sun, 2 Jul 2006 22:15:21 +0000 (GMT) (envelope-from ian@codepad.net) Received: from [80.229.159.44] (helo=[192.168.0.4]) by ptb-relay03.plus.net with esmtp (Exim) id 1FxADn-0005bx-Rd for freebsd-questions@freebsd.org; Sun, 02 Jul 2006 23:15:20 +0100 From: Xian To: FreeBSD Questions Date: Sun, 2 Jul 2006 23:15:11 +0100 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: <200607022315.11438.ian@codepad.net> Subject: can't link against net/Sockets X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 22:15:22 -0000 I've just installed /usr/ports/net/Sockets and cant link against libSockets that it produced. Having fetched a some of the demo files from http://www.alhem.net/Sockets/tutorial/ I then try to compile: c++ -O2 -fno-strict-aliasing -pipe -march=athlon-xp -g -I/usr/local/include/Sockets -c DisplaySocket.cpp c++ -O2 -fno-strict-aliasing -pipe -march=athlon-xp -g -I/usr/local/include/Sockets -c displayserver.cpp c++ -O2 -fno-strict-aliasing -pipe -march=athlon-xp -g -I/usr/local/include/Sockets -L/usr/local/lib -lpthread -lSockets -lSocketsEx -pthread -o displayserver DisplaySocket.o displayserver.o DisplaySocket.o(.text+0x15): In function `DisplaySocket::DisplaySocket(SocketHandler&)': /home/ian/devel/snake/server/test/DisplaySocket.cpp:8: undefined reference to `TcpSocket::TcpSocket(SocketHandler&)' DisplaySocket.o(.text+0x45): In function `DisplaySocket::DisplaySocket(SocketHandler&)': /home/ian/devel/snake/server/test/DisplaySocket.cpp:8: undefined reference to `TcpSocket::TcpSocket(SocketHandler&) And a lot more similar errors. It looks like it can't find libSockets, is this right? Why not? How do I make it work. ll /usr/local/lib/libSockets* -r--r--r-- 1 root wheel 2.8M Jul 1 11:04 /usr/local/lib/libSockets.a -r--r--r-- 1 root wheel 514K Jul 1 11:04 /usr/local/lib/libSocketsEx.a Any help much appreciated. -- /Xian "We the willing, led by the unknowing, are doing the impossible for the ungrateful. We have done so much for so long with so little, we can do anything with nothing." Unknown author From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 22:51: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 4F35D16A407 for ; Sun, 2 Jul 2006 22:51:14 +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 C91044451E for ; Sun, 2 Jul 2006 22:51:13 +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, 02 Jul 2006 18:51:12 -0400 id 00056405.44A84DE0.00003B9E Date: Sun, 2 Jul 2006 18:51:11 -0400 From: Bill Moran To: "E. J. Cerejo" Message-Id: <20060702185111.96cc0e0a.wmoran@collaborativefusion.com> In-Reply-To: <20060702205752.89100.qmail@web61016.mail.yahoo.com> References: <20060702205752.89100.qmail@web61016.mail.yahoo.com> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; 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: 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, 02 Jul 2006 22:51:14 -0000 "E. J. Cerejo" wrote: > I'm running FreeBSD 6.1 release and after upgrading portupgrade using portupgrade itself I'm getting this message (message bellow) or similar one everytime I run one of the portupgrade commands like pkgdb -u or -F, portversion -L = or portupgrade itself. Tells me that the database needs to be rebuild, I run portsdb -uU and I get this same error message (message bellow) it rebuilds with portsdb -fuU but still get this same message. > > Error Message: > > [Updating the pkgdb in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument; rebuild needed] [Rebuilding the pkgdb in /var/db/pkg ... [Updating the pkgdb in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument; rebuild needed] [Rebuilding the pkgdb in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!] > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ > > any clues on how to solve this? When was the last time you did a cvsup? Portupgrade was hosed for a few days there, if your ports tree previously installed the hosted version, portupgrade won't work. If this is the case, the solution is: 1) cvsup ports 2) pkg_delete portupgrade 3) cd /usr/ports/sysutils/portupgrade && make install clean Portupgrade will then start working again. -- Bill Moran Sometimes I think I'm stupid. The rest of the time I'm sure of it. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 22:54: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 956DD16A5FD for ; Sun, 2 Jul 2006 22:54:18 +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 F25EF44131 for ; Sun, 2 Jul 2006 22:23:53 +0000 (GMT) (envelope-from jdow@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=sgYiwtSYqcupsRzrJzKfohwBDCCiJLt31gLIWIurpmUMZRUh/FbiL1XKnbu1V/e+; 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.163.125] (helo=Wednesday) by elasmtp-banded.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1FxAM3-0001dm-3t for freebsd-questions@freebsd.org; Sun, 02 Jul 2006 18:23:51 -0400 Message-ID: <02fa01c69e26$320063b0$0225a8c0@Wednesday> From: "jdow" To: References: <20060702153621.99746.qmail@web39104.mail.mud.yahoo.com> Date: Sun, 2 Jul 2006 15:23:50 -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.2869 X-ELNK-Trace: bb89ecdb26a8f9f24d2b10475b57112010759b553ffc0bb72172f6bc308f9ebb795b3f24a9f74b7f350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.116.163.125 Subject: Re: another newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 22:54:18 -0000 From: "Andrew Pantyukhin" > On 7/2/06, Isaac Friedman wrote: >> I am new to UNIX but know the basics of getting >> around, writing simple shell scripts, etc. Is there >> any way to use a short perl program as a shell script? > > sat64% cat << __END__ > ./script.pl > #!/usr/local/bin/perl -w > print "Hello world!\n"; > __END__ > sat64% chmod a+x ./script.pl > sat64% ./script.pl Gee, Andrew, you didn't need to obfuscate it that way. At least edit out your command prompts before posting it. Isaac, what he meant is to create a file named "script.pl" containing the two lines: ===8<--- snip #!/usr/local/bin/perl -w print "Hello world!\n"; ===8<--- snip Then change its file mode to allow it to execute with the command: chmod a+x ./script.pl Finally execute the command by typing: ./script.pl The "./" part of the chmod command is not strictly needed. But it is needed when executing the command from your home directory or most other directories. Your current directory is not implicitly on the search path for executable files on most well setup "'ix" systems. {^_^} Joanne From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 23:06: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 3957116A412 for ; Sun, 2 Jul 2006 23:06:38 +0000 (UTC) (envelope-from peter.schuller@infidyne.com) Received: from starfury.scode.org (starfury.scode.org [194.145.249.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76AE243D7C for ; Sun, 2 Jul 2006 23:05:58 +0000 (GMT) (envelope-from peter.schuller@infidyne.com) Received: from localhost (localhost [127.0.0.1]) by starfury.scode.org (Postfix) with ESMTP id A8BB59A881D for ; Mon, 3 Jul 2006 01:05:56 +0200 (CEST) From: Peter Schuller To: FreeBSD-Questions Date: Mon, 3 Jul 2006 01:05:55 +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: <200607030105.55958.peter.schuller@infidyne.com> Subject: pfsync broadcasts without explicitly enabling it X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 23:06:38 -0000 Alright, I have seen this on two machines now. At first I ignored it, but now I am wondering. Suddently I will spot an extraordinary amount of network traffic and on tcpdump:ing discover my machine is spewing out pfsync broadcasts. On both machines pfsync was NOT enabled, nor had it ever been. pf_enable="YES" and pf_log="YES" was in rc.conf, but nothing about pfsync. I can squish the broadcasts easily enough with 'ifconfig pfsync0 -syncdev down', but I am somewhat concerned over it being mysteriously enabled. One of these machines is a 6.1, the other a 6.0 (though it may have been a 5.x at the time it happened, not sure). pf is being used actively without any 'no-sync' options present; but it is my understanding that no pfsync traffic should be generated until pfsync is explicitly turned on with ifconfig. Does anyone have an explanation for this? I am quite sure I have never enabled pfsync in rc.conf, nor have I ever ran any ifconfig commands that might enable it. I am not running any kind of meta-firewall scripts or anything like that; there should be nothing but the standard FreeBSD rc scripts modifying network interfaces with ifconfig. The second machine I saw this on has only been running for a few days, so I am even more sure I haven't done so on this one than on the other one. -- / 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 Sun Jul 2 23: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 3651A16A49E for ; Sun, 2 Jul 2006 23:10:31 +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 9217B43DBB for ; Sun, 2 Jul 2006 23:09:19 +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 k62N9IGZ019017 for ; Sun, 2 Jul 2006 19:09:18 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id A351F240A4; Sun, 2 Jul 2006 19:09:12 -0400 (EDT) Date: Sun, 2 Jul 2006 19:09:11 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060702230911.GE12262@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org References: <20060702183123.GC12262@tigger.digitaltorque.ca> <20060702183358.GD12262@tigger.digitaltorque.ca> <80f4f2b20607021423h3de5f063raf7ea0f2843c3399@mail.gmail.com> <200607021450.10112.kstewart@owt.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+ts6NCQ4mrNQIV8p" Content-Disposition: inline In-Reply-To: <200607021450.10112.kstewart@owt.com> User-Agent: Mutt/1.4.2.1i Subject: Re: cannot upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 23:10:31 -0000 --+ts6NCQ4mrNQIV8p Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 02/07/06 Kent Stewart said: > You "pkgdb -fu" and it recreates the database. You will also probably=20 > find that you need to recreate your INDEX[-*].db. After that,=20 > everything works just fine. All I did is run pkg-version and it rebuilt= =20 > the INDEX.db. [root@espresso ~]# pkgdb -fu ---> Updating the pkgdb [Rebuilding the pkgdb in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument: Cannot update the pkgdb!] I guess I'll have to delete the existing one. 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 --+ts6NCQ4mrNQIV8p Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEqFIXKGqCc1vIvggRAhJbAJ9fvpLorOTKw8DiOFItWb9M89N3IACfRObd yjocbzaDj87hhDPBaxKYRaU= =Wcl2 -----END PGP SIGNATURE----- --+ts6NCQ4mrNQIV8p-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 23:16: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 C174816A412 for ; Sun, 2 Jul 2006 23:16:27 +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 4F37543D45 for ; Sun, 2 Jul 2006 23:16:27 +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 k62NGQHF019196 for ; Sun, 2 Jul 2006 19:16:26 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id 392A9240A4; Sun, 2 Jul 2006 19:16:21 -0400 (EDT) Date: Sun, 2 Jul 2006 19:16:21 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060702231620.GG12262@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org References: <20060702183123.GC12262@tigger.digitaltorque.ca> <20060702183358.GD12262@tigger.digitaltorque.ca> <80f4f2b20607021423h3de5f063raf7ea0f2843c3399@mail.gmail.com> <200607021450.10112.kstewart@owt.com> <20060702230911.GE12262@tigger.digitaltorque.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AzNpbZlgThVzWita" Content-Disposition: inline In-Reply-To: <20060702230911.GE12262@tigger.digitaltorque.ca> User-Agent: Mutt/1.4.2.1i Subject: Re: cannot upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 23:16:27 -0000 --AzNpbZlgThVzWita Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 02/07/06 Michael P. Soulier said: > [root@espresso ~]# pkgdb -fu > ---> Updating the pkgdb > [Rebuilding the pkgdb in /var/db/pkg ... > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument: > Cannot update the pkgdb!] >=20 > I guess I'll have to delete the existing one. Ok, I moved the existing one to .corrupt, and ran pkgdb -fu. Seems to have worked.=20 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 --AzNpbZlgThVzWita Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEqFPEKGqCc1vIvggRAm1cAJ0fZ05RVvrhunme1yLPwYgqLKcSSwCfTbRd +XInhBhjA6z591sKNyWksuw= =BGLx -----END PGP SIGNATURE----- --AzNpbZlgThVzWita-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 23:19: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 09B8916A407 for ; Sun, 2 Jul 2006 23:19:31 +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 8A5AF43D45 for ; Sun, 2 Jul 2006 23:19:30 +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 k62NJTxu019292 for ; Sun, 2 Jul 2006 19:19:29 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id 7F742240A4; Sun, 2 Jul 2006 19:19:24 -0400 (EDT) Date: Sun, 2 Jul 2006 19:19:24 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060702231924.GH12262@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org References: <20060702183123.GC12262@tigger.digitaltorque.ca> <20060702183358.GD12262@tigger.digitaltorque.ca> <80f4f2b20607021423h3de5f063raf7ea0f2843c3399@mail.gmail.com> <200607021450.10112.kstewart@owt.com> <20060702230911.GE12262@tigger.digitaltorque.ca> <20060702231620.GG12262@tigger.digitaltorque.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KrHCbChajFcK0yQE" Content-Disposition: inline In-Reply-To: <20060702231620.GG12262@tigger.digitaltorque.ca> User-Agent: Mutt/1.4.2.1i Subject: Re: cannot upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 23:19:31 -0000 --KrHCbChajFcK0yQE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 02/07/06 Michael P. Soulier said: > Ok, I moved the existing one to .corrupt, and ran pkgdb -fu. Seems to have > worked.=20 [Updating the portsdb in /usr/ports ... - 15088 port entries found /usr/ports/INDEX-6.db: unexpected file type or format -- Inva= lid argument: Cannot update the portsdb! (/usr/ports/INDEX-6.db)] database file error ^C Interrupted. I ran=20 cd /usr/ports && make fetchindex and now I get that. I'll try a make index instead, but this is looking like portupgrade is brok= en. 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 --KrHCbChajFcK0yQE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEqFR7KGqCc1vIvggRAvceAJ0bQqL2Kflh9wur0ps68fG3o67KxgCfY3HJ Nf/QtxLHOY5blrjZZ/TNiXo= =+OG3 -----END PGP SIGNATURE----- --KrHCbChajFcK0yQE-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 2 23:29: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 DF07916A412 for ; Sun, 2 Jul 2006 23:29:45 +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 6286043D46 for ; Sun, 2 Jul 2006 23:29:45 +0000 (GMT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 3F7499B486; Mon, 3 Jul 2006 08:59:43 +0930 (CST) Date: Mon, 3 Jul 2006 08:59:43 +0930 From: Greg 'groggy' Lehey To: freebsd-questions@freebsd.org Message-ID: <20060702232943.GC10845@wantadilla.lemis.com> References: <20060701125532.GA11839@pythagoras.physics.upatras.gr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EBUAyYbgySJLQCwI" Content-Disposition: inline In-Reply-To: <20060701125532.GA11839@pythagoras.physics.upatras.gr> 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 Subject: Re: Root crontab for backup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Jul 2006 23:29:46 -0000 --EBUAyYbgySJLQCwI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Saturday, 1 July 2006 at 15:55:32 +0300, Kostas Blekos wrote: > > Is it a bad idea to use root's crontab for backup scripts? I can't see why. > Is it better to put those scripts in periodic/... ? It's a good idea to leave /etc/periodic as it is; it makes updating easier. I personally put this sort of thing in /etc/crontab, though arguably (also because of upgrades) root's crontab is a better place. 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. --EBUAyYbgySJLQCwI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEqFbnIubykFB6QiMRAtZQAKCRl4xn+KEUcQxfYYB2Nnc83fDoYQCdGESH Yw9VPGC45c+iG+yWlU+VJ2w= =7vFs -----END PGP SIGNATURE----- --EBUAyYbgySJLQCwI-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 00:17: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 B82A316A553 for ; Mon, 3 Jul 2006 00:17:15 +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 1A45F440B7 for ; Sun, 2 Jul 2006 23:48:35 +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 k62NmZEh020008 for ; Sun, 2 Jul 2006 19:48:35 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id 92BC5240A4; Sun, 2 Jul 2006 19:48:29 -0400 (EDT) Date: Sun, 2 Jul 2006 19:48:28 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060702234828.GJ12262@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org References: <20060702183123.GC12262@tigger.digitaltorque.ca> <20060702183358.GD12262@tigger.digitaltorque.ca> <80f4f2b20607021423h3de5f063raf7ea0f2843c3399@mail.gmail.com> <200607021450.10112.kstewart@owt.com> <20060702230911.GE12262@tigger.digitaltorque.ca> <20060702231620.GG12262@tigger.digitaltorque.ca> <20060702231924.GH12262@tigger.digitaltorque.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ucgz5Oc/kKURWzXs" Content-Disposition: inline In-Reply-To: <20060702231924.GH12262@tigger.digitaltorque.ca> User-Agent: Mutt/1.4.2.1i Subject: Re: cannot upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:17:15 -0000 --Ucgz5Oc/kKURWzXs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 02/07/06 Michael P. Soulier said: > [Updating the portsdb in /usr/ports ... - 15088 port > entries found /usr/ports/INDEX-6.db: unexpected file type or format -- In= valid > argument: Cannot update the portsdb! (/usr/ports/INDEX-6.db)] > database file error > ^C > Interrupted. >=20 > I ran=20 >=20 > cd /usr/ports && make fetchindex >=20 > and now I get that. >=20 > I'll try a make index instead, but this is looking like portupgrade is br= oken. The make index seems to have worked. Does this mean that I should no longer fetch the index instead? 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 --Ucgz5Oc/kKURWzXs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEqFtMKGqCc1vIvggRAhOJAJ9MDlvNQrML+yOs5ay26gQUOXWxfgCgshK8 PoOOJb9H177tTxteqBZdpaQ= =uiE2 -----END PGP SIGNATURE----- --Ucgz5Oc/kKURWzXs-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 00: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 B296A16A537 for ; Mon, 3 Jul 2006 00:17:18 +0000 (UTC) (envelope-from mcbrune@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDFBC443AA for ; Sun, 2 Jul 2006 23:58:30 +0000 (GMT) (envelope-from mcbrune@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1472618uge for ; Sun, 02 Jul 2006 16:58: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:references; b=HOga7nDjRvngFwzC0sw58VCSF+A+Lw1sUo8ZMsTfDB4BRxe6c1LIVYe1B+RY9250gl/+GCeUrQWgGPHNSEMGqK8LvjjwjyMihsQibJ4RrpLJePGygauqIi79N7UQN0EFYGGHLHbi+Nf4IDNJJmcSJ14UrMl/A6dW99Prxc4nuBE= Received: by 10.66.240.12 with SMTP id n12mr5221621ugh; Sun, 02 Jul 2006 16:56:46 -0700 (PDT) Received: by 10.66.221.2 with HTTP; Sun, 2 Jul 2006 16:56:46 -0700 (PDT) Message-ID: <562705370607021656xb9401dapdc5808df609d0e92@mail.gmail.com> Date: Sun, 2 Jul 2006 18:56:46 -0500 From: "Corey Brune" To: "O. Hartmann" In-Reply-To: <44A7AC66.3070805@mail.uni-mainz.de> MIME-Version: 1.0 References: <44A7AC66.3070805@mail.uni-mainz.de> 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, freebsd-amd64@freebsd.org Subject: Re: Kill an stopped process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:17:19 -0000 On 7/2/06, O. Hartmann wrote: > > Sometimes it happens on my FreeBSD 6.1-STABLE/AMD box, that a process, > in most cases xine, firefox oder thunderbird, show status 'STOP' in top > and are unkillable! > Trying to kill them as root (sending signal 9 throught 'kill' or > 'killall') doesn't have any effect. > > Can anyone help and tell how to kill such a job? The only way getting > rid of those processes is reboot the box and this can not be the right > way. > > Thanks, > oh > _______________________________________________ > 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 process cannot be killed in certain situations. For instance, if the process is waiting on a IO request, it will block all signals until the request is completed or fails. Could you mount /proc, and do a truss on the process? Also, which version of FreeBSD are you running? Thanks, Corey From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 00: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 E19F716A49E for ; Mon, 3 Jul 2006 00:21:17 +0000 (UTC) (envelope-from solinym@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 5035643D48 for ; Mon, 3 Jul 2006 00:21:17 +0000 (GMT) (envelope-from solinym@gmail.com) Received: by ug-out-1314.google.com with SMTP id e2so786845ugf for ; Sun, 02 Jul 2006 17:21: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:mime-version:content-type:content-transfer-encoding:content-disposition; b=cWjgBgN562cLI0fkugzMDTYGcq+DvBxnlhYxpDLsuy+YExk/LprKmY81MW5ee2Cleb7DBEXjltRJtOW30Mz0uF1BcY5lcBxgSX4wuxOsnsIcNl2r4kPY+/Zze41kpMWAVjzpL9pFwq/I1VbgwfFhruDiA6HyO+XWgZSbhwP2pFc= Received: by 10.78.170.17 with SMTP id s17mr680372hue; Sun, 02 Jul 2006 17:21:16 -0700 (PDT) Received: by 10.78.35.18 with HTTP; Sun, 2 Jul 2006 17:21:16 -0700 (PDT) Message-ID: Date: Sun, 2 Jul 2006 19:21:16 -0500 From: "Travis H." 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: make which ports for maximal printer drivers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:21:18 -0000 Hiya, I'm trying to follow the instructions here: http://www.mit.edu/~jik/3000cn/ And I don't have some of the drivers that Linux cups does. What cups or ghostscript ports should I build to get the maximum number of driver options? There are many of each. Thanks! -- Resolve is what distinguishes a person who has failed from a failure. Unix "guru" for sale or rent - http://www.lightconsulting.com/~travis/ -><- GPG fingerprint: 9D3F 395A DAC5 5CCC 9066 151D 0A6B 4098 0C55 1484 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 00:23: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 6B35F16A590 for ; Mon, 3 Jul 2006 00:23:13 +0000 (UTC) (envelope-from fbsd-questions@mawer.org) Received: from mail11.syd.optusnet.com.au (mail11.syd.optusnet.com.au [211.29.132.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EA6943D58 for ; Mon, 3 Jul 2006 00:23:05 +0000 (GMT) (envelope-from fbsd-questions@mawer.org) Received: from [127.0.0.1] (c220-237-120-88.thorn1.nsw.optusnet.com.au [220.237.120.88]) by mail11.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k630N19i019648; Mon, 3 Jul 2006 10:23:03 +1000 Message-ID: <44A862F5.80203@mawer.org> Date: Sun, 02 Jul 2006 14:21:09 -1000 From: Antony Mawer User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: William , Antony Mawer , freebsd-questions@freebsd.org, Ted Mittelstaedt References: <000a01c69699$665c1030$3c01a8c0@coolf89ea26645> <002701c6969e$7b4ed180$3c01a8c0@coolf89ea26645> <44A4B603.1070403@mawer.org> <44A4BFA3.8090503@mawer.org> <20060630072718.GA69997@owl.midgard.homeip.net> In-Reply-To: <20060630072718.GA69997@owl.midgard.homeip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: FreeBSD 6.0 compat with DL320 G4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:23:13 -0000 On 29/06/2006 9:27 PM, Erik Trulsson wrote: > On Fri, Jun 30, 2006 at 07:56:00AM +0100, William wrote: >> Antony, >> >> I've got an Intel card in production already on a homebrew box, the >> code is INTEL-PWLA8492MT and description is "Intel Dual Port Server >> Adapter 10/100/1000". Any idea if that will do? > > That is a PRO/1000 MT card, which is a PCI-X adapter and is supported > by the standard em(4) driver in FreeBSD 6.x, > > The PRO/1000 PT mentioned below is a PCI-Express adapter and is not > supported by the standard driver in 6.x, but (as mentioned) should > be supported by the driver available from Intel. If you wish to utilise the PCI Express expansion slots by using a Pro/1000 PT network adapter, the procedure to follow might be something like be this: 1. Install 6.1-RELEASE from CD, being sure to install the kernel source 2. Obtain the latest Intel driver for FreeBSD 6.x (if it is still not available on the website, email me and I will send it to you) 3. Burn the driver onto a CD or other media and copy it onto the server 4. Extract the driver source, and copy the if_em* files across into /usr/src/sys/dev/em/ 5. Build a new kernel (GENERIC will suffice) which will utilise the new driver source (cd /usr/src && make buildkernel) 6. Install the kernel and reboot (make installkernel) You should now have a working network with your Pro/1000 PT... Regards Antony From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 00:54: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 1F9CB16A40F for ; Mon, 3 Jul 2006 00:54:37 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A74F843D45 for ; Mon, 3 Jul 2006 00:54:36 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by nz-out-0102.google.com with SMTP id x7so214572nzc for ; Sun, 02 Jul 2006 17:54: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:content-transfer-encoding:content-disposition:references; b=mxVXcfbQDUKMhU1uWk6j29MqZ9SFvUMzlXw9a0UOJkk6hFj1kmoKRz5A0Rk5T69d3ZAF3d6HkjJs+12xSWgLewh4wbayPJC9aSC+cRoB9Bh2Jwct9ADmk5uODUXGMEOgbzsvdZaIH2aVwkf78QjhlgCufYNCmf+0fgBTX/2iVDM= Received: by 10.36.33.6 with SMTP id g6mr3070262nzg; Sun, 02 Jul 2006 17:54:36 -0700 (PDT) Received: by 10.36.12.11 with HTTP; Sun, 2 Jul 2006 17:54:36 -0700 (PDT) Message-ID: Date: Sun, 2 Jul 2006 19:54:36 -0500 From: "Nikolas Britton" To: jdow In-Reply-To: <02fa01c69e26$320063b0$0225a8c0@Wednesday> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060702153621.99746.qmail@web39104.mail.mud.yahoo.com> <02fa01c69e26$320063b0$0225a8c0@Wednesday> Cc: freebsd-questions@freebsd.org Subject: Re: another newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 00:54:37 -0000 On 7/2/06, jdow wrote: > From: "Andrew Pantyukhin" > > > On 7/2/06, Isaac Friedman wrote: > >> I am new to UNIX but know the basics of getting > >> around, writing simple shell scripts, etc. Is there > >> any way to use a short perl program as a shell script? > > > > sat64% cat << __END__ > ./script.pl > > #!/usr/local/bin/perl -w > > print "Hello world!\n"; > > __END__ > > sat64% chmod a+x ./script.pl > > sat64% ./script.pl > > Gee, Andrew, you didn't need to obfuscate it that way. I can read his code just fine... Here's obfuscated perl: `$=`;$_=\%!;($_)=/(.)/;$==++$|;($.,$/,$,,$\,$",$;,$^,$#,$~,$*,$:,@%)=( $!=~/(.)(.).(.)(.)(.)(.)..(.)(.)(.)..(.)......(.)/,$"),$=++;$.++;$.++; $_++;$_++;($_,$\,$,)=($~.$"."$;$/$%[$?]$_$\$,$:$%[$?]",$"&$~,$#,);$,++ ;$,++;$^|=$";`$_$\$,$/$:$;$~$*$%[$?]$.$~$*${#}$%[$?]$;$\$"$^$~$*.>&$=` -- BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 03:28: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 524FD16A40F for ; Mon, 3 Jul 2006 03:28:01 +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 CE87A44068 for ; Mon, 3 Jul 2006 03:28:00 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.0.210] (c-24-130-79-25.hsd1.ca.comcast.net [24.130.79.25]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id k633S1Cl055998 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sun, 2 Jul 2006 23:28:02 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <44A88EBD.80407@p6m7g8.com> Date: Sun, 02 Jul 2006 20:27:57 -0700 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060627) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: multipart/mixed; boundary="------------080509030709030100050209" Cc: dev@perl.apache.org, dev@httpd.apache.org Subject: gdb in realloc(): error: junk pointer, too high to make sense on FreeBSD 5.2+ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 03:28:01 -0000 This is a multi-part message in MIME format. --------------080509030709030100050209 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, 2 years ago, PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/68727 was filed about gdb itself segfaulting when trying to debug httpd. This PR hasn't seen any action AFAIK. This has been slowly driving me mad as you can not debug any httpd startup code. Which coincidentally also prevents you from debugging mod_perl startup code and most likely mod_* (php,ruby,tcl,java,python) I did some painstakingly slow "stepping" through httpd code today: Basically after apr_dso_load() calls dlopen() (OS level Freebsd version) the SECOND time through (httpd parses the config twice) The first LoadModule line (doesn't matter which) crashes gdb. I can reliably reproduce this on _ALL_ versions of FreeBSD from 5.2 through 6.1-STABLE and on -CURRENT. and ALL versions of httpd 2.0.48+ or 2.2.x Attached is the information I was able to collect, but at this point, I'm in WAY over my head. [Apologies for the cross post, feel free to spam me in return] gdb -v GNU gdb 6.1.1 [FreeBSD] gcc -v gcc version 3.4.4 [FreeBSD] 20050518 I've also seen it on EVERY version of gdb in the ports tree combined with any version of gcc in the ports tree. /usr/local/bin/gcc32 /usr/local/bin/gcc33 /usr/local/bin/gcc34 /usr/local/bin/gcc40 /usr/local/bin/gcc41 /usr/local/bin/gcc42 ------------------------------------------------------------------------ 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." --------------080509030709030100050209 Content-Type: text/plain; name="gdb" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="gdb" (gdb) bt #0 apr_dso_load (res_handle=0xbfbfe15c, path=0x80f8760 "/usr/local/software/frebsd-6.1-stable/3.4.4/httpd/2.2.2/prefork/modules/mod_authn_file.so", pool=0x80bd018) at /usr/home/pgollucci/dev/src/httpd-2.2.2/srclib/apr/dso/unix/dso.c:126 #1 0x08089b73 in load_module (cmd=0xbfbfe4d0, dummy=0xbfbfe348, modname=0x80f8728 "authn_file_module", filename=0x80f8740 "modules/mod_authn_file.so") at mod_so.c:238 #2 0x0807824d in invoke_cmd (cmd=0x809da80, parms=0xbfbfe4d0, mconfig=0xbfbfe348, args=0x80f104e "") at config.c:778 #3 0x0807969b in execute_now (cmd_line=0x80f86b8 "LoadModule", args=0x80f1023 "authn_file_module modules/mod_authn_file.so", parms=0xbfbfe4d0, p=0x80bd018, ptemp=0x80ef018, sub_tree=0xbfbfe348, parent=0x0) at config.c:1419 #4 0x08078c6c in ap_build_config_sub (p=0x80bd018, temp_pool=0x80ef018, l=0x80f1018 "LoadModule authn_file_module modules/mod_authn_file.so", parms=0xbfbfe4d0, current=0xbfbfe3a4, curr_parent=0xbfbfe3a0, conftree=0x80a4674) at config.c:990 #5 0x080791ad in ap_build_config (parms=0xbfbfe4d0, p=0x80bd018, temp_pool=0x80ef018, conftree=0x80a4674) at config.c:1202 #6 0x08079b2a in process_resource_config_nofnmatch (s=0x80beeb8, fname=0x80f7408 "/usr/local/software/frebsd-6.1-stable/3.4.4/httpd/2.2.2/prefork/conf/httpd.conf", conftree=0x80a4674, p=0x80bd018, ptemp=0x80ef018, depth=0) at config.c:1612 #7 0x08079c25 in ap_process_resource_config (s=0x80beeb8, fname=0x80f7408 "/usr/local/software/frebsd-6.1-stable/3.4.4/httpd/2.2.2/prefork/conf/httpd.conf", conftree=0x80a4674, p=0x80bd018, ptemp=0x80ef018) at config.c:1644 #8 0x0807a730 in ap_read_config (process=0x80bb098, ptemp=0x80ef018, filename=0x8095a01 "conf/httpd.conf", conftree=0x80a4674) at config.c:2002 #9 0x08062083 in main (argc=2, argv=0xbfbfe778) at main.c:681 apr_dso_load (res_handle=0xbfbfe15c, path=0x80f8760 "/usr/local/software/frebsd-6.1-stable/3.4.4/httpd/2.2.2/prefork/modules/mod_authn_file.so", pool=0x80bd018) at /usr/home/pgollucci/dev/src/httpd-2.2.2/srclib/apr/dso/unix/dso.c:126 126 int flags = RTLD_NOW | RTLD_GLOBAL; (gdb) s 139 os_handle = dlopen(path, flags); (gdb) s 0x28173e24 in pthread_rwlock_timedwrlock () from /usr/lib/libpthread.so.2 (gdb) s Single stepping until exit from function pthread_rwlock_timedwrlock, which has no line number information. 0x28179a44 in pthread_mutexattr_init () from /usr/lib/libpthread.so.2 (gdb) s Single stepping until exit from function pthread_mutexattr_init, which has no line number information. 0x28173cc5 in pthread_rwlock_timedwrlock () from /usr/lib/libpthread.so.2 (gdb) s Single stepping until exit from function pthread_rwlock_timedwrlock, which has no line number information. 0x281833c0 in __error () from /usr/lib/libpthread.so.2 (gdb) s Single stepping until exit from function __error, which has no line number information. 0x28173d34 in pthread_rwlock_timedwrlock () from /usr/lib/libpthread.so.2 (gdb) s Single stepping until exit from function pthread_rwlock_timedwrlock, which has no line number information. s gdb in realloc(): error: junk pointer, too high to make sense Abort (core dumped) #0 apr_dso_load (res_handle=0xbfbfe15c, path=0x80f8760 "/usr/local/software/frebsd-6.1-stable/3.4.4/httpd/2.2.2/prefork/modules/mod_authn_file.so", pool=0x80bd018) at /usr/home/pgollucci/dev/src/httpd-2.2.2/srclib/apr/dso/unix/dso.c:126 flags = 135235424 os_handle = (void *) 0x10 #1 0x08089b73 in load_module (cmd=0xbfbfe4d0, dummy=0xbfbfe348, modname=0x80f8728 "authn_file_module", filename=0x80f8740 "modules/mod_authn_file.so") at mod_so.c:238 modhandle = (apr_dso_handle_t *) 0x80f8740 modsym = 0x6d000000 modp = (module *) 0x80a2400 szModuleFile = 0x80f8760 "/usr/local/software/frebsd-6.1-stable/3.4.4/httpd/2.2.2/prefork/modules/mod_authn_file.so" sconf = (so_server_conf *) 0x80c1228 modi = (ap_module_symbol_t *) 0x80c1248 modie = (ap_module_symbol_t *) 0x80c1248 i = 4 error = 0x8064a8b "\203Ä\020\211Eô\213Eø\2008" #2 0x0807824d in invoke_cmd (cmd=0x809da80, parms=0xbfbfe4d0, mconfig=0xbfbfe348, args=0x80f104e "") at config.c:778 w = 0x80f8728 "authn_file_module" w2 = 0x80f8740 "modules/mod_authn_file.so" w3 = 0x80f8718 "loadmodule" errmsg = 0x0 #3 0x0807969b in execute_now (cmd_line=0x80f86b8 "LoadModule", args=0x80f1023 "authn_file_module modules/mod_authn_file.so", parms=0xbfbfe4d0, p=0x80bd018, ptemp=0x80ef018, sub_tree=0xbfbfe348, parent=0x0) at config.c:1419 retval = 0x2c cmd = (const command_rec *) 0x809da80 ml = (ap_mod_list *) 0x80f7380 dir = 0x80f8718 "loadmodule" #4 0x08078c6c in ap_build_config_sub (p=0x80bd018, temp_pool=0x80ef018, l=0x80f1018 "LoadModule authn_file_module modules/mod_authn_file.so", parms=0xbfbfe4d0, current=0xbfbfe3a4, curr_parent=0xbfbfe3a0, conftree=0x80a4674) at config.c:990 sub_tree = (ap_directive_t *) 0x0 retval = 0x0 args = 0x80f1023 "authn_file_module modules/mod_authn_file.so" cmd_name = 0x80f86b8 "LoadModule" newdir = (ap_directive_t *) 0x80f86c8 mod = (module *) 0x80a2400 cmd = (const command_rec *) 0x809da80 #5 0x080791ad in ap_build_config (parms=0xbfbfe4d0, p=0x80bd018, temp_pool=0x80ef018, conftree=0x80a4674) at config.c:1202 current = (ap_directive_t *) 0x80f8690 curr_parent = (ap_directive_t *) 0x0 l = 0x80f1018 "LoadModule authn_file_module modules/mod_authn_file.so" errmsg = 0x0 #6 0x08079b2a in process_resource_config_nofnmatch (s=0x80beeb8, fname=0x80f7408 "/usr/local/software/frebsd-6.1-stable/3.4.4/httpd/2.2.2/prefork/conf/httpd.conf", conftree=0x80a4674, p=0x80bd018, ptemp=0x80ef018, depth=0) at config.c:1612 parms = {info = 0x0, override = 150, limited = -1, limited_xmethods = 0x0, xlimited = 0x0, config_file = 0x80f8508, directive = 0x0, pool = 0x80bd018, temp_pool = 0x80ef018, server = 0x80beeb8, path = 0x0, cmd = 0x809da80, context = 0x0, err_directive = 0x80f86c8, override_opts = 239} cfp = (ap_configfile_t *) 0x80f8508 error = 0x80a8a80 "P\223\n\bP\223\n\b\002" rv = 0 #7 0x08079c25 in ap_process_resource_config (s=0x80beeb8, fname=0x80f7408 "/usr/local/software/frebsd-6.1-stable/3.4.4/httpd/2.2.2/prefork/conf/httpd.conf", conftree=0x80a4674, p=0x80bd018, ptemp=0x80ef018) at config.c:1644 No locals. #8 0x0807a730 in ap_read_config (process=0x80bb098, ptemp=0x80ef018, filename=0x8095a01 "conf/httpd.conf", conftree=0x80a4674) at config.c:2002 confname = 0x80f7408 "/usr/local/software/frebsd-6.1-stable/3.4.4/httpd/2.2.2/prefork/conf/httpd.conf" error = 0x0 p = (apr_pool_t *) 0x80bd018 s = (server_rec *) 0x80beeb8 #9 0x08062083 in main (argc=2, argv=0xbfbfe778) at main.c:681 c = 88 'X' configtestonly = 0 confname = 0x8095a01 "conf/httpd.conf" def_server_root = 0x8095a14 "/usr/local/software/frebsd-6.1-stable/3.4.4/httpd/2.2.2/prefork" temp_error_log = 0x0 error = 0x0 process = (process_rec *) 0x80bb098 server_conf = (server_rec *) 0x80c2988 pglobal = (apr_pool_t *) 0x80bb018 pconf = (apr_pool_t *) 0x80bd018 plog = (apr_pool_t *) 0x80eb018 ptemp = (apr_pool_t *) 0x80ef018 pcommands = (apr_pool_t *) 0x80bf018 opt = (apr_getopt_t *) 0x80bf0b0 rv = 0 mod = (module **) 0x80a1290 optarg = 0x0 signal_server = (apr_OFN_ap_signal_server_t *) 0 (gdb) x os_handle 0x10: Error accessing memory address 0x10: Bad address. (gdb) p os_handle $1 = (void *) 0x10 (gdb) (gdb) s 139 os_handle = dlopen(path, flags); (gdb) p path $2 = 0x80f8760 "/usr/local/software/frebsd-6.1-stable/3.4.4/httpd/2.2.2/prefork/modules/mod_authn_file.so" (gdb) p flags $3 = 258 (gdb) x flags 0x102: Error accessing memory address 0x102: Bad address. --------------080509030709030100050209-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 03:37: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 1E5B716A52D for ; Mon, 3 Jul 2006 03:37:15 +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 83A4E43EEF for ; Mon, 3 Jul 2006 03:10:44 +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 k633AfE2086792 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Jul 2006 10:10:41 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k633Ad6e088860; Mon, 3 Jul 2006 10:10:39 +0700 (ICT) Date: Mon, 3 Jul 2006 10:10:39 +0700 (ICT) Message-Id: <200607030310.k633Ad6e088860@banyan.cs.ait.ac.th> From: Olivier Nicole To: mark@msen.com In-reply-to: <200606302344.57811.mark@msen.com> (message from Mark Moellering on Fri, 30 Jun 2006 23:44:57 -0400) References: <200606302344.57811.mark@msen.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: DNS discovery / FreeBSD 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: Mon, 03 Jul 2006 03:37:15 -0000 > The questions is; How do I have the internal network machines > get the DNS server settings from the Firewall? The two scenarios I > can think of are: that the Firewall also acts as a DHCP server and > somehow set the DNS of the internal net machines to the Firewalls > resolv.conf entries; or I can have the Firewall act as a DNS > server/relay and forward the DNS requests. If your ISP keep changing their DNS server I'd suggest another solution: set your own DNS server, but on a machine different from the firewall. Just make sure that the filrewall let domain traffic (udp/53 and tcp/53) go through. And configure the firewall to use your own DNS server. DNS server needs NO resources, an old PIII 500 will do the trick. It is always a good choice to have the firewall be only a firewall and nothing else. If you add DNS on your firewall and DNS has somore vulnerabilities, your firewall would be comprimised... Bests, Olivier From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 03:37: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 C129C16A56A for ; Mon, 3 Jul 2006 03:37:17 +0000 (UTC) (envelope-from ou.benny@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id E441B43F23 for ; Mon, 3 Jul 2006 03:11:58 +0000 (GMT) (envelope-from ou.benny@gmail.com) Received: by wr-out-0506.google.com with SMTP id 55so311982wri for ; Sun, 02 Jul 2006 20:11:58 -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=SPA28WQx8wcFJHwW8q+S1Q5sD4bL+aqM4/4Gurol11GVuPm3+O31tLVwlqpa+8aqNa47IkgFtx1SjoZC8Y56WUeZLxMEA9CpCx/S+5ssi2Cd5jxXbDXxE3hUTwN2PoTPUD3AjKNAibjSnzvgtezJxDy8Bw8vWp2fKXspCqw91kU= Received: by 10.54.84.1 with SMTP id h1mr29022wrb; Sun, 02 Jul 2006 20:11:58 -0700 (PDT) Received: by 10.54.106.10 with HTTP; Sun, 2 Jul 2006 20:11:58 -0700 (PDT) Message-ID: <7899dff0607022011x7d18ea81x47ac481fd78f21bf@mail.gmail.com> Date: Mon, 3 Jul 2006 11:11:58 +0800 From: "Benny Au" 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: speed of PPPoE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 03:37:18 -0000 Hello, The speed of PPPoE in FreeBSD is slower than in Windows XP. and sometimes I have to wait for a moment to visit the same web site again. It won't disconnect but it works not stably. Could you tell me how to configure the ppp and let it run fast? Thanks! From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 03: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 C3A1916A407 for ; Mon, 3 Jul 2006 03:46:02 +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 D5F0243E37 for ; Mon, 3 Jul 2006 03:45:58 +0000 (GMT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 78D729B486; Mon, 3 Jul 2006 13:15:57 +0930 (CST) Date: Mon, 3 Jul 2006 13:15:57 +0930 From: Greg 'groggy' Lehey To: Benny Au Message-ID: <20060703034557.GM99490@wantadilla.lemis.com> References: <7899dff0607022011x7d18ea81x47ac481fd78f21bf@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zHDeOHGDnzKksZSU" Content-Disposition: inline In-Reply-To: <7899dff0607022011x7d18ea81x47ac481fd78f21bf@mail.gmail.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: freebsd-questions@freebsd.org Subject: Re: speed of PPPoE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 03:46:02 -0000 --zHDeOHGDnzKksZSU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 3 July 2006 at 11:11:58 +0800, Benny Au wrote: > Hello, > > The speed of PPPoE in FreeBSD is slower than in Windows XP. and > sometimes I have to wait for a moment to visit the same web site > again. It won't disconnect but it works not stably. Could you tell me > how to configure the ppp and let it run fast? > Thanks! I'd be very surprised if this were a FreeBSD issue. You might like to trace the conenction and see if there are any link-level retries; anything beyond that has nothing to do with the driver. 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. --zHDeOHGDnzKksZSU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEqJL1IubykFB6QiMRAnYqAJ94+1QnomD/9/LnG7sL7gs1/yrQOACeN7XP i0EfNBZ7cyexvgH030ap+tY= =MaOP -----END PGP SIGNATURE----- --zHDeOHGDnzKksZSU-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 05:48: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 6128816A47B for ; Mon, 3 Jul 2006 05:48:48 +0000 (UTC) (envelope-from acmstaff@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 929AF43D4C for ; Mon, 3 Jul 2006 05:48:47 +0000 (GMT) (envelope-from acmstaff@gmail.com) Received: by py-out-1112.google.com with SMTP id c63so985486pyc for ; Sun, 02 Jul 2006 22:48:47 -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=tvoaS166urookTTBL32eGqZwVE85f4FrlHSRtc+GfcrkfvjpJDbjupmkg3bMW+BJW0rDH6qzU63lMaZ74qvg/G5B0wJCc4UwCb5H2hSOMwpgtgYLrejV1rwz2tHaxJooGGQdGHqTm7zpc4L8gqKW4C7IHGcQ8YXjFy/rYU+zPVA= Received: by 10.35.78.13 with SMTP id f13mr622507pyl; Sun, 02 Jul 2006 22:48:46 -0700 (PDT) Received: by 10.35.112.19 with HTTP; Sun, 2 Jul 2006 22:48:46 -0700 (PDT) Message-ID: Date: Sun, 2 Jul 2006 22:48:46 -0700 From: "ACM Staff" 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: sudo and LDAP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 05:48:48 -0000 Ok, so I am running a box with 6.0-STABLE Problem is I can't get sudo working for my LDAP based users. I compiled sudo from the ports tree with LDAP support. Here is some output as a user: notroot@risk:~$ id notroot uid=2018(notroot) gid=200(acm) groups=200(acm), 203(officers), 201(staff), 204(staffers) notroot@risk:~$ sudo ls Password: Sorry, try again. Password: Sorry, try again. Password: Sorry, try again. sudo: 3 incorrect password attempts notroot@risk:~$ as root obviously: risk# cat /usr/local/etc/sudoers # sudoers file. # # This file MUST be edited with the 'visudo' command as root. # # See the sudoers man page for the details on how to write a sudoers file. # # Host alias specification # User alias specification # Cmnd alias specification # Defaults specification # Runas alias specification # User privilege specification root ALL=(ALL) ALL notroot ALL=(ALL) NOPASSWD: ALL # Uncomment to allow people in group wheel to run all commands %staff ALL=(ALL) ALL # Same thing without a password # %wheel ALL=(ALL) NOPASSWD: ALL # Samples # %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom # %users localhost=/sbin/shutdown -h now Anyhelp? Thanks. Jim From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 06:22: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 14D4B16A415 for ; Mon, 3 Jul 2006 06:22:33 +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 8F083443E9 for ; Mon, 3 Jul 2006 06:22:32 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.4) id k636MVjY067709; Mon, 3 Jul 2006 01:22:31 -0500 (CDT) (envelope-from dan) Date: Mon, 3 Jul 2006 01:22:31 -0500 From: Dan Nelson To: ACM Staff Message-ID: <20060703062231.GE4915@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.5-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: sudo and LDAP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 06:22:33 -0000 In the last episode (Jul 02), ACM Staff said: > Ok, so I am running a box with 6.0-STABLE > > Problem is I can't get sudo working for my LDAP based users. I > compiled sudo from the ports tree with LDAP support. Here is some > output > > as a user: > > notroot@risk:~$ id notroot > uid=2018(notroot) gid=200(acm) groups=200(acm), 203(officers), > 201(staff), 204(staffers) > notroot@risk:~$ sudo ls > Password: > Sorry, try again. Have you created a pam.d/sudo file, or edited your pam.d/other file to include pam_ldap.so? I recommend copying the pam.d/su file, then editing pam.d/system to include pam_ldap.so. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 06:24: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 336F316A543 for ; Mon, 3 Jul 2006 06:24:11 +0000 (UTC) (envelope-from ian@codepad.net) Received: from ptb-relay02.plus.net (ptb-relay02.plus.net [212.159.14.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFC2441C0 for ; Mon, 3 Jul 2006 05:57:42 +0000 (GMT) (envelope-from ian@codepad.net) Received: from [80.229.159.44] (helo=[192.168.0.4]) by ptb-relay02.plus.net with esmtp (Exim) id 1FxHRF-0003VD-BX for freebsd-questions@freebsd.org; Mon, 03 Jul 2006 06:57:41 +0100 From: Xian To: freebsd-questions@freebsd.org Date: Mon, 3 Jul 2006 06:57:27 +0100 User-Agent: KMail/1.9.3 References: <20060701125532.GA11839@pythagoras.physics.upatras.gr> <20060702232943.GC10845@wantadilla.lemis.com> In-Reply-To: <20060702232943.GC10845@wantadilla.lemis.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607030657.29661.ian@codepad.net> Subject: Re: Root crontab for backup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 06:24:11 -0000 On Monday 03 July 2006 00:29, Greg 'groggy' Lehey wrote: > It's a good idea to leave /etc/periodic as it is; it makes updating > easier. I personally put this sort of thing in /etc/crontab, though > arguably (also because of upgrades) root's crontab is a better place. You can use /usr/ocal/etc/periodic ok -- /Xian "The most incomprehensible thing about the world is that it is comprehensible." Albert Einstein From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 06:28: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 29B4B16A403 for ; Mon, 3 Jul 2006 06:28:18 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from newmail.rmm.fr (newmail.rmm.fr [195.115.46.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD2043D72 for ; Mon, 3 Jul 2006 06:28:11 +0000 (GMT) (envelope-from bsd@todoo.biz) Received: from localhost (localhost [127.0.0.1]) by newmail.rmm.fr (Postfix) with ESMTP id E3D2B28927 for ; Mon, 3 Jul 2006 08:28:07 +0200 (CEST) X-Virus-Scanned: amavisd-new 2.4.1 (20060508) at rmm.fr Received: from newmail.rmm.fr ([127.0.0.1]) by localhost (newmail.rmm.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G304rCMad04i for ; Mon, 3 Jul 2006 08:28:07 +0200 (CEST) Received: from [172.16.1.201] (me.todoo.biz [82.66.93.242]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by newmail.rmm.fr (Postfix) with ESMTP id 9596A2853E for ; Mon, 3 Jul 2006 08:28:07 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: quoted-printable Message-Id: <6364F144-0287-41E2-90F0-D97B45C02493@todoo.biz> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed To: Liste FreeBSD From: bsd Date: Mon, 3 Jul 2006 08:28:01 +0200 X-Mailer: Apple Mail (2.752.2) Subject: Portupgrade ruby 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, 03 Jul 2006 06:28:18 -0000 Hello, I have a new problem that has just occured on my main mail server. I am upgrading the ports on this server every two or three days using =20= portsnap and portupgrade. After portsnap has updated it's index I do a "portupgrade -arR" to =20 upgrade all ports on the system. Mutt needed an update so I did what I am doing every couple of days =20 since more than one year : # portsnap update # portupgrade -arR My system faithfully started to update it's ports then... > -L/usr/local/lib -o pgpring pgppubring.o pgplib.o lib.o extlib.o =20 > sha1.o pgppacket.o ascii.o -lintl -liconv > cc -I/usr/local/include -Wall -O -pipe -L/usr/local/lib -rpath=3D/usr/=20= > local/lib -L/usr/local/lib pgpewrap.c -o pgpewrap > defined symbol "db_version_4002" > ** Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ > ---> Skipping 'mail/mutt' > /libexec/ld-elf.so.1: /usr/local/lib/ruby/site_ruby/1.8/i386-=20 > freebsd5/bdb.so: Undefined symbol "db_version_4002" > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system': =20 > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ =20 > (CommandFailedError) > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in =20 > `__sudo' > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in =20 > `xsystem!' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in =20 > `autofix!' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in =20 > `autofix' > from /usr/local/sbin/portupgrade:475:in `main' > from /usr/local/sbin/portupgrade:714:in `main' > from /usr/local/lib/ruby/1.8/optparse.rb:815:in `initialize' > from /usr/local/sbin/portupgrade:209:in `main' > from /usr/local/sbin/portupgrade:1951 I shooted portupgrade again but that did nothing, the donkey was =20 stucked !! > root 8:08 ~ # portupgrade -arR > /libexec/ld-elf.so.1: /usr/local/lib/ruby/site_ruby/1.8/i386-=20 > freebsd5/bdb.so: Undefined symbol "db_version_4002" I have also try to reinstall "portupgrade" and "ruby18" that did =20 nothing !! Any idea of how to proceed... Another interesting information : > root 8:18 ~ # uname -a > FreeBSD newmail.rmm.fr 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #0: =20 > Thu Nov 24 16:34:35 CET 2005 root@newmail.rmm.fr:/usr/obj/usr/=20 > src/sys/GENERIC i386 Thanks for your support. ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF Gregober ---> PGP ID --> 0x1BA3C2FD bsd @at@ todoo.biz ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 06:28: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 37E6516A407 for ; Mon, 3 Jul 2006 06:28:24 +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 E8F7B43D78 for ; Mon, 3 Jul 2006 06:28:17 +0000 (GMT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 0D2729B486; Mon, 3 Jul 2006 15:58:17 +0930 (CST) Date: Mon, 3 Jul 2006 15:58:16 +0930 From: Greg 'groggy' Lehey To: Xian Message-ID: <20060703062816.GO99490@wantadilla.lemis.com> References: <20060701125532.GA11839@pythagoras.physics.upatras.gr> <20060702232943.GC10845@wantadilla.lemis.com> <200607030657.29661.ian@codepad.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TYjWXklH5JTzT8n9" Content-Disposition: inline In-Reply-To: <200607030657.29661.ian@codepad.net> 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: Root crontab for backup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 06:28:24 -0000 --TYjWXklH5JTzT8n9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Monday, 3 July 2006 at 6:57:27 +0100, Xian wrote: > On Monday 03 July 2006 00:29, Greg 'groggy' Lehey wrote: >> It's a good idea to leave /etc/periodic as it is; it makes updating >> easier. I personally put this sort of thing in /etc/crontab, though >> arguably (also because of upgrades) root's crontab is a better place. > > You can use /usr/ocal/etc/periodic ok It's a good idea to leave /etc/periodic as it is; it makes updating easier. But I think I said that. 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. --TYjWXklH5JTzT8n9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEqLkAIubykFB6QiMRAsFWAJ9wfYSWHD9ObHgO1zegtx6BjczKyQCbBJjF IDLXVMqgHZS3NEIXKl5qxPk= =AKNC -----END PGP SIGNATURE----- --TYjWXklH5JTzT8n9-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 06:37: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 527FE16A415 for ; Mon, 3 Jul 2006 06:37:09 +0000 (UTC) (envelope-from chip@force-elite.com) Received: from utopia.in.force-elite.com (force-elite.com [216.255.199.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id C513D43D45 for ; Mon, 3 Jul 2006 06:37:08 +0000 (GMT) (envelope-from chip@force-elite.com) X-AuthUser: chip@force-elite.com Received: from [127.0.0.1] (127.0.0.1:52133) by localhost with [XMail 1.17 (Linux/Ix86) ESMTP Server] id for from ; Sun, 02 Jul 2006 23:37:04 -0700 Message-ID: <44A8BB0E.6070004@force-elite.com> Date: Sun, 02 Jul 2006 23:37:02 -0700 From: Paul Querna User-Agent: Thunderbird 1.5.0.2 (Macintosh/20060426) MIME-Version: 1.0 To: dev@httpd.apache.org References: <44A88EBD.80407@p6m7g8.com> In-Reply-To: <44A88EBD.80407@p6m7g8.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org, dev@perl.apache.org Subject: Re: gdb in realloc(): error: junk pointer, too high to make sense on FreeBSD 5.2+ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 06:37:09 -0000 Philip M. Gollucci wrote: > Hi, > > 2 years ago, PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/68727 > was filed about gdb itself segfaulting when trying to debug httpd. > This PR hasn't seen any action AFAIK. This appears to be a duplicate of this one: http://www.freebsd.org/cgi/query-pr.cgi?pr=gnu/73512 Again, no action, I can repo this 100% on my machines as well. > (gdb) x flags > 0x102: Error accessing memory address 0x102: Bad address. Can you try to get this into a simple test case? Calling apr_dso_load twice? -Paul From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 07:47: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 E5DD116A403 for ; Mon, 3 Jul 2006 07:47:12 +0000 (UTC) (envelope-from jim.l.lester@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 B42C743E3B for ; Mon, 3 Jul 2006 07:14:51 +0000 (GMT) (envelope-from jim.l.lester@gmail.com) Received: by nf-out-0910.google.com with SMTP id c29so707539nfb for ; Mon, 03 Jul 2006 00:14: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=b6E/lVcgl3qOLmBrqYzVLWnabsOMqthrhtbMPPumNZIp5tQBQ7l0aqu7GXYxt+EdffQm5ZtQYyeMj0q2sqITzdwCiJ42rVRBNs7NgA5G0kjYoDLBYPtH/EBawbo7z+CXnRAdpY9NYOdxggi7mKPOTUP5tbiNcZvlhdvotHSCMUg= Received: by 10.49.20.14 with SMTP id x14mr2109599nfi; Mon, 03 Jul 2006 00:14:50 -0700 (PDT) Received: by 10.48.214.3 with HTTP; Mon, 3 Jul 2006 00:14:50 -0700 (PDT) Message-ID: <15f2a91a0607030014i489d7278n32f8d68686c6ea26@mail.gmail.com> Date: Mon, 3 Jul 2006 00:14:50 -0700 From: "Jim Lester" To: "Dan Nelson" In-Reply-To: <20060703062231.GE4915@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060703062231.GE4915@dan.emsphone.com> Cc: ACM Staff , freebsd-questions@freebsd.org Subject: Re: sudo and LDAP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 07:47:13 -0000 Ya, that worked. I didn't think about it from that angel. I suppose it has to auth the user somehow and I don't have ldap in system, I just have it in ssh. Thanks. On 7/2/06, Dan Nelson wrote: > In the last episode (Jul 02), ACM Staff said: > > Ok, so I am running a box with 6.0-STABLE > > > > Problem is I can't get sudo working for my LDAP based users. I > > compiled sudo from the ports tree with LDAP support. Here is some > > output > > > > as a user: > > > > notroot@risk:~$ id notroot > > uid=2018(notroot) gid=200(acm) groups=200(acm), 203(officers), > > 201(staff), 204(staffers) > > notroot@risk:~$ sudo ls > > Password: > > Sorry, try again. > > Have you created a pam.d/sudo file, or edited your pam.d/other file to > include pam_ldap.so? I recommend copying the pam.d/su file, then > editing pam.d/system to include pam_ldap.so. > > -- > Dan Nelson > dnelson@allantgroup.com > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 07:47: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 2A32516A6CB; Mon, 3 Jul 2006 07:47:23 +0000 (UTC) (envelope-from ohartman@uni-mainz.de) Received: from mailgate1.zdv.Uni-Mainz.DE (mailgate1.zdv.Uni-Mainz.DE [134.93.178.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id A867143E6E; Mon, 3 Jul 2006 07:15:40 +0000 (GMT) (envelope-from ohartman@uni-mainz.de) Received: from [130.133.86.198] (telesto.geoinf.fu-berlin.de [130.133.86.198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate1.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 07EBB3018949; Mon, 3 Jul 2006 09:15:39 +0200 (CEST) Message-ID: <44A8C415.1000603@uni-mainz.de> Date: Mon, 03 Jul 2006 09:15:33 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.4 (X11/20060606) MIME-Version: 1.0 To: Corey Brune References: <44A7AC66.3070805@mail.uni-mainz.de> <562705370607021656xb9401dapdc5808df609d0e92@mail.gmail.com> In-Reply-To: <562705370607021656xb9401dapdc5808df609d0e92@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Cc: "O. Hartmann" , freebsd-questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: Kill an stopped process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 07:47:23 -0000 Corey Brune wrote: > On 7/2/06, *O. Hartmann* > wrote: > > Sometimes it happens on my FreeBSD 6.1-STABLE/AMD box, that a process, > in most cases xine, firefox oder thunderbird, show status 'STOP' in top > and are unkillable! > Trying to kill them as root (sending signal 9 throught 'kill' or > 'killall') doesn't have any effect. > > Can anyone help and tell how to kill such a job? The only way getting > rid of those processes is reboot the box and this can not be the > right way. > > Thanks, > oh > _______________________________________________ > 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 process cannot be killed in certain situations. For instance, if the > process is waiting on a IO request, it will block all signals until the > request is completed or fails. Could you mount /proc, and do a truss on > the process? Also, which version of FreeBSD are you running? > > Thanks, > Corey Hello Corey. As I wrote, the version of FreeBSD is 6.1-STABLE/AMD64 as newly built on yesterday. You're right, xine was obviously waiting for some kind of I/O. I was reading a music file from a DVD mounted via amd automounter and after a short spinup the connection was lost by some unknown reasons, maybe the amd or faulty amd setup. After a shutdown, the box got stuck at the point at whihc the kernel reports syncing done and then nothing happened for an eternity. Only a hardreset helped. In the meanwhile, I was capable of opening the DVD tray door and get the DVD. oh From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 07:49: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 A073816A403; Mon, 3 Jul 2006 07:49:14 +0000 (UTC) (envelope-from plk@in.nextra.sk) Received: from fw.nextra.sk (fw.nextra.sk [195.168.29.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E6B43D49; Mon, 3 Jul 2006 07:49:13 +0000 (GMT) (envelope-from plk@in.nextra.sk) Received: from plk.in.nextra.sk (localhost [127.0.0.1]) by fw.nextra.sk (8.13.4/8.13.4) with ESMTP id k637nBcT027368; Mon, 3 Jul 2006 09:49:11 +0200 Received: (from plk@localhost) by plk.in.nextra.sk (8.13.4/8.13.4/Submit) id k637nBQL027367; Mon, 3 Jul 2006 09:49:11 +0200 Date: Mon, 3 Jul 2006 09:49:11 +0200 From: Bohuslav Plucinsky To: freebsd-net@freebsd.org Message-ID: <20060703074911.GB24299@gtsnextra.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: NEXTRA, Bratislava, SLOVAKIA X-NCC-RegID: sk.nextra User-Agent: Mutt/1.5.11 Cc: mlaier@freebsd.org, freebsd-questions@freebsd.org Subject: Re: [Xorp-feedback] Xorp and CARP on FreeBSD] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bohuslav.plucinsky@gtsnextra.sk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 07:49:14 -0000 Hello, here is a reply from one of the XORP developers, Pavlin Radoslavov. What is your opinion to this problem? Thanks, Bohus ----- Forwarded message from Pavlin Radoslavov ----- > To: bohuslav.plucinsky@gtsnextra.sk > Subject: Re: [Xorp-feedback] Xorp and CARP on FreeBSD > Date: Thu, 29 Jun 2006 15:54:06 -0700 > From: Pavlin Radoslavov > > > On Fri, Jun 09, 2006 at 09:46:36AM -0700, Pavlin Radoslavov wrote: > > > > I've two FreeBSD 6.1-RELEASE routers (R1, R2) with CARP configured > > > > and it was working OK untill I've installed Xorp and tried to configure > > > > multicast PIM-SM. After that the CARP has stoped working. I've found > > > > out by the tcpdump that after Xorp is started the source IP address > > > > of CARP packets is changed to IP address used as register_vif in Xorp: > > > > > > Do you get the same error if you configure only the "interfaces" > > > section in the XORP config. > > > > No, the problem occures, only when the plumbing section is present. > > > > > Also, is any of the IP address changed (by CARP) while XORP is running? > > > > No. There are the CARP virtual interfaces created befor XORP is started. > > CARP dosn't change any IP address, but XORP changes source IP address > > of multicast CARP packets. When I stop XORP the IP address is retutned > > to original IP address. > > Thank you for the info. > I did some investigation (FreeBSD-6.1) and I was able to see the > the problem: VRRPv2 Advertisement messages with the wrong source > address. > > For the record, this is what I did (on a single machine): > > ===================================== > ifconfig vlan97 create > ifconfig vlan97 inet 192.168.100.2 netmask 255.255.255.0 vlan 97 vlandev xl0 > ifconfig vlan71 create > ifconfig vlan71 inet 10.122.25.66 netmask 255.255.255.224 vlan 71 vlandev xl0 > ifconfig carp97 create > ifconfig carp97 vhid 1 pass foofoo1 192.168.100.1/24 > ifconfig carp71 create > ifconfig carp71 vhid 2 pass foofoo2 10.122.25.64/27 > ===================================== > > Then I started XORP with the configuration file included at the end > of this email. Basically, the important thing in that configuration > file is that inside the MFEA I enabled only the vlan71 interface. > > Indeed, by running tcpdump I was able to see that the VRRPv2 > Advertisement messages sent over vlan97 changed their source address > to be same ass the source address of vlan71: > > ===================================== > root@carp[5] tcpdump -n -i vlan97 proto 112 > tcpdump: verbose output suppressed, use -v or -vv for full protocol decode > listening on vlan97, link-type EN10MB (Ethernet), capture size 96 bytes > 15:38:04.614085 IP 192.168.100.2 > 224.0.0.18: VRRPv2, Advertisement, vrid 1, prio 0, authtype none, intvl 1s, length 36 > 15:38:05.615058 IP 192.168.100.2 > 224.0.0.18: VRRPv2, Advertisement, vrid 1, prio 0, authtype none, intvl 1s, length 36 > ... > 15:38:22.635132 IP 10.122.25.66 > 224.0.0.18: VRRPv2, Advertisement, vrid 1, prio 0, authtype none, intvl 1s, length 36 > 15:38:23.636107 IP 10.122.25.66 > 224.0.0.18: VRRPv2, Advertisement, vrid 1, prio 0, authtype none, intvl 1s, length 36 > ===================================== > > After some investigation, I was able to trace the problem to the > setsockopt(_mrouter_socket, IPPROTO_IP, MRT_ADD_VIF, ...) system > call. In fact, I was able to reproduce the problem with other > multicast routing implementations: mrouted and pimd which obviously > also use the same setsockopt(). > After some further investigation, it seems to happen only when > running CARP over vlan interfaces, but I haven't investigated this > in greater details. At least, it didn't happen when I enabled in MFEA > the physical xl0 network interface (also running CARP). > > Hence, I belive the problem is in the FreeBSD kernel, and happens > when we have 2+ vlan interfaces configured to run CARP and one of > them is also configured for multicast routing. > > You might want to contact the FreeBSD folks about that, because the > problem is not XORP-specific. > > Please let us know how it goes. > > Thanks, > Pavlin > > > ===================================== > interfaces { > interface vlan97 { > description: "DMZ" > disable: false > default-system-config > } > interface vlan71 { > description: "intranet" > disable: false > default-system-config > } > } > > fea { > unicast-forwarding4 { > disable: false > } > } > > plumbing { > mfea4 { > disable: false > interface vlan71 { > vif vlan71 { > disable: false > } > } > /* > interface vlan97 { > vif vlan97 { > disable: false > } > } > */ > /* > interface register_vif { > vif register_vif { > Note: this vif should be always enabled > disable: false > } > } > */ > traceoptions { > flag all { > disable: false > } > } > } > } > ===================================== > > ----- End forwarded message ----- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 07:59: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 9DD8B16A417 for ; Mon, 3 Jul 2006 07:59:11 +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 C6B1E43E30 for ; Mon, 3 Jul 2006 07:59:10 +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 k637x3A6096889 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Jul 2006 14:59:03 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k637x1NH095899; Mon, 3 Jul 2006 14:59:01 +0700 (ICT) Date: Mon, 3 Jul 2006 14:59:01 +0700 (ICT) Message-Id: <200607030759.k637x1NH095899@banyan.cs.ait.ac.th> From: Olivier Nicole To: hakmi@rogers.com In-reply-to: <200606301537.k5UFb7gH077006@mail.cs.ait.ac.th> (hakmi@rogers.com) References: <200606301537.k5UFb7gH077006@mail.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: questions@freebsd.org, xfb52@dial.pipex.com Subject: Re: Slow 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, 03 Jul 2006 07:59:11 -0000 > > >2) as there are many connections comming from search engines siders > > > (90% of all the established connections), I'd like to limit the > > > ressources that spiders are using. One way would be through IPFW, > > > but are there better ways? Is there a way to limit/prioritize in > > > Apache (not that I know any). > Lookup mod_security rules for Apache and mod_dosevasive. mod_evasive > will help prevent the spiders from opening many pages at one time Thanks for the idea. I looked at both. mod_evasive would be the one, but it keeps traffic information on a per web site basis. The problem is that I have hundred of web sites and the spider tries to access one page at a time, but one page of each web site... OK I have to dig that further. Thanks, Olivier From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 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 0383216A412; Mon, 3 Jul 2006 08:06:17 +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 5D8CE43D48; Mon, 3 Jul 2006 08:06:15 +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 k6386DEY016848; Mon, 3 Jul 2006 11:06:13 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Mon, 3 Jul 2006 11:03:45 +0300 User-Agent: KMail/1.9.1 References: <44A7AC66.3070805@mail.uni-mainz.de> In-Reply-To: <44A7AC66.3070805@mail.uni-mainz.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607031103.46062.nvass@teledomenet.gr> Cc: "O. Hartmann" , freebsd-amd64@freebsd.org Subject: Re: Kill an stopped process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 08:06:17 -0000 On Sunday 02 July 2006 14:22, O. Hartmann wrote: > Sometimes it happens on my FreeBSD 6.1-STABLE/AMD box, that a process, > in most cases xine, firefox oder thunderbird, show status 'STOP' in top > and are unkillable! they are stopped... > Trying to kill them as root (sending signal 9 throught 'kill' or > 'killall') doesn't have any effect. > > Can anyone help and tell how to kill such a job? The only way getting > rid of those processes is reboot the box and this can not be the right way. You should send a CONT(inue) and then something like TERM(inate). KILL should be your last choice, since it does what its name says(the process have no way of controlling this signal, it terminates immediately, given that's in a state were can be killed). KILL is rarely really needed. AFAIK this is not FreeBSD specific. I assume It is defined in POSIX. HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 08:27: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 E2C2C16A412 for ; Mon, 3 Jul 2006 08:27: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 689BD43D48 for ; Mon, 3 Jul 2006 08:27: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 15B19457A5 for ; Mon, 3 Jul 2006 10:27:03 +0200 (CEST) From: "no@spam@mgedv.net" To: Date: Mon, 3 Jul 2006 10:27:06 +0200 Message-ID: <006701c69e7a$7898db00$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: AcaeeneZn1OUzAY9SWqqKs/u8dXD1Q== Subject: shell scripting: help appreciated X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 08:27:06 -0000 short and weird problem description (from my point of view): /bin/sh stops working correctly with a content-controlled do-loop. the shell-script layout is as follows: (it's not that trivial, just to show the meaning) --------------------------------------------------------------- /test/foo.conf (originally ~60 lines): test1 testval1 optional_testval1 test2 testval2 optional_testval2 /test/foo.sh (this is the original loop code): cat "$g_dir_etc/compile.lst"|\ sed -e 's-^ *--g'|\ sed -e 's-^ *--g'|\ grep -v '^#'|\ sed -e 's-#.*$--g'|\ grep -v '^$'|\ while read gh_name gh_src gh_srcdir do /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; done; /test/foo_sub.sh: --------------------------------------------------------------- if i change the line /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; to echo /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; the program loops for all records in the foo.conf correctly. if i remove the "echo" keyword, the sub-script get's executed, but the shell terminates as if there were lesser records in the foo.conf file! i scripted as many debug messages as possible, for every loop they get executed and there are no errors/etc... happening. and interestingly, the execution stops always on the same record! if i comment out some records of my foo.conf, the sub-shell gets executed for more records. it seems like something with a buffer or somewhat, but i'm not a debugger/c-guru, so i don't know where to start here... maybe i'm using a wrong technique for looping? some facts: conf-file is readable and doesn't change during execution the scripts also don't change during exec we're running on 6.1-RELEASE with 2GB RAM and a XEON 2.8 no errors/warnings during exec-time from kernel or daemons fs is fine, fsck is happy! everything runs /bin/sh. the whole scripts runs currently ~45min. if i change the subshell to an empty script with just "hi i'm here" and "exit 1;" the loop works for all records in the .conf file. any ideas, what the hell is going on here? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 09:10: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 38BF616A407 for ; Mon, 3 Jul 2006 09:10:35 +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 4D4A444366 for ; Mon, 3 Jul 2006 08:53:24 +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 k638rMEY017836; Mon, 3 Jul 2006 11:53:23 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Mon, 3 Jul 2006 11:50:55 +0300 User-Agent: KMail/1.9.1 References: <7899dff0607022011x7d18ea81x47ac481fd78f21bf@mail.gmail.com> In-Reply-To: <7899dff0607022011x7d18ea81x47ac481fd78f21bf@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607031150.55374.nvass@teledomenet.gr> Cc: Benny Au Subject: Re: speed of PPPoE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 09:10:36 -0000 On Monday 03 July 2006 06:11, Benny Au wrote: > Hello, > > The speed of PPPoE in FreeBSD is slower than in Windows XP. and > sometimes I have to wait for a moment to visit the same web site > again. Is your name server setup correct? check /etc/resolv.conf and use nslookup to check if everything is correct. Be sure that the first name server in /etc/resolv.conf is responding fast. > It won't disconnect but it works not stably. Could you tell me > how to configure the ppp and let it run fast? > Thanks! try something like this while downloading at full rate: netstat -I $external_iface -w 1 (hint: If you use ppp(8) external_iface will be a tun device) or systat -ifstat What numbers do you get, and what numbers do you expect? HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 09:10: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 EAB7116A7AD for ; Mon, 3 Jul 2006 09:10:37 +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 22A3243E75 for ; Mon, 3 Jul 2006 08:38:39 +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 F21372E021; Mon, 3 Jul 2006 10:38:37 +0200 (CEST) Message-ID: <44A8D788.5040004@locolomo.org> Date: Mon, 03 Jul 2006 10:38:32 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Jonathan Horne References: <44A8315F.3090600@locolomo.org> <200607021602.13458.jhorne@dfwlp.com> In-Reply-To: <200607021602.13458.jhorne@dfwlp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: setting ntp-servers for ntpdate via dhcp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 09:10:38 -0000 Jonathan Horne wrote: > On Sunday 02 July 2006 15:49, Erik Nørgaard wrote: >> There is a dhcp-option, ntp-servers, to set which ntp-server to use. It >> would be quite useful with ntpdate. Does anyone have a patch to ntpdate >> startup script or other hack that use this option? - just before I start >> hacking myself... > > my ntp options in /etc/rc.conf look like this: > > ntpdate_enable="YES" > ntpdate_hosts="us.pool.ntp.org" > ntpd_enable="YES" > > when my system boots, ntpdate forces the time to syncronize (no matter how far > off it is), and then ntp takes over from there. I have that too, the point is not that ntpdate doesn't work, but that configuration via dhcp is not supported. And since dhcp provides the option, it would be quite neat to support it. So something like this in rc.conf would be nice: ntpdate_enable="DHCP" ntpdate_hosts="ntp.domain.tld" When set to DHCP the ntpdate script should parse the lease file to find any available ntp server to use. The hosts option should be fallback if the dhcp server did not provide a list of available ntp-servers. Currently such functionality is not supported, and just before I go ahead and hack something up, it would be nice to know if others have done the effort. Cheers, Erik From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 09:10: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 E3F4C16A7F3 for ; Mon, 3 Jul 2006 09:10:39 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [82.99.44.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA17743EE2 for ; Mon, 3 Jul 2006 08:40:06 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [82.99.47.5] by mail2.swebase.com (MDaemon.PRO.v8.1.0.R) with ESMTP id 59-md50000043050.msg for ; Mon, 03 Jul 2006 10:39:06 +0200 Message-ID: <44A8D770.5060808@swehack.se> Date: Mon, 03 Jul 2006 10:38:08 +0200 From: nocturnal User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: nocturnal@swehack.se X-MDRemoteIP: 82.99.47.5 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2 X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 X-Spam-Level: X-Spam-Processed: mail2.swebase.com, Mon, 03 Jul 2006 10:39:11 +0200 Subject: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 09:10:40 -0000 Hi I'm having a few problems with a webserver. Today the idle was at 0.0 and it's still like this. It doesn't look like it's affecting web services but it looks weird and i'm afraid that the CPU is working it's ass off with something. Of course nothing shows up in top or ps that could indicate which process is taking up all this cpu and since interrupt is the one using it i'm not even sure anything is actually using up CPU since i don't know what interrupt is. Any hints or pointers would be appreciated. It looks like interrupt and system are fighting for percents, interrupt has 100% constantly and as soon as interrupt drops system takes exactly what's left over and sometimes system doesn't do it so idle gets a few percents. It's weird to me simply because i can't find a description of what interrupt shows in top anywhere in the manuals. -- Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 09:10: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 47EA916A87E for ; Mon, 3 Jul 2006 09:10:46 +0000 (UTC) (envelope-from offbyone@xs4all.nl) Received: from smtp8.orange.fr (smtp8.orange.fr [193.252.22.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5DDD441C5 for ; Mon, 3 Jul 2006 08:48:14 +0000 (GMT) (envelope-from offbyone@xs4all.nl) Received: from [192.168.0.4] (ADijon-151-1-77-189.w83-196.abo.wanadoo.fr [83.196.209.189]) by mwinf0809.orange.fr (SMTP Server) with ESMTP id 81E161C001E4; Mon, 3 Jul 2006 10:48:12 +0200 (CEST) X-ME-UUID: 20060703084812532.81E161C001E4@mwinf0809.orange.fr Message-ID: <44A8D9CB.1080400@xs4all.nl> Date: Mon, 03 Jul 2006 10:48:11 +0200 From: "Jacques S." User-Agent: Thunderbird 1.5.0.4 (X11/20060609) MIME-Version: 1.0 To: bsd References: <6364F144-0287-41E2-90F0-D97B45C02493@todoo.biz> In-Reply-To: <6364F144-0287-41E2-90F0-D97B45C02493@todoo.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Liste FreeBSD Subject: Re: Portupgrade ruby 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, 03 Jul 2006 09:10:46 -0000 bsd wrote: > Hello, > > I have a new problem that has just occured on my main mail server. > I am upgrading the ports on this server every two or three days using > portsnap and portupgrade. > > After portsnap has updated it's index I do a "portupgrade -arR" to > upgrade all ports on the system. > > > Mutt needed an update so I did what I am doing every couple of days > since more than one year : > > > # portsnap update > # portupgrade -arR > > > My system faithfully started to update it's ports then... > > >> -L/usr/local/lib -o pgpring pgppubring.o pgplib.o lib.o extlib.o >> sha1.o pgppacket.o ascii.o -lintl -liconv >> cc -I/usr/local/include -Wall -O -pipe -L/usr/local/lib >> -rpath=/usr/local/lib -L/usr/local/lib pgpewrap.c -o pgpewrap >> defined symbol "db_version_4002" >> ** Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ >> ---> Skipping 'mail/mutt' >> /libexec/ld-elf.so.1: >> /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd5/bdb.so: Undefined >> symbol "db_version_4002" >> /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system': >> Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ >> (CommandFailedError) >> from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in >> `__sudo' >> from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in >> `xsystem!' >> from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in `autofix!' >> from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in `autofix' >> from /usr/local/sbin/portupgrade:475:in `main' >> from /usr/local/sbin/portupgrade:714:in `main' >> from /usr/local/lib/ruby/1.8/optparse.rb:815:in `initialize' >> from /usr/local/sbin/portupgrade:209:in `main' >> from /usr/local/sbin/portupgrade:1951 > > I shooted portupgrade again but that did nothing, the donkey was stucked !! > >> root 8:08 ~ # portupgrade -arR >> /libexec/ld-elf.so.1: >> /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd5/bdb.so: Undefined >> symbol "db_version_4002" > > I have also try to reinstall "portupgrade" and "ruby18" that did nothing !! > > > Any idea of how to proceed... > > Another interesting information : > >> root 8:18 ~ # uname -a >> FreeBSD newmail.rmm.fr 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #0: Thu >> Nov 24 16:34:35 CET 2005 >> root@newmail.rmm.fr:/usr/obj/usr/src/sys/GENERIC i386 > > > Thanks for your support. > > ________________________________________________ > «?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§ > ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ > Gregober ---> PGP ID --> 0x1BA3C2FD > bsd @at@ todoo.biz > ________________________________________________ > «?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§ > ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ > > > > _______________________________________________ > 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 worked for me: # cd /var/db/ports/portupgrade # rm options # cd /var/db/pkg # rm pkgdb.db # pkgdb -fu Discovered I had both ruby versions in ports: db4-4.x.x and db41-4.x.x I needed only db41; nothing depended (any more) on db4, so: # pkg_delete db4-4.x.x Note, I had migrated to WITH_BDB4=true, quite a long time ago. The recent tribulations with portupgrade has been on the list already, several times, at several stages of the problem, and various solutions have been described. Some of those seem more complicated than this. I don't think the problem is complicated, at least not in every case. At least not, now that the maintainer has worked to fix the port. -- Jacques S. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 09:10: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 D424916A654 for ; Mon, 3 Jul 2006 09:10:55 +0000 (UTC) (envelope-from oliverrojo@anticogroup.com) Received: from anticogroup.com (host.anticogroup.com [209.59.164.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 4D6C643D45 for ; Mon, 3 Jul 2006 09:10:55 +0000 (GMT) (envelope-from oliverrojo@anticogroup.com) Received: (qmail 26391 invoked by uid 5510); 3 Jul 2006 09:12:23 -0000 Received: from 203.131.125.34 by viper.anticogroup.com (envelope-from , uid 501) with qmail-scanner-1.25 (clamdscan: 0.86.2/1579. spamassassin: 3.0.4. Clear:RC:1(203.131.125.34):. Processed in 0.122458 secs); 03 Jul 2006 09:12:23 -0000 Received: from unknown (HELO ?192.168.3.207?) (203.131.125.34) by anticogroup.com with SMTP; 3 Jul 2006 09:12:22 -0000 Message-ID: <44A8DF19.7070003@anticogroup.com> Date: Mon, 03 Jul 2006 17:10:49 +0800 From: "Oliver A. Rojo" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: skylar@cs.earlham.edu References: <44A24315.8000502@anticogroup.com> <44A343D8.7040307@cs.earlham.edu> In-Reply-To: <44A343D8.7040307@cs.earlham.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: transparent proxy howto X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 09:10:55 -0000 Skylar Thompson wrote: > Oliver A. Rojo wrote: > >> hi! >> >> Im using freebsd-5.2.1-RELEASE-p14 and I just want to ask if how can I >> setup transparent proxying with squid using ipnat? >> > > You're going to want something like this in your ipnat configuration: > > rdr int0 0/0 port 80 -> 192.168.0.1 port 3128 > > Where int0 is your internal interface name, and 192.168.0.1 is your > internal interface IP address. You'll also want this in your squid.conf: > > http_port 8080 > httpd_accel_host virtual > httpd_accel_port 80 > httpd_accel_with_proxy on > > Full documentation here: > > http://www.squid-cache.org/Doc/FAQ/FAQ-17.html > httpd_accel_uses_host_header on > > > > is there anything to be done with the kernel? I've done this one but it didn't worked... From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 09:34: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 0B54A16A412 for ; Mon, 3 Jul 2006 09:34:32 +0000 (UTC) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E95F43E30 for ; Mon, 3 Jul 2006 09:34:29 +0000 (GMT) (envelope-from dick@nagual.st) Received: from arwen.nagual.st (arwen.nagual.st [192.168.11.29]) by nagual.st with esmtp; Mon, 03 Jul 2006 11:34:27 +0200 id 00039809.44A8E4A3.0000224D Date: Mon, 3 Jul 2006 11:34:27 +0200 From: dick hoogendijk To: fbsdq Message-Id: <20060703113427.67282509.dick@nagual.st> Organization: de nagual X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: screen blanking and kde X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dick@nagual.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 09:34:32 -0000 The machine I use fvwm on blanks the screen after a period of time (the default from Xorg). However, a machine running KDE does not(!), even without the screensaver enabled (in kde). Disabling the saver results in a screen never go blank. So, I guess, kde interfeares with xorg somewhere (disabling the blanktime feature from xorg). Does anybody know where this is done (by kde) and if this can be changed? Sure, I can use kde's screensaver (orxscreensaver), but I only want the screen go blank and xorg can do that just the same) -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.1 ++ The Power to Serve From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 09:51: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 F28FB16A403 for ; Mon, 3 Jul 2006 09:51:00 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from sirian.hst.org.za (sirian.hst.org.za [209.203.2.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18C5943E31 for ; Mon, 3 Jul 2006 09:50:59 +0000 (GMT) (envelope-from jonathan@hst.org.za) Received: from localhost (localhost.hst.org.za [127.0.0.1]) by sirian.hst.org.za (Postfix) with ESMTP id 4824331C85C for ; Mon, 3 Jul 2006 11:54:29 +0200 (SAST) Received: from sirian.hst.org.za ([127.0.0.1]) by localhost (sirian.hst.org.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 68649-10 for ; Mon, 3 Jul 2006 11:54:29 +0200 (SAST) Received: by sirian.hst.org.za (Postfix, from userid 1004) id 1848731C7FE; Mon, 3 Jul 2006 11:54:29 +0200 (SAST) Received: from sysadmin.int.dbn.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) by sirian.hst.org.za (Postfix) with ESMTP id 5D67531C7AE for ; Mon, 3 Jul 2006 11:54:28 +0200 (SAST) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Mon, 3 Jul 2006 12:07:50 +0200 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607031207.50714.jonathan@hst.org.za> X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on sirian.hst.org.za X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=7.0 tests=BAYES_00 autolearn=ham version=2.61 X-Virus-Scanned: by amavisd-new at hst.org.za Subject: require pam_deny in auth chain causes logins to fail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 09:51:01 -0000 pam.d/README says: Note that having a "sufficient" module as the last entry for a particular service and module type may result in surprising behaviour. To get the intended semantics, add a "required" entry listing the pam_deny module at the end of the chain. But in fact auth sufficient pam_unix.so auth required pam_deny.so always fails, because (from the PAM article): The second exception is that pam_setcred(3) treats binding and sufficient modules as if they were required which means the final decision drops through to pam_deny even if pam_unix succeeds. Other than the obvious (make pam_unix, or whatever is the last module in the auth chain, required rather than sufficient, and leave out the required pam_deny) is there another solution to this? Jonathan From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 09:52: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 4EF7216A407 for ; Mon, 3 Jul 2006 09:52:20 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay05.ispgateway.de (smtprelay05.ispgateway.de [80.67.18.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC5743ECF for ; Mon, 3 Jul 2006 09:51:50 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 4575 invoked from network); 3 Jul 2006 09:51:48 -0000 Received: from unknown (HELO localhost) (775067@[217.50.146.49]) (envelope-sender ) by smtprelay05.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 3 Jul 2006 09:51:48 -0000 Date: Mon, 3 Jul 2006 11:51:39 +0200 From: Fabian Keil To: nocturnal Message-ID: <20060703115139.4a78514c@localhost> In-Reply-To: <44A8D770.5060808@swehack.se> References: <44A8D770.5060808@swehack.se> X-Mailer: Sylpheed-Claws 2.2.3 (GTK+ 2.8.19; i386-portbld-freebsd6.1) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc User-Agent: 321 test Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_T1sTrRDCOHTokKW9c=i8O7r"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 09:52:20 -0000 --Sig_T1sTrRDCOHTokKW9c=i8O7r Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable nocturnal wrote: > I'm having a few problems with a webserver. Today the idle was at 0.0=20 > and it's still like this. It doesn't look like it's affecting web=20 > services but it looks weird and i'm afraid that the CPU is working > it's ass off with something. Of course nothing shows up in top or ps > that could indicate which process is taking up all this cpu and since=20 > interrupt is the one using it i'm not even sure anything is actually=20 > using up CPU since i don't know what interrupt is. Any hints or > pointers would be appreciated. >=20 > It looks like interrupt and system are fighting for percents, > interrupt has 100% constantly and as soon as interrupt drops system > takes exactly what's left over and sometimes system doesn't do it so > idle gets a few percents. It's weird to me simply because i can't > find a description of what interrupt shows in top anywhere in the > manuals. Did you already try "top -S"? Fabian --=20 http://www.fabiankeil.de/ --Sig_T1sTrRDCOHTokKW9c=i8O7r Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEqOiyjV8GA4rMKUQRAnS7AKCSeuKiOpOPmvee4b8dqoMquI9VOwCfSuis Y+EnNHZ9X3S052Drm960s/Y= =F8g1 -----END PGP SIGNATURE----- --Sig_T1sTrRDCOHTokKW9c=i8O7r-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 09:55: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 5956616A416 for ; Mon, 3 Jul 2006 09:55:26 +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 F13AC43E77 for ; Mon, 3 Jul 2006 09:54: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 mail5.tpgi.com.au (envelope-from agh@tpg.com.au) (8.13.6/8.13.6) with ESMTP id k639sbdX006208 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Jul 2006 19:54:39 +1000 From: "Alastair G. Hogge" To: freebsd-questions@freebsd.org, dick@nagual.nl Date: Mon, 3 Jul 2006 19:56:31 +0000 User-Agent: KMail/1.9.3 References: <20060703113427.67282509.dick@nagual.st> In-Reply-To: <20060703113427.67282509.dick@nagual.st> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607031956.32042.agh@tpg.com.au> Cc: Subject: Re: screen blanking and kde X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 09:55:26 -0000 On Monday 03 July 2006 09:34, dick hoogendijk wrote: > The machine I use fvwm on blanks the screen after a period of time (the > default from Xorg). However, a machine running KDE does not(!), even > without the screensaver enabled (in kde). Disabling the saver results > in a screen never go blank. So, I guess, kde interfeares with xorg > somewhere (disabling the blanktime feature from xorg). > > Does anybody know where this is done (by kde) and if this can be > changed? Sure, I can use kde's screensaver (orxscreensaver), but I only > want the screen go blank and xorg can do that just the same) Just a me too...sorta. My KDE session might blank out 3 or 4 times but after that it will just stay on. I noticed when using GNOME-2 the problem went away. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 09:58: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 26BDE16A407 for ; Mon, 3 Jul 2006 09:58:49 +0000 (UTC) (envelope-from Danovitsch@vitsch.net) Received: from amsfep18-int.chello.nl (amsfep17-int.chello.nl [213.46.243.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F2443E57 for ; Mon, 3 Jul 2006 09:58:24 +0000 (GMT) (envelope-from Danovitsch@vitsch.net) Received: from Tuinhuisje.Vitsch.net ([62.195.87.223]) by amsfep18-int.chello.nl (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060703095822.CZUI1809.amsfep18-int.chello.nl@Tuinhuisje.Vitsch.net>; Mon, 3 Jul 2006 11:58:22 +0200 Received: from [192.168.87.6] (f23025.upc-f.chello.nl [80.56.23.25]) (authenticated bits=0) by Tuinhuisje.Vitsch.net (8.13.1/8.13.1) with ESMTP id k639w9ru051401; Mon, 3 Jul 2006 11:58:16 +0200 (CEST) (envelope-from Danovitsch@vitsch.net) From: "Daan Vreeken [PA4DAN]" Organization: Vitsch Electronics To: nocturnal Date: Mon, 3 Jul 2006 11:57:58 +0200 User-Agent: KMail/1.8.2 References: <44A8D770.5060808@swehack.se> In-Reply-To: <44A8D770.5060808@swehack.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607031157.58675.Danovitsch@vitsch.net> Cc: freebsd-questions@freebsd.org Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 09:58:49 -0000 On Monday 03 July 2006 10:38, nocturnal wrote: > Hi > > I'm having a few problems with a webserver. Today the idle was at 0.0 > and it's still like this. It doesn't look like it's affecting web > services but it looks weird and i'm afraid that the CPU is working it's > ass off with something. Of course nothing shows up in top or ps that > could indicate which process is taking up all this cpu and since > interrupt is the one using it i'm not even sure anything is actually > using up CPU since i don't know what interrupt is. Any hints or pointers > would be appreciated. > > It looks like interrupt and system are fighting for percents, interrupt > has 100% constantly and as soon as interrupt drops system takes exactly > what's left over and sometimes system doesn't do it so idle gets a few > percents. It's weird to me simply because i can't find a description of > what interrupt shows in top anywhere in the manuals. Try "vmstat -i" to show you what device is causing the interrupts. grtz, Daan From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 10:28: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 717A916A417 for ; Mon, 3 Jul 2006 10:28:59 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [82.99.44.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23CB144A05 for ; Mon, 3 Jul 2006 10:28:53 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [82.99.47.5] by mail2.swebase.com (MDaemon.PRO.v8.1.0.R) with ESMTP id 55-md50000043077.msg for ; Mon, 03 Jul 2006 12:27:29 +0200 Message-ID: <44A8F0D6.4060307@swehack.se> Date: Mon, 03 Jul 2006 12:26:30 +0200 From: nocturnal User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: "Daan Vreeken [PA4DAN]" References: <44A8D770.5060808@swehack.se> <200607031157.58675.Danovitsch@vitsch.net> In-Reply-To: <200607031157.58675.Danovitsch@vitsch.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: nocturnal@swehack.se X-MDRemoteIP: 82.99.47.5 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2 X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 X-Spam-Level: X-Spam-Processed: mail2.swebase.com, Mon, 03 Jul 2006 12:27:33 +0200 Cc: freebsd-questions@freebsd.org Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:28:59 -0000 Hi The clock? interrupt total rate irq0: clk 25130235 99 irq1: atkbd0 4 0 irq6: fdc0 1 0 irq7: ppc0 1 0 irq8: rtc 288300 1 irq11: atapci1 637852 2 irq12: vr0 uhci0+ 3890833 15 irq13: npx0 1 0 irq14: ata0 54 0 Total 29947281 119 Also, in reply to Fabian Kell; top -S doesn't show me which process is using all the interrupt CPU, thank you for the tip. Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se Daan Vreeken [PA4DAN] wrote: > On Monday 03 July 2006 10:38, nocturnal wrote: >> Hi >> >> I'm having a few problems with a webserver. Today the idle was at 0.0 >> and it's still like this. It doesn't look like it's affecting web >> services but it looks weird and i'm afraid that the CPU is working it's >> ass off with something. Of course nothing shows up in top or ps that >> could indicate which process is taking up all this cpu and since >> interrupt is the one using it i'm not even sure anything is actually >> using up CPU since i don't know what interrupt is. Any hints or pointers >> would be appreciated. >> >> It looks like interrupt and system are fighting for percents, interrupt >> has 100% constantly and as soon as interrupt drops system takes exactly >> what's left over and sometimes system doesn't do it so idle gets a few >> percents. It's weird to me simply because i can't find a description of >> what interrupt shows in top anywhere in the manuals. > > Try "vmstat -i" to show you what device is causing the interrupts. > > grtz, > Daan > > > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 11: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 99FB916A4D8 for ; Mon, 3 Jul 2006 11:06:32 +0000 (UTC) (envelope-from Danovitsch@vitsch.net) Received: from amsfep11-int.chello.nl (amsfep17-int.chello.nl [213.46.243.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8209543D6B for ; Mon, 3 Jul 2006 11:06:27 +0000 (GMT) (envelope-from Danovitsch@vitsch.net) Received: from Tuinhuisje.Vitsch.net ([62.195.87.223]) by amsfep11-int.chello.nl (InterMail vM.6.01.05.04 201-2131-123-105-20051025) with ESMTP id <20060703110625.TZAK23376.amsfep11-int.chello.nl@Tuinhuisje.Vitsch.net>; Mon, 3 Jul 2006 13:06:25 +0200 Received: from [192.168.87.6] (f23025.upc-f.chello.nl [80.56.23.25]) (authenticated bits=0) by Tuinhuisje.Vitsch.net (8.13.1/8.13.1) with ESMTP id k63B6BxE051580; Mon, 3 Jul 2006 13:06:18 +0200 (CEST) (envelope-from Danovitsch@vitsch.net) From: "Daan Vreeken [PA4DAN]" Organization: Vitsch Electronics To: nocturnal Date: Mon, 3 Jul 2006 13:06:12 +0200 User-Agent: KMail/1.8.2 References: <44A8D770.5060808@swehack.se> <200607031157.58675.Danovitsch@vitsch.net> <44A8F0D6.4060307@swehack.se> In-Reply-To: <44A8F0D6.4060307@swehack.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607031306.12477.Danovitsch@vitsch.net> Cc: freebsd-questions@freebsd.org Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 11:06:32 -0000 On Monday 03 July 2006 12:26, nocturnal wrote: > Hi > > The clock? > > interrupt total rate > irq0: clk 25130235 99 > irq1: atkbd0 4 0 > irq6: fdc0 1 0 > irq7: ppc0 1 0 > irq8: rtc 288300 1 > irq11: atapci1 637852 2 > irq12: vr0 uhci0+ 3890833 15 > irq13: npx0 1 0 > irq14: ata0 54 0 > Total 29947281 119 Hmm.. There seems to be nothing wrong with these numbers. If you were suffering from an interrupt storm I would have expected much larger numbers in the "rate" column. The column "rate" shows the average number of interrupts / second. In total your system handles about 120 interrupts / second, so that shouldn't be a problem. Are you using "powerd" perhaps? Could it be that your system goes into a too deep sleep state where interrupt handling costs significantly more time? grtz, Daan From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 10:50: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 7A63916A562 for ; Mon, 3 Jul 2006 10:50:32 +0000 (UTC) (envelope-from janop@inMail.sk) Received: from inMail.sk (mx1.inmail.sk [217.198.113.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A18A449EB for ; Mon, 3 Jul 2006 10:17:56 +0000 (GMT) (envelope-from janop@inMail.sk) Received: from localhost [217.198.113.20] by inMail.sk (SMTPD32-8.04) id AECEE080130; Mon, 03 Jul 2006 12:17:50 +0200 From: "jan polomsky" To: Date: Mon, 03 Jul 2006 10:17:52 GMT MIME-Version: 1.0 X-Mailer: inMail 4.0 Web Interface X-Priority: 3 X-Origin-IP: 195.168.234.193 Content-Type: multipart/mixed; boundary="----=_Part_7guTS05skn65juyqXv2cwa5X108T5P" Message-Id: <200607031217709.SM00740@localhost> X-Sender: X-Country: CZ; Czech Republic X-Rcpt-Level: * X-Mailman-Approved-At: Mon, 03 Jul 2006 11:44:20 +0000 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 10:50:32 -0000 ------=_Part_7guTS05skn65juyqXv2cwa5X108T5P Content-Type: text/plain; charset="WINDOWS-1250" Content-Transfer-Encoding: Quoted-Printable I want to be a programmer=2C but i have not any good-to-understand = form of learning=2E =28i like DOS=2C but i want to build my own OS= too=2E=29 can you help me=3F ---------- Krasne fotografie=2C r= ady a inspiracie=2E Pre skusenych aj zacinajucich fotografov knihy= Zoner Press! Preklady aj publikacie domacich autorov najdete na = www=2Ezonerpress=2Ecz=2E Vyuzite akcne ceny! ------=_Part_7guTS05skn65juyqXv2cwa5X108T5P-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 11: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 DCA0716A40F for ; Mon, 3 Jul 2006 11:46:27 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [82.99.44.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29125442D2 for ; Mon, 3 Jul 2006 11:46:26 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [82.99.47.5] by mail2.swebase.com (MDaemon.PRO.v8.1.0.R) with ESMTP id 01-md50000043128.msg for ; Mon, 03 Jul 2006 13:45:46 +0200 Message-ID: <44A9032F.5000205@swehack.se> Date: Mon, 03 Jul 2006 13:44:47 +0200 From: nocturnal User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: "Daan Vreeken [PA4DAN]" References: <44A8D770.5060808@swehack.se> <200607031157.58675.Danovitsch@vitsch.net> <44A8F0D6.4060307@swehack.se> <200607031306.12477.Danovitsch@vitsch.net> In-Reply-To: <200607031306.12477.Danovitsch@vitsch.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: nocturnal@swehack.se X-MDRemoteIP: 82.99.47.5 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2 X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 X-Spam-Level: X-Spam-Processed: mail2.swebase.com, Mon, 03 Jul 2006 13:46:14 +0200 Cc: freebsd-questions@freebsd.org Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 11:46:28 -0000 Hi No powerd running and i've never heard of that daemon. It's a pretty basic noname machine acting as a small scale webserver and a non-public nameserver. I've asked aroung and nobody can remember how long it's been like this so it's very possible that it's been acting like this since we installed it but i highly doubt it because we've had problems with it in the past and usually when something happens you check top at least once. It doesn't have much traffic either, if you shutdown the webserver the traffic is almost none, mostly arp and DNS traffic. CPU states: 0.0% user, 0.0% nice, 0.0% system, 100% interrupt, 0.0% idle Mem: 130M Active, 355M Inact, 108M Wired, 22M Cache, 73M Buf, 5668K Free Swap: 329M Total, 316K Used, 329M Free This is what it usually looks like, or here in an iostat view, in case it helps. tty ad4 ad6 ast0 cpu tin tout KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id 0 3 28.14 2 0.06 0.57 0 0.00 0.00 0 0.00 0 0 7 83 10 0 227 16.00 1 0.02 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 16.00 11 0.17 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 6.00 1 0.01 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 50 50 0 76 16.00 2 0.03 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 0 77 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 100 0 Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se Daan Vreeken [PA4DAN] wrote: > On Monday 03 July 2006 12:26, nocturnal wrote: >> Hi >> >> The clock? >> >> interrupt total rate >> irq0: clk 25130235 99 >> irq1: atkbd0 4 0 >> irq6: fdc0 1 0 >> irq7: ppc0 1 0 >> irq8: rtc 288300 1 >> irq11: atapci1 637852 2 >> irq12: vr0 uhci0+ 3890833 15 >> irq13: npx0 1 0 >> irq14: ata0 54 0 >> Total 29947281 119 > > Hmm.. There seems to be nothing wrong with these numbers. If you were > suffering from an interrupt storm I would have expected much larger numbers > in the "rate" column. The column "rate" shows the average number of > interrupts / second. In total your system handles about 120 interrupts / > second, so that shouldn't be a problem. > Are you using "powerd" perhaps? Could it be that your system goes into a too > deep sleep state where interrupt handling costs significantly more time? > > grtz, > Daan > > > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 11:48: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 B506816A412 for ; Mon, 3 Jul 2006 11:48:32 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [82.99.44.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C2E4436F for ; Mon, 3 Jul 2006 11:48:31 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [82.99.47.5] by mail2.swebase.com (MDaemon.PRO.v8.1.0.R) with ESMTP id 07-md50000043123.msg for ; Mon, 03 Jul 2006 13:46:41 +0200 Message-ID: <44A90366.2090102@swehack.se> Date: Mon, 03 Jul 2006 13:45:42 +0200 From: nocturnal User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: "Daan Vreeken [PA4DAN]" References: <44A8D770.5060808@swehack.se> <200607031157.58675.Danovitsch@vitsch.net> <44A8F0D6.4060307@swehack.se> <200607031306.12477.Danovitsch@vitsch.net> In-Reply-To: <200607031306.12477.Danovitsch@vitsch.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: nocturnal@swehack.se X-MDRemoteIP: 82.99.47.5 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2 X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 X-Spam-Level: X-Spam-Processed: mail2.swebase.com, Mon, 03 Jul 2006 13:47:01 +0200 Cc: freebsd-questions@freebsd.org Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 11:48:32 -0000 Hi I'm sorry for the second e-mail but the uname is. FreeBSD unix.swebase.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 We haven't even recompiled the kernel since the install. It was supposed to be a temporary machine but turned into a development machine for me and some other developers. Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se Daan Vreeken [PA4DAN] wrote: > On Monday 03 July 2006 12:26, nocturnal wrote: >> Hi >> >> The clock? >> >> interrupt total rate >> irq0: clk 25130235 99 >> irq1: atkbd0 4 0 >> irq6: fdc0 1 0 >> irq7: ppc0 1 0 >> irq8: rtc 288300 1 >> irq11: atapci1 637852 2 >> irq12: vr0 uhci0+ 3890833 15 >> irq13: npx0 1 0 >> irq14: ata0 54 0 >> Total 29947281 119 > > Hmm.. There seems to be nothing wrong with these numbers. If you were > suffering from an interrupt storm I would have expected much larger numbers > in the "rate" column. The column "rate" shows the average number of > interrupts / second. In total your system handles about 120 interrupts / > second, so that shouldn't be a problem. > Are you using "powerd" perhaps? Could it be that your system goes into a too > deep sleep state where interrupt handling costs significantly more time? > > grtz, > Daan > > > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 12:07: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 6047816A403 for ; Mon, 3 Jul 2006 12:07:15 +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 106BB43D96 for ; Mon, 3 Jul 2006 12:07:09 +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 k63C77EY022036; Mon, 3 Jul 2006 15:07:07 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Mon, 3 Jul 2006 15:04:38 +0300 User-Agent: KMail/1.9.1 References: <44A8D770.5060808@swehack.se> <44A8F0D6.4060307@swehack.se> <200607031306.12477.Danovitsch@vitsch.net> In-Reply-To: <200607031306.12477.Danovitsch@vitsch.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607031504.39332.nvass@teledomenet.gr> Cc: "Daan Vreeken \[PA4DAN\]" , nocturnal Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:07:15 -0000 On Monday 03 July 2006 14:06, Daan Vreeken [PA4DAN] wrote: > On Monday 03 July 2006 12:26, nocturnal wrote: > > Hi > > > > The clock? > > > > interrupt total rate > > irq0: clk 25130235 99 > > irq1: atkbd0 4 0 > > irq6: fdc0 1 0 > > irq7: ppc0 1 0 > > irq8: rtc 288300 1 > > irq11: atapci1 637852 2 > > irq12: vr0 uhci0+ 3890833 15 > > irq13: npx0 1 0 > > irq14: ata0 54 0 > > Total 29947281 119 > > Hmm.. There seems to be nothing wrong with these numbers. If you were > suffering from an interrupt storm I would have expected much larger numbers > in the "rate" column. The column "rate" shows the average number of > interrupts / second. In total your system handles about 120 interrupts / > second, so that shouldn't be a problem. I have the feeling that rate is calculated like this: number of interrupts since boottime / seconds of uptime so, this won't help if his is having now an interrupt storm while most of the time the system is interrupted ~ 120 times per second systat -vmstat $time shows interrupts per second regarding the last $time seconds From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 12:34: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 4C19016A5BC for ; Mon, 3 Jul 2006 12:34:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id D565843D46 for ; Mon, 3 Jul 2006 12:34:42 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 14BB25D49; Mon, 3 Jul 2006 08:34:42 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mSKa4ylIhyIT; Mon, 3 Jul 2006 08:34:41 -0400 (EDT) Received: from [192.168.1.251] (pool-68-160-201-170.ny325.east.verizon.net [68.160.201.170]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id C8F075C2E; Mon, 3 Jul 2006 08:34:40 -0400 (EDT) Message-ID: <44A90EDA.6040707@mac.com> Date: Mon, 03 Jul 2006 08:34:34 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Nikos Vassiliadis References: <44A8D770.5060808@swehack.se> <44A8F0D6.4060307@swehack.se> <200607031306.12477.Danovitsch@vitsch.net> <200607031504.39332.nvass@teledomenet.gr> In-Reply-To: <200607031504.39332.nvass@teledomenet.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: nocturnal , freebsd-questions@freebsd.org Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:34:43 -0000 Nikos Vassiliadis wrote: > On Monday 03 July 2006 14:06, Daan Vreeken [PA4DAN] wrote: [ ... ] >>> interrupt total rate >>> irq0: clk 25130235 99 >>> irq1: atkbd0 4 0 >>> irq6: fdc0 1 0 >>> irq7: ppc0 1 0 >>> irq8: rtc 288300 1 >>> irq11: atapci1 637852 2 >>> irq12: vr0 uhci0+ 3890833 15 >>> irq13: npx0 1 0 >>> irq14: ata0 54 0 >>> Total 29947281 119 >> Hmm.. There seems to be nothing wrong with these numbers. If you were >> suffering from an interrupt storm I would have expected much larger numbers >> in the "rate" column. The column "rate" shows the average number of >> interrupts / second. In total your system handles about 120 interrupts / >> second, so that shouldn't be a problem. > > I have the feeling that rate is calculated like this: > number of interrupts since boottime / seconds of uptime OK. > so, this won't help if his is having now an interrupt storm > while most of the time the system is interrupted ~ 120 times > per second An interrupt storm on what, though? The ~100 interrupts per second from the clock on IRQ0 are absolutely normal with HZ=100; the only other candidate seems to be the combination of vr0 & USB controller on IRQ 12. If it's possible to disable the USB controller for a bit in the BIOS, it would be interesting to see whether that makes any difference. You can probably kill the parallel port, too. It's also interesting to note that IRQ 8, the RTC, seems to be mostly idle-- normally that fires at stathz=128...check "sysctl kern.clockrate". > systat -vmstat $time shows interrupts per second regarding the last $time > seconds Right, although the output from "vmstat 1" would survive being pasted into email better, I suspect. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 13:18: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 35DCA16A403 for ; Mon, 3 Jul 2006 13:18:58 +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 D80E0442E2 for ; Mon, 3 Jul 2006 13:18:57 +0000 (GMT) (envelope-from lowell@be-well.ilk.org) Received: (qmail 11677 invoked from network); 3 Jul 2006 13:18:57 -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 ; 3 Jul 2006 13:18:57 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2F3A428449; Mon, 3 Jul 2006 09:18:55 -0400 (EDT) To: "Nikolas Britton" References: <1151753054.00556526.1151742601@10.7.7.3> From: Lowell Gilbert Date: Mon, 03 Jul 2006 09:18:55 -0400 In-Reply-To: <1151753054.00556526.1151742601@10.7.7.3> (Nikolas Britton's message of "Sat, 1 Jul 2006 03:19:03 -0500") Message-ID: <44y7valtc0.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: Intel PRO/1000 PT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 13:18:58 -0000 "Nikolas Britton" writes: > What are the difference between the Intel PRO/1000 PT Server and > Desktop Adapters? > > Intel PRO/1000 PT Server Adapter: $130 ~ 150 > Intel PRO/1000 PT Desktop Adapter: $40 ~ 60 > > Both use the i82572EI chip and both appear to use the same PCB. Would > I be correct in assuming it's a marketing scam to get 2.5 times the > price for the same device? Look at the specs; they use different controllers (from the same family, so they may well work in the same PCB, but distinct in capabilities). They also have different bus interfaces -- which could be a sustantial speed advantage for the server version under high load. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 13:20: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 47CE016A4D0 for ; Mon, 3 Jul 2006 13:20:39 +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 11ADF43F67 for ; Mon, 3 Jul 2006 12:53:35 +0000 (GMT) (envelope-from mario.lobo@ipad.com.br) Received: from [192.168.64.1] ([192.168.64.1]) (authenticated bits=0) by recife.ipad.com.br (8.12.8/8.12.8) with ESMTP id k63DIp5W032556; Mon, 3 Jul 2006 10:18:53 -0300 From: "Mario Lobo" Organization: IPAD To: "jan polomsky" Date: Mon, 03 Jul 2006 09:57:35 -0300 MIME-Version: 1.0 Message-ID: <44A8EA0F.18236.7BB335AE@mario.lobo.ipad.com.br> Priority: normal In-reply-to: <200607031217709.SM00740@localhost> X-mailer: Pegasus Mail for Windows (4.31) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Antivirus: avast! (VPS 0626-3, 29/06/2006), Outbound message X-Antivirus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mario.lobo@ipad.com.br List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 13:20:39 -0000 On 3 Jul 2006 at 10:17, jan polomsky wrote: > I want to be a programmer, but i have not any good-to-understand form of learning. > (i like DOS, but i want to build my own OS too.) can you help me? > > ---------- > Krasne fotografie, rady a inspiracie. > Pre skusenych aj zacinajucich fotografov knihy Zoner Press! > Preklady aj publikacie domacich autorov najdete na www.zonerpress.cz. > Vyuzite akcne ceny! > > Well... There are more or less 1.346.745.237.277.456 on the web to find information from but maybe you could start off with those. http://sun.java.com - really good lang to learn http://www.angelfire.com/mb/grahamaldridge/ - Yeah ! learn this too http://www.zend.com/php5/ - PHP teaches somethings http://www.perl.com/ - PERL too http://www.1cplusplusstreet.com/ - Code, code. The true source of learning http://www.codearchive.com/right.html - ditto http://www.ddj.com/ - really good articles http://www.geceventures.com/archive/index.shtml - more code !! hope it helps -- //| //|| // | // || -//--//---|| ARIO LOBO // // || --------------------------------- mario.lobo@ipad.com.br http://www.ipad.com.br From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 13:21: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 6148116A565 for ; Mon, 3 Jul 2006 13:21:05 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8FEC43E50 for ; Mon, 3 Jul 2006 12:47:59 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 4628 invoked from network); 3 Jul 2006 12:47:58 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 Jul 2006 12:47:58 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id E23DE28449; Mon, 3 Jul 2006 08:47:57 -0400 (EDT) To: freebsd-questions@freebsd.org References: <44A7A0B8.8050109@netfence.it> From: Lowell Gilbert Date: Mon, 03 Jul 2006 08:47:57 -0400 In-Reply-To: <44A7A0B8.8050109@netfence.it> (Andrea Venturoli's message of "Sun, 02 Jul 2006 12:32:24 +0200") Message-ID: <44bqs6n9c2.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 Subject: Re: Snapshot problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 13:21:05 -0000 Andrea Venturoli writes: > Hello. > I run an amd64 6.1 IMAP server. > I do nightly backups by stopping cyrus imapd, taking a snapshot, > restarting the server and then backup from the snapshot. > > However, I get two kind of problems: > > a) when I mount the snapshot I get: > > Jun 30 01:04:56 golia kernel: WARNING: /var was not properly dismounted > Jun 30 01:04:56 golia kernel: /var: mount pending error: blocks -320 files 0 > > b) during backup I sometimes get some messages like the following: > > Could not stat /var/local/snapmnt/spool/imap/user/xxx/cyrus.index: > ERR=Bad file descriptor > > > I believe the first one is a known problem, any more info? > > Any hint on the second? Not really; seems strange. Are you able to fsck the snapshot? -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 13:21: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 C10E416A51A for ; Mon, 3 Jul 2006 13:21:05 +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 CD4F843EC9 for ; Mon, 3 Jul 2006 12:50:52 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 26878 invoked from network); 3 Jul 2006 12:50:52 -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 ; 3 Jul 2006 12:50:52 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id E7FBF28449; Mon, 3 Jul 2006 08:50:51 -0400 (EDT) To: Tankko References: <7fec743f0607020826ge606b94t9a6bdbda1bd6a4d2@mail.gmail.com> From: Lowell Gilbert Date: Mon, 03 Jul 2006 08:50:51 -0400 In-Reply-To: <7fec743f0607020826ge606b94t9a6bdbda1bd6a4d2@mail.gmail.com> (tankko@gmail.com's message of "Sun, 2 Jul 2006 08:26:38 -0700") Message-ID: <447j2un978.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: portversion and sudo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 13:21:05 -0000 Tankko writes: > I have two machines running the same version of 5.3, and all ports are > current on both, but, on one of the machines, if I run "portversion" I > get this: > > undefined method `each' for nil:NilClass > /usr/local/sbin/portversion:239: [BUG] Bus Error > ruby 1.8.4 (2005-12-24) [i386-freebsd5] > > Abort trap > > If I run "sudo portversion", it works. > > Does anyone know why I can run "portversion" on one of the machines > and have to run "sudo portversion" on the other? Need to remove and rebuild the index database? > I can run pkg_version of either machine without sudo. Very different situation, so it doesn't tell you very much. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 13:33: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 411BB16A416 for ; Mon, 3 Jul 2006 13:33:37 +0000 (UTC) (envelope-from tequnix@frogmi.net) Received: from fw2.creative.co.at (fw2.creative.co.at [193.81.98.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A2543D97 for ; Mon, 3 Jul 2006 13:33:31 +0000 (GMT) (envelope-from tequnix@frogmi.net) Received: from blaster3.intern.creative.co.at (blaster2.intern.creative.co.at [192.168.10.8]) by fw2.creative.co.at (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k63DXTu2006897 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 3 Jul 2006 15:33:29 +0200 Received: from jadzia.intern.creative.co.at (jadzia.intern.creative.co.at [192.168.10.23]) by blaster3.intern.creative.co.at (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k63DXBhh002132 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 3 Jul 2006 15:33:12 +0200 Received: from jadzia.intern.creative.co.at (localhost.intern.creative.co.at [127.0.0.1]) by jadzia.intern.creative.co.at (8.13.7/8.13.6) with ESMTP id k63DWuuU025011; Mon, 3 Jul 2006 15:33:05 +0200 (CEST) (envelope-from tequnix@frogmi.net) Date: Mon, 3 Jul 2006 15:32:54 +0200 From: tequnix@frogmi.net To: "jan polomsky" Message-ID: <20060703153254.2427a6a8@jadzia.intern.creative.co.at> In-Reply-To: <44A8EA0F.18236.7BB335AE@mario.lobo.ipad.com.br> References: <200607031217709.SM00740@localhost> <44A8EA0F.18236.7BB335AE@mario.lobo.ipad.com.br> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.2/1579/Sat Jul 1 12:20:41 2006 on blaster3.intern.creative.co.at X-Virus-Status: Clean X-Spam-Status: No, score=-1.9 required=5.0 tests=ALL_TRUSTED,BAYES_05, NO_REAL_NAME autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on blaster3.intern.creative.co.at Cc: mario.lobo@ipad.com.br, freebsd-questions@freebsd.org Subject: Re: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 13:33:37 -0000 Am Mon, 03 Jul 2006 09:57:35 -0300 schrieb "Mario Lobo" : > > > On 3 Jul 2006 at 10:17, jan polomsky wrote: > > > I want to be a programmer, but i have not any good-to-understand form of learning. > > (i like DOS, but i want to build my own OS too.) can you help me? > > > > ---------- > > Krasne fotografie, rady a inspiracie. > > Pre skusenych aj zacinajucich fotografov knihy Zoner Press! > > Preklady aj publikacie domacich autorov najdete na www.zonerpress.cz. > > Vyuzite akcne ceny! > > > > > Well... There are more or less 1.346.745.237.277.456 on the web to find information from but > maybe you could start off with those. > > http://sun.java.com - really good lang to learn > http://www.angelfire.com/mb/grahamaldridge/ - Yeah ! learn this too > http://www.zend.com/php5/ - PHP teaches somethings > http://www.perl.com/ - PERL too > http://www.1cplusplusstreet.com/ - Code, code. The true source of learning > http://www.codearchive.com/right.html - ditto > http://www.ddj.com/ - really good articles > http://www.geceventures.com/archive/index.shtml - more code !! > > hope it helps not to forget: http://poignantguide.net/ruby/ - if you like foxes :-) -- reinhard weismann creative media gmbh ditscheinergasse 4/3, a-1030 vienna t: +43 1 7150227 74 f: +43 1 7150227 99 http://www.creative.co.at From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 13:40: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 C24D416A407 for ; Mon, 3 Jul 2006 13:40:52 +0000 (UTC) (envelope-from dead_line@hotmail.com) Received: from bay0-omc1-s30.bay0.hotmail.com (bay0-omc1-s30.bay0.hotmail.com [65.54.246.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8139143D45 for ; Mon, 3 Jul 2006 13:40:52 +0000 (GMT) (envelope-from dead_line@hotmail.com) Received: from hotmail.com ([64.4.54.94]) by bay0-omc1-s30.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 3 Jul 2006 06:40:52 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 3 Jul 2006 06:40:52 -0700 Message-ID: Received: from 62.150.223.92 by by20fd.bay20.hotmail.msn.com with HTTP; Mon, 03 Jul 2006 13:40:49 GMT X-Originating-IP: [62.150.223.92] X-Originating-Email: [dead_line@hotmail.com] X-Sender: dead_line@hotmail.com From: "Marwan Sultan" To: freebsd-questions@freebsd.org Date: Mon, 03 Jul 2006 13:40:49 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 03 Jul 2006 13:40:52.0061 (UTC) FILETIME=[4D0598D0:01C69EA6] Subject: can't verify hostname-logs error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 13:40:52 -0000 Hello Listers! my logs full of hundreds of these lines..nd since few days only up to day --------- Jul 2 00:00:03 server mysqld[28598]: warning: /etc/hosts.allow, line 25: can't verify hostname: getaddrinfo(host73.hostname_net, AF_INET) failed Jul 2 00:00:27 server sshd[83738]: warning: /etc/hosts.allow, line 25: can't verify hostname: getaddrinfo(host73.hostname_net, AF_INET) failed ---------- Where hostname_net is the former name for the hosting ISP i have my server from. but same ips and dns. Also line 25 had nothing to do with this hostname its just the first active line in my hosts.allow file anyhow i have replaced the line to: ALL : .hostname_net : allow But still same errors everyday every minute! anyadvise please? Its FreeBSD 4.8R thank you Marwan _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 14:38: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 1D57C16A510 for ; Mon, 3 Jul 2006 14:38:20 +0000 (UTC) (envelope-from skylar@cs.earlham.edu) Received: from quark.cs.earlham.edu (cs.earlham.edu [159.28.230.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 566B043DA9 for ; Mon, 3 Jul 2006 14:10:50 +0000 (GMT) (envelope-from skylar@cs.earlham.edu) Received: from [172.17.175.232] (exchange.cliffordpr.com [63.83.39.195] (may be forged)) (authenticated bits=0) by quark.cs.earlham.edu (8.13.6/8.13.3) with ESMTP id k63EAgRC040471 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Jul 2006 10:10:45 -0400 (EDT) (envelope-from skylar@cs.earlham.edu) X-Authentication-Warning: quark.cs.earlham.edu: Host exchange.cliffordpr.com [63.83.39.195] (may be forged) claimed to be [172.17.175.232] Message-ID: <44A9255C.8040300@cs.earlham.edu> Date: Mon, 03 Jul 2006 07:10:36 -0700 From: Skylar Thompson Organization: Earlham College Computer Science Department User-Agent: Thunderbird 1.5.0.2 (X11/20060516) MIME-Version: 1.0 To: "Oliver A. Rojo" References: <44A24315.8000502@anticogroup.com> <44A343D8.7040307@cs.earlham.edu> <44A8DF19.7070003@anticogroup.com> In-Reply-To: <44A8DF19.7070003@anticogroup.com> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig76BB626F09FEF84DF0B88111" X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (quark.cs.earlham.edu [159.28.230.3]); Mon, 03 Jul 2006 10:10:45 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.2/1579/Sat Jul 1 06:20:41 2006 on quark.cs.earlham.edu X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.56 on 159.28.230.3 X-Spam-Status: No, score=-3.9 required=8.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on quark.cs.earlham.edu Cc: FreeBSD Mailing List Subject: Re: transparent proxy howto X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: skylar@cs.earlham.edu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 14:38:20 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig76BB626F09FEF84DF0B88111 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Oliver A. Rojo wrote: > Skylar Thompson wrote: >> Oliver A. Rojo wrote: >> =20 >>> hi! >>> >>> Im using freebsd-5.2.1-RELEASE-p14 and I just want to ask if how can = I >>> setup transparent proxying with squid using ipnat? >>> =20 >> >> You're going to want something like this in your ipnat configuration: >> >> rdr int0 0/0 port 80 -> 192.168.0.1 port 3128 >> >> Where int0 is your internal interface name, and 192.168.0.1 is your >> internal interface IP address. You'll also want this in your squid.con= f: >> >> http_port 8080 >> httpd_accel_host virtual >> httpd_accel_port 80 >> httpd_accel_with_proxy on >> >> Full documentation here: >> >> http://www.squid-cache.org/Doc/FAQ/FAQ-17.html >> httpd_accel_uses_host_header on >> >> >> >> =20 > is there anything to be done with the kernel? I've done this one but > it didn't worked... Make sure that ipnat is loaded by putting ipnat_enable=3D"YES" in /etc/rc.conf, and you should be good to go. --=20 -- Skylar Thompson (skylar@cs.earlham.edu) -- http://www.cs.earlham.edu/~skylar/ --------------enig76BB626F09FEF84DF0B88111 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.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEqSVcsc4yyULgN4YRAqRkAKCkyT0Dz4L+0R9e8TMInpb0YtEBaQCePHm2 ygSgRX064xaStQZwPj0Mleg= =IMaE -----END PGP SIGNATURE----- --------------enig76BB626F09FEF84DF0B88111-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 15:39: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 9B5B916A40F for ; Mon, 3 Jul 2006 15:39:50 +0000 (UTC) (envelope-from atom.powers@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 2698543D45 for ; Mon, 3 Jul 2006 15:39:50 +0000 (GMT) (envelope-from atom.powers@gmail.com) Received: by py-out-1112.google.com with SMTP id t32so1526214pyc for ; Mon, 03 Jul 2006 08:39:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Muowz+TUnJstD2q1x5I+YYzWaLqn+IyXicbJlLVLHe8fl+PUQGK1abNEq4Pw5vMJYcrNgdLpkEfO3z4jbtHsgro9WXd/1HXIGHttOOR3E7rktzE9b3OiNTOZjgDLHMZiihjlHzn8k3L/ki6oHUodEKsFVIswJwNGNwId2qoluzI= Received: by 10.35.34.18 with SMTP id m18mr2867985pyj; Mon, 03 Jul 2006 08:39:49 -0700 (PDT) Received: by 10.35.110.6 with HTTP; Mon, 3 Jul 2006 08:39:49 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 08:39:49 -0700 From: "Atom Powers" Cc: freebsd-questions@freebsd.org In-Reply-To: <006701c69e7a$7898db00$01010101@avalon.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <006701c69e7a$7898db00$01010101@avalon.lan> Subject: Re: shell scripting: help appreciated X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 15:39:50 -0000 On 7/3/06, no@spam@mgedv.net wrote: > > if i change the line > /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; > to > echo /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; > the program loops for all records in the foo.conf correctly. > > if i remove the "echo" keyword, the sub-script get's executed, > but the shell terminates as if there were lesser records in > the foo.conf file! try: eval /bin/sh -c "subprogram.sh $h_val1 $h_val2 $h_opt1"; -- -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 15:41: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 2680F16A415 for ; Mon, 3 Jul 2006 15:41:15 +0000 (UTC) (envelope-from nikolas.britton@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 A090443D66 for ; Mon, 3 Jul 2006 15:41:10 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by nz-out-0102.google.com with SMTP id x3so463403nzd for ; Mon, 03 Jul 2006 08:41:09 -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=qz/bm3+K1xj4QEq5+CY+Eftn51yzInooY6UJhA57zKBAIRcuHS+LC63085b+Pjijv7pPz9vPpokl8lEw554vj36uUip/viEo5j6yFlD4Q33I9xW0pbm0hx33y2OS3n3+BQqcv4Ac4N/tGIs9DMxURWDd2Xrc5M+qSmIkPcS/jUE= Received: by 10.36.25.2 with SMTP id 2mr2357723nzy; Mon, 03 Jul 2006 08:41:09 -0700 (PDT) Received: by 10.36.12.11 with HTTP; Mon, 3 Jul 2006 08:41:09 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 10:41:09 -0500 From: "Nikolas Britton" To: "Lowell Gilbert" In-Reply-To: <44y7valtc0.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1151753054.00556526.1151742601@10.7.7.3> <44y7valtc0.fsf@be-well.ilk.org> Cc: freebsd-questions@freebsd.org Subject: Re: Intel PRO/1000 PT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 15:41:15 -0000 On 7/3/06, Lowell Gilbert wrote: > "Nikolas Britton" writes: > > > What are the difference between the Intel PRO/1000 PT Server and > > Desktop Adapters? > > > > Intel PRO/1000 PT Server Adapter: $130 ~ 150 > > Intel PRO/1000 PT Desktop Adapter: $40 ~ 60 > > > > Both use the i82572EI chip and both appear to use the same PCB. Would > > I be correct in assuming it's a marketing scam to get 2.5 times the > > price for the same device? > > Look at the specs; they use different controllers (from the same > family, so they may well work in the same PCB, but distinct in > capabilities). To clarify, I'm looking at Intel's PBs (product briefs) here: http://www.intel.com/network/connectivity/products/prodbrf/pro1000_pt_desktop_adapter.pdf http://www.intel.com/network/connectivity/products/prodbrf/pro1000_pt_server_adapter.pdf Look at the first line in the Features list on the first page, Both PBs list the same "Intel 82572EI Gigabit Controller". > They also have different bus interfaces -- which > could be a sustantial speed advantage for the server version under > high load. > Again the PB clearly states both cards are PCI Express 1x... Just look at the photo in the PB... The cards are identical! -- BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 15:46: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 32F4A16A47B for ; Mon, 3 Jul 2006 15:46:47 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E32443D45 for ; Mon, 3 Jul 2006 15:46:41 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.145] (helo=anti-virus03-08) by smtp-out5.blueyonder.co.uk with smtp (Exim 4.52) id 1FxQdE-0004HI-R0; Mon, 03 Jul 2006 16:46:40 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out2.blueyonder.co.uk with esmtp (Exim 4.52) id 1FxQdD-0007TF-KZ; Mon, 03 Jul 2006 16:46:39 +0100 Message-ID: <44A93BDF.4050601@dial.pipex.com> Date: Mon, 03 Jul 2006 16:46:39 +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: backyard1454-bsd@yahoo.com References: <20060630191357.43491.qmail@web81615.mail.mud.yahoo.com> In-Reply-To: <20060630191357.43491.qmail@web81615.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#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: Mon, 03 Jul 2006 15:46:47 -0000 backyard1454-bsd@yahoo.com wrote: >--- Alex Zbyslaw wrote: > > > >>backyard1454-bsd@yahoo.com wrote: >> >> >> >>>I forgot about nice being interal to csh, that is >>>likely to source of my problems... >>> >>>I use this for a dump >>> >>>dump -0 -C 32 -f - |bzip2 --best | dd >>> >>> >>of=/foo/bar.dbz2 >> >> >>>and then on a restore >>> >>>bzip2 -dc | (cd /foo; restore -r -f -) >>> >>> >>>the error I get is >>> >>>expected 234234 got 234237 >>>expected 234235 got 234238 >>>expected 234236 got 234239 >>>... ... >>> >>>expected 234250 got 234267 >>> >>>which fills up the screen with seemingly corruption >>>errors, then the restore bails with an error asking >>> >>> >>if >> >> >>>I wish to continue, if I continue it fails. I will >>> >>> >>get >> >> >>>a screen dump of the error when I can dig up the >>>corrupt dump file, and or make a new one. I believe >>>the error is something about inodes missing or >>> >>> >>being >> >> >>>corrupted. >>> >>>this exact command syntax works on everything but >>> >>> >>my >> >> >>>usr filesystem. >>> >>> >>> >>> >>The restore man page does tell you why this happens >>(I know because I >>was just reading it today :-)) >> >>You are doing this dump on a Live Filesystem. To do >>that use the -L >>option to dump (FreeBSD 5.X or later) which will >>snapshot the filesystem >>first. Either that, or do what we had to do for >>years and drop down to >>single-user mode and make sure no processes are >>running to change the >>filesystem. Dump needs the filesystem to be static. >> >>Then when you restore you will get precisely *one* >>similar "error" (at >>least on 5.4), which I can't explain but can say >>*does not matter*. I >>have restored several such dumps and compared them >>to the original >>filesystem and they are fine. You should do that >>yourself for your own >>peace of mind. (I do similar to you but with gzip >>and on 5.4). >> >>The "error" you'll get should be: >> >> expected next file , got >> A file that was not listed in the >>directory showed up. >>This can >> occur when using a dump created on an >>active file system. >> >>and I think it must be some artefact of the >>snapshot/dump interaction. >> >>If you use -L and *still* have trouble then it >>sounds like a bug. >> >>--Alex >> >> >> >> >> >> > >I wasn't aware booting off the cd and running fixit >made my filesystems become live... > > It shouldn't, but why are you doing that? Run dump with -L while your laptop is up and running FreeBSD. But while you are in your fixit CD or single-user you could try fscking the filesystems just in case. The output you showed certainly looks like files disappeared between the "dumping directories" and "dumping files" pass. I think that a corrupted filesystem could show that behaviour. Whereas the "error" I consistently get looks like an extra file somehow *appeared* between the passes. >dump -0 -C 32 -f - |bzip2 --best | dd of=/foo/bar.dbz2 > > won't "bzip2 --best > /foo/bar.dbz2" do? Why dd? You might also want -a in the dump command so that there are no "tape size" calculations (or maybe that's the default in 6.X, you'd have to check the man page). Btw, restore also has a -N option which does the restore without actually writing any data. God for seeing if a restore would work but quicker and doesn't require any disk space :-) --Alex From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 17:26: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 1BC5016A407 for ; Mon, 3 Jul 2006 17:26:38 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F3745500 for ; Mon, 3 Jul 2006 17:26:32 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by wr-out-0506.google.com with SMTP id 36so647244wra for ; Mon, 03 Jul 2006 10:26:31 -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=dlHrHIpRc+doiKAs/OxXauuNnZwVlmfBep5Wt9EbuV30TafpTAzSWgjL8yRBoCGplK/LAi/UL7F28sv7j2/+nRLOnlB6CWLPnK3jbFHl0CW3Gz7Jn2Vq4HQQWiiaS9E/P5KGPdPlBCoUlc1xZ2M4/rUMQVVmuaeWnf8QAOcNYAc= Received: by 10.54.62.8 with SMTP id k8mr717293wra; Mon, 03 Jul 2006 10:26:30 -0700 (PDT) Received: by 10.54.122.11 with HTTP; Mon, 3 Jul 2006 10:26:30 -0700 (PDT) Message-ID: Date: Tue, 4 Jul 2006 01:26:30 +0800 From: "jan gestre" To: "Kent Stewart" In-Reply-To: MIME-Version: 1.0 References: <20060702183123.GC12262@tigger.digitaltorque.ca> <20060702183358.GD12262@tigger.digitaltorque.ca> <80f4f2b20607021423h3de5f063raf7ea0f2843c3399@mail.gmail.com> <200607021450.10112.kstewart@owt.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: Jim Stapleton , freebsd-questions@freebsd.org Subject: Re: cannot upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:26:38 -0000 On 7/4/06, jan gestre wrote: > > > > On 7/3/06, Kent Stewart wrote: > > > > On Sunday 02 July 2006 14:23, Jim Stapleton wrote: > > > I would guess that means the file was corrupted somehow, though I > > > don't know how. > > > > > > At any rate, I don't know how to fix that, and not loose the stored > > > information. > > > > You "pkgdb -fu" and it recreates the database. You will also probably > > find that you need to recreate your INDEX[-*].db. After that, > > everything works just fine. All I did is run pkg-version and it rebuilt > > the INDEX.db. > > > i 'm having this same problem :( tried everything that is mentioned in > here but to no avail. i even tried make deinstall and make reinstall and it > didnt work, pkg_delete wont work coz it cant find portupgrade. pls help > > i fixed the problem, i saw a solution in one of the threads and it is now ok. here is what i did: # cd /var/db/pkg/ # mv pkgdb.db pkgdb.db.orig # pkgdb -fu everything went back to normal, portupgrade port was the problem as stated by the maintainer. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 17:30: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 A0A0516A40F for ; Mon, 3 Jul 2006 17:30:39 +0000 (UTC) (envelope-from efrenba@dhl.gcc.cu) Received: from smtp.gcc.cu (ns1.gcc.cu [200.55.168.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14C0D43EC2 for ; Mon, 3 Jul 2006 16:58:18 +0000 (GMT) (envelope-from efrenba@dhl.gcc.cu) Received: (qmail 10304 invoked by uid 509); 3 Jul 2006 12:58:26 -0400 Received: from 192.168.80.2 by wall.correosdecuba.cu (envelope-from , uid 501) with qmail-scanner-2.01 (clamdscan: 0.88.2/1478. spamassassin: 3.0.4. Clear:RC:1(192.168.80.2):SA:0(-2.6/5.0):. Processed in 0.175345 secs); 03 Jul 2006 16:58:26 -0000 X-Spam-Status: No, score=-2.6 required=5.0 X-Spam-Level: Received: from unknown (HELO dhlgw.dhl.gcc.cu) (192.168.80.2) by smtp.gcc.cu with AES256-SHA encrypted SMTP; 3 Jul 2006 12:58:25 -0400 Received: from dhlgw.dhl.gcc.cu (localhost.dhl.gcc.cu [127.0.0.1]) by dhlgw.dhl.gcc.cu (8.13.4/8.13.4) with ESMTP id k63Gvb3L052602 for ; Mon, 3 Jul 2006 12:57:38 -0400 (CDT) (envelope-from efrenba@dhl.gcc.cu) Received: (from www@localhost) by dhlgw.dhl.gcc.cu (8.13.4/8.13.4/Submit) id k63GvZBf052601; Mon, 3 Jul 2006 12:57:35 -0400 (CDT) (envelope-from efrenba@dhl.gcc.cu) X-Authentication-Warning: dhlgw.dhl.gcc.cu: www set sender to efrenba@dhl.gcc.cu using -f Received: from 7.96.160.15 (SquirrelMail authenticated user efrenba) by dhlgw.dhl.gcc.cu with HTTP; Mon, 3 Jul 2006 12:57:35 -0400 (CDT) Message-ID: <2810.7.96.160.15.1151945855.squirrel@dhlgw.dhl.gcc.cu> In-Reply-To: <20060629130724.GZ1554@sanctum.terrorpin.net> References: <1052.7.96.160.22.1151545386.squirrel@dhlgw.dhl.gcc.cu> <20060629130724.GZ1554@sanctum.terrorpin.net> Date: Mon, 3 Jul 2006 12:57:35 -0400 (CDT) From: efrenba@dhl.gcc.cu To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: firewalls' behavior 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, 03 Jul 2006 17:30:39 -0000 Box:freeBSD 6.0, ipf: IP Filter: v4.1.8 (416), Kernel: IP Filter: v4.1.8 Network layout: --------------- other building [ PCs - 192.168.80.0/24 ] | g1 (ipf - vr0:192.168.80.2 <-> sis0:10.10.10.13) | My Lan ( 10.10.10.0/24 ) [ PCs (DefaultGw = g2) ] [ MailSrv (10.10.10.12) (pop3/smtp/ssh) (DefaultGw = g2) ] [ WebSrv (10.10.10.11) (http) (DefaultGw = g1) ] | g2 | Internet ipnat.rules ----------- map vr0 10.10.10.0/24 -> 192.168.80.2/32 proxy port 21 ftp/tcp map vr0 10.10.10.0/24 -> 192.168.80.2/32 rdr vr0 192.168.80.2/32 port 80 -> 10.10.10.11 port 80 tcp rdr vr0 192.168.80.2/32 port 22 -> 10.10.10.12 port 22 tcp rdr vr0 192.168.80.2/32 port 25 -> 10.10.10.12 port 25 tcp rdr vr0 192.168.80.2/32 port 110 -> 10.10.10.12 port 110 tcp ipf.rules --------- ### No restrictions inside LAN Interface ### pass out quick on sis0 all pass in quick on sis0 all ### No restrictions on Loopback Interface ### pass out quick on lo0 all pass in quick on lo0 all ### Allow out DNS queries ### pass out quick on vr0 proto tcp from any to 192.168.10.5 port = 53 flags S keep state pass out quick on vr0 proto udp from any to 192.168.10.5 port = 53 keep state ### Allow IE out ### pass out quick on vr0 proto tcp from any to any port = 80 flags S keep state ### Allow Squid Access out ### pass out quick on vr0 proto tcp from any to any port = 3128 flags S keep state pass out quick on vr0 proto tcp from any to any port = 3130 flags S keep state ### Allow FTP out ### pass out quick on vr0 proto tcp from any to any port = 21 flags S keep state ### Allow Remote Desktop to WinXP external PCs ### pass out quick on vr0 proto tcp from any to any port = 3389 flags S keep state ### Allow MailServer to Deliver mails ### pass out quick on vr0 proto tcp from any to any port = 25 flags S keep state ### Block and Log only first occurrence of everything ### block out log first quick on vr0 all ### Block all inbound traffic from non-routable or reserved address spaces ... ### Allow in ssh session from other building ### pass in quick on vr0 proto tcp from any to any port = 22 flags S keep state ### Allow in HTTP session from public to Internat MailServer ### pass in quick on vr0 proto tcp from any to any port = 80 flags S keep state ### Allow in SMTP access to Internal Mail Server ### pass in quick on vr0 proto tcp from any to any port = 25 flags S keep state ### Allow in POP3 access to Internal Mail Server ### pass in quick on vr0 proto tcp from any to any port = 110 flags S keep state ### Block and log anly first occurence of all remaining traffic ### block in log first quick on vr0 all The situation: -------------- ...if the server(MailSrv) is redirected to G1, the users are able to connect themselves to the services. To be sure about it I redirected the server(WebSrv) with apache that before was pointing to G1 to G2(internet) and the access was broken for the other building... Why happen this? > If I understand your description, it could be mapped like this: > > net1 is the other building's network > net1pc1 .. net1pcN > > net2 is your network > net2pc1 .. net2pcN > net2server1 .. net2server3 > > g1 == net1,net2 > g2 == net2,Internet > > Assumptions: > net1 and net2 are private > the default gateway for g1 is g2 > g1 is using a map rule to nat net1 hosts to net2 > the default gateway for g2 is on the Internet > g2 is using a map rule to nat net2 hosts to the Internet > > If a net1 PC connects through g1, it would be mapped as coming from g1. > Since g1 is on net2, and g2 can route to net2, the servers using g2 as > the default route should have no problem. My assumptions may be false. > Would you post the g1 and g2 ipf.conf and ipnat.conf, and specify what > the net1 and net2 CIDR? > > Thank you, > > Ben > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 17:30: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 8C7F916A47E for ; Mon, 3 Jul 2006 17:30:42 +0000 (UTC) (envelope-from freebsd.ph@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 14F9345094 for ; Mon, 3 Jul 2006 17:03:01 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by wr-out-0506.google.com with SMTP id 36so643478wra for ; Mon, 03 Jul 2006 10: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:cc:in-reply-to:mime-version:content-type:references; b=CAF1SyYFNOnx+xhIegTtRlllfjh3L61nIL26e+LYhOufal8DbYKTHU0JkKDhj093qg38MoIe8Hm1NwrpdZhqUEcg4RjNHQ84jX1cJHVeElcYxdAdVlgNHh1aHJ95G0tEFym6rhfaQbpVlZj7j9bw9qTLdf6uor5Wat0D+z8s85o= Received: by 10.54.143.5 with SMTP id q5mr835142wrd; Mon, 03 Jul 2006 10:03:00 -0700 (PDT) Received: by 10.54.122.11 with HTTP; Mon, 3 Jul 2006 10:03:00 -0700 (PDT) Message-ID: Date: Tue, 4 Jul 2006 01:03:00 +0800 From: "jan gestre" To: "Kent Stewart" In-Reply-To: <200607021450.10112.kstewart@owt.com> MIME-Version: 1.0 References: <20060702183123.GC12262@tigger.digitaltorque.ca> <20060702183358.GD12262@tigger.digitaltorque.ca> <80f4f2b20607021423h3de5f063raf7ea0f2843c3399@mail.gmail.com> <200607021450.10112.kstewart@owt.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: Jim Stapleton , freebsd-questions@freebsd.org Subject: Re: cannot upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:30:42 -0000 On 7/3/06, Kent Stewart wrote: > > On Sunday 02 July 2006 14:23, Jim Stapleton wrote: > > I would guess that means the file was corrupted somehow, though I > > don't know how. > > > > At any rate, I don't know how to fix that, and not loose the stored > > information. > > You "pkgdb -fu" and it recreates the database. You will also probably > find that you need to recreate your INDEX[-*].db. After that, > everything works just fine. All I did is run pkg-version and it rebuilt > the INDEX.db. i 'm having this same problem :( tried everything that is mentioned in here but to no avail. i even tried make deinstall and make reinstall and it didnt work, pkg_delete wont work coz it cant find portupgrade. pls help Kent > > > > > On 7/2/06, Michael P. Soulier wrote: > > > On 02/07/06 Michael P. Soulier said: > > > > Cannot update the pkgdb!]: Cannot update the pkgdb!] > > > > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system': > > > > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ > > > > (CommandFailedError) from > > > > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in `__sudo' > > > > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in > > > > `xsystem!' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in > > > > `autofix!' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in > > > > `autofix' from /usr/local/sbin/portupgrade:475:in `main' > > > > from /usr/local/sbin/portupgrade:714:in `main' > > > > from /usr/local/lib/ruby/1.8/optparse.rb:815:in > > > > `initialize' from /usr/local/sbin/portupgrade:209:in `main' > > > > from /usr/local/sbin/portupgrade:1951 > > > > > > [root@espresso ~]# pkgdb -F > > > ---> Checking the package registry database > > > [Updating the pkgdb in /var/db/pkg ... > > > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid > > > argument; rebuild needed] [Rebuilding the pkgdb > > > in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or > > > format -- Invalid argument: Cannot update the pkgdb!]: Cannot > > > update the pkgdb!] > > > > > > This doesn't look good. > > > > > > Mike > > > > > > -- > > > 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 > > > > _______________________________________________ > > 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" > > -- > Kent Stewart > Richland, WA > > http://www.soyandina.com/ "I am Andean project". > http://users.owt.com/kstewart/index.html > _______________________________________________ > 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 Jul 3 17:31: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 D30A916AA64 for ; Mon, 3 Jul 2006 17:31:19 +0000 (UTC) (envelope-from bobogoboom@yahoo.com) Received: from web53615.mail.yahoo.com (web53615.mail.yahoo.com [206.190.39.182]) by mx1.FreeBSD.org (Postfix) with SMTP id 7544C44B20 for ; Mon, 3 Jul 2006 16:30:36 +0000 (GMT) (envelope-from bobogoboom@yahoo.com) Received: (qmail 55219 invoked by uid 60001); 3 Jul 2006 16:30:35 -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=57soSMAEEf9jnwRkwMosG18+JsF1MfoXHKl+YziEQpZE4HXHvMYYxdFBr5gADNe0Ef/RZSVfSDlpZ7pJ7/dXH9BuP4XrxL5/BCPLqJ2fYJPlBK+WAkCaoA6Z/iTc3s7CbRGdGeiDJJF+rV27mV8k8eA/c0Lik8JzvOwS9PrtsbU= ; Message-ID: <20060703163035.55217.qmail@web53615.mail.yahoo.com> Received: from [67.88.70.34] by web53615.mail.yahoo.com via HTTP; Mon, 03 Jul 2006 09:30:35 PDT Date: Mon, 3 Jul 2006 09:30:35 -0700 (PDT) From: Derrick Schimcek To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Sendmail Bind FreeBSD 5.3 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, 03 Jul 2006 17:31:20 -0000 I have a machine that I have installed bind and sendmail from the ports collection it is a mail gateway. When I do a nslookup from the box when it first boots up I do an nslookup on the host name mail2.memorialcare.org It returns the correct ip address. But when I send an email through sendmail on the box that sends to memorialcare.org through mail2.memorialcare.org I get this error Jun 27 06:26:29 rdc-mailgw02 sm-mta[623]: k5RBPtCM000608: to=jhall@memorialcare.org, delay=00:00:05, xdelay=00:00:00, mailer=esmtp, pri=30005, relay=mail2.memorialcare.org., dsn=5.1.2, stat=Host unknown (Name server: mail2.memorialcare.org.: host not found) And then if I do an nslookup from the box after that I get a ** server can't find mail2.memorialcare.org: NXDOMAIN Has anyone ever seen anything like this? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 17:31: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 4FF9B16AB85 for ; Mon, 3 Jul 2006 17:31:30 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C3F6452F4 for ; Mon, 3 Jul 2006 17:08:43 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by wr-out-0506.google.com with SMTP id i7so649611wra for ; Mon, 03 Jul 2006 10:08:43 -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=B7CVK8CrPWkN9NZ4JMKvzxpQQXnokutPMkDoD1gtndeyj7c2M1q/r8FrNaNubDbRlBbybigOu0WeWT86AwgSIand8wjp2XJKL6Pc2yeZjvCnFI0dlJCqeG6ny/hqAdrFn7+1wI77QGI1XJBJXRJRjtLq+sT8Oksx6P3HObaaSCw= Received: by 10.54.93.12 with SMTP id q12mr817382wrb; Mon, 03 Jul 2006 10:08:43 -0700 (PDT) Received: by 10.54.122.11 with HTTP; Mon, 3 Jul 2006 10:08:43 -0700 (PDT) Message-ID: Date: Tue, 4 Jul 2006 01:08:43 +0800 From: "jan gestre" To: "Bill Moran" In-Reply-To: <20060702185111.96cc0e0a.wmoran@collaborativefusion.com> MIME-Version: 1.0 References: <20060702205752.89100.qmail@web61016.mail.yahoo.com> <20060702185111.96cc0e0a.wmoran@collaborativefusion.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: "E. J. Cerejo" , freebsd-questions@freebsd.org Subject: Re: 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: Mon, 03 Jul 2006 17:31:30 -0000 On 7/3/06, Bill Moran wrote: > > "E. J. Cerejo" wrote: > > > I'm running FreeBSD 6.1 release and after upgrading portupgrade using > portupgrade itself I'm getting this message (message bellow) or similar one > everytime I run one of the portupgrade commands like pkgdb -u or -F, > portversion -L = or portupgrade itself. Tells me that the database needs to > be rebuild, I run portsdb -uU and I get this same error message (message > bellow) it rebuilds with portsdb -fuU but still get this same message. > > > > Error Message: > > > > [Updating the pkgdb in /var/db/pkg ... > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument; > rebuild needed] [Rebuilding the pkgdb in /var/db/pkg ... > [Updating the pkgdb in /var/db/pkg ... > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument; > rebuild needed] [Rebuilding the pkgdb in /var/db/pkg ... > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid argument: > Cannot update the pkgdb!]: Cannot update the pkgdb!] > > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ > > > > any clues on how to solve this? > > When was the last time you did a cvsup? > > Portupgrade was hosed for a few days there, if your ports tree previously > installed the hosted version, portupgrade won't work. > > If this is the case, the solution is: > 1) cvsup ports > 2) pkg_delete portupgrade > 3) cd /usr/ports/sysutils/portupgrade && make install clean > > Portupgrade will then start working again. > > i always do a cvsup before upgrading the ports but i got the same problem, pkg_delete did not work coz it can't see the portupgrade version that is installed so i did a make deinstall and make reinstall instead but with the same result, any idea how will i solve this? TIA From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 17:34: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 5A2E316A403 for ; Mon, 3 Jul 2006 17:34:34 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9469E43D55 for ; Mon, 3 Jul 2006 17:34:33 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by nz-out-0102.google.com with SMTP id x3so481417nzd for ; Mon, 03 Jul 2006 10:34: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sWVUpPnxUKpcNvvKvOI3a8UcBtK3GSZ0Ua/6NhklhJyy3MqRitEludhc3ukCH9VSWnY27HPfQOH1ISQYK5BbsvytwqHfugFUJecYBXJXR20CQFFUEYd/S4VFelikHWnHsYv6+NRmcMZbZNavqUbDuE3zOrvAFWbIBKAL7QHjFOY= Received: by 10.36.134.3 with SMTP id h3mr2295554nzd; Mon, 03 Jul 2006 10:34:33 -0700 (PDT) Received: by 10.36.12.11 with HTTP; Mon, 3 Jul 2006 10:34:32 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 12:34:32 -0500 From: "Nikolas Britton" To: "Lowell Gilbert" In-Reply-To: <44wtau64h9.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1151753054.00556526.1151742601@10.7.7.3> <44y7valtc0.fsf@be-well.ilk.org> <44wtau64h9.fsf@be-well.ilk.org> Cc: freebsd-questions@freebsd.org Subject: Re: Intel PRO/1000 PT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:34:34 -0000 On 7/3/06, Lowell Gilbert wrote: > "Nikolas Britton" writes: > > > On 7/3/06, Lowell Gilbert wrote: > >> "Nikolas Britton" writes: > >> > >> > What are the difference between the Intel PRO/1000 PT Server and > >> > Desktop Adapters? > >> > > >> > Intel PRO/1000 PT Server Adapter: $130 ~ 150 > >> > Intel PRO/1000 PT Desktop Adapter: $40 ~ 60 > >> > > >> > Both use the i82572EI chip and both appear to use the same PCB. Would > >> > I be correct in assuming it's a marketing scam to get 2.5 times the > >> > price for the same device? > >> > >> Look at the specs; they use different controllers (from the same > >> family, so they may well work in the same PCB, but distinct in > >> capabilities). > > > > To clarify, I'm looking at Intel's PBs (product briefs) here: > > http://www.intel.com/network/connectivity/products/prodbrf/pro1000_pt_desktop_adapter.pdf > > http://www.intel.com/network/connectivity/products/prodbrf/pro1000_pt_server_adapter.pdf > > > > Look at the first line in the Features list on the first page, Both > > PBs list the same "Intel 82572EI Gigabit Controller". > > Hmm. Sorry, my notes seem to be wrong (or, given this market, quite > possibly just out of date). I thought the "desktop" version was based > on something else (82751, I would have guessed). > The 82571EB is for dual port adapters. > >> They also have different bus interfaces -- which > >> could be a sustantial speed advantage for the server version under > >> high load. > >> > > > > Again the PB clearly states both cards are PCI Express 1x... Just look > > at the photo in the PB... The cards are identical! > > I still think there's a difference there, though; the "server" version > seems to be 4x. > You must be thinking of the Intel PRO/1000 PT Dual Port Server Adapter... that's a PCIe 4x device. "Each lane utilizes two low voltage differential (LVDS) signaling pairs at 2.5 gigabaud. Transmit and receive are separate differential pairs, for a total of 4 data wires per lane." [1] "PCIe 1x is often quoted to support a data rate of 250 MB/s (238 MiB/s) in each direction, per lane. This figure is a calculation from the physical signalling rate (2.5 Gbaud) divided by the encoding overhead (10bits/byte.) This means a 16 lane (x16) PCIe card would then be theoretically capable of 250 * 16 = 4 GB/s (3.7 GiB/s) in each direction." [1] To summarise, PCIe 1x is 2.5Gbps each way (dual simplex). After you calculate in overhead (20%) you will have approximately 2Gbps, or 250MB/s, to work with. This is more then enough for a single gigabit ethernet connection but not enough for two of them, PCIe 4x is 10Gbps - 20% overhead (8Gbps) each way. [1] http://en.wikipedia.org/wiki/PCI_Express -- BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 17:47: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 AA3BF16A40F for ; Mon, 3 Jul 2006 17:47:51 +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 D944E43F03 for ; Mon, 3 Jul 2006 16:24:51 +0000 (GMT) (envelope-from lowell@be-well.ilk.org) Received: (qmail 22530 invoked from network); 3 Jul 2006 16:24:51 -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 ; 3 Jul 2006 16:24:51 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 51D4F28449; Mon, 3 Jul 2006 12:24:50 -0400 (EDT) To: "Nikolas Britton" References: <1151753054.00556526.1151742601@10.7.7.3> <44y7valtc0.fsf@be-well.ilk.org> From: Lowell Gilbert Date: Mon, 03 Jul 2006 12:24:50 -0400 In-Reply-To: (Nikolas Britton's message of "Mon, 3 Jul 2006 10:41:09 -0500") Message-ID: <44wtau64h9.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: Intel PRO/1000 PT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:47:51 -0000 "Nikolas Britton" writes: > On 7/3/06, Lowell Gilbert wrote: >> "Nikolas Britton" writes: >> >> > What are the difference between the Intel PRO/1000 PT Server and >> > Desktop Adapters? >> > >> > Intel PRO/1000 PT Server Adapter: $130 ~ 150 >> > Intel PRO/1000 PT Desktop Adapter: $40 ~ 60 >> > >> > Both use the i82572EI chip and both appear to use the same PCB. Would >> > I be correct in assuming it's a marketing scam to get 2.5 times the >> > price for the same device? >> >> Look at the specs; they use different controllers (from the same >> family, so they may well work in the same PCB, but distinct in >> capabilities). > > To clarify, I'm looking at Intel's PBs (product briefs) here: > http://www.intel.com/network/connectivity/products/prodbrf/pro1000_pt_desktop_adapter.pdf > http://www.intel.com/network/connectivity/products/prodbrf/pro1000_pt_server_adapter.pdf > > Look at the first line in the Features list on the first page, Both > PBs list the same "Intel 82572EI Gigabit Controller". Hmm. Sorry, my notes seem to be wrong (or, given this market, quite possibly just out of date). I thought the "desktop" version was based on something else (82751, I would have guessed). >> They also have different bus interfaces -- which >> could be a sustantial speed advantage for the server version under >> high load. >> > > Again the PB clearly states both cards are PCI Express 1x... Just look > at the photo in the PB... The cards are identical! I still think there's a difference there, though; the "server" version seems to be 4x. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 17:49: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 4458C16A4AB for ; Mon, 3 Jul 2006 17:49:51 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 496ED43D7B for ; Mon, 3 Jul 2006 17:49:48 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060703174948.BPET28449.mta9.adelphia.net@default.chvlva.adelphia.net>; Mon, 3 Jul 2006 13:49:48 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 513C4B537; Mon, 3 Jul 2006 13:49:49 -0400 (EDT) Date: Mon, 3 Jul 2006 13:49:49 -0400 From: Parv To: "no@spam@mgedv.net" Message-ID: <20060703174949.GA16998@holestein.holy.cow> Mail-Followup-To: "no@spam@mgedv.net" , freebsd-questions@freebsd.org References: <006701c69e7a$7898db00$01010101@avalon.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <006701c69e7a$7898db00$01010101@avalon.lan> Cc: freebsd-questions@freebsd.org Subject: Re: shell scripting: help appreciated X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: f-q List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:49:51 -0000 in message <006701c69e7a$7898db00$01010101@avalon.lan>, wrote no@spam@mgedv.net thusly... > > /bin/sh stops working correctly with a content-controlled do-loop. > > the shell-script layout is as follows: > (it's not that trivial, just to show the meaning) > --------------------------------------------------------------- > /test/foo.conf (originally ~60 lines): > test1 testval1 optional_testval1 > test2 testval2 optional_testval2 > > /test/foo.sh (this is the original loop code): > cat "$g_dir_etc/compile.lst"|\ ... ( some pipeline ) ... > while read gh_name gh_src gh_srcdir > do > > /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; > > done; > > /test/foo_sub.sh: > > --------------------------------------------------------------- > > if i change the line > /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; > to > echo /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; > the program loops for all records in the foo.conf correctly. > > if i remove the "echo" keyword, the sub-script get's executed, > but the shell terminates as if there were lesser records in > the foo.conf file! > i scripted as many debug messages as possible, for every loop > they get executed and there are no errors/etc... happening. > and interestingly, the execution stops always on the same record! > if i comment out some records of my foo.conf, the sub-shell gets > executed for more records. So, what is it exactly in the records (and/or values given to subprogram.sh) where the execution stops? - Parv -- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 17:53: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 6E8B716A40F for ; Mon, 3 Jul 2006 17:53:47 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B479A43DA4 for ; Mon, 3 Jul 2006 17:53:41 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 3238 invoked from network); 3 Jul 2006 17:53:41 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 Jul 2006 17:53:41 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 4D96D28449; Mon, 3 Jul 2006 13:53:39 -0400 (EDT) To: "Nikolas Britton" References: <1151753054.00556526.1151742601@10.7.7.3> <44y7valtc0.fsf@be-well.ilk.org> <44wtau64h9.fsf@be-well.ilk.org> From: Lowell Gilbert Date: Mon, 03 Jul 2006 13:53:39 -0400 In-Reply-To: (Nikolas Britton's message of "Mon, 3 Jul 2006 12:34:32 -0500") Message-ID: <44k66u1snw.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: Intel PRO/1000 PT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:53:47 -0000 "Nikolas Britton" writes: > The 82571EB is for dual port adapters. Ah, yes. Sorry about that; I was definitely thinking of dual-port cards. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 17:56: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 7AAF716A4A0 for ; Mon, 3 Jul 2006 17:56:50 +0000 (UTC) (envelope-from willay@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 AA24A43D80 for ; Mon, 3 Jul 2006 17:56:45 +0000 (GMT) (envelope-from willay@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1719919uge for ; Mon, 03 Jul 2006 10:56:44 -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=lpOFQM+d6miAtcEo/1ULWq5dJtY8DpcFkr4yuRFKl3b2/jYWkNi+35UbToPZTPb9LEn2Q5826yBuTvpH4nE5RX7eAeYVzujJVj5MZN0Mc+4h8Gx7VA9ra/J4zTBnE/4oUFkjwr0kgRY8XUrgv9LNT6K2tmzG3Luz8iP6Ixmw9Rg= Received: by 10.67.93.6 with SMTP id v6mr6036327ugl; Mon, 03 Jul 2006 10:56:44 -0700 (PDT) Received: by 10.67.29.5 with HTTP; Mon, 3 Jul 2006 10:56:44 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 18:56:44 +0100 From: William To: "Antony Mawer" In-Reply-To: <44A862F5.80203@mawer.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000a01c69699$665c1030$3c01a8c0@coolf89ea26645> <002701c6969e$7b4ed180$3c01a8c0@coolf89ea26645> <44A4B603.1070403@mawer.org> <44A4BFA3.8090503@mawer.org> <20060630072718.GA69997@owl.midgard.homeip.net> <44A862F5.80203@mawer.org> Cc: freebsd-questions@freebsd.org, Ted Mittelstaedt Subject: Re: FreeBSD 6.0 compat with DL320 G4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 17:56:50 -0000 Did you guys say the card I've got in another box wont fit into a 320? On 03/07/06, Antony Mawer wrote: > On 29/06/2006 9:27 PM, Erik Trulsson wrote: > > On Fri, Jun 30, 2006 at 07:56:00AM +0100, William wrote: > >> Antony, > >> > >> I've got an Intel card in production already on a homebrew box, the > >> code is INTEL-PWLA8492MT and description is "Intel Dual Port Server > >> Adapter 10/100/1000". Any idea if that will do? > > > > That is a PRO/1000 MT card, which is a PCI-X adapter and is supported > > by the standard em(4) driver in FreeBSD 6.x, > > > > The PRO/1000 PT mentioned below is a PCI-Express adapter and is not > > supported by the standard driver in 6.x, but (as mentioned) should > > be supported by the driver available from Intel. > > If you wish to utilise the PCI Express expansion slots by using a > Pro/1000 PT network adapter, the procedure to follow might be something > like be this: > > 1. Install 6.1-RELEASE from CD, being sure to install the kernel source > 2. Obtain the latest Intel driver for FreeBSD 6.x (if it is still not > available on the website, email me and I will send it to you) > 3. Burn the driver onto a CD or other media and copy it onto the server > 4. Extract the driver source, and copy the if_em* files across into > /usr/src/sys/dev/em/ > 5. Build a new kernel (GENERIC will suffice) which will utilise the new > driver source (cd /usr/src && make buildkernel) > 6. Install the kernel and reboot (make installkernel) > > You should now have a working network with your Pro/1000 PT... > > Regards > Antony > > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 18:38: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 A27E416A597 for ; Mon, 3 Jul 2006 18:38:33 +0000 (UTC) (envelope-from efrenba@dhl.gcc.cu) Received: from smtp.gcc.cu (ns1.gcc.cu [200.55.168.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF3D944EDE for ; Mon, 3 Jul 2006 18:20:20 +0000 (GMT) (envelope-from efrenba@dhl.gcc.cu) Received: (qmail 28037 invoked by uid 509); 3 Jul 2006 14:20:35 -0400 Received: from 192.168.80.2 by wall.correosdecuba.cu (envelope-from , uid 501) with qmail-scanner-2.01 (clamdscan: 0.88.2/1478. spamassassin: 3.0.4. Clear:RC:1(192.168.80.2):SA:0(-2.6/5.0):. Processed in 0.218195 secs); 03 Jul 2006 18:20:35 -0000 X-Spam-Status: No, score=-2.6 required=5.0 X-Spam-Level: Received: from unknown (HELO dhlgw.dhl.gcc.cu) (192.168.80.2) by smtp.gcc.cu with AES256-SHA encrypted SMTP; 3 Jul 2006 14:20:34 -0400 Received: from dhlgw.dhl.gcc.cu (localhost.dhl.gcc.cu [127.0.0.1]) by dhlgw.dhl.gcc.cu (8.13.4/8.13.4) with ESMTP id k63IJkTm053679 for ; Mon, 3 Jul 2006 14:19:47 -0400 (CDT) (envelope-from efrenba@dhl.gcc.cu) Received: (from www@localhost) by dhlgw.dhl.gcc.cu (8.13.4/8.13.4/Submit) id k63IJiuC053678; Mon, 3 Jul 2006 14:19:44 -0400 (CDT) (envelope-from efrenba@dhl.gcc.cu) X-Authentication-Warning: dhlgw.dhl.gcc.cu: www set sender to efrenba@dhl.gcc.cu using -f Received: from 7.96.160.15 (SquirrelMail authenticated user efrenba) by dhlgw.dhl.gcc.cu with HTTP; Mon, 3 Jul 2006 14:19:44 -0400 (CDT) Message-ID: <2942.7.96.160.15.1151950784.squirrel@dhlgw.dhl.gcc.cu> In-Reply-To: <2810.7.96.160.15.1151945855.squirrel@dhlgw.dhl.gcc.cu> References: <1052.7.96.160.22.1151545386.squirrel@dhlgw.dhl.gcc.cu> <20060629130724.GZ1554@sanctum.terrorpin.net> <2810.7.96.160.15.1151945855.squirrel@dhlgw.dhl.gcc.cu> Date: Mon, 3 Jul 2006 14:19:44 -0400 (CDT) From: efrenba@dhl.gcc.cu To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: firewalls' behavior 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, 03 Jul 2006 18:38:34 -0000 Sorry, this mail was for the ipfilter's list... > Box:freeBSD 6.0, ipf: IP Filter: v4.1.8 (416), Kernel: IP Filter: v4.1.8 > > Network layout: > --------------- > other building [ PCs - 192.168.80.0/24 ] > | > g1 (ipf - vr0:192.168.80.2 <-> sis0:10.10.10.13) > | > My Lan ( 10.10.10.0/24 ) > > [ PCs (DefaultGw = g2) ] > > [ MailSrv (10.10.10.12) (pop3/smtp/ssh) (DefaultGw = g2) ] > > [ WebSrv (10.10.10.11) (http) (DefaultGw = g1) ] > | > g2 > | > Internet > > > ipnat.rules > ----------- > map vr0 10.10.10.0/24 -> 192.168.80.2/32 proxy port 21 ftp/tcp > map vr0 10.10.10.0/24 -> 192.168.80.2/32 > > rdr vr0 192.168.80.2/32 port 80 -> 10.10.10.11 port 80 tcp > rdr vr0 192.168.80.2/32 port 22 -> 10.10.10.12 port 22 tcp > rdr vr0 192.168.80.2/32 port 25 -> 10.10.10.12 port 25 tcp > rdr vr0 192.168.80.2/32 port 110 -> 10.10.10.12 port 110 tcp > > > ipf.rules > --------- > ### No restrictions inside LAN Interface ### > pass out quick on sis0 all > pass in quick on sis0 all > > ### No restrictions on Loopback Interface ### > pass out quick on lo0 all > pass in quick on lo0 all > > ### Allow out DNS queries ### > pass out quick on vr0 proto tcp from any to 192.168.10.5 port = 53 flags S > keep state > pass out quick on vr0 proto udp from any to 192.168.10.5 port = 53 keep > state > > > ### Allow IE out ### > pass out quick on vr0 proto tcp from any to any port = 80 flags S keep > state > > ### Allow Squid Access out ### > pass out quick on vr0 proto tcp from any to any port = 3128 flags S keep > state > pass out quick on vr0 proto tcp from any to any port = 3130 flags S keep > state > > ### Allow FTP out ### > pass out quick on vr0 proto tcp from any to any port = 21 flags S keep > state > > ### Allow Remote Desktop to WinXP external PCs ### > pass out quick on vr0 proto tcp from any to any port = 3389 flags S keep > state > > ### Allow MailServer to Deliver mails ### > pass out quick on vr0 proto tcp from any to any port = 25 flags S keep > state > > > ### Block and Log only first occurrence of everything ### > block out log first quick on vr0 all > > > ### Block all inbound traffic from non-routable or reserved address spaces > ... > > > > ### Allow in ssh session from other building ### > pass in quick on vr0 proto tcp from any to any port = 22 flags S keep > state > > ### Allow in HTTP session from public to Internat MailServer ### > pass in quick on vr0 proto tcp from any to any port = 80 flags S keep > state > > ### Allow in SMTP access to Internal Mail Server ### > pass in quick on vr0 proto tcp from any to any port = 25 flags S keep > state > > ### Allow in POP3 access to Internal Mail Server ### > pass in quick on vr0 proto tcp from any to any port = 110 flags S keep > state > > > ### Block and log anly first occurence of all remaining traffic ### > block in log first quick on vr0 all > > > The situation: > -------------- > ...if the server(MailSrv) is redirected to G1, the users are able to > connect themselves to the services. To be sure about it I redirected the > server(WebSrv) with apache that before was pointing to G1 to G2(internet) > and the access was broken for the other building... > > Why happen this? > > > > > >> If I understand your description, it could be mapped like this: >> >> net1 is the other building's network >> net1pc1 .. net1pcN >> >> net2 is your network >> net2pc1 .. net2pcN >> net2server1 .. net2server3 >> >> g1 == net1,net2 >> g2 == net2,Internet >> >> Assumptions: >> net1 and net2 are private >> the default gateway for g1 is g2 >> g1 is using a map rule to nat net1 hosts to net2 >> the default gateway for g2 is on the Internet >> g2 is using a map rule to nat net2 hosts to the Internet >> >> If a net1 PC connects through g1, it would be mapped as coming from g1. >> Since g1 is on net2, and g2 can route to net2, the servers using g2 as >> the default route should have no problem. My assumptions may be false. >> Would you post the g1 and g2 ipf.conf and ipnat.conf, and specify what >> the net1 and net2 CIDR? >> >> Thank you, >> >> Ben >> > _______________________________________________ > 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" > -- Efren Bravo Sistemas DHL-Cuba Telf-Pizarra: (537)-2041578 Ext 123 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 18: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 BFA9716A417 for ; Mon, 3 Jul 2006 18:43:51 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD10343D55 for ; Mon, 3 Jul 2006 18:43:46 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.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 k63IhP9g080920; Mon, 3 Jul 2006 13:43:26 -0500 (CDT) Message-Id: <6.0.0.22.2.20060703134200.02746648@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 03 Jul 2006 13:43:10 -0500 To: Derrick Schimcek , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <20060703163035.55217.qmail@web53615.mail.yahoo.com> References: <20060703163035.55217.qmail@web53615.mail.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: Sendmail Bind FreeBSD 5.3 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, 03 Jul 2006 18:43:51 -0000 It sounds like your server is expecting to be the authoritative server for this domain, but is not. The authoritative server's records always are assumed to be the correct ones. -Derek At 11:30 AM 7/3/2006, Derrick Schimcek wrote: >I have a machine that I have installed bind and >sendmail from the ports collection it is a mail >gateway. > > > >When I do a nslookup from the box when it first boots >up I do an nslookup on the host name >mail2.memorialcare.org > >It returns the correct ip address. But when I send an >email through sendmail on the box that sends to >memorialcare.org through mail2.memorialcare.org I get >this error > >Jun 27 06:26:29 rdc-mailgw02 sm-mta[623]: >k5RBPtCM000608: to=jhall@memorialcare.org, >delay=00:00:05, xdelay=00:00:00, mailer=esmtp, >pri=30005, relay=mail2.memorialcare.org., dsn=5.1.2, >stat=Host unknown (Name server: >mail2.memorialcare.org.: host not found) > > > >And then if I do an nslookup from the box after that I >get a ** server can't find mail2.memorialcare.org: >NXDOMAIN > > > >Has anyone ever seen anything like this? > > > > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >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 Mon Jul 3 19:03: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 AC16916A47B for ; Mon, 3 Jul 2006 19:03:10 +0000 (UTC) (envelope-from rainer.heesen@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 5008E43D48 for ; Mon, 3 Jul 2006 19:03:09 +0000 (GMT) (envelope-from rainer.heesen@gmx.de) Received: (qmail invoked by alias); 03 Jul 2006 19:03:07 -0000 Received: from pD9E81E57.dip0.t-ipconnect.de (EHLO desktop.heesen-bonn.de) [217.232.30.87] by mail.gmx.net (mp019) with SMTP; 03 Jul 2006 21:03:07 +0200 X-Authenticated: #514428 From: Rainer Heesen To: sigsegv@radiotube.org Date: Mon, 3 Jul 2006 21:03:05 +0200 User-Agent: KMail/1.9.3 References: <200607021653.13546.rainer.heesen@gmx.de> <44A8318A.3070902@radiotube.org> In-Reply-To: <44A8318A.3070902@radiotube.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607032103.06324.rainer.heesen@gmx.de> X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: cups 1.2 - no output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 19:03:10 -0000 the permissions of /dev/ulp* are: crw-rw---- 1 root cups 0, 169 Jul 3 20:35 /dev/ulpt0 crw-rw---- 1 root cups 0, 170 Jul 3 20:35 /dev/unlpt0 the directory /var/cache/cups is group writable when I start a print job I get the message printer Minolta now printing Minolta-59. enabled since Mon Jul 3 20:53:42 2006 USB port busy; will retry in 30 seconds... Minolta-59 guest 18432 Mon Jul 3 20:53:42 2006 however, there is now output of fstat | grep ulpt0 'fstat |grep cups' gives this output cups usb 1657 root / 2 drwxr-xr-x 512 r cups usb 1657 wd / 2 drwxr-xr-x 512 r cups usb 1657 text /usr 7632315 -rwxr-xr-x 22297 r cups usb 1657 0 /dev 21 crw-rw-rw- null r cups usb 1657 1 /dev 21 crw-rw-rw- null w cups usb 1657 2* pipe c5826d78 <-> c5826cc0 0 rw cups usb 1657 3* pipe c5826580 <-> c58264c8 0 rw cups usb 1657 4 /var 4022 -rw-r----- 18382 r root cupsd 1652 root / 2 drwxr-xr-x 512 r root cupsd 1652 wd / 2 drwxr-xr-x 512 r root cupsd 1652 text /usr 6743296 -rwxr-xr-x 595608 r root cupsd 1652 0* internet6 stream tcp c4eb0570 root cupsd 1652 1 /var 3206 -rw-r--r-- 695444 rw root cupsd 1652 2* internet stream tcp c4acfae0 root cupsd 1652 3* local stream c57a6c08 root cupsd 1652 4* internet dgram udp c48775a0 root cupsd 1652 5* pipe c5826198 <-> c5826250 0 rw root cupsd 1652 6* pipe c5826250 <-> c5826198 0 rw root cupsd 1652 7* internet6 stream tcp c49b8cb0 root cupsd 1652 8 /var 3069 -rw-r--r-- 311933 rw root cupsd 1652 9* internet6 stream tcp c4acf740 root cupsd 1652 11 /dev 21 crw-rw-rw- null r root cupsd 1652 14* pipe c5826cc0 <-> c5826d78 0 rw root cupsd 1652 16 /dev 21 crw-rw-rw- null r Am Sonntag 02 Juli 2006 22:50 schrieb Jan-Espen Pettersen: > Rainer Heesen wrote: > > USB port busy; will retry in 30 seconds... > > fstat | grep ulpt0 > > .. will reveal which process is eventually having ulpt0 open, and > causing 'device busy'. > The usb backend seems to get this error while trying to open /dev/ulpt0. > > Please also make sure that either the cups user or cups group has read > and write access to /dev/ulpt0. > I think most people use permissions like: root:cups 0660 (-rw-rw----). > > Jan-Espen Pettersen From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 19:20: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 6B75E16A403 for ; Mon, 3 Jul 2006 19:20:59 +0000 (UTC) (envelope-from acmstaff@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 DE6FD43D48 for ; Mon, 3 Jul 2006 19:20:58 +0000 (GMT) (envelope-from acmstaff@gmail.com) Received: by py-out-1112.google.com with SMTP id c63so1224139pyc for ; Mon, 03 Jul 2006 12:20:58 -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=ZU7rKYwlagWVBboPxE4u+dyvYRFdFUlur0K1jaKmPG7l5/4tcytkUHPWUxRNrOz9AhE1vUEwZcM1h0VurWAkDF/ydrzM66u16cbXqQCBJS9RA8ElqrdLfxIcO3NRE273FHoH31ExUOS8eegkiBavqungi1brVH3Py8fuaqmH2rk= Received: by 10.35.18.18 with SMTP id v18mr1165159pyi; Mon, 03 Jul 2006 12:20:58 -0700 (PDT) Received: by 10.35.112.19 with HTTP; Mon, 3 Jul 2006 12:20:58 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 12:20:58 -0700 From: "ACM Staff" To: "Dan Nelson" In-Reply-To: <20060703062231.GE4915@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060703062231.GE4915@dan.emsphone.com> Cc: freebsd-questions@freebsd.org Subject: Re: sudo and LDAP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 19:20:59 -0000 Ok, so its working but I realized a slight problem today when went back to check on things. Its not prompting for a password. Sudoers isn't on NOPASSWD so I am assuming its my pam.d/sudo file. What am I missing? risk# cat /etc/pam.d/sudo # # $FreeBSD: src/etc/pam.d/su,v 1.16 2003/07/09 18:40:49 des Exp $ # # PAM configuration for the "su" service # # auth auth sufficient pam_rootok.so no_warn auth sufficient pam_self.so no_warn auth sufficient /usr/local/lib/pam_ldap.so no_warn auth requisite pam_group.so no_warn group=wheel root_only fail_safe auth include system # account account sufficient /usr/local/lib/pam_ldap.so no_warn account include system # session session sufficient /usr/local/lib/pam_ldap.so no_warn session required pam_permit.so Thanks Jim On 7/2/06, Dan Nelson wrote: > In the last episode (Jul 02), ACM Staff said: > > Ok, so I am running a box with 6.0-STABLE > > > > Problem is I can't get sudo working for my LDAP based users. I > > compiled sudo from the ports tree with LDAP support. Here is some > > output > > > > as a user: > > > > notroot@risk:~$ id notroot > > uid=2018(notroot) gid=200(acm) groups=200(acm), 203(officers), > > 201(staff), 204(staffers) > > notroot@risk:~$ sudo ls > > Password: > > Sorry, try again. > > Have you created a pam.d/sudo file, or edited your pam.d/other file to > include pam_ldap.so? I recommend copying the pam.d/su file, then > editing pam.d/system to include pam_ldap.so. > > -- > Dan Nelson > dnelson@allantgroup.com > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 19:53: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 9FB8816A403 for ; Mon, 3 Jul 2006 19:53:07 +0000 (UTC) (envelope-from mcintoshrt@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 2CD1D447E0 for ; Mon, 3 Jul 2006 19:53:07 +0000 (GMT) (envelope-from mcintoshrt@gmail.com) Received: by py-out-1112.google.com with SMTP id t32so1590369pyc for ; Mon, 03 Jul 2006 12:53:06 -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=KvAjfV/CYWSYvONgiDTwpWxvyElqKu4hE4oZruUvu1NGw+i9Phi1VhK6uuip+fCbVA1xxqgpo9OM3/sct2f8He05Cv22O4jiJPEjs/8iPXy089GMpkAGEJkheFcIT/yUoiHydt94X053dy7NtYtIAbFs0jZf/myYtiUneFySYQc= Received: by 10.35.127.15 with SMTP id e15mr3084519pyn; Mon, 03 Jul 2006 12:53:06 -0700 (PDT) Received: by 10.35.18.13 with HTTP; Mon, 3 Jul 2006 12:53:06 -0700 (PDT) Message-ID: <97aa5afe0607031253r11950c7bl9d0c9a25a7b481d9@mail.gmail.com> Date: Mon, 3 Jul 2006 12:53:06 -0700 From: "Robert McIntosh" 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: HD 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: Mon, 03 Jul 2006 19:53:07 -0000 Hi, I'm seeing the following messages in /var/log/messages and am concerned about the integrity of the hard drive: > ad0: WRITE command timeout tag=0 serv=0 - resetting > cd9660: RockRidge Extension > ad0: READ command timeout tag=0 serv=0 - resetting > ad0: READ command timeout tag=0 serv=0 - resetting > ad0: READ command timeout tag=0 serv=0 - resetting > cd9660: RockRidge Extension > ad0: READ command timeout tag=0 serv=0 - resetting > cd9660: RockRidge Extension > ad0: WRITE command timeout tag=0 serv=0 - resetting > ad0: READ command timeout tag=0 serv=0 - resetting > ata0: resetting devices .. done > ad0: READ command timeout tag=0 serv=0 - resetting > ata0: resetting devices .. done > swap_pager: indefinite wait buffer: device: #ad/0x20001, blkno: 5488, size: 4096 > ad0: WRITE command timeout tag=0 serv=0 - resetting Are the ad0 messages showing the hard drive is having hardware problems? Many thanks, Robert -- mcintoshrt@gmail.com rupreckt1553 (AIM) From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 20:01: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 CC7FB16A4A7 for ; Mon, 3 Jul 2006 20:01:38 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: from hu-out-0102.google.com (hu-out-0102.google.com [72.14.214.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CA2343D48 for ; Mon, 3 Jul 2006 20:01:37 +0000 (GMT) (envelope-from artifact.one@googlemail.com) Received: by hu-out-0102.google.com with SMTP id 28so893698hug for ; Mon, 03 Jul 2006 13:01:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lC78dFXpcQLMWoaL956CgqJHENwGcnwnva2vh7ECcZ4nJVGigGRcfyL+C1O6RJ0F4pZVzEip5W9KZQWpOuCkkHIoEorXJUuCxuY4JgKpDsHFJBAK+/mi66zFveHe7f4Ac/rYyVwHS6lmrGcExCmyzorp3NkLO4F7r6kGkLFxUdg= Received: by 10.78.157.8 with SMTP id f8mr1031767hue; Mon, 03 Jul 2006 13:01:36 -0700 (PDT) Received: by 10.78.43.9 with HTTP; Mon, 3 Jul 2006 13:01:35 -0700 (PDT) Message-ID: <8e96a0b90607031301v7e54009dp28a68f8594bf92c1@mail.gmail.com> Date: Mon, 3 Jul 2006 21:01:35 +0100 From: "mal content" To: freebsd-questions@freebsd.org In-Reply-To: <8e96a0b90607031300m3dcb8791m89335894cd846ec8@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: <8e96a0b90607031300m3dcb8791m89335894cd846ec8@mail.gmail.com> Subject: Re: Enermax USB enclosure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 20:01:38 -0000 On 03/07/06, mal content wrote: > Anybody had any luck getting one of these working? > > It's specifically an Enermax External Enclosure EB305C, > IDE/SATA to USB2.0. Sorry, forgot to mention that I'm on FreeBSD-6.0-RELEASE on generic i386 hardware. MC From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 20:02: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 CB62816A49E for ; Mon, 3 Jul 2006 20:02:46 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: from hu-out-0102.google.com (hu-out-0102.google.com [72.14.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58FB43D45 for ; Mon, 3 Jul 2006 20:02:45 +0000 (GMT) (envelope-from artifact.one@googlemail.com) Received: by hu-out-0102.google.com with SMTP id 28so893874hug for ; Mon, 03 Jul 2006 13:02:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=S0iZgJtESEMnmOsGRkM7rSvoAjfFCmuadkzryOKRdyu8PN6kB3ioVgwufhWC4K7ii7Worh4EGNw9wSj5f3X0cMPjZaIkQjvkGRLaeDyS1cPM8IC4zubDnunIvzCcJK44C/i8N45ayX1Kafzcpf/e3qJOBdfaACIxTO/FTn2dfVw= Received: by 10.78.164.13 with SMTP id m13mr2440056hue; Mon, 03 Jul 2006 13:00:03 -0700 (PDT) Received: by 10.78.43.9 with HTTP; Mon, 3 Jul 2006 13:00:03 -0700 (PDT) Message-ID: <8e96a0b90607031300m3dcb8791m89335894cd846ec8@mail.gmail.com> Date: Mon, 3 Jul 2006 21:00:03 +0100 From: "mal content" 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: Enermax USB enclosure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 20:02:47 -0000 Anybody had any luck getting one of these working? It's specifically an Enermax External Enclosure EB305C, IDE/SATA to USB2.0. Upon plugging in the device, with an unformatted Maxtor (hack, spit) hard disk: Jul 3 20:50:44 logik kernel: umass0: Macpower &Tytech Tech USB2.0 Enclosure, rev 2.00/1.00, addr 2 Jul 3 20:50:44 logik kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Jul 3 20:50:44 logik kernel: da0: < > Fixed Direct Access SCSI-2 device Jul 3 20:50:44 logik kernel: da0: 1.000MB/s transfers Jul 3 20:50:44 logik kernel: da0: Attempt to query device size failed: NOT READY, Medium not present Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): SCSI Status: Check Condition Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): Medium not present Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): Unretryable error Jul 3 20:50:44 logik kernel: Opened disk da0 -> 6 Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): SCSI Status: Check Condition Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): Medium not present Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): Unretryable error Jul 3 20:50:44 logik kernel: Opened disk da0 -> 6 Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): SCSI Status: Check Condition Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): Medium not present Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): Unretryable error Jul 3 20:50:44 logik kernel: Opened disk da0 -> 6 Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): SCSI Status: Check Condition Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): NOT READY asc:3a,0 Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): Medium not present Jul 3 20:50:44 logik kernel: (da0:umass-sim0:0:0:0): Unretryable error Jul 3 20:50:44 logik kernel: Opened disk da0 -> 6 And: $ ls -alF /dev/da0 crw-r----- 1 root operator 0, 126 2 Jul 13:02 /dev/da0 Any attempt to do anything useful with the disk just results in the following: $ sudo fdisk /dev/da0 fdisk: cannot open disk /dev/da0: Device not configured I've noticed that even Mac OS X seems to get the disk sizes wrong for this disk, it thinks that it's a 2TB (!) drive when it's actually 160gb. Any help would be welcome. MC From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 20:38: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 CCAB916A4CE for ; Mon, 3 Jul 2006 20:38:21 +0000 (UTC) (envelope-from bob.middaugh@comcast.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EA2343D48 for ; Mon, 3 Jul 2006 20:38:21 +0000 (GMT) (envelope-from bob.middaugh@comcast.net) Received: from rmailcenter77.comcast.net ([204.127.197.177]) by comcast.net (rwcrmhc11) with SMTP id <20060703203820m1100avbiie>; Mon, 3 Jul 2006 20:38:20 +0000 Received: from [68.37.119.168] by rmailcenter77.comcast.net; Mon, 03 Jul 2006 20:38:20 +0000 From: bob.middaugh@comcast.net (Bob Middaugh) To: freebsd-questions@freebsd.org, freebsd-questions@freebsd.org Date: Mon, 03 Jul 2006 20:38:20 +0000 Message-Id: <070320062038.12316.44A9803C00045CC60000301C220075109008099A0E0B0B0703D20D010D@comcast.net> X-Mailer: AT&T Message Center Version 1 (Apr 11 2006) X-Authenticated-Sender: Ym9iLm1pZGRhdWdoQGNvbWNhc3QubmV0 Cc: Gerard Seibert Subject: Re: firefox with flash and java! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 20:38:21 -0000 -------------- Original message ---------------------- From: Gerard Seibert > Bob Middaugh wrote: > > > fwiw, I've followed these instructions on a few boxes, all 6.1-RELEASE, and > have had no problems: > > > > http://www.unixlike.com.br/?p=%2081 > > > Is that available in English? > > > -- > Gerard Seibert > gerard@seibercom.net > > I don't think so. I can't read the language it's written in, but I just follow the commands and it works. :-) Bob From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 21:11: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 053BC16A49E for ; Mon, 3 Jul 2006 21:11:31 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C4D1449C1 for ; Mon, 3 Jul 2006 21:11:27 +0000 (GMT) (envelope-from ml.diespammer@netfence.it) Received: from soth.ventu (adsl-ull-129-213.51-151.net24.it [151.51.213.129]) (authenticated bits=128) by parrot.aev.net (8.13.7/8.13.6) with ESMTP id k63LKbKH072379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 3 Jul 2006 23:20:43 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Received: from [10.1.2.18] (alamar.ventu [10.1.2.18]) by soth.ventu (8.13.7/8.13.3) with ESMTP id k63L9m3d099432; Mon, 3 Jul 2006 23:09:48 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Message-ID: <44A987F2.2060906@netfence.it> Date: Mon, 03 Jul 2006 23:11:14 +0200 From: Andrea Venturoli User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 Followup-To: freebsd-questions@freebsd.org To: Lowell Gilbert , freebsd-questions@freebsd.org References: <44A7A0B8.8050109@netfence.it> <44bqs6n9c2.fsf@be-well.ilk.org> In-Reply-To: <44bqs6n9c2.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.53 on 212.31.247.179 Cc: Subject: Re: Snapshot problems 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, 03 Jul 2006 21:11:31 -0000 Lowell Gilbert wrote: >> I believe the first one is a known problem, any more info? >> >> Any hint on the second? > > Not really; seems strange. > > Are you able to fsck the snapshot? Hm... guess so. Is it "fsck /var/local/snapmnt"? Just a question before I try it... this is a production system, will it screw up anything? bye & Thanks av. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 21:16: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 8AFAF16A417 for ; Mon, 3 Jul 2006 21:16:05 +0000 (UTC) (envelope-from sigsegv@radiotube.org) Received: from mail.itconnect.no (mail.itconnect.no [80.89.32.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0797B449C1 for ; Mon, 3 Jul 2006 21:16:01 +0000 (GMT) (envelope-from sigsegv@radiotube.org) Received: from enterprise.localnet.radiotube.org (enterprise.radiotube.org [80.89.53.15]) by mail.itconnect.no (8.12.11.20060308/8.12.11) with ESMTP id k63LFquA001381; Mon, 3 Jul 2006 23:15:52 +0200 Received: from [10.53.4.10] (endeavour [10.53.4.10]) (authenticated bits=0) by enterprise.localnet.radiotube.org (8.13.6/8.13.6) with ESMTP id k63LFq01039334 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Jul 2006 23:15:53 +0200 (CEST) (envelope-from sigsegv@radiotube.org) Message-ID: <44A98908.3060708@radiotube.org> Date: Mon, 03 Jul 2006 23:15:52 +0200 From: Jan-Espen Pettersen User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: Rainer Heesen References: <200607021653.13546.rainer.heesen@gmx.de> <44A8318A.3070902@radiotube.org> <200607032103.06324.rainer.heesen@gmx.de> In-Reply-To: <200607032103.06324.rainer.heesen@gmx.de> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig05B94A18F93CA03D1839A1B2" X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on enterprise.localnet.radiotube.org X-Scanned-By: MIMEDefang 2.56 on 80.89.53.15 X-ITCMAIL-MailScanner-Information: Please contact the ISP for more information X-ITCMAIL-MailScanner: Found to be clean X-MailScanner-From: sigsegv@radiotube.org Cc: freebsd-questions@freebsd.org Subject: Re: cups 1.2 - no output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sigsegv@radiotube.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 21:16:05 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig05B94A18F93CA03D1839A1B2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Rainer Heesen wrote: > the permissions of /dev/ulp* are: > > crw-rw---- 1 root cups 0, 169 Jul 3 20:35 /dev/ulpt0 > crw-rw---- 1 root cups 0, 170 Jul 3 20:35 /dev/unlpt0 > > the directory /var/cache/cups is group writable > > when I start a print job I get the message=20 > > printer Minolta now printing Minolta-59. enabled since Mon Jul 3 20:5= 3:42=20 > 2006 > USB port busy; will retry in 30 seconds... > Minolta-59 guest 18432 Mon Jul 3 20:53:42 20= 06 > > however, there is now output of fstat | grep ulpt0 > > 'fstat |grep cups' gives this output > > cups usb 1657 root / 2 drwxr-xr-x 512 r > cups usb 1657 wd / 2 drwxr-xr-x 512 r > cups usb 1657 text /usr 7632315 -rwxr-xr-x 22297 r > cups usb 1657 0 /dev 21 crw-rw-rw- null r > cups usb 1657 1 /dev 21 crw-rw-rw- null w > cups usb 1657 2* pipe c5826d78 <-> c5826cc0 0 rw > cups usb 1657 3* pipe c5826580 <-> c58264c8 0 rw > cups usb 1657 4 /var 4022 -rw-r----- 18382 r > root cupsd 1652 root / 2 drwxr-xr-x 512 r > root cupsd 1652 wd / 2 drwxr-xr-x 512 r > root cupsd 1652 text /usr 6743296 -rwxr-xr-x 595608 r > root cupsd 1652 0* internet6 stream tcp c4eb0570 > root cupsd 1652 1 /var 3206 -rw-r--r-- 695444 rw > root cupsd 1652 2* internet stream tcp c4acfae0 > root cupsd 1652 3* local stream c57a6c08 > root cupsd 1652 4* internet dgram udp c48775a0 > root cupsd 1652 5* pipe c5826198 <-> c5826250 0 rw > root cupsd 1652 6* pipe c5826250 <-> c5826198 0 rw > root cupsd 1652 7* internet6 stream tcp c49b8cb0 > root cupsd 1652 8 /var 3069 -rw-r--r-- 311933 rw > root cupsd 1652 9* internet6 stream tcp c4acf740 > root cupsd 1652 11 /dev 21 crw-rw-rw- null r > root cupsd 1652 14* pipe c5826cc0 <-> c5826d78 0 rw > root cupsd 1652 16 /dev 21 crw-rw-rw- null r > =20 You could try 'echo test > /dev/ulpt0' to see if it is /dev/ulpt0 that is failing with 'device busy'. And if you stop cupsd, check that an eventual usb backend process also exits. It'll usually show up with 'ps -ax | grep usb', or 'fstat | grep cups'. Also, if you send us your printers.conf, it would be easier to understand the debug/error logs. --------------enig05B94A18F93CA03D1839A1B2 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.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEqYkIH90qNYni6VoRAgg4AKCjfjM1dZ20WkbUtHt6Dbg4JVqxTACgrBPf FVW7iEQj4nhG4A6JIqZZo/4= =bKTR -----END PGP SIGNATURE----- --------------enig05B94A18F93CA03D1839A1B2-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 21:18: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 75CD816A584 for ; Mon, 3 Jul 2006 21:18:23 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: from hu-out-0102.google.com (hu-out-0102.google.com [72.14.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6149F449FF for ; Mon, 3 Jul 2006 21:18:20 +0000 (GMT) (envelope-from artifact.one@googlemail.com) Received: by hu-out-0102.google.com with SMTP id 28so908366hug for ; Mon, 03 Jul 2006 14:18:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BHkBo5YEmOl/592VmkW8KHSspLVXGoAFmkiy5mUVd2eYsQ80ngbqHnye7wfc6hw0Nn5/IKeqvDNQmzm55AiWKttlRRFDeMbA3VtSolF+/Yk/KHmY66DI4UpK8J0ITbYP3S7hsUyHoZSpY7NK9SxHoLngLHOT61r5RlQ5o3tp0c8= Received: by 10.78.156.6 with SMTP id d6mr1036453hue; Mon, 03 Jul 2006 13:22:27 -0700 (PDT) Received: by 10.78.43.9 with HTTP; Mon, 3 Jul 2006 13:22:27 -0700 (PDT) Message-ID: <8e96a0b90607031322m5a4ab43es8d3bbd0e0f59dbb4@mail.gmail.com> Date: Mon, 3 Jul 2006 21:22:27 +0100 From: "mal content" To: freebsd-questions@freebsd.org In-Reply-To: <8e96a0b90607031300m3dcb8791m89335894cd846ec8@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: <8e96a0b90607031300m3dcb8791m89335894cd846ec8@mail.gmail.com> Subject: Re: Enermax USB enclosure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 21:18:23 -0000 > I've noticed that even Mac OS X seems to get the disk sizes wrong for > this disk, it thinks that it's a 2TB (!) drive when it's actually 160gb. I've just tried a couple of other disks and I'm beginning to suspect that the culprit is actually this crappy Maxtor disk. I've managed to mount an old Seagate drive without problems. Jul 3 21:18:25 logik kernel: umass0: Macpower &Tytech Tech USB2.0 Enclosure, rev 2.00/1.00, addr 2 Jul 3 21:18:26 logik kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Jul 3 21:18:26 logik kernel: da0: Fixed Direct Access SCSI-2 device Jul 3 21:18:26 logik kernel: da0: 1.000MB/s transfers Jul 3 21:18:26 logik kernel: da0: 6149MB (12594960 512 byte sectors: 255H 63S/T 784C) cheers! MC From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 22:02: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 CA6F216A40F for ; Mon, 3 Jul 2006 22:02:27 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay1.av-mx.com (relay1.av-mx.com [137.118.16.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BA7643D86 for ; Mon, 3 Jul 2006 22:02:17 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.61] (HELO mx0.av-mx.com) by relay1.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 310815201 for freebsd-questions@freebsd.org; Mon, 03 Jul 2006 18:02:16 -0400 Received: (qmail 9751 invoked from network); 3 Jul 2006 22:02:16 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by 0 with SMTP; 3 Jul 2006 22:02:16 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44A993E6.7060106@ywave.com> Date: Mon, 03 Jul 2006 15:02:14 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: dick@nagual.nl References: <20060703113427.67282509.dick@nagual.st> In-Reply-To: <20060703113427.67282509.dick@nagual.st> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: fbsdq Subject: Re: screen blanking and kde X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:02:27 -0000 dick hoogendijk wrote: > The machine I use fvwm on blanks the screen after a period of time (the > default from Xorg). However, a machine running KDE does not(!), even > without the screensaver enabled (in kde). Disabling the saver results > in a screen never go blank. So, I guess, kde interfeares with xorg > somewhere (disabling the blanktime feature from xorg). > > Does anybody know where this is done (by kde) and if this can be > changed? Sure, I can use kde's screensaver (orxscreensaver), but I only > want the screen go blank and xorg can do that just the same) > From settings->peripherals->display select the "power control" tab and you should be able to set "blanking" time there. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 22:04: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 D26B316A412 for ; Mon, 3 Jul 2006 22:04:49 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from sccrmhc15.comcast.net (sccrmhc15.comcast.net [63.240.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D7C343D49 for ; Mon, 3 Jul 2006 22:04:49 +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 (sccrmhc15) with ESMTP id <2006070322044801500r4lake>; Mon, 3 Jul 2006 22:04:48 +0000 From: Josh Paetzel To: questions@freebsd.org Date: Mon, 3 Jul 2006 17:04:48 -0500 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: <200607031704.48259.josh@tcbug.org> Cc: Subject: sysutils/ipmi-kmod 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: Mon, 03 Jul 2006 22:04:49 -0000 I'm attempting to install sysutil/ipmi-kmod on a 6.1-RELEASE system. I get the following output from the port: ===> Installing for ipmi-kmod-20060418 ===> Generating temporary packing list ===> Checking if sysutils/ipmi-kmod already installed install -o root -g wheel -m 444 /usr/ports/sysutils/ipmi-kmod/work/ipmi-kmod-20060418/sys/ipmi.h /usr/local/include/sys install -s -o root -g wheel -m 555 /usr/ports/sysutils/ipmi-kmod/work/ipmi-kmod-20060418/ipmi.ko /boot/modules kldxref: /boot/modules/ipmi.ko: file has no valid symbol table Segmentation fault (core dumped) Attempting to kldload the module causes the box to reboot. Just for a test it installed fine on another 6.1-R box I have here. Any suggestions? -- Thanks, Josh Paetzel From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 22:14: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 F1C8716A524 for ; Mon, 3 Jul 2006 22:14:16 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id C269F43F37 for ; Mon, 3 Jul 2006 22:13:32 +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 (rwcrmhc12) with ESMTP id <20060703221328m120063kcfe>; Mon, 3 Jul 2006 22:13:32 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Mon, 3 Jul 2006 17:13:27 -0500 User-Agent: KMail/1.9.1 References: <200607031704.48259.josh@tcbug.org> In-Reply-To: <200607031704.48259.josh@tcbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607031713.27386.josh@tcbug.org> Subject: Re: sysutils/ipmi-kmod 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: Mon, 03 Jul 2006 22:14:17 -0000 On Monday 03 July 2006 17:04, Josh Paetzel wrote: > I'm attempting to install sysutil/ipmi-kmod on a 6.1-RELEASE > system. > > I get the following output from the port: > > ===> Installing for ipmi-kmod-20060418 > ===> Generating temporary packing list > ===> Checking if sysutils/ipmi-kmod already installed > install -o root -g wheel -m > 444 > /usr/ports/sysutils/ipmi-kmod/work/ipmi-kmod-20060418/sys/ipmi.h > /usr/local/include/sys install -s -o root -g wheel -m > 555 /usr/ports/sysutils/ipmi-kmod/work/ipmi-kmod-20060418/ipmi.ko > /boot/modules kldxref: /boot/modules/ipmi.ko: file has no valid > symbol table Segmentation fault (core dumped) > > Attempting to kldload the module causes the box to reboot. > > Just for a test it installed fine on another 6.1-R box I have here. > > Any suggestions? Forgot to mention that the box that this breaks on is AMD64. I'm pretty sure that's the issue. Sorry about the noise. -- Thanks, Josh Paetzel From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 22:19: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 AD54016A4DE for ; Mon, 3 Jul 2006 22:19:57 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8546943EE4 for ; Mon, 3 Jul 2006 22:19:46 +0000 (GMT) (envelope-from fbsd@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060703221945.LXKT28449.mta9.adelphia.net@barbish>; Mon, 3 Jul 2006 18:19:45 -0400 From: "fbsd" To: "mal content" , Date: Mon, 3 Jul 2006 18:19:40 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-reply-to: <8e96a0b90607031322m5a4ab43es8d3bbd0e0f59dbb4@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: Enermax USB enclosure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:19:57 -0000 Try putting it on a windows box and try to run fdisk on it. If fdisk don't work throw it away as no good. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of mal content Sent: Monday, July 03, 2006 4:22 PM To: freebsd-questions@freebsd.org Subject: Re: Enermax USB enclosure > I've noticed that even Mac OS X seems to get the disk sizes wrong for > this disk, it thinks that it's a 2TB (!) drive when it's actually 160gb. I've just tried a couple of other disks and I'm beginning to suspect that the culprit is actually this crappy Maxtor disk. I've managed to mount an old Seagate drive without problems. Jul 3 21:18:25 logik kernel: umass0: Macpower &Tytech Tech USB2.0 Enclosure, rev 2.00/1.00, addr 2 Jul 3 21:18:26 logik kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Jul 3 21:18:26 logik kernel: da0: Fixed Direct Access SCSI-2 device Jul 3 21:18:26 logik kernel: da0: 1.000MB/s transfers Jul 3 21:18:26 logik kernel: da0: 6149MB (12594960 512 byte sectors: 255H 63S/T 784C) cheers! MC _______________________________________________ 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 Jul 3 22:38: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 1479516A4E0 for ; Mon, 3 Jul 2006 22:38:56 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from newmail.rmm.fr (newmail.rmm.fr [195.115.46.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5694F43D45 for ; Mon, 3 Jul 2006 22:38:54 +0000 (GMT) (envelope-from bsd@todoo.biz) Received: from localhost (localhost [127.0.0.1]) by newmail.rmm.fr (Postfix) with ESMTP id B94FA285D1; Tue, 4 Jul 2006 00:38:51 +0200 (CEST) X-Virus-Scanned: amavisd-new 2.4.1 (20060508) at rmm.fr Received: from newmail.rmm.fr ([127.0.0.1]) by localhost (newmail.rmm.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03rP9J9du-5l; Tue, 4 Jul 2006 00:38:51 +0200 (CEST) Received: from [172.16.1.201] (me.todoo.biz [82.66.93.242]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by newmail.rmm.fr (Postfix) with ESMTP id 4A9D8285D0; Tue, 4 Jul 2006 00:38:51 +0200 (CEST) In-Reply-To: <44A8D9CB.1080400@xs4all.nl> References: <6364F144-0287-41E2-90F0-D97B45C02493@todoo.biz> <44A8D9CB.1080400@xs4all.nl> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <1CACB80D-C326-4C00-A14B-87D944F1C341@todoo.biz> Content-Transfer-Encoding: quoted-printable From: bsd Date: Tue, 4 Jul 2006 00:38:48 +0200 To: Jacques S. X-Mailer: Apple Mail (2.752.2) Cc: Liste FreeBSD Subject: Re: Portupgrade ruby 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, 03 Jul 2006 22:38:56 -0000 Mmmh... I have followed your instructions and am still facing a problem : root 0:34 ~ # portversion -l "<" [Rebuilding the pkgdb in /var/db/pkg ... =20 [Rebuilding the pkgdb in /var/db/pkg ... =20 uninitialized constant PkgDB::BDB: Cannot update the pkgdb!] Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ I can not rebuild the database using pkgdb -fu root 0:37 ~ # pkgdb -fu ---> Updating the pkgdb [Rebuilding the pkgdb in /var/db/pkg ... =20 uninitialized constant PkgDB::BDB: Cannot update the pkgdb!] ?? Any idea. Le 3 juil. 06 =E0 10:48, Jacques S. a =E9crit : > bsd wrote: >> Hello, >> I have a new problem that has just occured on my main mail server. >> I am upgrading the ports on this server every two or three days =20 >> using portsnap and portupgrade. >> After portsnap has updated it's index I do a "portupgrade -arR" to =20= >> upgrade all ports on the system. >> Mutt needed an update so I did what I am doing every couple of =20 >> days since more than one year : >> # portsnap update >> # portupgrade -arR >> My system faithfully started to update it's ports then... >>> -L/usr/local/lib -o pgpring pgppubring.o pgplib.o lib.o =20 >>> extlib.o sha1.o pgppacket.o ascii.o -lintl -liconv >>> cc -I/usr/local/include -Wall -O -pipe -L/usr/local/lib -rpath=3D/=20= >>> usr/local/lib -L/usr/local/lib pgpewrap.c -o pgpewrap >>> defined symbol "db_version_4002" >>> ** Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ >>> ---> Skipping 'mail/mutt' >>> /libexec/ld-elf.so.1: /usr/local/lib/ruby/site_ruby/1.8/i386-=20 >>> freebsd5/bdb.so: Undefined symbol "db_version_4002" >>> /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system': =20 >>> Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ =20 >>> (CommandFailedError) >>> from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in =20= >>> `__sudo' >>> from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in =20= >>> `xsystem!' >>> from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in =20 >>> `autofix!' >>> from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in =20 >>> `autofix' >>> from /usr/local/sbin/portupgrade:475:in `main' >>> from /usr/local/sbin/portupgrade:714:in `main' >>> from /usr/local/lib/ruby/1.8/optparse.rb:815:in `initialize' >>> from /usr/local/sbin/portupgrade:209:in `main' >>> from /usr/local/sbin/portupgrade:1951 >> I shooted portupgrade again but that did nothing, the donkey was =20 >> stucked !! >>> root 8:08 ~ # portupgrade -arR >>> /libexec/ld-elf.so.1: /usr/local/lib/ruby/site_ruby/1.8/i386-=20 >>> freebsd5/bdb.so: Undefined symbol "db_version_4002" >> I have also try to reinstall "portupgrade" and "ruby18" that did =20 >> nothing !! >> Any idea of how to proceed... >> Another interesting information : >>> root 8:18 ~ # uname -a >>> FreeBSD newmail.rmm.fr 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #0: =20 >>> Thu Nov 24 16:34:35 CET 2005 root@newmail.rmm.fr:/usr/obj/usr/=20= >>> src/sys/GENERIC i386 >> Thanks for your support. >> ________________________________________________ >> =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB= ?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 >> =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF >> Gregober ---> PGP ID --> 0x1BA3C2FD >> bsd @at@ todoo.biz >> ________________________________________________ >> =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB= ?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 >> =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-=20 >> unsubscribe@freebsd.org" > > This worked for me: > # cd /var/db/ports/portupgrade > # rm options > > # cd /var/db/pkg > # rm pkgdb.db > # pkgdb -fu > > Discovered I had both ruby versions in ports: db4-4.x.x and db41-4.x.x > I needed only db41; nothing depended (any more) on db4, so: > > # pkg_delete db4-4.x.x > > Note, I had migrated to WITH_BDB4=3Dtrue, quite a long time ago. > > The recent tribulations with portupgrade has been on the list =20 > already, several times, at several stages of the problem, and =20 > various solutions have been described. Some of those seem more =20 > complicated than this. I don't think the problem is complicated, at =20= > least not in every case. At least not, now that the maintainer has =20 > worked to fix the port. > > -- > Jacques S. > ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF Gregober ---> PGP ID --> 0x1BA3C2FD bsd @at@ todoo.biz ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 22:43: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 5FEC316A4DA for ; Mon, 3 Jul 2006 22:43:12 +0000 (UTC) (envelope-from mark@msen.com) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7BE43D68 for ; Mon, 3 Jul 2006 22:43:11 +0000 (GMT) (envelope-from mark@msen.com) Received: from alphaone.psyberation.com (c-68-61-202-251.hsd1.mi.comcast.net[68.61.202.251]) by comcast.net (rwcrmhc11) with ESMTP id <20060703224306m1100artk2e>; Mon, 3 Jul 2006 22:43:10 +0000 From: Mark Moellering To: freebsd-questions@freebsd.org Date: Mon, 3 Jul 2006 18:42:26 -0400 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_T1ZqE66ZrHZo+jX" Message-Id: <200607031842.27083.mark@msen.com> Subject: 3 NIC firewall 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, 03 Jul 2006 22:43:12 -0000 --Boundary-00=_T1ZqE66ZrHZo+jX Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello All, I have a problem which I think must be simple, I just can't figure out exactly what I need to do. I have a gateway / firewall (freebsd 6.1) with 3 nic cards. I just added the third card, rl1, which I have attached to a wireless access point. I can ping the access point from the firewall, but not from the rest of the internal (wired) network!!?? My wired network is 192.168.1 and the wireless access point is currently the default 192.168.0.229. rl1 is set to 192.168.0.210 Attached are netstat -r, my pf.conf and rc.conf from the firewall/gateway. Any and all help is appreciated. Thanks in advance Mark Moellering --Boundary-00=_T1ZqE66ZrHZo+jX Content-Type: text/plain; charset="us-ascii"; name="firewall_rc.conf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="firewall_rc.conf" # -- sysinstall generated deltas -- # Thu May 11 16:26:43 2006 # Created: Thu May 11 16:26:43 2006 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. gateway_enable="YES" linux_enable="YES" moused_enable="YES" usbd_enable="YES" #Internal Wired Network ifconfig_bge0="inet 192.168.1.1 netmask 255.255.255.0" hostname="Myhostname" #Wireless Network ifconfig_rl1="inet 192.168.0.210 netmask 255.255.255.0" #External Gateway Interface ifconfig_rl0="DHCP" inetd_enable="YES" pf_enable="YES" pf_rules="/etc/pf.conf" pflog_enable="YES" pflog_logfile="var/log/pflog" --Boundary-00=_T1ZqE66ZrHZo+jX Content-Type: text/plain; charset="us-ascii"; name="firewall_script" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="firewall_script" # $FreeBSD: src/share/examples/pf/faq-example1,v 1.1 2004/09/14 01:07:18 mlaier Exp $ # $OpenBSD: faq-example1,v 1.2 2003/08/06 16:04:45 henning Exp $ # # Firewall for Home or Small Office # http://www.openbsd.org/faq/pf/example1.html # # macros int_if = "bge0" ext_if = "rl0" wint_if = "rl1" tcp_services = "{ 22, 113 }" icmp_types = "echoreq" priv_nets = "{ 127.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8 }" # options set block-policy return set loginterface $ext_if # scrub scrub in all # nat/rdr nat on $ext_if from $int_if:network to any -> ($ext_if) nat on $ext_if from $wint_if:network to any -> ($ext_if) rdr on $int_if proto tcp from any to any port 21 -> 127.0.0.1 port 8021 # filter rules block all #pass in all pass quick on lo0 all block drop in on $ext_if from $priv_nets to any block drop out on $ext_if from any to $priv_nets pass in on $ext_if inet proto tcp from any to ($ext_if) \ port $tcp_services flags S/SA keep state #allow access to web server #pass in on $ext_if inet proto tcp from $XXX to 192.168.1.5 port 80 \ flags S/SA keep state pass in inet proto icmp all icmp-type $icmp_types keep state pass in on $int_if from $int_if:network to any keep state pass out on $int_if from any to $int_if:network keep state pass in on $wint_if from $wint_if:network to any keep state pass out on $wint_if from any to $wint_if:network keep state pass in on $wint_if from $int_if:network to any keep state pass in on $int_if from $wint_if:network to any keep state pass out on $wint_if from any to $int_if:network keep state pass out on $int_if from any to $wint_if:network keep state pass out on $ext_if proto tcp all modulate state flags S/SA pass out on $ext_if proto { udp, icmp } all keep state pass in on $ext_if inet proto tcp from any to ($ext_if) \ user proxy keep state --Boundary-00=_T1ZqE66ZrHZo+jX Content-Type: text/plain; charset="us-ascii"; name="netstat_output" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="netstat_output" Script started on Mon Jul 3 18:49:59 2006 > netstat -r=0D=0D Routing tables=0D =0D Internet:=0D Destination Gateway Flags Refs Use Netif Expire= =0D default c-68-61-202-129.hs UGS 0 40 rl0=0D 68.61.202.128/25 link#2 UC 0 0 rl0=0D c-68-61-202-129.hs 00:05:5f:e9:8c:a9 UHLW 2 0 rl0 1199= =0D localhost localhost UH 0 0 lo0=0D 192.168.0 link#3 UC 0 0 rl1=0D 192.168.0.229 00:0f:b5:7a:14:82 UHLW 1 10 rl1 1089= =0D 192.168.1 link#1 UC 0 0 bge0=0D 192.168.1.2 00:09:5b:20:aa:23 UHLW 1 30 bge0 1107= =0D =0D Internet6:=0D Destination Gateway Flags Netif Expire=0D localhost.psyberat localhost.psyberat UH lo0=0D fe80::%bge0 link#1 UC bge0=0D fe80::240:f4ff:fe4 00:40:f4:47:23:54 UHL lo0=0D fe80::%rl0 link#2 UC rl0=0D fe80::2e0:7dff:fec 00:e0:7d:c1:74:44 UHL lo0=0D fe80::%rl1 link#3 UC rl1=0D fe80::2e0:7dff:fea 00:e0:7d:a8:78:8e UHL lo0=0D fe80::%lo0 fe80::1%lo0 U lo0=0D fe80::1%lo0 link#6 UHL lo0=0D ff01:1:: link#1 UC bge0=0D ff01:2:: link#2 UC rl0=0D ff01:3:: link#3 UC rl1=0D ff01:6:: localhost.psyberat UC lo0=0D ff02::%bge0 link#1 UC bge0=0D ff02::%rl0 link#2 UC rl0=0D ff02::%rl1 link#3 UC rl1=0D ff02::%lo0 localhost.psyberat UC lo0=0D > exit=0D=0D exit=0D Script done on Mon Jul 3 18:50:07 2006 --Boundary-00=_T1ZqE66ZrHZo+jX-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 22: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 B539C16A4E0 for ; Mon, 3 Jul 2006 22:50:10 +0000 (UTC) (envelope-from ryallsd@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 EE66343D58 for ; Mon, 3 Jul 2006 22:50:09 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by ug-out-1314.google.com with SMTP id e2so1094264ugf for ; Mon, 03 Jul 2006 15:50:08 -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=CXJjiX5Nc3TizXRXxcdCuPWX8r1+FZFu+Tmua/5ZDuencFACnGkJ+yT4C8fKccxxGUrHZOwl8DfuzYVIn4+QyMbWUtUfq5C6tQV+etYVNBikEObCmmRWRxXoRFQSTNbLhCjTDGkjttJoU++2xxjZvdpLSEO2GzFi2bW6K1JJKxk= Received: by 10.78.136.7 with SMTP id j7mr1072816hud; Mon, 03 Jul 2006 15:48:24 -0700 (PDT) Received: by 10.78.161.20 with HTTP; Mon, 3 Jul 2006 15:48:23 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 15:48:23 -0700 From: "Derrick Ryalls" To: "Bob Middaugh" In-Reply-To: <070320062038.12316.44A9803C00045CC60000301C220075109008099A0E0B0B0703D20D010D@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <070320062038.12316.44A9803C00045CC60000301C220075109008099A0E0B0B0703D20D010D@comcast.net> Cc: Gerard Seibert , freebsd-questions@freebsd.org Subject: Re: firefox with flash and java! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:50:10 -0000 > -------------- Original message ---------------------- > From: Gerard Seibert > > Bob Middaugh wrote: > > > > > fwiw, I've followed these instructions on a few boxes, all 6.1-RELEASE, and > > have had no problems: > > > > > > http://www.unixlike.com.br/?p=%2081 > > > > > > Is that available in English? > > > > > > -- > > Gerard Seibert > > gerard@seibercom.net > > > > > I don't think so. I can't read the language it's written in, but I just follow the commands and it works. :-) > As mentioned about, google does have a translation service, though the link got chopped for me. I believe it is portugese(sp), but here is the tinyurl version: http://tinyurl.com/gxzof From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 22:55: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 58F9516A5C0 for ; Mon, 3 Jul 2006 22:55:29 +0000 (UTC) (envelope-from kvncortez@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62C1043D7F for ; Mon, 3 Jul 2006 22:55:14 +0000 (GMT) (envelope-from kvncortez@gmail.com) Received: by wr-out-0506.google.com with SMTP id i7so693436wra for ; Mon, 03 Jul 2006 15:55:13 -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=D2AhGfMxDMcR18R7eZLBwq9Q9H+KUAzkaxzyQGvrc1CAgQ21kiLVIAVfv33woZikhbZ6nYHFL8D5uGVsSn+FhzE0OU1aEFgpnfnlyAP1t6Z0hmD8LN69U7ha0cDRk5ZZnmRAtNfonNcf/3LiLcuir8KYdnOakBjD5FDh2YtPK8I= Received: by 10.54.62.8 with SMTP id k8mr1007092wra; Mon, 03 Jul 2006 15:55:13 -0700 (PDT) Received: by 10.54.98.18 with HTTP; Mon, 3 Jul 2006 15:55:13 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 15:55:13 -0700 From: "Kevin Cortez" To: 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 Cc: Subject: Unable to install FreeBSD 6.1... 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, 03 Jul 2006 22:55:29 -0000 Hello, I have a Compaq Precario desktop with an amd 64bit athalon, and an SATA 200gb drive (No Raid Support). When i first tried to install FreeBSD the installation froze which I was able to fix by disabling APCI. Then I hit a problem agian. The installer freezes after the line "rr232x no controller detected" which i figured was a raid controller.. I disabled SATA in the bios to see if the installer would load, and it did, but without SATA support i dont have any harddrives to write to... I would really like to be able to install FreeBSD 6.1 and hope you guys can help. Thanks, Kevin From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 23:44: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 3B97916A4DA for ; Mon, 3 Jul 2006 23:44:43 +0000 (UTC) (envelope-from coolzone@io.dk) Received: from dansknet.dk (smtp1.dansknet.dk [85.233.229.242]) by mx1.FreeBSD.org (Postfix) with SMTP id 994EA43D49 for ; Mon, 3 Jul 2006 23:44:42 +0000 (GMT) (envelope-from coolzone@io.dk) Received: (qmail 2689 invoked from network); 4 Jul 2006 00:44:16 -0000 Received: from 85233231013.switch.dansknet.dk (HELO worktop) (85.233.231.13) by dansknet.dk with SMTP; 4 Jul 2006 00:44:16 -0000 Date: Tue, 4 Jul 2006 01:42:55 +0200 From: Rico Secada To: freebsd-questions@freebsd.org Message-Id: <20060704014255.1d0872fc.coolzone@io.dk> X-Mailer: Sylpheed version 2.2.5 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: KDE not in 6-stable 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: Mon, 03 Jul 2006 23:44:43 -0000 Hi I have noticed that KDE 3.5.2 has been removed from packages-6-stable. Why is that? Best and kind regards, Rico. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 23:48: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 AF0F116A536 for ; Mon, 3 Jul 2006 23:48:25 +0000 (UTC) (envelope-from apache@km20932-01.keymachine.de) Received: from km20932-01.keymachine.de (ns.km20932-01.keymachine.de [84.19.184.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02AAC43D5F for ; Mon, 3 Jul 2006 23:48:23 +0000 (GMT) (envelope-from apache@km20932-01.keymachine.de) Received: from km20932-01.keymachine.de (localhost [127.0.0.1]) by km20932-01.keymachine.de (8.12.11/8.12.11) with ESMTP id k640nAIn005331 for ; Tue, 4 Jul 2006 02:49:10 +0200 Received: (from apache@localhost) by km20932-01.keymachine.de (8.12.11/8.12.11/Submit) id k640nAwa005330; Tue, 4 Jul 2006 02:49:10 +0200 Date: Tue, 4 Jul 2006 02:49:10 +0200 Message-Id: <200607040049.k640nAwa005330@km20932-01.keymachine.de> From: Chase Bank To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Chase Online. Banking Account registration information X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:48:25 -0000 [chaseNew.gif] Chase Bank Online. Department Notice You have received this email because you or someone had used your account from different locations. For security purpose, we are required to open an investigation into this matter. In order to safeguard your account, we require that you confirm your banking details. To help speed up this process, please access the following link so we can complete the verification of your Chase Online. Banking Account registration information : To get started, please click the link below: [1]https://www.chase.com Please Note: If we do no receive the appropriate account verification within 48 hours, then we will assume this Chase Bank account is fraudulent and will be suspended. The purpose of this verification is to ensure that your bank account has not been fraudulently used and to combat the fraud from our community. Regards, Chase Bank - Chase Online. Banking Department _________________________________________________________________ Securities (including mutual funds and variable life insurance), annuities and insurance products are not bank deposits and are not insured by the FDIC or any other agency of the United States, nor are they obligations of, nor insured or guaranteed by, JPMorgan Chase Bank, N.A., CISC, CIA, CMIA or their affiliates. Securities (including mutual funds and variable life insurance) and annuities involve investment risks, including the possible loss of value. References 1. http://cms.ucall.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Jul 3 23:57: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 960ED16A4E5 for ; Mon, 3 Jul 2006 23:57: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 6033F43D58 for ; Mon, 3 Jul 2006 23:57:08 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from [172.24.241.8] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.13.7/8.13.7) with ESMTP id k63Nv7mZ032648 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 3 Jul 2006 16:57:08 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <44A9AECD.7070405@enabled.com> Date: Mon, 03 Jul 2006 16:57:01 -0700 From: Noah User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: rdiff-backup 1.1.5 on FreeBSD 4.11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 23:57:08 -0000 Hi there, So I built a new server and it is running rdiff-backup 1.1.5 but my freeBSD-4.11 rdiff-backup clients are running the latest port version of 1.0.4_1 any chance somebody got rdiff-back 1.1.5 running well on FreeBSD? My build is failing and can use a had please. Contact me privately if need be. Cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 00:49: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 F183A16A4EF for ; Tue, 4 Jul 2006 00:49:14 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 615FB43D49 for ; Tue, 4 Jul 2006 00:49:14 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: by ug-out-1314.google.com with SMTP id e2so1116301ugf for ; Mon, 03 Jul 2006 17:49:13 -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=W+wTCFBHT9YkUXQK++4QIeRhOBk8Dm01oLHszuohVcchd/BOOf6hBkm3mR1sE9+crfglaCv1KACdTBH32+NJIUo6tSBFMp2CDIJqpLQdKOGq5dKFLUIoKfGSHbnHrZy6ElswOd5Oqtg/KJ0MltBe2tIabods+2g7p4x8vSVD60I= Received: by 10.78.97.7 with SMTP id u7mr1033318hub; Mon, 03 Jul 2006 17:49:13 -0700 (PDT) Received: by 10.78.116.7 with HTTP; Mon, 3 Jul 2006 17:49:12 -0700 (PDT) Message-ID: <51d7a5160607031749n24e8ebe1lfb6d34c2a37e3d10@mail.gmail.com> Date: Mon, 3 Jul 2006 17:49:12 -0700 From: perikillo To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Ports doubt, check network performance...? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 00:49:15 -0000 Hi people. I have some problems on my network, and i want to use my freebsd box to see if i can find the problems on my network, we have two networks in two countrys connected by a private link, but i have seen just a couple a weeks ago that we have some problems between both links, we are lossing packets if i ping some server on the other link, some times i get 36% of packets loss, is to but to much on bussines hours. I want to use my freebsd box running 6.0 but just want to know if some one could recomend me wich ports to check to see if i can find wich device is causing this problem. Thanks any help will be apreciated, greetings!!! From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 00:51: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 F1B3D16A4EB for ; Tue, 4 Jul 2006 00:51:29 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8AD43D8B for ; Tue, 4 Jul 2006 00:51:21 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060704005121.RCZB28449.mta9.adelphia.net@default.chvlva.adelphia.net>; Mon, 3 Jul 2006 20:51:21 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id BB415B81B; Mon, 3 Jul 2006 20:30:14 -0400 (EDT) Date: Mon, 3 Jul 2006 20:30:14 -0400 From: Parv To: "no@spam@mgedv.net" , freebsd-questions@freebsd.org Message-ID: <20060704003014.GA1324@holestein.holy.cow> Mail-Followup-To: "no@spam@mgedv.net" , freebsd-questions@freebsd.org References: <006701c69e7a$7898db00$01010101@avalon.lan> <20060703174949.GA16998@holestein.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060703174949.GA16998@holestein.holy.cow> Cc: Subject: Re: shell scripting: help appreciated X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 00:51:30 -0000 in message <20060703174949.GA16998@holestein.holy.cow>, wrote Parv thusly... > > in message <006701c69e7a$7898db00$01010101@avalon.lan>, > wrote no@spam@mgedv.net thusly... > > By the way no@spam@mgedv.net do something about ... Reporting-MTA: dns; mta9.adelphia.net Arrival-Date: Mon, 3 Jul 2006 13:49:48 -0400 Received-From-MTA: dns; default.chvlva.adelphia.net (69.160.66.115) Final-Recipient: RFC822; Action: failed Status: 5.2.0 Remote-MTA: dns; mail.mgedv.net (81.223.168.230) Diagnostic-Code: smtp; 521 : Client host rejected: 550 service denied (200000003) - Parv -- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 01:21: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 8661716A4E1 for ; Tue, 4 Jul 2006 01:21:11 +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 03A0F43D53 for ; Tue, 4 Jul 2006 01:21:10 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.0.210] (c-24-130-79-25.hsd1.ca.comcast.net [24.130.79.25]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id k641KvDw074787 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 3 Jul 2006 21:21:01 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <44A9C282.9090606@p6m7g8.com> Date: Mon, 03 Jul 2006 18:21:06 -0700 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060627) MIME-Version: 1.0 To: Paul Querna References: <44A88EBD.80407@p6m7g8.com> <44A8BB0E.6070004@force-elite.com> In-Reply-To: <44A8BB0E.6070004@force-elite.com> Content-Type: multipart/mixed; boundary="------------030102000904010701050308" Cc: questions@freebsd.org, dev@perl.apache.org, dev@httpd.apache.org Subject: Re: gdb in realloc(): error: junk pointer, too high to make sense on FreeBSD 5.2+ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 01:21:11 -0000 This is a multi-part message in MIME format. --------------030102000904010701050308 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Paul Querna wrote: > Can you try to get this into a simple test case? Calling apr_dso_load twice? I didn't seem to be able to cause it in a simple case; any great ideas ? gcc -g -O0 \ -I/usr/local/software/freebsd-6.1-stable/3.4.4/apr/trunk/include/apr-1 \ -L/usr/local/software/freebsd-6.1-stable/3.4.4/apr/trunk/lib -l apr-1 \ gdb.c -o test ./test pgollucci@home.p6m7g8.net /home/pgollucci 145 0>gdb ./test GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... (gdb) r Starting program: /usr/home/pgollucci/test warning: Unable to get location for thread creation breakpoint: generic error [New LWP 100062] [New Thread 0x8053000 (LWP 100062)] Program exited normally. (gdb) ------------------------------------------------------------------------ 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." --------------030102000904010701050308 Content-Type: text/plain; name="gdb.c" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gdb.c" /* $Id$ */ #include "apr.h" #include "apr_dso.h" #include int main(int argc, const char * const argv[]) { apr_pool_t *cntx; apr_status_t stat; apr_dso_handle_t *modhandle; const char *path = "/lib/libc.so.6"; apr_app_initialize(&argc, &argv, NULL); stat = apr_pool_create(&cntx, NULL); if (stat != APR_SUCCESS) { fprintf(stderr, "apr_pool_create() failed to create initial context"); apr_terminate(); exit(1); } if (apr_dso_load(&modhandle, path, cntx) != APR_SUCCESS) { char my_error[256]; fprintf(stderr, apr_dso_error(modhandle, my_error, sizeof(my_error))); } if (apr_dso_load(&modhandle, path, cntx) != APR_SUCCESS) { char my_error[256]; fprintf(stderr, apr_dso_error(modhandle, my_error, sizeof(my_error))); } apr_terminate(); exit(0); } --------------030102000904010701050308-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 02:44: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 6A92116A4E0 for ; Tue, 4 Jul 2006 02:44:11 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BC0343D45 for ; Tue, 4 Jul 2006 02:44:10 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by nz-out-0102.google.com with SMTP id x7so463778nzc for ; Mon, 03 Jul 2006 19:44: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=J/bQy7kArD5vEmfnRS7qaXjzt7cZwHSo3Hrx+vrEQSITf9O90IzVwnIOfW9wVyTXEhJC+qEobb0NYFBYsVS6EeVXIEYEyG3VL6MPaxbbBvMvQAa/eCg37dvWzQVMRm9KhrabonyOWEcPKI/JLdwzM4qjAKwiaNvs5HhqEUQvwvU= Received: by 10.36.22.10 with SMTP id 10mr4360356nzv; Mon, 03 Jul 2006 19:44:10 -0700 (PDT) Received: by 10.36.12.11 with HTTP; Mon, 3 Jul 2006 19:44:10 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 21:44:10 -0500 From: "Nikolas Britton" To: "Kevin Cortez" 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: questions@freebsd.org Subject: Re: Unable to install FreeBSD 6.1... 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: Tue, 04 Jul 2006 02:44:11 -0000 On 7/3/06, Kevin Cortez wrote: > Hello, > > I have a Compaq Precario desktop with an amd 64bit athalon, and an SATA > 200gb drive (No Raid Support). When i first tried to install FreeBSD the > installation froze which I was able to fix by disabling APCI. Then I hit a > problem agian. The installer freezes after the line "rr232x no controller > detected" which i figured was a raid controller.. I disabled SATA in the > bios to see if the installer would load, and it did, but without SATA > support i dont have any harddrives to write to... I would really like to be > able to install FreeBSD 6.1 and hope you guys can help. > Need more info about your hardware. -- BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 03:27: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 169CB16A4DE for ; Tue, 4 Jul 2006 03:27:16 +0000 (UTC) (envelope-from webmaster@hawaiidakine.com) Received: from mail.alohahosting.net (oahu.alohahosting.net [64.75.245.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B067043D45 for ; Tue, 4 Jul 2006 03:27:15 +0000 (GMT) (envelope-from webmaster@hawaiidakine.com) Received: from [192.168.1.35] by alohahosting.net (MDaemon.PRO.v8.0.2.R) with ESMTP id md50000249627.msg for ; Mon, 03 Jul 2006 17:38:45 -1000 Message-ID: <44A9DFDE.1000308@hawaiidakine.com> Date: Mon, 03 Jul 2006 17:26:22 -1000 From: Al Plant User-Agent: Mozilla Thunderbird 1.0 (X11/20050108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: hdkmail@hawaiidakine.com X-Spam-Processed: mail.alohahosting.net, Mon, 03 Jul 2006 17:38:45 -1000 (not processed: message from valid local sender) X-MDRemoteIP: 66.180.149.18 X-Return-Path: webmaster@hawaiidakine.com X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-MDAV-Processed: mail.alohahosting.net, Mon, 03 Jul 2006 17:38:48 -1000 Subject: Sendmail on FreeBSD 6.1 rejected X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: webmaster@hawaiidakine.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 03:27:16 -0000 Aloha and Happy 4th of July. I am trying to make a mail server with sendmail and have not done this before. I am getting the following errors. Does anyone know what file holds the relaying that needs to be set up to make it work. The doumentation I have been able to find either has errors or is very fragmanted and hard to follow as a HOWTo. Thanks, >>>>The attached message had PERMANENT fatal delivery errors! After one or more unsuccessful delivery attempts the attached message has been removed from the mail queue on this server. The number and frequency of delivery attempts are determined by local configuration parameters. YOUR MESSAGE WAS NOT DELIVERED TO ONE OR MORE RECIPIENTS! Failed address: admin@hdk5.net --- Session Transcript --- Sun 2006-07-02 20:43:16: Parsing Message Sun 2006-07-02 20:43:16: From: webmaster@hawaiidakine.com Sun 2006-07-02 20:43:16: To: admin@hdk5.net Sun 2006-07-02 20:43:16: Subject: test b Sun 2006-07-02 20:43:16: Message-ID: <44A6D5EE.2050203@hawaiidakine.com> Sun 2006-07-02 20:43:16: MX-record resolution of [hdk5.net] in progress (DNS Server: 64.75.245.7)... Sun 2006-07-02 20:43:16: * P=000 D=hdk5.net TTL=(120) MX=[holo9.hdk5.net] Sun 2006-07-02 20:43:16: Attempting MX: P=000 D=hdk5.net TTL=(120) MX=[holo9.hdk5.net] Sun 2006-07-02 20:43:16: Attempting SMTP connection to [holo9.hdk5.net : 25] Sun 2006-07-02 20:43:16: A-record resolution of [holo9.hdk5.net] in progress (DNS Server: 64.75.245.7)... Sun 2006-07-02 20:43:16: D=holo9.hdk5.net TTL=(120) A=[66.180.132.238] Sun 2006-07-02 20:43:16: Attempting SMTP connection to [66.180.132.238 : 25] Sun 2006-07-02 20:43:16: Waiting for socket connection... Sun 2006-07-02 20:43:16: Socket connection established (64.75.245.3 : 1734 -> 66.180.132.238 : 25) Sun 2006-07-02 20:43:16: Waiting for protocol initiation... Sun 2006-07-02 20:43:17: <-- 220 holo9.hdk5.net ESMTP Sendmail 8.13.6/8.13.6; Sun, 2 Jul 2006 20:31:00 -1000 (HST) Sun 2006-07-02 20:43:17: --> EHLO mail.alohahosting.net Sun 2006-07-02 20:43:17: <-- 250-holo9.hdk5.net Hello oahu.alohahosting.net [64.75.245.3], pleased to meet you Sun 2006-07-02 20:43:17: <-- 250-ENHANCEDSTATUSCODES Sun 2006-07-02 20:43:17: <-- 250-PIPELINING Sun 2006-07-02 20:43:17: <-- 250-8BITMIME Sun 2006-07-02 20:43:17: <-- 250-SIZE Sun 2006-07-02 20:43:17: <-- 250-DSN Sun 2006-07-02 20:43:17: <-- 250-ETRN Sun 2006-07-02 20:43:17: <-- 250-DELIVERBY Sun 2006-07-02 20:43:17: <-- 250 HELP Sun 2006-07-02 20:43:17: --> MAIL From: SIZE=1173 Sun 2006-07-02 20:43:17: <-- 250 2.1.0 ... Sender ok Sun 2006-07-02 20:43:17: --> RCPT To: Sun 2006-07-02 20:43:17: <-- 550 5.7.1 ... Relaying denied --- End Transcript --- : Message contains [1] file attachments >>>>> -- Al Plant -- Webmaster- http://hawaiidakine.com Admin- http://freebsdinfo.org -- Supporting Open Source Computing - - FreeBSD 6.* -- Debian Linux 3* "All that's really worth doing is what we do for others."- Lewis Carroll From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 03:42: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 0B8D616A4DE for ; Tue, 4 Jul 2006 03:42:00 +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 B468443D46 for ; Tue, 4 Jul 2006 03:41:59 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.0.210] (c-24-130-79-25.hsd1.ca.comcast.net [24.130.79.25]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id k643g1SU076212 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 3 Jul 2006 23:42:02 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <44A9E393.9020008@p6m7g8.com> Date: Mon, 03 Jul 2006 20:42:11 -0700 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060627) MIME-Version: 1.0 To: webmaster@hawaiidakine.com References: <44A9DFDE.1000308@hawaiidakine.com> In-Reply-To: <44A9DFDE.1000308@hawaiidakine.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail on FreeBSD 6.1 rejected X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 03:42:00 -0000 Al Plant wrote: > Sun 2006-07-02 20:43:17: --> RCPT To: > Sun 2006-07-02 20:43:17: <-- 550 5.7.1 ... Relaying denied Assuming you want to ACCEPT mail for that domain, you need to create / add to /etc/mail/local-host-names See here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sendmail.html -- ------------------------------------------------------------------------ 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 Tue Jul 4 03:43: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 30C7116A4E6 for ; Tue, 4 Jul 2006 03:43:22 +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 D2C2843D46 for ; Tue, 4 Jul 2006 03:43:21 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.0.210] (c-24-130-79-25.hsd1.ca.comcast.net [24.130.79.25]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id k643hObu076217 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 3 Jul 2006 23:43:25 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <44A9E3E6.5030701@p6m7g8.com> Date: Mon, 03 Jul 2006 20:43:34 -0700 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060627) MIME-Version: 1.0 To: perikillo References: <51d7a5160607031749n24e8ebe1lfb6d34c2a37e3d10@mail.gmail.com> In-Reply-To: <51d7a5160607031749n24e8ebe1lfb6d34c2a37e3d10@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: Ports doubt, check network performance...? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 03:43:22 -0000 perikillo wrote: > I want to use my freebsd box running 6.0 but just want to know if > some one could recomend me wich ports to check to see if i can find > wich device is causing this problem. pgollucci@home.p6m7g8.net /usr/ports 11 0>make search name="ethereal" | grep ^Path Path: /usr/ports/net/ethereal Path: /usr/ports/net/ethereal-lite Path: /usr/ports/net/tethereal Path: /usr/ports/net/tethereal-lite ------------------------------------------------------------------------ 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 Tue Jul 4 03:51: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 A434A16A4E1 for ; Tue, 4 Jul 2006 03:51:59 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E93543D46 for ; Tue, 4 Jul 2006 03:51:59 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-203-170.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.203.170]) by smtp01.lnh.mail.rcn.net with ESMTP; 03 Jul 2006 23:54:00 -0400 X-IronPort-AV: i="4.06,202,1149480000"; d="scan'208"; a="233074108:sNHT31637196" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17577.58772.135423.486627@jerusalem.litteratus.org> Date: Mon, 3 Jul 2006 23:50:44 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <44A9DFDE.1000308@hawaiidakine.com> References: <44A9DFDE.1000308@hawaiidakine.com> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid Subject: Sendmail on FreeBSD 6.1 rejected X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 03:51:59 -0000 Al Plant writes: > I am trying to make a mail server with sendmail and have not done > this before. I am getting the following errors. > > Does anyone know what file holds the relaying that needs to be > set up to make it work. The doumentation I have been able to find > either has errors or is very fragmanted and hard to follow as a > HOWTo. I assume you have read /usr/share/sendmail/cf/README? Robert Huff From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 04:01: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 532A616A4E1 for ; Tue, 4 Jul 2006 04:01:40 +0000 (UTC) (envelope-from scuba@centroin.com.br) Received: from trex.centroin.com.br (trex.centroin.com.br [200.225.63.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5EDF43D45 for ; Tue, 4 Jul 2006 04:01:39 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from trex.centroin.com.br (trex.centroin.com.br [200.225.63.134]) by trex.centroin.com.br (8.13.4/8.13.3) with ESMTP id k6441xe3061633 for ; Tue, 4 Jul 2006 01:01:59 -0300 (BRT) (envelope-from scuba@centroin.com.br) Date: Tue, 4 Jul 2006 01:01:59 -0300 (BRT) From: scuba@centroin.com.br Sender: mpsouza@trex.centroin.com.br To: freebsd-questions@freebsd.org Message-ID: <20060704004255.Q42828@trex.centroin.com.br> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: TCP 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: Tue, 04 Jul 2006 04:01:40 -0000 Hi folks, I'm facing some troubles with mail server on a busy slow link. I'm getting a lot of "sendmail: SYSERR: collect: read timeout on connection from" entries in the logs. I found this page showing an workaround for Solaris. Is it applicable for Free BSD 5.4? If positive, is there any sysctl variable to tun it? -----------------xxxxxx----------------- TCP/IP connections time out too soon, especially on slow links. The tcp/ip abort interval in Solaris 2.x is too short, the default value is 2 minutes. The result is that when an ACK isn't received in 2 minutes, the connection is closed. This is most often seen by sendmail, which will log sendmail: SYSERR: collect: read timeout on connection from ... You can fix this by running following command which increases the timeout to 8 minutes (unit is millisec), which is the Solaris 2.4+ (and patched 2.3) default. /usr/sbin/ndd -set /dev/tcp tcp_ip_abort_interval 480000 -----------------xxxxxx----------------- - Marcelo From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 04:47: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 7EE0116A4E0 for ; Tue, 4 Jul 2006 04:47:20 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 78AC143D45 for ; Tue, 4 Jul 2006 04:47:19 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: (qmail 36080 invoked from network); 4 Jul 2006 04:47:18 -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=2lg0ibsmQXDsPwYS2o1i8gnU1kw+w40QvNj42U0H6d2I2YM8qTDqShYQzU2fma72QbVugnUtYn73xDCyMZuUDmFqEwGL0fKoRTQTZZ0saLxaBUj1NN4ArHxfKex1oyuSrK3PuZmpVWnyxdRJgdmmSzeyo3qErm0DC9/d9T+aFCo= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@70.27.160.99 with login) by smtp105.rog.mail.re2.yahoo.com with SMTP; 4 Jul 2006 04:47:18 -0000 From: "Tamouh H." To: "'Robert McIntosh'" , Date: Tue, 4 Jul 2006 00:47:39 -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: <97aa5afe0607031253r11950c7bl9d0c9a25a7b481d9@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: Acae2lc4fUCq8yjqTbu/kNZ97/3FkwASngiQ Message-Id: <20060704044719.78AC143D45@mx1.FreeBSD.org> Cc: Subject: RE: HD 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: Tue, 04 Jul 2006 04:47:20 -0000 >=20 > Hi, >=20 > I'm seeing the following messages in /var/log/messages and am=20 > concerned about the integrity of the hard drive: >=20 > > ad0: WRITE command timeout tag=3D0 serv=3D0 - resetting > > cd9660: RockRidge Extension > > ad0: READ command timeout tag=3D0 serv=3D0 - resetting > > ad0: READ command timeout tag=3D0 serv=3D0 - resetting > > ad0: READ command timeout tag=3D0 serv=3D0 - resetting > > cd9660: RockRidge Extension > > ad0: READ command timeout tag=3D0 serv=3D0 - resetting > > cd9660: RockRidge Extension > > ad0: WRITE command timeout tag=3D0 serv=3D0 - resetting > > ad0: READ command timeout tag=3D0 serv=3D0 - resetting > > ata0: resetting devices .. done > > ad0: READ command timeout tag=3D0 serv=3D0 - resetting > > ata0: resetting devices .. done > > swap_pager: indefinite wait buffer: device: #ad/0x20001,=20 > blkno: 5488,=20 > > size: 4096 > > ad0: WRITE command timeout tag=3D0 serv=3D0 - resetting >=20 > Are the ad0 messages showing the hard drive is having=20 > hardware problems? >=20 > Many thanks, > Robert Very likely, backup your important date, grab a HD manufacturer disk and = test out the drive then post results here with the hard drive = manufacture name/model. Tamouh From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 05:05: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 A03D716A4DA for ; Tue, 4 Jul 2006 05:05:30 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1856143D53 for ; Tue, 4 Jul 2006 05:05:29 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k6455Gx93933; Mon, 3 Jul 2006 22:05:18 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Message-ID: <001b01c69f27$7a58f8f0$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "William" , "Antony Mawer" References: <000a01c69699$665c1030$3c01a8c0@coolf89ea26645><002701c6969e$7b4ed180$3c01a8c0@coolf89ea26645><44A4B603.1070403@mawer.org><44A4BFA3.8090503@mawer.org><20060630072718.GA69997@owl.midgard.homeip.net><44A862F5.80203@mawer.org> Date: Mon, 3 Jul 2006 22:04:28 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.0 compat with DL320 G4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 05:05:30 -0000 Correct, it will not fit - unless you order the PCI-X riser card from HP and replace the PCI-Express riser card that ships with the 320 with the PCI-X riser card. Ted ----- Original Message ----- From: "William" To: "Antony Mawer" Cc: ; "Ted Mittelstaedt" Sent: Monday, July 03, 2006 10:56 AM Subject: Re: FreeBSD 6.0 compat with DL320 G4 > Did you guys say the card I've got in another box wont fit into a 320? > > On 03/07/06, Antony Mawer wrote: > > On 29/06/2006 9:27 PM, Erik Trulsson wrote: > > > On Fri, Jun 30, 2006 at 07:56:00AM +0100, William wrote: > > >> Antony, > > >> > > >> I've got an Intel card in production already on a homebrew box, the > > >> code is INTEL-PWLA8492MT and description is "Intel Dual Port Server > > >> Adapter 10/100/1000". Any idea if that will do? > > > > > > That is a PRO/1000 MT card, which is a PCI-X adapter and is supported > > > by the standard em(4) driver in FreeBSD 6.x, > > > > > > The PRO/1000 PT mentioned below is a PCI-Express adapter and is not > > > supported by the standard driver in 6.x, but (as mentioned) should > > > be supported by the driver available from Intel. > > > > If you wish to utilise the PCI Express expansion slots by using a > > Pro/1000 PT network adapter, the procedure to follow might be something > > like be this: > > > > 1. Install 6.1-RELEASE from CD, being sure to install the kernel source > > 2. Obtain the latest Intel driver for FreeBSD 6.x (if it is still not > > available on the website, email me and I will send it to you) > > 3. Burn the driver onto a CD or other media and copy it onto the server > > 4. Extract the driver source, and copy the if_em* files across into > > /usr/src/sys/dev/em/ > > 5. Build a new kernel (GENERIC will suffice) which will utilise the new > > driver source (cd /usr/src && make buildkernel) > > 6. Install the kernel and reboot (make installkernel) > > > > You should now have a working network with your Pro/1000 PT... > > > > Regards > > Antony > > > > > _______________________________________________ > 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 Jul 4 05:21: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 6DCB016A4DA for ; Tue, 4 Jul 2006 05:21:25 +0000 (UTC) (envelope-from mike@ascendency.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546CF43D5D for ; Tue, 4 Jul 2006 05:21:23 +0000 (GMT) (envelope-from mike@ascendency.net) Received: from eisenhower.ascendency.net ([67.173.128.145]) by comcast.net (sccrmhc14) with ESMTP id <20060704052123014004gghme>; Tue, 4 Jul 2006 05:21:23 +0000 Received: from Mike8500 ([192.168.1.5]) (authenticated bits=0) by eisenhower.ascendency.net (8.13.6/8.13.6) with ESMTP id k645LLt9007291 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Tue, 4 Jul 2006 00:21:22 -0500 (CDT) (envelope-from mike@ascendency.net) From: "Mike Loiterman" To: Date: Tue, 4 Jul 2006 00:21:20 -0500 Message-ID: <002d01c69f29$af642810$0501a8c0@Mike8500> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcafKa7/1fD/zfP6Rp+CKwvAA3rLtQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (eisenhower.ascendency.net [192.168.1.22]); Tue, 04 Jul 2006 00:21:22 -0500 (CDT) Subject: Sendmail version change with p2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mike@ascendency.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 05:21:25 -0000 I just upgrade to 6.1 p2 with the Sendmail security update, but my Sendmail version remains unchanged at 3.13.6. Shouldn't it have been bumped to 3.13.7? How can I check that my Sendmail installation is safe from the new DOS problem? ------------------------------ Mike Loiterman GrantAdler Tel: 630-302-4944 Fax: 773-442-0992 Email: mike@ascendency.net PGP Key: 0xD1B9D18E From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 05:30: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 76FF616A4E2 for ; Tue, 4 Jul 2006 05:30:15 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8930443D5A for ; Tue, 4 Jul 2006 05:30:07 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1865289uge for ; Mon, 03 Jul 2006 22:30:06 -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=OFA8x8kMx0M642Xd+k7CixMTLsM0l9wwYUwllzn1EMGWWY/5G9L0OOR5Z+4R/qJ+5p2V1zfYgAgQd50qnIXNLVK0oCTHPlZn3FcfmPk0ljEhSd1trQORpaFRbICZUj2VGPkHn5ioGLO4Cjfyv678WFTiGba+80yLcx4v5CcOtu8= Received: by 10.66.243.2 with SMTP id q2mr6468468ugh; Mon, 03 Jul 2006 22:30:05 -0700 (PDT) Received: by 10.66.219.4 with HTTP; Mon, 3 Jul 2006 22:30:05 -0700 (PDT) Message-ID: Date: Tue, 4 Jul 2006 09:30:05 +0400 From: "Andrew Pantyukhin" To: "Tom Norris" In-Reply-To: <44666077.2040506@trancegeek.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44666077.2040506@trancegeek.net> Cc: freebsd-questions@freebsd.org Subject: Re: Is there a daemon/program for FreeBSD that accepts Microsoft RDP connections? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 05:30:15 -0000 On 5/14/06, Tom Norris wrote: > Hello everyone, > > I'm trying to convince my boss to let me set up a FreeBSD system as file > server. He said he would allow it if he could use Microsoft's RDP > client (not VNC or SSH :( ) to connect and monitor the machine at his > whim. Are there any daemons that will take incoming RDP connections? I just found out about xrdp: http://xrdp.sourceforge.net/ It's not ported yet, though. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 06:05: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 D524F16A4EB for ; Tue, 4 Jul 2006 06:05:33 +0000 (UTC) (envelope-from willay@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAB1143D4C for ; Tue, 4 Jul 2006 06:05:32 +0000 (GMT) (envelope-from willay@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1872269uge for ; Mon, 03 Jul 2006 23:05:31 -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=hDXH5bZVW0KMJ9EoOFWMHtOsngGT1+JkBdrVMYgRATP5zoOmDO6P8CuSVQi/LiJR4L3zSH6Kjfffd5tI/tHgZ7AM+H007adBkJyQuMgkeaEAsGud2RjEvQRqBqjXVIsXJbZl8PyEPsmhA1p7vDsbjNXFlZ8vwNoO6r3zsQ9xYVI= Received: by 10.67.93.7 with SMTP id v7mr6443101ugl; Mon, 03 Jul 2006 23:05:31 -0700 (PDT) Received: by 10.67.29.5 with HTTP; Mon, 3 Jul 2006 23:05:30 -0700 (PDT) Message-ID: Date: Tue, 4 Jul 2006 07:05:30 +0100 From: William To: "Ted Mittelstaedt" In-Reply-To: <001b01c69f27$7a58f8f0$3c01a8c0@coolf89ea26645> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <002701c6969e$7b4ed180$3c01a8c0@coolf89ea26645> <44A4B603.1070403@mawer.org> <44A4BFA3.8090503@mawer.org> <20060630072718.GA69997@owl.midgard.homeip.net> <44A862F5.80203@mawer.org> <001b01c69f27$7a58f8f0$3c01a8c0@coolf89ea26645> Cc: Antony Mawer , freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.0 compat with DL320 G4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 06:05:34 -0000 Ok, I think its best I just order a Intel MT card with the low profile PCI-X adapter instead of flapping about with these riser cards and then just use 6-stable. All getting quite confusing. On 04/07/06, Ted Mittelstaedt wrote: > > Correct, it will not fit - unless you order the PCI-X riser card from HP and > replace the PCI-Express riser card that ships with the 320 with the PCI-X > riser card. > > Ted > > ----- Original Message ----- > From: "William" > To: "Antony Mawer" > Cc: ; "Ted Mittelstaedt" > > Sent: Monday, July 03, 2006 10:56 AM > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > Did you guys say the card I've got in another box wont fit into a 320? > > > > On 03/07/06, Antony Mawer wrote: > > > On 29/06/2006 9:27 PM, Erik Trulsson wrote: > > > > On Fri, Jun 30, 2006 at 07:56:00AM +0100, William wrote: > > > >> Antony, > > > >> > > > >> I've got an Intel card in production already on a homebrew box, the > > > >> code is INTEL-PWLA8492MT and description is "Intel Dual Port Server > > > >> Adapter 10/100/1000". Any idea if that will do? > > > > > > > > That is a PRO/1000 MT card, which is a PCI-X adapter and is supported > > > > by the standard em(4) driver in FreeBSD 6.x, > > > > > > > > The PRO/1000 PT mentioned below is a PCI-Express adapter and is not > > > > supported by the standard driver in 6.x, but (as mentioned) should > > > > be supported by the driver available from Intel. > > > > > > If you wish to utilise the PCI Express expansion slots by using a > > > Pro/1000 PT network adapter, the procedure to follow might be something > > > like be this: > > > > > > 1. Install 6.1-RELEASE from CD, being sure to install the kernel source > > > 2. Obtain the latest Intel driver for FreeBSD 6.x (if it is still not > > > available on the website, email me and I will send it to you) > > > 3. Burn the driver onto a CD or other media and copy it onto the server > > > 4. Extract the driver source, and copy the if_em* files across into > > > /usr/src/sys/dev/em/ > > > 5. Build a new kernel (GENERIC will suffice) which will utilise the new > > > driver source (cd /usr/src && make buildkernel) > > > 6. Install the kernel and reboot (make installkernel) > > > > > > You should now have a working network with your Pro/1000 PT... > > > > > > Regards > > > Antony > > > > > > > > _______________________________________________ > > 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 Jul 4 06:23: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 4DA5316A4DA for ; Tue, 4 Jul 2006 06:23:27 +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 E596A43D53 for ; Tue, 4 Jul 2006 06:23:26 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.0.210] (c-24-130-79-25.hsd1.ca.comcast.net [24.130.79.25]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id k646NDZj077890 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 4 Jul 2006 02:23:14 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <44AA0961.2020006@p6m7g8.com> Date: Mon, 03 Jul 2006 23:23:29 -0700 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060627) MIME-Version: 1.0 To: mike@ascendency.net References: <002d01c69f29$af642810$0501a8c0@Mike8500> In-Reply-To: <002d01c69f29$af642810$0501a8c0@Mike8500> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail version change with p2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 06:23:27 -0000 Mike Loiterman wrote: > I just upgrade to 6.1 p2 with the Sendmail security update, but my Sendmail > version remains unchanged at 3.13.6. Shouldn't it have been bumped to > 3.13.7? If you look at the patch http://security.FreeBSD.org/patches/SA-06:17/sendmail.patch it does not bump the version. sendmail -d0.1 Version 8.13.6 Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6 NETUNIX NEWDB NIS PIPELINING SCANF STARTTLS TCPWRAPPERS USERDB XDEBUG .... -- ------------------------------------------------------------------------ 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 Tue Jul 4 06:59: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 0D80C16A4DF for ; Tue, 4 Jul 2006 06:59:35 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [82.99.44.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D54843D58 for ; Tue, 4 Jul 2006 06:59:33 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [82.99.47.5] by mail2.swebase.com (MDaemon.PRO.v8.1.0.R) with ESMTP id 16-md50000043341.msg for ; Tue, 04 Jul 2006 08:58:37 +0200 Message-ID: <44AA1160.70409@swehack.se> Date: Tue, 04 Jul 2006 08:57:36 +0200 From: nocturnal User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: Chuck Swiger References: <44A8D770.5060808@swehack.se> <44A8F0D6.4060307@swehack.se> <200607031306.12477.Danovitsch@vitsch.net> <200607031504.39332.nvass@teledomenet.gr> <44A90EDA.6040707@mac.com> In-Reply-To: <44A90EDA.6040707@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: nocturnal@swehack.se X-MDRemoteIP: 82.99.47.5 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2 X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 X-Spam-Level: X-Spam-Processed: mail2.swebase.com, Tue, 04 Jul 2006 08:58:41 +0200 Cc: freebsd-questions@freebsd.org, Nikos Vassiliadis Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 06:59:35 -0000 Hi kern.clockrate: { hz = 100, tick = 10000, profhz = 1024, stathz = 128 } I'm going to see if it's possible to disable USB from the BIOS later today, if not, can i disable the USB devices in the kernel? Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se Chuck Swiger wrote: > Nikos Vassiliadis wrote: >> On Monday 03 July 2006 14:06, Daan Vreeken [PA4DAN] wrote: > [ ... ] >>>> interrupt total rate >>>> irq0: clk 25130235 99 >>>> irq1: atkbd0 4 0 >>>> irq6: fdc0 1 0 >>>> irq7: ppc0 1 0 >>>> irq8: rtc 288300 1 >>>> irq11: atapci1 637852 2 >>>> irq12: vr0 uhci0+ 3890833 15 >>>> irq13: npx0 1 0 >>>> irq14: ata0 54 0 >>>> Total 29947281 119 >>> Hmm.. There seems to be nothing wrong with these numbers. If you were >>> suffering from an interrupt storm I would have expected much larger >>> numbers >>> in the "rate" column. The column "rate" shows the average number of >>> interrupts / second. In total your system handles about 120 interrupts / >>> second, so that shouldn't be a problem. >> >> I have the feeling that rate is calculated like this: >> number of interrupts since boottime / seconds of uptime > > OK. > >> so, this won't help if his is having now an interrupt storm >> while most of the time the system is interrupted ~ 120 times >> per second > > An interrupt storm on what, though? > > The ~100 interrupts per second from the clock on IRQ0 are absolutely > normal with HZ=100; the only other candidate seems to be the combination > of vr0 & USB controller on IRQ 12. > > If it's possible to disable the USB controller for a bit in the BIOS, it > would be interesting to see whether that makes any difference. You can > probably kill the parallel port, too. > > It's also interesting to note that IRQ 8, the RTC, seems to be mostly > idle-- normally that fires at stathz=128...check "sysctl kern.clockrate". > >> systat -vmstat $time shows interrupts per second regarding the last >> $time seconds > > Right, although the output from "vmstat 1" would survive being pasted > into email better, I suspect. > From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 07:43: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 5028016A4DD for ; Tue, 4 Jul 2006 07:43:57 +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 48F4A43D4C for ; Tue, 4 Jul 2006 07:43:55 +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 k647hsEY030786; Tue, 4 Jul 2006 10:43:54 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Tue, 4 Jul 2006 10:41:20 +0300 User-Agent: KMail/1.9.1 References: <51d7a5160607031749n24e8ebe1lfb6d34c2a37e3d10@mail.gmail.com> In-Reply-To: <51d7a5160607031749n24e8ebe1lfb6d34c2a37e3d10@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607041041.21582.nvass@teledomenet.gr> Cc: perikillo Subject: Re: Ports doubt, check network performance...? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 07:43:57 -0000 On Tuesday 04 July 2006 03:49, perikillo wrote: > Hi people. > > I have some problems on my network, and i want to use my freebsd > box to see if i can find the problems on my network, we have two > networks in two countrys connected by a private link, but i have seen > just a couple a weeks ago that we have some problems between both > links, we are lossing packets if i ping some server on the other link, > some times i get 36% of packets loss, is to but to much on bussines > hours. 36% packet loss is very high, it will almost make TCP unusable. ping is your tool. Use -s 500 to 1500 to simulate some-how real traffic situation. I guess you have a point-to-point link between the two offices, connected to a router? Do you administer these routers? Do know your bandwidth utilization? Are you sure your link is OK? check this with your service provider. Either you link is bad or you use all your available bandwidth. > > I want to use my freebsd box running 6.0 but just want to know if > some one could recomend me wich ports to check to see if i can find > wich device is causing this problem. FreeBSD can not help you much with this. Unless FreeBSD is the router in question. Or you could pass all traffic from a FreeBSD box in order to know what's going on. something like this central-switch------FBSD------router-1=====router-2 [--------------------LAN--------------------] [-----WAN-----] From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 07:44: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 2B47416A501 for ; Tue, 4 Jul 2006 07:44:15 +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 6578443D45 for ; Tue, 4 Jul 2006 07:44:11 +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 E3FB52E01E; Tue, 4 Jul 2006 09:44:09 +0200 (CEST) Message-ID: <44AA1C44.7000209@locolomo.org> Date: Tue, 04 Jul 2006 09:44:04 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Mark Moellering References: <200607031842.27083.mark@msen.com> In-Reply-To: <200607031842.27083.mark@msen.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 3 NIC firewall 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: Tue, 04 Jul 2006 07:44:15 -0000 Mark Moellering wrote: > I have a problem which I think must be simple, I just can't figure out > exactly what I need to do. I have a gateway / firewall (freebsd 6.1) with 3 > nic cards. I just added the third card, rl1, which I have attached to a > wireless access point. > I can ping the access point from the firewall, but not from the rest of the > internal (wired) network!!?? My wired network is 192.168.1 and the wireless > access point is currently the default 192.168.0.229. rl1 is set to > 192.168.0.210 Just one thing: have you checked the netmask on the hosts on your wired network? > Attached are netstat -r, my pf.conf and rc.conf from the firewall/gateway. > Any and all help is appreciated. comments on your ruleset: > # > # Firewall for Home or Small Office > # http://www.openbsd.org/faq/pf/example1.html > # > # macros > int_if = "bge0" > ext_if = "rl0" > wint_if = "rl1" > > tcp_services = "{ 22, 113 }" > icmp_types = "echoreq" > > priv_nets = "{ 127.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8 }" > > > # options > set block-policy return > set loginterface $ext_if > > # scrub > scrub in all > > # nat/rdr > nat on $ext_if from $int_if:network to any -> ($ext_if) > nat on $ext_if from $wint_if:network to any -> ($ext_if) > rdr on $int_if proto tcp from any to any port 21 -> 127.0.0.1 port 8021 You will probably like to replace "any" by !$priv_nets since only traffic to non private networks should exit on your external interface anyway. > # filter rules > block all log what you block, so you can see what rule catches the missing traffic. > #pass in all > > pass quick on lo0 all > > block drop in on $ext_if from $priv_nets to any > block drop out on $ext_if from any to $priv_nets You want to be quick here - right? > pass in on $ext_if inet proto tcp from any to ($ext_if) \ > port $tcp_services flags S/SA keep state > > #allow access to web server > #pass in on $ext_if inet proto tcp from $XXX to 192.168.1.5 port 80 \ > flags S/SA keep state Syntax error - you have a "flags ... " line with no rule. > pass in inet proto icmp all icmp-type $icmp_types keep state Ok, so you allow icmp from anywhere to anywhere on any interface? > pass in on $int_if from $int_if:network to any keep state > pass out on $int_if from any to $int_if:network keep state In this and the following, the out rule only match traffic originating from the firewall since you have keep state on you in-rules. > pass in on $wint_if from $wint_if:network to any keep state > pass out on $wint_if from any to $wint_if:network keep state > > pass in on $wint_if from $int_if:network to any keep state > pass in on $int_if from $wint_if:network to any keep state These two rules will NEVER match - you can't have traffic with origin your wired network coming in on your wireless interface. > pass out on $wint_if from any to $int_if:network keep state > pass out on $int_if from any to $wint_if:network keep state Same as above - you can't have traffic out on your wireless network interface when it's destined to a network block on the wired network. > pass out on $ext_if proto tcp all modulate state flags S/SA > pass out on $ext_if proto { udp, icmp } all keep state > pass in on $ext_if inet proto tcp from any to ($ext_if) \ > user proxy keep state Some general stuff: - Allways add "log" to your block rules to see where things are caught. - Allways use quick when you decide on an action opposite of default, in this case "pass", or you may have other rules messing up. - Organize your ruleset as follows: per direction, per interface, per protocol, (per origin this is normally given by the interface), per destination. Doing so will make it easier to read and check that you have all combinations. This organization also makes the firewall faster. - Avoid use of the "any/all" keyword in rules with the "quick" keyword. Rules using "any/all" should be placed last since these will catch any remaining packets. The only exception is the default action which doesn't have the "quick" keyword - I like to have it explicit at top. However, I don't see any rules that should block traffic between your two networks. Cheers, Erik From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 07:59: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 8EBF016A4DE for ; Tue, 4 Jul 2006 07:59:45 +0000 (UTC) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id D847143D45 for ; Tue, 4 Jul 2006 07:59:44 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Tue, 04 Jul 2006 09:59:43 +0200 id 0003980A.44AA1FEF.00004620 Date: Tue, 4 Jul 2006 09:59:43 +0200 To: freebsd-questions Message-ID: <20060704075943.GA17920@lothlorien.nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline User-Agent: Mutt/1.4.2.1i From: dick hoogendijk Subject: find syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 07:59:45 -0000 I want to change a string in a number of html files (recursive) In a linux group I got this line: #find /dir/to/htmlfile -name *.html -exec perl -p -i -e "s/nagual.st/nagual.nl/g;" {} \; This gives me an error "unknown option" and does not work. Doing a: perl -p -i -e "s/nagual.st/nagual.nl/g;" * does make the changes alright, but going to all html directories this way is a pain in...;-) What am I doing wrong in the first (linux) line? Any help appreciated. -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.1 +++ The Power to Serve From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 08:03: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 CAC2A16A4DF for ; Tue, 4 Jul 2006 08:03:52 +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 CABBC43D5E for ; Tue, 4 Jul 2006 08:03:45 +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 k6483fp5048041 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Jul 2006 15:03:41 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k6483e9A029133; Tue, 4 Jul 2006 15:03:40 +0700 (ICT) Date: Tue, 4 Jul 2006 15:03:40 +0700 (ICT) Message-Id: <200607040803.k6483e9A029133@banyan.cs.ait.ac.th> From: Olivier Nicole To: dick@nagual.st In-reply-to: <20060704075943.GA17920@lothlorien.nagual.st> (message from dick hoogendijk on Tue, 4 Jul 2006 09:59:43 +0200) References: <20060704075943.GA17920@lothlorien.nagual.st> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: find syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 08:03:52 -0000 > #find /dir/to/htmlfile -name *.html -exec perl -p -i -e > "s/nagual.st/nagual.nl/g;" {} \; You should escape the * that you pass to find: -name \*.html Most probably. olivier From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 08:16: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 1657816A4E0 for ; Tue, 4 Jul 2006 08:16:50 +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 42BAD43D46 for ; Tue, 4 Jul 2006 08:16:48 +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 k648GkEY031351; Tue, 4 Jul 2006 11:16:46 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Tue, 4 Jul 2006 11:14:13 +0300 User-Agent: KMail/1.9.1 References: <44A8D770.5060808@swehack.se> <44A90EDA.6040707@mac.com> <44AA1160.70409@swehack.se> In-Reply-To: <44AA1160.70409@swehack.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607041114.14169.nvass@teledomenet.gr> Cc: nocturnal Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:16:50 -0000 On Tuesday 04 July 2006 09:57, nocturnal wrote: > Hi > > kern.clockrate: { hz = 100, tick = 10000, profhz = 1024, stathz = 128 } > > I'm going to see if it's possible to disable USB from the BIOS later > today, if not, can i disable the USB devices in the kernel? are you sure you have to? Try vmstat -w1 to see the number of interrupts as advised by Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 08:30: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 1DE3516A4E1 for ; Tue, 4 Jul 2006 08:30:03 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from newmail.rmm.fr (newmail.rmm.fr [195.115.46.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA4C43D5C for ; Tue, 4 Jul 2006 08:30:01 +0000 (GMT) (envelope-from bsd@todoo.biz) Received: from localhost (localhost [127.0.0.1]) by newmail.rmm.fr (Postfix) with ESMTP id 2AFEC28747 for ; Tue, 4 Jul 2006 10:29:58 +0200 (CEST) X-Virus-Scanned: amavisd-new 2.4.1 (20060508) at rmm.fr Received: from newmail.rmm.fr ([127.0.0.1]) by localhost (newmail.rmm.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XeQrk-zarA5U for ; Tue, 4 Jul 2006 10:29:58 +0200 (CEST) Received: from [172.16.1.201] (me.todoo.biz [82.66.93.242]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by newmail.rmm.fr (Postfix) with ESMTP id E14C928744 for ; Tue, 4 Jul 2006 10:29:57 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: quoted-printable Message-Id: <0DC8ABD1-EC70-4E68-B8F9-22CC3C3D571A@todoo.biz> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed To: Liste FreeBSD From: bsd Date: Tue, 4 Jul 2006 10:29:53 +0200 X-Mailer: Apple Mail (2.752.2) Subject: Problem with pkgdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 08:30:03 -0000 Hello, I have a problem with pkgdb that I am not able to solve on my own. root:newmail 10:26 /usr/ports/sysutils/portupgrade # pkgdb -fu ---> Updating the pkgdb [Rebuilding the pkgdb in /var/db/pkg ... =20 uninitialized constant PkgDB::BDB: Cannot update the pkgdb!] So far I have tried to reinstall couple of ports (portupgrade), but =20 that didn't solve anything. Thanks for your support. P.S. A solution was to use portmanager but I think I still need pkgdb =20= - is that correct ?? ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF Gregober ---> PGP ID --> 0x1BA3C2FD bsd @at@ todoo.biz ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 08:45: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 90D1716A4E6 for ; Tue, 4 Jul 2006 08:45:24 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [82.99.44.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD75643D45 for ; Tue, 4 Jul 2006 08:45:23 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [82.99.47.5] by mail2.swebase.com (MDaemon.PRO.v8.1.0.R) with ESMTP id 62-md50000043342.msg for ; Tue, 04 Jul 2006 10:41:21 +0200 Message-ID: <44AA2977.3080707@swehack.se> Date: Tue, 04 Jul 2006 10:40:23 +0200 From: nocturnal User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: Nikos Vassiliadis References: <44A8D770.5060808@swehack.se> <44A90EDA.6040707@mac.com> <44AA1160.70409@swehack.se> <200607041114.14169.nvass@teledomenet.gr> In-Reply-To: <200607041114.14169.nvass@teledomenet.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: nocturnal@swehack.se X-MDRemoteIP: 82.99.47.5 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2 X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 X-Spam-Level: X-Spam-Processed: mail2.swebase.com, Tue, 04 Jul 2006 10:42:27 +0200 Cc: freebsd-questions@freebsd.org Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:45:24 -0000 Hi This is what i get, i'm afraid i'm not good at interpreting the results. procs memory page disks faults cpu r b w avm fre flt re pi po fr sr ad4 ad6 in sy cs us sy id 1 5 0 274324 36436 26 0 0 0 50 27 0 0 242 149 332 0 88 12 1 5 0 274324 36424 3 0 0 0 3 0 1 0 338 911 462 0 50 50 1 5 0 274324 36424 0 0 0 0 0 0 16 0 391 1011 581 0 33 67 1 5 0 274324 36424 0 0 0 0 3 0 1 0 611 263 877 0 33 67 1 5 0 274324 36424 0 0 0 0 0 0 1 0 674 128 931 0 75 25 1 5 0 274324 36424 0 0 0 0 0 0 0 0 563 118 711 0 0 100 1 5 0 274324 36424 0 0 0 0 0 0 0 0 531 129 702 0 67 33 1 5 0 274324 36424 0 0 0 0 0 0 0 0 440 118 578 0 50 50 1 6 0 274324 36376 0 0 0 0 0 0 0 0 563 158 774 0 67 33 1 5 0 274324 36268 0 0 0 0 0 0 10 0 702 1019 920 0 100 0 1 5 0 274324 36268 0 0 0 0 0 0 0 0 683 118 872 0 25 75 0 6 0 291460 33800 955 0 0 0 333 0 0 0 783 1423 1069 0 50 50 0 5 0 274324 36240 611 0 0 0 1500 0 0 0 491 567 707 0 100 0 0 5 0 274324 36240 0 0 0 0 0 0 0 0 717 121 986 0 100 0 0 5 0 274324 36240 0 0 0 0 0 0 0 0 729 129 923 0 33 67 0 5 0 274324 36240 0 0 0 0 0 0 0 0 570 118 742 0 50 50 0 5 0 274324 36240 0 0 0 0 0 0 0 0 568 1381 793 0 33 67 0 5 0 274324 36240 0 0 0 0 4 0 32 0 716 129 1036 0 75 25 0 5 0 274324 36240 0 0 0 0 0 0 0 0 745 118 843 0 75 25 0 5 0 274324 36240 0 0 0 0 0 0 7 0 610 137 820 0 67 33 0 5 0 274324 36240 0 0 0 0 0 0 0 0 465 174 630 0 0 100 0 5 0 274324 36240 0 0 0 0 0 0 0 0 327 237 454 0 50 50 0 5 0 274324 36240 0 0 0 0 0 0 0 0 253 125 323 0 100 0 0 5 0 274324 36240 0 0 0 0 0 0 0 0 249 127 314 0 100 0 0 5 0 274324 36240 0 0 0 0 0 0 0 0 240 118 303 0 100 0 0 5 0 274324 36240 0 0 0 0 0 0 0 0 238 125 301 0 100 0 0 5 0 274324 36240 0 0 0 0 0 0 0 0 255 129 330 0 100 0 0 5 0 274324 36240 0 0 0 0 0 0 0 0 258 144 337 0 100 0 0 5 0 274324 36240 0 0 0 0 0 0 0 0 269 129 358 0 100 0 0 5 0 274324 36236 0 0 0 0 0 0 2 0 312 527 431 0 100 0 0 5 0 274324 36236 0 0 0 0 12 0 21 0 287 129 409 0 100 0 0 5 0 274324 36236 0 0 0 0 0 0 0 0 257 128 331 0 100 0 0 5 0 274324 36236 0 0 0 0 0 0 0 0 253 118 324 0 100 0 0 5 0 274324 36236 0 0 0 0 0 0 0 0 248 128 315 0 100 0 0 5 0 274324 36236 0 0 0 0 0 0 5 0 257 118 333 0 100 0 0 5 0 274324 36236 0 0 0 0 0 0 0 0 257 118 327 0 100 0 0 5 0 274324 36236 0 0 0 0 0 0 0 0 294 118 366 0 100 0 Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se Nikos Vassiliadis wrote: > On Tuesday 04 July 2006 09:57, nocturnal wrote: >> Hi >> >> kern.clockrate: { hz = 100, tick = 10000, profhz = 1024, stathz = 128 } >> >> I'm going to see if it's possible to disable USB from the BIOS later >> today, if not, can i disable the USB devices in the kernel? > > are you sure you have to? > Try vmstat -w1 to see the number of interrupts as advised by Chuck > > > From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 09:08: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 865A816A4DE for ; Tue, 4 Jul 2006 09:08:55 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id E680C43D46 for ; Tue, 4 Jul 2006 09:08:54 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k6498kx95391; Tue, 4 Jul 2006 02:08:46 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Message-ID: <022601c69f49$7d6be5d0$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "William" References: <002701c6969e$7b4ed180$3c01a8c0@coolf89ea26645><44A4B603.1070403@mawer.org><44A4BFA3.8090503@mawer.org><20060630072718.GA69997@owl.midgard.homeip.net><44A862F5.80203@mawer.org><001b01c69f27$7a58f8f0$3c01a8c0@coolf89ea26645> Date: Tue, 4 Jul 2006 02:08:59 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: Antony Mawer , freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.0 compat with DL320 G4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 09:08:55 -0000 I think your trying to second-guess very simple instructions and making things very hard for yourself. I'll try to explain one last time then I'll throw my hands up in the air The HP DL320 G4 slots, whether PCI-X or PCI Express, to be accessible, MUST USE A RISER CARD. HP has TWO different riser cards available. BOTH riser cards have TWO slots, a half-height and a full height. The first riser card has a half-height PCI-Express slot, and a full-height PCI Express slot. This is the riser card that is supplied by the factory and it comes with the server. The second riser card is OPTIONAL and it contains a half-height PCI-Express slot and a full-height PCI-X slot. It REPLACES the factory-supplied riser card, if you use it. The Intel MT card is a PCI-X card. It will not fit in a PCI Express slot. It works with FBSD 6.1 The Intel PT card is a PCI Express card. It will not fit in a PCI-X slot. It does not work with FBSD 6.1 unless you load the driver. You can either do ONE of the following: 1) Use the Intel MT card with the optional HP PCI-X riser card. This works out of box with FBSD 6.1 2) Use the Intel PT card with the HP riser card that ships with the server. This DOES NOT work out of the box with FBSD 6.1 You MUST load the current driver for this to work. You CANNOT USE the MT card with the riser card that ships with the server. You CANNOT use a low-profile PCI-X card because the optional PCI-X riser card DOES NOT HAVE a low profile PCI-X slot. It has a standard height PCI-X slot ONLY. Incidentally the fact that your HP dealer cannot apparently explain this to you pretty much means YOUR HP DEALER SUCKS THE BIG WEENIE. Ted ----- Original Message ----- From: "William" To: "Ted Mittelstaedt" Cc: "Antony Mawer" ; Sent: Monday, July 03, 2006 11:05 PM Subject: Re: FreeBSD 6.0 compat with DL320 G4 > Ok, I think its best I just order a Intel MT card with the low profile > PCI-X adapter instead of flapping about with these riser cards and > then just use 6-stable. All getting quite confusing. > > On 04/07/06, Ted Mittelstaedt wrote: > > > > Correct, it will not fit - unless you order the PCI-X riser card from HP and > > replace the PCI-Express riser card that ships with the 320 with the PCI-X > > riser card. > > > > Ted > > > > ----- Original Message ----- > > From: "William" > > To: "Antony Mawer" > > Cc: ; "Ted Mittelstaedt" > > > > Sent: Monday, July 03, 2006 10:56 AM > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > Did you guys say the card I've got in another box wont fit into a 320? > > > > > > On 03/07/06, Antony Mawer wrote: > > > > On 29/06/2006 9:27 PM, Erik Trulsson wrote: > > > > > On Fri, Jun 30, 2006 at 07:56:00AM +0100, William wrote: > > > > >> Antony, > > > > >> > > > > >> I've got an Intel card in production already on a homebrew box, the > > > > >> code is INTEL-PWLA8492MT and description is "Intel Dual Port Server > > > > >> Adapter 10/100/1000". Any idea if that will do? > > > > > > > > > > That is a PRO/1000 MT card, which is a PCI-X adapter and is supported > > > > > by the standard em(4) driver in FreeBSD 6.x, > > > > > > > > > > The PRO/1000 PT mentioned below is a PCI-Express adapter and is not > > > > > supported by the standard driver in 6.x, but (as mentioned) should > > > > > be supported by the driver available from Intel. > > > > > > > > If you wish to utilise the PCI Express expansion slots by using a > > > > Pro/1000 PT network adapter, the procedure to follow might be something > > > > like be this: > > > > > > > > 1. Install 6.1-RELEASE from CD, being sure to install the kernel source > > > > 2. Obtain the latest Intel driver for FreeBSD 6.x (if it is still not > > > > available on the website, email me and I will send it to you) > > > > 3. Burn the driver onto a CD or other media and copy it onto the server > > > > 4. Extract the driver source, and copy the if_em* files across into > > > > /usr/src/sys/dev/em/ > > > > 5. Build a new kernel (GENERIC will suffice) which will utilise the new > > > > driver source (cd /usr/src && make buildkernel) > > > > 6. Install the kernel and reboot (make installkernel) > > > > > > > > You should now have a working network with your Pro/1000 PT... > > > > > > > > Regards > > > > Antony > > > > > > > > > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 09:35: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 EDC2216A4DD for ; Tue, 4 Jul 2006 09:35:42 +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 51F7A43D46 for ; Tue, 4 Jul 2006 09:35:41 +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 k649ZeEY000307; Tue, 4 Jul 2006 12:35:40 +0300 From: Nikos Vassiliadis To: nocturnal Date: Tue, 4 Jul 2006 12:33:07 +0300 User-Agent: KMail/1.9.1 References: <44A8D770.5060808@swehack.se> <200607041114.14169.nvass@teledomenet.gr> <44AA2977.3080707@swehack.se> In-Reply-To: <44AA2977.3080707@swehack.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607041233.07827.nvass@teledomenet.gr> Cc: freebsd-questions@freebsd.org Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 09:35:43 -0000 On Tuesday 04 July 2006 11:40, nocturnal wrote: > Hi > > This is what i get, i'm afraid i'm not good at interpreting the results. > > procs memory page disks faults cpu > r b w avm fre flt re pi po fr sr ad4 ad6 in sy cs us > sy id > 1 5 0 274324 36436 26 0 0 0 50 27 0 0 242 149 332 0 > 88 12 > 1 5 0 274324 36424 3 0 0 0 3 0 1 0 338 911 462 0 > 50 50 > 1 5 0 274324 36424 0 0 0 0 0 0 16 0 391 1011 581 0 > 33 67 > 1 5 0 274324 36424 0 0 0 0 3 0 1 0 611 263 877 0 > 33 67 > 1 5 0 274324 36424 0 0 0 0 0 0 1 0 674 128 931 0 > 75 25 > 1 5 0 274324 36424 0 0 0 0 0 0 0 0 563 118 711 0 > 0 100 > 1 5 0 274324 36424 0 0 0 0 0 0 0 0 531 129 702 0 > 67 33 > 1 5 0 274324 36424 0 0 0 0 0 0 0 0 440 118 578 0 > 50 50 > 1 6 0 274324 36376 0 0 0 0 0 0 0 0 563 158 774 0 > 67 33 > 1 5 0 274324 36268 0 0 0 0 0 0 10 0 702 1019 920 0 > 100 0 > 1 5 0 274324 36268 0 0 0 0 0 0 0 0 683 118 872 0 > 25 75 > 0 6 0 291460 33800 955 0 0 0 333 0 0 0 783 1423 1069 > 0 50 50 > 0 5 0 274324 36240 611 0 0 0 1500 0 0 0 491 567 707 > 0 100 0 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 717 121 986 0 > 100 0 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 729 129 923 0 > 33 67 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 570 118 742 0 > 50 50 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 568 1381 793 0 > 33 67 > 0 5 0 274324 36240 0 0 0 0 4 0 32 0 716 129 1036 > 0 75 25 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 745 118 843 0 > 75 25 > 0 5 0 274324 36240 0 0 0 0 0 0 7 0 610 137 820 0 > 67 33 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 465 174 630 0 > 0 100 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 327 237 454 0 > 50 50 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 253 125 323 0 > 100 0 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 249 127 314 0 > 100 0 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 240 118 303 0 > 100 0 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 238 125 301 0 > 100 0 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 255 129 330 0 > 100 0 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 258 144 337 0 > 100 0 > 0 5 0 274324 36240 0 0 0 0 0 0 0 0 269 129 358 0 > 100 0 > 0 5 0 274324 36236 0 0 0 0 0 0 2 0 312 527 431 0 > 100 0 > 0 5 0 274324 36236 0 0 0 0 12 0 21 0 287 129 409 0 > 100 0 > 0 5 0 274324 36236 0 0 0 0 0 0 0 0 257 128 331 0 > 100 0 > 0 5 0 274324 36236 0 0 0 0 0 0 0 0 253 118 324 0 > 100 0 > 0 5 0 274324 36236 0 0 0 0 0 0 0 0 248 128 315 0 > 100 0 > 0 5 0 274324 36236 0 0 0 0 0 0 5 0 257 118 333 0 > 100 0 > 0 5 0 274324 36236 0 0 0 0 0 0 0 0 257 118 327 0 > 100 0 > 0 5 0 274324 36236 0 0 0 0 0 0 0 0 294 118 366 0 > 100 0 > Please turn off word wrapping on your mail program when you send such output. Or send as attachment. Well, normal number of interrupts, a lot of time in kernel, quite a few context switches send as attachment "top -n -S -I -d 10" please There is also a -m in 6.x, don't know about 5.3-R, but it would be interesting if it exists from top manual: -mdisplay Display either cpu or io statistics. Default is cpu. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 09:47: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 D9F2016A4DE for ; Tue, 4 Jul 2006 09:47:11 +0000 (UTC) (envelope-from willay@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 DAABE43D45 for ; Tue, 4 Jul 2006 09:47:10 +0000 (GMT) (envelope-from willay@gmail.com) Received: by nf-out-0910.google.com with SMTP id c29so1036074nfb for ; Tue, 04 Jul 2006 02:47:09 -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=pjywptpe+9G9bOt+SmWkrwyQPtI5fPNdGrCuNiftPWj53axMBrT1whdz+PxjnV0T8PJ9PKLyc8ULcNnKpGceFgB8vxubZYdwPwsoZ2DWSaMb2SH5+sEgwRKtI2+GXOAS2girAR+vwMaLEB7VFJeoAEqhgt+0i/p/HEOeHqSE9l0= Received: by 10.49.59.5 with SMTP id m5mr3156128nfk; Tue, 04 Jul 2006 02:47:09 -0700 (PDT) Received: by 10.67.29.5 with HTTP; Tue, 4 Jul 2006 02:47:09 -0700 (PDT) Message-ID: Date: Tue, 4 Jul 2006 10:47:09 +0100 From: William To: "Ted Mittelstaedt" In-Reply-To: <022601c69f49$7d6be5d0$3c01a8c0@coolf89ea26645> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44A4BFA3.8090503@mawer.org> <20060630072718.GA69997@owl.midgard.homeip.net> <44A862F5.80203@mawer.org> <001b01c69f27$7a58f8f0$3c01a8c0@coolf89ea26645> <022601c69f49$7d6be5d0$3c01a8c0@coolf89ea26645> Cc: Antony Mawer , freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.0 compat with DL320 G4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 09:47:11 -0000 Ted, Apoligises for being difficult, I must be suffering from my super early mornings and information overload. Thank you for explaining it, my dealer has picked up on the fact that I'll require the PT instead of MT card that I suggested. Thanks again for your help, what would be the best way of grabbing the latest driver for em for the 1000PT card? Regards, Will On 04/07/06, Ted Mittelstaedt wrote: > I think your trying to second-guess very simple instructions and making > things very > hard for yourself. I'll try to explain one last time then I'll throw my > hands up in > the air > > The HP DL320 G4 slots, whether PCI-X or PCI Express, to be accessible, > MUST USE A RISER CARD. HP has TWO different riser cards available. > > BOTH riser cards have TWO slots, a half-height and a full height. > > The first riser card has a half-height PCI-Express slot, and a full-height > PCI Express slot. This is the riser card that is supplied by the factory > and it comes with the server. > > The second riser card is OPTIONAL and it contains a half-height > PCI-Express slot and a full-height PCI-X slot. It REPLACES the > factory-supplied riser card, if you use it. > > > The Intel MT card is a PCI-X card. It will not fit in a PCI Express slot. > It > works with FBSD 6.1 > > The Intel PT card is a PCI Express card. It will not fit in a PCI-X slot. > It does not work with FBSD 6.1 unless you load the driver. > > You can either do ONE of the following: > > 1) Use the Intel MT card with the optional HP PCI-X riser card. This works > out > of box with FBSD 6.1 > > 2) Use the Intel PT card with the HP riser card that ships with the server. > This DOES > NOT work out of the box with FBSD 6.1 You MUST load the current driver for > this to work. > > You CANNOT USE the MT card with the riser card that ships with the server. > > You CANNOT use a low-profile PCI-X card because the optional PCI-X > riser card DOES NOT HAVE a low profile PCI-X slot. It has a standard > height PCI-X slot ONLY. > > Incidentally the fact that your HP dealer cannot apparently explain this to > you pretty much means YOUR HP DEALER SUCKS THE BIG WEENIE. > > Ted > > ----- Original Message ----- > From: "William" > To: "Ted Mittelstaedt" > Cc: "Antony Mawer" ; > > Sent: Monday, July 03, 2006 11:05 PM > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > Ok, I think its best I just order a Intel MT card with the low profile > > PCI-X adapter instead of flapping about with these riser cards and > > then just use 6-stable. All getting quite confusing. > > > > On 04/07/06, Ted Mittelstaedt wrote: > > > > > > Correct, it will not fit - unless you order the PCI-X riser card from HP > and > > > replace the PCI-Express riser card that ships with the 320 with the > PCI-X > > > riser card. > > > > > > Ted > > > > > > ----- Original Message ----- > > > From: "William" > > > To: "Antony Mawer" > > > Cc: ; "Ted Mittelstaedt" > > > > > > Sent: Monday, July 03, 2006 10:56 AM > > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > > > > Did you guys say the card I've got in another box wont fit into a 320? > > > > > > > > On 03/07/06, Antony Mawer wrote: > > > > > On 29/06/2006 9:27 PM, Erik Trulsson wrote: > > > > > > On Fri, Jun 30, 2006 at 07:56:00AM +0100, William wrote: > > > > > >> Antony, > > > > > >> > > > > > >> I've got an Intel card in production already on a homebrew box, > the > > > > > >> code is INTEL-PWLA8492MT and description is "Intel Dual Port > Server > > > > > >> Adapter 10/100/1000". Any idea if that will do? > > > > > > > > > > > > That is a PRO/1000 MT card, which is a PCI-X adapter and is > supported > > > > > > by the standard em(4) driver in FreeBSD 6.x, > > > > > > > > > > > > The PRO/1000 PT mentioned below is a PCI-Express adapter and is > not > > > > > > supported by the standard driver in 6.x, but (as mentioned) should > > > > > > be supported by the driver available from Intel. > > > > > > > > > > If you wish to utilise the PCI Express expansion slots by using a > > > > > Pro/1000 PT network adapter, the procedure to follow might be > something > > > > > like be this: > > > > > > > > > > 1. Install 6.1-RELEASE from CD, being sure to install the kernel > source > > > > > 2. Obtain the latest Intel driver for FreeBSD 6.x (if it is still > not > > > > > available on the website, email me and I will send it to you) > > > > > 3. Burn the driver onto a CD or other media and copy it onto the > server > > > > > 4. Extract the driver source, and copy the if_em* files across into > > > > > /usr/src/sys/dev/em/ > > > > > 5. Build a new kernel (GENERIC will suffice) which will utilise the > new > > > > > driver source (cd /usr/src && make buildkernel) > > > > > 6. Install the kernel and reboot (make installkernel) > > > > > > > > > > You should now have a working network with your Pro/1000 PT... > > > > > > > > > > Regards > > > > > Antony > > > > > > > > > > > > > > _______________________________________________ > > > > freebsd-questions@freebsd.org mailing list > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > > To unsubscribe, send any mail to > > > "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > > From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 10:13: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 61FF116A4DD for ; Tue, 4 Jul 2006 10:13:55 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [82.99.44.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F9943D53 for ; Tue, 4 Jul 2006 10:13:53 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [82.99.47.5] by mail2.swebase.com (MDaemon.PRO.v8.1.0.R) with ESMTP id 61-md50000043370.msg for ; Tue, 04 Jul 2006 12:11:37 +0200 Message-ID: <44AA3E9E.5000906@swehack.se> Date: Tue, 04 Jul 2006 12:10:38 +0200 From: nocturnal User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: Nikos Vassiliadis References: <44A8D770.5060808@swehack.se> <200607041114.14169.nvass@teledomenet.gr> <44AA2977.3080707@swehack.se> <200607041233.07827.nvass@teledomenet.gr> In-Reply-To: <200607041233.07827.nvass@teledomenet.gr> Content-Type: multipart/mixed; boundary="------------060002000702030801060703" X-Authenticated-Sender: nocturnal@swehack.se X-MDRemoteIP: 82.99.47.5 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2 X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 X-Spam-Level: X-Spam-Processed: mail2.swebase.com, Tue, 04 Jul 2006 12:12:33 +0200 Cc: freebsd-questions@freebsd.org Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 10:13:55 -0000 This is a multi-part message in MIME format. --------------060002000702030801060703 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hi The -m argument exists in 5.3-RELEASE, thank you. I've attached one file with -mio and the other without. With -mio it just output some extra stuff at the beginning so i don't know how much it matters or maybe i did something wrong. Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se Nikos Vassiliadis wrote: > On Tuesday 04 July 2006 11:40, nocturnal wrote: >> Hi >> >> This is what i get, i'm afraid i'm not good at interpreting the results. >> >> procs memory page disks faults cpu >> r b w avm fre flt re pi po fr sr ad4 ad6 in sy cs us >> sy id >> 1 5 0 274324 36436 26 0 0 0 50 27 0 0 242 149 332 0 >> 88 12 >> 1 5 0 274324 36424 3 0 0 0 3 0 1 0 338 911 462 0 >> 50 50 >> 1 5 0 274324 36424 0 0 0 0 0 0 16 0 391 1011 581 0 >> 33 67 >> 1 5 0 274324 36424 0 0 0 0 3 0 1 0 611 263 877 0 >> 33 67 >> 1 5 0 274324 36424 0 0 0 0 0 0 1 0 674 128 931 0 >> 75 25 >> 1 5 0 274324 36424 0 0 0 0 0 0 0 0 563 118 711 0 >> 0 100 >> 1 5 0 274324 36424 0 0 0 0 0 0 0 0 531 129 702 0 >> 67 33 >> 1 5 0 274324 36424 0 0 0 0 0 0 0 0 440 118 578 0 >> 50 50 >> 1 6 0 274324 36376 0 0 0 0 0 0 0 0 563 158 774 0 >> 67 33 >> 1 5 0 274324 36268 0 0 0 0 0 0 10 0 702 1019 920 0 >> 100 0 >> 1 5 0 274324 36268 0 0 0 0 0 0 0 0 683 118 872 0 >> 25 75 >> 0 6 0 291460 33800 955 0 0 0 333 0 0 0 783 1423 1069 >> 0 50 50 >> 0 5 0 274324 36240 611 0 0 0 1500 0 0 0 491 567 707 >> 0 100 0 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 717 121 986 0 >> 100 0 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 729 129 923 0 >> 33 67 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 570 118 742 0 >> 50 50 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 568 1381 793 0 >> 33 67 >> 0 5 0 274324 36240 0 0 0 0 4 0 32 0 716 129 1036 >> 0 75 25 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 745 118 843 0 >> 75 25 >> 0 5 0 274324 36240 0 0 0 0 0 0 7 0 610 137 820 0 >> 67 33 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 465 174 630 0 >> 0 100 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 327 237 454 0 >> 50 50 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 253 125 323 0 >> 100 0 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 249 127 314 0 >> 100 0 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 240 118 303 0 >> 100 0 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 238 125 301 0 >> 100 0 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 255 129 330 0 >> 100 0 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 258 144 337 0 >> 100 0 >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 269 129 358 0 >> 100 0 >> 0 5 0 274324 36236 0 0 0 0 0 0 2 0 312 527 431 0 >> 100 0 >> 0 5 0 274324 36236 0 0 0 0 12 0 21 0 287 129 409 0 >> 100 0 >> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 257 128 331 0 >> 100 0 >> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 253 118 324 0 >> 100 0 >> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 248 128 315 0 >> 100 0 >> 0 5 0 274324 36236 0 0 0 0 0 0 5 0 257 118 333 0 >> 100 0 >> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 257 118 327 0 >> 100 0 >> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 294 118 366 0 >> 100 0 >> > > Please turn off word wrapping on your mail program when > you send such output. Or send as attachment. Well, normal > number of interrupts, a lot of time in kernel, quite a few context > switches > > send as attachment "top -n -S -I -d 10" please > There is also a -m in 6.x, don't know about 5.3-R, but it would be > interesting if it exists > > from top manual: > -mdisplay > Display either cpu or io statistics. Default is cpu. > > > --------------060002000702030801060703 Content-Type: text/plain; name="top-io.out" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="top-io.out" last pid: 29582; load averages: 0.01, 0.13, 0.08 up 3+21:29:14 12:06:22 114 processes: 2 running, 87 sleeping, 25 waiting Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5488K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND 498 www 49228 98410 540 5580 122 6242 1.35% httpd 465 www 50096 103518 736 2877 423 4036 0.88% httpd 489 www 54847 93551 771 4688 335 5794 1.26% httpd 605 www 48318 89215 577 4239 112 4928 1.07% httpd 2326 www 46595 104188 597 3857 150 4604 1.00% httpd 46 root 337454 0 830 358189 0 359019 77.88% syncer 2315 www 44607 74767 795 4356 131 5282 1.15% httpd 19562 www 19505 54030 558 1805 214 2577 0.56% httpd 16684 www 22848 40500 616 1029 272 1917 0.42% httpd 16859 www 22658 35251 488 1789 223 2500 0.54% httpd 514 root 376067 133688 2705 5 24 2734 0.59% named 25400 www 6904 9942 189 294 60 543 0.12% httpd 45 root 338105 0 0 54682 0 54682 11.86% bufdaemon 429 root 333012 9130 3 6 5 14 0.00% httpd 490 swebase 41767 6295 5 0 0 5 0.00% sshd 22948 swebase 2019 1761 4 62 4 70 0.02% vim 406 root 10631 122 11 0 0 11 0.00% cron 467 root 31893 14355 153 37 0 190 0.04% rotatelogs last pid: 29582; load averages: 0.01, 0.13, 0.08 up 3+21:29:16 12:06:24 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 100% interrupt, 0.0% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5376K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND last pid: 29582; load averages: 0.01, 0.12, 0.08 up 3+21:29:18 12:06:26 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 100% interrupt, 0.0% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5284K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND 46 root 3 0 1 6 0 7 100.00% syncer last pid: 29582; load averages: 0.01, 0.12, 0.08 up 3+21:29:20 12:06:28 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 100% interrupt, 0.0% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5284K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND last pid: 29582; load averages: 0.01, 0.12, 0.08 up 3+21:29:22 12:06:30 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 33.3% interrupt, 66.7% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5284K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND 46 root 2 0 0 1 0 1 100.00% syncer last pid: 29582; load averages: 0.01, 0.12, 0.08 up 3+21:29:24 12:06:32 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 100% interrupt, 0.0% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5284K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND last pid: 29582; load averages: 0.01, 0.12, 0.08 up 3+21:29:26 12:06:34 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5284K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND last pid: 29582; load averages: 0.01, 0.12, 0.08 up 3+21:29:28 12:06:36 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 100% interrupt, 0.0% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5280K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND last pid: 29582; load averages: 0.01, 0.12, 0.08 up 3+21:29:30 12:06:38 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 33.3% interrupt, 66.7% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5280K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND 46 root 2 0 0 9 0 9 100.00% syncer last pid: 29582; load averages: 0.01, 0.12, 0.08 up 3+21:29:32 12:06:40 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 100% interrupt, 0.0% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5280K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND --------------060002000702030801060703 Content-Type: text/plain; name="top.out" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="top.out" last pid: 29593; load averages: 0.00, 0.08, 0.07 up 3+21:31:14 12:08:22 114 processes: 2 running, 87 sleeping, 25 waiting Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5428K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND last pid: 29593; load averages: 0.00, 0.08, 0.07 up 3+21:31:16 12:08:24 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 66.7% interrupt, 33.3% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5324K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND last pid: 29593; load averages: 0.00, 0.08, 0.07 up 3+21:31:18 12:08:26 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 100% interrupt, 0.0% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5248K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND last pid: 29593; load averages: 0.00, 0.08, 0.07 up 3+21:31:20 12:08:28 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 66.7% interrupt, 33.3% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5248K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND last pid: 29593; load averages: 0.00, 0.08, 0.07 up 3+21:31:22 12:08:30 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 100% interrupt, 0.0% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5248K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND last pid: 29593; load averages: 0.00, 0.08, 0.07 up 3+21:31:24 12:08:32 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 50.0% interrupt, 50.0% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5248K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND last pid: 29593; load averages: 0.00, 0.08, 0.07 up 3+21:31:26 12:08:34 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 100% interrupt, 0.0% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5212K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND last pid: 29593; load averages: 0.00, 0.08, 0.07 up 3+21:31:28 12:08:36 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 50.0% interrupt, 50.0% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5212K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND last pid: 29593; load averages: 0.00, 0.08, 0.07 up 3+21:31:30 12:08:38 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 100% interrupt, 0.0% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5212K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND last pid: 29593; load averages: 0.00, 0.07, 0.07 up 3+21:31:32 12:08:40 114 processes: 2 running, 87 sleeping, 25 waiting CPU states: 0.0% user, 0.0% nice, 0.0% system, 66.7% interrupt, 33.3% idle Mem: 193M Active, 300M Inact, 99M Wired, 22M Cache, 73M Buf, 5212K Free Swap: 329M Total, 376K Used, 329M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND --------------060002000702030801060703-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 10:19: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 392DC16A4DD for ; Tue, 4 Jul 2006 10:19:58 +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 A8DA343D45 for ; Tue, 4 Jul 2006 10:19:56 +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 6D5BA457A7; Tue, 4 Jul 2006 12:19:55 +0200 (CEST) From: "no@spam@mgedv.net" To: "'Atom Powers'" Date: Tue, 4 Jul 2006 12:20:00 +0200 Message-ID: <003101c69f53$686306a0$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 In-Reply-To: thread-index: AcaetvlGL/UNjg0FTFKHMtqW+OKaHwAnBLgg Cc: freebsd-questions@freebsd.org Subject: RE: shell scripting: help appreciated X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 10:19:58 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Atom Powers > Sent: Monday, July 03, 2006 5:40 PM > Cc: freebsd-questions@freebsd.org > Subject: Re: shell scripting: help appreciated > > On 7/3/06, no@spam@mgedv.net wrote: > > > > > if i change the line > > /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; > > to > > echo /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; > > the program loops for all records in the foo.conf correctly. > > > > if i remove the "echo" keyword, the sub-script get's executed, > > but the shell terminates as if there were lesser records in > > the foo.conf file! > > > try: > > eval /bin/sh -c "subprogram.sh $h_val1 $h_val2 $h_opt1"; > > well, even changing to "/bin/sh -c subprogram.sh" without passing any parameters (everything is taken now from the environment, the program still stops after reading lesser records from the input file as there are :-( the shell returnvalue is being checked after the subprogram returns and i get all the messages after the subprogram inside the loop, too. so it's not an error-exit or something like that. it's just as if there were lesser records for the input to the loop. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 10:27: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 2126516A4DA for ; Tue, 4 Jul 2006 10:27:10 +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 8472043D4C for ; Tue, 4 Jul 2006 10:27:09 +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 k64AR3EY001211; Tue, 4 Jul 2006 13:27:04 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Tue, 4 Jul 2006 13:24:31 +0300 User-Agent: KMail/1.9.1 References: <20060704004255.Q42828@trex.centroin.com.br> In-Reply-To: <20060704004255.Q42828@trex.centroin.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607041324.31476.nvass@teledomenet.gr> Cc: scuba@centroin.com.br Subject: Re: TCP 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: Tue, 04 Jul 2006 10:27:10 -0000 On Tuesday 04 July 2006 07:01, scuba@centroin.com.br wrote: > Hi folks, > > I'm facing some troubles with mail server on a busy slow link. > > I'm getting a lot of "sendmail: SYSERR: collect: read timeout on > connection from" entries in the logs. > > I found this page showing an workaround for Solaris. Is it > applicable for Free BSD 5.4? If positive, is there any sysctl variable to > tun it? > > -----------------xxxxxx----------------- > > TCP/IP connections time out too soon, especially on slow links. > > The tcp/ip abort interval in Solaris 2.x is too short, the default value > is 2 minutes. The result is that when an ACK isn't received in 2 minutes, > the connection is closed. This is most often seen by sendmail, which will > log > > sendmail: SYSERR: collect: read timeout on connection from ... > > You can fix this by running following command which increases the timeout > to 8 minutes (unit is millisec), which is the Solaris 2.4+ (and patched > 2.3) default. > > /usr/sbin/ndd -set /dev/tcp tcp_ip_abort_interval 480000 > > -----------------xxxxxx----------------- > Are you sure that's the case? Isn't Solaris 2 ancient(circa 1992)? that means that internet was very different... It doesn't seem normal these days for a server not responding for 75 seconds, which is the default timeout value for not established connections. anyway sysctl net.inet.tcp.keepinit to see current value sysctl net.inet.tcp.keepinit=timeout_in_ms to change it and /etc/sysctl.conf to make it permanent. HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 10:28: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 BBF8B16A4E0 for ; Tue, 4 Jul 2006 10:28:36 +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 C223A43D72 for ; Tue, 4 Jul 2006 10:28:31 +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 0237E457A8 for ; Tue, 4 Jul 2006 12:28:30 +0200 (CEST) From: "no@spam@mgedv.net" To: Date: Tue, 4 Jul 2006 12:28:35 +0200 Message-ID: <003901c69f54$9b954c80$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 In-Reply-To: <20060703174949.GA16998@holestein.holy.cow> thread-index: AcaeyR2r0nNEVVO7TVSyAppLr6cA1wAik4yA Subject: RE: shell scripting: help appreciated X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 10:28:36 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Parv > Sent: Monday, July 03, 2006 7:50 PM > To: no@spam@mgedv.net > Cc: freebsd-questions@freebsd.org > Subject: Re: shell scripting: help appreciated > > in message <006701c69e7a$7898db00$01010101@avalon.lan>, > wrote no@spam@mgedv.net thusly... > > > > /bin/sh stops working correctly with a content-controlled do-loop. > > > > the shell-script layout is as follows: > > (it's not that trivial, just to show the meaning) > > --------------------------------------------------------------- > > /test/foo.conf (originally ~60 lines): > > test1 testval1 optional_testval1 > > test2 testval2 optional_testval2 > > > > /test/foo.sh (this is the original loop code): > > cat "$g_dir_etc/compile.lst"|\ > ... > ( some pipeline ) > ... > > while read gh_name gh_src gh_srcdir > > do > > > > /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; > > > > done; > > > > /test/foo_sub.sh: > > > > --------------------------------------------------------------- > > > > if i change the line > > /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; > > to > > echo /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; > > the program loops for all records in the foo.conf correctly. > > > > if i remove the "echo" keyword, the sub-script get's executed, > > but the shell terminates as if there were lesser records in > > the foo.conf file! > > i scripted as many debug messages as possible, for every loop > > they get executed and there are no errors/etc... happening. > > and interestingly, the execution stops always on the same record! > > if i comment out some records of my foo.conf, the sub-shell gets > > executed for more records. > > So, what is it exactly in the records (and/or values given to > subprogram.sh) where the execution stops? > it's not depending on the record. the layout of each record is 2 fixed an one variable field of data which is then put together to directory/file-names inside the subprogram. the subprogram just simply should loop for each record inside the controlfile, which is done correctly if i change the subprogram to an just "say hello" script. if i run the really program, the loop stops (not immediately after calling the subprogram, it just normal finishes the loop) after working on lesser records as there are inside the .conf file. no idea of what's going on. btw., for each record - after the subprogram has successfully worked on it a "done" flag is set and the subprogram is not called again for this record. looping the main program again and again renders the subprogram to get executed for the other records as well. it looks like, if there is heavy execution inside the subprogram, the main program "forgets" about some data inside the loop. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 10:34: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 C5F0216A4DE for ; Tue, 4 Jul 2006 10:34:21 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 306FD43D45 for ; Tue, 4 Jul 2006 10:34:21 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id 55so522121wri for ; Tue, 04 Jul 2006 03:34:20 -0700 (PDT) Received: by 10.54.94.10 with SMTP id r10mr4019975wrb; Tue, 04 Jul 2006 03:34:20 -0700 (PDT) Received: from ?192.168.0.4? ( [216.45.217.148]) by mx.gmail.com with ESMTP id 39sm320654wrl.2006.07.04.03.34.18; Tue, 04 Jul 2006 03:34:19 -0700 (PDT) Date: Tue, 04 Jul 2006 06:34:29 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom In-Reply-To: <0DC8ABD1-EC70-4E68-B8F9-22CC3C3D571A@todoo.biz> References: <0DC8ABD1-EC70-4E68-B8F9-22CC3C3D571A@todoo.biz> 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: <20060704063259.19FA.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.25 [en] Cc: Subject: Re: Problem with pkgdb 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, 04 Jul 2006 10:34:21 -0000 bsd wrote: > Hello, > > I have a problem with pkgdb that I am not able to solve on my own. > > root:newmail 10:26 /usr/ports/sysutils/portupgrade # pkgdb -fu > ---> Updating the pkgdb > [Rebuilding the pkgdb in /var/db/pkg ... > uninitialized constant PkgDB::BDB: Cannot update the pkgdb!] > > So far I have tried to reinstall couple of ports (portupgrade), but > that didn't solve anything. > > > Thanks for your support. > > > P.S. A solution was to use portmanager but I think I still need pkgdb > - is that correct ?? No, 'pkgdb' is not required. -- Gerard Seibert gerard@seibercom.net We aim above the mark to hit the mark. Ralph Waldo Emerson From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 10:40: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 5D12816A4DF for ; Tue, 4 Jul 2006 10:40:27 +0000 (UTC) (envelope-from dead_line@hotmail.com) Received: from bay0-omc1-s17.bay0.hotmail.com (bay0-omc1-s17.bay0.hotmail.com [65.54.246.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7816443D5A for ; Tue, 4 Jul 2006 10:40:21 +0000 (GMT) (envelope-from dead_line@hotmail.com) Received: from hotmail.com ([64.4.54.103]) by bay0-omc1-s17.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 4 Jul 2006 03:40:21 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 4 Jul 2006 03:40:21 -0700 Message-ID: Received: from 62.150.223.92 by by20fd.bay20.hotmail.msn.com with HTTP; Tue, 04 Jul 2006 10:40:20 GMT X-Originating-IP: [62.150.223.92] X-Originating-Email: [dead_line@hotmail.com] X-Sender: dead_line@hotmail.com In-Reply-To: From: "Marwan Sultan" To: freebsd-questions@freebsd.org Date: Tue, 04 Jul 2006 10:40:20 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 04 Jul 2006 10:40:21.0172 (UTC) FILETIME=[3FB8D740:01C69F56] Subject: sshd/mysql 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: Tue, 04 Jul 2006 10:40:27 -0000 Hello gurus, my logs full of hundreds of these lines..i starts since few days and up to day .. --------- Jul 2 00:00:03 server mysqld[28598]: warning: /etc/hosts.allow, line 25: can't verify hostname: getaddrinfo(host73.hostname_net, AF_INET) failed Jul 2 00:00:27 server sshd[83738]: warning: /etc/hosts.allow, line 25: can't verify hostname: getaddrinfo(host73.hostname_net, AF_INET) failed ---------- Where hostname_net is the former ISP name for the my server hosting ISP. but i have the same DNS and routings, the name is changed since almost 1 year and few months. Also line 25 had nothing to do with this hostname its just the first active line in my hosts.allow file anyhow i have replaced the line to: ALL : .hostname_net : allow But still same errors everyday every minute! anyadvise please? Its FreeBSD 4.8R thank you Marwan _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 10:58: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 0641316A4E7 for ; Tue, 4 Jul 2006 10:58:24 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0686F43D49 for ; Tue, 4 Jul 2006 10:58:20 +0000 (GMT) (envelope-from fbsd@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060704105820.IVNX8020.mta10.adelphia.net@barbish>; Tue, 4 Jul 2006 06:58:20 -0400 From: "fbsd" To: "Marwan Sultan" , Date: Tue, 4 Jul 2006 06:58:16 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: sshd/mysql errors. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 10:58:24 -0000 First thoughts is you are under attack and hosts.allow is doing it's job of denying access. Add the ip address from the warning message to your firewall to stop those attack packets from entering your system. Good chance attack packets are spoofed. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Marwan Sultan Sent: Tuesday, July 04, 2006 6:40 AM To: freebsd-questions@freebsd.org Subject: sshd/mysql errors. Hello gurus, my logs full of hundreds of these lines..i starts since few days and up to day .. --------- Jul 2 00:00:03 server mysqld[28598]: warning: /etc/hosts.allow, line 25: can't verify hostname: getaddrinfo(host73.hostname_net, AF_INET) failed Jul 2 00:00:27 server sshd[83738]: warning: /etc/hosts.allow, line 25: can't verify hostname: getaddrinfo(host73.hostname_net, AF_INET) failed ---------- Where hostname_net is the former ISP name for the my server hosting ISP. but i have the same DNS and routings, the name is changed since almost 1 year and few months. Also line 25 had nothing to do with this hostname its just the first active line in my hosts.allow file anyhow i have replaced the line to: ALL : .hostname_net : allow But still same errors everyday every minute! anyadvise please? Its FreeBSD 4.8R thank you Marwan _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ _______________________________________________ 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 Jul 4 11:03: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 5D9FF16A4E9 for ; Tue, 4 Jul 2006 11:03:31 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E45E43D49 for ; Tue, 4 Jul 2006 11:03:30 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from ian.msdi.ca ([70.83.205.150]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id CLI20599 for ; Tue, 04 Jul 2006 07:07:20 -0400 Message-Id: <7.0.0.16.2.20060704070234.067f2e50@msdi.ca> Message-Id: <7.0.0.16.2.20060630214519.0620f3a8@msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Tue, 04 Jul 2006 07:03:08 -0400 To: freebsd-questions@freebsd.org From: Ian Lord Mime-Version: 1.0 X-DEBUG: 1 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Resource Not specified in CIS (sending again didnt have reply during the weekend...) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 11:03:31 -0000 Hi, I just tried to install a clean copy of freebsd 6.1 on a Ibm Thinkpad 600X Laptop. There is a Xircom Cardbus network/modem card in it. When the system boots, the modem gets detected, the network card also (as DC0) but I get a bunch of these messages: CARDBUS1 Ressource Not Specified in CIS No Station address in CIS I've browsed through the forums, I saw a couple of people having the same problem, but didn't find any solution... I didnt provided a complete log of boot process cause since I don't have access to the nic, and there is no floppy on the laptop, it's hard to extract it :) Any help would be greatly appreciated Thanks From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 11:23: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 55D2516A4E7 for ; Tue, 4 Jul 2006 11:23:42 +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 460E643D55 for ; Tue, 4 Jul 2006 11:23:40 +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 k64BNaEY002376; Tue, 4 Jul 2006 14:23:36 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Tue, 4 Jul 2006 14:21:01 +0300 User-Agent: KMail/1.9.1 References: <44A8D770.5060808@swehack.se> <200607041233.07827.nvass@teledomenet.gr> <44AA3E9E.5000906@swehack.se> In-Reply-To: <44AA3E9E.5000906@swehack.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200607041421.02890.nvass@teledomenet.gr> Cc: nocturnal Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:23:42 -0000 On Tuesday 04 July 2006 13:10, nocturnal wrote: > Hi > > The -m argument exists in 5.3-RELEASE, thank you. I've attached one file > with -mio and the other without. With -mio it just output some extra > stuff at the beginning so i don't know how much it matters or maybe i > did something wrong. I see nothing backing up those numbers... You said it doesn't seem to affect the web server, That everything feels normal. You cannot feel the load using the box, typing, etc, right? In cases where interrupts reach 25%, the load is very easily noticable, that means you have trouble typing...I would say that such a percentage (100%) is false, you wouldn't be able to log in to the box, the kernel itself would have trouble doing something, but interrupt handling. A wild guess would be that you hit a bug. After all 5.3-RELEASE was the first release marked STABLE from the 5 branch. > > > > Med vänliga hälsningar > > Stefan Midjich aka nocturnal > [Swehack] http://swehack.se > > Nikos Vassiliadis wrote: > > On Tuesday 04 July 2006 11:40, nocturnal wrote: > >> Hi > >> > >> This is what i get, i'm afraid i'm not good at interpreting the results. > >> > >> procs memory page disks faults > >> cpu r b w avm fre flt re pi po fr sr ad4 ad6 in sy cs > >> us sy id > >> 1 5 0 274324 36436 26 0 0 0 50 27 0 0 242 149 332 0 > >> 88 12 > >> 1 5 0 274324 36424 3 0 0 0 3 0 1 0 338 911 462 0 > >> 50 50 > >> 1 5 0 274324 36424 0 0 0 0 0 0 16 0 391 1011 581 0 > >> 33 67 > >> 1 5 0 274324 36424 0 0 0 0 3 0 1 0 611 263 877 0 > >> 33 67 > >> 1 5 0 274324 36424 0 0 0 0 0 0 1 0 674 128 931 0 > >> 75 25 > >> 1 5 0 274324 36424 0 0 0 0 0 0 0 0 563 118 711 0 > >> 0 100 > >> 1 5 0 274324 36424 0 0 0 0 0 0 0 0 531 129 702 0 > >> 67 33 > >> 1 5 0 274324 36424 0 0 0 0 0 0 0 0 440 118 578 0 > >> 50 50 > >> 1 6 0 274324 36376 0 0 0 0 0 0 0 0 563 158 774 0 > >> 67 33 > >> 1 5 0 274324 36268 0 0 0 0 0 0 10 0 702 1019 920 0 > >> 100 0 > >> 1 5 0 274324 36268 0 0 0 0 0 0 0 0 683 118 872 0 > >> 25 75 > >> 0 6 0 291460 33800 955 0 0 0 333 0 0 0 783 1423 1069 > >> 0 50 50 > >> 0 5 0 274324 36240 611 0 0 0 1500 0 0 0 491 567 707 > >> 0 100 0 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 717 121 986 0 > >> 100 0 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 729 129 923 0 > >> 33 67 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 570 118 742 0 > >> 50 50 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 568 1381 793 0 > >> 33 67 > >> 0 5 0 274324 36240 0 0 0 0 4 0 32 0 716 129 1036 > >> 0 75 25 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 745 118 843 0 > >> 75 25 > >> 0 5 0 274324 36240 0 0 0 0 0 0 7 0 610 137 820 0 > >> 67 33 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 465 174 630 0 > >> 0 100 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 327 237 454 0 > >> 50 50 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 253 125 323 0 > >> 100 0 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 249 127 314 0 > >> 100 0 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 240 118 303 0 > >> 100 0 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 238 125 301 0 > >> 100 0 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 255 129 330 0 > >> 100 0 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 258 144 337 0 > >> 100 0 > >> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 269 129 358 0 > >> 100 0 > >> 0 5 0 274324 36236 0 0 0 0 0 0 2 0 312 527 431 0 > >> 100 0 > >> 0 5 0 274324 36236 0 0 0 0 12 0 21 0 287 129 409 0 > >> 100 0 > >> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 257 128 331 0 > >> 100 0 > >> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 253 118 324 0 > >> 100 0 > >> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 248 128 315 0 > >> 100 0 > >> 0 5 0 274324 36236 0 0 0 0 0 0 5 0 257 118 333 0 > >> 100 0 > >> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 257 118 327 0 > >> 100 0 > >> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 294 118 366 0 > >> 100 0 > > > > Please turn off word wrapping on your mail program when > > you send such output. Or send as attachment. Well, normal > > number of interrupts, a lot of time in kernel, quite a few context > > switches > > > > send as attachment "top -n -S -I -d 10" please > > There is also a -m in 6.x, don't know about 5.3-R, but it would be > > interesting if it exists > > > > from top manual: > > -mdisplay > > Display either cpu or io statistics. Default is cpu. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 11:33: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 D348216A4E5 for ; Tue, 4 Jul 2006 11:33:17 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [82.99.44.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F00243D5E for ; Tue, 4 Jul 2006 11:33:13 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [82.99.47.5] by mail2.swebase.com (MDaemon.PRO.v8.1.0.R) with ESMTP id 19-md50000043413.msg for ; Tue, 04 Jul 2006 13:32:29 +0200 Message-ID: <44AA518F.3050109@swehack.se> Date: Tue, 04 Jul 2006 13:31:27 +0200 From: nocturnal User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: Nikos Vassiliadis References: <44A8D770.5060808@swehack.se> <200607041233.07827.nvass@teledomenet.gr> <44AA3E9E.5000906@swehack.se> <200607041421.02890.nvass@teledomenet.gr> In-Reply-To: <200607041421.02890.nvass@teledomenet.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: nocturnal@swehack.se X-MDRemoteIP: 82.99.47.5 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2 X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 X-Spam-Level: X-Spam-Processed: mail2.swebase.com, Tue, 04 Jul 2006 13:32:59 +0200 Cc: freebsd-questions@freebsd.org Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:33:17 -0000 Hi Yes i suspected a bug when i first saw this because of what you say. 100% CPU usage should be noticed. I found out by accident looking at top. I'll see if we can update the system, it's not high priority right now but thank you all for your help. Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se Nikos Vassiliadis wrote: > On Tuesday 04 July 2006 13:10, nocturnal wrote: >> Hi >> >> The -m argument exists in 5.3-RELEASE, thank you. I've attached one file >> with -mio and the other without. With -mio it just output some extra >> stuff at the beginning so i don't know how much it matters or maybe i >> did something wrong. > > I see nothing backing up those numbers... > > You said it doesn't seem to affect the web server, That everything > feels normal. You cannot feel the load using the box, typing, etc, right? > In cases where interrupts reach 25%, the load is very easily noticable, > that means you have trouble typing...I would say that such a percentage > (100%) is false, you wouldn't be able to log in to the box, the kernel itself > would have trouble doing something, but interrupt handling. > > A wild guess would be that you hit a bug. After all 5.3-RELEASE was the > first release marked STABLE from the 5 branch. > >> >> >> Med vänliga hälsningar >> >> Stefan Midjich aka nocturnal >> [Swehack] http://swehack.se >> >> Nikos Vassiliadis wrote: >>> On Tuesday 04 July 2006 11:40, nocturnal wrote: >>>> Hi >>>> >>>> This is what i get, i'm afraid i'm not good at interpreting the results. >>>> >>>> procs memory page disks faults >>>> cpu r b w avm fre flt re pi po fr sr ad4 ad6 in sy cs >>>> us sy id >>>> 1 5 0 274324 36436 26 0 0 0 50 27 0 0 242 149 332 0 >>>> 88 12 >>>> 1 5 0 274324 36424 3 0 0 0 3 0 1 0 338 911 462 0 >>>> 50 50 >>>> 1 5 0 274324 36424 0 0 0 0 0 0 16 0 391 1011 581 0 >>>> 33 67 >>>> 1 5 0 274324 36424 0 0 0 0 3 0 1 0 611 263 877 0 >>>> 33 67 >>>> 1 5 0 274324 36424 0 0 0 0 0 0 1 0 674 128 931 0 >>>> 75 25 >>>> 1 5 0 274324 36424 0 0 0 0 0 0 0 0 563 118 711 0 >>>> 0 100 >>>> 1 5 0 274324 36424 0 0 0 0 0 0 0 0 531 129 702 0 >>>> 67 33 >>>> 1 5 0 274324 36424 0 0 0 0 0 0 0 0 440 118 578 0 >>>> 50 50 >>>> 1 6 0 274324 36376 0 0 0 0 0 0 0 0 563 158 774 0 >>>> 67 33 >>>> 1 5 0 274324 36268 0 0 0 0 0 0 10 0 702 1019 920 0 >>>> 100 0 >>>> 1 5 0 274324 36268 0 0 0 0 0 0 0 0 683 118 872 0 >>>> 25 75 >>>> 0 6 0 291460 33800 955 0 0 0 333 0 0 0 783 1423 1069 >>>> 0 50 50 >>>> 0 5 0 274324 36240 611 0 0 0 1500 0 0 0 491 567 707 >>>> 0 100 0 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 717 121 986 0 >>>> 100 0 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 729 129 923 0 >>>> 33 67 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 570 118 742 0 >>>> 50 50 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 568 1381 793 0 >>>> 33 67 >>>> 0 5 0 274324 36240 0 0 0 0 4 0 32 0 716 129 1036 >>>> 0 75 25 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 745 118 843 0 >>>> 75 25 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 7 0 610 137 820 0 >>>> 67 33 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 465 174 630 0 >>>> 0 100 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 327 237 454 0 >>>> 50 50 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 253 125 323 0 >>>> 100 0 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 249 127 314 0 >>>> 100 0 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 240 118 303 0 >>>> 100 0 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 238 125 301 0 >>>> 100 0 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 255 129 330 0 >>>> 100 0 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 258 144 337 0 >>>> 100 0 >>>> 0 5 0 274324 36240 0 0 0 0 0 0 0 0 269 129 358 0 >>>> 100 0 >>>> 0 5 0 274324 36236 0 0 0 0 0 0 2 0 312 527 431 0 >>>> 100 0 >>>> 0 5 0 274324 36236 0 0 0 0 12 0 21 0 287 129 409 0 >>>> 100 0 >>>> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 257 128 331 0 >>>> 100 0 >>>> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 253 118 324 0 >>>> 100 0 >>>> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 248 128 315 0 >>>> 100 0 >>>> 0 5 0 274324 36236 0 0 0 0 0 0 5 0 257 118 333 0 >>>> 100 0 >>>> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 257 118 327 0 >>>> 100 0 >>>> 0 5 0 274324 36236 0 0 0 0 0 0 0 0 294 118 366 0 >>>> 100 0 >>> Please turn off word wrapping on your mail program when >>> you send such output. Or send as attachment. Well, normal >>> number of interrupts, a lot of time in kernel, quite a few context >>> switches >>> >>> send as attachment "top -n -S -I -d 10" please >>> There is also a -m in 6.x, don't know about 5.3-R, but it would be >>> interesting if it exists >>> >>> from top manual: >>> -mdisplay >>> Display either cpu or io statistics. Default is cpu. > > > From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 12:22: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 EAD2416A4E2 for ; Tue, 4 Jul 2006 12:22:36 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id A242743D68 for ; Tue, 4 Jul 2006 12:22:30 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-203-170.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.203.170]) by smtp01.lnh.mail.rcn.net with ESMTP; 04 Jul 2006 08:24:32 -0400 X-IronPort-AV: i="4.06,204,1149480000"; d="scan'208"; a="233167407:sNHT21439880" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17578.23856.160376.463194@jerusalem.litteratus.org> Date: Tue, 4 Jul 2006 08:21:04 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <200607040803.k6483e9A029133@banyan.cs.ait.ac.th> References: <20060704075943.GA17920@lothlorien.nagual.st> <200607040803.k6483e9A029133@banyan.cs.ait.ac.th> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid Subject: Re: find syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 12:22:37 -0000 Olivier Nicole writes: > > #find /dir/to/htmlfile -name *.html -exec perl -p -i -e > > "s/nagual.st/nagual.nl/g;" {} \; > > You should escape the * that you pass to find: > > -name \*.html Or quote it: find /dir/to/htmlfile -name "*.html" Robert Huff From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 12:53: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 2E44F16A4DA for ; Tue, 4 Jul 2006 12:53:07 +0000 (UTC) (envelope-from yraffah@savola.com) Received: from heathrow.savoladns.com (heathrow.savoladns.com [212.12.174.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 55F0943D45 for ; Tue, 4 Jul 2006 12:53:06 +0000 (GMT) (envelope-from yraffah@savola.com) Received: from ocs.savola.com (ocs.savola.com [222.22.1.211]) by heathrow.savoladns.com (Postfix) with ESMTP id AF83195887 for ; Tue, 4 Jul 2006 15:53:03 +0300 (AST) Received: from 222.22.1.105 by ocs.savola.com with ESMTP id 66010651152016877; Tue, 04 Jul 2006 15:41:17 +0300 From: Yousef Raffah To: freebsd-questions@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-6ZGZ4R0wfce3NXprCPar" Organization: The Savola Group Date: Tue, 04 Jul 2006 15:53:05 +0300 Message-Id: <1152017585.704.34.camel@redevil.savola.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Subject: Error: shared library "gtkglext-x11-1.0.2" does not exist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yraffah@savola.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 12:53:07 -0000 --=-6ZGZ4R0wfce3NXprCPar Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, I'm trying to install graphics/gnash with the firefox plugin but it keeps on saying: Error: shared library "gtkglext-x11-1.0.2" does not exist I tried to search the ports directory for gtkglext-x11 but I can't find any I'm using FreeBSD 6.1-RELEASE-p1 Thanks in advance for your guidance... -- Sincerely, Yousef Raffah Senior Systems Administrator -- Aren't you using Firefox? Get it at http://www.getfirefox.com --=-6ZGZ4R0wfce3NXprCPar Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEqmSxH9IXMb4e6CMRAmttAJ9NhUYDK4OB94I5j2lB/DTf9c4X+wCdF3YJ xrdyyWJHa7B4352tD57/oqA= =LJ54 -----END PGP SIGNATURE----- --=-6ZGZ4R0wfce3NXprCPar-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 13:32: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 8F68D16A4DA for ; Tue, 4 Jul 2006 13:32:43 +0000 (UTC) (envelope-from chowse@charter.net) Received: from mxsf30.cluster1.charter.net (mxsf30.cluster1.charter.net [209.225.28.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C98E43D46 for ; Tue, 4 Jul 2006 13:32:43 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxip33a.cluster1.charter.net (mxip33a.cluster1.charter.net [209.225.28.248]) by mxsf30.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k64DWfIU017864 for ; Tue, 4 Jul 2006 09:32:42 -0400 Received: from 24-176-112-254.dhcp.jcsn.tn.charter.com (HELO [192.168.254.3]) ([24.176.112.254]) by mxip33a.cluster1.charter.net with ESMTP; 04 Jul 2006 09:32:41 -0400 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <6B2BAB0B-0750-46C4-A5B0-D025019CE6FE@charter.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Questions From: Charles Howse Date: Tue, 4 Jul 2006 08:32:30 -0500 X-Mailer: Apple Mail (2.752.2) Subject: sysinstall and dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 13:32:43 -0000 Hi, 6.1-RELEASE-p2 I recently used sysinstall to install cups-1.1.23 via packages/ftp/ Main Site. That adds ghostscript-gnu and xorg-libraries as dependencies. That's not what I wanted, I don't use a gui, so I selected ghostscript-gnu-no-X11. That didn't work, it installed ghostscript-gnu first and the no-X11 install failed. Now I'm stuck with xorg-libraries, which I don't need nor want. Is there a way to install ghostscript-gnu-no-X11 and fix the cups dependencies? What would have been the proper way to use sysinstall/packages or pkg_add and get no-X11 instead of regular ghostscript-gnu? -- How I make Great Barbecue - http://bubbabbq.homeunix.net/bbq.html From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 13:48: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 AD89C16A4E2 for ; Tue, 4 Jul 2006 13:48:22 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59E0D43D45 for ; Tue, 4 Jul 2006 13:48:22 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 24131 invoked from network); 4 Jul 2006 13:48:21 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Jul 2006 13:48:21 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 8D43C28449; Tue, 4 Jul 2006 09:48:20 -0400 (EDT) To: freebsd-questions@freebsd.org References: <44A7A0B8.8050109@netfence.it> <44bqs6n9c2.fsf@be-well.ilk.org> <44A987F2.2060906@netfence.it> From: Lowell Gilbert Date: Tue, 04 Jul 2006 09:48:20 -0400 In-Reply-To: <44A987F2.2060906@netfence.it> (Andrea Venturoli's message of "Mon, 03 Jul 2006 23:11:14 +0200") Message-ID: <44d5clwkez.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: Lowell Gilbert Subject: Re: Snapshot problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 13:48:22 -0000 Andrea Venturoli writes: > Lowell Gilbert wrote: > >>> I believe the first one is a known problem, any more info? >>> >>> Any hint on the second? >> >> Not really; seems strange. >> >> Are you able to fsck the snapshot? > > Hm... guess so. > > Is it "fsck /var/local/snapmnt"? Assuming that is the snapshot file itself, pretty much right. You will need a "-t ffs" in the command as well, and to save time I'd recommend a "-n" also. > Just a question before I try it... this is a production system, will > it screw up anything? No; that's why I suggested fsck'ing the snapshot instead of the real filesystem. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 14:09: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 5069D16A4E1 for ; Tue, 4 Jul 2006 14:09:28 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F69343D4C for ; Tue, 4 Jul 2006 14:09:26 +0000 (GMT) (envelope-from ml.diespammer@netfence.it) Received: from soth.ventu (adsl-ull-129-213.51-151.net24.it [151.51.213.129]) (authenticated bits=128) by parrot.aev.net (8.13.7/8.13.6) with ESMTP id k64EIb1g001953 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 4 Jul 2006 16:18:43 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Received: from [10.1.2.18] (alamar.ventu [10.1.2.18]) by soth.ventu (8.13.7/8.13.3) with ESMTP id k64E7cnk083179; Tue, 4 Jul 2006 16:07:39 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Message-ID: <44AA7682.2060204@netfence.it> Date: Tue, 04 Jul 2006 16:09:06 +0200 From: Andrea Venturoli User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 Followup-To: freebsd-questions@freebsd.org To: Lowell Gilbert , freebsd-questions@freebsd.org References: <44A7A0B8.8050109@netfence.it> <44bqs6n9c2.fsf@be-well.ilk.org> <44A987F2.2060906@netfence.it> <44d5clwkez.fsf@be-well.ilk.org> In-Reply-To: <44d5clwkez.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.53 on 212.31.247.179 Cc: Subject: Re: Snapshot problems 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, 04 Jul 2006 14:09:28 -0000 Lowell Gilbert wrote: >>> Are you able to fsck the snapshot? So, here it is, hope it's not to long: > xxxxx# fsck -n -t ffs /usr/local/local/snapshot > /usr/local/local/snapshot (Unknown error: 0)/usr/local/local/snapshot is not a char device > ** /usr/local/local/snapshot (NO WRITE) > ** Last Mounted on /usr > ** Phase 1 - Check Blocks and Sizes > INCORRECT BLOCK COUNT I=1554754 (9408 should be 9280) > CORRECT? no > > INCORRECT BLOCK COUNT I=1554759 (7680 should be 7552) > CORRECT? no > > ** Phase 2 - Check Pathnames > ** Phase 3 - Check Connectivity > ** Phase 4 - Check Reference Counts > UNREF FILE I=259128 OWNER=root MODE=100644 > SIZE=2027 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408284 OWNER=squid MODE=100644 > SIZE=698 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408285 OWNER=squid MODE=100644 > SIZE=4058 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408286 OWNER=squid MODE=100644 > SIZE=2276 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408287 OWNER=squid MODE=100644 > SIZE=720 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408288 OWNER=squid MODE=100644 > SIZE=2551 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408289 OWNER=squid MODE=100644 > SIZE=2783 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408290 OWNER=squid MODE=100644 > SIZE=8255 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408291 OWNER=squid MODE=100644 > SIZE=687 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408292 OWNER=squid MODE=100644 > SIZE=14737 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408293 OWNER=squid MODE=100644 > SIZE=586 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408294 OWNER=squid MODE=100644 > SIZE=1319 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408295 OWNER=squid MODE=100644 > SIZE=2330 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408296 OWNER=squid MODE=100644 > SIZE=2239 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408297 OWNER=squid MODE=100644 > SIZE=2095 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408298 OWNER=squid MODE=100644 > SIZE=7250 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408299 OWNER=squid MODE=100644 > SIZE=1996 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408300 OWNER=squid MODE=100644 > SIZE=8150 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408301 OWNER=squid MODE=100644 > SIZE=1142 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408302 OWNER=squid MODE=100644 > SIZE=707 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408303 OWNER=squid MODE=100644 > SIZE=4697 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408304 OWNER=squid MODE=100644 > SIZE=1815 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408305 OWNER=squid MODE=100644 > SIZE=1979 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408306 OWNER=squid MODE=100644 > SIZE=2051 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408307 OWNER=squid MODE=100644 > SIZE=2037 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408308 OWNER=squid MODE=100644 > SIZE=32529 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408309 OWNER=squid MODE=100644 > SIZE=3448 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408310 OWNER=squid MODE=100644 > SIZE=720 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408311 OWNER=squid MODE=100644 > SIZE=2175 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408312 OWNER=squid MODE=100644 > SIZE=458 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408313 OWNER=squid MODE=100644 > SIZE=1658 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408314 OWNER=squid MODE=100644 > SIZE=1875 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408315 OWNER=squid MODE=100644 > SIZE=1941 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408316 OWNER=squid MODE=100644 > SIZE=1918 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408317 OWNER=squid MODE=100644 > SIZE=1634 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408318 OWNER=squid MODE=100644 > SIZE=2181 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408319 OWNER=squid MODE=100644 > SIZE=840 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408320 OWNER=squid MODE=100644 > SIZE=16814 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408321 OWNER=squid MODE=100644 > SIZE=1183 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408322 OWNER=squid MODE=100644 > SIZE=876 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408323 OWNER=squid MODE=100644 > SIZE=2308 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408324 OWNER=squid MODE=100644 > SIZE=4064 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408325 OWNER=squid MODE=100644 > SIZE=2433 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408326 OWNER=squid MODE=100644 > SIZE=1993 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408327 OWNER=squid MODE=100644 > SIZE=1423 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408328 OWNER=squid MODE=100644 > SIZE=3062 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408329 OWNER=squid MODE=100644 > SIZE=741 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408330 OWNER=squid MODE=100644 > SIZE=2283 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408331 OWNER=squid MODE=100644 > SIZE=1594 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408332 OWNER=squid MODE=100644 > SIZE=532 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408333 OWNER=squid MODE=100644 > SIZE=849 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408334 OWNER=squid MODE=100644 > SIZE=460 MTIME=Jul 4 15:56 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408335 OWNER=squid MODE=100644 > SIZE=3169 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408336 OWNER=squid MODE=100644 > SIZE=3722 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408337 OWNER=squid MODE=100644 > SIZE=544 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408338 OWNER=squid MODE=100644 > SIZE=1745 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408339 OWNER=squid MODE=100644 > SIZE=1395 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408340 OWNER=squid MODE=100644 > SIZE=467 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408341 OWNER=squid MODE=100644 > SIZE=451 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408342 OWNER=squid MODE=100644 > SIZE=714 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408343 OWNER=squid MODE=100644 > SIZE=599 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408344 OWNER=squid MODE=100644 > SIZE=728 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408345 OWNER=squid MODE=100644 > SIZE=542 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408346 OWNER=squid MODE=100644 > SIZE=1822 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408347 OWNER=squid MODE=100644 > SIZE=1443 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408348 OWNER=squid MODE=100644 > SIZE=543 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408349 OWNER=squid MODE=100644 > SIZE=3510 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408350 OWNER=squid MODE=100644 > SIZE=716 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408351 OWNER=squid MODE=100644 > SIZE=2592 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408352 OWNER=squid MODE=100644 > SIZE=2018 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408353 OWNER=squid MODE=100644 > SIZE=1768 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408354 OWNER=squid MODE=100644 > SIZE=1817 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408355 OWNER=squid MODE=100644 > SIZE=1329 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408356 OWNER=squid MODE=100644 > SIZE=2125 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408357 OWNER=squid MODE=100644 > SIZE=1824 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408358 OWNER=squid MODE=100644 > SIZE=2195 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408359 OWNER=squid MODE=100644 > SIZE=911 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408360 OWNER=squid MODE=100644 > SIZE=858 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408361 OWNER=squid MODE=100644 > SIZE=488 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408362 OWNER=squid MODE=100644 > SIZE=627 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408363 OWNER=squid MODE=100644 > SIZE=563 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408364 OWNER=squid MODE=100644 > SIZE=492 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408365 OWNER=squid MODE=100644 > SIZE=631 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408366 OWNER=squid MODE=100644 > SIZE=1386 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408367 OWNER=squid MODE=100644 > SIZE=701 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408368 OWNER=squid MODE=100644 > SIZE=593 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408369 OWNER=squid MODE=100644 > SIZE=712 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408370 OWNER=squid MODE=100644 > SIZE=626 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408371 OWNER=squid MODE=100644 > SIZE=864 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408372 OWNER=squid MODE=100644 > SIZE=651 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408373 OWNER=squid MODE=100644 > SIZE=634 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408374 OWNER=squid MODE=100644 > SIZE=4573 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408375 OWNER=squid MODE=100644 > SIZE=3255 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408376 OWNER=squid MODE=100644 > SIZE=742 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408377 OWNER=squid MODE=100644 > SIZE=479 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408378 OWNER=squid MODE=100644 > SIZE=786 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408379 OWNER=squid MODE=100644 > SIZE=2405 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408380 OWNER=squid MODE=100644 > SIZE=554 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408381 OWNER=squid MODE=100644 > SIZE=506 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408382 OWNER=squid MODE=100644 > SIZE=481 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408383 OWNER=squid MODE=100644 > SIZE=478 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408384 OWNER=squid MODE=100644 > SIZE=8413 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408385 OWNER=squid MODE=100644 > SIZE=1170 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408386 OWNER=squid MODE=100644 > SIZE=3144 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408387 OWNER=squid MODE=100644 > SIZE=672 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408388 OWNER=squid MODE=100644 > SIZE=19808 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408389 OWNER=squid MODE=100644 > SIZE=31423 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408390 OWNER=squid MODE=100644 > SIZE=19098 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408391 OWNER=squid MODE=100644 > SIZE=29050 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408392 OWNER=squid MODE=100644 > SIZE=20750 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408393 OWNER=squid MODE=100644 > SIZE=24106 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408394 OWNER=squid MODE=100644 > SIZE=34480 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408395 OWNER=squid MODE=100644 > SIZE=31272 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408396 OWNER=squid MODE=100644 > SIZE=32929 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408397 OWNER=squid MODE=100644 > SIZE=29538 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408398 OWNER=squid MODE=100644 > SIZE=31190 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408399 OWNER=squid MODE=100644 > SIZE=33158 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408400 OWNER=squid MODE=100644 > SIZE=39260 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408401 OWNER=squid MODE=100644 > SIZE=24799 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408402 OWNER=squid MODE=100644 > SIZE=462 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408403 OWNER=squid MODE=100644 > SIZE=763 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408404 OWNER=squid MODE=100644 > SIZE=728 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408405 OWNER=squid MODE=100644 > SIZE=31293 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408406 OWNER=squid MODE=100644 > SIZE=1067 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408407 OWNER=squid MODE=100644 > SIZE=3036 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408408 OWNER=squid MODE=100644 > SIZE=750 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408409 OWNER=squid MODE=100644 > SIZE=3584 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408410 OWNER=squid MODE=100644 > SIZE=464 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408411 OWNER=squid MODE=100644 > SIZE=29671 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408412 OWNER=squid MODE=100644 > SIZE=34132 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408413 OWNER=squid MODE=100644 > SIZE=491 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408414 OWNER=squid MODE=100644 > SIZE=630 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408415 OWNER=squid MODE=100644 > SIZE=521 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408416 OWNER=squid MODE=100644 > SIZE=1552 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408417 OWNER=squid MODE=100644 > SIZE=15799 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408418 OWNER=squid MODE=100644 > SIZE=457 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408419 OWNER=squid MODE=100644 > SIZE=863 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408420 OWNER=squid MODE=100644 > SIZE=951 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408421 OWNER=squid MODE=100644 > SIZE=772 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408422 OWNER=squid MODE=100644 > SIZE=766 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408423 OWNER=squid MODE=100644 > SIZE=834 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408424 OWNER=squid MODE=100644 > SIZE=742 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408425 OWNER=squid MODE=100644 > SIZE=782 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408426 OWNER=squid MODE=100644 > SIZE=807 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408427 OWNER=squid MODE=100644 > SIZE=739 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408428 OWNER=squid MODE=100644 > SIZE=820 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408429 OWNER=squid MODE=100644 > SIZE=826 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408430 OWNER=squid MODE=100644 > SIZE=759 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408431 OWNER=squid MODE=100644 > SIZE=764 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408432 OWNER=squid MODE=100644 > SIZE=1559 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408433 OWNER=squid MODE=100644 > SIZE=1330 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408434 OWNER=squid MODE=100644 > SIZE=1954 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408435 OWNER=squid MODE=100644 > SIZE=681 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408436 OWNER=squid MODE=100644 > SIZE=572 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408437 OWNER=squid MODE=100644 > SIZE=1069 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408438 OWNER=squid MODE=100644 > SIZE=2099 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408439 OWNER=squid MODE=100644 > SIZE=710 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408440 OWNER=squid MODE=100644 > SIZE=3209 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408441 OWNER=squid MODE=100644 > SIZE=2451 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408442 OWNER=squid MODE=100644 > SIZE=2711 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408443 OWNER=squid MODE=100644 > SIZE=3905 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408444 OWNER=squid MODE=100644 > SIZE=2063 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408445 OWNER=squid MODE=100644 > SIZE=1739 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408446 OWNER=squid MODE=100644 > SIZE=1663 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408447 OWNER=squid MODE=100644 > SIZE=1608 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408448 OWNER=squid MODE=100644 > SIZE=2796 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408449 OWNER=squid MODE=100644 > SIZE=4515 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408450 OWNER=squid MODE=100644 > SIZE=2085 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408451 OWNER=squid MODE=100644 > SIZE=2269 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408452 OWNER=squid MODE=100644 > SIZE=636 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408453 OWNER=squid MODE=100644 > SIZE=1906 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408454 OWNER=squid MODE=100644 > SIZE=964 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408455 OWNER=squid MODE=100644 > SIZE=1800 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408456 OWNER=squid MODE=100644 > SIZE=606 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408457 OWNER=squid MODE=100644 > SIZE=637 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408458 OWNER=squid MODE=100644 > SIZE=467 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408459 OWNER=squid MODE=100644 > SIZE=637 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408460 OWNER=squid MODE=100644 > SIZE=457 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408461 OWNER=squid MODE=100644 > SIZE=1264 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408462 OWNER=squid MODE=100644 > SIZE=451 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408463 OWNER=squid MODE=100644 > SIZE=43124 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408464 OWNER=squid MODE=100644 > SIZE=3092 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408465 OWNER=squid MODE=100644 > SIZE=2109 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408466 OWNER=squid MODE=100644 > SIZE=556 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408467 OWNER=squid MODE=100644 > SIZE=538 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408468 OWNER=squid MODE=100644 > SIZE=1031 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408469 OWNER=squid MODE=100644 > SIZE=1068 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408470 OWNER=squid MODE=100644 > SIZE=1049 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408471 OWNER=squid MODE=100644 > SIZE=1177 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408472 OWNER=squid MODE=100644 > SIZE=890 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408473 OWNER=squid MODE=100644 > SIZE=884 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408474 OWNER=squid MODE=100644 > SIZE=1920 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408475 OWNER=squid MODE=100644 > SIZE=2205 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408476 OWNER=squid MODE=100644 > SIZE=1109 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408477 OWNER=squid MODE=100644 > SIZE=1879 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408478 OWNER=squid MODE=100644 > SIZE=1205 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408479 OWNER=squid MODE=100644 > SIZE=1078 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408480 OWNER=squid MODE=100644 > SIZE=935 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408481 OWNER=squid MODE=100644 > SIZE=839 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408482 OWNER=squid MODE=100644 > SIZE=1135 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408483 OWNER=squid MODE=100644 > SIZE=908 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408484 OWNER=squid MODE=100644 > SIZE=2202 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408485 OWNER=squid MODE=100644 > SIZE=2532 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408486 OWNER=squid MODE=100644 > SIZE=10004 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2408487 OWNER=squid MODE=100644 > SIZE=1270 MTIME=Jul 4 15:58 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > ** Phase 5 - Check Cyl groups > ALLOCATED FILE 259128 MARKED FREE > ALLOCATED FRAG 1037895 MARKED FREE > ALLOCATED FILES 2408284-2408487 MARKED FREE > ALLOCATED FRAGS 9598291-9598295 MARKED FREE > ALLOCATED FRAGS 9599242-9599247 MARKED FREE > ALLOCATED FRAGS 9622948-9622951 MARKED FREE > ALLOCATED FRAGS 9623108-9623111 MARKED FREE > ALLOCATED FRAGS 9623244-9623247 MARKED FREE > ALLOCATED FRAG 9624287 MARKED FREE > ALLOCATED FRAGS 9624477-9624479 MARKED FREE > ALLOCATED FRAGS 9624484-9624487 MARKED FREE > ALLOCATED FRAGS 9624492-9624495 MARKED FREE > ALLOCATED FRAGS 9624508-9624511 MARKED FREE > ALLOCATED FRAGS 9624524-9624527 MARKED FREE > ALLOCATED FRAGS 9624557-9624559 MARKED FREE > ALLOCATED FRAGS 9624573-9624575 MARKED FREE > ALLOCATED FRAGS 9624620-9624623 MARKED FREE > ALLOCATED FRAGS 9624628-9624631 MARKED FREE > ALLOCATED FRAGS 9624669-9624671 MARKED FREE > ALLOCATED FRAGS 9624678-9624679 MARKED FREE > ALLOCATED FRAGS 9624696-9624697 MARKED FREE > ALLOCATED FRAGS 9624704-9624721 MARKED FREE > ALLOCATED FRAGS 9624728-9624729 MARKED FREE > ALLOCATED FRAGS 9624736-9624746 MARKED FREE > ALLOCATED FRAGS 9624752-9624761 MARKED FREE > ALLOCATED FRAGS 9624768-9624769 MARKED FREE > ALLOCATED FRAGS 9624776-9624799 MARKED FREE > ALLOCATED FRAGS 9624808-9624809 MARKED FREE > ALLOCATED FRAGS 9624816-9624817 MARKED FREE > ALLOCATED FRAGS 9624824-9624825 MARKED FREE > ALLOCATED FRAGS 9624832-9624833 MARKED FREE > ALLOCATED FRAGS 9624840-9624842 MARKED FREE > ALLOCATED FRAGS 9624848-9624849 MARKED FREE > ALLOCATED FRAGS 9624856-9624857 MARKED FREE > ALLOCATED FRAGS 9624864-9624873 MARKED FREE > ALLOCATED FRAGS 9624880-9624927 MARKED FREE > ALLOCATED FRAG 9624935 MARKED FREE > ALLOCATED FRAGS 9624992-9624993 MARKED FREE > ALLOCATED FRAGS 9625000-9625007 MARKED FREE > ALLOCATED FRAGS 9625024-9625031 MARKED FREE > ALLOCATED FRAGS 9625048-9625050 MARKED FREE > ALLOCATED FRAGS 9625056-9625063 MARKED FREE > ALLOCATED FRAGS 9625088-9625121 MARKED FREE > ALLOCATED FRAGS 9625128-9625191 MARKED FREE > ALLOCATED FRAGS 9625199-9625215 MARKED FREE > ALLOCATED FRAGS 9625224-9625239 MARKED FREE > ALLOCATED FRAGS 9625248-9625263 MARKED FREE > ALLOCATED FRAGS 9625272-9625297 MARKED FREE > ALLOCATED FRAGS 9625304-9625321 MARKED FREE > ALLOCATED FRAGS 9625344-9625346 MARKED FREE > ALLOCATED FRAGS 9625368-9625394 MARKED FREE > ALLOCATED FRAGS 9625400-9625401 MARKED FREE > ALLOCATED FRAGS 9625424-9625425 MARKED FREE > ALLOCATED FRAGS 9625456-9625484 MARKED FREE > ALLOCATED FRAGS 9625493-9625495 MARKED FREE > ALLOCATED FRAGS 9625504-9625527 MARKED FREE > ALLOCATED FRAGS 9626784-9626787 MARKED FREE > ALLOCATED FRAGS 9627152-9627155 MARKED FREE > ALLOCATED FRAGS 9630456-9630459 MARKED FREE > ALLOCATED FRAGS 9630552-9630555 MARKED FREE > ALLOCATED FRAGS 9631340-9631343 MARKED FREE > ALLOCATED FRAGS 9631736-9631739 MARKED FREE > ALLOCATED FRAGS 9631764-9631767 MARKED FREE > ALLOCATED FRAGS 9631784-9631787 MARKED FREE > ALLOCATED FRAGS 9631904-9631907 MARKED FREE > ALLOCATED FRAGS 9632048-9632051 MARKED FREE > ALLOCATED FRAGS 9632168-9632171 MARKED FREE > ALLOCATED FRAGS 9632176-9632179 MARKED FREE > ALLOCATED FRAGS 9632644-9632651 MARKED FREE > ALLOCATED FRAGS 9632680-9632683 MARKED FREE > ALLOCATED FRAGS 9632688-9632691 MARKED FREE > ALLOCATED FRAGS 9632720-9632723 MARKED FREE > ALLOCATED FRAGS 9632732-9632739 MARKED FREE > ALLOCATED FRAGS 9632800-9632803 MARKED FREE > ALLOCATED FRAGS 9632868-9632875 MARKED FREE > ALLOCATED FRAGS 9632956-9632959 MARKED FREE > ALLOCATED FRAGS 9633532-9633535 MARKED FREE > ALLOCATED FRAGS 9633540-9633542 MARKED FREE > > CANNOT ADJUST NUMBER OF FREE BLOCKS: 42 > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CONTINUE? yes > > > CANNOT ADJUST NUMBER OF FREE INODES: -205 > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CONTINUE? yes > > > CANNOT ADJUST NUMBER OF FREE FRAGS: -33 > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CONTINUE? yes > > 236088 files, 3086838 used, 7721155 free (65395 frags, 956970 blocks, 0.6% fragmentation) > xxxxx# fsck -n -t ffs /var/local/snapshot > /var/local/snapshot (Unknown error: 0)/var/local/snapshot is not a char device > ** /var/local/snapshot (NO WRITE) > ** Last Mounted on /var > ** Phase 1 - Check Blocks and Sizes > INCORRECT BLOCK COUNT I=635988 (6592 should be 6560) > CORRECT? no > > INCORRECT BLOCK COUNT I=636324 (256 should be 64) > CORRECT? no > > INCORRECT BLOCK COUNT I=636347 (38560 should be 64) > CORRECT? no > > INCORRECT BLOCK COUNT I=903640 (1600 should be 416) > CORRECT? no > > INCORRECT BLOCK COUNT I=903743 (5152 should be 416) > CORRECT? no > > INCORRECT BLOCK COUNT I=903840 (1600 should be 416) > CORRECT? no > > INCORRECT BLOCK COUNT I=1271822 (6592 should be 416) > CORRECT? no > > INCORRECT BLOCK COUNT I=3650654 (7360 should be 7328) > CORRECT? no > > ** Phase 2 - Check Pathnames > UNALLOCATED I=1271812 OWNER=cyrus MODE=0 > SIZE=0 MTIME=Jul 4 15:57 2006 > NAME=/imap/db.backup2 > > UNEXPECTED SOFT UPDATE INCONSISTENCY > > REMOVE? no > > UNALLOCATED I=636383 OWNER=cyrus MODE=0 > SIZE=0 MTIME=Jul 4 15:57 2006 > NAME=/imap/db/__db.001 > > UNEXPECTED SOFT UPDATE INCONSISTENCY > > REMOVE? no > > UNALLOCATED I=636384 OWNER=cyrus MODE=0 > SIZE=0 MTIME=Jul 4 15:57 2006 > NAME=/imap/db/__db.002 > > UNEXPECTED SOFT UPDATE INCONSISTENCY > > REMOVE? no > > UNALLOCATED I=636385 OWNER=cyrus MODE=0 > SIZE=0 MTIME=Jul 4 15:57 2006 > NAME=/imap/db/__db.003 > > UNEXPECTED SOFT UPDATE INCONSISTENCY > > REMOVE? no > > UNALLOCATED I=636386 OWNER=cyrus MODE=0 > SIZE=0 MTIME=Jul 4 15:57 2006 > NAME=/imap/db/__db.004 > > UNEXPECTED SOFT UPDATE INCONSISTENCY > > REMOVE? no > > UNALLOCATED I=636387 OWNER=cyrus MODE=0 > SIZE=0 MTIME=Jul 4 15:57 2006 > NAME=/imap/db/__db.005 > > UNEXPECTED SOFT UPDATE INCONSISTENCY > > REMOVE? no > > BAD TYPE VALUE I=635968 OWNER=cyrus MODE=100600 > SIZE=59 MTIME=Jul 4 16:00 2006 > FILE=/imap/socket/lmtp > > UNEXPECTED SOFT UPDATE INCONSISTENCY > > FIX? no > > UNALLOCATED I=3485737 OWNER=operator MODE=0 > SIZE=0 MTIME=Jul 4 16:00 2006 > NAME=/db/entropy/saved-entropy.8 > > UNEXPECTED SOFT UPDATE INCONSISTENCY > > REMOVE? no > > ** Phase 3 - Check Connectivity > UNREF DIR I=2685571 OWNER=root MODE=40700 > SIZE=1536 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > UNREF DIR I=1271816 OWNER=cyrus MODE=40700 > SIZE=512 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > ** Phase 4 - Check Reference Counts > UNREF FILE I=636313 OWNER=cyrus MODE=100600 > SIZE=8192 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=636324 OWNER=cyrus MODE=100600 > SIZE=663552 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=636338 OWNER=cyrus MODE=100600 > SIZE=98304 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=636347 OWNER=cyrus MODE=100600 > SIZE=28622848 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=636360 OWNER=cyrus MODE=100600 > SIZE=32768 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=636361 OWNER=root MODE=140777 > SIZE=0 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903614 OWNER=root MODE=100600 > SIZE=1789 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903640 OWNER=cyrus MODE=100600 > SIZE=797637 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903647 OWNER=root MODE=100600 > SIZE=2064 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903743 OWNER=cyrus MODE=100600 > SIZE=2616852 MTIME=Jul 4 16:02 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903752 OWNER=root MODE=100600 > SIZE=0 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903784 OWNER=cyrus MODE=100600 > SIZE=2651 MTIME=Jul 4 16:02 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903829 OWNER=root MODE=100600 > SIZE=3311 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903830 OWNER=root MODE=100600 > SIZE=2136 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903839 OWNER=root MODE=100600 > SIZE=2098 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903840 OWNER=cyrus MODE=100600 > SIZE=796804 MTIME=Jul 4 16:00 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903841 OWNER=cyrus MODE=100600 > SIZE=5393 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903842 OWNER=cyrus MODE=100600 > SIZE=131173 MTIME=Jul 4 16:01 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903843 OWNER=root MODE=100600 > SIZE=12641 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903844 OWNER=cyrus MODE=100600 > SIZE=14952 MTIME=Jul 4 16:03 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=903845 OWNER=cyrus MODE=100600 > SIZE=8437 MTIME=Jul 4 16:01 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > LINK COUNT DIR I=1271816 OWNER=cyrus MODE=40700 > SIZE=512 MTIME=Jul 4 15:57 2006 COUNT 2 SHOULD BE 1 > ADJUST? no > > UNREF FILE I=1271817 OWNER=cyrus MODE=100600 > SIZE=144 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=1271822 OWNER=cyrus MODE=100600 > SIZE=3342440 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=1271823 OWNER=cyrus MODE=100600 > SIZE=19684 MTIME=Jul 4 15:57 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2402313 OWNER=root MODE=100644 > SIZE=0 MTIME=Jun 22 10:01 2006 > CLEAR? no > > UNREF FILE I=2402323 OWNER=root MODE=140666 > SIZE=0 MTIME=May 30 12:30 2006 > CLEAR? no > > UNREF FILE I=2402325 OWNER=root MODE=100644 > SIZE=0 MTIME=Jun 15 12:19 2006 > CLEAR? no > > UNREF FILE I=2402348 OWNER=root MODE=100640 > SIZE=4 MTIME=May 30 12:32 2006 > CLEAR? no > > UNREF FILE I=2402357 OWNER=root MODE=140666 > SIZE=0 MTIME=Jun 22 10:00 2006 > CLEAR? no > > LINK COUNT DIR I=2684928 OWNER=root MODE=41777 > SIZE=512 MTIME=Jul 4 06:25 2006 COUNT 21 SHOULD BE 14 > ADJUST? no > > ZERO LENGTH DIR I=2685490 OWNER=root MODE=40700 > SIZE=0 MTIME=Jun 22 03:16 2006 > CLEAR? no > > ZERO LENGTH DIR I=2685533 OWNER=root MODE=40700 > SIZE=0 MTIME=Jun 22 03:16 2006 > CLEAR? no > > LINK COUNT DIR I=2685571 OWNER=root MODE=40700 > SIZE=1536 MTIME=Jun 26 04:08 2006 COUNT 2 SHOULD BE 1 > ADJUST? no > > UNREF FILE I=2685572 OWNER=root MODE=100600 > SIZE=263446 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685597 OWNER=root MODE=100600 > SIZE=122082 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685598 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685601 OWNER=root MODE=100600 > SIZE=269391 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685602 OWNER=root MODE=100600 > SIZE=122082 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685603 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685604 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685605 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685606 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685607 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685608 OWNER=root MODE=100600 > SIZE=8902001 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685609 OWNER=root MODE=100600 > SIZE=8332530 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685610 OWNER=root MODE=100600 > SIZE=12166048 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685613 OWNER=root MODE=100600 > SIZE=7139496 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > ZERO LENGTH DIR I=2685616 OWNER=root MODE=40700 > SIZE=0 MTIME=Jun 22 03:16 2006 > CLEAR? no > > UNREF FILE I=2685658 OWNER=root MODE=100600 > SIZE=274457 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685660 OWNER=root MODE=100600 > SIZE=11350868 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685667 OWNER=root MODE=100600 > SIZE=209018 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685668 OWNER=root MODE=100600 > SIZE=1062730 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685669 OWNER=root MODE=100600 > SIZE=117265 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685670 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685671 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685672 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685673 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685674 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685675 OWNER=root MODE=100600 > SIZE=117263 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685676 OWNER=root MODE=100600 > SIZE=122082 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685677 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685678 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685679 OWNER=root MODE=100600 > SIZE=117263 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685680 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685681 OWNER=root MODE=100600 > SIZE=122082 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685682 OWNER=root MODE=100600 > SIZE=8902001 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685683 OWNER=root MODE=100600 > SIZE=8332533 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685684 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685685 OWNER=root MODE=100600 > SIZE=117263 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685686 OWNER=root MODE=100600 > SIZE=121641 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685687 OWNER=root MODE=100600 > SIZE=121642 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685688 OWNER=root MODE=100600 > SIZE=121642 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685689 OWNER=root MODE=100600 > SIZE=122082 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685690 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685691 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685692 OWNER=root MODE=100600 > SIZE=122082 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685693 OWNER=root MODE=100600 > SIZE=121642 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685694 OWNER=root MODE=100600 > SIZE=121641 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685695 OWNER=root MODE=100600 > SIZE=121642 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685696 OWNER=root MODE=100600 > SIZE=122082 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685697 OWNER=root MODE=100600 > SIZE=121642 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685698 OWNER=root MODE=100600 > SIZE=121642 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685699 OWNER=root MODE=100600 > SIZE=121642 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685700 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685701 OWNER=root MODE=100600 > SIZE=121642 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685702 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685703 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685704 OWNER=root MODE=100600 > SIZE=122082 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685705 OWNER=root MODE=100600 > SIZE=121642 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685706 OWNER=root MODE=100600 > SIZE=121642 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685707 OWNER=root MODE=100600 > SIZE=121642 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > UNREF FILE I=2685708 OWNER=root MODE=100600 > SIZE=117264 MTIME=Jun 26 04:08 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > ZERO LENGTH DIR I=2708653 OWNER=root MODE=40700 > SIZE=0 MTIME=Jun 26 04:08 2006 > CLEAR? no > > ZERO LENGTH DIR I=2708664 OWNER=root MODE=40700 > SIZE=0 MTIME=Jun 26 04:08 2006 > CLEAR? no > > ZERO LENGTH DIR I=2708666 OWNER=root MODE=40700 > SIZE=0 MTIME=Jun 26 04:08 2006 > CLEAR? no > > ZERO LENGTH DIR I=2708667 OWNER=root MODE=40700 > SIZE=0 MTIME=Jun 26 04:08 2006 > CLEAR? no > > ZERO LENGTH DIR I=2708689 OWNER=root MODE=40700 > SIZE=0 MTIME=Jun 26 04:08 2006 > CLEAR? no > > UNREF FILE I=3485814 OWNER=operator MODE=100400 > SIZE=2048 MTIME=Jul 4 16:00 2006 FILE LINKUP IN SNAPSHOT > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CLEAR? no > > ** Phase 5 - Check Cyl groups > ALLOCATED FILE 636313 MARKED FREE > ALLOCATED FILE 636324 MARKED FREE > ALLOCATED FILE 636338 MARKED FREE > ALLOCATED FILE 636347 MARKED FREE > ALLOCATED FILES 636360-636361 MARKED FREE > ALLOCATED FRAGS 2542828-2542831 MARKED FREE > ALLOCATED FRAGS 2542928-2542935 MARKED FREE > ALLOCATED FRAGS 2542960-2542967 MARKED FREE > ALLOCATED FRAGS 2542984-2542991 MARKED FREE > ALLOCATED FRAGS 2543008-2543015 MARKED FREE > ALLOCATED FRAGS 2543096-2543103 MARKED FREE > ALLOCATED FRAGS 2543192-2543207 MARKED FREE > ALLOCATED FRAGS 2543216-2543223 MARKED FREE > ALLOCATED FRAG 2566407 MARKED FREE > ALLOCATED FRAGS 2571008-2571015 MARKED FREE > ALLOCATED FRAGS 2571024-2571031 MARKED FREE > ALLOCATED FRAG 2611311 MARKED FREE > ALLOCATED FILE 903614 MARKED FREE > ALLOCATED FILE 903640 MARKED FREE > ALLOCATED FILE 903647 MARKED FREE > ALLOCATED FILE 903743 MARKED FREE > ALLOCATED FILE 903752 MARKED FREE > ALLOCATED FILE 903784 MARKED FREE > ALLOCATED FILES 903829-903830 MARKED FREE > ALLOCATED FILES 903839-903845 MARKED FREE > ALLOCATED FRAGS 3674886-3674887 MARKED FREE > ALLOCATED FRAGS 3676350-3676351 MARKED FREE > ALLOCATED FRAGS 3703032-3703033 MARKED FREE > ALLOCATED FRAGS 3705846-3705847 MARKED FREE > ALLOCATED FRAGS 3728206-3728207 MARKED FREE > ALLOCATED FRAGS 4467288-4467289 MARKED FREE > ALLOCATED FRAGS 4509448-4509455 MARKED FREE > ALLOCATED FRAGS 4525176-4525183 MARKED FREE > ALLOCATED FRAGS 4559760-4559761 MARKED FREE > ALLOCATED FRAGS 4559768-4559769 MARKED FREE > ALLOCATED FRAGS 4608640-4608649 MARKED FREE > ALLOCATED FRAGS 4608696-4608751 MARKED FREE > ALLOCATED FRAGS 4661976-4662015 MARKED FREE > ALLOCATED FRAGS 4910520-4910615 MARKED FREE > ALLOCATED FILES 1271816-1271817 MARKED FREE > ALLOCATED FILES 1271822-1271823 MARKED FREE > ALLOCATED FRAG 5107591 MARKED FREE > ALLOCATED FRAGS 5108000-5108007 MARKED FREE > ALLOCATED FRAGS 5108752-5108759 MARKED FREE > ALLOCATED FRAG 5110127 MARKED FREE > ALLOCATED FRAGS 5123846-5123847 MARKED FREE > ALLOCATED FRAGS 5130520-5130583 MARKED FREE > ALLOCATED FRAGS 5130864-5130895 MARKED FREE > ALLOCATED FRAGS 5134136-5134199 MARKED FREE > ALLOCATED FRAGS 5134224-5134255 MARKED FREE > ALLOCATED FRAGS 5134352-5134420 MARKED FREE > ALLOCATED FRAGS 5135680-5135682 MARKED FREE > ALLOCATED FRAGS 5135688-5135694 MARKED FREE > ALLOCATED FRAGS 5135696-5135703 MARKED FREE > ALLOCATED FRAG 5155983 MARKED FREE > ALLOCATED FILE 3485814 MARKED FREE > ALLOCATED FRAG 13925846 MARKED FREE > > CANNOT ADJUST NUMBER OF DIRECTORIES: -358 > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CONTINUE? yes > > > CANNOT ADJUST NUMBER OF FREE BLOCKS: 3382 > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CONTINUE? yes > > > CANNOT ADJUST NUMBER OF FREE INODES: 401 > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CONTINUE? yes > > > CANNOT ADJUST NUMBER OF FREE FRAGS: 130 > UNEXPECTED SOFT UPDATE INCONSISTENCY > > CONTINUE? yes > > 55163 files, 11349385 used, 10240062 free (48262 frags, 1273975 blocks, 0.2% fragmentation) Hope this can shed some light... bye & Thanks av. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 15:12: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 E772516A4E1 for ; Tue, 4 Jul 2006 15:12:30 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4043643D53 for ; Tue, 4 Jul 2006 15:12:30 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id 55so561647wri for ; Tue, 04 Jul 2006 08:12:29 -0700 (PDT) Received: by 10.54.76.18 with SMTP id y18mr1952360wra; Tue, 04 Jul 2006 08:12:28 -0700 (PDT) Received: from scorpio ( [216.45.217.148]) by mx.gmail.com with ESMTP id 27sm4817758wrl.2006.07.04.08.12.28; Tue, 04 Jul 2006 08:12:28 -0700 (PDT) From: Gerard Seibert Organization: Seibercom.net To: freebsd-questions@freebsd.org Date: Tue, 4 Jul 2006 11:12:24 -0400 User-Agent: KMail/1.9.3 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: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607041112.25739.gerard@seibercom.net> Subject: KDE & Text to Speech 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: Tue, 04 Jul 2006 15:12:31 -0000 System Info: FreeBSD seibercom.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May 13 19:46:07 EDT 2006 root@.seibercom.net:/usr/obj/usr/src/sys/SEIBERCOM i386 I am not sure if this is the proper forum for this question or not, but I might as well start here. I am trying to get the KDE text to speech to work. I installed the 'festival' port and the 'festvox-aec' port. Everything seems to be OK, but no sound is emitted. The sound works fine on everything else. There are no error messages displayed so I do not know where to look to get this working. -- Gerard Seibert gerard@seibercom.net Change your thoughts and you change your world. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 15:25: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 8A0D816A4E6 for ; Tue, 4 Jul 2006 15:25:31 +0000 (UTC) (envelope-from stapleton.41@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 C16B443D4C for ; Tue, 4 Jul 2006 15:25:30 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1991271uge for ; Tue, 04 Jul 2006 08:25: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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Kwcf/LsiBC7q7H/VRxBup4uH25DSYhs5W05Cf2LC9M6LpUPbP99jffAZmTB1euCHNZ85I3k/QK3CtM1PZtihhAjEML6aLf7V3IBrSI2JYyptMnO/iRYMan11u9temYGsmFUoySH8KZPP8Z/Evc7gDbWyXtdhBxCqUN6ZDLV3PIw= Received: by 10.67.22.2 with SMTP id z2mr6711741ugi; Tue, 04 Jul 2006 08:25:29 -0700 (PDT) Received: by 10.67.86.1 with HTTP; Tue, 4 Jul 2006 08:25:28 -0700 (PDT) Message-ID: <80f4f2b20607040825n722530f3t8edaa96464bd050@mail.gmail.com> Date: Tue, 4 Jul 2006 11:25:28 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org In-Reply-To: <200607041112.25739.gerard@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607041112.25739.gerard@seibercom.net> Subject: Re: KDE & Text to Speech X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 15:25:31 -0000 Problem is, that's a bit of a niche so it may take a while to answer, but as a generalized FreeBSD form, and that being related to use on a FreeBSD system, It's a good question. Not to mention, I've not had time to look at it, but since I have blind family, I'd like to look at the screen readers for *nix some day, as it can't be much worse than windows/jaws. You may want to try some Festival or KDE Text-to-Speech groups also. If you get a response faster there, please post it here, as I am interested. -Jim Stapleton On 7/4/06, Gerard Seibert wrote: > System Info: > FreeBSD seibercom.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May 13 19:46:07 > EDT 2006 root@.seibercom.net:/usr/obj/usr/src/sys/SEIBERCOM i386 > > I am not sure if this is the proper forum for this question or not, but I > might as well start here. > > I am trying to get the KDE text to speech to work. I installed the 'festival' > port and the 'festvox-aec' port. Everything seems to be OK, but no sound is > emitted. The sound works fine on everything else. There are no error messages > displayed so I do not know where to look to get this working. > > -- > Gerard Seibert > gerard@seibercom.net > > Change your thoughts and you change your world. > _______________________________________________ > 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 Jul 4 15:44: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 E403016A4E8 for ; Tue, 4 Jul 2006 15:44:49 +0000 (UTC) (envelope-from npy@vaccius.com) Received: from mail.office1.mikoishi.net (mail2.mikoishi.com [203.125.54.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45C4043D55 for ; Tue, 4 Jul 2006 15:44:49 +0000 (GMT) (envelope-from npy@vaccius.com) Received: from [192.168.255.2] (cm30.theta35.maxonline.com.sg [222.165.35.30]) by mail.office1.mikoishi.net (Postfix) with ESMTP id C6667564BFC for ; Tue, 4 Jul 2006 23:44:47 +0800 (SGT) Message-ID: <44AA8CE7.1020604@vaccius.com> Date: Tue, 04 Jul 2006 23:44:39 +0800 From: npy User-Agent: Mail/News 1.5 (X11/20060309) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: mod_proxy missing under freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:44:50 -0000 Hi, I need to get mod_proxy running under apache and can't seem to find the ports. Anyone knows where mod_proxy is located? Thanks. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 16:13: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 790B216A4DD for ; Tue, 4 Jul 2006 16:13:22 +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 ECE8C43D55 for ; Tue, 4 Jul 2006 16:13:21 +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 16CC92E01E; Tue, 4 Jul 2006 18:13:19 +0200 (CEST) Message-ID: <44AA939E.80500@locolomo.org> Date: Tue, 04 Jul 2006 18:13:18 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: npy References: <44AA8CE7.1020604@vaccius.com> In-Reply-To: <44AA8CE7.1020604@vaccius.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mod_proxy missing under freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:13:22 -0000 npy wrote: > I need to get mod_proxy running under apache and can't seem to find the > ports. Anyone knows where mod_proxy is located? Which version of apache? For apache 2.2 check Makefile.doc: To enable a module category: WITH__MODULES To disable a module category: WITHOUT__MODULES Per default categories are: AUTH AUTHN AUTHZ DAV CACHE MISC Categories available: AUTH AUTHN AUTHZ CACHE DAV EXPERIMENTAL LDAP MISC PROXY SSL SUEXEC THREADS To see all available knobs, type make show-options To see all modules in different categories, type make show-categories You can check your modules configuration by using make show-modules Cheers, Erik From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 16:16: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 4395216A4DD for ; Tue, 4 Jul 2006 16:16:54 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8654243D5D for ; Tue, 4 Jul 2006 16:16:37 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k64GFF3p040117; Tue, 4 Jul 2006 11:15:41 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <44AA93F9.7000200@daleco.biz> Date: Tue, 04 Jul 2006 11:14:49 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.4) Gecko/20060623 SeaMonkey/1.0.2 MIME-Version: 1.0 To: npy References: <44AA8CE7.1020604@vaccius.com> In-Reply-To: <44AA8CE7.1020604@vaccius.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mod_proxy missing under freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:16:54 -0000 npy wrote: > Hi, > > I need to get mod_proxy running under apache and can't seem to find the > ports. Anyone knows where mod_proxy is located? > > Thanks. > Built in? [kadmin@archangel][/usr/ports/www/] httpd -v Server version: Apache/1.3.36 (Unix) Server built: May 29 2006 21:43:28 [kadmin@archangel][/usr/ports/www/] ll ../IN*6* -rw-r--r-- 1 root wheel 8384144 May 28 14:13 ../INDEX-6 -rw------- 1 root wheel 790763 May 28 02:09 ../INDEX-6.bz2 -rw-r--r-- 1 root wheel 16333824 May 29 09:05 ../INDEX-6.db [kadmin@archangel][/usr/ports/www/] grep proxy /usr/local/etc/apache/httpd.conf LoadModule proxy_module libexec/apache/libproxy.so AddModule mod_proxy.c # document that was negotiated on the basis of content. This asks proxy # enable the proxy server: # # # CacheRoot "/usr/local/www/proxy" # End of proxy directives. Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 16:16: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 1B5AD16A4DA for ; Tue, 4 Jul 2006 16:16:57 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6739D43D4C for ; Tue, 4 Jul 2006 16:16:54 +0000 (GMT) (envelope-from fbsd@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060704161653.NUTH23502.mta11.adelphia.net@barbish>; Tue, 4 Jul 2006 12:16:53 -0400 From: "fbsd" To: "npy" , Date: Tue, 4 Jul 2006 12:16:48 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <44AA8CE7.1020604@vaccius.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: mod_proxy missing under freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:16:57 -0000 In apache13 it comes preinstalled as default. May be same in apache22. look in httpd.config for mod statements to verify what is preinstalled. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of npy Sent: Tuesday, July 04, 2006 11:45 AM To: freebsd-questions@freebsd.org Subject: mod_proxy missing under freebsd Hi, I need to get mod_proxy running under apache and can't seem to find the ports. Anyone knows where mod_proxy is located? Thanks. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 16:19: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 18C9916A4DE for ; Tue, 4 Jul 2006 16:19:44 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E17543D49 for ; Tue, 4 Jul 2006 16:19:43 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by wr-out-0506.google.com with SMTP id 55so572858wri for ; Tue, 04 Jul 2006 09:19:43 -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=eM5s0kHdJ4tKZtIDuKxw1fmFXIlx3YsuycdP3tBdQByGvBFAeCG1L9jPrw/BggSYRFLf5o1aP90//oU0q0ypRMzhOCkpLBcbA07pwU43FPrp4Q36xG4tT83ldDBGQtvoqwjaGaLxMmMwzXGezE9yDxr51Mr5uFL6MNalV7BmUig= Received: by 10.54.82.4 with SMTP id f4mr1941083wrb; Tue, 04 Jul 2006 09:19:42 -0700 (PDT) Received: by 10.54.122.11 with HTTP; Tue, 4 Jul 2006 09:19:42 -0700 (PDT) Message-ID: Date: Wed, 5 Jul 2006 00:19:42 +0800 From: "jan gestre" To: bsd In-Reply-To: <0DC8ABD1-EC70-4E68-B8F9-22CC3C3D571A@todoo.biz> MIME-Version: 1.0 References: <0DC8ABD1-EC70-4E68-B8F9-22CC3C3D571A@todoo.biz> 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: Liste FreeBSD Subject: Re: Problem with pkgdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 16:19:44 -0000 On 7/4/06, bsd wrote: > > Hello, > > I have a problem with pkgdb that I am not able to solve on my own. > > root:newmail 10:26 /usr/ports/sysutils/portupgrade # pkgdb -fu > ---> Updating the pkgdb > [Rebuilding the pkgdb in /var/db/pkg ... > uninitialized constant PkgDB::BDB: Cannot update the pkgdb!] > > So far I have tried to reinstall couple of ports (portupgrade), but > that didn't solve anything. > > > Thanks for your support. > > > P.S . A solution was to use portmanager but I think I still need pkgdb > - is that correct ?? > > i had a similar problem regarding portupgrade, it corrupted the pkgdb, what i did was rename pkgdb.db to pkgdb.orig then run: # pkgdb -fu and everything went normal again From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 16: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 248E516A4DD for ; Tue, 4 Jul 2006 16:20:32 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7137443D49 for ; Tue, 4 Jul 2006 16:20:31 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by wx-out-0102.google.com with SMTP id h30so682269wxd for ; Tue, 04 Jul 2006 09:20: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ixtkx3DM20DH4UIXQQtRU45oVmRZuAkHujV9CmntX+lGpPY3uAlN7B+eLZUR4P+VZCtJI1ChhldsmhtT0/6l1ilDrCXyU4eGvDwbMUq36Aeh7R8lRYbXnLKpzEpVvszg+i38j14DS1qGsb5CJd1t7YFxuwQOioFbZjGdcUfHZnQ= Received: by 10.70.26.1 with SMTP id 1mr7326741wxz; Tue, 04 Jul 2006 09:20:30 -0700 (PDT) Received: by 10.70.57.10 with HTTP; Tue, 4 Jul 2006 09:20:30 -0700 (PDT) Message-ID: Date: Tue, 4 Jul 2006 11:20:30 -0500 From: "illoai@gmail.com" To: bsd In-Reply-To: <1CACB80D-C326-4C00-A14B-87D944F1C341@todoo.biz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6364F144-0287-41E2-90F0-D97B45C02493@todoo.biz> <44A8D9CB.1080400@xs4all.nl> <1CACB80D-C326-4C00-A14B-87D944F1C341@todoo.biz> Cc: "Jacques S." , Liste FreeBSD Subject: Re: Portupgrade ruby 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, 04 Jul 2006 16:20:32 -0000 On 7/3/06, bsd wrote: > Mmmh... > > I have followed your instructions and am still facing a problem : > > root 0:34 ~ # portversion -l "<" > [Rebuilding the pkgdb in /var/db/pkg ... > [Rebuilding the pkgdb in /var/db/pkg ... > uninitialized constant PkgDB::BDB: Cannot update the pkgdb!] > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ > > I can not rebuild the database using pkgdb -fu > > root 0:37 ~ # pkgdb -fu > ---> Updating the pkgdb > [Rebuilding the pkgdb in /var/db/pkg ... > uninitialized constant PkgDB::BDB: Cannot update the pkgdb!] > > > ?? Any idea. What worked for me: rm /var/db/pkg/pkgdb.db && pkgdb -Ffu I also had to run portsdb -fu (or maybe it was -fuU, which takes a painfully long time) I hope this helps. -- -- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 16:42: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 314AE16A4E7 for ; Tue, 4 Jul 2006 16:42:11 +0000 (UTC) (envelope-from csar@123.com.sv) Received: from asgard1.americatelsal.com (asgard.americatelsal.com [200.13.161.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D47F43D45 for ; Tue, 4 Jul 2006 16:42:09 +0000 (GMT) (envelope-from csar@123.com.sv) Received: (qmail 75432 invoked from network); 4 Jul 2006 17:00:36 -0000 Received: from unknown (HELO ?192.168.10.251?) (200.13.161.68) by asgard1.americatelsal.com with SMTP; 4 Jul 2006 17:00:36 -0000 Message-ID: <44AA9A86.5000602@123.com.sv> Date: Tue, 04 Jul 2006 10:42:46 -0600 From: =?ISO-8859-1?Q?C=E9sar_Amaya?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: snort and mysql connection at start troubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 16:42:11 -0000 Hi list I am installing SNORT 2.4.5 to log into a MySQL-5.1 database. snort logs are being stored fine into the db, but whe the system start snort fails because of this: snort[396]: FATAL ERROR: database: mysql_error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) this is the configuration line in the snort.conf file output database: log, mysql, user=snortids password=PswIdS dbname=snort host=localhost when I changed the 'localhost' name to 127.0.0.1 I got the following error snort[401]: FATAL ERROR: database: mysql_error: Can't connect to MySQL server on '127.0.0.1' (61) All of this happens at start time. After system started I start snort manually and connect to mysql just fine. It seems that snort start earlier than mysql. I want to start mysql earlier than snort but I don´t know how. Can some body help me? From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 16:58: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 1211B16A4E6 for ; Tue, 4 Jul 2006 16:58:14 +0000 (UTC) (envelope-from owensr@comcast.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C96A43D46 for ; Tue, 4 Jul 2006 16:58:13 +0000 (GMT) (envelope-from owensr@comcast.net) Received: from desky64 (c-69-243-17-124.hsd1.va.comcast.net[69.243.17.124]) by comcast.net (rwcrmhc11) with SMTP id <20060704165812m1100atkh2e>; Tue, 4 Jul 2006 16:58:12 +0000 Message-ID: <000801c69f8b$0e73abd0$0501a8c0@desky64> From: "Raymond Owens" To: Date: Tue, 4 Jul 2006 12:58:21 -0400 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.2869 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Installation on private network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 16:58:14 -0000 I have a freebsd system which is on a private network, there is no path = to the internet. I am looking for methods to update the system to a new = version level under these situations. Is there someway to synchronize = the sources by burning a CD, without being able to employ CVSsup or = similar? I see how to bring ports over manually and how to do simple = kernal option changes, my question is in regard to going from O/S = version 6.0 to 6.1 or 6.1 to 6.1 stable . Thanks. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 17:20: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 8A50316A4E1 for ; Tue, 4 Jul 2006 17:20:15 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8159943D46 for ; Tue, 4 Jul 2006 17:20:14 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k64HIYo5040513; Tue, 4 Jul 2006 12:18:55 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <44AAA2DD.20108@daleco.biz> Date: Tue, 04 Jul 2006 12:18:21 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.4) Gecko/20060623 SeaMonkey/1.0.2 MIME-Version: 1.0 To: =?ISO-8859-1?Q?C=E9sar_Amaya?= References: <44AA9A86.5000602@123.com.sv> In-Reply-To: <44AA9A86.5000602@123.com.sv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: snort and mysql connection at start troubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 17:20:15 -0000 César Amaya wrote: > Hi list > > I am installing SNORT 2.4.5 to log into a MySQL-5.1 database. snort logs > are being stored fine into the db, but whe the system start snort fails > because of this: snort[396]: FATAL ERROR: database: mysql_error: Can't > connect to local MySQL server through socket '/tmp/mysql.sock' (2) > > this is the configuration line in the snort.conf file > > output database: log, mysql, user=snortids password=PswIdS dbname=snort > host=localhost > > when I changed the 'localhost' name to 127.0.0.1 I got the following error > > snort[401]: FATAL ERROR: database: mysql_error: Can't connect to MySQL > server on '127.0.0.1' (61) > > All of this happens at start time. After system started I start snort > manually and connect to mysql just fine. > > It seems that snort start earlier than mysql. I want to start mysql > earlier than snort but I don´t know how. > > Can some body help me? > I think you should take a look at rcorder(8). Kevin Kinsey -- Think honk if you're a telepath. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 17:49: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 3616816A4DA for ; Tue, 4 Jul 2006 17:49:33 +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 AC97C43D45 for ; Tue, 4 Jul 2006 17:49:32 +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; Tue, 04 Jul 2006 13:49:31 -0400 id 00056412.44AAAA2B.0000E9D8 Date: Tue, 4 Jul 2006 13:49:30 -0400 From: Bill Moran To: "Raymond Owens" Message-Id: <20060704134930.e13d89c2.wmoran@collaborativefusion.com> In-Reply-To: <000801c69f8b$0e73abd0$0501a8c0@desky64> References: <000801c69f8b$0e73abd0$0501a8c0@desky64> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; 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: Installation on private network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 17:49:33 -0000 "Raymond Owens" wrote: > I have a freebsd system which is on a private network, there is no path > to the internet. I am looking for methods to update the system to a new > version level under these situations. Is there someway to synchronize the > sources by burning a CD, without being able to employ CVSsup or similar? > I see how to bring ports over manually and how to do simple kernal option > changes, my question is in regard to going from O/S version 6.0 to 6.1 > or 6.1 to 6.1 stable . Thanks. You have a number of choices: 1) You can burn your own distro CD and upgrade. There are a number of HOWTOs floating around the internet, and it seems as if the process is getting simpler with each new release. 2) You could burn a copy of the /usr/src that matches the version you want to upgrade to and then copy it from CD to the local machine and do the make build|install process. 3) We run our own cvsup server at the office. Many servers do not have a path to the Internet, but they can access our local cvsup server to do updates. The cvsup server (obviously) needs access to the Internet. The cvsup-mirror port makes this particularly easy to set up. Hope this helps. -- Bill Moran There's more'n seventy little earth's spinning about the galaxy, and the meek have inherited not a one. Malcom Reynolds From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 18:06: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 1CE5816A4E5 for ; Tue, 4 Jul 2006 18:06:23 +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 7778C43D53 for ; Tue, 4 Jul 2006 18:06:21 +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 k64I6IEY007266; Tue, 4 Jul 2006 21:06:18 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Tue, 4 Jul 2006 21:03:43 +0300 User-Agent: KMail/1.9.1 References: <000801c69f8b$0e73abd0$0501a8c0@desky64> In-Reply-To: <000801c69f8b$0e73abd0$0501a8c0@desky64> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607042103.44181.nvass@teledomenet.gr> Cc: Raymond Owens Subject: Re: Installation on private network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 18:06:23 -0000 On Tuesday 04 July 2006 19:58, Raymond Owens wrote: > I have a freebsd system which is on a private network, there is no path to > the internet. I am looking for methods to update the system to a new > version level under these situations. Is there someway to synchronize the > sources by burning a CD, without being able to employ CVSsup or similar? I > see how to bring ports over manually and how to do simple kernal option > changes, my question is in regard to going from O/S version 6.0 to 6.1 or > 6.1 to 6.1 stable . Thanks. You must use one of methods described here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html extract: The primary services we offer are Anonymous CVS, CVSup, and CTM. Once you have the source, you can use any medium* available to get it to the system in question. So, you can update world without internet access. *) that is any medium providing unix file system characteristics, that is rock ridge and iso9660, raw tar and friends, tar and friends on iso9660, a file-backed UFS on iso9660 and others. But, you have to create the CD with a Unix-like OS. Also, from time to time snapshots of stable become available in CD images. HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 18: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 63FD216A4E2 for ; Tue, 4 Jul 2006 18:15:03 +0000 (UTC) (envelope-from goran_sabo@t-2.net) Received: from md2.t-2.net (md2.t-2.net [84.255.209.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D8743D49 for ; Tue, 4 Jul 2006 18:15:01 +0000 (GMT) (envelope-from goran_sabo@t-2.net) Received: from HP-XW6000 (84-255-254-23.dsl.t-2.net [84.255.254.23]) by md2.t-2.net (MOS 3.7.5-GA) with ESMTP id AWY24641; Tue, 4 Jul 2006 20:14:55 +0200 (CEST) From: Goran Sabo To: X-Mailer: PocoMail 4.0 (3350) - Licensed Version Date: Tue, 4 Jul 2006 20:14:56 +0200 Message-ID: <200674201456.852753@HP-XW6000> Content-Transfer-Encoding: 8bit X-Junkmail-Status: score=10/50, host=md2.t-2.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090206.44AAAE0E.0027,ss=1,fgs=0, ip=84.255.254.23, so=2006-03-30 10:46:40, dmn=5.2.4/2006-05-04 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: freebsd 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: Tue, 04 Jul 2006 18:15:03 -0000 Hi! I have c:/ (no partition) with Windows sistem, d:/ partition -> NTFS and unformated partition for second sistem -> FreeBSD. When I put instalation CD and boot computer from cd freebsd I get error masage BTX HALTED. Before this is "all" ok. Cant i have two sistems Window and FreeBSD? Thank you Goran Sabo From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 18:24: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 8C66D16A4DD for ; Tue, 4 Jul 2006 18:24:17 +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 D07B243D45 for ; Tue, 4 Jul 2006 18:24:16 +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 k64IO9EY007341; Tue, 4 Jul 2006 21:24:09 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Tue, 4 Jul 2006 21:21:35 +0300 User-Agent: KMail/1.9.1 References: <000801c69f8b$0e73abd0$0501a8c0@desky64> <200607042103.44181.nvass@teledomenet.gr> In-Reply-To: <200607042103.44181.nvass@teledomenet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607042121.35363.nvass@teledomenet.gr> Cc: Raymond Owens Subject: Re: Installation on private network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 18:24:17 -0000 On Tuesday 04 July 2006 21:03, Nikos Vassiliadis wrote: > *) that is any medium providing unix file system characteristics No, that's not true. There are only plain files and directories in /usr/src. There are no soft links, as I was expecting. So you can use any filesystem. Any filesystems that supports files and directories, that's easy to find :) From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 19:10: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 A981916A4DF for ; Tue, 4 Jul 2006 19:10:06 +0000 (UTC) (envelope-from petermatulis@yahoo.ca) Received: from web60016.mail.yahoo.com (web60016.mail.yahoo.com [209.73.178.64]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F63B43D49 for ; Tue, 4 Jul 2006 19:10:05 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 34818 invoked by uid 60001); 4 Jul 2006 19:10:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=FrLHvzxxoj6zMemzS7GFJn0EMiOP961q1XNlZr0WIryg0+UnsRcwq765S9Y0nJtPLrmUtCIRBn7cBj83jLMpaJHtfGTJd6ECnosAKsfEMgyZQbKj+ScjTvPIrFOf2eXQvBkFSr9Qxqct5k5qIwOTC7+LkGKVK0pl50HlGDQJGKI= ; Message-ID: <20060704191005.34812.qmail@web60016.mail.yahoo.com> Received: from [66.131.121.105] by web60016.mail.yahoo.com via HTTP; Tue, 04 Jul 2006 15:10:05 EDT Date: Tue, 4 Jul 2006 15:10:05 -0400 (EDT) From: Peter To: Olivier Nicole , dick@nagual.st In-Reply-To: <200607040803.k6483e9A029133@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: find syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 19:10:06 -0000 --- Olivier Nicole wrote: > > #find /dir/to/htmlfile -name *.html -exec perl -p -i -e > > "s/nagual.st/nagual.nl/g;" {} \; > > You should escape the * that you pass to find: > > -name \*.html Or -name "*.html" __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 19:39: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 E580D16A4E5 for ; Tue, 4 Jul 2006 19:39:24 +0000 (UTC) (envelope-from csar@123.com.sv) Received: from asgard1.americatelsal.com (asgard2.americatelsal.com [200.13.161.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA6D43D4C for ; Tue, 4 Jul 2006 19:39:24 +0000 (GMT) (envelope-from csar@123.com.sv) Received: (qmail 89331 invoked from network); 4 Jul 2006 19:57:52 -0000 Received: from unknown (HELO ?192.168.10.251?) (200.13.161.68) by asgard1.americatelsal.com with SMTP; 4 Jul 2006 19:57:52 -0000 Message-ID: <44AAC413.6080907@123.com.sv> Date: Tue, 04 Jul 2006 13:40:03 -0600 From: =?ISO-8859-1?Q?C=E9sar_Amaya?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Kevin Kinsey References: <44AA9A86.5000602@123.com.sv> <44AAA2DD.20108@daleco.biz> In-Reply-To: <44AAA2DD.20108@daleco.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: snort and mysql connection at start troubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 19:39:25 -0000 Kevin Kinsey wrote: > César Amaya wrote: >> Hi list >> >> I am installing SNORT 2.4.5 to log into a MySQL-5.1 database. snort >> logs are being stored fine into the db, but whe the system start >> snort fails because of this: snort[396]: FATAL ERROR: database: >> mysql_error: Can't connect to local MySQL server through socket >> '/tmp/mysql.sock' (2) >> >> this is the configuration line in the snort.conf file >> >> output database: log, mysql, user=snortids password=PswIdS >> dbname=snort host=localhost >> >> when I changed the 'localhost' name to 127.0.0.1 I got the following >> error >> >> snort[401]: FATAL ERROR: database: mysql_error: Can't connect to >> MySQL server on '127.0.0.1' (61) >> >> All of this happens at start time. After system started I start snort >> manually and connect to mysql just fine. >> >> It seems that snort start earlier than mysql. I want to start mysql >> earlier than snort but I don´t know how. >> >> Can some body help me? >> > > I think you should take a look at rcorder(8). > > Kevin Kinsey > I got mysql-server to start before snort proxy# rcorder /etc/rc.d/* /usr/local/etc/rc.d/* /usr/local/etc/rc.d/apache22.sh /etc/rc.d/DAEMON /etc/rc.d/LOGIN /usr/local/etc/rc.d/mysql-server /usr/local/etc/rc.d/snort /etc/rc.d/ypxfrd even though, I still have the same problem snort[471]: FATAL ERROR: database: mysql_error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Any thought? From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 20:11: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 34C7116A4E2 for ; Tue, 4 Jul 2006 20:11:43 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABFA43D76 for ; Tue, 4 Jul 2006 20:11:26 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.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 k64KAt5k043756; Tue, 4 Jul 2006 15:10:56 -0500 (CDT) Message-Id: <6.0.0.22.2.20060704150923.027362a8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 04 Jul 2006 15:10:39 -0500 To: "Raymond Owens" , From: Derek Ragona In-Reply-To: <000801c69f8b$0e73abd0$0501a8c0@desky64> References: <000801c69f8b$0e73abd0$0501a8c0@desky64> 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: Installation on private network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 20:11:43 -0000 The simplest way is to take the ISO of the release you want to load and install as an upgrade. You will need to remove or move /usr/src first as an upgrade won't overwrite it if it is found. -Derek At 11:58 AM 7/4/2006, Raymond Owens wrote: >I have a freebsd system which is on a private network, there is no path to >the internet. I am looking for methods to update the system to a new >version level under these situations. Is there someway to synchronize the >sources by burning a CD, without being able to employ CVSsup or similar? >I see how to bring ports over manually and how to do simple kernal option >changes, my question is in regard to going from O/S version 6.0 to 6.1 or >6.1 to 6.1 stable . 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" > >-- >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 Jul 4 20:39: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 028EC16A4DA for ; Tue, 4 Jul 2006 20:39:07 +0000 (UTC) (envelope-from sigsegv@radiotube.org) Received: from mail.itconnect.no (mail.itconnect.no [80.89.32.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD2343D49 for ; Tue, 4 Jul 2006 20:39:05 +0000 (GMT) (envelope-from sigsegv@radiotube.org) Received: from enterprise.localnet.radiotube.org (enterprise.radiotube.org [80.89.53.15]) by mail.itconnect.no (8.12.11.20060308/8.12.11) with ESMTP id k64KcwKM004096; Tue, 4 Jul 2006 22:38:58 +0200 Received: from [10.53.4.10] (endeavour [10.53.4.10]) (authenticated bits=0) by enterprise.localnet.radiotube.org (8.13.6/8.13.6) with ESMTP id k64Kcw9c058418 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Jul 2006 22:38:59 +0200 (CEST) (envelope-from sigsegv@radiotube.org) Message-ID: <44AAD1E2.8040003@radiotube.org> Date: Tue, 04 Jul 2006 22:38:58 +0200 From: Jan-Espen Pettersen User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: Rainer Heesen References: <200607021653.13546.rainer.heesen@gmx.de> <200607032103.06324.rainer.heesen@gmx.de> <44A98908.3060708@radiotube.org> <200607042022.42893.rainer.heesen@gmx.de> In-Reply-To: <200607042022.42893.rainer.heesen@gmx.de> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2B458D2093CC3D17B8D43586" X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on enterprise.localnet.radiotube.org X-Scanned-By: MIMEDefang 2.56 on 80.89.53.15 X-ITCMAIL-MailScanner-Information: Please contact the ISP for more information X-ITCMAIL-MailScanner: Found to be clean X-MailScanner-From: sigsegv@radiotube.org Cc: FreeBSD Questions Subject: Re: cups 1.2 - no output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sigsegv@radiotube.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 20:39:07 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2B458D2093CC3D17B8D43586 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Rainer Heesen wrote: > root@desktop ~# echo test > /dev/ulpt0 > bash: /dev/ulpt0: Device busy > > so I think it is not a cups problem, but what kind of program make the = usb=20 > device busy? > =20 It can't be any other program if fstat is not reporting anything. I've been reading on the usb printer standard, and the ulpt code. I found that it will return 'device busy' (EBUSY) in one more condition other than that it is in use by another program. It will first do a soft reset on the printer, telling it to forget everything about previous request and/or errors. Then it'll wait for the printer to set it's state to Selected (ie. online). If the printer doesn't set its state to online FreeBSD will return EBUSY (device busy). You can try running your kernel in verbose mode ('boot -v' from the loader), and if this is the case you'll see series of messages on the console like: ulpt_open: waiting a while =2E.. To get your printer working again, maybe you can unplug, powercycle (ie. hard reset) your printer. And then try /dev/unlpt0. (No reset) 'echo test > /dev/unlpt0' is an effective test. Maybe your printer sets the online bit correctly if it doesn't receive the reset. And otherwise if you can confirm that the printer is not online, then maybe you can manually tell it to get online or power up. (By pushing an eventual 'power up'/'online' button on the printer itself) --------------enig2B458D2093CC3D17B8D43586 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.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEqtHiH90qNYni6VoRArPnAJ48kVIAeUTnEeFwWu93hOEjdnyrIQCfdTxd Rz9+lBweELbaLQma29wlzU8= =qYUQ -----END PGP SIGNATURE----- --------------enig2B458D2093CC3D17B8D43586-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 21:49: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 4504A16A4E6 for ; Tue, 4 Jul 2006 21:49:30 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq1.groni1.gr.home.nl (smtpq1.groni1.gr.home.nl [213.51.130.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC9543D5D for ; Tue, 4 Jul 2006 21:49:27 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.130.190] (port=42186 helo=smtp1.groni1.gr.home.nl) by smtpq1.groni1.gr.home.nl with esmtp (Exim 4.30) id 1FxsmF-0004dl-F4; Tue, 04 Jul 2006 23:49:51 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.221.74]:60261 helo=desktop.homenet) by smtp1.groni1.gr.home.nl with esmtp (Exim 4.30) id 1FxsiC-00051O-Hu; Tue, 04 Jul 2006 23:45:40 +0200 From: Danny Pansters To: gerard@seibercom.net Date: Tue, 4 Jul 2006 23:48:46 +0200 User-Agent: KMail/1.9.1 References: <200607041112.25739.gerard@seibercom.net> In-Reply-To: <200607041112.25739.gerard@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607042348.46469.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: freebsd-questions@freebsd.org Subject: Re: KDE & Text to Speech X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 21:49:30 -0000 On Tuesday 04 July 2006 17:12, Gerard Seibert wrote: > System Info: > FreeBSD seibercom.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May 13 19:46:07 > EDT 2006 root@.seibercom.net:/usr/obj/usr/src/sys/SEIBERCOM i386 > > I am not sure if this is the proper forum for this question or not, but I > might as well start here. > > I am trying to get the KDE text to speech to work. I installed the > 'festival' port and the 'festvox-aec' port. Everything seems to be OK, but > no sound is emitted. The sound works fine on everything else. There are no > error messages displayed so I do not know where to look to get this > working. You probably need to install "voices", these are ports that start with festvox-* and festlex-*. I've only played with it to the extend I had it read slashdot and such, nothing really serious, but I also found that it did nothing until I installed some synthesized voices. HTH, Dan From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 21:57: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 7354816A4DD for ; Tue, 4 Jul 2006 21:57:52 +0000 (UTC) (envelope-from isra@herraiz.org) Received: from riky.urjc.es (riky.urjc.es [193.147.184.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8EA643D46 for ; Tue, 4 Jul 2006 21:57:51 +0000 (GMT) (envelope-from isra@herraiz.org) Received: from riky.urjc.es (riky.urjc.es [127.0.0.1]) by riky.urjc.es with ESMTP id k64Lvnv5006647 for ; Tue, 4 Jul 2006 23:57:49 +0200 Received: from [142.104.103.172] (gold.cs.UVic.CA [142.104.103.172]) (authenticated bits=0) by riky.urjc.es with ESMTP id k64Lvl1x002348 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 4 Jul 2006 23:57:48 +0200 Message-ID: <44AAE459.5070603@herraiz.org> Date: Tue, 04 Jul 2006 14:57:45 -0700 From: Israel Herraiz User-Agent: Thunderbird 1.5.0.4 (X11/20060615) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (riky.urjc.es [193.147.184.25]); Tue, 04 Jul 2006 23:57:49 +0200 (CEST) Subject: About the PR stats plots X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 21:57:52 -0000 Hello, I have noticed that the PR plots in [1] seem to be wrong. Some of the graphs has negative values (take for instance a look at the plot of analyzed reports in the last 30 days). Moreover, the graphs are different of those shown in [2]. Taking a look at the Project Lifetime plot, it seems that it is calculating the stats wrong since the year 2004 onwards (I mean since the year 2004 in the plot; I do not intend to say the scripts are broken since a couple of years ago). I don't know if I should send this question to this list of to the bugbusters one. BR, Israel Herraiz [1] http://www.freebsd.org/prstats/index.html [2] http://people.freebsd.org/~bsd/prstats/ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 22:03: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 D876516A4DD for ; Tue, 4 Jul 2006 22:03:34 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF2A43D45 for ; Tue, 4 Jul 2006 22:03:33 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id 55so617132wri for ; Tue, 04 Jul 2006 15:03:33 -0700 (PDT) Received: by 10.54.128.20 with SMTP id a20mr2088274wrd; Tue, 04 Jul 2006 15:03:33 -0700 (PDT) Received: from scorpio ( [216.45.217.148]) by mx.gmail.com with ESMTP id 15sm8722165wrl.2006.07.04.15.03.32; Tue, 04 Jul 2006 15:03:32 -0700 (PDT) From: Gerard Seibert Organization: Seibercom.net To: Danny Pansters Date: Tue, 4 Jul 2006 18:03:15 -0400 User-Agent: KMail/1.9.3 References: <200607041112.25739.gerard@seibercom.net> <200607042348.46469.danny@ricin.com> In-Reply-To: <200607042348.46469.danny@ricin.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="nextPart2199565.4FE6nG4rb3"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607041803.29572.gerard@seibercom.net> Cc: freebsd-questions@freebsd.org Subject: Re: KDE & Text to Speech 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: Tue, 04 Jul 2006 22:03:34 -0000 --nextPart2199565.4FE6nG4rb3 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 04 July 2006 17:48, Danny Pansters wrote: > On Tuesday 04 July 2006 17:12, Gerard Seibert wrote: > > System Info: > > FreeBSD seibercom.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May 13 > > 19:46:07 EDT 2006 root@.seibercom.net:/usr/obj/usr/src/sys/SEIBERCO= M=20 > > i386 > > > > I am not sure if this is the proper forum for this question or not, but= I > > might as well start here. > > > > I am trying to get the KDE text to speech to work. I installed the > > 'festival' port and the 'festvox-aec' port. Everything seems to be OK, > > but no sound is emitted. The sound works fine on everything else. There > > are no error messages displayed so I do not know where to look to get > > this working. > > You probably need to install "voices", these are ports that start with > festvox-* and festlex-*. I've only played with it to the extend I had it > read slashdot and such, nothing really serious, but I also found that it > did nothing until I installed some synthesized voices. I installed one from the 'festvox-*' ports originally.. I will investigate= =20 the 'festlex-*' offerings now. =2D-=20 Gerard Seibert gerard@seibercom.net Clothes make the man. Naked people have little or no influence on society. Mark Twain --nextPart2199565.4FE6nG4rb3 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEquWxcpQHD6lZJm0RAlObAJ9kMexd7+Tq6C/JV9NF0pn+kpE9eQCfWWJa YlaAr0Ru0yQNVjIxJ5Dl/04= =Wg6g -----END PGP SIGNATURE----- --nextPart2199565.4FE6nG4rb3-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 22:11: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 C832116A4E0 for ; Tue, 4 Jul 2006 22:11:17 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D16743D49 for ; Tue, 4 Jul 2006 22:11:16 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by wr-out-0506.google.com with SMTP id 55so618007wri for ; Tue, 04 Jul 2006 15:11: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:mime-version:content-type; b=HSani2tzdcNjW5h0oUdT5OGfXm41yG2tlmT7ofqYvpqQ+QEcX3fvBSFRSDSG6yeGjC63DHlGDSPTNhh6evkt5GybREviEJXbOXZqZ+nwe5uWSuCtrbDmhNrOHknQ+JM0q0TpwsIasZ5gevza09VphjnKe4hXBdc2NBZJjW7G4iM= Received: by 10.54.128.20 with SMTP id a20mr2094515wrd; Tue, 04 Jul 2006 15:11:16 -0700 (PDT) Received: by 10.54.122.11 with HTTP; Tue, 4 Jul 2006 15:11:16 -0700 (PDT) Message-ID: Date: Wed, 5 Jul 2006 06:11:16 +0800 From: "jan gestre" To: "Liste FreeBSD" 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: how to enable mod_ssl in apache 2.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 22:11:17 -0000 hi guys, how do i enable mod_ssl in apache 2.2 in my freebsd 6.1 box so that it listens to port 443 instead of the default port 80? is there a special command like the a2enmod ssl in debian? TIA From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 22:23: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 5B80816A4DF for ; Tue, 4 Jul 2006 22:23:32 +0000 (UTC) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 861EE43D53 for ; Tue, 4 Jul 2006 22:23:16 +0000 (GMT) (envelope-from dick@nagual.st) Received: from arwen.nagual.st (arwen.nagual.nl [192.168.11.29]) by nagual.st with esmtp; Wed, 05 Jul 2006 00:23:15 +0200 id 00039827.44AAEA53.0000697E Date: Wed, 5 Jul 2006 00:23:15 +0200 From: dick hoogendijk To: fbsdq Message-Id: <20060705002315.c2242af1.dick@nagual.st> In-Reply-To: <20060704191005.34812.qmail@web60016.mail.yahoo.com> References: <200607040803.k6483e9A029133@banyan.cs.ait.ac.th> <20060704191005.34812.qmail@web60016.mail.yahoo.com> Organization: de nagual X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: find syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dick@nagual.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 22:23:32 -0000 On Tue, 4 Jul 2006 15:10:05 -0400 (EDT) Peter wrote: > > --- Olivier Nicole wrote: > > > > #find /dir/to/htmlfile -name *.html -exec perl -p -i -e > > > "s/nagual.st/nagual.nl/g;" {} \; > > > > You should escape the * that you pass to find: > > > > -name \*.html > > Or > > -name "*.html" Yes, yes, they both work ;-) The files are changed and it went very fast. Thank you for your suggestions. And I have written down this "change-files-rule" into my notebook. It is powerful! -- dick -- http://nagual.nl/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.1 ++ The Power to Serve From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 23:01: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 2BE9E16A4E5 for ; Tue, 4 Jul 2006 23:01:03 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EA4E43D5A for ; Tue, 4 Jul 2006 23:01:01 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: by ug-out-1314.google.com with SMTP id e2so1418723ugf for ; Tue, 04 Jul 2006 16:01:00 -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=Q+q7jWMagZ50C6MGBWG2EwMxuE5LMCbu4r0ypfCmQgX9B2i0psvFaSC2/8uG++oaU7QuJbKlsfjwiNZWDOvlmPc9yyQYRmnmShNC8UnzYN4gY4VChQ/+1D/Qu/UbO37Axy5ff2/jByZvlGZ1Pd8uQMJhWvlW/k57Vp6ceYugKrc= Received: by 10.78.177.3 with SMTP id z3mr1431851hue; Tue, 04 Jul 2006 16:01:00 -0700 (PDT) Received: by 10.78.116.7 with HTTP; Tue, 4 Jul 2006 16:01:00 -0700 (PDT) Message-ID: <51d7a5160607041601p2ef4da45r6aa2ae9a69d37911@mail.gmail.com> Date: Tue, 4 Jul 2006 16:01:00 -0700 From: perikillo To: freebsd-questions@freebsd.org In-Reply-To: <200607041041.21582.nvass@teledomenet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <51d7a5160607031749n24e8ebe1lfb6d34c2a37e3d10@mail.gmail.com> <200607041041.21582.nvass@teledomenet.gr> Subject: Re: Ports doubt, check network performance...? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jul 2006 23:01:03 -0000 On 7/4/06, Nikos Vassiliadis wrote: > On Tuesday 04 July 2006 03:49, perikillo wrote: > > Hi people. > > > > I have some problems on my network, and i want to use my freebsd > > box to see if i can find the problems on my network, we have two > > networks in two countrys connected by a private link, but i have seen > > just a couple a weeks ago that we have some problems between both > > links, we are lossing packets if i ping some server on the other link, > > some times i get 36% of packets loss, is to but to much on bussines > > hours. > > 36% packet loss is very high, it will almost make TCP unusable. > ping is your tool. Use -s 500 to 1500 to simulate some-how real traffic > situation. I guess you have a point-to-point link between the two offices, > connected to a router? Do you administer these routers? Do know your > bandwidth utilization? Are you sure your link is OK? check this with your > service provider. > > Either you link is bad or you use all your available bandwidth. > > > > > I want to use my freebsd box running 6.0 but just want to know if > > some one could recomend me wich ports to check to see if i can find > > wich device is causing this problem. > > FreeBSD can not help you much with this. Unless FreeBSD is the router > in question. Or you could pass all traffic from a FreeBSD box in order to > know what's going on. something like this > > central-switch------FBSD------router-1=====router-2 > [--------------------LAN--------------------] [-----WAN-----] > > No i dont administer those routers, i need to check if the problem is our network or the ISP link, and yes is Point To Point link and talk with the guys that setup that router, but im thinking in put a freebsd box between our lan and the router and sniff all the traffic and see whats is happening but wich port to use...?, thanks all for your help. Ethereal is for read packets but can he check wich one device is causing problems..? Greetings. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 23:06: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 3828C16A4DA for ; Tue, 4 Jul 2006 23:06:16 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2EC243D46 for ; Tue, 4 Jul 2006 23:06:15 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id 55so624223wri for ; Tue, 04 Jul 2006 16:06:14 -0700 (PDT) Received: by 10.54.69.13 with SMTP id r13mr2163091wra; Tue, 04 Jul 2006 16:06:14 -0700 (PDT) Received: from scorpio ( [216.45.217.148]) by mx.gmail.com with ESMTP id 15sm8776121wrl.2006.07.04.16.06.14; Tue, 04 Jul 2006 16:06:14 -0700 (PDT) From: Gerard Seibert Organization: Seibercom.net To: freebsd-questions@freebsd.org Date: Tue, 4 Jul 2006 19:06:09 -0400 User-Agent: KMail/1.9.3 References: In-Reply-To: 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: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607041906.11267.gerard@seibercom.net> Subject: Re: how to enable mod_ssl in apache 2.2 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: Tue, 04 Jul 2006 23:06:16 -0000 On Tuesday 04 July 2006 18:11, jan gestre wrote: > hi guys, > > how do i enable mod_ssl in apache 2.2 in my freebsd 6.1 box so that it > listens to port 443 instead of the default port 80? is there a special > command like the a2enmod ssl in debian? I think you just change the 'Listen' directive in the httpd.conf file. -- Gerard Seibert gerard@seibercom.net In fiction the recourse of the powerless is murder; in life the recourse of the powerless is petty theft. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 23:16: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 D373A16A4DD for ; Tue, 4 Jul 2006 23:16:12 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FBE143D46 for ; Tue, 4 Jul 2006 23:16:12 +0000 (GMT) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.13.6/8.13.6) with ESMTP id k64NGBNB081363; Tue, 4 Jul 2006 19:16:11 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.13.6/8.13.6/Submit) with ESMTP id k64NGB2L081359; Tue, 4 Jul 2006 19:16:11 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Tue, 4 Jul 2006 19:16:10 -0400 (EDT) From: doug To: Rico Secada In-Reply-To: <20060704014255.1d0872fc.coolzone@io.dk> Message-ID: <20060704190605.B79422@fledge.watson.org> References: <20060704014255.1d0872fc.coolzone@io.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: KDE not in 6-stable 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: Tue, 04 Jul 2006 23:16:12 -0000 I believe that 3.5.1_1 has been restored, at least to ftp[24].freebsd.org. I installed 3.5.2 in mid June. I got caught upgrading a workstation so I am doing a build which I am 48 hours into :) I am not sure why 3.5.2 was removed; ; I had assumed it was to upload 3.5.3 which has been released. I started my build about 12 hours before 3.5.1_1 reappreared, now I am sorta curious how long it will take :) On Tue, 4 Jul 2006, Rico Secada wrote: > Hi > > I have noticed that KDE 3.5.2 has been removed from packages-6-stable. Why is that? > > Best and kind regards, > Rico. > _______________________________________________ > 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 Jul 5 00:35: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 0C6CC16A4DA for ; Wed, 5 Jul 2006 00:35:03 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61025.mail.yahoo.com (web61025.mail.yahoo.com [209.73.179.19]) by mx1.FreeBSD.org (Postfix) with SMTP id 6104643D45 for ; Wed, 5 Jul 2006 00:35:03 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 10193 invoked by uid 60001); 5 Jul 2006 00:35:02 -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=Ix9TbdriLy8FjkIIgb2LrWGr21dxyB5CuzrB40Sh8AfnyLBjSIfDMybpa681GIMYADObB6FsOSw4xMV2WD12bHj9COZLBFLAJjFFCDQbNMQ9FcSa/PwiWrHeaf5UL4xrTGOkS+82O2ham9oJn6G1ow3ZcYjK0HBwxXlSKkmvaKY= ; Message-ID: <20060705003502.10189.qmail@web61025.mail.yahoo.com> Received: from [69.86.22.118] by web61025.mail.yahoo.com via HTTP; Wed, 05 Jul 2006 00:35:02 GMT Date: Wed, 5 Jul 2006 00:35:02 +0000 (GMT) From: "E. J. Cerejo" To: FreeBSD Questions 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: HP Officejet Printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 00:35:04 -0000 I'm running FBSD 6.1 release and just got a new printer for my birthday, it's an HP Officejet 4315 all-in-one, I used to have an old HP Deskjet 842c and worked fine using apsfilter but I can't make this one print, I don't see any drivers for it using apsfilter either, is there a way to make this thing work? EJC www.only7bucks.com --------------------------------- Abra sua conta no Yahoo! Mail - 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 00:50: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 ADB0016A4DF for ; Wed, 5 Jul 2006 00:50:32 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C00D43D5F for ; Wed, 5 Jul 2006 00:50:31 +0000 (GMT) (envelope-from amistry@am-productions.biz) Received: from [192.168.1.100] (am-productions.biz [69.61.164.22]) (authenticated bits=0) by mail.united-ware.com (8.13.6/8.13.6) with ESMTP id k650uPHH066417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Jul 2006 20:56:31 -0400 (EDT) (envelope-from amistry@am-productions.biz) From: Anish Mistry Organization: AM Productions To: freebsd-questions@freebsd.org Date: Tue, 4 Jul 2006 20:50:53 -0400 User-Agent: KMail/1.9.1 References: <20060705003502.10189.qmail@web61025.mail.yahoo.com> In-Reply-To: <20060705003502.10189.qmail@web61025.mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1551956.kr80pOQ6Hr"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607042051.01605.amistry@am-productions.biz> X-Spam-Status: No, score=-2.5 required=5.0 tests=ALL_TRUSTED,BAYES_95, MYFREEBSD2 autolearn=no version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.united-ware.com X-Virus-Scanned: ClamAV 0.88.2/1585/Tue Jul 4 16:39:34 2006 on mail.united-ware.com X-Virus-Status: Clean Cc: "E. J. Cerejo" Subject: Re: HP Officejet Printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 00:50:32 -0000 --nextPart1551956.kr80pOQ6Hr Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 04 July 2006 20:35, E. J. Cerejo wrote: > I'm running FBSD 6.1 release and just got a new printer for my > birthday, it's an HP Officejet 4315 all-in-one, I used to have an > old HP Deskjet 842c and worked fine using apsfilter but I can't > make this one print, I don't see any drivers for it using apsfilter > either, is there a way to make this thing work? print/hplip =2D-=20 Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ --nextPart1551956.kr80pOQ6Hr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEqwz1xqA5ziudZT0RAr0mAJ41rUaDqQMf5KN4psR0YBA7jQD47gCggh2I BggaHAF6WEjZGVzKFnDCXxo= =OG7H -----END PGP SIGNATURE----- --nextPart1551956.kr80pOQ6Hr-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 01: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 1331916A4E0 for ; Wed, 5 Jul 2006 01:24:49 +0000 (UTC) (envelope-from csar@123.com.sv) Received: from asgard1.americatelsal.com (asgard.americatelsal.com [200.13.161.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8481F43D46 for ; Wed, 5 Jul 2006 01:24:47 +0000 (GMT) (envelope-from csar@123.com.sv) Received: (qmail 13455 invoked from network); 5 Jul 2006 01:43:11 -0000 Received: from unknown (HELO ?192.168.10.251?) (200.13.161.68) by asgard1.americatelsal.com with SMTP; 5 Jul 2006 01:43:11 -0000 Message-ID: <44AB1502.6050104@123.com.sv> Date: Tue, 04 Jul 2006 19:25:22 -0600 From: =?ISO-8859-1?Q?C=E9sar_Amaya?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: =?ISO-8859-1?Q?C=E9sar_Amaya?= References: <44AA9A86.5000602@123.com.sv> <44AAA2DD.20108@daleco.biz> <44AAC413.6080907@123.com.sv> In-Reply-To: <44AAC413.6080907@123.com.sv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: snort and mysql connection at start troubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 01:24:49 -0000 César Amaya wrote: > Kevin Kinsey wrote: >> César Amaya wrote: >>> Hi list >>> >>> I am installing SNORT 2.4.5 to log into a MySQL-5.1 database. snort >>> logs are being stored fine into the db, but whe the system start >>> snort fails because of this: snort[396]: FATAL ERROR: database: >>> mysql_error: Can't connect to local MySQL server through socket >>> '/tmp/mysql.sock' (2) >>> >>> this is the configuration line in the snort.conf file >>> >>> output database: log, mysql, user=snortids password=PswIdS >>> dbname=snort host=localhost >>> >>> when I changed the 'localhost' name to 127.0.0.1 I got the following >>> error >>> >>> snort[401]: FATAL ERROR: database: mysql_error: Can't connect to >>> MySQL server on '127.0.0.1' (61) >>> >>> All of this happens at start time. After system started I start >>> snort manually and connect to mysql just fine. >>> >>> It seems that snort start earlier than mysql. I want to start mysql >>> earlier than snort but I don´t know how. >>> >>> Can some body help me? >>> >> >> I think you should take a look at rcorder(8). >> >> Kevin Kinsey >> > I got mysql-server to start before snort > > proxy# rcorder /etc/rc.d/* /usr/local/etc/rc.d/* > /usr/local/etc/rc.d/apache22.sh > /etc/rc.d/DAEMON > /etc/rc.d/LOGIN > /usr/local/etc/rc.d/mysql-server > /usr/local/etc/rc.d/snort > /etc/rc.d/ypxfrd > > even though, I still have the same problem > snort[471]: FATAL ERROR: database: mysql_error: Can't connect to local > MySQL server through socket '/tmp/mysql.sock' (2) > > Any thought? > I found out where the problem is. Like I said before, the thing is that mysql must start prior to snort, but mysql have no enough time to completely start. So I told this to my boss and then he told me to put a delay into the snort start file, and I did so. I added the command /sleep 60 /in the first line of the snort start file and it worked just fine. best regards! From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 02:43: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 E32E916A4DA for ; Wed, 5 Jul 2006 02:43:06 +0000 (UTC) (envelope-from amistry@am-productions.biz) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 637B743D46 for ; Wed, 5 Jul 2006 02:43:06 +0000 (GMT) (envelope-from amistry@am-productions.biz) Received: from [192.168.1.100] (am-productions.biz [69.61.164.22]) (authenticated bits=0) by mail.united-ware.com (8.13.6/8.13.6) with ESMTP id k652n0MA067443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Jul 2006 22:49:07 -0400 (EDT) (envelope-from amistry@am-productions.biz) From: Anish Mistry Organization: AM Productions To: "E. J. Cerejo" Date: Tue, 4 Jul 2006 22:43:17 -0400 User-Agent: KMail/1.9.1 References: <20060705005324.78374.qmail@web61022.mail.yahoo.com> In-Reply-To: <20060705005324.78374.qmail@web61022.mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart8033026.cRPxThSL2I"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607042243.36555.amistry@am-productions.biz> X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,BAYES_60, J_CHICKENPOX_55,MYFREEBSD3 autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mail.united-ware.com X-Virus-Scanned: ClamAV 0.88.2/1585/Tue Jul 4 16:39:34 2006 on mail.united-ware.com X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: HP Officejet Printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 02:43:07 -0000 --nextPart8033026.cRPxThSL2I Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 04 July 2006 20:53, E. J. Cerejo wrote: > > Anish Mistry escreveu: On Tuesday 04=20 July 2006 20:35, E. J. Cerejo wrote: > > > I'm running FBSD 6.1 release and just got a new printer for my > > > birthday, it's an HP Officejet 4315 all-in-one, I used to have > > > an old HP Deskjet 842c and worked fine using apsfilter but I > > > can't make this one print, I don't see any drivers for it using > > > apsfilter either, is there a way to make this thing work? > > > > print/hplip > > Installing it is easy but how do I have to do to make it work, what > files I have to configure? Does it work using apsfilter? I missed the apsfilter part. It uses cups. You need to have the=20 printer attach as a ugen device, make the changes to devfs.rules in=20 the pkg-message and add the necessary lines to rc.conf to start it=20 all. =2D-=20 Anish Mistry amistry@am-productions.biz AM Productions http://am-productions.biz/ --nextPart8033026.cRPxThSL2I Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEqydYxqA5ziudZT0RAh1FAJ9vDn+ixYiyqumEa2gEpp8NCF3XNQCg0R2Y /aMfI9I9PO+wGJjxwZI8+EI= =MPPm -----END PGP SIGNATURE----- --nextPart8033026.cRPxThSL2I-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 04:23: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 3A75816A4E0 for ; Wed, 5 Jul 2006 04:23:57 +0000 (UTC) (envelope-from npy@vaccius.com) Received: from mail.office1.mikoishi.net (mail2.mikoishi.com [203.125.54.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD7C43D4C for ; Wed, 5 Jul 2006 04:23:55 +0000 (GMT) (envelope-from npy@vaccius.com) Received: from [192.168.1.86] (marcus.office1.mikoishi.net [192.168.1.86]) by mail.office1.mikoishi.net (Postfix) with ESMTP id 737A5564EF0; Wed, 5 Jul 2006 12:23:54 +0800 (SGT) Message-ID: <44AB3EDA.8050809@vaccius.com> Date: Wed, 05 Jul 2006 12:23:54 +0800 From: Ng Pek Yong User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44AA8CE7.1020604@vaccius.com> <44AA939E.80500@locolomo.org> In-Reply-To: <44AA939E.80500@locolomo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: mod_proxy missing under freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 04:23:57 -0000 Hi guys, Thanks for the pointer. Got it working now. The steps are: cd /usr/ports/www/apache22 export WITH_PROXY_MODULES=1 make install Thanks! Erik Norgaard wrote: > npy wrote: > >> I need to get mod_proxy running under apache and can't seem to find the >> ports. Anyone knows where mod_proxy is located? > > > Which version of apache? For apache 2.2 check Makefile.doc: > > > To enable a module category: WITH__MODULES > To disable a module category: WITHOUT__MODULES > > Per default categories are: > AUTH AUTHN AUTHZ DAV CACHE MISC > Categories available: > AUTH AUTHN AUTHZ CACHE DAV EXPERIMENTAL LDAP MISC PROXY SSL SUEXEC > THREADS > > To see all available knobs, type make show-options > To see all modules in different categories, type make show-categories > You can check your modules configuration by using make show-modules > > Cheers, Erik > _______________________________________________ > 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 Jul 5 06:31: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 9540B16A4E5 for ; Wed, 5 Jul 2006 06:31:45 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A7543D45 for ; Wed, 5 Jul 2006 06:31:44 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by wr-out-0506.google.com with SMTP id 55so666055wri for ; Tue, 04 Jul 2006 23:31:44 -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=QHQ7kbI6+XGqDNnMOsHrl3oWE1+1EQ1WmnWlFSLUuVt01K5O0hI6iu0rhmFFbRrRMFEym8mW2mK8FDK4E18/ZWj8Butrvp/RblItfA2ZDO69fJu0M9sGq6sxDnROgAjBhpjdCzCYhXJrd1UGRFgS1XlTLGZ5HP5ZUVWR2F57nrs= Received: by 10.54.138.7 with SMTP id l7mr2571480wrd; Tue, 04 Jul 2006 23:31:44 -0700 (PDT) Received: by 10.54.122.11 with HTTP; Tue, 4 Jul 2006 23:31:44 -0700 (PDT) Message-ID: Date: Wed, 5 Jul 2006 14:31:44 +0800 From: "jan gestre" To: gerard@seibercom.net In-Reply-To: <200607041906.11267.gerard@seibercom.net> MIME-Version: 1.0 References: <200607041906.11267.gerard@seibercom.net> 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: how to enable mod_ssl in apache 2.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 06:31:45 -0000 On 7/5/06, Gerard Seibert wrote: > > On Tuesday 04 July 2006 18:11, jan gestre wrote: > > hi guys, > > > > how do i enable mod_ssl in apache 2.2 in my freebsd 6.1 box so that it > > listens to port 443 instead of the default port 80? is there a special > > command like the a2enmod ssl in debian? > > I think you just change the 'Listen' directive in the httpd.conf file. > > you mean i dont have to change anything in httpd.conf and just add the > listen port? btw i see that the module is already loaded. > -- > Gerard Seibert > gerard@seibercom.net > > In fiction the recourse of the powerless is murder; > in life the recourse of the powerless is petty theft. > _______________________________________________ > 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 Jul 5 07:21: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 D6FB016A4DE for ; Wed, 5 Jul 2006 07:21:34 +0000 (UTC) (envelope-from freebsd@psam.se) Received: from kingpin.cenara.com (mail1.cenara.com [193.111.152.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1597243D4C for ; Wed, 5 Jul 2006 07:21:33 +0000 (GMT) (envelope-from freebsd@psam.se) Received: from caspian ([83.209.104.130]) by kingpin.cenara.com (8.12.10/8.12.10) with ESMTP id k657LVC7025808; Wed, 5 Jul 2006 09:21:31 +0200 Received: from [127.0.0.1] ([83.209.104.131]) (authenticated user peter@psam.se) by caspian (Kerio MailServer 6.1.0); Wed, 5 Jul 2006 09:21:41 +0200 Message-ID: <44AB686B.7040003@psam.se> Date: Wed, 05 Jul 2006 09:21:15 +0200 From: Psadi User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: jan gestre References: <20060702205752.89100.qmail@web61016.mail.yahoo.com> <20060702185111.96cc0e0a.wmoran@collaborativefusion.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0627-0, 2006-07-03), Outbound message X-Antivirus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: 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: Wed, 05 Jul 2006 07:21:34 -0000 HI This problem is that the /var/db/pkg/pkgdb.db has been damaged. What you need to do is to build a new pkgdb.db file First cd /var/db/pkg save the old pkgdb by mv pkgdb.db -> pkgdb.old then you run pkgdb -u after that you should be up and running again. Psadi jan gestre skrev: > On 7/3/06, Bill Moran wrote: >> >> "E. J. Cerejo" wrote: >> >> > I'm running FreeBSD 6.1 release and after upgrading portupgrade using >> portupgrade itself I'm getting this message (message bellow) or >> similar one >> everytime I run one of the portupgrade commands like pkgdb -u or -F, >> portversion -L = or portupgrade itself. Tells me that the database >> needs to >> be rebuild, I run portsdb -uU and I get this same error message (message >> bellow) it rebuilds with portsdb -fuU but still get this same message. >> > >> > Error Message: >> > >> > [Updating the pkgdb in /var/db/pkg ... >> /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid >> argument; >> rebuild needed] [Rebuilding the pkgdb in >> /var/db/pkg ... >> [Updating the pkgdb in /var/db/pkg ... >> /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid >> argument; >> rebuild needed] [Rebuilding the pkgdb in >> /var/db/pkg ... >> /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid >> argument: >> Cannot update the pkgdb!]: Cannot update the pkgdb!] >> > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ >> > >> > any clues on how to solve this? >> >> When was the last time you did a cvsup? >> >> Portupgrade was hosed for a few days there, if your ports tree >> previously >> installed the hosted version, portupgrade won't work. >> >> If this is the case, the solution is: >> 1) cvsup ports >> 2) pkg_delete portupgrade >> 3) cd /usr/ports/sysutils/portupgrade && make install clean >> >> Portupgrade will then start working again. >> >> i always do a cvsup before upgrading the ports but i got the same >> problem, > pkg_delete did not work coz it can't see the portupgrade version that is > installed so i did a make deinstall and make reinstall instead but > with the > same result, any idea how will i solve this? > > TIA > _______________________________________________ > 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 Jul 5 07:31: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 3A51F16A4DA for ; Wed, 5 Jul 2006 07:31:43 +0000 (UTC) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE99443D49 for ; Wed, 5 Jul 2006 07:31:41 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Wed, 05 Jul 2006 09:31:40 +0200 id 00039826.44AB6ADC.000073FA Date: Wed, 5 Jul 2006 09:31:40 +0200 To: freebsd-questions Message-ID: <20060705073140.GB29631@lothlorien.nagual.st> References: <200607041906.11267.gerard@seibercom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <200607041906.11267.gerard@seibercom.net> User-Agent: Mutt/1.4.2.1i From: dick hoogendijk Subject: Re: how to enable mod_ssl in apache 2.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 07:31:43 -0000 On 04 Jul Gerard Seibert wrote: > On Tuesday 04 July 2006 18:11, jan gestre wrote: > > hi guys, > > > > how do i enable mod_ssl in apache 2.2 in my freebsd 6.1 box so that it > > listens to port 443 instead of the default port 80? is there a special > > command like the a2enmod ssl in debian? > > I think you just change the 'Listen' directive in the httpd.conf file. You can. But apache22 comes with a 'special' ssl conf file in the /usr/local/etc/apache22/extra directory callen httpd-ssl.conf The port mentioned in there is 443. Don't forget to remove the # before the rule for this file in httpd.conf itself, otherwise it won't be read ;-) -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.1 +++ The Power to Serve From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 07:37: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 B417716A4E1 for ; Wed, 5 Jul 2006 07:37:26 +0000 (UTC) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93A643D53 for ; Wed, 5 Jul 2006 07:37:25 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Wed, 05 Jul 2006 09:37:24 +0200 id 00039826.44AB6C34.0000742E Date: Wed, 5 Jul 2006 09:37:24 +0200 To: freebsd-questions Message-ID: <20060705073724.GC29631@lothlorien.nagual.st> References: <20060705005324.78374.qmail@web61022.mail.yahoo.com> <200607042243.36555.amistry@am-productions.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <200607042243.36555.amistry@am-productions.biz> User-Agent: Mutt/1.4.2.1i From: dick hoogendijk Subject: Re: HP Officejet Printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 07:37:26 -0000 On 04 Jul Anish Mistry wrote: > On Tuesday 04 July 2006 20:53, E. J. Cerejo wrote: > > > Anish Mistry escreveu: On Tuesday 04 > July 2006 20:35, E. J. Cerejo wrote: > > > > I'm running FBSD 6.1 release and just got a new printer for my > > > > birthday, it's an HP Officejet 4315 all-in-one, I used to have > > > > an old HP Deskjet 842c and worked fine using apsfilter but I > > > > can't make this one print, I don't see any drivers for it using > > > > apsfilter either, is there a way to make this thing work? > > > > > > print/hplip > > > > Installing it is easy but how do I have to do to make it work, what > > files I have to configure? Does it work using apsfilter? > I missed the apsfilter part. It uses cups. You need to have the > printer attach as a ugen device, make the changes to devfs.rules in > the pkg-message and add the necessary lines to rc.conf to start it > all. This printer works perfectly with apsfilter. The latter does /not/ need cups (luckely imho) but works very well with the standard unix lpd. Install apsfilter with "portinstall -rR apsfilter" and you'll be happy. You can also go for cups, but make sure you read some installation papers on the net very carefully. Google is your friend. -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.1 +++ The Power to Serve From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 08: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 0F4D316A4E0 for ; Wed, 5 Jul 2006 08:14:46 +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 14A9443D45 for ; Wed, 5 Jul 2006 08:14:44 +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 k658EhEY011879; Wed, 5 Jul 2006 11:14:43 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Wed, 5 Jul 2006 11:12:05 +0300 User-Agent: KMail/1.9.1 References: <51d7a5160607031749n24e8ebe1lfb6d34c2a37e3d10@mail.gmail.com> <200607041041.21582.nvass@teledomenet.gr> <51d7a5160607041601p2ef4da45r6aa2ae9a69d37911@mail.gmail.com> In-Reply-To: <51d7a5160607041601p2ef4da45r6aa2ae9a69d37911@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607051112.06066.nvass@teledomenet.gr> Cc: perikillo Subject: Re: Ports doubt, check network performance...? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 08:14:46 -0000 On Wednesday 05 July 2006 02:01, perikillo wrote: > On 7/4/06, Nikos Vassiliadis wrote: > > On Tuesday 04 July 2006 03:49, perikillo wrote: > > > Hi people. > > > > > > I have some problems on my network, and i want to use my freebsd > > > box to see if i can find the problems on my network, we have two > > > networks in two countrys connected by a private link, but i have seen > > > just a couple a weeks ago that we have some problems between both > > > links, we are lossing packets if i ping some server on the other link, > > > some times i get 36% of packets loss, is to but to much on bussines > > > hours. > > > > 36% packet loss is very high, it will almost make TCP unusable. > > ping is your tool. Use -s 500 to 1500 to simulate some-how real traffic > > situation. I guess you have a point-to-point link between the two > > offices, connected to a router? Do you administer these routers? Do know > > your bandwidth utilization? Are you sure your link is OK? check this with > > your service provider. > > > > Either you link is bad or you use all your available bandwidth. > > > > > I want to use my freebsd box running 6.0 but just want to know if > > > some one could recomend me wich ports to check to see if i can find > > > wich device is causing this problem. > > > > FreeBSD can not help you much with this. Unless FreeBSD is the router > > in question. Or you could pass all traffic from a FreeBSD box in order to > > know what's going on. something like this > > > > central-switch------FBSD------router-1=====router-2 > > [--------------------LAN--------------------] [-----WAN-----] > > No i dont administer those routers, i need to check if the problem > is our network or the ISP link, and yes is Point To Point link and > talk with the guys that setup that router, but im thinking in put a > freebsd box between our lan and the router and sniff all the traffic > and see whats is happening but wich port to use...? ntop can show how much bandwidth is used by whom There are many available and I'm not sure ntop is the best choice. There is pfSense which is a FreeBSD based live-CD for router-like installations. pfSense has ntop package. it won't hurt trying it out. > , thanks all for > your help. > > Ethereal is for read packets but can he check wich one device is > causing problems..? device causing problems? Do you mean computer using a lot of bandwidth? You can check this with ntop(and a thousand others I guess, use google) From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 08:39: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 2DAB716A4DA for ; Wed, 5 Jul 2006 08:39:28 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93EDE43D45 for ; Wed, 5 Jul 2006 08:39:27 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id 55so677932wri for ; Wed, 05 Jul 2006 01:39:27 -0700 (PDT) Received: by 10.54.150.2 with SMTP id x2mr2625537wrd; Wed, 05 Jul 2006 01:39:26 -0700 (PDT) Received: from scorpio ( [216.45.217.148]) by mx.gmail.com with ESMTP id 44sm5974086wri.2006.07.05.01.39.26; Wed, 05 Jul 2006 01:39:26 -0700 (PDT) From: Gerard Seibert Organization: Seibercom.net To: freebsd-questions@freebsd.org Date: Wed, 5 Jul 2006 04:39:21 -0400 User-Agent: KMail/1.9.3 References: <20060702205752.89100.qmail@web61016.mail.yahoo.com> <44AB686B.7040003@psam.se> In-Reply-To: <44AB686B.7040003@psam.se> 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: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200607050439.23258.gerard@seibercom.net> Subject: Re: Portupgrade 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: Wed, 05 Jul 2006 08:39:28 -0000 On Wednesday 05 July 2006 03:21, Psadi wrote: > HI > > This problem is that the /var/db/pkg/pkgdb.db has been damaged. What you > need to do is to build a new pkgdb.db file > First cd /var/db/pkg save the old pkgdb by > mv pkgdb.db -> pkgdb.old > then you run pkgdb -u > > after that you should be up and running again. > > Psadi > > jan gestre skrev: > > On 7/3/06, Bill Moran wrote: > >> "E. J. Cerejo" wrote: > >> > >> > >> portupgrade itself I'm getting this message (message bellow) or > >> similar one > >> everytime I run one of the portupgrade commands like pkgdb -u or -F, > >> portversion -L =3D or portupgrade itself. =A0Tells me that the database > >> needs to > >> be rebuild, I run portsdb -uU and I get this same error message (messa= ge > >> bellow) it rebuilds with portsdb -fuU but still get this same message. > >> > >> /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid > >> argument; > >> rebuild needed] [Rebuilding the pkgdb in > >> /var/db/pkg ... > >> [Updating the pkgdb in /var/db/pkg ... > >> /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid > >> argument; > >> rebuild needed] [Rebuilding the pkgdb in > >> /var/db/pkg ... > >> /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid > >> argument: > >> Cannot update the pkgdb!]: Cannot update the pkgdb!] > >> > >> > >> When was the last time you did a cvsup? > >> > >> Portupgrade was hosed for a few days there, if your ports tree > >> previously > >> installed the hosted version, portupgrade won't work. > >> > >> If this is the case, the solution is: > >> 1) cvsup ports > >> 2) pkg_delete portupgrade > >> 3) cd /usr/ports/sysutils/portupgrade && make install clean > >> > >> Portupgrade will then start working again. > >> > >> i always do a cvsup before upgrading the ports but i got the same > >> problem, > > > > pkg_delete did not work coz it can't see the portupgrade version that is > > installed so i did a make deinstall and make reinstall instead but > > with the > > same result, any idea how will i solve this? =46rom: /usr/ports/UPDATING - THIS MIGHT BE PERTINENT - 20060703: AFFECTS: users of sysutils/portupgrade AUTHOR: sem@FreeBSD.org Because of portupgrade had a bug with detecting of Berkley DB version 2+, and a default database now set to use this version you can get portupgrade don't work with old databases. A quick fix is removing the databases: `rm /var/db/pkg/pkgdb.db /usr/ports/INDEX*.db'. portupgrade will recreate them automaticaly. It's absolutely no harm. If you don't want remove the databases you should detect what database type do you use, and set port options accordly. Follow the instructions: - run `pkgdb -fu' *before* upgrading and take a look on the output. You can see database format there as: format:XXX, where XXX is your current database format. - Go to portupgrade port directory and configure the port with `make config' command. If you have bdb_* format then turn on BDB4 optio= n, if you have bdb1_* format then turn off BDB4 and turn on BDB1 option. If you have dbd_hash format then turn off all option. - Upgrade portupgrade. Note: if you change database format with changing port options, you should remove ruby-bdb* port that you don't need anymore or to hard code database format in your pkgtools.conf. =2D-=20 Gerard Seibert gerard@seibercom.net COMPASS [for the CDC-6000 series] is the sort of assembler one expects from a corporation whose president codes in octal. J. N. Gray From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 11:43: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 1774216A4E6 for ; Wed, 5 Jul 2006 11:43:14 +0000 (UTC) (envelope-from freebsd-questions-local@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 5D37A43D46 for ; Wed, 5 Jul 2006 11:43:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 24707 invoked from network); 5 Jul 2006 11:43:14 -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 ; 5 Jul 2006 11:43:13 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 20D3A28449; Wed, 5 Jul 2006 07:43:12 -0400 (EDT) To: yraffah@savola.com References: <1152017585.704.34.camel@redevil.savola.com> From: Lowell Gilbert Date: Wed, 05 Jul 2006 07:43:11 -0400 In-Reply-To: <1152017585.704.34.camel@redevil.savola.com> (Yousef Raffah's message of "Tue, 04 Jul 2006 15:53:05 +0300") Message-ID: <447j2sqnu8.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: Error: shared library "gtkglext-x11-1.0.2" does not exist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 11:43:15 -0000 Yousef Raffah writes: > Hi, > > I'm trying to install graphics/gnash with the firefox plugin but it > keeps on saying: > Error: shared library "gtkglext-x11-1.0.2" does not exist > > I tried to search the ports directory for gtkglext-x11 but I can't find > any $ grep glext /usr/ports/graphics/gnash/Makefile LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext $ From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 11:47: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 F1B5916A4E8 for ; Wed, 5 Jul 2006 11:47:25 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from newmail.rmm.fr (newmail.rmm.fr [195.115.46.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id B18BE43D79 for ; Wed, 5 Jul 2006 11:47:16 +0000 (GMT) (envelope-from bsd@todoo.biz) Received: from localhost (localhost [127.0.0.1]) by newmail.rmm.fr (Postfix) with ESMTP id 4CBE128A00; Wed, 5 Jul 2006 13:47:12 +0200 (CEST) X-Virus-Scanned: amavisd-new 2.4.1 (20060508) at rmm.fr Received: from newmail.rmm.fr ([127.0.0.1]) by localhost (newmail.rmm.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LxBbCxOobV-r; Wed, 5 Jul 2006 13:47:12 +0200 (CEST) Received: from [172.16.1.201] (me.todoo.biz [82.66.93.242]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by newmail.rmm.fr (Postfix) with ESMTP id 4DB42289FC; Wed, 5 Jul 2006 13:47:05 +0200 (CEST) In-Reply-To: References: <6364F144-0287-41E2-90F0-D97B45C02493@todoo.biz> <44A8D9CB.1080400@xs4all.nl> <1CACB80D-C326-4C00-A14B-87D944F1C341@todoo.biz> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: bsd Date: Wed, 5 Jul 2006 13:46:48 +0200 To: illoai@gmail.com X-Mailer: Apple Mail (2.752.2) Cc: Liste FreeBSD Subject: Re: Portupgrade ruby problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 11:47:26 -0000 I still have the same problem : root 12:35 /var/db/pkg # portsdb -fuU Updating the ports index ... Generating INDEX.tmp - please =20 wait..Warning: Duplicate INDEX entry: djvulibre-nox11-3.5.17_1 Warning: Duplicate INDEX entry: ocaml-nox11-3.09.2 Warning: Duplicate INDEX entry: ploticus-nox11-2.32_1 Warning: Duplicate INDEX entry: cvsup-without-gui-16.1h_2 Warning: Duplicate INDEX entry: ghostscript-afpl-nox11-8.54,1 Warning: Duplicate INDEX entry: ghostscript-gnu-nox11-7.07_15 Warning: Duplicate INDEX entry: ghostscript-gpl-nox11-8.15_2 Warning: Duplicate INDEX entry: ssh2-nox11-3.2.9.1_5 Warning: Duplicate INDEX entry: mod_rpaf-0.5 Done. done [Updating the portsdb in /usr/ports ... - 15079 =20 port entries found portsdb: uninitialized constant PortsDB::BDB: =20 Cannot update the portsdb! (/usr/ports/INDEX-5.db)] Any idea ? Le 4 juil. 06 =E0 18:20, illoai@gmail.com a =E9crit : > On 7/3/06, bsd wrote: >> Mmmh... >> >> I have followed your instructions and am still facing a problem : >> >> root 0:34 ~ # portversion -l "<" >> [Rebuilding the pkgdb in /var/db/pkg ... >> [Rebuilding the pkgdb in /var/db/pkg ... >> uninitialized constant PkgDB::BDB: Cannot update the pkgdb!] >> Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ >> >> I can not rebuild the database using pkgdb -fu >> >> root 0:37 ~ # pkgdb -fu >> ---> Updating the pkgdb >> [Rebuilding the pkgdb in /var/db/pkg ... >> uninitialized constant PkgDB::BDB: Cannot update the pkgdb!] >> >> >> ?? Any idea. > > What worked for me: > > rm /var/db/pkg/pkgdb.db && pkgdb -Ffu > > I also had to run > > portsdb -fu (or maybe it was -fuU, which takes a painfully > long time) > > I hope this helps. > > --=20 > -- ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF Gregober ---> PGP ID --> 0x1BA3C2FD bsd @at@ todoo.biz ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 12:03: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 F1E5D16A4E9 for ; Wed, 5 Jul 2006 12:03:10 +0000 (UTC) (envelope-from ijeff@sandbox.ca) Received: from sandbox.ca (zaphod.sandbox.ca [199.246.50.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02DAD43D45 for ; Wed, 5 Jul 2006 12:03:09 +0000 (GMT) (envelope-from ijeff@sandbox.ca) Received: from [127.0.0.1] (sandbox.ca [199.246.50.125]) by sandbox.ca (8.12.6/8.12.6) with ESMTP id k65C34x1096811; Wed, 5 Jul 2006 08:03:05 -0400 (EDT) (envelope-from ijeff@sandbox.ca) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <336788B4-2716-4AB4-8689-94647321AF53@sandbox.ca> Content-Transfer-Encoding: 7bit From: Ian Jefferson Date: Wed, 5 Jul 2006 21:03:03 +0900 To: "Travis H." X-Mailer: Apple Mail (2.752.2) X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0-igj_main_2005_08_07 X-Spam-Checker-Version: SpamAssassin 3.1.0-igj_main_2005_08_07 (2005-09-13) on zaphod.sandbox.ca Cc: freebsd-questions@freebsd.org Subject: Re: gvinum question: why are subdisks not attached? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 12:03:11 -0000 Howdy, On Jun 26, 2006, at 9:39 AM, Travis H. wrote: > Hiya, > > I finally resolved the source of my gvinum problems. Every time I > reboot, the plexes and volumes come up attached to one another, but > both are size zero and the subdisks exist but are not attached. Has > anyone a guess about the source of this problem? One possibility is your partition type. I'm not certain. (see below on my bsdlabel output sample) I was working on a Raid5 configuration and finally did get it working. I have a few suggestions. One is to try to find to find old vinum documentation. What finally brought clarity to me is looking at the vinum man pages from FreeBSD 4.7. It has a lot more information vinum(8), including a nice section on the config file format and examples. Of course I could have just missed it (nope just checked again). The second is to try marking your partitions as type vinum. The third is to drop the slices since the configuration that worked for my Raid 5 set used just partitions no slices (see below). The fourth is to move up to 6.1. I did this during my struggles but I don't think that was my issue. However 6.1 does have improved man pages :-), but not as good as the 4.7 pages. You have to read both because gvinum doesn't implement the full vinum command set. I *think* the config file is the same though. # /dev/ad4: # same as /dev/ad8 and /dev/ad10 for a Raid 5 3-disk system. 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 390721952 16 unused 0 0 c: 390721968 0 unused 0 0 # "raw" part, don't edit d: 20971520 0 vinum Finally, enough people have been able to get/claim vinum success to make me believe it's OK. There are two key issues in my mind. I'll add that now that I found TFM I can RTFM. ;-) #1 it is a little fragile (ie not idiot proof enough yet for this hack) #2 the documentation needs some work ... but that's kind of up to us now isn't it... I think I owe Freebsd-docs a long post but I have another 20 hours of understanding and playing to do at least. This is a great capability for small systems. Frankly I'm a bit puzzled by geom and why the change was made from whatever it replaced. Overall 6.x looks like a step backwards from a filesystem management perspective... maybe someone could comment on geom... perhaps a future enabler? Ian From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 12:06: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 A717416A4E9 for ; Wed, 5 Jul 2006 12:06:56 +0000 (UTC) (envelope-from pietro.cerutti@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 2294C43D78 for ; Wed, 5 Jul 2006 12:06:43 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so2338020uge for ; Wed, 05 Jul 2006 05:06: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:mime-version:content-type:content-transfer-encoding:content-disposition; b=AD8NKYKXrThsf31z1CZEe176rjIRHQTf1LTmGfZZ/HGW0sGp6xabMoLK2qH6gfJM04r7ElGmsBcgoN8KMkR1BmRscgIsqmTGXFVIDJexu0lcAjNvs6efgrHOdtPTrA7JYQ4ipWZmvZMxtsTUCsD3+E4K1/RINwpYD4Q1+Qtp9/s= Received: by 10.67.22.2 with SMTP id z2mr7719570ugi; Wed, 05 Jul 2006 05:06:42 -0700 (PDT) Received: by 10.67.23.8 with HTTP; Wed, 5 Jul 2006 05:06:42 -0700 (PDT) Message-ID: Date: Wed, 5 Jul 2006 14:06:42 +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 Subject: maxusers -> kernel.maxfiles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 12:06:56 -0000 Hi list, today my home server stopped responding because of a "kern.maxfiles limit exceeded" problem. I noticed that the maxfiles MIB value was set to 1928, which I find ridiculous even for a small home server ( i386-6.1-RELEASE, mySQL, Apache, LDAP, Postfix, SSH, SFTP ). On my laptop, which is running 6.1-STABLE, this defaults to 25000. Reading [1] I discovered that this value is computed basing on the value of maxusers, which is supposed to be in the kernel configuration file. Since I didn't set the maxusers option in my kernel conf, I was expecting to find a default value somewhere, and here's where I miserably fail... So, could you please tell me: 1) where's the default for it? 2) how is the kern.maxfiles value exactly computed? Thank you in advance, -- 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 Jul 5 12:10: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 07C1416A4E1 for ; Wed, 5 Jul 2006 12:10:09 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 447C543D49 for ; Wed, 5 Jul 2006 12:10:08 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so2339368uge for ; Wed, 05 Jul 2006 05:10:07 -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=MvJAzAPpSrEpes8jOTBmd02zOaROCmK/bx1Z7UCbR935CAmMzfcblVem1M0cOwQf1Ll2qm5wJL6ENzVYkgOWul5OMe1DiP6Er59TJn+rSS5hWtWpYdQPkwR0ntKSfaBDchNPJtCB/g4nnmteQMSBTDBfM2DvTmTEczUu+Z0969w= Received: by 10.67.100.17 with SMTP id c17mr7706090ugm; Wed, 05 Jul 2006 05:08:28 -0700 (PDT) Received: by 10.67.23.8 with HTTP; Wed, 5 Jul 2006 05:08:28 -0700 (PDT) Message-ID: Date: Wed, 5 Jul 2006 14:08:28 +0200 From: "Pietro Cerutti" To: "freebsd questions" 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: maxusers -> kernel.maxfiles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 12:10:10 -0000 Ups.... On 7/5/06, Pietro Cerutti wrote: > Reading [1] I discovered that this value is computed basing on the > value of maxusers, which is supposed to be in the kernel configuration > file. [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-kernel-limits.html -- 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 Jul 5 12:34:36 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 9935216A4E2 for ; Wed, 5 Jul 2006 12:34:36 +0000 (UTC) (envelope-from ijeff@sandbox.ca) Received: from sandbox.ca (zaphod.sandbox.ca [199.246.50.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id D574A43D45 for ; Wed, 5 Jul 2006 12:34:35 +0000 (GMT) (envelope-from ijeff@sandbox.ca) Received: from [127.0.0.1] (sandbox.ca [199.246.50.125]) by sandbox.ca (8.12.6/8.12.6) with ESMTP id k65CYWx1096949 for ; Wed, 5 Jul 2006 08:34:34 -0400 (EDT) (envelope-from ijeff@sandbox.ca) 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: Ian Jefferson Date: Wed, 5 Jul 2006 21:34:31 +0900 X-Mailer: Apple Mail (2.752.2) X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,BAYES_50 autolearn=failed version=3.1.0-igj_main_2005_08_07 X-Spam-Checker-Version: SpamAssassin 3.1.0-igj_main_2005_08_07 (2005-09-13) on zaphod.sandbox.ca Cc: Subject: moving gvinum raid 5 volume between 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: Wed, 05 Jul 2006 12:34:36 -0000 Could anyone offer some guidance on how under 6.1 I can move 3 gvinum disks from one system to another. There is an old post http://lists.freebsd.org/pipermail/freebsd-questions/2004-August/ 054607.html That covers pretty much what I am doing. In my case I have 6.1 i386 and 6.1 AMD64 versions of FreeBSD on one machine. I'd like to be able to mount the same raid 5 set on either OS. IJ From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 12:43: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 B242116A4DA for ; Wed, 5 Jul 2006 12:43:55 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from newmail.rmm.fr (newmail.rmm.fr [195.115.46.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5838043D62 for ; Wed, 5 Jul 2006 12:43:53 +0000 (GMT) (envelope-from bsd@todoo.biz) Received: from localhost (localhost [127.0.0.1]) by newmail.rmm.fr (Postfix) with ESMTP id 8626E28A30 for ; Wed, 5 Jul 2006 14:43:52 +0200 (CEST) X-Virus-Scanned: amavisd-new 2.4.1 (20060508) at rmm.fr Received: from newmail.rmm.fr ([127.0.0.1]) by localhost (newmail.rmm.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DS65o2nHj6tf for ; Wed, 5 Jul 2006 14:43:52 +0200 (CEST) Received: from [172.16.1.201] (me.todoo.biz [82.66.93.242]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by newmail.rmm.fr (Postfix) with ESMTP id 41FE528712 for ; Wed, 5 Jul 2006 14:43:52 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: <0DC8ABD1-EC70-4E68-B8F9-22CC3C3D571A@todoo.biz> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: bsd Date: Wed, 5 Jul 2006 14:43:50 +0200 To: Liste FreeBSD X-Mailer: Apple Mail (2.752.2) Subject: Re: Problem with pkgdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 12:43:55 -0000 In order to solve the problem, I had to rebuild the ruby-bdb port. Sincerly yours. Le 4 juil. 06 =E0 18:19, jan gestre a =E9crit : > > > On 7/4/06, bsd wrote: Hello, > > I have a problem with pkgdb that I am not able to solve on my own. > > root:newmail 10:26 /usr/ports/sysutils/portupgrade # pkgdb -fu > ---> Updating the pkgdb > [Rebuilding the pkgdb in /var/db/pkg ... > uninitialized constant PkgDB::BDB: Cannot update the pkgdb!] > > So far I have tried to reinstall couple of ports (portupgrade), but > that didn't solve anything. > > > Thanks for your support. > > > P.S . A solution was to use portmanager but I think I still need pkgdb > - is that correct ?? > > i had a similar problem regarding portupgrade, it corrupted the =20 > pkgdb, what i did was rename pkgdb.db to pkgdb.orig then run: > > # pkgdb -fu > > and everything went normal again ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF Gregober ---> PGP ID --> 0x1BA3C2FD bsd @at@ todoo.biz ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 14:29: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 DC17F16A4E0 for ; Wed, 5 Jul 2006 14:29:03 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F61243D45 for ; Wed, 5 Jul 2006 14:28:52 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k65EReDV047348; Wed, 5 Jul 2006 09:28:01 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <44ABCC51.4060706@daleco.biz> Date: Wed, 05 Jul 2006 09:27:29 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.4) Gecko/20060623 SeaMonkey/1.0.2 MIME-Version: 1.0 To: Pietro Cerutti References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd questions Subject: Re: maxusers -> kernel.maxfiles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 14:29:03 -0000 Pietro Cerutti wrote: > Hi list, > today my home server stopped responding because of a "kern.maxfiles > limit exceeded" problem. > > I noticed that the maxfiles MIB value was set to 1928, which I find > ridiculous even for a small home server ( i386-6.1-RELEASE, mySQL, > Apache, LDAP, Postfix, SSH, SFTP ). > > On my laptop, which is running 6.1-STABLE, this defaults to 25000. > > Reading [1] I discovered that this value is computed basing on the > value of maxusers, which is supposed to be in the kernel configuration > file. > > Since I didn't set the maxusers option in my kernel conf, I was > expecting to find a default value somewhere, and here's where I > miserably fail... > > So, could you please tell me: > 1) where's the default for it? > 2) how is the kern.maxfiles value exactly computed? Warning, Pietro: IANAE. 2) Looks like (6-STABLE here) it's approximately (kern.maxusers^5) --- 1) if you wish to set a different value for kern.maxusers or kern.maxfiles, you do it in /boot/loader.conf. You can see quite a bit about this in /boot/defaults/loader.conf. HTH, Kevin Kinsey P.S. The doc in the link you sent does seem a little confusing. Might be worth discussion on the docs list? -- One good thing about music, Well, it helps you feel no pain. So hit me with music; Hit me with music now. -- Bob Marley, Trenchtown Rock From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 14:31: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 EA87F16A628 for ; Wed, 5 Jul 2006 14:31:34 +0000 (UTC) (envelope-from yraffah@savola.com) Received: from heathrow.savoladns.com (heathrow.savoladns.com [212.12.174.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 7ECA643D53 for ; Wed, 5 Jul 2006 14:31:21 +0000 (GMT) (envelope-from yraffah@savola.com) Received: from ocs.savola.com (ocs.savola.com [222.22.1.211]) by heathrow.savoladns.com (Postfix) with ESMTP id 8B8619585E; Wed, 5 Jul 2006 17:31:16 +0300 (AST) Received: from 222.22.1.105 by ocs.savola.com with ESMTP id 66214361152109147; Wed, 05 Jul 2006 17:19:07 +0300 From: Yousef Raffah To: Lowell Gilbert In-Reply-To: <447j2sqnu8.fsf@be-well.ilk.org> References: <1152017585.704.34.camel@redevil.savola.com> <447j2sqnu8.fsf@be-well.ilk.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-BMCn+vb6LtIQV/BS4I4u" Organization: The Savola Group Date: Wed, 05 Jul 2006 17:30:55 +0300 Message-Id: <1152109855.677.12.camel@redevil.savola.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Cc: freebsd-questions@freebsd.org Subject: Re: Error: shared library "gtkglext-x11-1.0.2" does not exist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yraffah@savola.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 14:31:35 -0000 --=-BMCn+vb6LtIQV/BS4I4u Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2006-07-05 at 07:43 -0400, Lowell Gilbert wrote: > Yousef Raffah writes: >=20 > > Hi, > > > > I'm trying to install graphics/gnash with the firefox plugin but it > > keeps on saying: > > Error: shared library "gtkglext-x11-1.0.2" does not exist > > > > I tried to search the ports directory for gtkglext-x11 but I can't find > > any >=20 > $ grep glext /usr/ports/graphics/gnash/Makefile > LIB_DEPENDS+=3D gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext > $ Thank you very much for concerning my issue but I have reinstalled x11-toolkits/gtkglext and graphics/gnash keeps on saying: /usr/ports/graphics/gnash ) --__-- make install clean =3D=3D=3D> gnash-0.7.1 depends on executable: gmake - found =3D=3D=3D> gnash-0.7.1 depends on file: /usr/local/bin/sdl11-config - fou= nd =3D=3D=3D> gnash-0.7.1 depends on file: /usr/local/bin/intltool-extract - found =3D=3D=3D> gnash-0.7.1 depends on executable: pkg-config - found =3D=3D=3D> gnash-0.7.1 depends on shared library: png.5 - found =3D=3D=3D> gnash-0.7.1 depends on shared library: jpeg.9 - found =3D=3D=3D> gnash-0.7.1 depends on shared library: ogg.5 - found =3D=3D=3D> gnash-0.7.1 depends on shared library: gtkglext-x11-1.0.2 - no= t found =3D=3D=3D> Verifying install for gtkglext-x11-1.0.2 in /usr/ports/x11-toolkits/gtkglext =3D=3D=3D> Returning to build of gnash-0.7.1 Error: shared library "gtkglext-x11-1.0.2" does not exist *** Error code 1 Stop in /usr/ports/graphics/gnash What do you think I can do about it? -- Sincerely, Yousef Raffah Senior Systems Administrator -- Aren't you using Firefox? Get it at http://www.getfirefox.com --=-BMCn+vb6LtIQV/BS4I4u Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEq80fH9IXMb4e6CMRAtnsAJ430BPhA88hDqbElPCkdRmouljE1ACghxaz o58UQu4HS8m8ITDusCmioLE= =WnOJ -----END PGP SIGNATURE----- --=-BMCn+vb6LtIQV/BS4I4u-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 15:25:15 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 9B0B516A4F0 for ; Wed, 5 Jul 2006 15:25:15 +0000 (UTC) (envelope-from freebsd@jonze.com) Received: from dogstar.jonze.com (87-194-33-21.bethere.co.uk [87.194.33.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 112AC43D58 for ; Wed, 5 Jul 2006 15:25:14 +0000 (GMT) (envelope-from freebsd@jonze.com) Received: from dogstar.jonze.com (localhost [127.0.0.1]) by dogstar.jonze.com (8.13.6/8.13.6) with ESMTP id k65FPYRR000306 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 5 Jul 2006 16:25:34 +0100 (BST) (envelope-from freebsd@jonze.com) Received: (from richard@localhost) by dogstar.jonze.com (8.13.6/8.13.6/Submit) id k65FPX0G000305 for questions@freebsd.org; Wed, 5 Jul 2006 16:25:34 +0100 (BST) (envelope-from freebsd@jonze.com) Date: Wed, 5 Jul 2006 16:25:33 +0100 From: Richard Jones To: questions@freebsd.org Message-ID: <20060705152533.GA211@dogstar.jonze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.5.11 X-Virus-Scanned: ClamAV 0.88.2/1585/Tue Jul 4 21:39:34 2006 on dogstar.jonze.com X-Virus-Status: Clean Cc: Subject: Vim, system locale and digraphs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 15:25:15 -0000 I'm having fun and games getting vim to play nicely with my system locale. It did once work, however I have no backup state to restore from: The problem: I cannot get vim to input and use both accented characters and the euro symbol. If I set encoding to latin1, it will happily input accented characters, but not the euro symbol. If I set encoding to iso-8859-15, it will happily input the euro symbol, but not accented characters. When I say input, I mean using the CTRL+K+digraph. Vim will happily display all the symbols: MM_CHARSET=ISO-8859-15 LANG=en_GB.ISO8859-15 Regards, Richard Jones -- Richard Jones MSN: msn.co.uk@jonze.com Y!M: rwkjones http://www.jonze.com From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 15: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 A1C4716A4DD for ; Wed, 5 Jul 2006 15:57:27 +0000 (UTC) (envelope-from ian@codepad.net) Received: from pih-relay06.plus.net (pih-relay06.plus.net [212.159.14.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id C46C143D7D for ; Wed, 5 Jul 2006 15:56:57 +0000 (GMT) (envelope-from ian@codepad.net) Received: from [80.229.159.44] (helo=[192.168.0.4]) by pih-relay06.plus.net with esmtp (Exim) id 1Fy9k8-0002Xe-Hp for freebsd-questions@freebsd.org; Wed, 05 Jul 2006 16:56:50 +0100 From: Xian To: freebsd-questions@freebsd.org Date: Wed, 5 Jul 2006 16:56:38 +0100 User-Agent: KMail/1.9.3 References: <20060704075943.GA17920@lothlorien.nagual.st> In-Reply-To: <20060704075943.GA17920@lothlorien.nagual.st> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607051656.38641.ian@codepad.net> Subject: Re: find syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 15:57:27 -0000 On Tuesday 04 July 2006 08:59, dick hoogendijk wrote: > I want to change a string in a number of html files (recursive) > > In a linux group I got this line: > > #find /dir/to/htmlfile -name *.html -exec perl -p -i -e > "s/nagual.st/nagual.nl/g;" {} \; > > This gives me an error "unknown option" and does not work. > > Doing a: perl -p -i -e "s/nagual.st/nagual.nl/g;" * does make the changes > alright, but going to all html directories this way is a pain in...;-) > > What am I doing wrong in the first (linux) line? > Any help appreciated. You could try puting single quotes (') round the *.html . Just a guess. -- /Xian "Reality is merely an illusion, albeit a very persistent one." Albert Einstein From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 16: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 821AF16A4E5 for ; Wed, 5 Jul 2006 16:03:45 +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 58B6243D6E for ; Wed, 5 Jul 2006 16:03:43 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 27254 invoked from network); 6 Jul 2006 02:03:41 +1000 Received: from 203-158-48-77.dyn.iinet.net.au (HELO localhost) (203.158.48.77) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 6 Jul 2006 02:03:41 +1000 Date: Thu, 6 Jul 2006 02:03:38 +1000 From: Norberto Meijome To: freebsd-questions@freebsd.org Message-ID: <20060706020338.7f189bc9@localhost> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: FreeBSD for kids... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 16:03:45 -0000 Hi everyone, Is anyone aware of any project based on FreeBSD similar to Edubuntu (Ubuntu distro for kids) http://www.edubuntu.org/ ? I want to dedicated some boxes @ home for the kids, but I would prefer to spend time on BSD than tux. thanks!! Beto From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 16:23: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 6B00F16A4DD for ; Wed, 5 Jul 2006 16:23:23 +0000 (UTC) (envelope-from stapleton.41@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 9B26143D7E for ; Wed, 5 Jul 2006 16:23:20 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so2444287uge for ; Wed, 05 Jul 2006 09:23: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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F+htT9Nqkyq+Kpjohx7vFMERQ2s7jfnjvaubnuqLWVPKp1sSWlOuMdWj5jQ8Tdc9XzCHADcVwCD+6S4z6pm2gPU7KeD0edewlV1k2NTsqvqkJsH1twyuudau92ZjQiUVec0MWQXTzhYf5R+VWkVt0PifyV/CVyAiqu/bLySD3Tk= Received: by 10.67.93.6 with SMTP id v6mr7958802ugl; Wed, 05 Jul 2006 09:23:19 -0700 (PDT) Received: by 10.67.86.1 with HTTP; Wed, 5 Jul 2006 09:23:19 -0700 (PDT) Message-ID: <80f4f2b20607050923o4ecd0ce1oc902035c74cbcbfb@mail.gmail.com> Date: Wed, 5 Jul 2006 12:23:19 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org In-Reply-To: <20060706020338.7f189bc9@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060706020338.7f189bc9@localhost> Subject: Re: FreeBSD for kids... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 16:23:23 -0000 I don't know of any. You could do a minimal install, install X + WM of choice (probably one that dosn't add games), and thend add the educational and math/sci related packages in ports? I think the directories they are in are relatively limited, and so finding them shouldn't be too hard. -Jim Stapleton On 7/5/06, Norberto Meijome wrote: > Hi everyone, > Is anyone aware of any project based on FreeBSD similar to Edubuntu (Ubuntu > distro for kids) http://www.edubuntu.org/ ? > > I want to dedicated some boxes @ home for the kids, but I would prefer to spend > time on BSD than tux. > > thanks!! > Beto > _______________________________________________ > 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 Jul 5 16:38: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 3970C16A4DA for ; Wed, 5 Jul 2006 16:38:22 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC9EE43D45 for ; Wed, 5 Jul 2006 16:38:21 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from ian.msdi.ca ([70.83.205.150]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id CLI20599 for ; Wed, 05 Jul 2006 12:42:11 -0400 Message-Id: <7.0.0.16.2.20060705122919.07f6db48@msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Wed, 05 Jul 2006 12:37:50 -0400 To: freebsd-questions@freebsd.org From: Ian Lord Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-DEBUG: 1 Subject: CVS Export truncate files ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 16:38:22 -0000 Hi, we use cvs for in house developpement of a php web site... We use "cvs update to sync files", "cvs checkout" when a new employee need to work on the files, and "cvs export" when we push the changes to the production web site... For some reason, we found that "cvs export" truncated a couple of files which caused parsing errors... I don't see any error message While it's doing it, I see the following extract: cvs export: Updating pub/class U pub/class/class.session.cmd cvs export: Updating pub/class/html2pdf cvs export: Updating pub/class/html2pdf/cache cvs export: Updating pub/class/html2pdf/classes Is it normal that the class.session only has a "U" in front of the line instead of "cvs export: Updating" Am I doing something wrong or is it some sort of bug/limitation with the cvs export function ? Thanks From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 16:58: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 0BEF216A4DD for ; Wed, 5 Jul 2006 16:58:33 +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 B762A43D49 for ; Wed, 5 Jul 2006 16:58:32 +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 k65GwUHm061224; Wed, 5 Jul 2006 09:58:32 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org, gerard@seibercom.net Date: Wed, 5 Jul 2006 12:58:07 -0400 User-Agent: KMail/1.9.3 References: <200607041112.25739.gerard@seibercom.net> <200607042348.46469.danny@ricin.com> <200607041803.29572.gerard@seibercom.net> In-Reply-To: <200607041803.29572.gerard@seibercom.net> 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: 7bit Content-Disposition: inline Message-Id: <200607051258.08179.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: Subject: Re: KDE & Text to Speech X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 16:58:33 -0000 On Tuesday 04 July 2006 18:03, Gerard Seibert wrote: > On Tuesday 04 July 2006 17:48, Danny Pansters wrote: > > On Tuesday 04 July 2006 17:12, Gerard Seibert wrote: > > > System Info: > > > FreeBSD seibercom.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May 13 > > > 19:46:07 EDT 2006 > > > root@.seibercom.net:/usr/obj/usr/src/sys/SEIBERCOM i386 > > > > > > I am not sure if this is the proper forum for this question or not, but > > > I might as well start here. > > > > > > I am trying to get the KDE text to speech to work. I installed the > > > 'festival' port and the 'festvox-aec' port. Everything seems to be OK, > > > but no sound is emitted. The sound works fine on everything else. There > > > are no error messages displayed so I do not know where to look to get > > > this working. > > > > You probably need to install "voices", these are ports that start with > > festvox-* and festlex-*. I've only played with it to the extend I had it > > read slashdot and such, nothing really serious, but I also found that it > > did nothing until I installed some synthesized voices. > > I installed one from the 'festvox-*' ports originally.. I will investigate > the 'festlex-*' offerings now. Also make sure you are setting the correct audio method. My ~/.festivalrc looks like this: (Parameter.set 'Audio_Method 'freebsd16audio) (voice_ked_diphone) Change the voice to one you have installed and want to use as the default. JN From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 17:11: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 433CA16A4DD for ; Wed, 5 Jul 2006 17:11:39 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id C73A843D45 for ; Wed, 5 Jul 2006 17:11:38 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k65HATeW048372; Wed, 5 Jul 2006 12:10:50 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <44ABF27A.8060103@daleco.biz> Date: Wed, 05 Jul 2006 12:10:18 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.4) Gecko/20060623 SeaMonkey/1.0.2 MIME-Version: 1.0 To: "E. J. Cerejo" References: <20060705003502.10189.qmail@web61025.mail.yahoo.com> In-Reply-To: <20060705003502.10189.qmail@web61025.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: HP Officejet Printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:11:39 -0000 E. J. Cerejo wrote: > I'm running FBSD 6.1 release and just got a new printer > for my birthday, it's an HP Officejet 4315 all-in-one, I used to > have an old HP Deskjet 842c and worked fine using apsfilter but I > can't make this one print, I don't see any drivers for it using > apsfilter either, is there a way to make this thing work? > Dunno if it helps, but I print to an HP 6110 all-in-one with the ijs/DESKJET_930 driver and apsfilter with fairly decent results. Kevin Kinsey -- : is not an identifier From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 17:43: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 CD9D816A4E2 for ; Wed, 5 Jul 2006 17:43:59 +0000 (UTC) (envelope-from raymond.gibson@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B50843D55 for ; Wed, 5 Jul 2006 17:43:59 +0000 (GMT) (envelope-from raymond.gibson@verizon.net) Received: from [192.168.1.210] ([72.64.91.149]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J1X00597YKQWYT8@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Wed, 05 Jul 2006 12:43:39 -0500 (CDT) Date: Wed, 05 Jul 2006 12:44:49 -0500 From: Raymond Gibson To: freebsd-questions@freebsd.org Message-id: <200607051244.50019.raymond.gibson@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.9.1 Subject: Freebsd 6.1 w/cups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: raymond.gibson@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:43:59 -0000 Hello, I'm trying to install an HP Photosmart printer using cups. All the online documentation I've read tells me to mv cups.sh.sample int /usr/local/etc/rc.d/cups.sh. The problem i have is cups.sh.sample is nowhere to be found. Is this a ports build error or a documentation error? i tried to 'deinstall/reinstall' cups, but that didn't help. any help would be appreciated. Thank you. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 17:58:15 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 7104116A4DD for ; Wed, 5 Jul 2006 17:58:15 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [65.122.236.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 013F143D7B for ; Wed, 5 Jul 2006 17:57:57 +0000 (GMT) (envelope-from brett@lariat.net) Received: from Anne (IDENT:ppp1000.lariat.net@lariat.net [65.122.236.2]) by lariat.net (8.9.3/8.9.3) with ESMTP id LAA15573 for ; Wed, 5 Jul 2006 11:57:55 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <7.0.1.0.2.20060705115517.05fb6f78@lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Wed, 05 Jul 2006 11:57:46 -0600 To: questions@freebsd.org From: Brett Glass Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Strange errors from BIND on FreeBSD 4.x system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:58:15 -0000 I'm working with a client's FreeBSD system (4.9 with patches) which is having trouble resolving certain domains but not others. When I try to execute the same queries using "dig", I see the error message res_nsend: Protocol not supported Via various search engines, I've seen hints that the problem may have something to do with IPV6 but no instructions as to how to resolve it. Can anyone explain what's wrong and how to fix it? --Brett Glass From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 18: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 1943A16A4E1 for ; Wed, 5 Jul 2006 18:06:44 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 459C543D6D for ; Wed, 5 Jul 2006 18:06:43 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k65I5X3l048681; Wed, 5 Jul 2006 13:05:55 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <44ABFF62.4060609@daleco.biz> Date: Wed, 05 Jul 2006 13:05:22 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.4) Gecko/20060623 SeaMonkey/1.0.2 MIME-Version: 1.0 To: raymond.gibson@verizon.net References: <200607051244.50019.raymond.gibson@verizon.net> In-Reply-To: <200607051244.50019.raymond.gibson@verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Freebsd 6.1 w/cups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:06:44 -0000 Raymond Gibson wrote: > Hello, I'm trying to install an HP Photosmart printer using cups. > > All the online documentation I've read tells me to mv cups.sh.sample > int /usr/local/etc/rc.d/cups.sh. The problem i have is cups.sh.sample is > nowhere to be found. Is this a ports build error or a documentation error? > > i tried to 'deinstall/reinstall' cups, but that didn't help. > Do you, by any chance, have /usr/local/etc/rc.d/cupsd ?? If so, the docs are wrong/outdated. Kevin Kinsey -- Q: What do you get when you cross a mobster with an international standard? A: You get someone who makes you an offer that you can't understand! From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 18:44: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 1B62C16A4E0 for ; Wed, 5 Jul 2006 18:44:36 +0000 (UTC) (envelope-from raymond.gibson@verizon.net) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F6143D9C for ; Wed, 5 Jul 2006 18:44:28 +0000 (GMT) (envelope-from raymond.gibson@verizon.net) Received: from [192.168.1.210] ([72.64.91.149]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J1Y009QM1DM3A1F@vms044.mailsrvcs.net> for freebsd-questions@freebsd.org; Wed, 05 Jul 2006 13:44:10 -0500 (CDT) Date: Wed, 05 Jul 2006 13:45:21 -0500 From: Raymond Gibson In-reply-to: <44ABFF62.4060609@daleco.biz> To: Kevin Kinsey Message-id: <200607051345.21527.raymond.gibson@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200607051244.50019.raymond.gibson@verizon.net> <44ABFF62.4060609@daleco.biz> User-Agent: KMail/1.9.1 Cc: freebsd-questions@freebsd.org Subject: Re: Freebsd 6.1 w/cups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: raymond.gibson@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:44:36 -0000 Yes, i have /usr/local/etc/rc.d/cupsd. A quick read of that script indicates i need to enable the service thru rc.conf. i did that... my printer works now. Thank you. On Wednesday 05 July 2006 1:05 pm, Kevin Kinsey wrote: > Raymond Gibson wrote: > > Hello, I'm trying to install an HP Photosmart printer using cups. > > > > All the online documentation I've read tells me to mv cups.sh.sample > > int /usr/local/etc/rc.d/cups.sh. The problem i have is cups.sh.sample is > > nowhere to be found. Is this a ports build error or a documentation > > error? > > > > i tried to 'deinstall/reinstall' cups, but that didn't help. > > Do you, by any chance, have /usr/local/etc/rc.d/cupsd ?? > > If so, the docs are wrong/outdated. > > Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 18:45: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 F071E16A4E7 for ; Wed, 5 Jul 2006 18:45:22 +0000 (UTC) (envelope-from chowse@charter.net) Received: from mxsf27.cluster1.charter.net (mxsf27.cluster1.charter.net [209.225.28.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5A343D68 for ; Wed, 5 Jul 2006 18:44:51 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxip34a.cluster1.charter.net (mxip34a.cluster1.charter.net [209.225.28.249]) by mxsf27.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k65IioBF010283 for ; Wed, 5 Jul 2006 14:44:50 -0400 Received: from 24-176-112-254.dhcp.jcsn.tn.charter.com (HELO [192.168.254.3]) ([24.176.112.254]) by mxip34a.cluster1.charter.net with ESMTP; 05 Jul 2006 14:44:47 -0400 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <200607051244.50019.raymond.gibson@verizon.net> References: <200607051244.50019.raymond.gibson@verizon.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2E2D60C3-7CB6-47D1-9AF2-BD58BE03D33E@charter.net> Content-Transfer-Encoding: 7bit From: Charles Howse Date: Wed, 5 Jul 2006 13:44:46 -0500 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.2) Subject: Re: Freebsd 6.1 w/cups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:45:23 -0000 On Jul 5, 2006, at 12:44 PM, Raymond Gibson wrote: > Hello, I'm trying to install an HP Photosmart printer using cups. > > All the online documentation I've read tells me to mv cups.sh.sample > int /usr/local/etc/rc.d/cups.sh. The problem i have is > cups.sh.sample is > nowhere to be found. Is this a ports build error or a documentation > error? > > i tried to 'deinstall/reinstall' cups, but that didn't help. > > any help would be appreciated. What version of cups? Ports/print/cups-1.2.0 STINKS!! Packges/ cups-1.1.23 is what I use. Cups starts via /usr/local/etc/rc.d/cupsd # Add the following to /etc/rc.conf[.local] to enable this service # # cupsd_enable="YES" -- How I make Great Barbecue - http://bubbabbq.homeunix.net/bbq.html From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 18:46: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 48D5516A4DD for ; Wed, 5 Jul 2006 18:46:23 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3103443DAD for ; Wed, 5 Jul 2006 18:45:36 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-203-170.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.203.170]) by smtp01.lnh.mail.rcn.net with ESMTP; 05 Jul 2006 14:47:38 -0400 X-IronPort-AV: i="4.06,210,1149480000"; d="scan'208"; a="234048095:sNHT6203066118" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17580.2125.969427.897238@jerusalem.litteratus.org> Date: Wed, 5 Jul 2006 14:43:25 -0400 To: questions@freebsd.org In-Reply-To: <7.0.1.0.2.20060705115517.05fb6f78@lariat.net> References: <7.0.1.0.2.20060705115517.05fb6f78@lariat.net> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid Cc: Subject: Strange errors from BIND on FreeBSD 4.x system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:46:23 -0000 Brett Glass writes: > I'm working with a client's FreeBSD system (4.9 with patches) which > is having trouble resolving certain domains but not others. When I > try to execute the same queries using "dig", I see the error message > > res_nsend: Protocol not supported > > Via various search engines, I've seen hints that the problem may > have something to do with IPV6 but no instructions as to how to > resolve it. Can anyone explain what's wrong and how to fix it? Which BIND version, please? Robert Huff From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 18:48: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 9EF2416A4E8 for ; Wed, 5 Jul 2006 18:48:38 +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 BC69E43D8D for ; Wed, 5 Jul 2006 18:47:58 +0000 (GMT) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com with local (Exim 4.62 #0 (FreeBSD 4.11-STABLE)) id 1FyCPD-000J5p-HN by authid for ; Wed, 05 Jul 2006 21:47:23 +0300 Date: Wed, 5 Jul 2006 21:47:23 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Message-ID: <20060705184723.GB92267@wananchi.com> Mail-Followup-To: Odhiambo Washington , freebsd-questions@freebsd.org References: <7.0.1.0.2.20060705115517.05fb6f78@lariat.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <7.0.1.0.2.20060705115517.05fb6f78@lariat.net> X-Disclaimer: Any views expressed in this message, where not explicitly attributed otherwise, are mine alone!. User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Re: Strange errors from BIND on FreeBSD 4.x system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 18:48:38 -0000 * On 05/07/06 11:57 -0600, Brett Glass wrote: | I'm working with a client's FreeBSD system (4.9 with patches) which is ha= ving trouble resolving certain domains=20 | but not others. When I try to execute the same queries using "dig", I see= the error message |=20 | res_nsend: Protocol not supported |=20 | Via various search engines, I've seen hints that the problem may have som= ething to do with IPV6 but no=20 | instructions as to how to resolve it. Can anyone explain what's wrong and= how to fix it? Which Bind version? =46rom this thread: http://listserv2.cfi.co.ug/pipermail/afnog/2005-May/000759.html, I think you should try the following: cd /usr/ports/dns/bind9 make -DWITH_PORT_REPLACES_BASE_BIND9 install clean (That will give you bind-9.3.2) Try again and update us. The installation of bind-9.3.2 can be undone, so don't fear :-) -Wash http://www.netmeister.org/news/learn2quote.html DISCLAIMER: See http://www.wananchi.com/bms/terms.php -- +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+ |\ _,,,---,,_ | 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 +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+ Genetics explains why you look like your father, and if you don't, why you should. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 19:05: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 A4EED16A4DD for ; Wed, 5 Jul 2006 19:05:41 +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 4DBE843D49 for ; Wed, 5 Jul 2006 19:05:40 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 1919 invoked from network); 5 Jul 2006 19:05:40 -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 ; 5 Jul 2006 19:05:39 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 6260428449; Wed, 5 Jul 2006 15:05:39 -0400 (EDT) To: freebsd-questions@freebsd.org References: <44A7A0B8.8050109@netfence.it> <44bqs6n9c2.fsf@be-well.ilk.org> <44A987F2.2060906@netfence.it> <44d5clwkez.fsf@be-well.ilk.org> <44AA7682.2060204@netfence.it> From: Lowell Gilbert Date: Wed, 05 Jul 2006 15:05:39 -0400 In-Reply-To: <44AA7682.2060204@netfence.it> (Andrea Venturoli's message of "Tue, 04 Jul 2006 16:09:06 +0200") Message-ID: <44zmfnoosc.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 Subject: Re: Snapshot problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 19:05:41 -0000 Andrea Venturoli writes: > Lowell Gilbert wrote: > >>>> Are you able to fsck the snapshot? > > So, here it is, hope it's not to long: I don't understand much of what's happening, but it doesn't look good. I would recommend trying to take the filesystem offline for a real fsck at your first opportunity. And get extra backups... From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 20:29: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 197A316A4DE for ; Wed, 5 Jul 2006 20:29:45 +0000 (UTC) (envelope-from bloodofanubis@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 224E443D78 for ; Wed, 5 Jul 2006 20:29:38 +0000 (GMT) (envelope-from bloodofanubis@gmail.com) Received: by py-out-1112.google.com with SMTP id t32so2375315pyc for ; Wed, 05 Jul 2006 13:29: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:mime-version:content-type:content-transfer-encoding:content-disposition; b=oQCC2TgpGFXvN53NlBRXEVMFg/O0jug/bSqy32urFLqmMy/oL4uZbgAsD6wS2liuWxa/yiCgUAGAVQm9R7O3LLgt/BvbtV1A/xTN52FA1UOiRBphL7QJkQFoYNPeZ8E0ZrztvUAgeDROxN4vQoA9RyduttivEbvB7YtUFWDJ8ZI= Received: by 10.35.123.10 with SMTP id a10mr5501262pyn; Wed, 05 Jul 2006 13:27:51 -0700 (PDT) Received: by 10.35.118.6 with HTTP; Wed, 5 Jul 2006 13:27:51 -0700 (PDT) Message-ID: <2345a6660607051327v2c4ad287uff9c78c4e94bc783@mail.gmail.com> Date: Wed, 5 Jul 2006 15:27:51 -0500 From: "Jacob Jennings" 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: qt33 Port Compilation Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:29:45 -0000 Hello, I am running FreeBSD 6.1 attempting to compile the qt33 port. However, I get this error: qmake_image_collection.cpp:1:1: unterminated comment qmake_image_collection.cpp:215:39: warning no newline at end of file *** Error code 1 If I correct this unterminated comment in that file the compilation will continue until another error concerning the same file occurs, whose only output is: *** Signal 4 I've never had these problems with QT before and I've been using KDE for 4 years! Already tried googling but to no avail. Any help would be greatly appreciated. Thankies! From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 20:58: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 D4A9B16A4DD for ; Wed, 5 Jul 2006 20:58:32 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A4443D64 for ; Wed, 5 Jul 2006 20:58:32 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id D607E5DB3; Wed, 5 Jul 2006 16:58:31 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3p2UMpKpWCeU; Wed, 5 Jul 2006 16:58:31 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 1BCBA5C31; Wed, 5 Jul 2006 16:58:31 -0400 (EDT) In-Reply-To: <2345a6660607051327v2c4ad287uff9c78c4e94bc783@mail.gmail.com> References: <2345a6660607051327v2c4ad287uff9c78c4e94bc783@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: <062DD626-43B1-4776-87D1-91E839E31FF1@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 5 Jul 2006 16:58:30 -0400 To: Jacob Jennings X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: qt33 Port Compilation Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 20:58:32 -0000 On Jul 5, 2006, at 4:27 PM, Jacob Jennings wrote: > If I correct this unterminated comment in that file the compilation > will continue until another error concerning the same file occurs, > whose only output is: > *** Signal 4 > I've never had these problems with QT before and I've been using KDE > for 4 years! Already tried googling but to no avail. Any help would be > greatly appreciated. Thankies! Signal 4 means illegal instruction. It's possible that you are trying to compile for an architecture that your current CPU can't handle, or there's a bug in the compiler, however (most likely), you've got a hardware problem involving bad memory or the like, and a session with memtest86 would probably be a good idea as a sanity check... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 22: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 7E11B16A4DE for ; Wed, 5 Jul 2006 22:09:18 +0000 (UTC) (envelope-from jas@math.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id C179943D46 for ; Wed, 5 Jul 2006 22:09:17 +0000 (GMT) (envelope-from jas@math.jussieu.fr) Received: from riemann.math.jussieu.fr (riemann.math.jussieu.fr [134.157.13.3]) by shiva.jussieu.fr (8.13.6/jtpda-5.4) with ESMTP id k65M9G9Y066959 for ; Thu, 6 Jul 2006 00:09:16 +0200 (CEST) X-Ids: 166 Received: from galois3.math.jussieu.fr (galois3.math.jussieu.fr [134.157.13.118]) by riemann.math.jussieu.fr (8.13.6/jtpda-5.4) with ESMTP id k65M9FVB015997 for ; Thu, 6 Jul 2006 00:09:15 +0200 (CEST) Received: from galois3.math.jussieu.fr (localhost.localdomain [127.0.0.1]) by galois3.math.jussieu.fr (8.13.6/jtpda-5.4) with ESMTP id k65M9E07020423 for ; Thu, 6 Jul 2006 00:09:14 +0200 Received: (from jas@localhost) by galois3.math.jussieu.fr (8.13.6/8.13.6/Submit) id k65M9E3J020422 for freebsd-questions@freebsd.org; Thu, 6 Jul 2006 00:09:14 +0200 Date: Thu, 6 Jul 2006 00:09:14 +0200 From: Albert Shih To: freebsd-questions@freebsd.org Message-ID: <20060705220914.GD15578@math.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.6i X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.56 on 134.157.13.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (shiva.jussieu.fr [134.157.0.166]); Thu, 06 Jul 2006 00:09:16 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.2/1586/Wed Jul 5 21:22:07 2006 on shiva.jussieu.fr X-Virus-Status: Clean X-j-bayes: Bayes filter score (experimental) : 0.046 X-Miltered: at shiva.jussieu.fr with ID 44AC388C.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Subject: Portupgrade problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shih@math.jussieu.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:09:18 -0000 Hi all After update portupgrade it seem (on my server) the «-b» option don't work. I don't have any backup of my old package. That's very *****.... portupgrade-2.1.3.2,2 FreeBSD ports/packages administration and management tool s Any other users have this problem ? Regards. -- Albert SHIH Universite de Paris 7 (Denis DIDEROT) U.F.R. de Mathematiques. 7 ième étage, plateau D, bureau 10 Heure local/Local time: Thu Jul 6 00:07:03 CEST 2006 From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 22:16: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 D053C16A4E1 for ; Wed, 5 Jul 2006 22:16:07 +0000 (UTC) (envelope-from eoghanj@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 329B643D45 for ; Wed, 5 Jul 2006 22:16:07 +0000 (GMT) (envelope-from eoghanj@gmail.com) Received: by nf-out-0910.google.com with SMTP id k26so2548nfc for ; Wed, 05 Jul 2006 15:16:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=KbgGJhMVo9dcw4hDgoP3tNyhVBeJ0j0iR+o7uKteRVFoLpZlAdFqVlEuoWf7x1WBV1EGzHEwJNiOBdoeScmLFIRdxChZ74W8OinGy7MGnpZImvM0qkdbwDvcSHKqJSU+3CrZDqEqgR47aoKbvoik0UsUwLY4kG55q26Mz8JQeU8= Received: by 10.48.235.13 with SMTP id i13mr7768nfh; Wed, 05 Jul 2006 15:16:05 -0700 (PDT) Received: from ?192.168.1.33? ( [194.125.97.51]) by mx.gmail.com with ESMTP id x27sm67066nfb.2006.07.05.15.16.05; Wed, 05 Jul 2006 15:16:05 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <9F6B41DE-76BD-4A7A-90E6-69F279497A57@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd From: eoghan Date: Wed, 5 Jul 2006 23:16:00 +0100 X-Mailer: Apple Mail (2.752.2) Subject: dvd image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:16:07 -0000 Hi I was wondering if there was any dvd images of freebsd releases? Thanks Eoghan From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 22:29: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 D4D8516A4DF for ; Wed, 5 Jul 2006 22:29:49 +0000 (UTC) (envelope-from jacobsm@gate.net) Received: from elasmtp-spurfowl.atl.sa.earthlink.net (elasmtp-spurfowl.atl.sa.earthlink.net [209.86.89.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B78843D55 for ; Wed, 5 Jul 2006 22:29:49 +0000 (GMT) (envelope-from jacobsm@gate.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=gate.net; b=dFQOy9WS6zwfRzMyEbD4AEGtdMlvBidXGrSyYMT2gTDF2nrZHB+ye9g9GUzoGtdm; h=Received:From:To:Subject:Date:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id:X-ELNK-Trace:X-Originating-IP; Received: from [208.118.37.160] (helo=primary.jacobs.org) by elasmtp-spurfowl.atl.sa.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1FyFsS-0006OI-Kq for freebsd-questions@freebsd.org; Wed, 05 Jul 2006 18:29:48 -0400 From: Mark Jacobs To: freebsd-questions@freebsd.org Date: Wed, 5 Jul 2006 18:29:47 -0400 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Message-Id: <200607051829.47571.jacobsm@gate.net> X-ELNK-Trace: 191835a16b2172361d074dabd4b36e658ddd956de4dc290c556f867b7354ba8d387f7b89c61deb1d350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 208.118.37.160 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: CUPS 1.2 on FreeBSD PrintServer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:29:49 -0000 I fixed the local print problem when the printer is attached via parallel or USB port. However all attempts to print over the network is failing with the following message; Network host '192.168.102.20' is busy; will retry in 30 seconds..." The printer on a Freebsd client machine is defined as; Device URI: ipp://192.168.102.20:631/printers/Lexmark_Optra_S1625 No matter what I do to the config file I can't access the CUPS server on the print server from any machine on the network. Please Help. Mark Jacobs From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 22:40: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 5B71216A4DA for ; Wed, 5 Jul 2006 22:40:01 +0000 (UTC) (envelope-from jas@math.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B3AE43D45 for ; Wed, 5 Jul 2006 22:40:00 +0000 (GMT) (envelope-from jas@math.jussieu.fr) Received: from riemann.math.jussieu.fr (riemann.math.jussieu.fr [134.157.13.3]) by shiva.jussieu.fr (8.13.6/jtpda-5.4) with ESMTP id k65Mdxo8037728 for ; Thu, 6 Jul 2006 00:39:59 +0200 (CEST) X-Ids: 165 Received: from galois3.math.jussieu.fr (galois3.math.jussieu.fr [134.157.13.118]) by riemann.math.jussieu.fr (8.13.6/jtpda-5.4) with ESMTP id k65Mdv5q018962 ; Thu, 6 Jul 2006 00:39:57 +0200 (CEST) Received: from galois3.math.jussieu.fr (localhost.localdomain [127.0.0.1]) by galois3.math.jussieu.fr (8.13.6/jtpda-5.4) with ESMTP id k65MdvAd025008 ; Thu, 6 Jul 2006 00:39:57 +0200 Received: (from jas@localhost) by galois3.math.jussieu.fr (8.13.6/8.13.6/Submit) id k65MdvHO024991; Thu, 6 Jul 2006 00:39:57 +0200 Date: Thu, 6 Jul 2006 00:39:57 +0200 From: Albert Shih To: Albert Shih Message-ID: <20060705223957.GH15578@math.jussieu.fr> References: <20060705220914.GD15578@math.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060705220914.GD15578@math.jussieu.fr> User-Agent: Mutt/1.5.6i X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.56 on 134.157.13.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (shiva.jussieu.fr [134.157.0.165]); Thu, 06 Jul 2006 00:39:59 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.2/1586/Wed Jul 5 21:22:07 2006 on shiva.jussieu.fr X-Virus-Status: Clean X-j-bayes: Bayes filter score (experimental) : 0.039 X-Miltered: at shiva.jussieu.fr with ID 44AC3FBF.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Cc: freebsd-questions@freebsd.org Subject: Re: Portupgrade problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shih@math.jussieu.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 22:40:01 -0000 Le 06/07/2006 à 00:09:14+0200, Albert Shih a écrit > Hi all > > After update portupgrade it seem (on my server) the «-b» option don't work. > > I don't have any backup of my old package. That's very *****.... > > portupgrade-2.1.3.2,2 FreeBSD ports/packages administration and management tool s > > Any other users have this problem ? > My fault. Everything work fine. It's just in old time the backup is in /var/tmp/portupgrade***** and it's in /usr/ports/packages/All Thanks. Regards. -- Albert SHIH Universite de Paris 7 (Denis DIDEROT) U.F.R. de Mathematiques. 7 ième étage, plateau D, bureau 10 Heure local/Local time: Thu Jul 6 00:39:08 CEST 2006 From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 23:56: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 03AFD16A4E0 for ; Wed, 5 Jul 2006 23:56:15 +0000 (UTC) (envelope-from jeremye@caltech.edu) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF7D543D45 for ; Wed, 5 Jul 2006 23:56:14 +0000 (GMT) (envelope-from jeremye@caltech.edu) Received: from earth-dog.caltech.edu (earth-dog [192.168.1.3]) by earth-ox-postvirus (Postfix) with ESMTP id 32A8B109CA1 for ; Wed, 5 Jul 2006 16:56:09 -0700 (PDT) Received: from [10.1.236.238] (mystic.caltech.edu [131.215.220.112]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by fire-ox.its.caltech.edu (Postfix) with ESMTP id A305B33EA8 for ; Wed, 5 Jul 2006 16:56:03 -0700 (PDT) Message-ID: <44AC5190.9070001@caltech.edu> Date: Wed, 05 Jul 2006 16:56:00 -0700 From: Jeremy Ehrhardt User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Scanned: at Caltech-ITS on earth-dog by amavisd-2.3.3 Subject: vinum stability? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 23:56:15 -0000 I have a quad-core Opteron nForce4 box running 6.1-RELEASE/amd64 with a gvinum RAID 5 setup comprising six identical SATA drives on three controllers (the onboard nForce4 SATA, which is apparently two devices, and one Promise FastTrak TX2300 PCI SATA RAID controller in IDE mode), combined into one volume named "drugs". We've been testing this box as a file server, and it usually works fine, but smartd reported a few bad sectors on one of the drives, then a few days later it crashed while I was running chmod -R on a directory on "drugs" and had to be manually rebooted. I can't figure out exactly what happened, especially given that RAID 5 is supposed to be robust against single drive failures and that despite the bad blocks smartctl claims the drive is healthy. I have three questions: 1: what's up with gvinum RAID 5? Does it crash randomly? Is it considered stable? Will it lose data? 2: am I using a SATA controller that has serious problems or something like that? In other words, is this actually gvinum's fault? 3: would I be better off using a different RAID 5 system on another OS? Jeremy Ehrhardt jeremye@caltech.edu From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 00:05: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 4CAF916A4DA for ; Thu, 6 Jul 2006 00:05:40 +0000 (UTC) (envelope-from peter_giessel@dot.state.ak.us) Received: from jnumail1.state.ak.us (jnumail1.state.ak.us [146.63.81.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBADC43D45 for ; Thu, 6 Jul 2006 00:05:39 +0000 (GMT) (envelope-from peter_giessel@dot.state.ak.us) Received: from smtpj.state.ak.us (localhost [127.0.0.1]) by jnumail1.state.ak.us (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) with ESMTP id <0J1Y00JADG9D9M@jnumail1.state.ak.us> for freebsd-questions@freebsd.org; Wed, 05 Jul 2006 16:05:37 -0800 (AKDT) Received: from [127.0.0.1] ([158.145.111.132]) by smtpj.state.ak.us (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) with ESMTP id <0J1Y00EU2G9BMO@smtpj.state.ak.us>; Wed, 05 Jul 2006 16:05:35 -0800 (AKDT) Date: Wed, 05 Jul 2006 16:05:36 -0800 From: "Peter A. Giessel" In-reply-to: <44AC5190.9070001@caltech.edu> To: Jeremy Ehrhardt Message-id: <44AC53D0.80401@dot.state.ak.us> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) References: <44AC5190.9070001@caltech.edu> Cc: freebsd-questions@freebsd.org Subject: Re: vinum stability? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 00:05:40 -0000 On 7/5/2006 15:56, Jeremy Ehrhardt seems to have typed: > 3: would I be better off using a different RAID 5 system on another OS? You would be best off with a 3ware card (www.3ware.com) running RAID 5 (hardware raid >> software raid). It works great in FreeBSD and is *very* stable and fault tolerant. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 00:19: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 5FE6B16A4DF for ; Thu, 6 Jul 2006 00:19:50 +0000 (UTC) (envelope-from jhorne@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17DBC43D66 for ; Thu, 6 Jul 2006 00:19:45 +0000 (GMT) (envelope-from jhorne@dfwlp.com) Received: from athena.int.dfwlp.com (athena.int.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.int.dfwlp.com (8.13.6/8.13.6) with ESMTP id k660Jhfd044915 for ; Wed, 5 Jul 2006 19:19:44 -0500 (CDT) (envelope-from jhorne@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Wed, 5 Jul 2006 19:19:43 -0500 User-Agent: KMail/1.9.3 References: <44AC5190.9070001@caltech.edu> <44AC53D0.80401@dot.state.ak.us> In-Reply-To: <44AC53D0.80401@dot.state.ak.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607051919.43626.jhorne@dfwlp.com> 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 zeus.int.dfwlp.com Subject: Re: vinum stability? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 00:19:50 -0000 On Wednesday 05 July 2006 19:05, Peter A. Giessel wrote: > On 7/5/2006 15:56, Jeremy Ehrhardt seems to have typed: > > 3: would I be better off using a different RAID 5 system on another OS? > > You would be best off with a 3ware card (www.3ware.com) running RAID 5 > (hardware raid >> software raid). > > It works great in FreeBSD and is *very* stable and fault tolerant. > > _______________________________________________ i have a 3ware card in my production server running a RAID5, and its never skipped a beat. if you dont buy a raid card (with 6 or more channels), try breaking the usage up. put the system partitions on one controller, and build a 4 disk raid5 on the other, and see if it behaves differently (ie, remove the cross-controller-raid from the equation and see what happens). cheers, jonathahn From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 01:02: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 5AA3E16A4DF for ; Thu, 6 Jul 2006 01:02:58 +0000 (UTC) (envelope-from dwoolworth@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 F108843D46 for ; Thu, 6 Jul 2006 01:02:56 +0000 (GMT) (envelope-from dwoolworth@gmail.com) Received: by nf-out-0910.google.com with SMTP id o60so18068nfa for ; Wed, 05 Jul 2006 18:02: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; b=mEgZxGRPow8dy+LMu+fgCbY6QJX/nci/fbVlJxP1xOS8cnS0Ox0JprWEaGZScPl+cx03BOmsYIidBzm7LQU0boAbGRXxXtfw9rhs3ekEmuuT9yWxCLGFQltO6EiubDjFsZnJ4aAqmt5mGdX/PkQE0RQEki/V+XCjRi7eAEAP0Ps= Received: by 10.48.242.11 with SMTP id p11mr80867nfh; Wed, 05 Jul 2006 18:02:55 -0700 (PDT) Received: by 10.48.207.4 with HTTP; Wed, 5 Jul 2006 18:02:55 -0700 (PDT) Message-ID: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> Date: Wed, 5 Jul 2006 20:02:55 -0500 From: "Derrick T. Woolworth" To: freebsd-questions@freebsd.org, freebsd-performance@freebsd.org, freebsd-hackers@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 Cc: Subject: SATA300 Controllers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 01:02:58 -0000 Hello all, Sorry for cross-posting, but these issues seem relevant for lists... Has anyone had success with SATA300 controllers with FreeBSD 6.1? I've been trying Promise and nVidia nForce4 and I'm not having any luck. Using a MSI K8NGM2-L motherboard and others, but 6.1's installation hangs as soon as it sees ad4. I've also tried using an Adaptec 1210SA controller and had zero results. I've read that the chipset on this controller is not very good - forces serialized access to the controller's channels??? Nevertheless, I've got a K8N Diamond motherboard on a workstation and I was able to at least "start" the 6.1 installation. I have no idea if its stable. At this point, I'd settle for just knowing "which" SATA300 controller to use that will work successfully and "well" with FreeBSD 6.0 OR 6.1. Another question, would I have more success installing 6.0 and then upgrading the kernel and recompiling with a build-world? I'm currently trying to build a moderate large system with 4 presentation servers, 2 database servers and one large storage system using NFS mapped to ~1.2 terrabyte of SATA disks (4x Maxtor 500GB 7200 RPM disks w/RAID5 config). Any suggestions? Thanks, Derrick From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 01:09: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 2C61B16A4DF for ; Thu, 6 Jul 2006 01:09:53 +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 ACFBF43D49 for ; Thu, 6 Jul 2006 01:09:52 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 19912 invoked from network); 6 Jul 2006 11:09:51 +1000 Received: from 203-158-48-77.dyn.iinet.net.au (HELO localhost) (203.158.48.77) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 6 Jul 2006 11:09:51 +1000 Date: Thu, 6 Jul 2006 11:09:48 +1000 From: Norberto Meijome To: freebsd-questions@freebsd.org Message-ID: <20060706110948.7df359a5@localhost> In-Reply-To: <80f4f2b20607050923o4ecd0ce1oc902035c74cbcbfb@mail.gmail.com> References: <20060706020338.7f189bc9@localhost> <80f4f2b20607050923o4ecd0ce1oc902035c74cbcbfb@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD for kids... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 01:09:53 -0000 On Wed, 5 Jul 2006 12:23:19 -0400 "Jim Stapleton" wrote: > I don't know of any. You could do a minimal install, install X + WM of > choice (probably one that dosn't add games), and thend add the > educational and math/sci related packages in ports? I think the > directories they are in are relatively limited, and so finding them > shouldn't be too hard. yes, precisely my thoughts. thanks :) B From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 01:23: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 4222516A4DA; Thu, 6 Jul 2006 01:23:59 +0000 (UTC) (envelope-from drechsau@Geeks.ORG) Received: from mail.geeks.org (jacobs.Geeks.ORG [204.153.247.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A31B243D46; Thu, 6 Jul 2006 01:23:58 +0000 (GMT) (envelope-from drechsau@Geeks.ORG) Received: by mail.geeks.org (Postfix, from userid 1000) id 9EA2E15905A; Wed, 5 Jul 2006 20:23:57 -0500 (CDT) Date: Wed, 5 Jul 2006 20:23:57 -0500 From: Mike Horwath To: "Derrick T. Woolworth" Message-ID: <20060706012357.GB80086@Geeks.ORG> Mail-Followup-To: "Derrick T. Woolworth" , freebsd-questions@freebsd.org, freebsd-performance@freebsd.org, freebsd-hackers@freebsd.org References: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> X-PGP-Fingerprint: D8 24 CC E6 47 5F E4 60 BF B7 6E FA BF C7 6E C5 X-GPG-Fingerprint: 6A89 E78A B8B1 69D9 8CDB E966 4A5A C3F9 A1B0 C381 User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: freebsd-hackers@freebsd.org, freebsd-performance@freebsd.org, freebsd-questions@freebsd.org Subject: Re: SATA300 Controllers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 01:23:59 -0000 On Wed, Jul 05, 2006 at 08:02:55PM -0500, Derrick T. Woolworth wrote: > Sorry for cross-posting, but these issues seem relevant for lists... That's okay, I am not on all and I'll create some bounces, I am sure. > Has anyone had success with SATA300 controllers with FreeBSD 6.1? > I've been trying Promise and nVidia nForce4 and I'm not having any > luck. Using a MSI K8NGM2-L motherboard and others, but 6.1's > installation hangs as soon as it sees ad4. I've also tried using an > Adaptec 1210SA controller and had zero results. I've read that the > chipset on this controller is not very good - forces serialized > access to the controller's channels??? Nevertheless, I've got a K8N > Diamond motherboard on a workstation and I was able to at least > "start" the 6.1 installation. I have no idea if its stable. At > this point, I'd settle for just knowing "which" SATA300 controller > to use that will work successfully and "well" with FreeBSD 6.0 OR > 6.1. Another question, would I have more success installing 6.0 and > then upgrading the kernel and recompiling with a build-world? I am running 6.0 and 6.1 systems (-STABLE) with both ARECA 12xx cards and 3WARE/AMCC 9550SX cards. Neither are cheap, but they are doing the job and are in use in binary spoolers for news. > I'm currently trying to build a moderate large system with 4 presentation > servers, 2 database servers and one large storage system using NFS mapped to > ~1.2 terrabyte of SATA disks (4x Maxtor 500GB 7200 RPM disks w/RAID5 > config). Any suggestions? Up the # of spindles? :) -- Mike Horwath, reachable via drechsau@Geeks.ORG From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 02:06: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 BE87016A4DA for ; Thu, 6 Jul 2006 02:06:42 +0000 (UTC) (envelope-from msherman77@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5388C43D45 for ; Thu, 6 Jul 2006 02:06:42 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: by wx-out-0102.google.com with SMTP id h30so891967wxd for ; Wed, 05 Jul 2006 19:06: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:mime-version:content-type:content-transfer-encoding:content-disposition; b=nEcLB50sIOw1j5gjG8h9goVhwY1IsFTaUASORghgnx8IrZgZnTHcrS9yQDqpJTXB66sB7NwbpOTc69/uBSBGXaxjZpFUcTTZDWh2oV2QRaPWY+85Q/f55AIMoXoot8HtMDXw4K6ZdQS6aU8q3CVI8/d6JS8F6epzKP16H2dgbxM= Received: by 10.70.53.3 with SMTP id b3mr10053356wxa; Wed, 05 Jul 2006 19:06:39 -0700 (PDT) Received: by 10.70.89.5 with HTTP; Wed, 5 Jul 2006 19:06:39 -0700 (PDT) Message-ID: Date: Wed, 5 Jul 2006 22:06:39 -0400 From: "Michael S" To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: DNS beginner 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, 06 Jul 2006 02:06:42 -0000 Hi all. I am trying to set up a DNS service. I have 2 FreeBSD machines, one's web and DNS (that I am setting up) and the other FTP. Both machines are behind a router and get local addresses (i.e. 192.168....). If DNS, FTP and web ports in the router are open, will I be able to set up the DNS in a way such that when someone from the outside types www.mydomain.com, he'll be taken to the machine that runs apache, and when he types ftp.mydomain.com he'll be taken to the machine which runs ftp? By the way simply typing ftp://mydomain.com and http://mydomain.com does the trick, but I want it to work with prefixes too. Hopefully my question isn't too confusing. Thanks in advance. Michael From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 02:24: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 70AC216A4E0 for ; Thu, 6 Jul 2006 02:24:42 +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 F320843D58 for ; Thu, 6 Jul 2006 02:24:40 +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 k662Ob1O041212 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Jul 2006 09:24:37 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k662OYJF091266; Thu, 6 Jul 2006 09:24:34 +0700 (ICT) Date: Thu, 6 Jul 2006 09:24:34 +0700 (ICT) Message-Id: <200607060224.k662OYJF091266@banyan.cs.ait.ac.th> From: Olivier Nicole To: msherman77@gmail.com In-reply-to: (msherman77@gmail.com) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: DNS beginner 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, 06 Jul 2006 02:24:42 -0000 Michael, > I am trying to set up a DNS service. I have 2 FreeBSD machines, one's > web and DNS (that I am setting up) and the other FTP. Both machines > are behind a router and get local addresses (i.e. 192.168....). If > DNS, FTP and web ports in the router are open, will I be able to set > up the DNS in a way such that when someone from the outside types > www.mydomain.com, he'll be taken to the machine that runs apache, and > when he types ftp.mydomain.com he'll be taken to the machine which > runs ftp? > By the way simply typing ftp://mydomain.com and http://mydomain.com > does the trick, but I want it to work with prefixes too. It looks like it is a problem of setting up your router and NAT service on the router, rather than a DNS issue. >From the wolrd, mydomain.com, ftp.mydomain.com and www.mydomain.com are seen as a signle IP/host (the public/WAN interface of your router). That is the router that direct traffic to this or that. Olivier From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 02:52: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 EE0C916A4DF for ; Thu, 6 Jul 2006 02:52:01 +0000 (UTC) (envelope-from dthomas53@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 2ACC243D46 for ; Thu, 6 Jul 2006 02:52:00 +0000 (GMT) (envelope-from dthomas53@gmail.com) Received: by nf-out-0910.google.com with SMTP id o60so33859nfa for ; Wed, 05 Jul 2006 19:52:00 -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=IUm7AkaXoHVjZdIqmYi35FqtLfFv6mrh9TL1jbaoQzQzhLqdC4apfei9jh40R6VDjWdDvrHGZzZOfhy284lzhPQUgy+53ESJ2pAV6HBFj1AkCD0iz45KwLCAXYKswjkUb2cHm8Naw0Mb/jsqC6RBOzP4j08HuB1RCJSsljBpW+Y= Received: by 10.78.165.16 with SMTP id n16mr20064hue; Wed, 05 Jul 2006 19:51:59 -0700 (PDT) Received: by 10.78.165.18 with HTTP; Wed, 5 Jul 2006 19:51:59 -0700 (PDT) Message-ID: Date: Wed, 5 Jul 2006 22:51:59 -0400 From: "David Stanford" To: "Michael S" 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 Mailing List Subject: Re: DNS beginner 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, 06 Jul 2006 02:52:02 -0000 On 7/5/06, Michael S wrote: > > Hi all. > > I am trying to set up a DNS service. I have 2 FreeBSD machines, one's > web and DNS (that I am setting up) and the other FTP. Both machines > are behind a router and get local addresses (i.e. 192.168....). If > DNS, FTP and web ports in the router are open, will I be able to set > up the DNS in a way such that when someone from the outside types > www.mydomain.com, he'll be taken to the machine that runs apache, and > when he types ftp.mydomain.com he'll be taken to the machine which > runs ftp? > By the way simply typing ftp://mydomain.com and http://mydomain.com > does the trick, but I want it to work with prefixes too. > > Hopefully my question isn't too confusing. > > Thanks in advance. > Michael > Hi Michael, You'll have to clarify "open" regarding the WEB, DNS, and FTP ports on the router. Are they simply port-forwarded to the internal servers (meaning based on service ports) or do you have one-to-one NAT mapping a public IP to an internal for each server? If it's the latter, and each machine has its own public IP, then you can simply set DNS to point to each server respectively: www.mydomain.com -> publicIP1 -> privateIP1 ftp.mydomain.com -> publicIP2 -> privateIP2 The real question is whether you have a block of public IPs or just one. But to be honest, you can probably get away with just having a single public IP and using port forwarding as most browsers (including Firfox and IE) recognize the "ftp" and "www" subdomains and automatically adjust to that protocol. i.e. ftp.somedomain.com will automatically be translated to ftp://ftp.somedomain.com (ftp.freebsd.org ). -David -- [root@fbsd ~]# fortune Happiness is just an illusion, filled with sadness and confusion. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 03:52: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 3810C16A4DD for ; Thu, 6 Jul 2006 03:52:44 +0000 (UTC) (envelope-from dead_line@hotmail.com) Received: from bay0-omc3-s30.bay0.hotmail.com (bay0-omc3-s30.bay0.hotmail.com [65.54.246.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A48F43D49 for ; Thu, 6 Jul 2006 03:52:43 +0000 (GMT) (envelope-from dead_line@hotmail.com) Received: from hotmail.com ([64.4.54.108]) by bay0-omc3-s30.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 5 Jul 2006 20:52:43 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 5 Jul 2006 20:52:43 -0700 Message-ID: Received: from 62.150.223.92 by by20fd.bay20.hotmail.msn.com with HTTP; Thu, 06 Jul 2006 03:52:41 GMT X-Originating-IP: [62.150.223.92] X-Originating-Email: [dead_line@hotmail.com] X-Sender: dead_line@hotmail.com In-Reply-To: From: "Marwan Sultan" To: fbsd@a1poweruser.com, freebsd-questions@freebsd.org Date: Thu, 06 Jul 2006 03:52:41 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 06 Jul 2006 03:52:43.0474 (UTC) FILETIME=[A29FCB20:01C6A0AF] Cc: Subject: RE: sshd/mysql 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: Thu, 06 Jul 2006 03:52:44 -0000 hello, and how to get an ip of unkown hostname, as you knowm i should add an IP addresses to the firewall not hostnames, # nslookup host73.maxim.net *** can't find host73.hostname_net: Non-existent host/domain I found hundreds of this line to in my logs mysqld[28598]: warning: /etc/hosts.allow, line 25: can't verify hostname: getaddrinfo(IP-216-185-173-58.mtntel.net, AF_INET) failed Any advise? please. > >First thoughts is you are under attack and hosts.allow is >doing it's job of denying access. > >Add the ip address from the warning message to your firewall >to stop those attack packets from entering your system. > >Good chance attack packets are spoofed. > > > >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Marwan >Sultan >Sent: Tuesday, July 04, 2006 6:40 AM >To: freebsd-questions@freebsd.org >Subject: sshd/mysql errors. > > >Hello gurus, > >my logs full of hundreds of these lines..i starts since few days and >up to >day .. > >--------- >Jul 2 00:00:03 server mysqld[28598]: warning: /etc/hosts.allow, >line 25: >can't verify hostname: getaddrinfo(host73.hostname_net, AF_INET) >failed > >Jul 2 00:00:27 server sshd[83738]: warning: /etc/hosts.allow, line >25: >can't verify hostname: getaddrinfo(host73.hostname_net, AF_INET) >failed >---------- >Where hostname_net is the former ISP name for the my server hosting >ISP. >but i have the same DNS and routings, the name is changed since >almost 1 >year and few months. > >Also line 25 had nothing to do with this hostname its just the first >active >line in my hosts.allow file >anyhow i have replaced the line to: >ALL : .hostname_net : allow > >But still same errors everyday every minute! anyadvise please? > >Its FreeBSD 4.8R > >thank you >Marwan _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 05: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 2352A16A4DD for ; Thu, 6 Jul 2006 05:28:19 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADC443D4C for ; Thu, 6 Jul 2006 05:28:18 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k665SGx06483; Wed, 5 Jul 2006 22:28:17 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Message-ID: <004301c6a0bd$0d36dc00$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "freebsd-questions" , "dick hoogendijk" References: <20060705005324.78374.qmail@web61022.mail.yahoo.com><200607042243.36555.amistry@am-productions.biz> <20060705073724.GC29631@lothlorien.nagual.st> Date: Wed, 5 Jul 2006 22:28:44 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: Subject: Re: HP Officejet Printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 05:28:19 -0000 http://www.linuxprinting.org/show_printer.cgi?recnum=HP-OfficeJet_4300 "...these printers are supported by the "hpijs" driver beginning from version 1.3. The driver supports resolutions only up to 600 dpi, head alignment settings stored in the printer are not made use of, so use a one-cartridge (CMY) printing mode in case of mis-alignments...." "perfectly"? Ted ----- Original Message ----- From: "dick hoogendijk" To: "freebsd-questions" Sent: Wednesday, July 05, 2006 12:37 AM Subject: Re: HP Officejet Printer > On 04 Jul Anish Mistry wrote: > > On Tuesday 04 July 2006 20:53, E. J. Cerejo wrote: > > > > Anish Mistry escreveu: On Tuesday 04 > > July 2006 20:35, E. J. Cerejo wrote: > > > > > I'm running FBSD 6.1 release and just got a new printer for my > > > > > birthday, it's an HP Officejet 4315 all-in-one, I used to have > > > > > an old HP Deskjet 842c and worked fine using apsfilter but I > > > > > can't make this one print, I don't see any drivers for it using > > > > > apsfilter either, is there a way to make this thing work? > > > > > > > > print/hplip > > > > > > Installing it is easy but how do I have to do to make it work, what > > > files I have to configure? Does it work using apsfilter? > > I missed the apsfilter part. It uses cups. You need to have the > > printer attach as a ugen device, make the changes to devfs.rules in > > the pkg-message and add the necessary lines to rc.conf to start it > > all. > > This printer works perfectly with apsfilter. The latter does /not/ need > cups (luckely imho) but works very well with the standard unix lpd. > > Install apsfilter with "portinstall -rR apsfilter" and you'll be happy. > You can also go for cups, but make sure you read some installation papers > on the net very carefully. Google is your friend. > > -- > dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE > ++ Running FreeBSD 6.1 +++ The Power to Serve > _______________________________________________ > 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 Jul 6 06:23: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 C219416A4E2 for ; Thu, 6 Jul 2006 06:23:21 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F4E443D46 for ; Thu, 6 Jul 2006 06:23:20 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k666NBx06826; Wed, 5 Jul 2006 23:23:11 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Message-ID: <003601c6a0c4$b9437d80$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "William" References: <44A4BFA3.8090503@mawer.org><20060630072718.GA69997@owl.midgard.homeip.net><44A862F5.80203@mawer.org><001b01c69f27$7a58f8f0$3c01a8c0@coolf89ea26645><022601c69f49$7d6be5d0$3c01a8c0@coolf89ea26645> Date: Wed, 5 Jul 2006 23:23:39 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: Antony Mawer , freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.0 compat with DL320 G4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 06:23:21 -0000 Go here: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/em/ click on the file you want. You will probably need all the files there other than LICENSE and README right-click download, save to disk, copy to your running freebsd system, from that system copy to freebsd-formatted floppy disk, unmount floppy disk, take disk to dl320, mount disk, copy to /usr/src/sys/dev/em/ and recompile the kernel. Ted ----- Original Message ----- From: "William" To: "Ted Mittelstaedt" Cc: "Antony Mawer" ; Sent: Tuesday, July 04, 2006 2:47 AM Subject: Re: FreeBSD 6.0 compat with DL320 G4 > Ted, > > Apoligises for being difficult, I must be suffering from my super > early mornings and information overload. > > Thank you for explaining it, my dealer has picked up on the fact that > I'll require the PT instead of MT card that I suggested. > > Thanks again for your help, what would be the best way of grabbing the > latest driver for em for the 1000PT card? > > Regards, > > Will > > On 04/07/06, Ted Mittelstaedt wrote: > > I think your trying to second-guess very simple instructions and making > > things very > > hard for yourself. I'll try to explain one last time then I'll throw my > > hands up in > > the air > > > > The HP DL320 G4 slots, whether PCI-X or PCI Express, to be accessible, > > MUST USE A RISER CARD. HP has TWO different riser cards available. > > > > BOTH riser cards have TWO slots, a half-height and a full height. > > > > The first riser card has a half-height PCI-Express slot, and a full-height > > PCI Express slot. This is the riser card that is supplied by the factory > > and it comes with the server. > > > > The second riser card is OPTIONAL and it contains a half-height > > PCI-Express slot and a full-height PCI-X slot. It REPLACES the > > factory-supplied riser card, if you use it. > > > > > > The Intel MT card is a PCI-X card. It will not fit in a PCI Express slot. > > It > > works with FBSD 6.1 > > > > The Intel PT card is a PCI Express card. It will not fit in a PCI-X slot. > > It does not work with FBSD 6.1 unless you load the driver. > > > > You can either do ONE of the following: > > > > 1) Use the Intel MT card with the optional HP PCI-X riser card. This works > > out > > of box with FBSD 6.1 > > > > 2) Use the Intel PT card with the HP riser card that ships with the server. > > This DOES > > NOT work out of the box with FBSD 6.1 You MUST load the current driver for > > this to work. > > > > You CANNOT USE the MT card with the riser card that ships with the server. > > > > You CANNOT use a low-profile PCI-X card because the optional PCI-X > > riser card DOES NOT HAVE a low profile PCI-X slot. It has a standard > > height PCI-X slot ONLY. > > > > Incidentally the fact that your HP dealer cannot apparently explain this to > > you pretty much means YOUR HP DEALER SUCKS THE BIG WEENIE. > > > > Ted > > > > ----- Original Message ----- > > From: "William" > > To: "Ted Mittelstaedt" > > Cc: "Antony Mawer" ; > > > > Sent: Monday, July 03, 2006 11:05 PM > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > Ok, I think its best I just order a Intel MT card with the low profile > > > PCI-X adapter instead of flapping about with these riser cards and > > > then just use 6-stable. All getting quite confusing. > > > > > > On 04/07/06, Ted Mittelstaedt wrote: > > > > > > > > Correct, it will not fit - unless you order the PCI-X riser card from HP > > and > > > > replace the PCI-Express riser card that ships with the 320 with the > > PCI-X > > > > riser card. > > > > > > > > Ted > > > > > > > > ----- Original Message ----- > > > > From: "William" > > > > To: "Antony Mawer" > > > > Cc: ; "Ted Mittelstaedt" > > > > > > > > Sent: Monday, July 03, 2006 10:56 AM > > > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > > > > > > > Did you guys say the card I've got in another box wont fit into a 320? > > > > > > > > > > On 03/07/06, Antony Mawer wrote: > > > > > > On 29/06/2006 9:27 PM, Erik Trulsson wrote: > > > > > > > On Fri, Jun 30, 2006 at 07:56:00AM +0100, William wrote: > > > > > > >> Antony, > > > > > > >> > > > > > > >> I've got an Intel card in production already on a homebrew box, > > the > > > > > > >> code is INTEL-PWLA8492MT and description is "Intel Dual Port > > Server > > > > > > >> Adapter 10/100/1000". Any idea if that will do? > > > > > > > > > > > > > > That is a PRO/1000 MT card, which is a PCI-X adapter and is > > supported > > > > > > > by the standard em(4) driver in FreeBSD 6.x, > > > > > > > > > > > > > > The PRO/1000 PT mentioned below is a PCI-Express adapter and is > > not > > > > > > > supported by the standard driver in 6.x, but (as mentioned) should > > > > > > > be supported by the driver available from Intel. > > > > > > > > > > > > If you wish to utilise the PCI Express expansion slots by using a > > > > > > Pro/1000 PT network adapter, the procedure to follow might be > > something > > > > > > like be this: > > > > > > > > > > > > 1. Install 6.1-RELEASE from CD, being sure to install the kernel > > source > > > > > > 2. Obtain the latest Intel driver for FreeBSD 6.x (if it is still > > not > > > > > > available on the website, email me and I will send it to you) > > > > > > 3. Burn the driver onto a CD or other media and copy it onto the > > server > > > > > > 4. Extract the driver source, and copy the if_em* files across into > > > > > > /usr/src/sys/dev/em/ > > > > > > 5. Build a new kernel (GENERIC will suffice) which will utilise the > > new > > > > > > driver source (cd /usr/src && make buildkernel) > > > > > > 6. Install the kernel and reboot (make installkernel) > > > > > > > > > > > > You should now have a working network with your Pro/1000 PT... > > > > > > > > > > > > Regards > > > > > > Antony > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > 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" > > > > > > > > _______________________________________________ > 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 Jul 6 06:27: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 848DA16A4F1 for ; Thu, 6 Jul 2006 06:27:12 +0000 (UTC) (envelope-from willay@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id D010843D6D for ; Thu, 6 Jul 2006 06:26:59 +0000 (GMT) (envelope-from willay@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so175459uge for ; Wed, 05 Jul 2006 23:26:58 -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=Ub9xdk7qJxZjC9ZuUQ6VLzTG6adf2imLroaBNeB/VvZEGDIT3X0jg1GeLjgnPsHcdT+gTWb93npGG2ic1Wy1n8wS82qSZv8xP73A7kB/3Da862DS9MOq2zCNJCpzmRS+1f/kkc2gp/yHEnvM2yDpMkFEvrdEUZrPIOcfn0SQ4NA= Received: by 10.66.224.19 with SMTP id w19mr289220ugg; Wed, 05 Jul 2006 23:26:58 -0700 (PDT) Received: by 10.67.29.5 with HTTP; Wed, 5 Jul 2006 23:26:58 -0700 (PDT) Message-ID: Date: Thu, 6 Jul 2006 07:26:58 +0100 From: William To: "Ted Mittelstaedt" In-Reply-To: <003601c6a0c4$b9437d80$3c01a8c0@coolf89ea26645> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060630072718.GA69997@owl.midgard.homeip.net> <44A862F5.80203@mawer.org> <001b01c69f27$7a58f8f0$3c01a8c0@coolf89ea26645> <022601c69f49$7d6be5d0$3c01a8c0@coolf89ea26645> <003601c6a0c4$b9437d80$3c01a8c0@coolf89ea26645> Cc: Antony Mawer , freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.0 compat with DL320 G4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 06:27:12 -0000 Thanks Ted, Server got here, FreeBSD 6.1 went on easy as you like and then I installed the intel card when it got here... I havent had to recompile a thing and its detected the card fine. I've appied an IP address, cvsup/install a few ports without any issues.. dmesg goodness: em0: port 0x4000-0x401f mem 0xfdee0000-0xfdefffff,0xfdec0000-0xfdedffff irq 16 at device 0.0 on pci2 em0: Ethernet address: 00:15:17:0b:e6:18 em1: port 0x4020-0x403f mem 0xfdea0000-0xfdebffff,0xfde80000-0xfde9ffff irq 17 at device 0.1 on pci2 em1: Ethernet address: 00:15:17:0b:e6:19 Should I grab the latest copy of the driver (off intel's website) and recompile anyway? Cheers, Will On 06/07/06, Ted Mittelstaedt wrote: > > Go here: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/em/ > > click on the file you want. You will probably need all the files there > other than LICENSE and README > > right-click download, save to disk, copy to your running freebsd system, > from that system copy to freebsd-formatted floppy disk, unmount floppy disk, > take disk to dl320, mount disk, copy to /usr/src/sys/dev/em/ and recompile > the kernel. > > Ted > > ----- Original Message ----- > From: "William" > To: "Ted Mittelstaedt" > Cc: "Antony Mawer" ; > > Sent: Tuesday, July 04, 2006 2:47 AM > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > Ted, > > > > Apoligises for being difficult, I must be suffering from my super > > early mornings and information overload. > > > > Thank you for explaining it, my dealer has picked up on the fact that > > I'll require the PT instead of MT card that I suggested. > > > > Thanks again for your help, what would be the best way of grabbing the > > latest driver for em for the 1000PT card? > > > > Regards, > > > > Will > > > > On 04/07/06, Ted Mittelstaedt wrote: > > > I think your trying to second-guess very simple instructions and making > > > things very > > > hard for yourself. I'll try to explain one last time then I'll throw my > > > hands up in > > > the air > > > > > > The HP DL320 G4 slots, whether PCI-X or PCI Express, to be accessible, > > > MUST USE A RISER CARD. HP has TWO different riser cards available. > > > > > > BOTH riser cards have TWO slots, a half-height and a full height. > > > > > > The first riser card has a half-height PCI-Express slot, and a > full-height > > > PCI Express slot. This is the riser card that is supplied by the > factory > > > and it comes with the server. > > > > > > The second riser card is OPTIONAL and it contains a half-height > > > PCI-Express slot and a full-height PCI-X slot. It REPLACES the > > > factory-supplied riser card, if you use it. > > > > > > > > > The Intel MT card is a PCI-X card. It will not fit in a PCI Express > slot. > > > It > > > works with FBSD 6.1 > > > > > > The Intel PT card is a PCI Express card. It will not fit in a PCI-X > slot. > > > It does not work with FBSD 6.1 unless you load the driver. > > > > > > You can either do ONE of the following: > > > > > > 1) Use the Intel MT card with the optional HP PCI-X riser card. This > works > > > out > > > of box with FBSD 6.1 > > > > > > 2) Use the Intel PT card with the HP riser card that ships with the > server. > > > This DOES > > > NOT work out of the box with FBSD 6.1 You MUST load the current driver > for > > > this to work. > > > > > > You CANNOT USE the MT card with the riser card that ships with the > server. > > > > > > You CANNOT use a low-profile PCI-X card because the optional PCI-X > > > riser card DOES NOT HAVE a low profile PCI-X slot. It has a standard > > > height PCI-X slot ONLY. > > > > > > Incidentally the fact that your HP dealer cannot apparently explain this > to > > > you pretty much means YOUR HP DEALER SUCKS THE BIG WEENIE. > > > > > > Ted > > > > > > ----- Original Message ----- > > > From: "William" > > > To: "Ted Mittelstaedt" > > > Cc: "Antony Mawer" ; > > > > > > Sent: Monday, July 03, 2006 11:05 PM > > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > > > > Ok, I think its best I just order a Intel MT card with the low profile > > > > PCI-X adapter instead of flapping about with these riser cards and > > > > then just use 6-stable. All getting quite confusing. > > > > > > > > On 04/07/06, Ted Mittelstaedt wrote: > > > > > > > > > > Correct, it will not fit - unless you order the PCI-X riser card > from HP > > > and > > > > > replace the PCI-Express riser card that ships with the 320 with the > > > PCI-X > > > > > riser card. > > > > > > > > > > Ted > > > > > > > > > > ----- Original Message ----- > > > > > From: "William" > > > > > To: "Antony Mawer" > > > > > Cc: ; "Ted Mittelstaedt" > > > > > > > > > > Sent: Monday, July 03, 2006 10:56 AM > > > > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > > > > > > > > > > Did you guys say the card I've got in another box wont fit into a > 320? > > > > > > > > > > > > On 03/07/06, Antony Mawer wrote: > > > > > > > On 29/06/2006 9:27 PM, Erik Trulsson wrote: > > > > > > > > On Fri, Jun 30, 2006 at 07:56:00AM +0100, William wrote: > > > > > > > >> Antony, > > > > > > > >> > > > > > > > >> I've got an Intel card in production already on a homebrew > box, > > > the > > > > > > > >> code is INTEL-PWLA8492MT and description is "Intel Dual Port > > > Server > > > > > > > >> Adapter 10/100/1000". Any idea if that will do? > > > > > > > > > > > > > > > > That is a PRO/1000 MT card, which is a PCI-X adapter and is > > > supported > > > > > > > > by the standard em(4) driver in FreeBSD 6.x, > > > > > > > > > > > > > > > > The PRO/1000 PT mentioned below is a PCI-Express adapter and > is > > > not > > > > > > > > supported by the standard driver in 6.x, but (as mentioned) > should > > > > > > > > be supported by the driver available from Intel. > > > > > > > > > > > > > > If you wish to utilise the PCI Express expansion slots by using > a > > > > > > > Pro/1000 PT network adapter, the procedure to follow might be > > > something > > > > > > > like be this: > > > > > > > > > > > > > > 1. Install 6.1-RELEASE from CD, being sure to install the kernel > > > source > > > > > > > 2. Obtain the latest Intel driver for FreeBSD 6.x (if it is > still > > > not > > > > > > > available on the website, email me and I will send it to you) > > > > > > > 3. Burn the driver onto a CD or other media and copy it onto the > > > server > > > > > > > 4. Extract the driver source, and copy the if_em* files across > into > > > > > > > /usr/src/sys/dev/em/ > > > > > > > 5. Build a new kernel (GENERIC will suffice) which will utilise > the > > > new > > > > > > > driver source (cd /usr/src && make buildkernel) > > > > > > > 6. Install the kernel and reboot (make installkernel) > > > > > > > > > > > > > > You should now have a working network with your Pro/1000 PT... > > > > > > > > > > > > > > Regards > > > > > > > Antony > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > 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" > > > > > > > > > > > > _______________________________________________ > > 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 Jul 6 08:39: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 66EB516A4DA; Thu, 6 Jul 2006 08:39:36 +0000 (UTC) (envelope-from bsam@ns.kfs.ru) Received: from ns.kfs.ru (kfs.kfs.ru [62.183.117.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFEB43D45; Thu, 6 Jul 2006 08:39:35 +0000 (GMT) (envelope-from bsam@ns.kfs.ru) Received: from bsam by ns.kfs.ru with local (Exim 4.54 (FreeBSD)) id 1FyPOX-0006c1-Tj; Thu, 06 Jul 2006 12:39:33 +0400 To: "Derrick T. Woolworth" References: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> From: Boris Samorodov Date: Thu, 06 Jul 2006 12:39:33 +0400 In-Reply-To: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> (Derrick T. Woolworth's message of "Wed, 5 Jul 2006 20:02:55 -0500") Message-ID: <83074666@serv3.int.kfs.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 B. Samorodov" Cc: freebsd-hackers@freebsd.org, freebsd-performance@freebsd.org, freebsd-questions@freebsd.org Subject: Re: SATA300 Controllers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 08:39:36 -0000 On Wed, 5 Jul 2006 20:02:55 -0500 Derrick T. Woolworth wrote: > Has anyone had success with SATA300 controllers with FreeBSD 6.1? I've been > trying Promise and nVidia nForce4 and I'm not having any luck. Using a MSI I have an nForce4 built-in card on amd64 motherboard and use it as a testing machine with 6.1-STABLE/7.0-CURRENT amd64/i386 worlds. Everyting is fine so far (crossing fingers). > K8NGM2-L motherboard and others, but 6.1's installation hangs as soon as it > sees ad4. I've also tried using an Adaptec 1210SA controller and had zero > results. I've read that the chipset on this controller is not very good - > forces serialized access to the controller's channels??? Nevertheless, I've > got a K8N Diamond motherboard on a workstation and I was able to at least > "start" the 6.1 installation. I have no idea if its stable. At this point, > I'd settle for just knowing "which" SATA300 controller to use that will work > successfully and "well" with FreeBSD 6.0 OR 6.1. Another question, would I > have more success installing 6.0 and then upgrading the kernel and > recompiling with a build-world? > I'm currently trying to build a moderate large system with 4 presentation > servers, 2 database servers and one large storage system using NFS mapped to > ~1.2 terrabyte of SATA disks (4x Maxtor 500GB 7200 RPM disks w/RAID5 > config). Any suggestions? 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 Thu Jul 6 10:56: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 2A3B816A4DA for ; Thu, 6 Jul 2006 10:56:17 +0000 (UTC) (envelope-from msherman77@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89CD243D49 for ; Thu, 6 Jul 2006 10:56:16 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: by wx-out-0102.google.com with SMTP id h30so933516wxd for ; Thu, 06 Jul 2006 03:56: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EFwDi6pLcFW38ubU8j0yDvP3UqVY2pO1EjW4cy/ae4Bqw8eLJLX3MPROOv+Mi33+M9G24DQK/LhJ9SVGZJ3bNA3asbnBhXYDXn3je3mxqbaMvlwi7HJXyLfFJOLWufpQudfj2v+ZbW6gZdZ3b/F3n+MTGx4BFUyzW6hyyewZiLc= Received: by 10.70.18.3 with SMTP id 3mr10603480wxr; Thu, 06 Jul 2006 03:56:15 -0700 (PDT) Received: by 10.70.89.5 with HTTP; Thu, 6 Jul 2006 03:56:15 -0700 (PDT) Message-ID: Date: Thu, 6 Jul 2006 06:56:15 -0400 From: "Michael S" To: "David Stanford" 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 Mailing List Subject: Re: DNS beginner 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, 06 Jul 2006 10:56:17 -0000 The "open" ports are simply port-forwarded from the router to my internal network (NAT). And I only have one public IP. For me the more important issue is whether DNS would work with private IP addresses. On 7/5/06, David Stanford wrote: > > > On 7/5/06, Michael S wrote: > > Hi all. > > > > I am trying to set up a DNS service. I have 2 FreeBSD machines, one's > > web and DNS (that I am setting up) and the other FTP. Both machines > > are behind a router and get local addresses (i.e. 192.168....). If > > DNS, FTP and web ports in the router are open, will I be able to set > > up the DNS in a way such that when someone from the outside types > > www.mydomain.com, he'll be taken to the machine that runs apache, and > > when he types ftp.mydomain.com he'll be taken to the machine which > > runs ftp? > > By the way simply typing ftp://mydomain.com and http://mydomain.com > > does the trick, but I want it to work with prefixes too. > > > > Hopefully my question isn't too confusing. > > > > Thanks in advance. > > Michael > > > > Hi Michael, > > You'll have to clarify "open" regarding the WEB, DNS, and FTP ports on the > router. Are they simply port-forwarded to the internal servers (meaning > based on service ports) or do you have one-to-one NAT mapping a public IP to > an internal for each server? If it's the latter, and each machine has its > own public IP, then you can simply set DNS to point to each server > respectively: > > www.mydomain.com -> publicIP1 -> privateIP1 > ftp.mydomain.com -> publicIP2 -> privateIP2 > > The real question is whether you have a block of public IPs or just one. But > to be honest, you can probably get away with just having a single public IP > and using port forwarding as most browsers (including Firfox and IE) > recognize the "ftp" and "www" subdomains and automatically adjust to that > protocol. > > i.e. ftp.somedomain.com will automatically be translated to > ftp://ftp.somedomain.com (ftp.freebsd.org ). > > -David > -- > [root@fbsd ~]# fortune > Happiness is just an illusion, filled with sadness and confusion. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 11: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 C493916A4DA for ; Thu, 6 Jul 2006 11:09:26 +0000 (UTC) (envelope-from lcapps@cteresource.org) Received: from gershwin.cteresource.org (mail.cteresource.org [206.136.187.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56BF443D46 for ; Thu, 6 Jul 2006 11:09:26 +0000 (GMT) (envelope-from lcapps@cteresource.org) Received: by gershwin.cteresource.org (Postfix, from userid 1003) id 2F4E81CCAB; Thu, 6 Jul 2006 07:05:17 -0400 (EDT) Received: from localhost (hank.cteresource.org [192.168.1.130]) by gershwin.cteresource.org (Postfix) with ESMTP id F27FA1CC52; Thu, 6 Jul 2006 07:05:16 -0400 (EDT) Date: Thu, 6 Jul 2006 07:09:24 -0400 From: Lee Capps To: Norberto Meijome Message-ID: <20060706110924.GA360@hank.cteresource.org> Mail-Followup-To: Norberto Meijome , freebsd-questions@freebsd.org References: <20060706020338.7f189bc9@localhost> <80f4f2b20607050923o4ecd0ce1oc902035c74cbcbfb@mail.gmail.com> <20060706110948.7df359a5@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060706110948.7df359a5@localhost> User-Agent: Mutt/1.4.2.1i X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.0.2 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD for kids... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 11:09:26 -0000 At 11:09 Thu 06 Jul 2006, Norberto Meijome wrote: > On Wed, 5 Jul 2006 12:23:19 -0400 > "Jim Stapleton" wrote: > > > I don't know of any. You could do a minimal install, install X + WM of > > choice (probably one that dosn't add games), and thend add the > > educational and math/sci related packages in ports? I think the > > directories they are in are relatively limited, and so finding them > > shouldn't be too hard. > Would be neat if someone came up with a meta-port (like instant-workstation) to do this all at once. Lee -- Lee Capps Technology Specialist CTE Resource Center From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 11:14: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 88F3516A4DA for ; Thu, 6 Jul 2006 11:14:11 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3469343D67 for ; Thu, 6 Jul 2006 11:13:58 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.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 k66BDZwq007331; Thu, 6 Jul 2006 06:13:35 -0500 (CDT) Message-Id: <6.0.0.22.2.20060706061142.0277b1e8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 06 Jul 2006 06:13:24 -0500 To: "Michael S" , "David Stanford" From: Derek Ragona In-Reply-To: References: Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Mailing List Subject: Re: DNS beginner 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, 06 Jul 2006 11:14:11 -0000 Yes DNS will work with your port forwarding assuming you have it set up correctly on your router. Are you trying to be the authoritative DNS for your domain? If you are you will still need a secondary DNS. -Derek At 05:56 AM 7/6/2006, Michael S wrote: >The "open" ports are simply port-forwarded from the router to my >internal network (NAT). And I only have one public IP. >For me the more important issue is whether DNS would work with private >IP addresses. > > >On 7/5/06, David Stanford wrote: >> >> >>On 7/5/06, Michael S wrote: >> > Hi all. >> > >> > I am trying to set up a DNS service. I have 2 FreeBSD machines, one's >> > web and DNS (that I am setting up) and the other FTP. Both machines >> > are behind a router and get local addresses (i.e. 192.168....). If >> > DNS, FTP and web ports in the router are open, will I be able to set >> > up the DNS in a way such that when someone from the outside types >> > www.mydomain.com, he'll be taken to the machine that runs apache, and >> > when he types ftp.mydomain.com he'll be taken to the machine which >> > runs ftp? >> > By the way simply typing ftp://mydomain.com and http://mydomain.com >> > does the trick, but I want it to work with prefixes too. >> > >> > Hopefully my question isn't too confusing. >> > >> > Thanks in advance. >> > Michael >> > >> >>Hi Michael, >> >>You'll have to clarify "open" regarding the WEB, DNS, and FTP ports on the >>router. Are they simply port-forwarded to the internal servers (meaning >>based on service ports) or do you have one-to-one NAT mapping a public IP to >>an internal for each server? If it's the latter, and each machine has its >>own public IP, then you can simply set DNS to point to each server >>respectively: >> >>www.mydomain.com -> publicIP1 -> privateIP1 >> ftp.mydomain.com -> publicIP2 -> privateIP2 >> >>The real question is whether you have a block of public IPs or just one. But >>to be honest, you can probably get away with just having a single public IP >>and using port forwarding as most browsers (including Firfox and IE) >>recognize the "ftp" and "www" subdomains and automatically adjust to that >>protocol. >> >>i.e. ftp.somedomain.com will automatically be translated to >>ftp://ftp.somedomain.com (ftp.freebsd.org ). >> >>-David >>-- >>[root@fbsd ~]# fortune >>Happiness is just an illusion, filled with sadness and confusion. >_______________________________________________ >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 Jul 6 11:33: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 E99BB16A4DA for ; Thu, 6 Jul 2006 11:33:10 +0000 (UTC) (envelope-from msherman77@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6277043D49 for ; Thu, 6 Jul 2006 11:33:10 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: by wx-out-0102.google.com with SMTP id h30so937170wxd for ; Thu, 06 Jul 2006 04:33:09 -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=gj2Y6l1ULuETABhz60qd2EOU1URV6/qGQt47JXDn3bNw0KReJkdnAcndYuhrfK6L6tOTwfmxHUzTk9kS/Pm+QWXniLWQsjYqDu2KMpid011cDewG5jklMQhafF7ZlULf3VOEML/cZmF9Bo/TCP/0qcQYGEztci7g/WwzFa8LbSs= Received: by 10.70.59.17 with SMTP id h17mr10621691wxa; Thu, 06 Jul 2006 04:33:09 -0700 (PDT) Received: by 10.70.89.5 with HTTP; Thu, 6 Jul 2006 04:33:09 -0700 (PDT) Message-ID: Date: Thu, 6 Jul 2006 07:33:09 -0400 From: "Michael S" To: "Derek Ragona" , "FreeBSD Mailing List" In-Reply-To: <6.0.0.22.2.20060706061142.0277b1e8@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6.0.0.22.2.20060706061142.0277b1e8@mail.computinginnovations.com> Cc: Subject: Re: DNS beginner 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, 06 Jul 2006 11:33:11 -0000 Derek, Actually my domain is a subdomain (e.g. mysubdomain.domain.com), and obviously the domain server for domain.com points correctly to my site. What I want to have (mostly for the sake of configuring DNS) is something like www.mysubdomain.domain.com, and ftp.mysubdomain.domain.com. Can my second BSD machine be the secondary DNS? When you say set it up correctly on the router, you mean forwarding the requests from port 53 to the BSD machine, running BIND? Or there are extra steps that I need to take? Thanks a lot. Michael On 7/6/06, Derek Ragona wrote: > > Yes DNS will work with your port forwarding assuming you have it set up > correctly on your router. > > Are you trying to be the authoritative DNS for your domain? If you are you > will still need a secondary DNS. > > -Derek > > > > At 05:56 AM 7/6/2006, Michael S wrote: > > > The "open" ports are simply port-forwarded from the router to my > internal network (NAT). And I only have one public IP. > For me the more important issue is whether DNS would work with private > IP addresses. > > > On 7/5/06, David Stanford wrote: > > > > On 7/5/06, Michael S wrote: > > Hi all. > > > > I am trying to set up a DNS service. I have 2 FreeBSD machines, one's > > web and DNS (that I am setting up) and the other FTP. Both machines > > are behind a router and get local addresses (i.e. 192.168....). If > > DNS, FTP and web ports in the router are open, will I be able to set > > up the DNS in a way such that when someone from the outside types > > www.mydomain.com, he'll be taken to the machine that runs apache, and > > when he types ftp.mydomain.com he'll be taken to the machine which > > runs ftp? > > By the way simply typing ftp://mydomain.com and http://mydomain.com > > does the trick, but I want it to work with prefixes too. > > > > Hopefully my question isn't too confusing. > > > > Thanks in advance. > > Michael > > > > Hi Michael, > > You'll have to clarify "open" regarding the WEB, DNS, and FTP ports on the > router. Are they simply port-forwarded to the internal servers (meaning > based on service ports) or do you have one-to-one NAT mapping a public IP > to > an internal for each server? If it's the latter, and each machine has its > own public IP, then you can simply set DNS to point to each server > respectively: > > www.mydomain.com -> publicIP1 -> privateIP1 > ftp.mydomain.com -> publicIP2 -> privateIP2 > > The real question is whether you have a block of public IPs or just one. > But > to be honest, you can probably get away with just having a single public IP > and using port forwarding as most browsers (including Firfox and IE) > recognize the "ftp" and "www" subdomains and automatically adjust to that > protocol. > > i.e. ftp.somedomain.com will automatically be translated to > ftp://ftp.somedomain.com (ftp.freebsd.org ). > > -David > -- > [root@fbsd ~]# fortune > Happiness is just an illusion, filled with sadness and confusion. > _______________________________________________ > 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 Jul 6 11: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 57B1116A4DA for ; Thu, 6 Jul 2006 11:54:22 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E1043D4C for ; Thu, 6 Jul 2006 11:54:21 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.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 k66Bs3mu007809; Thu, 6 Jul 2006 06:54:03 -0500 (CDT) Message-Id: <6.0.0.22.2.20060706065115.026f5678@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 06 Jul 2006 06:53:53 -0500 To: "Michael S" , "FreeBSD Mailing List" From: Derek Ragona In-Reply-To: References: <6.0.0.22.2.20060706061142.0277b1e8@mail.computinginnovations.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: DNS beginner 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, 06 Jul 2006 11:54:22 -0000 You need a second IP for the secondary server. With a single public IP and port forwarding, you get only one destination. All you need is to add entries to DNS maps for the other host records you want. I assume your DNS is being hosted elseware now, so just have them add the two additional host records. -Derek At 06:33 AM 7/6/2006, Michael S wrote: >Derek, > >Actually my domain is a subdomain (e.g. mysubdomain.domain.com), and >obviously the domain server for domain.com points correctly to my >site. >What I want to have (mostly for the sake of configuring DNS) is >something like www.mysubdomain.domain.com, and >ftp.mysubdomain.domain.com. > >Can my second BSD machine be the secondary DNS? > >When you say set it up correctly on the router, you mean forwarding >the requests from port 53 to the BSD machine, running BIND? Or there >are extra steps that I need to take? > > >Thanks a lot. >Michael > >On 7/6/06, Derek Ragona wrote: >> >> Yes DNS will work with your port forwarding assuming you have it set up >>correctly on your router. >> >> Are you trying to be the authoritative DNS for your domain? If you are you >>will still need a secondary DNS. >> >> -Derek >> >> >> >> At 05:56 AM 7/6/2006, Michael S wrote: >> >> >>The "open" ports are simply port-forwarded from the router to my >> internal network (NAT). And I only have one public IP. >> For me the more important issue is whether DNS would work with private >> IP addresses. >> >> >> On 7/5/06, David Stanford wrote: >> >> >> >> On 7/5/06, Michael S wrote: >> > Hi all. >> > >> > I am trying to set up a DNS service. I have 2 FreeBSD machines, one's >> > web and DNS (that I am setting up) and the other FTP. Both machines >> > are behind a router and get local addresses (i.e. 192.168....). If >> > DNS, FTP and web ports in the router are open, will I be able to set >> > up the DNS in a way such that when someone from the outside types >> > www.mydomain.com, he'll be taken to the machine that runs apache, and >> > when he types ftp.mydomain.com he'll be taken to the machine which >> > runs ftp? >> > By the way simply typing ftp://mydomain.com and http://mydomain.com >> > does the trick, but I want it to work with prefixes too. >> > >> > Hopefully my question isn't too confusing. >> > >> > Thanks in advance. >> > Michael >> > >> >> Hi Michael, >> >> You'll have to clarify "open" regarding the WEB, DNS, and FTP ports on the >> router. Are they simply port-forwarded to the internal servers (meaning >> based on service ports) or do you have one-to-one NAT mapping a public IP >>to >> an internal for each server? If it's the latter, and each machine has its >> own public IP, then you can simply set DNS to point to each server >> respectively: >> >> www.mydomain.com -> publicIP1 -> privateIP1 >> ftp.mydomain.com -> publicIP2 -> privateIP2 >> >> The real question is whether you have a block of public IPs or just one. >>But >> to be honest, you can probably get away with just having a single public IP >> and using port forwarding as most browsers (including Firfox and IE) >> recognize the "ftp" and "www" subdomains and automatically adjust to that >> protocol. >> >> i.e. ftp.somedomain.com will automatically be translated to >> ftp://ftp.somedomain.com (ftp.freebsd.org ). >> >> -David >> -- >> [root@fbsd ~]# fortune >> Happiness is just an illusion, filled with sadness and confusion. >>_______________________________________________ >> 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. > -- 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 Jul 6 12:18: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 1CEE516A4E5 for ; Thu, 6 Jul 2006 12:18:22 +0000 (UTC) (envelope-from greenwood.andy@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 1D24143D81 for ; Thu, 6 Jul 2006 12:18:13 +0000 (GMT) (envelope-from greenwood.andy@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so266194uge for ; Thu, 06 Jul 2006 05: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kxKKixacs4Ykl1tMPURtvQns/EK60XhDo+Hd+qaTZINQA08VlUSlsK2pN3jdQO69pcQOFoTUEZ7n/pGqx2ucR5uCwriJ2HJ1Dl8RzEQ7ridCMOIMeWJgMNwGqutWZ3M4ATTL5hNDYbdOJxEQxoyIT36tlMb9nbByKzNmi1F3yHQ= Received: by 10.78.159.7 with SMTP id h7mr175992hue; Thu, 06 Jul 2006 05:18:12 -0700 (PDT) Received: by 10.78.200.16 with HTTP; Thu, 6 Jul 2006 05:18:12 -0700 (PDT) Message-ID: <3ee9ca710607060518t2c4a712ewe2559ed7f01573bc@mail.gmail.com> Date: Thu, 6 Jul 2006 08:18:12 -0400 From: "Andy Greenwood" To: eoghan In-Reply-To: <9F6B41DE-76BD-4A7A-90E6-69F279497A57@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9F6B41DE-76BD-4A7A-90E6-69F279497A57@gmail.com> Cc: freebsd Subject: Re: dvd image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 12:18:22 -0000 IIRC, there aren't any official dvd images. However, it's not too difficult to make your own. Check out this site http://www.pa.msu.edu/~tigner/bsddvd.html On 7/5/06, eoghan wrote: > Hi > I was wondering if there was any dvd images of freebsd releases? > Thanks > Eoghan > _______________________________________________ > 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 Jul 6 12:41: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 4FD3516A4DA for ; Thu, 6 Jul 2006 12:41:16 +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 1D34143D55 for ; Thu, 6 Jul 2006 12:41:13 +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 k66Cf9EY030028; Thu, 6 Jul 2006 15:41:09 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 6 Jul 2006 15:38:26 +0300 User-Agent: KMail/1.9.1 References: <7.0.0.16.2.20060705122919.07f6db48@msdi.ca> In-Reply-To: <7.0.0.16.2.20060705122919.07f6db48@msdi.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200607061538.26406.nvass@teledomenet.gr> Cc: Ian Lord Subject: Re: CVS Export truncate files ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 12:41:16 -0000 On Wednesday 05 July 2006 19:37, Ian Lord wrote: > Hi, > > we use cvs for in house developpement of a php web site... > > We use "cvs update to sync files", "cvs checkout" when a new employee > need to work on the files, and "cvs export" when we push the changes > to the production web site... > > For some reason, we found that "cvs export" truncated a couple of > files which caused parsing errors... I don't see any error message > While it's doing it, I see the following extract: > > cvs export: Updating pub/class > U pub/class/class.session.cmd > cvs export: Updating pub/class/html2pdf > cvs export: Updating pub/class/html2pdf/cache > cvs export: Updating pub/class/html2pdf/classes > > Is it normal that the class.session only has a "U" in front of the > line instead of "cvs export: Updating" > > Am I doing something wrong or is it some sort of bug/limitation with > the cvs export function ? =46rom cvs man: export [-flNnQq] -r rev|-D date [-d dir] [-k kflag] module... Requires: repository. Changes: current directory. I guess what you search for is "cvs commit" commit [-lnR] [-m 'log_message' | -F file] [-r revision] [files...] Requires: working directory, repository. Changes: repository. > > Thanks > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 12:43: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 6550916A4DA for ; Thu, 6 Jul 2006 12:43:14 +0000 (UTC) (envelope-from joe@netmusician.org) Received: from netmusician.org (netmusician.org [216.9.132.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3B443D4C for ; Thu, 6 Jul 2006 12:43:13 +0000 (GMT) (envelope-from joe@netmusician.org) Received: from localhost (localhost [127.0.0.1]) by netmusician.org (Postfix) with ESMTP id B567A7E8DD for ; Thu, 6 Jul 2006 08:43:12 -0400 (EDT) X-Virus-Scanned: by amavisd-new at netmusician.org Received: from netmusician.org ([127.0.0.1]) by localhost (jauty.suso.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zQ+caO8Kfpdz for ; Thu, 6 Jul 2006 08:43:12 -0400 (EDT) Received: from [192.168.0.3] (unknown [74.128.244.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by netmusician.org (Postfix) with ESMTP id D942A7E8DA for ; Thu, 6 Jul 2006 08:43:11 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) To: FreeBSD Questions Message-Id: <0896FE21-CF7C-425B-A8D9-BAF75063DD0B@netmusician.org> Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-26--63589291" From: Joe Auty Date: Thu, 6 Jul 2006 08:43:05 -0400 Content-Transfer-Encoding: 7bit X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Gpgmail-State: signed X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: portupgrade incompatible version of BDB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 12:43:14 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-26--63589291 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed As of the latest portupgrade upgrade I'm getting the following error message when I try to invoke and of the portupgrade scripts: # pkgdb -F /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd5/bdb.so: (NotImplementedError) BDB needs compatible versions of libdb & db.h you have db.h version 4.1.25 and libdb version 4.3.29 from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:152:in `set_db_driver' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:81:in `setup' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:76:in `initialize' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:5:in `new' from /usr/local/lib/ruby/1.8/singleton.rb:95:in `instance' from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:206:in `init_pkgtools_global' from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:1155 from /usr/local/sbin/pkgdb:36 I've tried deleting db43, and while this changed the error message, I'm still having problems. Before I start randomly deinstalling and/ or reinstalling anything this, is there a smart way to fix this problem? ----------- Joe Auty NetMusician: web publishing software for musicians http://www.netmusician.org joe@netmusician.org --Apple-Mail-26--63589291 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFErQVcCgdfeCwsL5ERAnTmAJ4qGoofbAepgtt1rLtR8E1Qc61oNQCgkqQ4 FfinVs3mluQxCAJUlQ2vHjk= =leBV -----END PGP SIGNATURE----- --Apple-Mail-26--63589291-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 12:53: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 1103016A4E0 for ; Thu, 6 Jul 2006 12:53:38 +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 8CC0443D4C for ; Thu, 6 Jul 2006 12:53:37 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 20096 invoked from network); 6 Jul 2006 22:53:35 +1000 Received: from 203-158-48-77.dyn.iinet.net.au (HELO localhost) (203.158.48.77) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 6 Jul 2006 22:53:35 +1000 Date: Thu, 6 Jul 2006 22:53:29 +1000 From: Norberto Meijome To: Lee Capps Message-ID: <20060706225329.265d288b@localhost> In-Reply-To: <20060706110924.GA360@hank.cteresource.org> References: <20060706020338.7f189bc9@localhost> <80f4f2b20607050923o4ecd0ce1oc902035c74cbcbfb@mail.gmail.com> <20060706110948.7df359a5@localhost> <20060706110924.GA360@hank.cteresource.org> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; 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 for kids... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 12:53:38 -0000 On Thu, 6 Jul 2006 07:09:24 -0400 Lee Capps wrote: > Would be neat if someone came up with a meta-port (like > instant-workstation) to do this all at once. yup. or even a freesbie cd to drop into a computer and "sanitize" it with useful kiddie stuff :) time to learn how to modify freesbie (and upgrade it to 6.x too... ) ah, the fun of OSS :D cheers, Beto From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 13:02: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 B1A7E16A4DA for ; Thu, 6 Jul 2006 13:02:32 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0632843D4C for ; Thu, 6 Jul 2006 13:02:31 +0000 (GMT) (envelope-from eoghanj@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so281925uge for ; Thu, 06 Jul 2006 06:02:30 -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=V5TgAN3kfCS61IuL+c/6gEYgB7SyWVQg3VpbrVWXULhw62XHRjaLGlvnWSdCjhepydyHeL1QmBL6GcjP8dxSKaAK7IoxqTX6flp780a+6VA0tPnexgS78331FapC1BWAkQq9YtTrggIzIdNwoXWMrXAFXfhxK1ygQhs3C77x4yk= Received: by 10.67.26.7 with SMTP id d7mr685497ugj; Thu, 06 Jul 2006 06:02:30 -0700 (PDT) Received: from ?137.43.110.212? ( [137.43.110.212]) by mx.gmail.com with ESMTP id q1sm769268uge.2006.07.06.06.02.29; Thu, 06 Jul 2006 06:02:30 -0700 (PDT) Message-ID: <44AD09EB.2070308@gmail.com> Date: Thu, 06 Jul 2006 14:02:35 +0100 From: eoghan User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Andy Greenwood References: <9F6B41DE-76BD-4A7A-90E6-69F279497A57@gmail.com> <3ee9ca710607060518t2c4a712ewe2559ed7f01573bc@mail.gmail.com> In-Reply-To: <3ee9ca710607060518t2c4a712ewe2559ed7f01573bc@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd Subject: Re: dvd image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 13:02:32 -0000 Andy Greenwood wrote: > IIRC, there aren't any official dvd images. However, it's not too > difficult to make your own. Check out this site > http://www.pa.msu.edu/~tigner/bsddvd.html Ok thanks for the link, Eoghan > On 7/5/06, eoghan wrote: >> Hi >> I was wondering if there was any dvd images of freebsd releases? >> Thanks >> Eoghan >> _______________________________________________ >> 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 Jul 6 13:04: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 CFC0216A4DD for ; Thu, 6 Jul 2006 13:04:45 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6150843D46 for ; Thu, 6 Jul 2006 13:04:45 +0000 (GMT) (envelope-from fbsd@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060706130444.FEHO10784.mta10.adelphia.net@barbish>; Thu, 6 Jul 2006 09:04:44 -0400 From: "fbsd" To: "Marwan Sultan" , Date: Thu, 6 Jul 2006 09:04:39 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: sshd/mysql errors. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 13:04:46 -0000 First host73.maxim.net is an individual PC on the maxim.net domain. You want to find the domain IP address. nslookup maxim.net gives 192.168.48.66 or use dig maxim.net or whois maxim.net Looks more and more like the packets are spoofed and maxim.net is as much a victim as you are. Adding a firewall deny rule for will 192.168.48.66 stop all traffic from that domain. The real question is, do you really have real remote users who ssh into your system and or have remote users who access your mysql system? If not then add a firewall rule to deny the sshd & mysql port numbers from entering your system from the public internet. -----Original Message----- From: Marwan Sultan [mailto:dead_line@hotmail.com] Sent: Wednesday, July 05, 2006 11:53 PM To: fbsd@a1poweruser.com; freebsd-questions@freebsd.org Subject: RE: sshd/mysql errors. hello, and how to get an ip of unkown hostname, as you knowm i should add an IP addresses to the firewall not hostnames, # nslookup host73.maxim.net *** can't find host73.hostname_net: Non-existent host/domain I found hundreds of this line to in my logs mysqld[28598]: warning: /etc/hosts.allow, line 25: can't verify hostname: getaddrinfo(IP-216-185-173-58.mtntel.net, AF_INET) failed Any advise? please. > >First thoughts is you are under attack and hosts.allow is >doing it's job of denying access. > >Add the ip address from the warning message to your firewall >to stop those attack packets from entering your system. > >Good chance attack packets are spoofed. > > > >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Marwan >Sultan >Sent: Tuesday, July 04, 2006 6:40 AM >To: freebsd-questions@freebsd.org >Subject: sshd/mysql errors. > > >Hello gurus, > >my logs full of hundreds of these lines..i starts since few days and >up to >day .. > >--------- >Jul 2 00:00:03 server mysqld[28598]: warning: /etc/hosts.allow, >line 25: >can't verify hostname: getaddrinfo(host73.hostname_net, AF_INET) >failed > >Jul 2 00:00:27 server sshd[83738]: warning: /etc/hosts.allow, line >25: >can't verify hostname: getaddrinfo(host73.hostname_net, AF_INET) >failed >---------- >Where hostname_net is the former ISP name for the my server hosting >ISP. >but i have the same DNS and routings, the name is changed since >almost 1 >year and few months. > >Also line 25 had nothing to do with this hostname its just the first >active >line in my hosts.allow file >anyhow i have replaced the line to: >ALL : .hostname_net : allow > >But still same errors everyday every minute! anyadvise please? > >Its FreeBSD 4.8R > >thank you >Marwan _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 13:22: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 A15F116A552 for ; Thu, 6 Jul 2006 13:22:11 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id E451C43D67 for ; Thu, 6 Jul 2006 13:22:02 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 0831C5F6D; Thu, 6 Jul 2006 09:22:02 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6vzRBX-4Dm2h; Thu, 6 Jul 2006 09:22:01 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-117-245.ny325.east.verizon.net [68.161.117.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id BAC405D79; Thu, 6 Jul 2006 09:22:00 -0400 (EDT) Message-ID: <44AD0E6D.80409@mac.com> Date: Thu, 06 Jul 2006 09:21:49 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: "Derrick T. Woolworth" References: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> In-Reply-To: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: SATA300 Controllers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 13:22:11 -0000 Derrick T. Woolworth wrote: > Hello all, > > Sorry for cross-posting, but these issues seem relevant for lists... We'll survive, but for future reference it's almost never appropriate to cross-post between freebsd-questions and other FreeBSD lists. > Has anyone had success with SATA300 controllers with FreeBSD 6.1? [ ... ] > I've got a K8N Diamond motherboard on a workstation and I was able to at least > "start" the 6.1 installation. I've got a K8N Diamond board as well, and FreeBSD 6.0 & 6.1 seems to work just fine with either the nVidia integrated 4-channel SATA controller, and with the SilImage 3132 2-channel SATA controller. Note that I've only tested single-drive operation, though-- I haven't had the need to set up RAID on this one yet... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 13:22: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 D328816A4DA for ; Thu, 6 Jul 2006 13:22:56 +0000 (UTC) (envelope-from anrays@gmail.com) Received: from tor.farlep.net (tor.farlep.net [213.130.1.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AD443D46 for ; Thu, 6 Jul 2006 13:22:55 +0000 (GMT) (envelope-from anrays@gmail.com) Received: from santinel.home.ua (max5-00.dialup.farlep.net [213.130.5.129]) by tor.farlep.net with ESMTP id k66DMQdK027922; Thu, 6 Jul 2006 16:22:44 +0300 Received: from anray by santinel.home.ua with local (Exim 4.62; FreeBSD) id 1FyTLh-0007hh-Hd; Thu, 06 Jul 2006 15:52:53 +0300 To: Joe Auty References: <0896FE21-CF7C-425B-A8D9-BAF75063DD0B@netmusician.org> From: Andrey Slusar Mail-Followup-To: Joe Auty , FreeBSD Questions Date: Thu, 06 Jul 2006 15:52:53 +0300 In-Reply-To: <0896FE21-CF7C-425B-A8D9-BAF75063DD0B@netmusician.org> (Joe Auty's message of "Thu, 6 Jul 2006 08:43:05 -0400") Message-ID: <86lkr6j3oa.fsf@santinel.home.ua> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (i386--freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SMTP-Vilter-Version: 1.1.8 X-SMTP-Vilter-Virus-Backend: clamd X-SMTP-Vilter-Status: clean X-SMTP-Vilter-clamd-Virus-Status: clean Cc: FreeBSD Questions Subject: Re: portupgrade incompatible version of BDB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 13:22:56 -0000 Thu, 6 Jul 2006 08:43:05 -0400, Joe Auty wrote: > As of the latest portupgrade upgrade I'm getting the following error > message when I try to invoke and of the portupgrade scripts: > # pkgdb -F > /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd5/bdb.so: > (NotImplementedError) > BDB needs compatible versions of libdb & db.h > you have db.h version 4.1.25 and libdb version 4.3.29 > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:152:in > `set_db_driver' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:81:in `setup' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:76:in > `initialize' > from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:5:in `new' > from /usr/local/lib/ruby/1.8/singleton.rb:95:in `instance' > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:206:in > `init_pkgtools_global' > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:1155 > from /usr/local/sbin/pkgdb:36 > I've tried deleting db43, and while this changed the error message, > I'm still having problems. Before I start randomly deinstalling and/ > or reinstalling anything this, is there a smart way to fix this > problem? Solution for fix this error described in ports/UPDATING file. Read this! From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 13:34: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 8259B16A4DA for ; Thu, 6 Jul 2006 13:34:54 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC8A443D45 for ; Thu, 6 Jul 2006 13:34:53 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 1E08A5DAF; Thu, 6 Jul 2006 09:34:53 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i1SANZVZCkh0; Thu, 6 Jul 2006 09:34:52 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-117-245.ny325.east.verizon.net [68.161.117.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id BE96E5D27; Thu, 6 Jul 2006 09:34:51 -0400 (EDT) Message-ID: <44AD1170.1000205@mac.com> Date: Thu, 06 Jul 2006 09:34:40 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Jeremy Ehrhardt References: <44AC5190.9070001@caltech.edu> In-Reply-To: <44AC5190.9070001@caltech.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: vinum stability? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 13:34:54 -0000 Jeremy Ehrhardt wrote: > We've been testing this box as a > file server, and it usually works fine, but smartd reported a few bad > sectors on one of the drives, then a few days later it crashed while I > was running chmod -R on a directory on "drugs" and had to be manually > rebooted. I can't figure out exactly what happened, especially given > that RAID 5 is supposed to be robust against single drive failures and > that despite the bad blocks smartctl claims the drive is healthy. As soon as you notice bad sectors appearing on a modern drive, it's time to replace it. This is because modern drives already use spare sectors to replace failing data areas transparently, and when that no longer can be done because all of the spares have been used, the drive is likely to die shortly thereafter. RAID-5 provides protection against a single-drive failure, but once errors are seen, the RAID-volume is operating in degraded mode which involves a significant performance penalty and you no longer have any protection against data loss-- if you have a problem with another disk in the meantime before the failing drive gets replaced, you're probably going to lose the entire RAID volume and all data on it. > I have three questions: > 1: what's up with gvinum RAID 5? Does it crash randomly? Is it > considered stable? Will it lose data? Gvinum isn't supposed to crash randomly, and it reasonably stable, but it doesn't seen to be as reliable as either a hardware RAID setup or the older vinum from FreeBSD-4 and earlier. As for losing data, see above. > 2: am I using a SATA controller that has serious problems or something > like that? In other words, is this actually gvinum's fault? If you had a failing drive, that's not gvinum's fault. gvinum is supposed to handle a single-drive failure, but it's not clear what actually went wrong...log messages or dmesg output might be useful. > 3: would I be better off using a different RAID 5 system on another OS? Changing OSes won't make much difference; using hardware to implement the RAID might be an improvement, rather than using gvinum's software RAID. Of course, you'd have to adjust your config to fit within your hardware controller's capabilities. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 13:56: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 E72CB16A4E2 for ; Thu, 6 Jul 2006 13:56:17 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4993343D45 for ; Thu, 6 Jul 2006 13:56:15 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from [172.24.241.8] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.13.7/8.13.7) with ESMTP id k66DuAbI019944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 6 Jul 2006 06:56:13 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <44AD1674.7000808@enabled.com> Date: Thu, 06 Jul 2006 06:56:04 -0700 From: Noah User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: moving rdiff-backup data between servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 13:56:18 -0000 Hi there, is there a recommended way of moving rdiff-backup data between servers? Web links or anything else out there? Cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 14:39: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 3C9CD16A4DD for ; Thu, 6 Jul 2006 14:39:43 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F4A43D46 for ; Thu, 6 Jul 2006 14:39:42 +0000 (GMT) (envelope-from jahnke@sonatabio.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id k66DdRqg021260 for ; Thu, 6 Jul 2006 06:39:27 -0700 From: Frank Jahnke To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Thu, 06 Jul 2006 07:38:38 -0700 Message-Id: <1152196718.880.44.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Subject: Passing Parameters from BSD to Linux and Back X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 14:39:43 -0000 I use a few Linux programs on FreeBSD, and sometimes they invoke other programs that use command line options. I have never been able to get this parameter passing to work. For example, PDF files read by Acroread can contain links to a web browser or an email program; these are often invoked as "program-name %s" in the set-up file. VMware does the same with invoking a browser from defaults set in a config file. I am able to get the appropriate program to open, but the parameters are never passed. I have tried many, many schemes to quote or escape the command and its options, but never have any of these worked. Any suggestions on how I might do this would be most appreciated! Frank From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 15:00: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 9B2DE16A4DA for ; Thu, 6 Jul 2006 15:00:18 +0000 (UTC) (envelope-from gayn.winters@bristolsystems.com) Received: from fed1rmmtao05.cox.net (fed1rmmtao05.cox.net [68.230.241.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E5A43D46 for ; Thu, 6 Jul 2006 15:00:15 +0000 (GMT) (envelope-from gayn.winters@bristolsystems.com) Received: from workdog ([68.5.182.86]) by fed1rmmtao05.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060706150013.KVQG12909.fed1rmmtao05.cox.net@workdog>; Thu, 6 Jul 2006 11:00:13 -0400 From: "Gayn Winters" To: "'Norberto Meijome'" , "'Lee Capps'" Date: Thu, 6 Jul 2006 07:58:05 -0700 Organization: Bristol Systems Inc. Message-ID: <11f501c6a10c$9956f450$6501a8c0@workdog> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: <20060706225329.265d288b@localhost> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Importance: Normal Cc: freebsd-questions@freebsd.org Subject: RE: FreeBSD for kids... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gayn.winters@bristolsystems.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 15:00:18 -0000 > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Norberto Meijome > Sent: Thursday, July 06, 2006 5:53 AM > To: Lee Capps > Cc: freebsd-questions@freebsd.org > Subject: Re: FreeBSD for kids... > > > On Thu, 6 Jul 2006 07:09:24 -0400 > Lee Capps wrote: > > > Would be neat if someone came up with a meta-port (like > > instant-workstation) to do this all at once. > > yup. or even a freesbie cd to drop into a computer and > "sanitize" it with > useful kiddie stuff :) time to learn how to modify freesbie > (and upgrade it to > 6.x too... ) > > ah, the fun of OSS :D > > cheers, > Beto Would PC-BSD meet your needs? www.pcbsd.org -gayn Bristol Systems Inc. 714/532-6776 www.bristolsystems.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 15:08: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 217FC16A4DD for ; Thu, 6 Jul 2006 15:08:04 +0000 (UTC) (envelope-from paulh@bdug.org.au) Received: from mail.bdug.org.au (mail.bdug.org.au [202.72.170.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6828143D49 for ; Thu, 6 Jul 2006 15:08:02 +0000 (GMT) (envelope-from paulh@bdug.org.au) Received: from localhost (localhost.bdug.org.au [127.0.0.1]) by mail.bdug.org.au (Postfix) with ESMTP id 2D07E3C for ; Thu, 6 Jul 2006 23:07:58 +0800 (WST) X-Virus-Scanned: amavisd-new at bdug.org.au Received: from mail.bdug.org.au ([127.0.0.1]) by localhost (ant.bdug.org.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id truT-X70Wtvb for ; Thu, 6 Jul 2006 23:07:56 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id 13EBA35 for ; Thu, 6 Jul 2006 23:07:56 +0800 (WST) From: "Paul Hamilton" To: Date: Thu, 6 Jul 2006 23:10:15 +0800 Message-ID: <032f01c6a10e$494e4c40$6600a8c0@w2k2> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: using fping to monitor internet connection status X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 15:08:04 -0000 Hi, =20 I need to monitor a number of IP addresses, so that if they ALL go down = (say three IP's), then that is a pretty good indication that my server has = lost internet connectivity. The most probable cause is usually the ADSL = router, and therefore needs a reboot. I was hoping to use the 'fping' program, = but looking through the man file, there doesn't seem to be an exit status on loosing ALL the pings. =20 If one goes down, I don't care, maybe that server is down, so keep = pinging the other two etc. =20 I was hoping to write this in Perl (the first fping example looked ok, = until I realised that it would activate when any one IP address became unreachable, which means that I am still connected to the Internet). =20 Any idea's on a ping tool or simple script? =20 =20 =20 Regards, =20 Paul Hamilton Busselton, 6280 Australia =20 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 15:19: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 E088616A4E2 for ; Thu, 6 Jul 2006 15:19:29 +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 0C7C243D53 for ; Thu, 6 Jul 2006 15:19:28 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 26452 invoked from network); 7 Jul 2006 01:19:27 +1000 Received: from 203-158-48-77.dyn.iinet.net.au (HELO localhost) (203.158.48.77) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 7 Jul 2006 01:19:27 +1000 Date: Fri, 7 Jul 2006 01:19:23 +1000 From: Norberto Meijome To: Message-ID: <20060707011923.36fb89f7@localhost> In-Reply-To: <11f501c6a10c$9956f450$6501a8c0@workdog> References: <20060706225329.265d288b@localhost> <11f501c6a10c$9956f450$6501a8c0@workdog> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, 'Lee Capps' Subject: Re: FreeBSD for kids... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 15:19:30 -0000 On Thu, 6 Jul 2006 07:58:05 -0700 "Gayn Winters" wrote: > Would PC-BSD meet your needs? www.pcbsd.org I don't see why not - thx for the reminder :) From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 15:20: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 543C316A4E1 for ; Thu, 6 Jul 2006 15:20:16 +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 6244043D7D for ; Thu, 6 Jul 2006 15:20:05 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.141] (helo=anti-virus02-08) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1FyVe6-0001lu-3k; Thu, 06 Jul 2006 16:20:02 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out2.blueyonder.co.uk with esmtp (Exim 4.52) id 1FyVe1-00005U-Cx; Thu, 06 Jul 2006 16:19:57 +0100 Message-ID: <44AD2A1C.3010405@dial.pipex.com> Date: Thu, 06 Jul 2006 16:19:56 +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: Paul Hamilton References: <032f01c6a10e$494e4c40$6600a8c0@w2k2> In-Reply-To: <032f01c6a10e$494e4c40$6600a8c0@w2k2> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: using fping to monitor internet connection status X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 15:20:16 -0000 Paul Hamilton wrote: >Hi, > >I need to monitor a number of IP addresses, so that if they ALL go down (say >three IP's), then that is a pretty good indication that my server has lost >internet connectivity. The most probable cause is usually the ADSL router, >and therefore needs a reboot. I was hoping to use the 'fping' program, but >looking through the man file, there doesn't seem to be an exit status on >loosing ALL the pings. > >If one goes down, I don't care, maybe that server is down, so keep pinging >the other two etc. > >I was hoping to write this in Perl (the first fping example looked ok, until >I realised that it would activate when any one IP address became >unreachable, which means that I am still connected to the Internet). > >Any idea's on a ping tool or simple script? > > Pseudo code for perl or sh or pretty much any language that can run commands and determine exit staus: Set a variable to 0 For each server ping server and if it fails increment variable End foreach If variable == number of servers then all pings failed. Variable contains number of unsuccessfully pinged servers. Or Set a variable to 0 For each server ping server and if succeeds, increment variable End foreach If variable == 0 then all pings failed. Variable contains number of successfully pinged servers. From sh "ping -c 1 -q host > /dev/null 2>&1" will ping host and set status with no actual output. Never heard of fping. --Alex From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 15:25: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 9A3AF16A4DF; Thu, 6 Jul 2006 15:25:28 +0000 (UTC) (envelope-from ahebert@pubnix.net) Received: from mail.pubnix.net (Mail.pubnix.net [192.172.250.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E87E343D55; Thu, 6 Jul 2006 15:25:27 +0000 (GMT) (envelope-from ahebert@pubnix.net) Received: from [10.0.1.2] (aal.pubnix.net [64.235.216.13]) (authenticated bits=0) by mail.pubnix.net (8.13.6/8.13.6) with ESMTP id k66FPP5F002963; Thu, 6 Jul 2006 11:25:26 -0400 (EDT) (envelope-from ahebert@pubnix.net) Message-ID: <44AD2B65.9080407@pubnix.net> Date: Thu, 06 Jul 2006 11:25:25 -0400 From: Alain Hebert Organization: PubNIX, Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20060514 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> In-Reply-To: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, freebsd-performance@freebsd.org, freebsd-questions@freebsd.org Subject: Re: SATA300 Controllers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ahebert@pubnix.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 15:25:28 -0000 Hi, I've been having the same issues. The conclusion of my testing is that type of card (aka Adaptec 1210SA, Promise PDC2* ) are not stable, reliable, performant. (For my taste btw) The underlying technology is just mickey mouse: They store the config on drive (ok); They dont accelerate mirror that much. (mirror function in driver); If you loose a drive your filesystem jam (since the mirror function is in the driver); You have to rebuilt via the bios (long downtime). The best card are the 3ware 9000/9500 series. Which is a real hard implementation. FYI: I have both success with Marvell 88SX5041 SATA150 and Promise PDC20378 SATA150. I had major failure under load with Adaptec 1210SA and Promise TX2300. Good luck. Derrick T. Woolworth wrote: > Hello all, > > Sorry for cross-posting, but these issues seem relevant for lists... > > Has anyone had success with SATA300 controllers with FreeBSD 6.1? > I've been > trying Promise and nVidia nForce4 and I'm not having any luck. Using > a MSI > K8NGM2-L motherboard and others, but 6.1's installation hangs as soon > as it > sees ad4. I've also tried using an Adaptec 1210SA controller and had > zero > results. I've read that the chipset on this controller is not very > good - > forces serialized access to the controller's channels??? > Nevertheless, I've > got a K8N Diamond motherboard on a workstation and I was able to at least > "start" the 6.1 installation. I have no idea if its stable. At this > point, > I'd settle for just knowing "which" SATA300 controller to use that > will work > successfully and "well" with FreeBSD 6.0 OR 6.1. Another question, > would I > have more success installing 6.0 and then upgrading the kernel and > recompiling with a build-world? > > I'm currently trying to build a moderate large system with 4 presentation > servers, 2 database servers and one large storage system using NFS > mapped to > ~1.2 terrabyte of SATA disks (4x Maxtor 500GB 7200 RPM disks w/RAID5 > config). Any suggestions? > > Thanks, > > Derrick > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org" > -- Alain Hebert ahebert@pubnix.net PubNIX Inc. P.O. Box 175 Beaconsfield, Quebec H9W 5T7 tel 514-990-5911 http://www.pubnix.net fax 514-990-9443 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 15:32: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 5AC8816A4DE for ; Thu, 6 Jul 2006 15:32:17 +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 085A943D6A for ; Thu, 6 Jul 2006 15:32:16 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from [172.26.2.238] ([172.26.2.238]) by mail.scls.lib.wi.us (8.13.1/8.13.1) with ESMTP id k66FWBmg080987; Thu, 6 Jul 2006 10:32:11 -0500 (CDT) (envelope-from nalists@scls.lib.wi.us) Message-ID: <44AD2CFB.1000606@scls.lib.wi.us> Date: Thu, 06 Jul 2006 10:32:11 -0500 From: Greg Barniskis User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Paul Hamilton References: <032f01c6a10e$494e4c40$6600a8c0@w2k2> In-Reply-To: <032f01c6a10e$494e4c40$6600a8c0@w2k2> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: using fping to monitor internet connection status X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 15:32:17 -0000 Paul Hamilton wrote: > Hi, > > I need to monitor a number of IP addresses, so that if they ALL go down (say > three IP's), then that is a pretty good indication that my server has lost > internet connectivity. [snip] > Any idea's on a ping tool or simple script? Your test would be a little simpler if you just test one IP address: your ISP's upstream router. Its reachability is quite definitive re: whether your ISP link is up or down. Even it it's assigned dynamically by DHCP, you should be able to write a script that pulls that IP, pings it a few times, and checks the result. No special tools necessarily required. -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 15:39: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 8D9C016A4E1 for ; Thu, 6 Jul 2006 15:39:00 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF86B43D46 for ; Thu, 6 Jul 2006 15:38:59 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so344206uge for ; Thu, 06 Jul 2006 08:38:58 -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=XXCLWP25mM2xuWeWV68G96zLPs0FYhI8LrHFpw6NLXybbBpx69gVaSrIxT2DjCveO/29US7a6gjtvQsCimDPxLtxRoviy4pX5khcktk1fFp7LyHUF6THVDnOmkrS1Bjnw3tLCNV0WX/BAgRE4EuJR9uOmL0ofZ58kBGadi2YLqY= Received: by 10.67.19.13 with SMTP id w13mr865655ugi; Thu, 06 Jul 2006 08:38:58 -0700 (PDT) Received: by 10.67.23.8 with HTTP; Thu, 6 Jul 2006 08:38:58 -0700 (PDT) Message-ID: Date: Thu, 6 Jul 2006 17:38:58 +0200 From: "Pietro Cerutti" To: "Paul Hamilton" , "freebsd questions" In-Reply-To: <032f01c6a10e$494e4c40$6600a8c0@w2k2> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <032f01c6a10e$494e4c40$6600a8c0@w2k2> Cc: Subject: Re: using fping to monitor internet connection status X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 15:39:00 -0000 On 7/6/06, Paul Hamilton wrote: > Hi, Hallo, > > I need to monitor a number of IP addresses, so that if they ALL go down (say > three IP's), then that is a pretty good indication that my server has lost > internet connectivity. [snip] > Any idea's on a ping tool or simple script? #!/bin/sh err=2 # Ping return value on error ping -c1 host1 > /dev/null 2>&1 host1=$? ping -c1 host2 > /dev/null 2>&1 host2=$? ping -c3 host3 > /dev/null 2>&1 host3=$? if [ $host1 -gt $err -a $host2 -gt $err -a $host3 -gt $err ]; then echo "Network is down..." fi Could surely be refined, but it works ;-) > Regards, > > Paul Hamilton > Busselton, 6280 > Australia > Regards, -- 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 Thu Jul 6 15: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 189C416A4E2 for ; Thu, 6 Jul 2006 15:42:57 +0000 (UTC) (envelope-from didier@tickell.co.uk) Received: from smtp1.global.net.uk (smtp1.global.net.uk [80.189.94.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id B86CF43D45 for ; Thu, 6 Jul 2006 15:42:55 +0000 (GMT) (envelope-from didier@tickell.co.uk) Received: from 24.186.adsl.brightview.com ([80.189.186.24] helo=[192.168.1.3]) by smtp1.global.net.uk with esmtp (Exim 4.42) id 1FyW0E-000GKa-N5 for freebsd-questions@FreeBSD.org; Thu, 06 Jul 2006 16:42:54 +0100 Mime-Version: 1.0 (Apple Message framework v623) Content-Transfer-Encoding: 7bit Message-Id: <1cbf90c73f8cb20774da1e4453695227@tickell.co.uk> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@FreeBSD.org From: Didier Tickell Date: Thu, 6 Jul 2006 16:46:15 +0100 X-Mailer: Apple Mail (2.623) Authenticated-Sender: Cc: Subject: newfs_msdos - is their an equivalent app with GUI ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 15:42:57 -0000 Hi I'm so un-terminal savy - Is there an app with a GUI that does FAT formatting on macs, like the newfs_msdos command you made ? Thanks for your time frustrated person... d From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 15: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 A657C16A4E1 for ; Thu, 6 Jul 2006 15:49:43 +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 1274C43D64 for ; Thu, 6 Jul 2006 15:49:36 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k66FnKM6017458 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 6 Jul 2006 18:49:21 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k66FnDtE038706; Thu, 6 Jul 2006 18:49:15 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k66FnCU5038705; Thu, 6 Jul 2006 18:49:12 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 6 Jul 2006 18:49:12 +0300 From: Giorgos Keramidas To: Didier Tickell Message-ID: <20060706154912.GA38680@gothmog.pc> References: <1cbf90c73f8cb20774da1e4453695227@tickell.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1cbf90c73f8cb20774da1e4453695227@tickell.co.uk> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.611, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.79, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: newfs_msdos - is their an equivalent app with GUI ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 15:49:43 -0000 On 2006-07-06 16:46, Didier Tickell wrote: > Hi > > I'm so un-terminal savy - Is there an app with a GUI that does FAT > formatting on macs, like the newfs_msdos command you made ? > > Thanks for your time > frustrated person... The solution to this problem is not, of course, to start slapping GUI wrappers around newfs_msdos, but to read about newfs_msdos and become acquainted with its options. You don't *have* to be ``un-terminal savy'', whatever that means. Have you tried firing up a terminal, and typing: % man newfs_msdos The manpages are a huge wealth of information, and there are so many tools that have neat command-line options that it would be a terrible waste to miss them all because you didn't check the manpages :) From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 15:53: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 1380D16A4DE for ; Thu, 6 Jul 2006 15:53:43 +0000 (UTC) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6536543D46 for ; Thu, 6 Jul 2006 15:53:42 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Thu, 06 Jul 2006 17:53:40 +0200 id 00039816.44AD3204.00001E7C Date: Thu, 6 Jul 2006 17:53:40 +0200 To: freebsd-questions Message-ID: <20060706155340.GA7731@lothlorien.nagual.st> References: <20060705073724.GC29631@lothlorien.nagual.st> <004301c6a0bd$0d36dc00$3c01a8c0@coolf89ea26645> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <004301c6a0bd$0d36dc00$3c01a8c0@coolf89ea26645> User-Agent: Mutt/1.4.2.1i From: dick hoogendijk Subject: Re: HP Officejet Printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 15:53:43 -0000 On 05 Jul Ted Mittelstaedt wrote: > > http://www.linuxprinting.org/show_printer.cgi?recnum=HP-OfficeJet_4300 > > "...these printers are supported by the "hpijs" driver beginning from > version 1.3. The driver supports resolutions only up to 600 dpi, head > alignment settings stored in the printer are not made use of, so use a > one-cartridge (CMY) printing mode in case of mis-alignments...." > > "perfectly"? > ----- Original Message ----- > From: "dick hoogendijk" > > This printer works perfectly with apsfilter. The latter does /not/ > > need cups (luckely imho) but works very well with the standard unix > > lpd. OK, the definition for perfectly does not agree with my statement. Otoh, my laserjet uses 600dpi and that is (for normal use) quite good. If I need higher qualities I use a printshop. As I understood the OP is a home user and in that sence 600dpi is ok. As for the heads: you have a point there. I could live with that and would buy a one-head-cartridge though;-) And, most importantly (to me), NO cups ;-) -- dick -- http://nagual.nl/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.1 +++ The Power to Serve From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 15:59: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 D643816A4E6 for ; Thu, 6 Jul 2006 15:59:25 +0000 (UTC) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA8F43D49 for ; Thu, 6 Jul 2006 15:59:24 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Thu, 06 Jul 2006 17:59:24 +0200 id 00039816.44AD335C.00001ED0 Date: Thu, 6 Jul 2006 17:59:24 +0200 To: freebsd-questions Message-ID: <20060706155924.GB7731@lothlorien.nagual.st> References: <20060706111154.GB1282@copernic.kti.ae.poznan.pl> <966BB28D-B69A-410E-9A65-CC8652A7CD20@brooknet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <966BB28D-B69A-410E-9A65-CC8652A7CD20@brooknet.com.au> User-Agent: Mutt/1.4.2.1i From: dick hoogendijk Subject: Re: Conflict between avahi and howl/mDNSResponder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 15:59:25 -0000 > Currently, avahi conflicts with howl/mDNSResponder. > The current conflict has the following consequence: I cannot update the > applications that depend on avahi because avahi cannot be updated. This issue was solved quite some time ago. The agreement still stands as I remember. -- dick -- http://nagual.nl/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.1 +++ The Power to Serve From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 16:10: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 DD97616A4DF for ; Thu, 6 Jul 2006 16:10:54 +0000 (UTC) (envelope-from sms.gateway@saude.gov.br) Received: from DTR2007.saude.gov.br (trtymx.saude.gov.br [200.214.130.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F83443D45 for ; Thu, 6 Jul 2006 16:10:52 +0000 (GMT) (envelope-from sms.gateway@saude.gov.br) Received: from localhost (unknown [127.0.0.1]) by DTR2007.saude.gov.br (Symantec Mail Security) with ESMTP id 86E0E3BC00E for ; Thu, 6 Jul 2006 12:45:47 -0300 (BRT) From: sms.gateway@saude.gov.br To: freebsd-questions@freebsd.org Date: Thu, 06 Jul 2006 13:10:17 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Message-Id: <20060706154547.6879E69C002@DTR2007.saude.gov.br> X-Brightmail-Tracker: AAAAAA== Subject: =?utf-8?q?E-Mail_bloqueado_por_seguran=C3=A7a?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 16:10:54 -0000 SMSGateway A Política de Proteção contra Vírus e Spam´s do Ministério da Saúde bloqueou e substituiu este e-mail. Foram detectadas as seguintes violações: Connection From: 200.214.130.50 From: freebsd-questions@freebsd.org To: cristiano.sa@saude.gov.br Date: Thu, 06 Jul 2006 13:10:16 -0300 Subject: robos! --- Scan information follows --- Virus Name: W32.Netsky.AD@mm File Attachment: LINUSTOR.zip Attachment Status: deleted --- File name Block information follows --- File Attachment: LINUSTOR.zip Matching file name: Message is considered to be a mass-mailer. The message was dropped. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 16:41: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 7E3A116A4E1 for ; Thu, 6 Jul 2006 16:41:07 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B48943D49 for ; Thu, 6 Jul 2006 16:41:06 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k66Gdrnx056481; Thu, 6 Jul 2006 11:40:18 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <44AD3CCE.2070709@daleco.biz> Date: Thu, 06 Jul 2006 11:39:42 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.4) Gecko/20060623 SeaMonkey/1.0.2 MIME-Version: 1.0 To: Didier Tickell References: <1cbf90c73f8cb20774da1e4453695227@tickell.co.uk> In-Reply-To: <1cbf90c73f8cb20774da1e4453695227@tickell.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: newfs_msdos - is their an equivalent app with GUI ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 16:41:07 -0000 Didier Tickell wrote: > Hi > > I'm so un-terminal savy - Is there > an app with a GUI that does FAT formatting > on macs, like the newfs_msdos command you made ? > > Thanks for your time > > frustrated person... > d If this is on a Mac, have you tried the Mac lists/forums? There's a chance you'll get an answer from someone who uses both Macs and FreeBSD, but it's no so likely to happen as, say, you getting a lot of "RTFM" pointers. ;-) Kevin Kinsey FreeBSD User -- Hard work may not kill you, but why take the chance? From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 17:06: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 06C7D16A4DA for ; Thu, 6 Jul 2006 17:06:20 +0000 (UTC) (envelope-from mike@ascendency.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.200.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9041E43D45 for ; Thu, 6 Jul 2006 17:06:19 +0000 (GMT) (envelope-from mike@ascendency.net) Received: from eisenhower.ascendency.net ([67.173.128.145]) by comcast.net (sccrmhc13) with ESMTP id <2006070617061801300k28gie>; Thu, 6 Jul 2006 17:06:18 +0000 Received: from Mike8500 ([192.168.1.5]) (authenticated bits=0) by eisenhower.ascendency.net (8.13.6/8.13.6) with ESMTP id k66H6DWa018422 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Thu, 6 Jul 2006 12:06:14 -0500 (CDT) (envelope-from mike@ascendency.net) From: "Mike Loiterman" To: Date: Thu, 6 Jul 2006 12:06:13 -0500 Message-ID: <001601c6a11e$7c9295b0$0501a8c0@Mike8500> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcahHnwKwlArdQjORWucHxjTSPSblw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (eisenhower.ascendency.net [192.168.1.22]); Thu, 06 Jul 2006 12:06:16 -0500 (CDT) Subject: php5-extentsions broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mike@ascendency.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 17:06:20 -0000 After installing the php5-extensions port, I get lots of the following errors when trying to start Apache: PHP Warning: PHP Startup: U\x89\xe5WVS\x83\xec\x14\xe8: Unable to initialize module\nModule compiled with module API=20020429, debug=0, thread-safety=0\nPHP compiled with module API=20050922, debug=0, thread-safety=0\nThese options need to match\n in Unknown on line 0 Apache and php are working fine - I can get to the phpinfo page without problems. Its just that the extensions aren't being found for somereason. I have treid adding their location to the extensions_dir directive in php.ini with no luck. I have done a portupgrade rRfo lang/php5 php5 which should upgrade everything related to php5 and it does, but somehow the extension are not being found. Any ideas? ------------------------------ Mike Loiterman GrantAdler Tel: 630-302-4944 Fax: 773-442-0992 Email: mike@ascendency.net PGP Key: 0xD1B9D18E From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 17:54: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 DE3D416A4DA for ; Thu, 6 Jul 2006 17:54:44 +0000 (UTC) (envelope-from perikillo@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 32C4943D45 for ; Thu, 6 Jul 2006 17:54:43 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so402394uge for ; Thu, 06 Jul 2006 10:54: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:content-transfer-encoding:content-disposition:references; b=dYPx7FnAvbqjeO3rYzbA6nt8+yarsT5fpT06MbA7jKAo81Jq5Ue4+3YBF7yf+fImGgYCvnfAKFa1R4R4oy96DvqSX4tXB10bizFYRZ5Wu6xnsBVA2lYta/TCzpaj5/jQEMG2oZMzKHrReteC4MO0rZ21JT9CmN62g/+68TQki7w= Received: by 10.78.157.15 with SMTP id f15mr302583hue; Thu, 06 Jul 2006 10:54:41 -0700 (PDT) Received: by 10.78.116.7 with HTTP; Thu, 6 Jul 2006 10:54:41 -0700 (PDT) Message-ID: <51d7a5160607061054g110e8461le214c628fedcaffa@mail.gmail.com> Date: Thu, 6 Jul 2006 10:54:41 -0700 From: perikillo To: freebsd-questions@freebsd.org In-Reply-To: <200607051112.06066.nvass@teledomenet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <51d7a5160607031749n24e8ebe1lfb6d34c2a37e3d10@mail.gmail.com> <200607041041.21582.nvass@teledomenet.gr> <51d7a5160607041601p2ef4da45r6aa2ae9a69d37911@mail.gmail.com> <200607051112.06066.nvass@teledomenet.gr> Subject: Re: Ports doubt, check network performance...? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 17:54:45 -0000 On 7/5/06, Nikos Vassiliadis wrote: > On Wednesday 05 July 2006 02:01, perikillo wrote: > > On 7/4/06, Nikos Vassiliadis wrote: > > > On Tuesday 04 July 2006 03:49, perikillo wrote: > > > > Hi people. > > > > > > > > I have some problems on my network, and i want to use my freebsd > > > > box to see if i can find the problems on my network, we have two > > > > networks in two countrys connected by a private link, but i have seen > > > > just a couple a weeks ago that we have some problems between both > > > > links, we are lossing packets if i ping some server on the other link, > > > > some times i get 36% of packets loss, is to but to much on bussines > > > > hours. > > > > > > 36% packet loss is very high, it will almost make TCP unusable. > > > ping is your tool. Use -s 500 to 1500 to simulate some-how real traffic > > > situation. I guess you have a point-to-point link between the two > > > offices, connected to a router? Do you administer these routers? Do know > > > your bandwidth utilization? Are you sure your link is OK? check this with > > > your service provider. > > > > > > Either you link is bad or you use all your available bandwidth. > > > > > > > I want to use my freebsd box running 6.0 but just want to know if > > > > some one could recomend me wich ports to check to see if i can find > > > > wich device is causing this problem. > > > > > > FreeBSD can not help you much with this. Unless FreeBSD is the router > > > in question. Or you could pass all traffic from a FreeBSD box in order to > > > know what's going on. something like this > > > > > > central-switch------FBSD------router-1=====router-2 > > > [--------------------LAN--------------------] [-----WAN-----] > > > > No i dont administer those routers, i need to check if the problem > > is our network or the ISP link, and yes is Point To Point link and > > talk with the guys that setup that router, but im thinking in put a > > freebsd box between our lan and the router and sniff all the traffic > > and see whats is happening but wich port to use...? > > ntop can show how much bandwidth is used by whom > There are many available and I'm not sure ntop is the > best choice. There is pfSense which is a FreeBSD based > live-CD for router-like installations. pfSense has ntop > package. it won't hurt trying it out. > > > , thanks all for > > your help. > > > > Ethereal is for read packets but can he check wich one device is > > causing problems..? > > device causing problems? Do you mean computer using > a lot of bandwidth? You can check this with ntop(and a thousand > others I guess, use google) > Well to find how is causing my loss of packets, iam using ntop right now and ethereal, i try to find out who is causing the lost of packets, any recomendations...? Thanks for your time!!! From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 18:16: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 8012116A4DF for ; Thu, 6 Jul 2006 18:16:17 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C34E43D46 for ; Thu, 6 Jul 2006 18:16:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6776 invoked from network); 6 Jul 2006 18:16:14 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Jul 2006 18:16:14 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 3D2B628449; Thu, 6 Jul 2006 14:16:13 -0400 (EDT) To: Charles Howse References: <6B2BAB0B-0750-46C4-A5B0-D025019CE6FE@charter.net> From: Lowell Gilbert Date: Thu, 06 Jul 2006 14:16:13 -0400 In-Reply-To: <6B2BAB0B-0750-46C4-A5B0-D025019CE6FE@charter.net> (Charles Howse's message of "Tue, 4 Jul 2006 08:32:30 -0500") Message-ID: <44r70y61le.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: ports/packages (sysinstall and dependencies) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:16:17 -0000 Charles Howse writes: > Hi, > 6.1-RELEASE-p2 > I recently used sysinstall to install cups-1.1.23 via packages/ftp/ > Main Site. > That adds ghostscript-gnu and xorg-libraries as dependencies. > > That's not what I wanted, I don't use a gui, so I selected > ghostscript-gnu-no-X11. > That didn't work, it installed ghostscript-gnu first and the no-X11 > install failed. > > Now I'm stuck with xorg-libraries, which I don't need nor want. > > Is there a way to install ghostscript-gnu-no-X11 and fix the cups > dependencies? > > What would have been the proper way to use sysinstall/packages or > pkg_add and get no-X11 instead of regular ghostscript-gnu? I'm not sure I'm understanding your situation properly, but packages really work best if you are willing to live with whatever the default options are. If you want to tune the installation for your environment, the ports system will do so a lot easier than autofetched packages. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 18:18: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 0CFE216A4E6 for ; Thu, 6 Jul 2006 18:18:23 +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 4A39A43D53 for ; Thu, 6 Jul 2006 18:18:19 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 9325 invoked from network); 6 Jul 2006 18:18:18 -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 ; 6 Jul 2006 18:18:18 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2D20228449; Thu, 6 Jul 2006 14:18:18 -0400 (EDT) To: Goran Sabo References: <200674201456.852753@HP-XW6000> From: Lowell Gilbert Date: Thu, 06 Jul 2006 14:18:18 -0400 In-Reply-To: <200674201456.852753@HP-XW6000> (Goran Sabo's message of "Tue, 4 Jul 2006 20:14:56 +0200") Message-ID: <44mzbm61hx.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: freebsd help 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, 06 Jul 2006 18:18:23 -0000 Goran Sabo writes: > Hi! > > I have c:/ (no partition) with Windows sistem, > > d:/ partition -> NTFS and unformated partition for second sistem -> > FreeBSD. > > When I put instalation CD and boot computer from cd freebsd I get > error masage BTX HALTED. Before this is "all" ok. Are you running an old version of FreeBSD? > Cant i have two sistems Window and FreeBSD? Sure you can. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 18:19: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 A311316A4DE for ; Thu, 6 Jul 2006 18:19:32 +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 5C5A543D64 for ; Thu, 6 Jul 2006 18:19:22 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 30008 invoked from network); 6 Jul 2006 18:19:22 -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 ; 6 Jul 2006 18:19:22 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id AF89128449; Thu, 6 Jul 2006 14:19:21 -0400 (EDT) To: yraffah@savola.com References: <1152017585.704.34.camel@redevil.savola.com> <447j2sqnu8.fsf@be-well.ilk.org> <1152109855.677.12.camel@redevil.savola.com> From: Lowell Gilbert Date: Thu, 06 Jul 2006 14:19:21 -0400 In-Reply-To: <1152109855.677.12.camel@redevil.savola.com> (Yousef Raffah's message of "Wed, 05 Jul 2006 17:30:55 +0300") Message-ID: <44irma61g6.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: Error: shared library "gtkglext-x11-1.0.2" does not exist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 18:19:32 -0000 Yousef Raffah writes: > On Wed, 2006-07-05 at 07:43 -0400, Lowell Gilbert wrote: >> Yousef Raffah writes: >> >> > Hi, >> > >> > I'm trying to install graphics/gnash with the firefox plugin but it >> > keeps on saying: >> > Error: shared library "gtkglext-x11-1.0.2" does not exist >> > >> > I tried to search the ports directory for gtkglext-x11 but I can't find >> > any >> >> $ grep glext /usr/ports/graphics/gnash/Makefile >> LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext >> $ > > Thank you very much for concerning my issue but I have reinstalled > x11-toolkits/gtkglext and graphics/gnash keeps on saying: > > /usr/ports/graphics/gnash ) > --__-- make install clean > ===> gnash-0.7.1 depends on executable: gmake - found > ===> gnash-0.7.1 depends on file: /usr/local/bin/sdl11-config - found > ===> gnash-0.7.1 depends on file: /usr/local/bin/intltool-extract - > found > ===> gnash-0.7.1 depends on executable: pkg-config - found > ===> gnash-0.7.1 depends on shared library: png.5 - found > ===> gnash-0.7.1 depends on shared library: jpeg.9 - found > ===> gnash-0.7.1 depends on shared library: ogg.5 - found > ===> gnash-0.7.1 depends on shared library: gtkglext-x11-1.0.2 - not > found > ===> Verifying install for gtkglext-x11-1.0.2 > in /usr/ports/x11-toolkits/gtkglext > ===> Returning to build of gnash-0.7.1 > Error: shared library "gtkglext-x11-1.0.2" does not exist > *** Error code 1 > > Stop in /usr/ports/graphics/gnash > > What do you think I can do about it? Update your ports. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 18:42: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 A953D16A4DE for ; Thu, 6 Jul 2006 18:42:11 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29ACD43D53 for ; Thu, 6 Jul 2006 18:42:11 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 6E22D605E; Thu, 6 Jul 2006 14:42:10 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U6kWGhLPNe4a; Thu, 6 Jul 2006 14:42:08 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-117-245.ny325.east.verizon.net [68.161.117.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id A67345C33; Thu, 6 Jul 2006 14:42:07 -0400 (EDT) Message-ID: <44AD5973.8070708@mac.com> Date: Thu, 06 Jul 2006 14:41:55 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: crs@swcp.com, freebsd-questions@freebsd.org References: <200607061808.k66I8RQL030509@sorsby.org> In-Reply-To: <200607061808.k66I8RQL030509@sorsby.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Question about ports builds X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 18:42:11 -0000 Charlie Sorsby wrote: >> Charlie Sorsby wrote: >> [ ... ] >>> PS It would be really helpful if each port/package at freebsd.org >>> had an indication whether it requires the latest and greatest >>> version of freeBSD. Put another way, it would be nice to know the >>> oldest version of freeBSD it will work with. Perhaps that could be >>> included in the "Requires" list on the page for the port/package. >> The people maintaining the ports attempt to support them on all of the active >> versions of FreeBSD, which means 4.10 or 4.11, 5.3 and later, 6.0 and later, >> and -CURRENT (what will become 7.0). > > I find it hard to believe that 4.10 and 4.11 are even considered > "active versions"; I can't find anything about either at the web > site. Try putting 4.11 into the search box on the freebsd.org home > page. 4.11 is a legacy version and will be supported through Jan 31, 2007: http://www.freebsd.org/security/ http://www.freebsd.org/releng/index.html 4.x is no longer recommended for a new installation. > Anyway, I'm afraid that I haven't had much luck with new versions > of ports relative to those distributed on the 4.11 CDROM and, in > fact, have had problems trying to install some of those. When I > installed 4.11, I did have sysinstall install /usr/ports. Frequently > trying even to install from that directory tree fails. You need to update your ports tree. Read the fine documentation: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html > My experience has been that trying to install ports on 4.11 > frequently produces complaints that it can't find some *4.11* > directory at freeBSD.org. If your ports tree comes from the original CD, you're trying to fetch old versions of the packages which have been updated since. >> Support for 4.x is going away soon, > > Are you sure it isn't already gone? Yes. >> however, and it will become more common for new ports to not >> work on 4.x as time passes. > > With each successive (major) version of freeBSD, it becomes less > and less like BSD and more and more "invented here." I suggest > that the "BSD" be dropped from the name of the operating system > currently being produced. You're welcome to your opinion, even if it smells like flamebait to me. >> For those ports that do not work with an older version like 4.x because of >> features added to more recent versions of the operating system, ports usually >> will indicate this in the Makefile. > > Are you saying that the only way to tell is to fetch the new > version of the port, unpack it, and read the Makefile? Nope. There's cvsweb access and sites like freshports.org... > I just looked in the Makefile for .../graphics/gphoto2 that I just > fetched from freeBSD.org -- specifically from: > > http://www.freebsd.org/cgi/ports.cgi?query=gphoto2&stype=all) > > I could find nothing about an OS version but it may just be that I > don't know specifically what to look for. > > In any event, build failed: > > Thursday, 6 Jul, 2006 -- 10:56:22 MDT > => gphoto2-2.2.0.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/gphoto/. > gphoto2-2.2.0.tar.bz2 530 kB 25 kBps > ===> Extracting for gphoto2-2.2.0 > => Checksum OK for gphoto2-2.2.0.tar.bz2. > ===> Patching for gphoto2-2.2.0 > -e: not found > *** Error code 127 > > Stop in /home/crs/Incoming/Ports/gphoto2. Supporting sed -e/REINPLACE_CMD happened somewhere around 4.8 or 4.9, so your version of the port Makefiles apparently predate this. Your ports infrastructure is rather non-standard and being so far out-of-date, isn't likely to work properly without being updated per the directions above, although you could always go your own way and compile the software for yourself... [ ... ] > Charlie > > PS Having used "real" BSD (4.[123], SunOS 4.1, etc), I wouldn't even > buy a PC until FreeBSD became available. Now I find that each > successive release of free"BSD" is less and less BSD and more and > more something else. That's why I'm still using 4.11 (and probably > will continue to do). I think the powers-that-be at freebsd.org > should seriously consider dropping the "BSD" part of the name. Yeah, you said that above, too. Feel free to use another operating system if you find something that suits you better.... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 18:49: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 1D1A816A4DF for ; Thu, 6 Jul 2006 18:49:39 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CEEC43D45 for ; Thu, 6 Jul 2006 18:49:38 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by wr-out-0506.google.com with SMTP id 58so1369495wri for ; Thu, 06 Jul 2006 11:49: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:references; b=qyd7SeKbZVbUkQh769nOKlKBb96KKrfpxAQEA8W3E8SF60uAgSMk1Ai3pRDkP9VZYLJ/cVUQPkX0WBiH2e1c9HhfVZAuiMZwOy6Ta+OrDBoxYlvLU79TXB3N9WmJqv4F4jttqy9aUn1yJE0ej+HTZqLWP0Nme2X81o/zjUdAdew= Received: by 10.54.138.7 with SMTP id l7mr801441wrd; Thu, 06 Jul 2006 11:49:37 -0700 (PDT) Received: by 10.54.122.11 with HTTP; Thu, 6 Jul 2006 11:49:37 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 02:49:37 +0800 From: "jan gestre" To: "Goran Sabo" In-Reply-To: <200674201456.852753@HP-XW6000> MIME-Version: 1.0 References: <200674201456.852753@HP-XW6000> 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 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, 06 Jul 2006 18:49:39 -0000 On 7/5/06, Goran Sabo wrote: > > > Hi! > > I have c:/ (no partition) with Windows sistem, > > d:/ partition -> NTFS and unformated partition for second sistem -> > FreeBSD. > > When I put instalation CD and boot computer from cd freebsd I get > error masage BTX HALTED. Before this is "all" ok. > > Cant i have two sistems Window and FreeBSD? > > > sure you can, just read the handbook regarding dual booting FreeBSD and Windoze. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 19:02: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 67CAD16A4DF for ; Thu, 6 Jul 2006 19:02:39 +0000 (UTC) (envelope-from freebsd-questions@voidcaptain.com) Received: from mx4.x15.net (mx4.x15.net [69.55.237.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB83C43D49 for ; Thu, 6 Jul 2006 19:02:36 +0000 (GMT) (envelope-from freebsd-questions@voidcaptain.com) Received: from j1.x15.net [63.196.213.76] by mx4.x15.net with ESMTP id 605291429X1FyZ7R0004s9Pu; Thu, 06 Jul 2006 19:02:33 +0000 Message-ID: <44AD5E2A.2030709@voidcaptain.com> Date: Thu, 06 Jul 2006 12:02:02 -0700 From: Pete Slagle MIME-Version: 1.0 To: Eric Schuele , freebsd-questions@freebsd.org References: <44AD5872.4050006@slagle.net> In-Reply-To: <44AD5872.4050006@slagle.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Sunbird native port does nothing? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 19:02:39 -0000 On March 2, 2006 Eric Schuele wrote: > Anyone using the deskutils/sunbird (not deskutils/linux-sunbird)? [...] > I did the normal "make install clean" in the appropriate dir (everything > went well). Running it for the first time, I see the process in top, > and it writes a bit to the console, but then exits. All subsequent > attempts to run it result in the following at the console: > > Starting calendar alarm service > error creating table cal_calendars -- probably already exists > error creating table cal_calendars_prefs -- probably already exists > observer added > observer removed > > and the process exits. All the above still seems to be the case, and I did not see a reply to the original post, hence this retry. A process is started /usr/X11R6/libexec/gconfd-2 32 with no apparent effect which sits around until killed. Anyone know how to make it do something useful? From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 19:04: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 387B516A4DD for ; Thu, 6 Jul 2006 19:04:02 +0000 (UTC) (envelope-from joe@netmusician.org) Received: from netmusician.org (netmusician.org [216.9.132.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D3A43D8E for ; Thu, 6 Jul 2006 19:03:35 +0000 (GMT) (envelope-from joe@netmusician.org) Received: from localhost (localhost [127.0.0.1]) by netmusician.org (Postfix) with ESMTP id AA5AA7E8C8; Thu, 6 Jul 2006 15:03:34 -0400 (EDT) X-Virus-Scanned: by amavisd-new at netmusician.org Received: from netmusician.org ([127.0.0.1]) by localhost (jauty.suso.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oVk3RaCwbr9a; Thu, 6 Jul 2006 15:03:34 -0400 (EDT) Received: from [156.56.12.213] (loony.uits.indiana.edu [156.56.12.213]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by netmusician.org (Postfix) with ESMTP id 065EA7E8C7; Thu, 6 Jul 2006 15:03:34 -0400 (EDT) In-Reply-To: <86lkr6j3oa.fsf@santinel.home.ua> References: <0896FE21-CF7C-425B-A8D9-BAF75063DD0B@netmusician.org> <86lkr6j3oa.fsf@santinel.home.ua> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-28--40767469" Message-Id: <5083A54F-3E0B-48FD-8AC7-9E24FE359A85@netmusician.org> From: Joe Auty Date: Thu, 6 Jul 2006 15:03:27 -0400 To: Andrey Slusar Content-Transfer-Encoding: 7bit X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Gpgmail-State: signed X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: portupgrade incompatible version of BDB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 19:04:02 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-28--40767469 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Jul 6, 2006, at 8:52 AM, Andrey Slusar wrote: > Thu, 6 Jul 2006 08:43:05 -0400, Joe Auty wrote: > >> As of the latest portupgrade upgrade I'm getting the following error >> message when I try to invoke and of the portupgrade scripts: > >> # pkgdb -F >> /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd5/bdb.so: >> (NotImplementedError) >> BDB needs compatible versions of libdb & db.h >> you have db.h version 4.1.25 and libdb version 4.3.29 >> from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:152:in >> `set_db_driver' >> from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:81:in `setup' >> from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:76:in >> `initialize' >> from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:5:in `new' >> from /usr/local/lib/ruby/1.8/singleton.rb:95:in `instance' >> from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:206:in >> `init_pkgtools_global' >> from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:1155 >> from /usr/local/sbin/pkgdb:36 > > >> I've tried deleting db43, and while this changed the error message, >> I'm still having problems. Before I start randomly deinstalling and/ >> or reinstalling anything this, is there a smart way to fix this >> problem? > > Solution for fix this error described in ports/UPDATING file. Read > this! Hmmmm... I should definitely be sure to read this file *after* doing a portsnap update. I've gotten portupgrade working again with the BDB 1.x backend. What do I need to if I want to move to the 2.x backend without running into the error message listed above? I tried deleting the .db files prior to the upgrade as instructed in UPDATING, but this didn't seem to do the trick. Thanks for your help! At least I have a working portupgrade now =) ----------- Joe Auty NetMusician: web publishing software for musicians http://www.netmusician.org joe@netmusician.org --Apple-Mail-28--40767469 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFErV6ACgdfeCwsL5ERAm3hAJ9rgN7RuKp4RcXFmufocVDkpwcVUwCfT0u3 u8wgkU74BylWBgmGdHh/y/k= =bIDB -----END PGP SIGNATURE----- --Apple-Mail-28--40767469-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 19:10: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 7AC9A16A4DD for ; Thu, 6 Jul 2006 19:10:40 +0000 (UTC) (envelope-from buhnux@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 D530C43D45 for ; Thu, 6 Jul 2006 19:10:39 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id i75so118396pye for ; Thu, 06 Jul 2006 12:10:39 -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=B2die6bqOnxuXdM7BacpMjssQAcdJvi6sDJehIYyhLjptMpekypU/Dge0WOxsgy9bPUZHoOwkjf51sJr8RQ9gOJ9jw8xLAGvapRc2shCEhwMAJQoKVADvTipFMox84itGc+WK34/rvSLzaZjeqU0yQBDvtPfmk2+DfhcB47jG8w= Received: by 10.35.110.13 with SMTP id n13mr1272848pym; Thu, 06 Jul 2006 12:10:39 -0700 (PDT) Received: by 10.35.87.9 with HTTP; Thu, 6 Jul 2006 12:10:39 -0700 (PDT) Message-ID: Date: Thu, 6 Jul 2006 19:10:39 +0000 From: "michael johnson" Sender: buhnux@gmail.com To: "Pete Slagle" In-Reply-To: <44AD5E2A.2030709@voidcaptain.com> MIME-Version: 1.0 References: <44AD5872.4050006@slagle.net> <44AD5E2A.2030709@voidcaptain.com> X-Google-Sender-Auth: a7a8d5bec6f1fd6d 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, Eric Schuele Subject: Re: Sunbird native port does nothing? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 19:10:40 -0000 On 7/6/06, Pete Slagle wrote: > > On March 2, 2006 Eric Schuele wrote: > > > Anyone using the deskutils/sunbird (not deskutils/linux-sunbird)? > > [...] > > > I did the normal "make install clean" in the appropriate dir (everything > > went well). Running it for the first time, I see the process in top, > > and it writes a bit to the console, but then exits. All subsequent > > attempts to run it result in the following at the console: > > > > Starting calendar alarm service > > error creating table cal_calendars -- probably already exists > > error creating table cal_calendars_prefs -- probably already exists > > observer added > > observer removed > > > > and the process exits. > > > All the above still seems to be the case, and I did not see a reply to > the original post, hence this retry. > > A process is started > > /usr/X11R6/libexec/gconfd-2 32 > > with no apparent effect which sits around until killed. > > Anyone know how to make it do something useful? > We probably need to add a pkg-message to sunbird. The version of sunbird in ports has some chrome problems and you must run sunbird as root once before it will run as normal user. Hopefully sunbird will have another release soon with a fix. Michael _______________________________________________ > 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 Jul 6 19:24: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 8EAC816A4E1 for ; Thu, 6 Jul 2006 19:24:26 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from rwcrmhc15.comcast.net (rwcrmhc15.comcast.net [204.127.192.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B227143D55 for ; Thu, 6 Jul 2006 19:24:25 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com?[208.206.151.59]) by comcast.net (rwcrmhc15) with ESMTP id <20060706191913m15003qia5e>; Thu, 6 Jul 2006 19:19:23 +0000 Message-ID: <44AD6230.5090603@computer.org> Date: Thu, 06 Jul 2006 14:19:12 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: Pete Slagle References: <44AD5872.4050006@slagle.net> <44AD5E2A.2030709@voidcaptain.com> In-Reply-To: <44AD5E2A.2030709@voidcaptain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Sunbird native port does nothing? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 19:24:26 -0000 On 07/06/2006 14:02, Pete Slagle wrote: > On March 2, 2006 Eric Schuele wrote: > >> Anyone using the deskutils/sunbird (not deskutils/linux-sunbird)? > > [...] > >> I did the normal "make install clean" in the appropriate dir (everything >> went well). Running it for the first time, I see the process in top, >> and it writes a bit to the console, but then exits. All subsequent >> attempts to run it result in the following at the console: >> >> Starting calendar alarm service >> error creating table cal_calendars -- probably already exists >> error creating table cal_calendars_prefs -- probably already exists >> observer added >> observer removed >> >> and the process exits. > > > All the above still seems to be the case, and I did not see a reply to > the original post, hence this retry. > > A process is started > > /usr/X11R6/libexec/gconfd-2 32 > > with no apparent effect which sits around until killed. > > Anyone know how to make it do something useful? > > > IIRC, the trick was to run it once as root. HTH. -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 19:30: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 D558D16A4F3 for ; Thu, 6 Jul 2006 19:30:22 +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 0A87943D5E for ; Thu, 6 Jul 2006 19:30:18 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 68C0356435; Fri, 7 Jul 2006 07:30:16 +1200 (NZST) Date: Fri, 7 Jul 2006 07:30:16 +1200 From: Jonathan Chen To: Michael S Message-ID: <20060706193016.GC7319@osiris.chen.org.nz> 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: FreeBSD Mailing List Subject: Re: DNS beginner 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, 06 Jul 2006 19:30:22 -0000 On Wed, Jul 05, 2006 at 10:06:39PM -0400, Michael S wrote: > Hi all. > > I am trying to set up a DNS service. I have 2 FreeBSD machines, one's > web and DNS (that I am setting up) and the other FTP. Both machines > are behind a router and get local addresses (i.e. 192.168....). If > DNS, FTP and web ports in the router are open, will I be able to set > up the DNS in a way such that when someone from the outside types > www.mydomain.com, he'll be taken to the machine that runs apache, and > when he types ftp.mydomain.com he'll be taken to the machine which > runs ftp? This can be done with the "view" feature in BIND 9; which can be configured to give different results depending on whether the query is from the local internal network or from the 'Net. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 19:33: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 33E8F16A4E0 for ; Thu, 6 Jul 2006 19:33:39 +0000 (UTC) (envelope-from chowse@charter.net) Received: from mxsf07.cluster1.charter.net (mxsf07.cluster1.charter.net [209.225.28.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FAF843D5F for ; Thu, 6 Jul 2006 19:33:38 +0000 (GMT) (envelope-from chowse@charter.net) Received: from mxip07a.cluster1.charter.net (mxip07a.cluster1.charter.net [209.225.28.137]) by mxsf07.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k66JXakV010684 for ; Thu, 6 Jul 2006 15:33:37 -0400 Received: from 24-176-112-254.dhcp.jcsn.tn.charter.com (HELO [192.168.254.3]) ([24.176.112.254]) by mxip07a.cluster1.charter.net with ESMTP; 06 Jul 2006 15:33:37 -0400 X-IronPort-AV: i="4.06,214,1149480000"; d="scan'208"; a="379566336:sNHT17756932" Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <44r70y61le.fsf@be-well.ilk.org> References: <6B2BAB0B-0750-46C4-A5B0-D025019CE6FE@charter.net> <44r70y61le.fsf@be-well.ilk.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Howse Date: Thu, 6 Jul 2006 14:33:20 -0500 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.2) Subject: Re: ports/packages (sysinstall and dependencies) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 19:33:39 -0000 On Jul 6, 2006, at 1:16 PM, Lowell Gilbert wrote: > Charles Howse writes: > >> Hi, >> 6.1-RELEASE-p2 >> I recently used sysinstall to install cups-1.1.23 via packages/ftp/ >> Main Site. >> That adds ghostscript-gnu and xorg-libraries as dependencies. >> >> That's not what I wanted, I don't use a gui, so I selected >> ghostscript-gnu-no-X11. >> That didn't work, it installed ghostscript-gnu first and the no-X11 >> install failed. >> >> Now I'm stuck with xorg-libraries, which I don't need nor want. >> >> Is there a way to install ghostscript-gnu-no-X11 and fix the cups >> dependencies? >> >> What would have been the proper way to use sysinstall/packages or >> pkg_add and get no-X11 instead of regular ghostscript-gnu? > > I'm not sure I'm understanding your situation properly, but packages > really work best if you are willing to live with whatever the default > options are. If you want to tune the installation for your > environment, > the ports system will do so a lot easier than autofetched packages. The situation is under control now. What I was trying to do was get cups-1.1.23 as a package, since it is not available in the ports system. Ports has 1.2.0. I will live with xorg-libraries. :) -- A Great place to have fun and learn about Barbecue - http://bubbabbq.homeunix.net From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 19:43: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 E492616A4E2 for ; Thu, 6 Jul 2006 19:43:42 +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 5D78143D53 for ; Thu, 6 Jul 2006 19:43:42 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 6779F5642F; Fri, 7 Jul 2006 07:43:41 +1200 (NZST) Date: Fri, 7 Jul 2006 07:43:41 +1200 From: Jonathan Chen To: Michael S Message-ID: <20060706194341.GA7508@osiris.chen.org.nz> References: <20060706193016.GC7319@osiris.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060706193016.GC7319@osiris.chen.org.nz> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Mailing List Subject: Re: DNS beginner 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, 06 Jul 2006 19:43:43 -0000 On Fri, Jul 07, 2006 at 07:30:16AM +1200, I wrote: [ some totally irrelevant stuff ] Please disregard my last post. I must learn to read before answering. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 19:53: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 BEEDD16A4E6 for ; Thu, 6 Jul 2006 19:53:04 +0000 (UTC) (envelope-from dev@freedomcircle.net) Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FD0D43D45 for ; Thu, 6 Jul 2006 19:53:04 +0000 (GMT) (envelope-from dev@freedomcircle.net) Received: from [192.168.7.2] ([71.101.73.144]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J1Z00C6PZ7X4OJD@vms048.mailsrvcs.net> for questions@freebsd.org; Thu, 06 Jul 2006 14:52:45 -0500 (CDT) Date: Thu, 06 Jul 2006 15:52:42 -0400 From: Joe To: questions@freebsd.org Message-id: <44AD6A0A.3000003@freedomcircle.net> Organization: Freedom Circle, LLC MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Cc: Subject: Xorg 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: Thu, 06 Jul 2006 19:53:04 -0000 Hi, I'm trying to configure X on a Dell 4300S which dual boots FreeBSD 6.1-RELEASE and Windows XP. After I ran Xorg -configure and added the HorizSync and VertRefresh options for the Gateway EV500 Monitor (taken directly from the vendor page at http://support.gateway.com/s/MONITOR/Z00635/z0063510.shtml--yes, it's almost a relic :) and Depth 24, Modes "1024x768", just as in the Handbook, I was able to run X but I got one error and a few warnings. In a previous round with this hardware (but with 6.0-RELEASE), I had gone as far as installing KDE with a very similar xorg.conf and with similar errors/warnings IIRC. Since KDE would take several minutes to start (*noticeably* longer than XP, like 5-10 mins), I want to make sure that these errors are not the underlying cause for the bad performance. The first warning (together with some surrounding messages) is: (**) R128(0): Using external CRT for display (II) R128(0): Primary Display == Type 3 (WW) R128(0): Can't determine panel dimensions, and none specified. Disabling programming of FP registers. (II) R128(0): PLL parameters: rf=2950 rd=65 min=12500 max=35000; xclk=13000 (II) Loading sub module "ddc" The error and the other warnings are as follows: (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Loading /usr/X11R6/lib/modules/libi2c.so (II) Module i2c: vendor="X.Org Foundation" compiled for 6.9.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 0.8 (II) R128(0): I2C bus "DDC" initialized. (II) R128(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) R128(0): I2C device "DDC:ddc2" removed. (EE) R128(0): No DFP detected (WW) R128(0): config file hsync range 30-69kHz not within DDC hsync ranges. (WW) R128(0): config file vrefresh range 50-110Hz not within DDC vrefresh ranges. (II) R128(0): Monitor0: Using hsync range of 30.00-69.00 kHz (II) R128(0): Monitor0: Using vrefresh range of 50.00-110.00 Hz (II) R128(0): Clock range: 12.50 to 350.00 MHz From my research, DFP (and FP) refers to Digital Flat Panel. Since according to the r128 man page, Option "Display" defaults to "FP", I added Option "Display" "CRT", but it didn't make any difference. So, is there any harm to the WW's and EE above? Could they be the cause for the bad KDE performance? One other doubt: at times, if I run say, xdm, the initial screen is a garbled up version of the XP logon screen and it lingers for a while, and at least once, the PC got locked up, the Ctrl-Alt-Fx combinations couldn't switch to other VTs (as I had seen with KDE during the long startup) nor did Ctrl-Alt-Bksp kill the X server and the only thing that stopped it was a dreaded Ctrl-Alt-Del. Since I haven't really used X before, I don't know if this is normal or not. Joe From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 19:55: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 8427616A4F6; Thu, 6 Jul 2006 19:55:20 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A08243D68; Thu, 6 Jul 2006 19:55:10 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr3.xs4all.nl (8.13.6/8.13.6) with ESMTP id k66Jt6dC021133; Thu, 6 Jul 2006 21:55:06 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k66Jt4K4001336; Thu, 6 Jul 2006 21:55:04 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k66Jt4RU001335; Thu, 6 Jul 2006 21:55:04 +0200 (CEST) (envelope-from wb) Date: Thu, 6 Jul 2006 21:55:04 +0200 From: Wilko Bulte To: "Derrick T. Woolworth" Message-ID: <20060706195504.GA1252@freebie.xs4all.nl> References: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-hackers@freebsd.org, freebsd-performance@freebsd.org, freebsd-questions@freebsd.org Subject: Re: SATA300 Controllers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 19:55:20 -0000 On Wed, Jul 05, 2006 at 08:02:55PM -0500, Derrick T. Woolworth wrote.. > Hello all, > > Sorry for cross-posting, but these issues seem relevant for lists... > > Has anyone had success with SATA300 controllers with FreeBSD 6.1? I've been > trying Promise and nVidia nForce4 and I'm not having any luck. Using a MSI > K8NGM2-L motherboard and others, but 6.1's installation hangs as soon as it > sees ad4. I've also tried using an Adaptec 1210SA controller and had zero Well, just as a datapoint this works fine for me: wb@freebie ~: dmesg|grep -i Prom atapci0: port 0xd480-0xd4ff,0xd000-0xd0ff mem 0xf7ff6000-0xf7ff6fff,0xf7fa0000-0xf7fbffff irq 21 at device 13.0 on pci2 ar0: 238475MB status: READY wb@freebie ~: uname -a FreeBSD freebie.xs4all.nl 6.1-STABLE FreeBSD 6.1-STABLE #2: Wed Jun 14 22:01:33 CEST 2006 root@freebie.xs4all.nl:/usr/obj/usr/src/sys/FREEBIE i386 -- Wilko Bulte wilko@FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 20:03: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 DFC2C16A4DE for ; Thu, 6 Jul 2006 20:03:04 +0000 (UTC) (envelope-from skylar@cs.earlham.edu) Received: from quark.cs.earlham.edu (cs.earlham.edu [159.28.230.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E44843D7B for ; Thu, 6 Jul 2006 20:02:53 +0000 (GMT) (envelope-from skylar@cs.earlham.edu) Received: from [128.95.231.115] (D-128-95-231-115.dhcp.gs.washington.edu [128.95.231.115]) (authenticated bits=0) by quark.cs.earlham.edu (8.13.6/8.13.3) with ESMTP id k66K2RYk004653 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Jul 2006 16:02:30 -0400 (EDT) (envelope-from skylar@cs.earlham.edu) X-Authentication-Warning: quark.cs.earlham.edu: Host D-128-95-231-115.dhcp.gs.washington.edu [128.95.231.115] claimed to be [128.95.231.115] Message-ID: <44AD6C48.9040001@cs.earlham.edu> Date: Thu, 06 Jul 2006 13:02:16 -0700 From: Skylar Thompson User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: mike@ascendency.net References: <001601c6a11e$7c9295b0$0501a8c0@Mike8500> In-Reply-To: <001601c6a11e$7c9295b0$0501a8c0@Mike8500> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (quark.cs.earlham.edu [159.28.230.3]); Thu, 06 Jul 2006 16:02:31 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.2/1582/Mon Jul 3 17:23:18 2006 on quark.cs.earlham.edu X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.56 on 159.28.230.3 X-Spam-Status: No, score=-2.8 required=8.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on quark.cs.earlham.edu Cc: freebsd-questions@freebsd.org Subject: Re: php5-extentsions broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:03:05 -0000 Mike Loiterman wrote: > After installing the php5-extensions port, I get lots of the following > errors when trying to start Apache: > > PHP Warning: PHP Startup: U\x89\xe5WVS\x83\xec\x14\xe8: Unable to > initialize module\nModule compiled with module API=20020429, debug=0, > thread-safety=0\nPHP compiled with module API=20050922, debug=0, > thread-safety=0\nThese options need to match\n in Unknown on line 0 > > Apache and php are working fine - I can get to the phpinfo page without > problems. Its just that the extensions aren't being found for somereason. > > I have treid adding their location to the extensions_dir directive in > php.ini with no luck. > > I have done a portupgrade rRfo lang/php5 php5 which should upgrade > everything related to php5 and it does, but somehow the extension are not > being found. > > Any ideas? > Is your extensions_dir variable set properly in php.ini? - Skylar From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 20:17: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 4209316A4E2 for ; Thu, 6 Jul 2006 20:17:01 +0000 (UTC) (envelope-from mike@ascendency.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.200.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D97143D45 for ; Thu, 6 Jul 2006 20:17:00 +0000 (GMT) (envelope-from mike@ascendency.net) Received: from eisenhower.ascendency.net ([67.173.128.145]) by comcast.net (sccrmhc14) with ESMTP id <20060706201658014004k7r7e>; Thu, 6 Jul 2006 20:16:59 +0000 Received: from Mike8500 ([192.168.1.5]) (authenticated bits=0) by eisenhower.ascendency.net (8.13.6/8.13.6) with ESMTP id k66KGlZ2009170 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 6 Jul 2006 15:16:48 -0500 (CDT) (envelope-from mike@ascendency.net) From: "Mike Loiterman" To: "'Skylar Thompson'" Date: Thu, 6 Jul 2006 15:16:54 -0500 Message-ID: <003301c6a139$261891b0$0501a8c0@Mike8500> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcahOIgVnnAV5/2JQT6BrHvdspLckAAAGZfQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 In-Reply-To: <44AD6C48.9040001@cs.earlham.edu> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (eisenhower.ascendency.net [192.168.1.22]); Thu, 06 Jul 2006 15:16:58 -0500 (CDT) Cc: freebsd-questions@freebsd.org Subject: RE: php5-extentsions broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mike@ascendency.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:17:01 -0000 Skylar Thompson wrote: > Mike Loiterman wrote: >> After installing the php5-extensions port, I get lots of the >> following errors when trying to start Apache: >> >> PHP Warning: PHP Startup: U\x89\xe5WVS\x83\xec\x14\xe8: Unable to >> initialize module\nModule compiled with module API=20020429, debug=0, >> thread-safety=0\nPHP compiled with module API=20050922, debug=0, >> thread-safety=0\nThese options need to match\n in Unknown on line 0 >> >> Apache and php are working fine - I can get to the phpinfo page >> without problems. Its just that the extensions aren't being found >> for somereason. >> >> I have treid adding their location to the extensions_dir directive >> in php.ini with no luck. >> >> I have done a portupgrade rRfo lang/php5 php5 which should upgrade >> everything related to php5 and it does, but somehow the extension >> are not being found. >> >> Any ideas? >> > Is your extensions_dir variable set properly in php.ini? > > - Skylar Yes, I mentioned that in my original message. I think the problem was that I had debug turned off when I built php. For some reason, it needs to be on for some of my modules to work correctly. Others work fine with it off. Any ideas about this? ------------------------------ Mike Loiterman GrantAdler Tel: 630-302-4944 Fax: 773-442-0992 Email: mike@ascendency.net PGP Key: 0xD1B9D18E From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 20: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 6FAED16A4DA for ; Thu, 6 Jul 2006 20:17:27 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp103.sbc.mail.re2.yahoo.com (smtp103.sbc.mail.re2.yahoo.com [68.142.229.102]) by mx1.FreeBSD.org (Postfix) with SMTP id D63AD43D55 for ; Thu, 6 Jul 2006 20:17:26 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 22835 invoked from network); 6 Jul 2006 20:17:26 -0000 Received: from unknown (HELO gondolin.mikestammer.com) (mikestammer@sbcglobal.net@68.251.71.132 with login) by smtp103.sbc.mail.re2.yahoo.com with SMTP; 6 Jul 2006 20:17:26 -0000 Received: from localhost (localhost [127.0.0.1]) by gondolin.mikestammer.com (Postfix) with ESMTP id 8B5FD274 for ; Thu, 6 Jul 2006 15:17:25 -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 S2ovscQd--PR for ; Thu, 6 Jul 2006 15:17:23 -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 575C2C9 for ; Thu, 6 Jul 2006 15:17:23 -0500 (CDT) Message-ID: <44AD6FD3.50008@mikestammer.com> Date: Thu, 06 Jul 2006 15:17:23 -0500 From: Eric User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <001601c6a11e$7c9295b0$0501a8c0@Mike8500> <44AD6C48.9040001@cs.earlham.edu> In-Reply-To: <44AD6C48.9040001@cs.earlham.edu> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: php5-extentsions broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:17:27 -0000 Skylar Thompson wrote: > Mike Loiterman wrote: >> After installing the php5-extensions port, I get lots of the following >> errors when trying to start Apache: >> >> PHP Warning: PHP Startup: U\x89\xe5WVS\x83\xec\x14\xe8: Unable to >> initialize module\nModule compiled with module API=20020429, debug=0, >> thread-safety=0\nPHP compiled with module API=20050922, debug=0, >> thread-safety=0\nThese options need to match\n in Unknown on line 0 >> Apache and php are working fine - I can get to the phpinfo page without >> problems. Its just that the extensions aren't being found for >> somereason. >> >> I have treid adding their location to the extensions_dir directive in >> php.ini with no luck. >> >> I have done a portupgrade rRfo lang/php5 php5 which should upgrade >> everything related to php5 and it does, but somehow the extension are not >> being found. >> >> Any ideas? >> > Is your extensions_dir variable set properly in php.ini? last i read extensions_dir is supposed to be commented out. See if commenting it out works. I JUST now updated from php4 to php5 and its working fine. >From /usr/ports/UPDATING: 20040719: AFFECTS: users of PHP AUTHOR: ale@FreeBSD.org The old lang/php4 and lang/php5 ports have been split into 'base' PHP, PEAR, and shared extensions to allow more flexibility and add new features. Upgrading your current PHP installation will result in a 'base' PHP installation (no PEAR and no extensions). PEAR can be found in the new devel/php4-pear and devel/php5-pear ports, while the set of PHP extensions to install can be chosen via the meta-ports lang/php4-extensions and lang/php5-extensions, or installing singular extensions individually. If you have a previous php.ini configuration file, be sure to comment out the extension_dir parameter, since the correct path is statically compiled into the PHP binary. For an overview of the modules used with the old PHP binary, use the command "php -m". From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 20:43: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 A5A1D16A4DA for ; Thu, 6 Jul 2006 20:43:11 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 570E443D46 for ; Thu, 6 Jul 2006 20:43:11 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 1980 invoked from network); 6 Jul 2006 20:43:10 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Jul 2006 20:43:10 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id B9B3C28449; Thu, 6 Jul 2006 16:43:09 -0400 (EDT) To: Frank Jahnke References: <1152196718.880.44.camel@localhost> From: Lowell Gilbert Date: Thu, 06 Jul 2006 16:43:09 -0400 In-Reply-To: <1152196718.880.44.camel@localhost> (Frank Jahnke's message of "Thu, 06 Jul 2006 07:38:38 -0700") Message-ID: <44ejwy5usi.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: Passing Parameters from BSD to Linux and Back X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 20:43:11 -0000 Frank Jahnke writes: > I use a few Linux programs on FreeBSD, and sometimes they invoke other > programs that use command line options. I have never been able to get > this parameter passing to work. > > For example, PDF files read by Acroread can contain links to a web > browser or an email program; these are often invoked as "program-name > %s" in the set-up file. VMware does the same with invoking a browser > from defaults set in a config file. > > I am able to get the appropriate program to open, but the parameters are > never passed. I have tried many, many schemes to quote or escape the > command and its options, but never have any of these worked. > > Any suggestions on how I might do this would be most appreciated! Hmm. Works for me. A web link in a PDF in Acroread (7) brings up the linked page in my (native) firefox. I had to configure the executable name (without path) into the "browser link" preference in acroread, and I think the .mailcap entry ("text/html; firefox %s") is needed as well. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 21:26: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 5C82E16A504; Thu, 6 Jul 2006 21:26:41 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9123A43D45; Thu, 6 Jul 2006 21:26:37 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k66LQNiH022282; Thu, 6 Jul 2006 15:26:29 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44AD7FF9.8010405@samsco.org> Date: Thu, 06 Jul 2006 15:26:17 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wilko Bulte References: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> <20060706195504.GA1252@freebie.xs4all.nl> In-Reply-To: <20060706195504.GA1252@freebie.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: freebsd-hackers@freebsd.org, freebsd-performance@freebsd.org, freebsd-questions@freebsd.org, "Derrick T. Woolworth" Subject: Re: SATA300 Controllers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 21:26:41 -0000 Wilko Bulte wrote: > On Wed, Jul 05, 2006 at 08:02:55PM -0500, Derrick T. Woolworth wrote.. > >>Hello all, >> >>Sorry for cross-posting, but these issues seem relevant for lists... >> >>Has anyone had success with SATA300 controllers with FreeBSD 6.1? I've been >>trying Promise and nVidia nForce4 and I'm not having any luck. Using a MSI >>K8NGM2-L motherboard and others, but 6.1's installation hangs as soon as it >>sees ad4. I've also tried using an Adaptec 1210SA controller and had zero > > > Well, just as a datapoint this works fine for me: > > wb@freebie ~: dmesg|grep -i Prom > atapci0: port > 0xd480-0xd4ff,0xd000-0xd0ff mem 0xf7ff6000-0xf7ff6fff,0xf7fa0000-0xf7fbffff > irq 21 at device 13.0 on pci2 > ar0: 238475MB status: READY > wb@freebie ~: uname -a > FreeBSD freebie.xs4all.nl 6.1-STABLE FreeBSD 6.1-STABLE #2: Wed Jun 14 > 22:01:33 CEST 2006 root@freebie.xs4all.nl:/usr/obj/usr/src/sys/FREEBIE > i386 > Promise has a good relationship with FreeBSD, I would expect their controllers to work pretty well. Scott From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 21:36: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 8C12916A589; Thu, 6 Jul 2006 21:36:08 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from H43.C18.B96.tor.eicat.ca (H43.C18.B96.tor.eicat.ca [66.96.18.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25DC943D46; Thu, 6 Jul 2006 21:36:05 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from [127.0.0.1] (desktop.home.local [172.16.0.200]) by H43.C18.B96.tor.eicat.ca (Postfix) with ESMTP id 84C7D1144F; Thu, 6 Jul 2006 17:35:27 -0400 (EDT) Message-ID: <44AD8253.80702@rogers.com> Date: Thu, 06 Jul 2006 17:36:19 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: "Derrick T. Woolworth" References: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> In-Reply-To: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SpamToaster-Information: This messages has been scanned by SpamToaster http://www.digitalprogression.ca X-SpamToaster: Found to be clean X-SpamToaster-SpamCheck: not spam, SpamAssassin (not cached, score=-2.49, required 3.5, ALL_TRUSTED -1.80, BAYES_00 -2.60, DK_POLICY_SIGNSOME 0.00, DNS_FROM_RFC_ABUSE 0.20, DNS_FROM_RFC_POST 1.71) X-SpamToaster-From: mikej@rogers.com X-Spam-Status: No Cc: freebsd-hackers@freebsd.org, freebsd-performance@freebsd.org, freebsd-questions@freebsd.org Subject: Re: SATA300 Controllers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 21:36:08 -0000 Derrick T. Woolworth wrote: > Hello all, > > Sorry for cross-posting, but these issues seem relevant for lists... > > Has anyone had success with SATA300 controllers with FreeBSD 6.1? > I've been > trying Promise and nVidia nForce4 and I'm not having any luck. Using > a MSI Yes, this chipset works well for me. --- atapci0: port 0x3040-0x3047,0x3034-0x3037,0x3038-0x303f,0x3030-0x3033,0x3020-0x302f mem 0xed000000-0xed0003ff irq 19 at device 31.2 on pci0 ad4: 152627MB at ata2-master SATA300 GEOM_MIRROR: Device gm created (id=1306182778). GEOM_MIRROR: Device gm: provider ad4 detected. ad6: 152627MB at ata3-master SATA300 SMP: AP CPU #1 Launched! GEOM_MIRROR: Device gm: provider ad6 detected. GEOM_MIRROR: Device gm: provider ad6 activated. GEOM_MIRROR: Device gm: provider ad4 activated. GEOM_MIRROR: Device gm: provider mirror/gm launched. --- For a simple RAID such as mirroring, i strongly suggest you stay away from cheap/onboard RAID solutions, and use gmirror instead. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 22:10: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 272A816A4DA; Thu, 6 Jul 2006 22:10:48 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4787143D45; Thu, 6 Jul 2006 22:10:46 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr8.xs4all.nl (8.13.6/8.13.6) with ESMTP id k66MAeov023809; Fri, 7 Jul 2006 00:10:45 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k66MAeVH003601; Fri, 7 Jul 2006 00:10:40 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k66MAe6x003600; Fri, 7 Jul 2006 00:10:40 +0200 (CEST) (envelope-from wb) Date: Fri, 7 Jul 2006 00:10:40 +0200 From: Wilko Bulte To: Scott Long Message-ID: <20060706221039.GA3579@freebie.xs4all.nl> References: <10fd06c60607051802jd9d6158ufd3406465cc64dfc@mail.gmail.com> <20060706195504.GA1252@freebie.xs4all.nl> <44AD7FF9.8010405@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44AD7FF9.8010405@samsco.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-hackers@FreeBSD.ORG, freebsd-performance@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG, "Derrick T. Woolworth" Subject: Re: SATA300 Controllers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 22:10:48 -0000 On Thu, Jul 06, 2006 at 03:26:17PM -0600, Scott Long wrote.. > Wilko Bulte wrote: > >On Wed, Jul 05, 2006 at 08:02:55PM -0500, Derrick T. Woolworth wrote.. > > > >>Hello all, > >> > >>Sorry for cross-posting, but these issues seem relevant for lists... > >> > >>Has anyone had success with SATA300 controllers with FreeBSD 6.1? I've > >>been > >>trying Promise and nVidia nForce4 and I'm not having any luck. Using a > >>MSI > >>K8NGM2-L motherboard and others, but 6.1's installation hangs as soon as > >>it > >>sees ad4. I've also tried using an Adaptec 1210SA controller and had zero > > > > > >Well, just as a datapoint this works fine for me: > > > >wb@freebie ~: dmesg|grep -i Prom > >atapci0: port > >0xd480-0xd4ff,0xd000-0xd0ff mem 0xf7ff6000-0xf7ff6fff,0xf7fa0000-0xf7fbffff > >irq 21 at device 13.0 on pci2 > >ar0: 238475MB status: READY > >wb@freebie ~: uname -a > >FreeBSD freebie.xs4all.nl 6.1-STABLE FreeBSD 6.1-STABLE #2: Wed Jun 14 > >22:01:33 CEST 2006 root@freebie.xs4all.nl:/usr/obj/usr/src/sys/FREEBIE > >i386 > > > > Promise has a good relationship with FreeBSD, I would expect their > controllers to work pretty well. Yup. I cleared this TX2200 (IIRC) card with Soren first before I ordered it. It only has SATA150 disks connected to it though, I do not own SATA300 drives. All in all the whole thing works fine for me. -- Wilko Bulte wilko@FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 22:30: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 089E316A4DD for ; Thu, 6 Jul 2006 22:30:56 +0000 (UTC) (envelope-from gibblertron@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 5AB2B43D46 for ; Thu, 6 Jul 2006 22:30:55 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by nf-out-0910.google.com with SMTP id h2so75306nfe for ; Thu, 06 Jul 2006 15:30: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:content-transfer-encoding:content-disposition:references; b=N7AIDyJnX2d3uRMeuDylqhtGxf87EX9+ZWZZkI+stcG1Sg60O4dKBLppyjokKBScaarY72/iuVQWg6w3ZtYf7N8TFHYGS6x6hBWEmQdspnYs3QM9ZzFqZR787ki8C9Aihf/1fMKVgrIAmkIUQLtJKMRlMI0Si7/xxMusaEV+Rlc= Received: by 10.49.72.4 with SMTP id z4mr822763nfk; Thu, 06 Jul 2006 15:30:54 -0700 (PDT) Received: by 10.48.238.14 with HTTP; Thu, 6 Jul 2006 15:30:53 -0700 (PDT) Message-ID: Date: Thu, 6 Jul 2006 15:30:53 -0700 From: patrick To: ruben@bloemgarten.demon.nl In-Reply-To: <20060114215524.5922143D45@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060114181207.58DBCD3102@smtp.klfree.net> <20060114215524.5922143D45@mx1.FreeBSD.org> Cc: Petr Murmak , freebsd-questions@freebsd.org Subject: Re: RE: Multiple IP in 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, 06 Jul 2006 22:30:56 -0000 Hi Ruben, I was was wondering if you had an example of using NAT to support multiple inbound IP's directing into a jail? Patrick On 1/14/06, Ruben Bloemgarten wrote: > If you use nat in conjuction with jails there is no need to add multiple > ip's to the jails to be able to reach apache on multiple ip's, although I > agree that it would be nice to be able to assign multiple ip's to a jail. > Anyone ? > > Regards, > > Ruben > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Petr Murmak > Sent: January 14, 2006 7:11 PM > To: freebsd-questions@freebsd.org > Subject: Multiple IP in jail? > > Hi! > > Is it possible to assign multiple IP to one jail on FreeBSD 6.0-STABLE? I > want to use in jail apache for which i really need more than one IP. I found > some patches for 5.0 but they are more than 2 years old without maintaining, > so I didn't tried them. > > Petr > > _______________________________________________ > 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" > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.371 / Virus Database: 267.14.17/229 - Release Date: 01/13/2006 > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.371 / Virus Database: 267.14.17/229 - Release Date: 01/13/2006 > > > _______________________________________________ > 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 Jul 6 22:41: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 BBE7416A4DD for ; Thu, 6 Jul 2006 22:41:40 +0000 (UTC) (envelope-from wbishop@twosensemedia.com) Received: from twosensemedia.com (twosensemedia.com [69.15.36.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B56843D4C for ; Thu, 6 Jul 2006 22:41:40 +0000 (GMT) (envelope-from wbishop@twosensemedia.com) Received: from [10.0.1.8] (account wbishop HELO S0030153310) by twosensemedia.com (CommuniGate Pro SMTP 4.2.10) with ESMTP id 2117385 for freebsd-questions@freebsd.org; Thu, 06 Jul 2006 18:41:07 -0400 Message-ID: <009201c6a14d$60ffac00$0801000a@S0030153310> From: "Worth Bishop" To: Date: Thu, 6 Jul 2006 18:41:53 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: Unable to boost maxusers in custom 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: Thu, 06 Jul 2006 22:41:40 -0000 Running FreeBSD 4.3 (I know - upgrade on the way, but would like to know what's going on here for future ref), on AMD Athlon MP 1600 (1393.79-MHz 686-class CPU) with 1.5 Gb RAM. Ran up against 'too many files' problem, dropped packets, maxing out mbuf's, proc files, etc. Attempted to compile custom kernel based on GENERIC only by changing maxusers from 32 to (first) 512, then 256, then 128. No matter what, system rebooted with 32 maxusers, 4096 mbugs, 1024 max mbuf clusters, 1024 maxfiles. Can reset maxfiles via sysctl, but why won't maxusers stick? Have tried building both with: # /usr/sbin/config MYKERNEL # cd ../../comple/MYKERNEL # make depend # make # make install # reboot and with # cd /usr/src # make buildkernel KERNCONF=MYKERNEL # make installkernel KERNCONF=MYKERNEL # reboot No discernable error messages. What am I missing? Thanks! From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 22:42: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 CECF716A4DD for ; Thu, 6 Jul 2006 22:42:01 +0000 (UTC) (envelope-from gibblertron@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 2D56143D46 for ; Thu, 6 Jul 2006 22:42:00 +0000 (GMT) (envelope-from gibblertron@gmail.com) Received: by nf-out-0910.google.com with SMTP id h2so77689nfe for ; Thu, 06 Jul 2006 15:42:00 -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=dXbyPzOdjHvHjCrjO2eh76Kz/RyF8S26qDnMS2crSlVkQbGkjWmFXYqd2nKJxWEcKSblabTAsEH3lneTfCZB+7+VjaKTK2vnZRTuzmiuBqKza8Kf6SCk+bCww6q2tb+opfr5GHd+GpDDT2CsZSKEWE/UDqw7HxsH2EdKF/94kqI= Received: by 10.49.61.3 with SMTP id o3mr828063nfk; Thu, 06 Jul 2006 15:42:00 -0700 (PDT) Received: by 10.48.238.14 with HTTP; Thu, 6 Jul 2006 15:41:59 -0700 (PDT) Message-ID: Date: Thu, 6 Jul 2006 15:41:59 -0700 From: patrick To: "Dan Rue" In-Reply-To: <20050726211516.GF95651@therub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20050726211516.GF95651@therub.org> Cc: freebsd-questions@freebsd.org Subject: Re: jail login and replication problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 22:42:01 -0000 Hi Dan, Did you ever find a solution to this problem? I've had the exact same problem, and have tried various different things to resolve it... all to no avail. It's really annoying have to remake the jail from scratch every time, as I'd much rather do the configuration once, and use it as a cookie-cutter for future jails. Patrick On 7/26/05, Dan Rue wrote: > Greetings, > > I am setting up multiple jails on a machine. The first jail, everything > works fine. If I add a user, that user can log in. If I tar cvzpf the > jail, tar xvzpf to create a new one, some people can log into the new > jail, and some can not. > > The user that can log in to the new one was the first user created (me), > but any subsequent users can not log into new jails.. > > The symptom is right after accepting the password via ssh, the > connection will just get dropped. I could not find any good error > messages using ssh.. But if I enable telnet and try to telnet in, I > receive this error in /var/log/messages: > > Jul 26 16:11:46 jail3 login: _secure_path: cannot stat /home/user3/.login_conf: Permission denied > Jul 26 16:11:46 jail3 login: _secure_path: cannot stat /etc/login.conf: Permission denied > Jul 26 16:11:46 jail3 login: _secure_path: cannot stat /home/user3/.login_conf: Permission denied > Jul 26 16:11:46 jail3 login: _secure_path: cannot stat /etc/login.conf: Permission denied > > The permissions on those files are fine. > > So what would cause that error in jails that have been replicated using > tar, but only to some users? I'm stumped.. > > Here's my rc.conf exerpt: > > jail_enable="YES" > jail_list="jail3" > jail_socket_unixiproute_only="NO" > jail_sysvipc_allow="YES" # allow shared mem on all jails > > jail_jail3_rootdir="/jails/jail3" > jail_jail3_hostname="jail3.example.com" > jail_jail3_ip="10.0.0.203" > jail_jail3_procfs_enable="YES" > jail_jail3_devfs_enable="YES" > jail_jail3_devfs_ruleset="devfsrules_jail" > > tia, > 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 Thu Jul 6 22:49: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 ABF5E16A4DF for ; Thu, 6 Jul 2006 22:49:28 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583DD43D6D for ; Thu, 6 Jul 2006 22:49:28 +0000 (GMT) (envelope-from jahnke@sonatabio.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id k66LnBQb017606; Thu, 6 Jul 2006 14:49:11 -0700 From: Frank Jahnke To: Lowell Gilbert In-Reply-To: <44ejwy5usi.fsf@be-well.ilk.org> References: <1152196718.880.44.camel@localhost> <44ejwy5usi.fsf@be-well.ilk.org> Content-Type: text/plain Date: Thu, 06 Jul 2006 15:48:17 -0700 Message-Id: <1152226097.880.101.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-WizWire-MailScanner: Found to be clean X-MailScanner-From: jahnke@sonatabio.com Cc: freebsd-questions@freebsd.org Subject: Re: Passing Parameters from BSD to Linux and Back X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 22:49:28 -0000 On Thu, 2006-07-06 at 16:43 -0400, Lowell Gilbert wrote: > > I am able to get the appropriate program to open, but the parameters are > > never passed. I have tried many, many schemes to quote or escape the > > command and its options, but never have any of these worked. > > > > Any suggestions on how I might do this would be most appreciated! > > Hmm. Works for me. A web link in a PDF in Acroread (7) brings up the > linked page in my (native) firefox. I had to configure the executable > name (without path) into the "browser link" preference in acroread, > and I think the .mailcap entry ("text/html; firefox %s") is needed as > well. Hmmm indeed! Acroread now works for me as well. This did not used to be the case; I updated Acroread about a week ago and had not tried this again. (What does .mailcap do? I surmise from the name that it is like termcap for mail entries...). Maybe it is that upgrade? Or a change in how the desktop environment interacts with "aware" programs? I am still unable to open the help browser from within VMware; the file config simply reads: "webBrowser = linux-opera %s" (without the quotes). linux-opera is found, but the string %s is not passed at all. Invoking linux-opera with a command-line flag works as expected. I think it uses a Motif set for its interface. I think I have source for VMware; let me look at the calling sequence. Frank From owner-freebsd-questions@FreeBSD.ORG Thu Jul 6 23:07: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 D383516A4DE for ; Thu, 6 Jul 2006 23:07:37 +0000 (UTC) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A7C43D46 for ; Thu, 6 Jul 2006 23:07:37 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from foo.antimatter.net (66-146-172-218.skyriver.net [66.146.172.218]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id k66N7aLL018902 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Jul 2006 16:07:37 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <7.0.1.0.2.20060706155922.05a865a8@antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Thu, 06 Jul 2006 16:07:30 -0700 To: patrick , "Dan Rue" From: Glenn Dawson In-Reply-To: References: <20050726211516.GF95651@therub.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: jail login and replication problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 23:07:38 -0000 At 03:41 PM 7/6/2006, patrick wrote: >Hi Dan, > >Did you ever find a solution to this problem? I've had the exact same >problem, and have tried various different things to resolve it... all >to no avail. It's really annoying have to remake the jail from scratch >every time, as I'd much rather do the configuration once, and use it >as a cookie-cutter for future jails. If you build the "template jail" in it's own partition and then dump(8) it to a file, you can then restore(8) it to where ever it needs to be and it will work fine. If you don't have an empty partition to use, you can use mdconfig(8) to create a vnode backed memory disk to build the template jail in. I just finished putting together a system with about 20 jails that were replicated that way. They all worked fine. -Glenn >Patrick > >On 7/26/05, Dan Rue wrote: >>Greetings, >> >>I am setting up multiple jails on a machine. The first jail, everything >>works fine. If I add a user, that user can log in. If I tar cvzpf the >>jail, tar xvzpf to create a new one, some people can log into the new >>jail, and some can not. >> >>The user that can log in to the new one was the first user created (me), >>but any subsequent users can not log into new jails.. >> >>The symptom is right after accepting the password via ssh, the >>connection will just get dropped. I could not find any good error >>messages using ssh.. But if I enable telnet and try to telnet in, I >>receive this error in /var/log/messages: >> >>Jul 26 16:11:46 jail3 login: _secure_path: cannot stat >>/home/user3/.login_conf: Permission denied >>Jul 26 16:11:46 jail3 login: _secure_path: cannot stat >>/etc/login.conf: Permission denied >>Jul 26 16:11:46 jail3 login: _secure_path: cannot stat >>/home/user3/.login_conf: Permission denied >>Jul 26 16:11:46 jail3 login: _secure_path: cannot stat >>/etc/login.conf: Permission denied >> >>The permissions on those files are fine. >> >>So what would cause that error in jails that have been replicated using >>tar, but only to some users? I'm stumped.. >> >>Here's my rc.conf exerpt: >> >>jail_enable="YES" >>jail_list="jail3" >>jail_socket_unixiproute_only="NO" >>jail_sysvipc_allow="YES" # allow shared mem on all jails >> >>jail_jail3_rootdir="/jails/jail3" >>jail_jail3_hostname="jail3.example.com" >>jail_jail3_ip="10.0.0.203" >>jail_jail3_procfs_enable="YES" >>jail_jail3_devfs_enable="YES" >>jail_jail3_devfs_ruleset="devfsrules_jail" >> >>tia, >>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" >_______________________________________________ >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 Jul 6 23:41: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 D8D9F16A4DA for ; Thu, 6 Jul 2006 23:41:07 +0000 (UTC) (envelope-from drue@therub.org) Received: from mali.therub.org (therub.org [66.97.248.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8005343D46 for ; Thu, 6 Jul 2006 23:41:07 +0000 (GMT) (envelope-from drue@therub.org) Received: by mali.therub.org (Postfix, from userid 1002) id C33CA1481F4; Thu, 6 Jul 2006 18:41:05 -0500 (CDT) Date: Thu, 6 Jul 2006 18:41:04 -0500 From: Dan Rue To: patrick Message-ID: <20060706234104.GO86183@therub.org> References: <20050726211516.GF95651@therub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: jail login and replication problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jul 2006 23:41:07 -0000 Sure - Had to consult my IRC logs to remember what my problem was. Turns out, my umask was set to 027, and so the root directory of the jails was "drwxr-x--- 7 root wheel 512 Jul 27 13:18 /jails/myjail".. I would search for similar permissions issues, Hope that helps, drue On Thu, Jul 06, 2006 at 03:41:59PM -0700, patrick wrote: > Hi Dan, > > Did you ever find a solution to this problem? I've had the exact same > problem, and have tried various different things to resolve it... all > to no avail. It's really annoying have to remake the jail from scratch > every time, as I'd much rather do the configuration once, and use it > as a cookie-cutter for future jails. > > Patrick > > On 7/26/05, Dan Rue wrote: > >Greetings, > > > >I am setting up multiple jails on a machine. The first jail, everything > >works fine. If I add a user, that user can log in. If I tar cvzpf the > >jail, tar xvzpf to create a new one, some people can log into the new > >jail, and some can not. > > > >The user that can log in to the new one was the first user created (me), > >but any subsequent users can not log into new jails.. > > > >The symptom is right after accepting the password via ssh, the > >connection will just get dropped. I could not find any good error > >messages using ssh.. But if I enable telnet and try to telnet in, I > >receive this error in /var/log/messages: > > > >Jul 26 16:11:46 jail3 login: _secure_path: cannot stat > >/home/user3/.login_conf: Permission denied > >Jul 26 16:11:46 jail3 login: _secure_path: cannot stat /etc/login.conf: > >Permission denied > >Jul 26 16:11:46 jail3 login: _secure_path: cannot stat > >/home/user3/.login_conf: Permission denied > >Jul 26 16:11:46 jail3 login: _secure_path: cannot stat /etc/login.conf: > >Permission denied > > > >The permissions on those files are fine. > > > >So what would cause that error in jails that have been replicated using > >tar, but only to some users? I'm stumped.. > > > >Here's my rc.conf exerpt: > > > >jail_enable="YES" > >jail_list="jail3" > >jail_socket_unixiproute_only="NO" > >jail_sysvipc_allow="YES" # allow shared mem on all jails > > > >jail_jail3_rootdir="/jails/jail3" > >jail_jail3_hostname="jail3.example.com" > >jail_jail3_ip="10.0.0.203" > >jail_jail3_procfs_enable="YES" > >jail_jail3_devfs_enable="YES" > >jail_jail3_devfs_ruleset="devfsrules_jail" > > > >tia, > >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 Fri Jul 7 00:13: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 7AF4C16A4DA for ; Fri, 7 Jul 2006 00:13:16 +0000 (UTC) (envelope-from gotb733668_732970_632734_683694578@postsnet.com) Received: from mta11br.postsnet.com (mta10br.postsnet.com [69.28.223.137]) by mx1.FreeBSD.org (Postfix) with SMTP id D807F43D49 for ; Fri, 7 Jul 2006 00:13:15 +0000 (GMT) (envelope-from gotb733668_732970_632734_683694578@postsnet.com) Message-ID: <25296617.1152230880531.KadaSegment.82.2@mta11br.postsnet.com> Date: Thu, 6 Jul 2006 20:08:00 -0400 (EDT) From: JC Broadband To: freebsd-questions@freebsd.org Errors-To: gotb733668_732970_632734_683694578@postsnet.com Mime-Version: 1.0 X-Campaign: 733668.732970.632734.683694578 Bounces-To: gotb733668_732970_632734_683694578@postsnet.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Win ADSL Router & ADSL subscription X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: JC Broadband List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 00:13:16 -0000 JC Broadband ADSL Competition To share our excitement about the bright prospects of broadband internet access in South Africa, JC Broadband is running an ADSL competition every month for the next 12 months. The first competition will run from July 15 and end at midnight on August 14 2006. For more details on the competion and to enter, please visit our competion page by clicking the link below: The price include: 1. A free DSL subscrition for 3 months with the following: 5 independent email addresses Free email anti-virus 10MB of web space to create your own website Excellent technical support 2. Free wireless ADSL Router with the following features: ADSL MODEM Wireless router 4 Port 10/100 switch 802.11g access point SPI true firewall JC Broadband P.O. Box 4623, Halfway House, 1685, RSA Tel: 011-695-4814. Fax: 011-695-4811 info@jcbroadband.com You are subscribed as freebsd-questions@freebsd.org. To unsubscribe please click here: http://postsnet.com/r.html?c=733668&r=732970&t=683694578&l=6&ea=freebsd-questions@freebsd.org&la=1&o=-75. This mailer was created with Campaigner. http://www.campaigner.com/?testdrive_0 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 00:14:25 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 E6F7816A4DF for ; Fri, 7 Jul 2006 00:14:25 +0000 (UTC) (envelope-from gotb733668_732970_632734_683695592@postsnet.com) Received: from mta11br.postsnet.com (mta10br.postsnet.com [69.28.223.137]) by mx1.FreeBSD.org (Postfix) with SMTP id 5CEB243D9F for ; Fri, 7 Jul 2006 00:14:13 +0000 (GMT) (envelope-from gotb733668_732970_632734_683695592@postsnet.com) Message-ID: <32680306.1152230941265.KadaSegment.82.2@mta11br.postsnet.com> Date: Thu, 6 Jul 2006 20:09:01 -0400 (EDT) From: JC Broadband To: questions@freebsd.org Errors-To: gotb733668_732970_632734_683695592@postsnet.com Mime-Version: 1.0 X-Campaign: 733668.732970.632734.683695592 Bounces-To: gotb733668_732970_632734_683695592@postsnet.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Win ADSL Router & ADSL subscription X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: JC Broadband List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 00:14:26 -0000 JC Broadband ADSL Competition To share our excitement about the bright prospects of broadband internet access in South Africa, JC Broadband is running an ADSL competition every month for the next 12 months. The first competition will run from July 15 and end at midnight on August 14 2006. For more details on the competion and to enter, please visit our competion page by clicking the link below: The price include: 1. A free DSL subscrition for 3 months with the following: 5 independent email addresses Free email anti-virus 10MB of web space to create your own website Excellent technical support 2. Free wireless ADSL Router with the following features: ADSL MODEM Wireless router 4 Port 10/100 switch 802.11g access point SPI true firewall JC Broadband P.O. Box 4623, Halfway House, 1685, RSA Tel: 011-695-4814. Fax: 011-695-4811 info@jcbroadband.com You are subscribed as questions@freebsd.org. To unsubscribe please click here: http://postsnet.com/r.html?c=733668&r=732970&t=683695592&l=6&ea=questions@freebsd.org&la=1&o=-75. This mailer was created with Campaigner. http://www.campaigner.com/?testdrive_0 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 00:55: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 2657216A4DA for ; Fri, 7 Jul 2006 00:55:52 +0000 (UTC) (envelope-from drew@mykitchentable.net) Received: from relay04.roc.ny.frontiernet.net (relay04.roc.ny.frontiernet.net [66.133.182.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 886D643D49 for ; Fri, 7 Jul 2006 00:55:51 +0000 (GMT) (envelope-from drew@mykitchentable.net) X-Virus-Scanned: by amavisd-new-2.4.1 at filter10.roc.ny.frontiernet.net Received: from blacklamb.mykitchentable.net (67-137-238-101.dsl2.elk.ca.frontiernet.net [67.137.238.101]) by relay04.roc.ny.frontiernet.net (Postfix) with ESMTP id 0A4D0980FD; Fri, 7 Jul 2006 00:55:40 +0000 (UTC) Received: from [165.107.42.123] (unknown [198.135.224.110]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 880B0164954; Thu, 6 Jul 2006 17:55:39 -0700 (PDT) Message-ID: <44ADB10A.8040801@mykitchentable.net> Date: Thu, 06 Jul 2006 17:55:38 -0700 From: Drew Tomlinson User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Giorgos Keramidas References: <449C0711.3080803@mykitchentable.net> <20060623155433.GA30666@gothmog.pc> <449C5C69.1030702@mykitchentable.net> <20060628144302.GC1161@gothmog.pc> In-Reply-To: <20060628144302.GC1161@gothmog.pc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Simple DNS For Private LAN -- SOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 00:55:52 -0000 I finally had time to fiddle with this and everything is working fine. I used your examples and the "view" statement mentioned my Mathew Seaman to build a BIND 9 DNS server that is authoritative for mykitchentable.net. that is viewable only from clients in my private LAN. My public DNS information is still hosted by ZoneEdit.com as it was before. Thank you for your help. I left your instructions intact below so that someone else may benefit from your efforts when searching the archives. Thanks, Drew -- Be a Great Magician! Visit The Alchemist's Warehouse http://www.alchemistswarehouse.com On 6/28/2006 7:43 AM Giorgos Keramidas wrote: > On 2006-06-23 14:26, Drew Tomlinson wrote: > >>> If you use NAT, then I can guide you through setting up a local >>> ``master zone'' that is only visible inside your home network, and a >>> ``slave zone'' that pulls stuff from ZoneEdit for the >>> ``mykitchentable.net'' domain. I already have a similar setup at >>> home, to let my internal systems (workstation, laptop) see each other >>> with internal names and still use my ISP's name servers for >>> everything else. >>> >>> If you don't use NAT, things are going to be much easier, since you >>> only have to set up the names at ZoneEdit and pull the master zone >>> from there. >>> >> Thank you for your reply. >> > > You're welcome of course :-) > > >> I use NAT for my servers that are visible from the outside so I set >> ZoneEdit to return the same address for all servers at >> mykitchentable.net which is currently 67.137.238.101. >> > > Excellent! This is exactly what I was hoping the setup would be. > > >> Thus www.mykitchentable.net, drew.mykitchentable.net, >> mykitchentable.net, and whatever else. all return 67.137.238.101. >> Based up this, it seems that I should leave ZoneEdit alone and set up >> a local "master zone" visible only to my private LAN as you describe >> above. Being a slave and pulling from ZoneEdit wouldn't have any >> benefit as the public address won't equal the private address. >> > > Quite right. > > >> So assuming I understand correctly, yes, please guide me in setting up >> a local master zone. >> > > Assuming that your local home network uses addresses in the > 192.168.0.0/16 range, you have to set up a local name server which will > recognize and reply for the following zones: > > "drew." # "*.drew" are local home network names > 192.168.0.* # reverse IP address -> name for home hosts > 127.0.0.* # localhost zone (optional) > > Optionally, you can set up a 'slave' zone for the `mykitchentable.net' > hostnames, but this is not obligatory. > > To set up the local nameserver for the local zones mentioned above, you > will need to modify (or create) at least the following files: > > /etc/namedb/named.conf > /etc/namedb/master/drew > /etc/namedb/master/drew.rev > /etc/namedb/master/localhost.rev > /etc/namedb/master/localhost-v6.rev > /etc/rc.conf > > After you finish setting up all these files, you should be able to: > > * Resolve hostnames of the form foo.drew to IP addresses of your > internal home network. > > * Resolve IP addresses of your internal home network to hostnames of > the form foo.drew. > > * Resolve `localhost' to your 127.0.0.1 address (and its IPv6 > equivalent). > > * Check your new named setup and see that it works as expected > > * Troubleshoot your setup, i.e. tweak the logging level of named and > find out what it logs through syslog > > 1. Setting up named.conf > ************************ > > The `named.conf' file is the one BIND reads to find out which `zones' to > load (a `zone' is BIND terminology for what you may have heard being > called a `domain'). > > The FreeBSD source tree contains a sample `named.conf' file at > `/usr/src/etc/namedb/named.conf', which normally gets installed as > `/etc/namedb/named.conf' on your system. This file is not used, until > you decide to enable the `named' daemon though. > > The sample file installed as `/etc/namedb/named.conf' includes several > commented parts that you can use as examples for writing your own > `named.conf' file. > > After you have finished writing your own `named.conf' file it should > contain: > > * An `options' section, with global options that apply to the way > your `named' service works. > > * Optionally, a `logging' section, with the configuration options > that define what is logged, where it is logged, etc. > > * A `root' zone entry, which points to the root DNS servers. An up > to date list is distributed with the FreeBSD source tree, and can > be found at `/usr/src/etc/namedb/named.root'. > > * Optionally, a `localhost' zone entry (for resolving 127.0.0.1 to a > hostname of your choise). > > * Optionally, a `localhost-v6' zone entry (for resolving the IPv6 > equivalent of 127.0.0.1 to a hostname of your choise). > > * A zone entry for your internal, home network. > > 1.1. Global `options' for `named.conf' > ====================================== > > The `options' section of your `named.conf' file defines stuff that tunes > global parameters of the `named' service. After removing the stuff that > is commented out or an example, the `options' section of the default > `named.conf' file looks like this: > > options { > directory "/etc/namedb"; > pid-file "/var/run/named/pid"; > dump-file "/var/dump/named_dump.db"; > statistics-file "/var/stats/named.stats"; > listen-on { 127.0.0.1; }; > }; > > Most of these defaults should work just fine for a standalone `named' > server, but you will have to tweak a bit the `listen-on' option to make > it work in an internal, home network. The default list of addresses > that your `named' server will listen on includes only 127.0.0.1 and this > will make it inaccessible to all the machines of your internal network > (i.e. all machines that have an 192.168.0.0/24 address). > > To let all machines of your internal network query the `named' server > running on your FreeBSD system, you have to add the internal IP address > of the FreeBSD system to that list too, i.e.: > > listen-on { 127.0.0.1; 192.168.0.2; }; > > -------------------------------------------------------------------- > IMPORTANT NOTE: Be carerul not to miss the ';' semicolon after the > second IP address. If you do, then the bogus `listen-on' option > will cause your `named' service to fail starting (but see section 4 > below, ``Troubleshooting named problems'', to see how you can track > this sort of problem and fix it. > -------------------------------------------------------------------- > > There are various other options that you can set in this section. > > The most important is probably the `forwarders' list. This can be used > to let your `named' process ask upstream DNS servers, like the ones your > ISP is probably already using, instead of going all the way to a root NS > for resolving host names and IP addresses. This is quite often a good > idea, as it allows your local `named' process to take advantage of the > cache your ISP's DNS servers already have, speeding up DNS queries a > fair bit. > > A typical `forwarders' section looks a lot like the `listen-on' list you > have already seen above, but this time it lists the IP addresses of the > remote servers instead of your own: > > forwarders { 150.140.141.181; 150.140.141.182; }; > > This would let your `named' service ask the upstream DNS servers at > 150.140.141.181 and 150.140.141.182 for hostnames it cannot resolve > locally. > > 1.2. Setting up a `logging' section > =================================== > > See section 4 further down for information about setting up a `logging' > section, and how you can read the log messages your `named' service will > write. > > 1.3. A `root zone' entry > ======================== > > A `root zone' is a list of IP addresses for the DNS servers that are > called `root name servers'. If you are not using forwaders, your > `named' service will have to query these root name servers for > information about the toplevel DNS domains (i.e. "com", "net", "edu", > "gr", "de", "fr", etc.) > > An example root zone entry is part of `/usr/src/etc/namedb/named.conf'. > You can typically keep this unchanged: > > zone "." { > type hint; > file "named.root"; > }; > > This entry points `named' at the file `named.root' at the directory that > is defined as the default directory in your `options' section. Since > the default directory is set to `/etc/namedb', this entry refers to the > file `/etc/namedb/named.root'. > > Normally, you shouldn't have to edit this entry in `named.conf' or the > `named.root' file. Only change these two if you are *VERY* sure about > what you are doing. > > 1.4. The `localhost' and `localhost-v6' local zones > =================================================== > > The default `named.conf' file that is distributed with FreeBSD includes > two zone entries that allow client-systems that ask your DNS server to > resolve the IP addresses of `localhost' for both IP and IPv6. These > addresses are listed in the usual ``reverse-logic'' order that is used > for IP address -> hostname zones in `named.conf': > > zone "0.0.127.IN-ADDR.ARPA" { > type master; > file "master/localhost.rev"; > }; > > // RFC 3152 > zone > "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA" > { > type master; > file "master/localhost-v6.rev"; > }; > > These two zone entries depend on two files in `/etc/namedb/master' to > work properly. To make things easier for you, FreeBSD provides a shell > script that can auto-generate these files for you, guessing the proper > hostname and domain information from the current hostname of the system > (as reported by running the hostname(1) utility). All you normally have > to do is to keep the entries shown above in your `named.conf' file and > then run the `make-localhost' script in `/etc/namedb': > > # cd /etc/namedb > # sh make-localhost > > Two new files should appear in `/etc/namedb/master' now: > > # cd /etc/namedb/master > # ls -ld localhost* > -rw-r--r-- 1 root wheel - 431 Jun 26 07:56 localhost-v6.rev > -rw-r--r-- 1 root wheel - 431 Jun 26 07:56 localhost.rev > > This should be all it takes. You can manually check the contents of > these files and make changes to them, but it is probably a good idea to > keep them unchanged for now. At least, until you know what the contents > of a ``zone file'' look like and what each part means, you should avoid > making manual changes to these files. > > 1.5. Zone entries for your internal, home network > ================================================= > > Now comes the interesting part. You should also add to your > `named.conf' file a ``zone entry'' for your internal, home network. > > This is not so difficult, but there are a few details that you should > get right and they are spread across at least three files: > > * The `named.conf' file, which contains the zone entries for mapping > hostnames to addresses and for mapping addresses to hostnames. > > * A file under `/etc/namedb/master' that contains the actual > information for mapping hostnames -> IP addresses. > > * A file under `/etc/namedb/master' that contains the actual > information for mapping IP addresses -> hostnames. > > 1.5.1. Adding forward and reverse zone entries in `named.conf' > -------------------------------------------------------------- > > The changes that should be done to `named.conf' are related to the > following two types of hostname <=> address translations: > > * hostname of the form `*.drew' => internal home-network address > > * internal home network address => hostname of the form `*.drew' > > For these two DNS query types, you will need two zone entries in > `named.conf' and two `zone files' in `/etc/namedb/master'. The entries > in `named.conf' can be similar to: > > zone "drew." { > type master; > file "master/drew"; > }; > > zone "0.168.192.in-addr.arpa." { > type master; > file "master/drew.rev"; > }; > > The important points to watch out for while writing these entries are: > > * The zone name is quoted with double-quote characters > > * The zone entries refer to files of the form "master/foo", where > file `foo' maps to `/etc/namedb/master/foo' > > * There are two zone entries for the same set of systems, one to map > hostnames of the form "*.drew" to IP addresses (the "drew." zone > entry), and one to map IP addresses in the IP range 192.168.0.* to > hostnames (the "0.168.192.in-addr.arpa." zone entry). > > * The IP range 192.168.0.* is spelled _backwards_ in the zone entry > that maps it to a file and it has an "in-addr.arpa." suffix. > > The two zone entries are commonly referred to as the `forward' and the > `reverse' zone: > > 1. The `forward' zone is the one that maps hostnames to IP > addresses. > > 2. The `reverse' zone is the one that maps addresses of the form > "0.0.168.192.in-addr.arpa.", "1.0.168.192.in-addr.arpa.", > "2.0.168.192.in-addr.arpa.", "3.0.168.192.in-addr.arpa.", > ... "255.0.168.192.in-addr.arpa." to a hostname. > > You have to manually create the zone files for each one of these zones. > It's not too difficult, since you already have at least two sample zone > files to read as examples: > > /etc/namedb/master/localhost.rev > /etc/namedb/master/localhost-v6.rev > > By looking at these two files and reading the next paragraphs, you > should be able to create your own zone files too :-) > > 1.5.2. Creating a forward lookup zone > ------------------------------------- > > A ``forward lookup zone'' is an entry in `named.conf' that points the > local nameserver to a hostname -> address map. The smallest zone entry > you will typically find in `named.conf' files looks like this: > > zone "drew." { > type master; > file "master/drew"; > }; > > After adding this zone entry in your `named.conf' you should also create > a file in `/etc/namedb/master' called `drew'. This is the file that > will contain the `records' that map hostnames of the form "*.drew" to IP > addresses. Semicolon characters `;' can be used to add comments to > these files. The semicolon and everything else up to the next newline > character are ignored. > > A small zone file can look like this: > > $TTL 3600 > > @ IN SOA bsd.drew. hostmaster.bsd.drew. ( > 2006051501 ; Serial > 3600 ; Refresh > 900 ; Retry > 3600000 ; Expire > 3600 ) ; Minimum > > IN NS bsd.drew. > > IN MX 5 bsd.drew. > IN MX 10 linux.drew. > > localhost IN A 127.0.0.1 > > bsd IN A 192.168.0.1 > linux IN A 192.168.0.2 > laptop IN A 192.168.0.3 > > The format of the ``zone files'' is described online too and in the > documentation of BIND[1], but I'll try to explain some of the more > tricky details. > > * The ``$TTL'' line sets the default time-to-live for the records > that follow. Setting the TTL to 3600 seconds, like above, means > that other name-servers that query your own name-server will ask > after 3600 seconds for a new copy of the records. > > * The '@' special record-name refers to the name of this zone, as it > was defined in the `named.conf' file. > > In the case of the `/etc/namedb/master/drew' zone file, this is > equal to "drew." -- as this the name of the zone recorded in > `named.conf'. > > * The SOA record is a bit strange. It defines far too many things > in one record, but you can read more about each field at [bind9] > > * The MX records are optional. You only need them if you plan to > set up a local mail server that handles all outgoing email for > your internal, home network. > > * Whenever a host name ends in a dot character `.', the currently > defined name of the zone is _not_ appended to the host name. > Adding the final dot means that you know what you are doing and > that you refer to the host by its fully qualified name. > > * The most interesting records are the 'A' ones. They define host > names for systems in the "drew." zone. The full name of the zone > is not repeated as part of each line. It is, rather, implied by > the defined name of this zone (in `named.conf' as usual). > > Whenever you make changes to this zone file, make ABSOLUTELY SURE that > you also update the `Serial' field in your SOA record. Otherwise, other > name-servers will ignore yours and your own name server will not > necessarily reload the information of the zone file. > > 1.5.3. Creating a reverse lookup zone > ------------------------------------- > > A reverse lookup zone is very similar to a forward lookup zone. The > most important difference from the standpoint of someone writing the > `named.conf' entry for this zone and the one writing the actual > `records' in the `/etc/namedb/master/foo.rev' file is that this zone > maps IP addresses to hostnames (reverse DNS lookup). > > Typically, the reverse zones look like this in `named.conf': > > zone "0.168.192.in-addr.arpa." { > type master; > file "master/drew.rev"; > }; > > After adding this zone entry in your `named.conf' you should also create > a file in `/etc/namedb/master' called `drew.rev'. This is the file that > will contain the `records' that map IP addresses like "192.160.0.*" to > hostnames. Semicolon characters `;' can be used to add comments to > these files. The semicolon and everything else up to the next newline > character are ignored. > > A small zone file can look like this: > > $TTL 3600 > > @ IN SOA bsd.drew. hostmaster.bsd.drew. ( > 2006051501 ; Serial > 3600 ; Refresh > 900 ; Retry > 3600000 ; Expire > 3600 ) ; Minimum > > IN NS bsd.drew. > > IN MX 5 bsd.drew. > IN MX 10 linux.drew. > > 1 IN PTR bsd.drew. > 2 IN PTR linux.drew. > 3 IN PTR laptop.drew. > > Note that this is *very* similar to the forward zone, except for a tiny > detail. It contains `PTR' records instead of `A' (address) records. > The `PTR' records map numeric addresses to hostnames with the following > easy scheme: > > * The leftmost column of the `PTR' line is a number from 1 to 254. > > * This number (let's call it "NUM") is prepended to the `zone name' > from `named.conf'. > > * The address "NUM.0.168.192.in-addr.arpa." resolves to the host > name listed after the `PTR' text. > > For example this line: > > 1 IN PTR bsd.drew. > > when it is present in the zone file for `0.168.192.in-addr.arpa.' maps > the address `1.0.168.192.in-addr.arpa.' to the hostname `bsd.drew.'. > > Note the trailing dot in the last-column hostnames, to prevent named > from adding the current zone name as a suffix to the hostname. > > Similarly, you can map 2.0.168.192.in-addr.arpa. to "linux.drew." > (as shown above), 3.0.168.192.in-addr.arpa. to "laptop.drew." etc. > > Just keep in mind, that when you need to add a hostname for the IP > address `192.168.0.X', you can strip the trailing `.X' number, reverse > the parts of the IP address, append `.in-addr.arpa' and then you end up > with: > > 0.168.192.in-addr.arpa. > > This is the zone that you have to add a record for `X' and DNS will care > care of doing the mapping for lookups from `192.168.0.X' to > `X.0.168.192.in-addr.arpa.' for you. > > 2. Setting up your zone files in /etc/namedb/master > *************************************************** > > If you have read and understood everything so far, then you are ready to > set up zone files in your `/etc/namedb/master'. > > Copy the sample zone files from above, modify them at will and save them > under `/etc/namedb/master' using the names configured at the "file" > options of the zone entries in `named.conf'. > > Make sure that you do NOT confuse the `zone name', which is listed right > after the `zone' keyword in `named.conf': > > ==> zone "drew." { > > and the `zone file name', which is listed as the argument of the `file' > option in the zone entry: > > zone "drew." { > type master; > ==> file "master/drew"; > }; > > These are two separate things. > > 3. Enabling named in /etc/rc.conf > ********************************* > > With a fairly recent and up to date `/etc/rc.d/*' collection of startup > files, all you have to do to enable the named daemon is to add a simple > line in `/etc/rc.conf': > > named_enable='YES' > > Then, you can start the `named' daemon by running as `root': > > kobe# /etc/rc.d/named start > > If all goes well, you should be able to see the running daemon by using > ps(1), pgrep(1) or any other tool you find convenient. The following > bash(1) command shows `named' running here: > > kobe# ps xau | { read head; echo "$head"; grep 'named '; } > USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND > bind 12168 0.0 0.3 6124 3444 ?? Ss 1:06AM 0:00.05 /usr/sbin/named -t /var/named -u bind > kobe# > > If this didn't work, then read the following stuff about named logging > setup and try to find out what `named' writes to syslog. This should > help you find out what went wrong. > > 4. Troubleshooting named problems > ********************************* > > Whenever you have any sort of problem with the `named' daemon, you > should first check /var/log/messages for any interesting information, > and then you may find it useful to tweak the logging level and output of > `named'. > > The BIND nameserver that is included with FreeBSD supports an extremely > customizable logging mechanism. Some may argue that logging is *too* > configurable, and thus ends up being confusing, but let's put this aside > for now :) > > Logging is configured by modifying the `named.conf' file, and adding a > `logging' section. There are several predefined `categories' of log > messages and some predefined `channels' where these messages can be sent > to be logged. These are described in the official BIND > documentation[*], so I won't repeat them all here. > > An example of how a `logging' section can be added to `named.conf' is > probably much easier to understand than reading through all the BIND > documentation for logging tips. Here is what I use for the logging > section of the caching named daemon I run at home: > > logging { > category default { default_syslog; default_debug; }; > category security { default_syslog; default_debug; }; > category xfer-in { default_syslog; default_debug; }; > category xfer-out { default_syslog; default_debug; }; > category notify { default_syslog; default_debug; }; > category update { default_syslog; default_debug; }; > category update-security { default_syslog; default_debug; }; > category lame-servers { default_syslog; default_debug; }; > }; > > * NOTE: Watch out for missing semicolon `;' characters. Forgetting to > add one after the last entry in a { ... } block of named.conf or > missing the trailing ';' character _after_ a block is one of the most > common bugs in configuration files that fail to load. This can be > very annoying, especially if you have to spend several hours before > you notice that there is just a tiny missing character that you can > add to fix everything! > > To use this logging section, you can simply copy it into your existing > `named.conf' file, right after the global `options' section and then > restart `named': > > kobe# /etc/rc.d/named restart > Stopping named. > Starting named. > > If all has gone well, and you have no syntax errors in the logging > section you just added, something like the following should appear in > your `/var/log/messages' file: > > kobe# tail -3f /var/log/messages > Jun 24 00:06:34 kobe named[12168]: starting BIND 9.3.2 -t /var/named -u bind > Jun 24 00:06:34 kobe named[12168]: command channel listening on 127.0.0.1#953 > Jun 24 00:06:34 kobe named[12168]: running > > Now just stand back and wait for any other messages from `named' that > point towards a configuration error or other problem. > > 5. Making the local nameserver the default > ****************************************** > > Now you are ready to make your local nameserver the default server to be > contacted for DNS queries. This is done by updating the > `/etc/resolv.conf' file to include something like this: > > $ cat /etc/resolv.conf > search drew. > nameserver 127.0.0.1 > $ > > Now all DNS-using applications should use 127.0.0.1 for their queries. > Similarly, for other machines of the 192.168.0.X network, you should > configure a `resolv.conf' file like this: > > $ cat /etc/resolv.conf > search drew. > nameserver 192.168.0.1 > $ > > 6. Checking your new BIND setup > ******************************* > > If your name server has started without problems, then you are ready to > test it. You can use host(1), dig(1) and nslookup(1) for this. You > should test that at least the following work correctly: > > * Lookup of hostname -> address > > * Lookup of address -> name > > These are easy to do, if you keep in mind that your `name server' is now > 127.0.0.1 (on the name server itself), or 192.168.0.1 (if you are using > "bsd.drew." as your DNS server): > > 1. Testing that 127.0.0.1 resolves correctly to `localhost.drew.' > > bsd# host 127.0.0.1 127.0.0.1 > 1.0.0.127.in-addr.arpa domain name pointer localhost.drew. > > 2. Testing that `localhost.drew.' resolves correctly to `127.0.0.1' > > bsd# host localhost.drew. > localhost.drew has address 127.0.0.1 > > 3. Testing that `*.drew' resolve correctly: > > bsd# bash > bash$ for hname in bsd linux laptop; do host "$hname"; done > bsd.drew has address 192.168.0.1 > linux.drew has address 192.168.0.2 > laptop.drew has address 192.168.0.3 > > Useful BIND Resources > ********************* > > [1] Internet Systems Consortium, Inc. ``BIND 9 Administrator Reference Manual''. > 2000-2005. http://www.isc.org/sw/bind/ , http://www.isc.org/sw/bind/arm93/ , > http://www.isc.org/sw/bind/arm93/Bv9ARM.ch06.html#id2564557 > _______________________________________________ > From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 01: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 7E35716A4DA for ; Fri, 7 Jul 2006 01:28:50 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61013.mail.yahoo.com (web61013.mail.yahoo.com [209.73.179.22]) by mx1.FreeBSD.org (Postfix) with SMTP id 0096343D45 for ; Fri, 7 Jul 2006 01:28:49 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 23752 invoked by uid 60001); 7 Jul 2006 01:28:49 -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=My9ZiX/J5vXngoP+9ftjnKwkRWomgzGOidgA2ouwaiaFqsdIGNNjVj/3+d6m0JVc7waBil52sMBYz1ivrg2jWDgunLKs9KroPuKiHhJ2bveiGnGXgm2zOCATbg64kXMMPgdQBl+wOEOEwmQKSax7WtHc7+5AFxxuJ6wJh9WdAcY= ; Message-ID: <20060707012849.23750.qmail@web61013.mail.yahoo.com> Received: from [69.86.22.118] by web61013.mail.yahoo.com via HTTP; Thu, 06 Jul 2006 22:28:49 ART Date: Thu, 6 Jul 2006 22:28:49 -0300 (ART) From: "E. J. Cerejo" To: Kevin Kinsey In-Reply-To: <44ABF27A.8060103@daleco.biz> 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 Subject: Re: HP Officejet Printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 01:28:50 -0000 Unfortunately it doesn't work with mine. I probably need to go with CUPS I just have no idea where to start, I haven't found any tutorial easy to understand yet. Kevin Kinsey escreveu: E. J. Cerejo wrote: > I'm running FBSD 6.1 release and just got a new printer > for my birthday, it's an HP Officejet 4315 all-in-one, I used to > have an old HP Deskjet 842c and worked fine using apsfilter but I > can't make this one print, I don't see any drivers for it using > apsfilter either, is there a way to make this thing work? > Dunno if it helps, but I print to an HP 6110 all-in-one with the ijs/DESKJET_930 driver and apsfilter with fairly decent results. Kevin Kinsey -- : is not an identifier _______________________________________________ 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" EJC www.only7bucks.com --------------------------------- Yahoo! Copa 2006 - cobertura dos jogos em tempo real e tudo sobre a seleção brasileira! From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 01:35: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 97B0216A4DA for ; Fri, 7 Jul 2006 01:35:57 +0000 (UTC) (envelope-from msherman77@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01BD943D49 for ; Fri, 7 Jul 2006 01:35:56 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: by wx-out-0102.google.com with SMTP id h30so1036132wxd for ; Thu, 06 Jul 2006 18:35: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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uPD90DLNds/9L9V+3drylVMEWhv8A99AUAA+k7ziwNA0+gz7+08xctCC7jUSHIFlpQ7sXrP1W/c+HwP0bpRqeQdfo+HHpX43PrGdmO7PL9RSWATYX5T/RdJt4yxr4aNtQAuWBcWrm2o7lxxsNqCtWD0ArcPSt238OxaMztB6n30= Received: by 10.70.25.10 with SMTP id 10mr9828849wxy; Thu, 06 Jul 2006 18:35:55 -0700 (PDT) Received: by 10.70.89.5 with HTTP; Thu, 6 Jul 2006 18:35:55 -0700 (PDT) Message-ID: Date: Thu, 6 Jul 2006 21:35:55 -0400 From: "Michael S" To: "Jonathan Chen" In-Reply-To: <20060706194341.GA7508@osiris.chen.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060706193016.GC7319@osiris.chen.org.nz> <20060706194341.GA7508@osiris.chen.org.nz> Cc: FreeBSD Mailing List Subject: Re: DNS beginner question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 01:35:57 -0000 No problem. Thanks anyway. On 7/6/06, Jonathan Chen wrote: > On Fri, Jul 07, 2006 at 07:30:16AM +1200, I wrote: > > [ some totally irrelevant stuff ] > > Please disregard my last post. I must learn to read before answering. > > Cheers. > -- > Jonathan Chen > ---------------------------------------------------------------------- > Experience is a hard teacher > because she gives the test first, the lesson afterwards > From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 02:04: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 33B8216A4E2 for ; Fri, 7 Jul 2006 02:04:25 +0000 (UTC) (envelope-from MTaylor@bytecraft.com.au) Received: from wolf.bytecraft.au.com (wolf.bytecraft.au.com [203.39.118.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0993143D5A for ; Fri, 7 Jul 2006 02:04:16 +0000 (GMT) (envelope-from MTaylor@bytecraft.com.au) Received: from localhost (localhost [127.0.0.1]) by wolf.bytecraft.au.com (8.12.11/8.12.11) with ESMTP id k67241Fa035989; Fri, 7 Jul 2006 12:04:01 +1000 (EST) (envelope-from MTaylor@bytecraft.com.au) Received: from wolf.bytecraft.au.com ([127.0.0.1]) by localhost (wolf.bytecraft.au.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 35881-01; Fri, 7 Jul 2006 02:04:00 +0000 (GMT) Received: from svmarshal.bytecraft.au.com ([10.0.0.4]) by wolf.bytecraft.au.com (8.12.11/8.12.11) with ESMTP id k67238N5035973; Fri, 7 Jul 2006 12:03:10 +1000 (EST) (envelope-from MTaylor@bytecraft.com.au) Received: from svmailmel.bytecraft.internal (Not Verified[10.0.0.24]) by svmarshal.bytecraft.au.com with MailMarshal (v5, 0, 3, 78) id ; Fri, 07 Jul 2006 12:03:08 +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: Fri, 7 Jul 2006 12:03:07 +1000 Message-ID: <04E232FDCD9FBE43857F7066CAD3C0F117D43F@svmailmel.bytecraft.internal> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: using fping to monitor internet connection status Thread-Index: AcahD75JXEAWAZAFTRWzfHCA84GA5wAWQ/Ig From: "Murray Taylor" To: "Alex Zbyslaw" , "Paul Hamilton" Cc: freebsd-questions@freebsd.org Subject: RE: using fping to monitor internet connection status X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 02:04:25 -0000 I use fping in an embedded system via a shell script that=20 - pings a user settable list of hosts - records 'presence/absence' of a host - determines changes from the previous cycle - notifies me via a SMS sender with a 'human readable' message =20 derived from the hosts list (ie "Level 3 east switch is missing") NB I also listen for SNMP traps from appropriately cabable devices Fping is in ports /usr/ports/net/fping Murray Taylor Special Projects Engineer Bytecraft Systems P: +61 3 8710 2555 F: +61 3 8710 2599 D: +61 3 9238 4275 E: mtaylor@bytecraft.com.au=20 -- "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=20 =20 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org=20 > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Alex Zbyslaw > Sent: Friday, 7 July 2006 1:20 AM > To: Paul Hamilton > Cc: freebsd-questions@freebsd.org > Subject: Re: using fping to monitor internet connection status >=20 > Paul Hamilton wrote: >=20 > >Hi, > >=20 > >I need to monitor a number of IP addresses, so that if they=20 > ALL go down=20 > >(say three IP's), then that is a pretty good indication that=20 > my server=20 > >has lost internet connectivity. The most probable cause is=20 > usually the=20 > >ADSL router, and therefore needs a reboot. I was hoping to use the=20 > >'fping' program, but looking through the man file, there=20 > doesn't seem=20 > >to be an exit status on loosing ALL the pings. > >=20 > >If one goes down, I don't care, maybe that server is down, so keep=20 > >pinging the other two etc. > >=20 > >I was hoping to write this in Perl (the first fping example=20 > looked ok,=20 > >until I realised that it would activate when any one IP=20 > address became=20 > >unreachable, which means that I am still connected to the Internet). > >=20 > >Any idea's on a ping tool or simple script? > > =20 > > >=20 > Pseudo code for perl or sh or pretty much any language that=20 > can run commands and determine exit staus: >=20 > Set a variable to 0 > For each server > ping server and if it fails increment variable > End foreach >=20 > If variable =3D=3D number of servers then all pings failed. =20 > Variable contains number of unsuccessfully pinged servers. >=20 > Or >=20 > Set a variable to 0 > For each server > ping server and if succeeds, increment variable > End foreach >=20 > If variable =3D=3D 0 then all pings failed. Variable=20 > contains number of successfully pinged servers. >=20 > From sh "ping -c 1 -q host > /dev/null 2>&1" will ping host=20 > and set status with no actual output. >=20 > Never heard of fping. >=20 > --Alex >=20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list=20 > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" >=20 > ***This Email has been scanned for Viruses by MailMarshal.*** >=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 Email has been scanned for Viruses by MailMarshal.*** From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 02:20: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 9B0E816A4DE for ; Fri, 7 Jul 2006 02:20:54 +0000 (UTC) (envelope-from fbsd-questions@mawer.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 986C643D49 for ; Fri, 7 Jul 2006 02:20:52 +0000 (GMT) (envelope-from fbsd-questions@mawer.org) Received: from 203-206-173-235.perm.iinet.net.au (HELO [127.0.0.1]) ([203.206.173.235]) by mail-ihug.icp-qv1-irony2.iinet.net.au with ESMTP; 07 Jul 2006 10:14:49 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.06,215,1149436800"; d="scan'208"; a="544373478:sNHT8778547682" Message-ID: <44ADC379.7020808@mawer.org> Date: Fri, 07 Jul 2006 12:14:17 +1000 From: Antony Mawer User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: William References: <20060630072718.GA69997@owl.midgard.homeip.net> <44A862F5.80203@mawer.org> <001b01c69f27$7a58f8f0$3c01a8c0@coolf89ea26645> <022601c69f49$7d6be5d0$3c01a8c0@coolf89ea26645> <003601c6a0c4$b9437d80$3c01a8c0@coolf89ea26645> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Ted Mittelstaedt Subject: Re: FreeBSD 6.0 compat with DL320 G4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 02:20:54 -0000 On 6/07/2006 4:26 PM, William wrote: > Server got here, FreeBSD 6.1 went on easy as you like and then I > installed the intel card when it got here... I havent had to recompile > a thing and its detected the card fine. I've appied an IP address, > cvsup/install a few ports without any issues.. > > > dmesg goodness: > em0: port > 0x4000-0x401f mem 0xfdee0000-0xfdefffff,0xfdec0000-0xfdedffff irq 16 > at device 0.0 on pci2 > em0: Ethernet address: 00:15:17:0b:e6:18 > em1: port > 0x4020-0x403f mem 0xfdea0000-0xfdebffff,0xfde80000-0xfde9ffff irq 17 > at device 0.1 on pci2 > em1: Ethernet address: 00:15:17:0b:e6:19 > > Should I grab the latest copy of the driver (off intel's website) and > recompile anyway? It sounds like you were lucky with your card -- we tried a 6.1 installation and it did not detect our Intel Pro/1000PT card, while the 7-CURRENT driver did. A back-port of the 7-CURRENT driver looked relatively non-trivial, but the Intel driver for 6.x saved the day. If it's all working properly, then you should be right to continue with the 6.1 driver you are currently using. "If it ain't broke, don't fix it"! Cheers Antony From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 04:29: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 55F4716A4DA for ; Fri, 7 Jul 2006 04:29:51 +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 8C8D443D46 for ; Fri, 7 Jul 2006 04:29:50 +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 k674TlvY093964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 7 Jul 2006 11:29:47 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k674TkjX027354; Fri, 7 Jul 2006 11:29:46 +0700 (ICT) Date: Fri, 7 Jul 2006 11:29:46 +0700 (ICT) Message-Id: <200607070429.k674TkjX027354@banyan.cs.ait.ac.th> From: Olivier Nicole To: questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: Subject: Creating vinum RAID 1 on place X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 04:29:51 -0000 Hi, Is there a trick on the way to build a vinum RAID 1 without backup-in the data first? I have the two disk that will get mirrored. One of the disk if formated as UFS 4.2 and already holds all the data. The second disk is blank. NormallyI should start with 2 blank disks, label them as vinum, create the vinum plex, then push the data on that RAID. Is there a way to do it without blanking both disk first (a RAID 0 on a single disk, copy the data on the RAID 0), label the other disk as vinum and create a RAID1? best regards, Olivier From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 04:54: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 D1AEB16A4DE for ; Fri, 7 Jul 2006 04:54:27 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay1.av-mx.com (relay1.av-mx.com [137.118.16.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EAAA43D45 for ; Fri, 7 Jul 2006 04:54:27 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.61] (HELO mx0.av-mx.com) by relay1.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 313450024 for freebsd-questions@freebsd.org; Fri, 07 Jul 2006 00:54:26 -0400 Received: (qmail 23588 invoked from network); 7 Jul 2006 04:54:26 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by 0 with SMTP; 7 Jul 2006 04:54:26 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44ADE900.5080104@ywave.com> Date: Thu, 06 Jul 2006 21:54:24 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: Andrew Pantyukhin References: <44666077.2040506@trancegeek.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Tom Norris , freebsd-questions@freebsd.org Subject: Re: Is there a daemon/program for FreeBSD that accepts Microsoft RDP connections? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 04:54:27 -0000 Andrew Pantyukhin wrote: > On 5/14/06, Tom Norris wrote: >> Hello everyone, >> >> I'm trying to convince my boss to let me set up a FreeBSD system as file >> server. He said he would allow it if he could use Microsoft's RDP >> client (not VNC or SSH :( ) to connect and monitor the machine at his >> whim. Are there any daemons that will take incoming RDP connections? > > I just found out about xrdp: http://xrdp.sourceforge.net/ > > It's not ported yet, though. FWIW, xrdp compiles with minor mods to the Makefiles (remove all references to -ldl). After install it appears to require a VNC server running on localhost:5910. After pointing krfb to listen on 5910, I was able to connect to my FreeBSD box using mstsc.exe from a Windows XP box. There's hope that it's a relatively easy port. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 05:28: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 4B04816A4DA for ; Fri, 7 Jul 2006 05:28:01 +0000 (UTC) (envelope-from arungnair@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 A246043D45 for ; Fri, 7 Jul 2006 05:28:00 +0000 (GMT) (envelope-from arungnair@gmail.com) Received: by ug-out-1314.google.com with SMTP id e2so2367815ugf for ; Thu, 06 Jul 2006 22:27:59 -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=g0Affu2gWE1WWfxhGT+qLVKesjWu8i8Gu1yGFAuXZgUlIQniHfZ4uB2DtlIBVkc75iCbVQdy0QBAGr5WW4MKSXbQjcBjX3y3Qp7qcpgaOIG4YHwRaFLww0D15pLMVGd+0cnKDpPOLHmKX/rYpmxntcJtxA+BSlWmDEs9q2tvmAE= Received: by 10.78.140.17 with SMTP id n17mr510469hud; Thu, 06 Jul 2006 22:27:59 -0700 (PDT) Received: by 10.78.183.18 with HTTP; Thu, 6 Jul 2006 22:27:59 -0700 (PDT) Message-ID: <3fa7d6a0607062227l29bacbd0obd24a572d22a1c6f@mail.gmail.com> Date: Fri, 7 Jul 2006 10:57:59 +0530 From: "Arun G Nair" 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: unable to mount VCD's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 05:28:01 -0000 Hi, Am unable to mount VCD's on freebsd 6.1. I have a custom kernel. When trying to mount it says input/output error. Am trying to copy a VCD as i can't play the last part of any vcd. Mplayer always says broken frame when it reaches the end. :( I can mount all other data CD's. TIA -- ...Keep Smiling... From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 06:41: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 6602C16A4DD for ; Fri, 7 Jul 2006 06:41:25 +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 B525C43D4C for ; Fri, 7 Jul 2006 06:41:24 +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 k676fLGl014951; Fri, 7 Jul 2006 08:41:21 +0200 (CEST) (envelope-from philippe.lang@attiksystem.ch) Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Fri, 7 Jul 2006 08:41:21 +0200 Content-Type: multipart/signed; boundary="----=_NextPart_000_0004_01C6A1A1.1EB20E70"; micalg=SHA1; protocol="application/x-pkcs7-signature" X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Message-ID: <6C0CF58A187DA5479245E0830AF84F421D0ED9@poweredge.attiksystem.ch> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: jail login and replication problems Thread-Index: AcahTc3Tyg7k0WH0QZGckuTk5qeGsgAQi+lQ From: "Philippe Lang" To: "patrick" , "Dan Rue" X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.49 on 10.0.0.111 Cc: freebsd-questions@freebsd.org Subject: RE: jail login and replication problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 06:41:25 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0004_01C6A1A1.1EB20E70 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit owner-freebsd-questions@freebsd.org wrote: > Hi Dan, > > Did you ever find a solution to this problem? I've had the > exact same problem, and have tried various different things > to resolve it... all to no avail. It's really annoying have > to remake the jail from scratch every time, as I'd much > rather do the configuration once, and use it as a > cookie-cutter for future jails. Hi, For duplicating jail, use the utility called "cpdup". Tar does not work for this. Bye Philippe > Patrick > > On 7/26/05, Dan Rue wrote: >> Greetings, >> >> I am setting up multiple jails on a machine. The first jail, >> everything works fine. If I add a user, that user can log in. If I >> tar cvzpf the jail, tar xvzpf to create a new one, some people can >> log into the new jail, and some can not. >> >> The user that can log in to the new one was the first user created >> (me), but any subsequent users can not log into new jails.. >> >> The symptom is right after accepting the password via ssh, the >> connection will just get dropped. I could not find any good error >> messages using ssh.. But if I enable telnet and try to telnet in, I >> receive this error in /var/log/messages: >> >> Jul 26 16:11:46 jail3 login: _secure_path: cannot stat >> /home/user3/.login_conf: Permission denied Jul 26 16:11:46 jail3 >> login: _secure_path: cannot stat /etc/login.conf: Permission denied >> Jul 26 16:11:46 jail3 login: _secure_path: cannot stat >> /home/user3/.login_conf: Permission denied Jul 26 16:11:46 jail3 >> login: _secure_path: cannot stat /etc/login.conf: Permission denied >> >> The permissions on those files are fine. >> >> So what would cause that error in jails that have been replicated >> using tar, but only to some users? I'm stumped.. >> >> Here's my rc.conf exerpt: >> >> jail_enable="YES" >> jail_list="jail3" >> jail_socket_unixiproute_only="NO" >> jail_sysvipc_allow="YES" # allow shared mem on all jails >> >> jail_jail3_rootdir="/jails/jail3" >> jail_jail3_hostname="jail3.example.com" >> jail_jail3_ip="10.0.0.203" >> jail_jail3_procfs_enable="YES" >> jail_jail3_devfs_enable="YES" >> jail_jail3_devfs_ruleset="devfsrules_jail" >> >> tia, >> 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" >> > _______________________________________________ > 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" --------------- Philippe Lang Attik System ------=_NextPart_000_0004_01C6A1A1.1EB20E70 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 hvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDYwNzA3MDY0MTIwWjAjBgkqhkiG 9w0BCQQxFgQUl1Cpahvjn5mBeSY2whdWzbdsdvkwZwYJKoZIhvcNAQkPMVowWDAKBggqhkiG9w0D BzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgw BwYFKw4DAhowCgYIKoZIhvcNAgUwgYUGCSsGAQQBgjcQBDF4MHYwYjELMAkGA1UEBhMCWkExJTAj BgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJz b25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhBHWGGn2tcJJtAj+Azn3wIrMIGHBgsqhkiG9w0BCRAC CzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0 ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhBHWGGn2tcJ JtAj+Azn3wIrMA0GCSqGSIb3DQEBAQUABIGAqqKbuNtrfIaxU12ozzXcMYlqsWlk8E1D9OjyCEUw zltKURf8sb4xQf3+Lumu2szzyLdN7dsD9UpD2PPHe376pMX0QaET7jGcsOy8g7VAZlYsonKvyxgI VCGZTY5z9TJlynx5WZXI6SDZM5Uvgd4vaG7rZwxaYxJvz0pEcVfC9GkAAAAAAAA= ------=_NextPart_000_0004_01C6A1A1.1EB20E70-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 07:00: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 5E04816A4E6 for ; Fri, 7 Jul 2006 07:00:18 +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 F2E9D43D5A for ; Fri, 7 Jul 2006 07:00:16 +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 1FykJv-000Azr-Gz; Fri, 07 Jul 2006 01:00:11 -0600 In-Reply-To: <6C0CF58A187DA5479245E0830AF84F421D0ED9@poweredge.attiksystem.ch> References: <6C0CF58A187DA5479245E0830AF84F421D0ED9@poweredge.attiksystem.ch> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <482FAEE3-4457-46F0-89B2-C1F86F6FBBAC@shire.net> Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Fri, 7 Jul 2006 01:00:10 -0600 To: Philippe Lang X-Mailer: Apple Mail (2.750) 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: Free BSD Questions list Subject: Re: jail login and replication problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 07:00:18 -0000 On Jul 7, 2006, at 12:41 AM, Philippe Lang wrote: > owner-freebsd-questions@freebsd.org wrote: > >> Hi Dan, >> >> Did you ever find a solution to this problem? I've had the >> exact same problem, and have tried various different things >> to resolve it... all to no avail. It's really annoying have >> to remake the jail from scratch every time, as I'd much >> rather do the configuration once, and use it as a >> cookie-cutter for future jails. > > Hi, > > For duplicating jail, use the utility called "cpdup". Tar does not > work for this. Why not? I use it (though in a modified way -- I tar a base jail without /bin /usr etc but with /etc etc and then I use nullfs mounts to duplicate one base jail install. But my /etc in each jail is copied with tar (as is a bunch of stuff including the base / with dirs for usr bin sbin etc) and it works Chad > > Bye > > Philippe > >> Patrick >> >> On 7/26/05, Dan Rue wrote: >>> Greetings, >>> >>> I am setting up multiple jails on a machine. The first jail, >>> everything works fine. If I add a user, that user can log in. If I >>> tar cvzpf the jail, tar xvzpf to create a new one, some people can >>> log into the new jail, and some can not. >>> >>> The user that can log in to the new one was the first user created >>> (me), but any subsequent users can not log into new jails.. >>> >>> The symptom is right after accepting the password via ssh, the >>> connection will just get dropped. I could not find any good error >>> messages using ssh.. But if I enable telnet and try to telnet in, I >>> receive this error in /var/log/messages: >>> >>> Jul 26 16:11:46 jail3 login: _secure_path: cannot stat >>> /home/user3/.login_conf: Permission denied Jul 26 16:11:46 jail3 >>> login: _secure_path: cannot stat /etc/login.conf: Permission denied >>> Jul 26 16:11:46 jail3 login: _secure_path: cannot stat >>> /home/user3/.login_conf: Permission denied Jul 26 16:11:46 jail3 >>> login: _secure_path: cannot stat /etc/login.conf: Permission denied >>> >>> The permissions on those files are fine. >>> >>> So what would cause that error in jails that have been replicated >>> using tar, but only to some users? I'm stumped.. >>> >>> Here's my rc.conf exerpt: >>> >>> jail_enable="YES" >>> jail_list="jail3" >>> jail_socket_unixiproute_only="NO" >>> jail_sysvipc_allow="YES" # allow shared mem on all jails >>> >>> jail_jail3_rootdir="/jails/jail3" >>> jail_jail3_hostname="jail3.example.com" >>> jail_jail3_ip="10.0.0.203" >>> jail_jail3_procfs_enable="YES" >>> jail_jail3_devfs_enable="YES" >>> jail_jail3_devfs_ruleset="devfsrules_jail" >>> >>> tia, >>> 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" >>> >> _______________________________________________ >> 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" > > > --------------- > Philippe Lang > Attik System > --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 08:01: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 67E0016A4DE for ; Fri, 7 Jul 2006 08:01:37 +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 0C32D43D72 for ; Fri, 7 Jul 2006 08:01:34 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.0.210] (c-24-130-79-25.hsd1.ca.comcast.net [24.130.79.25]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id k6781SSc034823 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 7 Jul 2006 04:01:29 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <44AE14F5.3020608@p6m7g8.com> Date: Fri, 07 Jul 2006 01:01:57 -0700 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060627) MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: dev@perl.apache.org Subject: BSD::Resource and getrusage(2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 08:01:37 -0000 Hi, I'm trying do determine the units for one of the fields returned by getrusage(2) man page on 6.0-RELEASE-p5 says this: 2 maxrss maximum shared memory or current resident set 3 ixrss integral shared memory ru_ixrss an ``integral'' value indicating the amount of memory used by the text segment that was also shared among other pro- cesses. This value is expressed in units of kilobytes * ticks-of-execution. Ticks are statistics clock ticks. The statistics clock has a frequency of sysconf(_SC_CLK_TCK) which to me implies thats in kilobytes, but to the contrary, we have the following CPAN rt: https://rt.cpan.org/Ticket/Display.html?id=18230 I'll paste the import part of this here so you don't have to follow the link >ApacheSizeLimit on bsd systems uses BSD::Resource to get the memory and >shared-pages size. > sub bsd_size_check { > return (&BSD::Resource::getrusage())[2,3]; > } I also have a local test based on the recent Apache::SizeLimit work from Dave Rolsky where maxrss > ixrss (Apache-Test output snipped) # '14124' maxrss # > # '52080' ixrss I tried looking in src/sys/kern/kern_resource.c but I didn't find anything that told me the units. My inkling is the documentation is WRONG. ------------------------------------------------------------------------ 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 Fri Jul 7 08:07: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 42CF816A4DA for ; Fri, 7 Jul 2006 08:07:59 +0000 (UTC) (envelope-from bigbrother@bigb3.homeftp.net) Received: from mail.duth.gr (mail.duth.gr [192.108.114.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79A2143D76 for ; Fri, 7 Jul 2006 08:07:55 +0000 (GMT) (envelope-from bigbrother@bigb3.homeftp.net) Received: from bigb3.homeftp.net (b9-25.xan.duth.gr [193.92.211.25]) by mail.duth.gr (8.13.1/8.13.1) with ESMTP id k6787rtO007218 for ; Fri, 7 Jul 2006 11:07:53 +0300 (EEST) (envelope-from bigbrother@bigb3.homeftp.net) Received: from bigb3.homeftp.net (localhost.bbcluster.gr [127.0.0.1]) by bigb3.homeftp.net (8.13.6/8.13.6) with ESMTP id k6781X2W075676 for ; Fri, 7 Jul 2006 11:01:34 +0300 (EEST) (envelope-from bigbrother@bigb3.homeftp.net) Received: from localhost (bigbrother@localhost) by bigb3.homeftp.net (8.13.6/8.13.6/Submit) with ESMTP id k6781XoU075673 for ; Fri, 7 Jul 2006 11:01:33 +0300 (EEST) (envelope-from bigbrother@bigb3.homeftp.net) Date: Fri, 7 Jul 2006 11:01:33 +0300 (EEST) From: BigBrother-{BigB3} To: freebsd-questions@freebsd.org Message-ID: <20060707102909.X97080@bigb3.homeftp.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.51 on 192.108.114.110 X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-1.6 (mail.duth.gr [192.108.114.110]); Fri, 07 Jul 2006 11:07:53 +0300 (EEST) Subject: 'unregistered_only' in natd does not work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bigb3brother@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 08:07:59 -0000 Summary: NATD translates source addresses even though it should not because unregistered_only is set and the IPs do not belong to RFC 1918 (like 192.168....) Hi List, I have a very strange problem in my FreeBSD bigb3 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jun 6 I am using the ftpd with inetd. I have specified via sysctl IP_PORTRANGE_DEFAULT and IP_PORTRANGE_HIGH net.inet.ip.portrange.first: 49152 net.inet.ip.portrange.last: 65535 net.inet.ip.portrange.hifirst: 49152 net.inet.ip.portrange.hilast: 65535 and I have opened my ipfw firewall for these ranges. In natd.conf I am using: same_ports yes unregistered_only yes use_sockets yes log_denied yes interface vr0 and I am using ipfw with $fwcmd add 15000 divert natd all from any to any via $oif ***** T H E P R O B L E M ****** I have trouble making a passive ftp connection to work, because every time natd changed source port even though it should not. Sometimes it changes within the IP_PORTRANGE_DEFAULT but sometimes it changes it to something completely irrelevant like 30000 The verbose log of natd shows this: Out {default} [TCP] 193.92.?????:55211 -> 193.92.????:3866 aliased to [TCP] 193.92.??????:37962 -> 193.92.?????:3866 Thus it shows that the outside IP and port (55211) in the source field was changed to another source port (37962), even though this is not required. My IPFW denies ports lowers than 49152 and thus it drops this and logs that this packets was denied. Can you help me please of how to either 1) instruct natd NOT to translate ports if it is not required (unregistered_only seems that it does not work) or, 2) instruct natd to translate ports which belong to either IP_PORTRANGE_DEFAULT or another defined portrange? Thank you very very much in advance, Best Regards, BB p.s. After searching the freebsd bugs database I found Problem Report bin/77089 : /sbin/natd: natd ignores -u with passive FTP http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/77089, which seems similar. Any clues except re-arranging the firewall rules, as the author of the previous post suggests? --- Dixi et animan levavi From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 08:12: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 D0E3916A4E1 for ; Fri, 7 Jul 2006 08:12:36 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F2D643D72 for ; Fri, 7 Jul 2006 08:12:35 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k678BO6Z061885; Fri, 7 Jul 2006 03:11:45 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <44AE1721.2010000@daleco.biz> Date: Fri, 07 Jul 2006 03:11:13 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.4) Gecko/20060623 SeaMonkey/1.0.2 MIME-Version: 1.0 To: Worth Bishop References: <009201c6a14d$60ffac00$0801000a@S0030153310> In-Reply-To: <009201c6a14d$60ffac00$0801000a@S0030153310> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Unable to boost maxusers in custom 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: Fri, 07 Jul 2006 08:12:36 -0000 Worth Bishop wrote: > Running FreeBSD 4.3 (I know - upgrade on the way, but would like to know > what's going on here for future ref), on AMD Athlon MP 1600 (1393.79-MHz > 686-class CPU) with 1.5 Gb RAM. Ran up against 'too many files' problem, > dropped packets, maxing out mbuf's, proc files, etc. > > Attempted to compile custom kernel based on GENERIC only by changing > maxusers from 32 to (first) 512, then 256, then 128. No matter what, > system rebooted with 32 maxusers, 4096 mbugs, 1024 max mbuf clusters, > 1024 maxfiles. Can reset maxfiles via sysctl, but why won't maxusers stick? > > Have tried building both with: > > # /usr/sbin/config MYKERNEL > # cd ../../comple/MYKERNEL > # make depend > # make > # make install > # reboot > > and with > > # cd /usr/src > # make buildkernel KERNCONF=MYKERNEL > # make installkernel KERNCONF=MYKERNEL > # reboot > > No discernable error messages. > > What am I missing? > First, I guess, be sure that it's using the file you're specifying. Next, hmm, per the Handbook, have you tried "0" (to let the system "auto-tune" itself?) That said, after 4.5*, you can set this variable in /boot/loader.conf ... I've no idea ATM whether or not this behavior was "MFC'ed" back into your code stream or not ... (surely you're not running 4.3 UNPATCHED) you may wish to check /boot/defaults/loader.conf for evidence of this theory, and, if you find it, give that a try as well. HTH, Kevin Kinsey *This information isn't in the handbook (I don't think ... I sent a doc PR a day or two ago on it due to a post here by someone who was having troubles in the same area, I guess...). From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 08:27: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 65C4F16A4DD for ; Fri, 7 Jul 2006 08:27:05 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE59F43D45 for ; Fri, 7 Jul 2006 08:27:04 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k678R2x14059; Fri, 7 Jul 2006 01:27:03 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Message-ID: <002d01c6a19f$35bd7ac0$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "freebsd-questions" , "dick hoogendijk" References: <20060705073724.GC29631@lothlorien.nagual.st><004301c6a0bd$0d36dc00$3c01a8c0@coolf89ea26645> <20060706155340.GA7731@lothlorien.nagual.st> Date: Fri, 7 Jul 2006 01:27:36 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: Subject: Re: HP Officejet Printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 08:27:05 -0000 ----- Original Message ----- From: "dick hoogendijk" To: "freebsd-questions" Sent: Thursday, July 06, 2006 8:53 AM Subject: Re: HP Officejet Printer > On 05 Jul Ted Mittelstaedt wrote: > > > > http://www.linuxprinting.org/show_printer.cgi?recnum=HP-OfficeJet_4300 > > > > "...these printers are supported by the "hpijs" driver beginning from > > version 1.3. The driver supports resolutions only up to 600 dpi, head > > alignment settings stored in the printer are not made use of, so use a > > one-cartridge (CMY) printing mode in case of mis-alignments...." > > > > "perfectly"? > > > ----- Original Message ----- > > From: "dick hoogendijk" > > > This printer works perfectly with apsfilter. The latter does /not/ > > > need cups (luckely imho) but works very well with the standard unix > > > lpd. > > OK, the definition for perfectly does not agree with my statement. > Otoh, my laserjet uses 600dpi and that is (for normal use) quite good. > If I need higher qualities I use a printshop. > As I understood the OP is a home user and in that sence 600dpi is ok. > As for the heads: you have a point there. > I could live with that and would buy a one-head-cartridge though;-) > > And, most importantly (to me), NO cups ;-) > Yeah, they are uncomfortable things to wear, aren't they? ;-) A long time ago I posted instructions to the list on how to replace cups with lpr, given -any- printer, -any- driver. What I have observed is the prevelance of the use of cups in the online guides for hooking up printers is because most people writing most of those guides out there really don't understand how all the programs interrelate with each other, and are merely copying other people's guides in how to set the things up. Just about all the online printer setup guides that use cups in the examples are tracable back to the instructions for setting up a printer in gnome, on a Linux box where the distribution had gnome preinstalled, since cups is also preinstalled. All cups does is muck with config files, it does not actually do any conversion. The engines that do the heavy lifting are ghostscript, which either converts postscript input direct to printerspeak, for the limited number of drivers compiled into it, or converts it to an intermediate format that is massaged by gimpprint, or the manufacturers driver (ie: hp's driver for example) into the printerspeak needed by the particular printer model. You do not need cups, or apsfilter for that matter, to plug the engines into each other. The other thing that is often missed is that for printers like the Epson stylus c84 that I have, or the officejet that the OP has, to get from postscript into the gross muck that these winprinters can understand, takes a huge amount of CPU cycles for anything complex. Pentium systems under 1Ghz need not apply. Ted From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 08:30: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 A375E16A4DF for ; Fri, 7 Jul 2006 08:30:21 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1981C43D70 for ; Fri, 7 Jul 2006 08:30:13 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k678U4x14087; Fri, 7 Jul 2006 01:30:04 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Message-ID: <003401c6a19f$a2002bb0$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "William" References: <20060630072718.GA69997@owl.midgard.homeip.net> <44A862F5.80203@mawer.org> <001b01c69f27$7a58f8f0$3c01a8c0@coolf89ea26645> <022601c69f49$7d6be5d0$3c01a8c0@coolf89ea26645> <003601c6a0c4$b9437d80$3c01a8c0@coolf89ea26645> Date: Fri, 7 Jul 2006 01:30:40 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: Antony Mawer , freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.0 compat with DL320 G4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 08:30:21 -0000 If it works then let it alone. What model of PT card did you get? The single-port one? Ted ----- Original Message ----- From: "William" To: "Ted Mittelstaedt" Cc: "Antony Mawer" ; Sent: Wednesday, July 05, 2006 11:26 PM Subject: Re: FreeBSD 6.0 compat with DL320 G4 > Thanks Ted, > > Server got here, FreeBSD 6.1 went on easy as you like and then I > installed the intel card when it got here... I havent had to recompile > a thing and its detected the card fine. I've appied an IP address, > cvsup/install a few ports without any issues.. > > > dmesg goodness: > em0: port > 0x4000-0x401f mem 0xfdee0000-0xfdefffff,0xfdec0000-0xfdedffff irq 16 > at device 0.0 on pci2 > em0: Ethernet address: 00:15:17:0b:e6:18 > em1: port > 0x4020-0x403f mem 0xfdea0000-0xfdebffff,0xfde80000-0xfde9ffff irq 17 > at device 0.1 on pci2 > em1: Ethernet address: 00:15:17:0b:e6:19 > > Should I grab the latest copy of the driver (off intel's website) and > recompile anyway? > > Cheers, > > Will > > > On 06/07/06, Ted Mittelstaedt wrote: > > > > Go here: > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/em/ > > > > click on the file you want. You will probably need all the files there > > other than LICENSE and README > > > > right-click download, save to disk, copy to your running freebsd system, > > from that system copy to freebsd-formatted floppy disk, unmount floppy disk, > > take disk to dl320, mount disk, copy to /usr/src/sys/dev/em/ and recompile > > the kernel. > > > > Ted > > > > ----- Original Message ----- > > From: "William" > > To: "Ted Mittelstaedt" > > Cc: "Antony Mawer" ; > > > > Sent: Tuesday, July 04, 2006 2:47 AM > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > Ted, > > > > > > Apoligises for being difficult, I must be suffering from my super > > > early mornings and information overload. > > > > > > Thank you for explaining it, my dealer has picked up on the fact that > > > I'll require the PT instead of MT card that I suggested. > > > > > > Thanks again for your help, what would be the best way of grabbing the > > > latest driver for em for the 1000PT card? > > > > > > Regards, > > > > > > Will > > > > > > On 04/07/06, Ted Mittelstaedt wrote: > > > > I think your trying to second-guess very simple instructions and making > > > > things very > > > > hard for yourself. I'll try to explain one last time then I'll throw my > > > > hands up in > > > > the air > > > > > > > > The HP DL320 G4 slots, whether PCI-X or PCI Express, to be accessible, > > > > MUST USE A RISER CARD. HP has TWO different riser cards available. > > > > > > > > BOTH riser cards have TWO slots, a half-height and a full height. > > > > > > > > The first riser card has a half-height PCI-Express slot, and a > > full-height > > > > PCI Express slot. This is the riser card that is supplied by the > > factory > > > > and it comes with the server. > > > > > > > > The second riser card is OPTIONAL and it contains a half-height > > > > PCI-Express slot and a full-height PCI-X slot. It REPLACES the > > > > factory-supplied riser card, if you use it. > > > > > > > > > > > > The Intel MT card is a PCI-X card. It will not fit in a PCI Express > > slot. > > > > It > > > > works with FBSD 6.1 > > > > > > > > The Intel PT card is a PCI Express card. It will not fit in a PCI-X > > slot. > > > > It does not work with FBSD 6.1 unless you load the driver. > > > > > > > > You can either do ONE of the following: > > > > > > > > 1) Use the Intel MT card with the optional HP PCI-X riser card. This > > works > > > > out > > > > of box with FBSD 6.1 > > > > > > > > 2) Use the Intel PT card with the HP riser card that ships with the > > server. > > > > This DOES > > > > NOT work out of the box with FBSD 6.1 You MUST load the current driver > > for > > > > this to work. > > > > > > > > You CANNOT USE the MT card with the riser card that ships with the > > server. > > > > > > > > You CANNOT use a low-profile PCI-X card because the optional PCI-X > > > > riser card DOES NOT HAVE a low profile PCI-X slot. It has a standard > > > > height PCI-X slot ONLY. > > > > > > > > Incidentally the fact that your HP dealer cannot apparently explain this > > to > > > > you pretty much means YOUR HP DEALER SUCKS THE BIG WEENIE. > > > > > > > > Ted > > > > > > > > ----- Original Message ----- > > > > From: "William" > > > > To: "Ted Mittelstaedt" > > > > Cc: "Antony Mawer" ; > > > > > > > > Sent: Monday, July 03, 2006 11:05 PM > > > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > > > > > > > Ok, I think its best I just order a Intel MT card with the low profile > > > > > PCI-X adapter instead of flapping about with these riser cards and > > > > > then just use 6-stable. All getting quite confusing. > > > > > > > > > > On 04/07/06, Ted Mittelstaedt wrote: > > > > > > > > > > > > Correct, it will not fit - unless you order the PCI-X riser card > > from HP > > > > and > > > > > > replace the PCI-Express riser card that ships with the 320 with the > > > > PCI-X > > > > > > riser card. > > > > > > > > > > > > Ted > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: "William" > > > > > > To: "Antony Mawer" > > > > > > Cc: ; "Ted Mittelstaedt" > > > > > > > > > > > > Sent: Monday, July 03, 2006 10:56 AM > > > > > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > > > > > > > > > > > > > Did you guys say the card I've got in another box wont fit into a > > 320? > > > > > > > > > > > > > > On 03/07/06, Antony Mawer wrote: > > > > > > > > On 29/06/2006 9:27 PM, Erik Trulsson wrote: > > > > > > > > > On Fri, Jun 30, 2006 at 07:56:00AM +0100, William wrote: > > > > > > > > >> Antony, > > > > > > > > >> > > > > > > > > >> I've got an Intel card in production already on a homebrew > > box, > > > > the > > > > > > > > >> code is INTEL-PWLA8492MT and description is "Intel Dual Port > > > > Server > > > > > > > > >> Adapter 10/100/1000". Any idea if that will do? > > > > > > > > > > > > > > > > > > That is a PRO/1000 MT card, which is a PCI-X adapter and is > > > > supported > > > > > > > > > by the standard em(4) driver in FreeBSD 6.x, > > > > > > > > > > > > > > > > > > The PRO/1000 PT mentioned below is a PCI-Express adapter and > > is > > > > not > > > > > > > > > supported by the standard driver in 6.x, but (as mentioned) > > should > > > > > > > > > be supported by the driver available from Intel. > > > > > > > > > > > > > > > > If you wish to utilise the PCI Express expansion slots by using > > a > > > > > > > > Pro/1000 PT network adapter, the procedure to follow might be > > > > something > > > > > > > > like be this: > > > > > > > > > > > > > > > > 1. Install 6.1-RELEASE from CD, being sure to install the kernel > > > > source > > > > > > > > 2. Obtain the latest Intel driver for FreeBSD 6.x (if it is > > still > > > > not > > > > > > > > available on the website, email me and I will send it to you) > > > > > > > > 3. Burn the driver onto a CD or other media and copy it onto the > > > > server > > > > > > > > 4. Extract the driver source, and copy the if_em* files across > > into > > > > > > > > /usr/src/sys/dev/em/ > > > > > > > > 5. Build a new kernel (GENERIC will suffice) which will utilise > > the > > > > new > > > > > > > > driver source (cd /usr/src && make buildkernel) > > > > > > > > 6. Install the kernel and reboot (make installkernel) > > > > > > > > > > > > > > > > You should now have a working network with your Pro/1000 PT... > > > > > > > > > > > > > > > > Regards > > > > > > > > Antony > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > 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" > > > > > > > > > > > > > > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > > From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 08:34: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 5544316A4DA for ; Fri, 7 Jul 2006 08:34:22 +0000 (UTC) (envelope-from willay@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 AD05743D6A for ; Fri, 7 Jul 2006 08:34:12 +0000 (GMT) (envelope-from willay@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so645983uge for ; Fri, 07 Jul 2006 01:34:11 -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=ofiexMq6Hldkk7rOE5zL8xeTg5eZmzMV4/WHJQc2SQt3S2utB09pBCnNmvUV3FB7GTwjFG0szOeZ7rgCKYx8Ez4Zu72wcwcoqXUtdeMwKhBlCnSiqj3jYV8Y4jc0aHEBRLddwIFha7RGy3Hq43RmvTJzXRxcpOT//kA5qVtYSZQ= Received: by 10.66.220.17 with SMTP id s17mr1706871ugg; Fri, 07 Jul 2006 01:34:11 -0700 (PDT) Received: by 10.67.29.5 with HTTP; Fri, 7 Jul 2006 01:34:11 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 09:34:11 +0100 From: William To: "Ted Mittelstaedt" In-Reply-To: <003401c6a19f$a2002bb0$3c01a8c0@coolf89ea26645> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44A862F5.80203@mawer.org> <001b01c69f27$7a58f8f0$3c01a8c0@coolf89ea26645> <022601c69f49$7d6be5d0$3c01a8c0@coolf89ea26645> <003601c6a0c4$b9437d80$3c01a8c0@coolf89ea26645> <003401c6a19f$a2002bb0$3c01a8c0@coolf89ea26645> Cc: Antony Mawer , freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.0 compat with DL320 G4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 08:34:22 -0000 dual port. Regards, Will On 07/07/06, Ted Mittelstaedt wrote: > If it works then let it alone. > > What model of PT card did you get? The single-port one? > > Ted > > ----- Original Message ----- > From: "William" > To: "Ted Mittelstaedt" > Cc: "Antony Mawer" ; > > Sent: Wednesday, July 05, 2006 11:26 PM > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > Thanks Ted, > > > > Server got here, FreeBSD 6.1 went on easy as you like and then I > > installed the intel card when it got here... I havent had to recompile > > a thing and its detected the card fine. I've appied an IP address, > > cvsup/install a few ports without any issues.. > > > > > > dmesg goodness: > > em0: port > > 0x4000-0x401f mem 0xfdee0000-0xfdefffff,0xfdec0000-0xfdedffff irq 16 > > at device 0.0 on pci2 > > em0: Ethernet address: 00:15:17:0b:e6:18 > > em1: port > > 0x4020-0x403f mem 0xfdea0000-0xfdebffff,0xfde80000-0xfde9ffff irq 17 > > at device 0.1 on pci2 > > em1: Ethernet address: 00:15:17:0b:e6:19 > > > > Should I grab the latest copy of the driver (off intel's website) and > > recompile anyway? > > > > Cheers, > > > > Will > > > > > > On 06/07/06, Ted Mittelstaedt wrote: > > > > > > Go here: > > > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/em/ > > > > > > click on the file you want. You will probably need all the files there > > > other than LICENSE and README > > > > > > right-click download, save to disk, copy to your running freebsd system, > > > from that system copy to freebsd-formatted floppy disk, unmount floppy > disk, > > > take disk to dl320, mount disk, copy to /usr/src/sys/dev/em/ and > recompile > > > the kernel. > > > > > > Ted > > > > > > ----- Original Message ----- > > > From: "William" > > > To: "Ted Mittelstaedt" > > > Cc: "Antony Mawer" ; > > > > > > Sent: Tuesday, July 04, 2006 2:47 AM > > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > > > > Ted, > > > > > > > > Apoligises for being difficult, I must be suffering from my super > > > > early mornings and information overload. > > > > > > > > Thank you for explaining it, my dealer has picked up on the fact that > > > > I'll require the PT instead of MT card that I suggested. > > > > > > > > Thanks again for your help, what would be the best way of grabbing the > > > > latest driver for em for the 1000PT card? > > > > > > > > Regards, > > > > > > > > Will > > > > > > > > On 04/07/06, Ted Mittelstaedt wrote: > > > > > I think your trying to second-guess very simple instructions and > making > > > > > things very > > > > > hard for yourself. I'll try to explain one last time then I'll > throw my > > > > > hands up in > > > > > the air > > > > > > > > > > The HP DL320 G4 slots, whether PCI-X or PCI Express, to be > accessible, > > > > > MUST USE A RISER CARD. HP has TWO different riser cards available. > > > > > > > > > > BOTH riser cards have TWO slots, a half-height and a full height. > > > > > > > > > > The first riser card has a half-height PCI-Express slot, and a > > > full-height > > > > > PCI Express slot. This is the riser card that is supplied by the > > > factory > > > > > and it comes with the server. > > > > > > > > > > The second riser card is OPTIONAL and it contains a half-height > > > > > PCI-Express slot and a full-height PCI-X slot. It REPLACES the > > > > > factory-supplied riser card, if you use it. > > > > > > > > > > > > > > > The Intel MT card is a PCI-X card. It will not fit in a PCI Express > > > slot. > > > > > It > > > > > works with FBSD 6.1 > > > > > > > > > > The Intel PT card is a PCI Express card. It will not fit in a PCI-X > > > slot. > > > > > It does not work with FBSD 6.1 unless you load the driver. > > > > > > > > > > You can either do ONE of the following: > > > > > > > > > > 1) Use the Intel MT card with the optional HP PCI-X riser card. > This > > > works > > > > > out > > > > > of box with FBSD 6.1 > > > > > > > > > > 2) Use the Intel PT card with the HP riser card that ships with the > > > server. > > > > > This DOES > > > > > NOT work out of the box with FBSD 6.1 You MUST load the current > driver > > > for > > > > > this to work. > > > > > > > > > > You CANNOT USE the MT card with the riser card that ships with the > > > server. > > > > > > > > > > You CANNOT use a low-profile PCI-X card because the optional PCI-X > > > > > riser card DOES NOT HAVE a low profile PCI-X slot. It has a > standard > > > > > height PCI-X slot ONLY. > > > > > > > > > > Incidentally the fact that your HP dealer cannot apparently explain > this > > > to > > > > > you pretty much means YOUR HP DEALER SUCKS THE BIG WEENIE. > > > > > > > > > > Ted > > > > > > > > > > ----- Original Message ----- > > > > > From: "William" > > > > > To: "Ted Mittelstaedt" > > > > > Cc: "Antony Mawer" ; > > > > > > > > > > Sent: Monday, July 03, 2006 11:05 PM > > > > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > > > > > > > > > > Ok, I think its best I just order a Intel MT card with the low > profile > > > > > > PCI-X adapter instead of flapping about with these riser cards and > > > > > > then just use 6-stable. All getting quite confusing. > > > > > > > > > > > > On 04/07/06, Ted Mittelstaedt wrote: > > > > > > > > > > > > > > Correct, it will not fit - unless you order the PCI-X riser card > > > from HP > > > > > and > > > > > > > replace the PCI-Express riser card that ships with the 320 with > the > > > > > PCI-X > > > > > > > riser card. > > > > > > > > > > > > > > Ted > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > From: "William" > > > > > > > To: "Antony Mawer" > > > > > > > Cc: ; "Ted Mittelstaedt" > > > > > > > > > > > > > > Sent: Monday, July 03, 2006 10:56 AM > > > > > > > Subject: Re: FreeBSD 6.0 compat with DL320 G4 > > > > > > > > > > > > > > > > > > > > > > Did you guys say the card I've got in another box wont fit > into a > > > 320? > > > > > > > > > > > > > > > > On 03/07/06, Antony Mawer wrote: > > > > > > > > > On 29/06/2006 9:27 PM, Erik Trulsson wrote: > > > > > > > > > > On Fri, Jun 30, 2006 at 07:56:00AM +0100, William wrote: > > > > > > > > > >> Antony, > > > > > > > > > >> > > > > > > > > > >> I've got an Intel card in production already on a > homebrew > > > box, > > > > > the > > > > > > > > > >> code is INTEL-PWLA8492MT and description is "Intel Dual > Port > > > > > Server > > > > > > > > > >> Adapter 10/100/1000". Any idea if that will do? > > > > > > > > > > > > > > > > > > > > That is a PRO/1000 MT card, which is a PCI-X adapter and > is > > > > > supported > > > > > > > > > > by the standard em(4) driver in FreeBSD 6.x, > > > > > > > > > > > > > > > > > > > > The PRO/1000 PT mentioned below is a PCI-Express adapter > and > > > is > > > > > not > > > > > > > > > > supported by the standard driver in 6.x, but (as > mentioned) > > > should > > > > > > > > > > be supported by the driver available from Intel. > > > > > > > > > > > > > > > > > > If you wish to utilise the PCI Express expansion slots by > using > > > a > > > > > > > > > Pro/1000 PT network adapter, the procedure to follow might > be > > > > > something > > > > > > > > > like be this: > > > > > > > > > > > > > > > > > > 1. Install 6.1-RELEASE from CD, being sure to install the > kernel > > > > > source > > > > > > > > > 2. Obtain the latest Intel driver for FreeBSD 6.x (if it is > > > still > > > > > not > > > > > > > > > available on the website, email me and I will send it to > you) > > > > > > > > > 3. Burn the driver onto a CD or other media and copy it onto > the > > > > > server > > > > > > > > > 4. Extract the driver source, and copy the if_em* files > across > > > into > > > > > > > > > /usr/src/sys/dev/em/ > > > > > > > > > 5. Build a new kernel (GENERIC will suffice) which will > utilise > > > the > > > > > new > > > > > > > > > driver source (cd /usr/src && make buildkernel) > > > > > > > > > 6. Install the kernel and reboot (make installkernel) > > > > > > > > > > > > > > > > > > You should now have a working network with your Pro/1000 > PT... > > > > > > > > > > > > > > > > > > Regards > > > > > > > > > Antony > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > 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" > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > freebsd-questions@freebsd.org mailing list > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > > To unsubscribe, send any mail to > > > "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > > > > > > > > From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 09:08: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 7E4F816A4DD for ; Fri, 7 Jul 2006 09:08:04 +0000 (UTC) (envelope-from ohartman@uni-mainz.de) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 160CB43D45 for ; Fri, 7 Jul 2006 09:08:03 +0000 (GMT) (envelope-from ohartman@uni-mainz.de) Received: from [130.133.86.198] (telesto.geoinf.fu-berlin.de [130.133.86.198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 3CF0D3003A77 for ; Fri, 7 Jul 2006 11:08:02 +0200 (CEST) Message-ID: <44AE246E.9090002@uni-mainz.de> Date: Fri, 07 Jul 2006 11:07:58 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.4 (X11/20060606) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Subject: some strange strtod behaviour, please help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:08:04 -0000 Hello out here, sorry bothering you with some standard issues ... I ran into trouble with a routine from . Trying to convert strings tokenized via strsep() to doubles lead me into unsolvable problems. This is an example piece of code taken from an exercise page (my own code looks similar, but this simple code reveals also the oddity of strtod or my oddity in thoughts): #include #include #include void main(void) { char *s,**p; float dx; int i; s = (char *) malloc(256 * sizeof(char)); strncpy(s,"1.234y",strlen("1.234y")); p = NULL; dx = strtod(s,p); i = 0, printf("String is: %s, Double is %#.G.\n",s,dx); printf("s[%i] is %c.\n",i,s[i]); } On my box (FreeBSD 6.1-STABLE, Intel i386, P4 3.0GHz, HTT enabled) at lab, compiling this with gcc (standard settings as taken from make.conf) results in weird behaviour, this also occurs on my home's box (also FreeBSD 6.1-STABLE, but AMD64). I also tried to give **p memory via malloc to see to what it points after strtod() has been called, but not success. The odd thing is, that I always given bad results like this: ./test String is: 1.234y, Double is -9.E+08. s[0] is 1. The row "printf("s[%i] is %c.\n",i,s[i]);" is only for some testing purposes to see what the initial portion of the string that is about to be converted may be. Ok, maybe I misunderstodd things. As I read the manpage, a string pointed to by *s containing digits, exponential sign and + or - is converted into a double returned by strtod(). If **p isn't the NULL pointer, it points to the first character couln't be a part of a number. In other words, I do not need to know what it is if s points to a legal number like in the example above. What is going wrong? Thanks in advance a lot, Oliver From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 09:35: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 638DD16A4DA for ; Fri, 7 Jul 2006 09:35:23 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9A5B43D45 for ; Fri, 7 Jul 2006 09:35:22 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so661300uge for ; Fri, 07 Jul 2006 02:35:21 -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=pHxbK0dUgiz0lOv2Mar40ZIrPpy2K7+FhANKzwj/zEEYfxdARuMdD7FWDxeI+al+VeBpqg7/dbN/bvIgryehRfPupMgr1A6KkW8tC1EnTxm6a7H8kG2UlDuqQY+j0GaLxUht/ojkXK0stMvNvkSffXuSy9JPioh+uOLGH1FbZuY= Received: by 10.66.243.2 with SMTP id q2mr1763081ugh; Fri, 07 Jul 2006 02:35:21 -0700 (PDT) Received: by 10.67.23.8 with HTTP; Fri, 7 Jul 2006 02:35:21 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 11:35:21 +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 Subject: sync time of FreshPorts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 09:35:23 -0000 Hi list, lately I often have problems with ports version consistency between my tree and FreshPorts. I update my port tree with portsnap, here are some examples: my tree: ethereal-0.99.0_3 FreshPort: ethereal 0.99.0_2 my tree: fusefs-libs-2.5.3 FreshPort: fusefs-libs 2.5.2_1 So, how much time does it takes to sync FreshPorts with the cvs master server? I'm wondering why it doesn't go instantaneously.... Cheers, -- 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 Fri Jul 7 09: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 0B22716A4DD for ; Fri, 7 Jul 2006 09:50:24 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1800B43D79 for ; Fri, 7 Jul 2006 09:50:15 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so665051uge for ; Fri, 07 Jul 2006 02:50: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=sIPyf99iSz+ajjH9grjeT4QBzNSVLun1gmgNb8LrFsNonRTqucUogVcYiuiNqbwoUvTKTvM9TsxKN8qZ+GaXa6GRMNmg+zmEEebAU+ICJzAVuKEsQNJLzxKjr7VddJHmLABxLOWL+kp1anQR9UIlWW9m61M5vm51TURsPuR77GA= Received: by 10.67.93.7 with SMTP id v7mr1096901ugl; Fri, 07 Jul 2006 02:50:14 -0700 (PDT) Received: by 10.67.23.8 with HTTP; Fri, 7 Jul 2006 02:50:14 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 11:50:14 +0200 From: "Pietro Cerutti" To: "O. Hartmann" In-Reply-To: <44AE246E.9090002@uni-mainz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44AE246E.9090002@uni-mainz.de> Cc: freebsd-questions@freebsd.org Subject: Re: some strange strtod behaviour, please help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:50:24 -0000 On 7/7/06, O. Hartmann wrote: > Hello out here, > sorry bothering you with some standard issues ... > > I ran into trouble with a routine from . No, from stdlib.h man strtod says: SYNOPSIS #include > #include > #include > #include #include will solve your problems... -- 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 Fri Jul 7 09:52: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 B5BD716A4DF for ; Fri, 7 Jul 2006 09:52:53 +0000 (UTC) (envelope-from ohartman@uni-mainz.de) Received: from mailgate1.zdv.Uni-Mainz.DE (mailgate1.zdv.Uni-Mainz.DE [134.93.178.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD22643D77 for ; Fri, 7 Jul 2006 09:52:51 +0000 (GMT) (envelope-from ohartman@uni-mainz.de) Received: from [130.133.86.198] (telesto.geoinf.fu-berlin.de [130.133.86.198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate1.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 47A2430048EE; Fri, 7 Jul 2006 11:52:50 +0200 (CEST) Message-ID: <44AE2EF1.5040704@uni-mainz.de> Date: Fri, 07 Jul 2006 11:52:49 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.4 (X11/20060606) MIME-Version: 1.0 To: Pietro Cerutti References: <44AE246E.9090002@uni-mainz.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Cc: freebsd-questions@freebsd.org Subject: Re: some strange strtod behaviour, please help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 09:52:53 -0000 Pietro Cerutti wrote: > On 7/7/06, O. Hartmann wrote: >> Hello out here, >> sorry bothering you with some standard issues ... >> >> I ran into trouble with a routine from . > > No, from stdlib.h > > man strtod says: > SYNOPSIS > #include > > >> #include >> #include >> #include > > #include will solve your problems... > Yes, it does. Thanks ... I wonder why the compiler did not moan about a unknow call ... Thnaks a lot, oh From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 10:07: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 E1F2D16A4DA for ; Fri, 7 Jul 2006 10:07:25 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3629243D46 for ; Fri, 7 Jul 2006 10:07:24 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so669314uge for ; Fri, 07 Jul 2006 03:07:24 -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=OSAXAsVCuJcWaLQaGrWx1nmadmbSIPbD98nyjcZlX/v6I1nzSSbUzcql17z1D0pV/Mqu5nsyTE1wFz2Bwqgrq6ia7hiUewArcLZHo/tSn7rSRruq/N0HTvPU7sVZOP424wQuq3QZ43wQoGBlwE+Hr7WWVCkZOYafggRg6xs/CmA= Received: by 10.66.220.17 with SMTP id s17mr1782265ugg; Fri, 07 Jul 2006 03:07:24 -0700 (PDT) Received: by 10.67.23.8 with HTTP; Fri, 7 Jul 2006 03:07:23 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 12:07:23 +0200 From: "Pietro Cerutti" To: "O. Hartmann" In-Reply-To: <44AE2EF1.5040704@uni-mainz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44AE246E.9090002@uni-mainz.de> <44AE2EF1.5040704@uni-mainz.de> Cc: freebsd-questions@freebsd.org Subject: Re: some strange strtod behaviour, please help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 10:07:26 -0000 On 7/7/06, O. Hartmann wrote: > Pietro Cerutti wrote: > > On 7/7/06, O. Hartmann wrote: > >> Hello out here, > >> sorry bothering you with some standard issues ... > >> > >> I ran into trouble with a routine from . > > > > No, from stdlib.h > > > > man strtod says: > > SYNOPSIS > > #include > > > > > >> #include > >> #include > >> #include > > > > #include will solve your problems... > > > > > Yes, it does. > Thanks ... > I wonder why the compiler did not moan about a unknow call ... Because it could be an error or not, depending on what standard are you using. In C89 a function without a prototype is implicitly declared. This is not true if your're working in C99. Using cc with -Wimplicit as option will show you warnings about implicit function declarations.. Using cc with -Wall as option is usually good practice.... > > Thnaks a lot, > oh > -- 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 Fri Jul 7 10:48: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 324B616A4E0 for ; Fri, 7 Jul 2006 10:48:34 +0000 (UTC) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E74A43D53 for ; Fri, 7 Jul 2006 10:48:33 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Fri, 07 Jul 2006 12:48:32 +0200 id 0003980D.44AE3C00.00000347 Date: Fri, 7 Jul 2006 12:48:32 +0200 To: freebsd-questions Message-ID: <20060707104832.GA809@arwen.nagual.st> References: <20060706111154.GB1282@copernic.kti.ae.poznan.pl> <966BB28D-B69A-410E-9A65-CC8652A7CD20@brooknet.com.au> <20060707092511.GA928@copernic.kti.ae.poznan.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20060707092511.GA928@copernic.kti.ae.poznan.pl> User-Agent: Mutt/1.4.2.1i From: dick hoogendijk Subject: Re: Conflict between avahi and howl/mDNSResponder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 10:48:34 -0000 On 07 Jul Willy Picard wrote: > On Thu, Jul 06, 2006 at 09:55:11PM +1000, Sam Lawrance wrote: > > This has been raised a number of times, check the archives. > > First, thank you very much for this very interesting contribution!!! > This is a real good piece of help! A little ironic here are you? > For those that still have the avahi+howl+mDNSResponder conflict, here > is a way to turnaround the problem: > > 1) Remove the /var/db/ports/avahi/options file if you have one > 2) Run the following command: portupgrade -o net/avahi -f howl > 3) When the option page appears, DO NOT enable the mDNSResponder > compatibility > 4) Run the following command: portupgrade -f avahi Why do you quote pieces from /usr/ports/UPDATING ? You'r supposed to read that file /everytime/ you upgrade your ports. If you had done so, you wouldn't have asked the question to begin with. The first reaction "..raised a number of times.." was quite a friendly way of saying: READ THAT FILE (imho). -- dick -- http://nagual.nl/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.1 ++ The Power to Serve From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 10:52: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 C7D8816A4DE for ; Fri, 7 Jul 2006 10:52:17 +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 40E3A43D5A for ; Fri, 7 Jul 2006 10:52:16 +0000 (GMT) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com with local (Exim 4.62 #0 (FreeBSD 4.11-STABLE)) id 1FynwS-0008yv-PX by authid for ; Fri, 07 Jul 2006 13:52:12 +0300 Date: Fri, 7 Jul 2006 13:52:12 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Message-ID: <20060707105212.GH92687@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!. User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Spontaneous reboots with Dell PowerEdge X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jul 2006 10:52:17 -0000 Hi, I am hoping that someone has come across this weird happening with Dell PowerEdge 1800. We have one such server, with dual power supply, running FreeBSD 4.11-STABLE. Spontaneously, the server does a hard boot and comes back up. /var/log/messages only states the previous system shutdown was unexpected. This happens at random times and is completely unpredictable. We have replaced all the RAM modules with a completely different set, just to eliminate anything to do with faulty modules, but this has not cured the problem. The server has 7 disks on a RAID 5 set. A hard reboot definately calls for a fsck, which makes the reboot process take forever. I have fsck_y_enable in rc.conf, because otherwise someone will have to manually run fsck after these spontaneous reboots! I am considering a serial console option to see if I can capture something, but apart from that I am at my wit's end reagrding this issue. Here is the output of dmesg.boot: Copyright (c) 1992-2005 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 4.11-STABLE #12: Thu Apr 20 16:44:32 EAT 2006 root@ns2.wananchi.com:/usr/obj/usr/src/sys/SRV4.x Timecounter "i8254" frequency 1193182 Hz CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3192.22-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf43 Stepping = 3 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 3757834240 (3669760K bytes) avail memory = 3658661888 (3572912K bytes) Preloaded elf kernel "kernel" at 0xc0414000. Warning: Pentium 4 CPU: PSE disabled VESA: v2.0, 16384k memory, flags:0x1, mode table:0xc0398502 (1000022) VESA: ATI RADEON VE netsmb_dev: loaded Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 25 entries at 0xc00fb750 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: irq 0 at device 2.0 on pci0 pci1: on pcib1 pcib2: at device 0.0 on pci1 pci2: on pcib2 amr0: mem 0xfe9c0000-0xfe9fffff,0xfa0f0000-0xfa0fffff irq 7 at device 14.0 on pci2 amr0: Firmware 521X, BIOS H430, 256MB RAM pcib3: at device 0.2 on pci1 pci3: on pcib3 pcib4: irq 0 at device 3.0 on pci0 pci4: on pcib4 pcib5: at device 0.0 on pci4 pci5: on pcib5 pcib6: at device 0.2 on pci4 pci6: on pcib6 pcib7: irq 0 at device 4.0 on pci0 pci7: on pcib7 pcib8: irq 0 at device 5.0 on pci0 pci10: on pcib8 pcib9: at device 0.0 on pci10 pci11: on pcib9 em0: port 0xdcc0-0xdcff mem 0xfe4e0000-0xfe4fffff irq 11 at device 7.0 on pci11 em0: Speed:N/A Duplex:N/A pcib10: at device 0.2 on pci10 pci12: on pcib10 em1: port 0xccc0-0xccff mem 0xfe2e0000-0xfe2fffff irq 11 at device 8.0 on pci12 em1: Speed:N/A Duplex:N/A pcib11: irq 0 at device 6.0 on pci0 pci13: on pcib11 uhci0: port 0x9ce0-0x9cff irq 11 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x9cc0-0x9cdf irq 10 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x9ca0-0x9cbf irq 7 at device 29.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: 2 ports with 2 removable, self powered pci0: at 29.7 irq 3 pcib12: at device 30.0 on pci0 pci16: on pcib12 pci16: at 13.0 irq 7 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xfc00-0xfc0f,0-0x3,0-0x7,0-0x3,0-0x7 irq 0 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 orm0: