From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 00:01: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 B325716A4E0 for ; Sun, 20 Aug 2006 00:01:33 +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 94B8643D45 for ; Sun, 20 Aug 2006 00:01:32 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (patr530b-0217.otenet.gr [62.103.226.217]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-2) with ESMTP id k7K0140R023492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 20 Aug 2006 03:01:13 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k7K00cQG003686; Sun, 20 Aug 2006 03:00:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k7K00cWO003685; Sun, 20 Aug 2006 03:00:38 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 20 Aug 2006 03:00:38 +0300 From: Giorgos Keramidas To: "W. D." Message-ID: <20060820000038.GA3642@gothmog.pc> References: <5.1.0.14.2.20060819185125.106dc220@209.152.117.178> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20060819185125.106dc220@209.152.117.178> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.894, required 5, autolearn=not spam, AWL -0.30, BAYES_00 -2.60, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Ouch! "write failed, file system is full" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 00:01:33 -0000 On 2006-08-19 18:55, "W. D." wrote: > How do I get out of this mess? > > gzip: stdout: No space left on device > Broken pipe > > df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/da0s1a 99183 98644 -7395 108% / First of all, start by trying to find out where all that space has gone, by judicious use of du(1), i.e.: # cd / # du -xsk * Then, when you have a good idea why your root filesystem is out of space, backup and remove or move away any files that don't need to be there :-) From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 00:06: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 BBDCF16A4DD for ; Sun, 20 Aug 2006 00:06:35 +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 00E4043D6B for ; Sun, 20 Aug 2006 00:06:33 +0000 (GMT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 974D89BDAE; Sun, 20 Aug 2006 09:36:32 +0930 (CST) Date: Sun, 20 Aug 2006 09:36:32 +0930 From: Greg 'groggy' Lehey To: "W. D." Message-ID: <20060820000632.GZ49761@wantadilla.lemis.com> References: <5.1.0.14.2.20060819185125.106dc220@209.152.117.178> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rmZDAlAp7pllCg/D" Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20060819185125.106dc220@209.152.117.178> 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: Ouch! "write failed, file system is full" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 00:06:35 -0000 --rmZDAlAp7pllCg/D Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Saturday, 19 August 2006 at 18:55:02 -0500, W. D. wrote: > How do I get out of this mess? > > gzip: stdout: No space left on device > Broken pipe > > df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/da0s1a 99183 98644 -7395 108% / > > I tried to do a backup: > > cd / > mkdir archive > tar -zcvpf /archive/full-backup-`date '+%Y-%B-%d'`.tar.gz --directory / --exclude=mnt --exclude=proc --exclude=archive --exclude=cache . > > What did I do wrong, and how to fix it and do it right? Without knowing what your file system hierarchy is, it's a very good bet that you've written your backup archive to the root file system. This could happen even if you have a file system /archive and you haven't mounted it, and it won't go away if you do mount it; you'll have to remove the partial archive first. That's a *very* small root file system, BTW. 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. --rmZDAlAp7pllCg/D Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE56eIIubykFB6QiMRAr63AJwPfp56RIX5NK3ZiFgBqD/VmT5MdACeI7Fx sf9/Y5zQQ+dMhPc20tC8qJ8= =wfVj -----END PGP SIGNATURE----- --rmZDAlAp7pllCg/D-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 00:06: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 2F71916A4DA for ; Sun, 20 Aug 2006 00:06:37 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04A143D6A for ; Sun, 20 Aug 2006 00:06:33 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060820000632.OBLS3509.mta10.adelphia.net@default.chvlva.adelphia.net>; Sat, 19 Aug 2006 20:06:32 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 66EDAB678; Sat, 19 Aug 2006 17:36:20 -0400 (EDT) Date: Sat, 19 Aug 2006 17:36:20 -0400 From: "'Anubhav A.'" To: Noah Message-ID: <20060819213620.GA5140@holestein.holy.cow> Mail-Followup-To: Noah , freebsd-questions@freebsd.org References: <44E72508.9000909@enabled.com> <20060819161547.GA2452@holestein.holy.cow> <44E76C57.6040607@enabled.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44E76C57.6040607@enabled.com> Cc: freebsd-questions@freebsd.org Subject: Re: pkgdb -Fu failing: can't convert nil into String X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 00:06:37 -0000 in message <44E76C57.6040607@enabled.com>, wrote Noah thusly... > > parv@pair.com wrote: > >in message <44E72508.9000909@enabled.com>, wrote Noah thusly... > > > >>Somebody know what is going on here? I can't figure it out and > >>never seen this before. ... > >># pkgdb -Fu ---> Updating the pkgdb ---> Checking the package > >>registry database > >>Stale dependency: b2evolution-0.9.2 -> marked (): > >>marked: Not in due form: - ... > >Here, "marked" seems like some sort of place holder for the > >missing dependency port. The otherwise non empty "()" contain > >the port directory, under ${PORTSDIR:-/usr/ports}, of the > >dependency port. ... > okay thanks for the explanation - so what is the most optimal way > of fixing this without breaking things. I have not looked in the portupgrade source. Nonetheless, a quick+dirty, and heavy handed too (if the b2evolution port is large) would be to deinstall b2evolution & install it again, possibly remove|update old dependencies too if you like. - Parv -- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 01:03: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 27D4F16A4DD for ; Sun, 20 Aug 2006 01:03:17 +0000 (UTC) (envelope-from sdbrown@annular.org) Received: from glycine.annular.org (glycine.annular.org [69.17.112.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id E88BE43D46 for ; Sun, 20 Aug 2006 01:03:14 +0000 (GMT) (envelope-from sdbrown@annular.org) Received: by glycine.annular.org (Postfix, from userid 1001) id 66A6C621A; Sat, 19 Aug 2006 18:03:14 -0700 (PDT) Date: Sat, 19 Aug 2006 18:03:14 -0700 From: Steve Brown To: freebsd-questions@freebsd.org Message-ID: <20060820010314.GH18662@glycine.annular.org> Mail-Followup-To: Steve Brown , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Subject: Re: Did not use port_upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 01:03:17 -0000 > Do I need to make deinstall all of these ports and start all over? I'd appreciate someone correcting me if I'm wrong; I think you should just be able to upgrade your ports tree (directions in the Handbook) and then the ports will compile with the latest versions. Steve B. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 01:03: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 2CE3116A4E7 for ; Sun, 20 Aug 2006 01:03:22 +0000 (UTC) (envelope-from dking@ketralnis.com) Received: from ketralnis.com (melchoir.ketralnis.com [68.183.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC7143D55 for ; Sun, 20 Aug 2006 01:03:21 +0000 (GMT) (envelope-from dking@ketralnis.com) Received: from [10.0.1.239] (ayla.wifi.int.ketralnis.com [10.0.1.239]) (authenticated bits=0) by ketralnis.com (8.13.6/8.13.6) with ESMTP id k7K13KLr063898 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Sat, 19 Aug 2006 18:03:21 -0700 (PDT) (envelope-from dking@ketralnis.com) In-Reply-To: <47858746.20060819233403@rulez.sk> References: <1156020734.5785.13.camel@paddy-desktop> <47858746.20060819233403@rulez.sk> Mime-Version: 1.0 (Apple Message framework v752.2) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <270E0104-10A5-4D4B-B8EB-A603920E37C5@ketralnis.com> Content-Transfer-Encoding: 7bit From: David King Date: Sat, 19 Aug 2006 18:03:18 -0700 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.2) Subject: Re: user level X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 01:03:22 -0000 >> the Internet to conduct personal business. What must I know to >> configure >> sbcglobal.net to operate FreeBSD. And, do you think I need to learn a > If DHCP is all you need to setup your internet connection, there is > nothing easier you can have. Just put the installation CD into your Actually, I used to use SBCGlobal's DSL, and they didn't use direct DHCP, they used PPPoE to authenticate and give out the address. Ask their support if this is still the case (+1 877-SBC-DSL5). If it is, Google around for terms like pppoe and FreeBSD From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 01:16: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 84F0816A4DA for ; Sun, 20 Aug 2006 01:16:33 +0000 (UTC) (envelope-from dking@ketralnis.com) Received: from ketralnis.com (melchoir.ketralnis.com [68.183.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E4B43D46 for ; Sun, 20 Aug 2006 01:16:32 +0000 (GMT) (envelope-from dking@ketralnis.com) Received: from [10.0.1.239] (ayla.wifi.int.ketralnis.com [10.0.1.239]) (authenticated bits=0) by ketralnis.com (8.13.6/8.13.6) with ESMTP id k7K1GWY1070777 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Sat, 19 Aug 2006 18:16:32 -0700 (PDT) (envelope-from dking@ketralnis.com) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20060820010314.GH18662@glycine.annular.org> References: <20060820010314.GH18662@glycine.annular.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David King Date: Sat, 19 Aug 2006 18:16:29 -0700 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.2) Subject: Re: Did not use port_upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 01:16:33 -0000 >> Do I need to make deinstall all of these ports and start all over? > I'd appreciate someone correcting me if I'm wrong; I think you should > just be able to upgrade your ports tree (directions in the > Handbook) and > then the ports will compile with the latest versions. That should be the case, yes. I occasionally use portupgrade, and occasionally do upgrading directly from the Ports tree, and haven't had any issues with it yet. pkg_version and friends still work great, and when I want to use portupgrade it still works, even if I previously upgraded straight from the ports tree (a la 'cd /usr/ports/ category/port && make && make install') From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 02:15: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 1276B16A4DA for ; Sun, 20 Aug 2006 02:15:04 +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 36CA743D49 for ; Sun, 20 Aug 2006 02:15:02 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [10.35.4.65] (65.4-35-10-static.chueca.wifi [10.35.4.65]) by strange.daemonsecurity.com (Postfix) with ESMTP id 301F22E02D; Sun, 20 Aug 2006 04:15:02 +0200 (CEST) Message-ID: <44E7C587.4070203@locolomo.org> Date: Sun, 20 Aug 2006 04:14:31 +0200 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= Organization: Locolomo.ORG User-Agent: Thunderbird 1.5.0.5 (X11/20060801) MIME-Version: 1.0 To: "W. D." References: <5.1.0.14.2.20060819185125.106dc220@209.152.117.178> In-Reply-To: <5.1.0.14.2.20060819185125.106dc220@209.152.117.178> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms050101070808020601010200" Cc: freebsd-questions@freebsd.org Subject: Re: Ouch! "write failed, file system is full" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 02:15:04 -0000 This is a cryptographically signed message in MIME format. --------------ms050101070808020601010200 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit W. D. wrote: > How do I get out of this mess? > > gzip: stdout: No space left on device > Broken pipe > > df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/da0s1a 99183 98644 -7395 108% / > > I tried to do a backup: > > cd / > mkdir archive > tar -zcvpf /archive/full-backup-`date '+%Y-%B-%d'`.tar.gz --directory / --exclude=mnt --exclude=proc --exclude=archive --exclude=cache . > > What did I do wrong, and how to fix it and do it right? It looks like you're backing up your entire system on the root partition. Remove /archive/full-backup*, then backup on a partition with enough free diskspace. Be more selective with what you really want to backup, and make sure there is enough space on the drive you choose to store the backup on. There is no need to backup anything but: The config files you've modified, user data (/home and mailboxes) and logfiles - the latter only if you need to debug. Normally, the system will backup some of these files in /var/backups. The rest is recreated on install or when you installworld. Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9 --------------ms050101070808020601010200 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 MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA2MDgyMDAyMTQz MVowIwYJKoZIhvcNAQkEMRYEFI6hUxEWFNTtn0sS1ACS0kvgI6FRMFIGCSqGSIb3DQEJDzFF MEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIH MA0GCCqGSIb3DQMCAgEoMIG4BgkrBgEEAYI3EAQxgaowgacwgZkxCzAJBgNVBAYTAkVTMRgw FgYDVQQKEw9EYWVtb24gU2VjdXJpdHkxHjAcBgNVBAsTFUNlcnRpZmljYXRlIEF1dGhvcml0 eTEeMBwGA1UEAxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MSQwIgYJKoZIhvcNAQkBFhVjYUBk YWVtb25zZWN1cml0eS5jb20xCjAIBgNVBAUTATACCQCNA1Uf/OBPDDCBugYLKoZIhvcNAQkQ AgsxgaqggacwgZkxCzAJBgNVBAYTAkVTMRgwFgYDVQQKEw9EYWVtb24gU2VjdXJpdHkxHjAc BgNVBAsTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEeMBwGA1UEAxMVQ2VydGlmaWNhdGUgQXV0 aG9yaXR5MSQwIgYJKoZIhvcNAQkBFhVjYUBkYWVtb25zZWN1cml0eS5jb20xCjAIBgNVBAUT ATACCQCNA1Uf/OBPDDANBgkqhkiG9w0BAQEFAASCAQAv0iQwUf/U4OGRHgjRKBW2qCYwOckK REnQPxcCgyJhQcGqJ/HKiteA7sH/IGtmhWH/6Y/TYElBDlTKdmUurAx0V1Xx1dXlT8YeHMGx pYuIds7MjRTZ8VbwwojuhZ2egCV4mTivF96aC/adNfnXjmdnSljb+HrvKZW0YqKdyC1q6UcS M8zppwlKKzvvoakUqY5Z4B16fgldDTU6DwZvWdGSsRyq/NxVqFgCKzYlZ7kJNz7R0ffz32ug Wndlr/eLpRUUTvbRI179+JAzr2Vffb6nSibQlQCSJ7O9zU30JqkLB2ayCCQwskEShFSeptQr BvBELnhIklzBFA2bbKIOxgBVAAAAAAAA --------------ms050101070808020601010200-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 03:00: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 6657F16A4E1 for ; Sun, 20 Aug 2006 03:00:04 +0000 (UTC) (envelope-from brad@ibiscode.com) Received: from mail-ihug.icp-qv1-irony3.iinet.net.au (ihug-mail.icp-qv1-irony3.iinet.net.au [203.59.1.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id E789A43D92 for ; Sun, 20 Aug 2006 02:59:56 +0000 (GMT) (envelope-from brad@ibiscode.com) Received: from 210-84-42-53.dyn.iinet.net.au (HELO [192.168.1.35]) ([210.84.42.53]) by mail-ihug.icp-qv1-irony3.iinet.net.au with ESMTP; 20 Aug 2006 10:59:55 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.08,148,1154880000"; d="scan'208"; a="908184654:sNHT13122074" Message-ID: <44E7E896.4060008@ibiscode.com> Date: Sun, 20 Aug 2006 04:44:06 +0000 From: Brad Kowalczyk User-Agent: Thunderbird 1.5.0.5 (X11/20060808) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: nforce audio 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, 20 Aug 2006 03:00:04 -0000 Hi, Just wondering if anyone has any experience getting sound working for an nforce1 motherboard? Seems I have the correct driver loaded and the device exists but no sound... Some info: # pciconf -vl none4@pci0:5:0: class=0x040100 card=0x37301462 chip=0x01b010de rev=0xc2 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP Audio Processing Unit (Dolby Digital)' class = multimedia subclass = audio pcm0@pci0:6:0: class=0x040100 card=0x37301462 chip=0x01b110de rev=0xc2 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP Audio Codec Interface' class = multimedia subclass = audio kldload snd_ich.ko kldload: can't load snd_ich.ko: File exists localhost# sysctl -a | grep snd hw.snd.targetirqrate: 32 hw.snd.report_soft_formats: 1 hw.snd.verbose: 1 hw.snd.unit: 0 hw.snd.maxautovchans: 4 hw.snd.pcm0.buffersize: 16384 hw.snd.pcm0.vchans: 4 hw.snd.pcm0.ac97rate: 48000 # dmesg | grep pcm pcm0: port 0xe400-0xe47f,0xe000-0xe0ff mem 0xdc180000-0xdc180fff irq 16 at device 6.0 on pci0 pcm0: Interrupt storm detected on "irq16: pcm0 nv0++"; throttling interrupt source Any help appreciated :) Cheers, Brad From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 03:15:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEE4E16A4DF for ; Sun, 20 Aug 2006 03:15:32 +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 58F8C43D46 for ; Sun, 20 Aug 2006 03:15:31 +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 7DAB23F for ; Sun, 20 Aug 2006 11:15:24 +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 jkuYMrOSDXIY for ; Sun, 20 Aug 2006 11:15:22 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id 53F1840 for ; Sun, 20 Aug 2006 11:15:22 +0800 (WST) From: "Paul Hamilton" To: Date: Sun, 20 Aug 2006 11:15:25 +0800 Message-ID: <0a9001c6c406$e113b1d0$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: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: how to change the root user's name on FreeBSD 6.1 running postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 03:15:32 -0000 Hi, I am running postfix on FreeBSD 4.11 and 6.1 servers. In FreeBSD 4.11, you can run 'chsh root' and edit the name to what you want. However, on my FreeBSD 6.1 servers, I still receive email addressed from 'root unix'. I would like to be able to differentiate the root mail according to server the mail came from :-) Any idea's? Regards, Paul Hamilton Busselton, 6280 Australia From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 03:18: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 9533B16A4E2 for ; Sun, 20 Aug 2006 03:18:06 +0000 (UTC) (envelope-from noeldude@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 669C743D60 for ; Sun, 20 Aug 2006 03:18:02 +0000 (GMT) (envelope-from noeldude@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1333640uge for ; Sat, 19 Aug 2006 20:18:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=N/iSqWy2PRcOfsSPBqGBGtQBmfYtxiiPOPWytOzd4wkvX2DEuXcmG+05ZW/xTYvqR/XBMAnC4lJCOKZ2Mxu+V5yNqJnn5AuQln2lVbWu9Q5/RKXV+Iocze1ZoPPaHyvdDbX/PnVjJrP9l5CkwU0Ke8uHFKnL1yPwF+hM3+t2444= Received: by 10.67.93.6 with SMTP id v6mr2715096ugl; Sat, 19 Aug 2006 20:18:01 -0700 (PDT) Received: by 10.66.237.14 with HTTP; Sat, 19 Aug 2006 20:18:01 -0700 (PDT) Message-ID: Date: Sat, 19 Aug 2006 22:18:01 -0500 From: "Noel Jones" To: "freebsd-questions Questions list" In-Reply-To: <20060819234740.GA3508@gothmog.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060819192139.7ea5321d.wmoran@collaborativefusion.com> <20060819234740.GA3508@gothmog.pc> Subject: Re: How to prevent users from receiving email X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 03:18:06 -0000 On 8/19/06, Giorgos Keramidas wrote: > On 2006-08-19 19:21, Bill Moran wrote: > > > > Apparently my memory is useless and I've lost the ability to use > > google as well. > > > > I just added a user account to a mail server, but I don't want that > > user to receive mail on that server. It's running Postfix. > > > > I seem to remember a canonical method for preventing certain users > > from receiving email. But my memory has failed, and I can't seem > > to find anything on google. > > > > Is it an /etc/aliases trick? > > You can use the Postfix `access' map for this. You can enable an > `access' map in Postfix by setting in your `main.cf' file: > > smtpd_client_restrictions = \ > check_client_access hash:/usr/local/etc/postfix/access > > Then, in `/usr/local/etc/postfix/access' put: > > user@domain REJECT > > and run `postmap' on the `access' file: > > # postmap /usr/local/etc/postfix/access > > Reload Postfix and off you go :-) > > There are other reject options too, which offer more fine-grained > control of the SMTP error codes and the text of the error messages > Postfix will return. See, for example: > > http://www.postfix.org/access.5.html > Close. But check_client_access is unlikely to be effective matching a recipient address. Use check_recipient_access instead. There are lots of examples on the postfix-users list. -- Noel Jones From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 03:20:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06BC616A4DA for ; Sun, 20 Aug 2006 03:20:36 +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 61ACE43D5E for ; Sun, 20 Aug 2006 03:20:35 +0000 (GMT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 785109BDAE; Sun, 20 Aug 2006 12:50:34 +0930 (CST) Date: Sun, 20 Aug 2006 12:50:34 +0930 From: Greg 'groggy' Lehey To: Brad Kowalczyk Message-ID: <20060820032034.GB14678@wantadilla.lemis.com> References: <44E7E896.4060008@ibiscode.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eJnRUKwClWJh1Khz" Content-Disposition: inline In-Reply-To: <44E7E896.4060008@ibiscode.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: nforce audio 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, 20 Aug 2006 03:20:36 -0000 --eJnRUKwClWJh1Khz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [Format recovered--see http://www.lemis.com/email/email-format.html] Computer output wrapped. On Sunday, 20 August 2006 at 4:44:06 +0000, Brad Kowalczyk wrote: > Hi, > > Just wondering if anyone has any experience getting sound working for an > nforce1 motherboard? Heh. Just what I've been playing with right now. > Seems I have the correct driver loaded and the device exists but no > sound... It would be good to say which one (kldstat output), but from below I expect you'll have: Id Refs Address Size Name 6 1 0xc5577000 5000 snd_ich.ko 7 1 0xc557c000 1d000 sound.ko > Some info: > > # pciconf -vl > > > > none4@pci0:5:0: class=0x040100 card=0x37301462 chip=0x01b010de rev=0xc2 > hdr=0x00 > vendor = 'NVIDIA Corporation' > device = 'nForce MCP Audio Processing Unit (Dolby Digital)' > class = multimedia > subclass = audio > pcm0@pci0:6:0: class=0x040100 card=0x37301462 chip=0x01b110de rev=0xc2 > hdr=0x00 > vendor = 'NVIDIA Corporation' > device = 'nForce MCP Audio Codec Interface' > class = multimedia > subclass = audio I have: pcm0@pci0:6:0: class=0x040100 card=0x57001462 chip=0x006a10de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP-T Audio Codec Interface' class = multimedia subclass = audio I don't have the APU. > # dmesg | grep pcm > pcm0: port 0xe400-0xe47f,0xe000-0xe0ff mem 0xdc180000-0xdc180fff irq 16 at device 6.0 on pci0 > pcm0: > Interrupt storm detected on "irq16: pcm0 nv0++"; throttling interrupt source pcm0: port 0xe400-0xe4ff,0xe800-0xe87f mem 0xe4000000-0xe4000fff irq 21 at device 6.0 on pci0 pcm0: Looks pretty much the same, except that the chipset is slightly different. The important message is the last one: "Interrupt storm". That's the problem; I don't have a real answer, but what version of FreeBSD are you running? It might also help if you can connect the pcm device to a different IRQ from the nv device; but that depends on your motherboard BIOS. 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. --eJnRUKwClWJh1Khz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE59UCIubykFB6QiMRAp3QAJ9MZi0yzZlMFybqoEjVZ/gwdilWdwCfRuQV xlSNVQQzEeyr/4UCLizzKM0= =o7Nl -----END PGP SIGNATURE----- --eJnRUKwClWJh1Khz-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 03:32: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 DD5EA16A4DA for ; Sun, 20 Aug 2006 03:32:38 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83DF543D4C for ; Sun, 20 Aug 2006 03:32:38 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k7K3WaLE058329 for ; Sat, 19 Aug 2006 22:32:37 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sat, 19 Aug 2006 22:32:36 -0500 User-Agent: KMail/1.9.3 References: <0a9001c6c406$e113b1d0$6600a8c0@w2k2> In-Reply-To: <0a9001c6c406$e113b1d0$6600a8c0@w2k2> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608192232.36564.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on zeus.dfwlp.com Subject: Re: how to change the root user's name on FreeBSD 6.1 running postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 03:32:38 -0000 On Saturday 19 August 2006 22:15, Paul Hamilton wrote: > Hi, > > I am running postfix on FreeBSD 4.11 and 6.1 servers. > > In FreeBSD 4.11, you can run 'chsh root' and edit the name to what you > want. However, on my FreeBSD 6.1 servers, I still receive email addressed > from 'root unix'. I would like to be able to differentiate the root mail > according to server the mail came from :-) > > Any idea's? > > > > Regards, > > Paul Hamilton > Busselton, 6280 > Australia > i do exactly that, by editing /etc/master.passwd and /etc/passwd. substitute in the name you would like to appear, and then run 'pwd_mkdb /etc/master.passwd. cheers, jonathan From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 05:26: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 A069D16A4DE for ; Sun, 20 Aug 2006 05:26:33 +0000 (UTC) (envelope-from girish1729@yahoo.com) Received: from web35608.mail.mud.yahoo.com (web35608.mail.mud.yahoo.com [66.163.179.147]) by mx1.FreeBSD.org (Postfix) with SMTP id 7A7CB43D5E for ; Sun, 20 Aug 2006 05:26:30 +0000 (GMT) (envelope-from girish1729@yahoo.com) Received: (qmail 59505 invoked by uid 60001); 20 Aug 2006 05:26:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Qa/+2jLkPDGlU1SIQHAQTC4NFS2nv/Fo9+KXbkccUstJsl0E7P845vgj86sBqFvGfZItIGjNVpTbBdpd8Q5e/Num9qRmdFCSJWYZ/IttMNhB56uuy2BEYvMtR7eZ6uOZ0BOXusvVVsjHjIDjAcUyhhRer3fG61q3CK4EBt1CE+A= ; Message-ID: <20060820052629.59503.qmail@web35608.mail.mud.yahoo.com> Received: from [59.92.95.237] by web35608.mail.mud.yahoo.com via HTTP; Sat, 19 Aug 2006 22:26:29 PDT Date: Sat, 19 Aug 2006 22:26:29 -0700 (PDT) From: Girish Venkatachalam To: Fabian Keil , freebsd-questions@freebsd.org In-Reply-To: <20060819202649.162de001@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Girish Venkatachalam Subject: Re: Accessing device files over the 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: Sun, 20 Aug 2006 05:26:33 -0000 --- Fabian Keil wrote: > Girish Venkatachalam wrote: > > > I want to make a USB flash stick. But I have USB > ports > > only on my linux box. Whereas I would have to run > > bsdlabel from my FreeBSD box connected over the > > Ethernet. > > > > Any way out for me? :-) > > Prepare a file backed "disk" with the size of > the flash stick, copy it to the Linux box > and use dd to transfer it to the flash stick. > > mdconfig(8) and md(4) tell you the details. > > Fabian Thanks Fabian. Marvellous! I should have guessed that! Anyway this morning I was thinking under situations where this solution is not appropriate whether it was possible to access device files just by exporting the /dev filesystem thro' NFS? Will that work? Are there any gotchas? Thanks in advance. regards, Girish __________________________________________________ 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 Aug 20 05: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 478BA16A4DA for ; Sun, 20 Aug 2006 05:58:24 +0000 (UTC) (envelope-from atom.powers@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 C75D943D45 for ; Sun, 20 Aug 2006 05:58:23 +0000 (GMT) (envelope-from atom.powers@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so1845700pye for ; Sat, 19 Aug 2006 22:58:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i4E46bOhai4w6qyZnl9tZA+S7dZotpBMECKlaP+P5FAi8y7av7HPGXPuqSCcTpDqMHipEOo2mE+IC8W4s+GKhL8b9xyeDy1Hb1XaVOoZUjEvesv6An1v+3FwXnRwxxadmDmoXeUFx509bOBiF04OP63PHyva7j8WeVv8QC+EEPk= Received: by 10.35.99.5 with SMTP id b5mr10086417pym; Sat, 19 Aug 2006 22:58:23 -0700 (PDT) Received: by 10.35.110.8 with HTTP; Sat, 19 Aug 2006 22:58:23 -0700 (PDT) Message-ID: Date: Sat, 19 Aug 2006 22:58:23 -0700 From: "Atom Powers" To: "Jonathan Horne" In-Reply-To: <200608192232.36564.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <0a9001c6c406$e113b1d0$6600a8c0@w2k2> <200608192232.36564.freebsd@dfwlp.com> Cc: freebsd-questions@freebsd.org Subject: Re: how to change the root user's name on FreeBSD 6.1 running postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 05:58:24 -0000 On 8/19/06, Jonathan Horne wrote: > > > > In FreeBSD 4.11, you can run 'chsh root' and edit the name to what you > > want. However, on my FreeBSD 6.1 servers, I still receive email addressed > > from 'root unix'. I would like to be able to differentiate the root mail > > according to server the mail came from :-) > > > > i do exactly that, by editing /etc/master.passwd and /etc/passwd. substitute > in the name you would like to appear, and then > run 'pwd_mkdb /etc/master.passwd. > It's better to use `vipw`, vipw does some basic syntax checks on your passwd file before it writes it, and updates the master.passwd automatically. (It also reads the value of your "EDITOR" value, so you don't have to know vi to use it.) -- -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 06:24: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 E283116A4DD for ; Sun, 20 Aug 2006 06:24:56 +0000 (UTC) (envelope-from dking@ketralnis.com) Received: from ketralnis.com (melchoir.ketralnis.com [68.183.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C2EE43D53 for ; Sun, 20 Aug 2006 06:24:56 +0000 (GMT) (envelope-from dking@ketralnis.com) Received: from [10.0.1.239] (ayla.wifi.int.ketralnis.com [10.0.1.239]) (authenticated bits=0) by ketralnis.com (8.13.6/8.13.6) with ESMTP id k7K6OtxF074558 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Sat, 19 Aug 2006 23:24:55 -0700 (PDT) (envelope-from dking@ketralnis.com) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <44E7D768.3030108@undermydesk.org> References: <3692C07B-CCCC-4756-9B33-6DA724481FF2@ketralnis.com> <44E7D768.3030108@undermydesk.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8ED36804-60A6-49D0-8815-D4540AF6EA29@ketralnis.com> Content-Transfer-Encoding: 7bit From: David King Date: Sat, 19 Aug 2006 23:24:50 -0700 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.2) Subject: Re: Quiet computer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 06:24:57 -0000 >> I am looking for a small computer that is silent or very quiet to >> sit in >> a home office.I use this one (3 ethernets): > http://shop.tronico.net/pd1100964260.htm?categoryId=0 > with 7-CURRENT and I've happily replaced an AMD K6-III 450/384MB Ram > using a 4GB Microdrive ( but thats not even close to dualcore =) ). > [it could have more RAM tbh...] Wow, that's a pretty sexy machine. But unfortunately not beefy for me :) It's quiet, but actually a downgrade in terms of CPU and RAM >> It's replacing my very aged 350 mhz server, which I've had for so >> long >> because it's so quiet. > You really need 2 cores then? Well, my 350 mhz machine *was* going to be replaced by a quad 700mhz machine that I picked up for cheap (for sale now, if anyone is interested), but my home office is now occupied by a long-term guest that isn't willing to deal with the quite loud sound that it produces. 4x700 is certainly way more than I need, but I couldn't pass it up at the price-point. On this 350 mhz machine, I've been meaning to run a specific application but the machine just hasn't been up to it. The problem is that it is quite CPU-intensive, and can remain that way for long periods of time, during which time I'd still like the machine to be usable. The easiest way to get around that is to compartmentalise the processor, which is easiest done with HyperTheading (which I'd like to avoid due to some bad performance experiences, and because it's only available on late Pentiums that require a lot of cooling) or with a dual-CPU or dual-core machine. I figure that nothing with two full CPUs is every going to be quiet because of the cooling required, but there are many dual-core CPUs built around notebook chipsets that can be quite quiet. My MacBook Pro, for instance, is dual-core and very quiet, and so is the Mac Mini (which I'd quickly buy if anyone has anything great to say about FreeBSD on it, especially if the automatic-booting problem is fixed and we can boot directly from EFI). > How about: > http://www.tomshardware.com/2005/06/21/the_next_generation_of_cool/ ? > (this isn't dualcore as well - but signifcant faster than 350mhz) That's a great motherboard and processor combo, but I don't know much about building cases and fans that reduce vibration and sound, so I was hoping for a ready-made solution like Tranquil-PC. I also looked at soundproof enclosures ( ), but I can't seem to find any in the 6-24U range for less than $800 Any other ideas? From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 07: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 084F916A4DA for ; Sun, 20 Aug 2006 07:10:05 +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 A7D6F43D46 for ; Sun, 20 Aug 2006 07:10:05 +0000 (GMT) (envelope-from dan@havoc.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by havoc.unixathome.org (Postfix) with ESMTP id 30B545650E for ; Sun, 20 Aug 2006 00:10:05 -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 OBTnAyMQPh6U for ; Sun, 20 Aug 2006 00:10:02 -0700 (PDT) Received: by havoc.unixathome.org (Postfix, from userid 1001) id 251FB564E1; Sun, 20 Aug 2006 00:10:02 -0700 (PDT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20060820071002.251FB564E1@havoc.unixathome.org> Date: Sun, 20 Aug 2006 00:10:02 -0700 (PDT) Subject: The FreeBSD Diary: 2006-07-30 - 2006-08-19 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 07:10:06 -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: 19-Aug : Dual Opteron - better SATA cables for the Raptors Nothing like good cables to eleminate air flow blockages http://freebsddiary.org/dual-opteron-raptors-new-cables.php?2 18-Aug : NetSaint plugin for 3Ware RAID card How I created a NetSaint plugin to monitor my 3Ware RAID controller http://freebsddiary.org/3ware-netsaint-plugin.php?2 14-Aug : CLI for 3Ware 9550SX-8LP How to access the inner nitty gritty of the SATA RAID card http://freebsddiary.org/3ware-9550SX-8LP-cli.php?2 Aug-11 : NetSaint - creating a plug-in for RAID monitoring How to create a NetSaint plug-in to monitor your RAID array http://freebsddiary.org/netsaint-plugin.php?2 10-Aug : Dual Opteron - Raptor Installation Installing the Raptors and setting up RAID10 http://freebsddiary.org/dual-opteron-raptors.php?2 -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 09:03: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 8B09F16A4DD; Sun, 20 Aug 2006 09:03:03 +0000 (UTC) (envelope-from brad@ibiscode.com) Received: from mail-ihug.icp-qv1-irony3.iinet.net.au (ihug-mail.icp-qv1-irony3.iinet.net.au [203.59.1.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E18B43D49; Sun, 20 Aug 2006 09:03:02 +0000 (GMT) (envelope-from brad@ibiscode.com) Received: from unknown (HELO [192.168.1.35]) ([210.84.42.53]) by mail-ihug.icp-qv1-irony3.iinet.net.au with ESMTP; 20 Aug 2006 17:03:00 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.08,148,1154880000"; d="scan'208"; a="908459617:sNHT15122732" Message-ID: <44E83DB5.4020709@ibiscode.com> Date: Sun, 20 Aug 2006 10:47:17 +0000 From: Brad Kowalczyk User-Agent: Thunderbird 1.5.0.5 (X11/20060808) MIME-Version: 1.0 To: Greg 'groggy' Lehey References: <44E7E896.4060008@ibiscode.com> <20060820032034.GB14678@wantadilla.lemis.com> In-Reply-To: <20060820032034.GB14678@wantadilla.lemis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: nforce audio 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, 20 Aug 2006 09:03:03 -0000 Hi Greg, Greg 'groggy' Lehey wrote: > [Format recovered--see http://www.lemis.com/email/email-format.html] > > Computer output wrapped. > > On Sunday, 20 August 2006 at 4:44:06 +0000, Brad Kowalczyk wrote: > >> Hi, >> >> Just wondering if anyone has any experience getting sound working for an >> nforce1 motherboard? >> > > Heh. Just what I've been playing with right now. > > >> Seems I have the correct driver loaded and the device exists but no >> sound... >> > > It would be good to say which one (kldstat output), but from below I > expect you'll have: > > Id Refs Address Size Name > 6 1 0xc5577000 5000 snd_ich.ko > 7 1 0xc557c000 1d000 sound.ko > Here's my kldstat output: Id Refs Address Size Name 5 1 0xc0a43000 328c snd_driver.ko 6 2 0xc0a47000 45b8 snd_vibes.ko 7 29 0xc0a4c000 1d4fc sound.ko 8 2 0xc0a6a000 46c8 snd_via82c686.ko 9 2 0xc0a6f000 47dc snd_via8233.ko 10 2 0xc0a74000 4664 snd_t4dwave.ko 11 2 0xc0a79000 4604 snd_solo.ko 12 5 0xc0a7e000 49ec snd_sbc.ko 13 2 0xc0a83000 4de4 snd_sb16.ko 14 2 0xc0a88000 49fc snd_sb8.ko 15 2 0xc0a8d000 1095c snd_neomagic.ko 16 3 0xc0a9e000 b6f8 snd_mss.ko 17 2 0xc0aaa000 944c snd_maestro3.ko 18 2 0xc0ab4000 7200 snd_maestro.ko 19 2 0xc0abc000 59c4 snd_ich.ko 20 2 0xc0ac2000 4974 snd_fm801.ko 21 3 0xc0ac7000 505c snd_ess.ko 22 2 0xc0acd000 62ac snd_es137x.ko 23 2 0xc0ad4000 7494 snd_emu10k1.ko 24 2 0xc0adc000 bfe4 snd_ds1.ko 25 4 0xc0ae8000 7464 snd_csa.ko 26 2 0xc0af0000 443c snd_cs4281.ko 27 2 0xc0af5000 517c snd_cmi.ko 28 2 0xc0afb000 4e1c snd_als4000.ko 29 2 0xc0b00000 4c9c snd_ad1816.ko I reallise I don't need all those other sound drivers, but can't seem tp find where to disable them... > >> Some info: >> >> # pciconf -vl >> >> >> >> none4@pci0:5:0: class=0x040100 card=0x37301462 chip=0x01b010de rev=0xc2 >> hdr=0x00 >> vendor = 'NVIDIA Corporation' >> device = 'nForce MCP Audio Processing Unit (Dolby Digital)' >> class = multimedia >> subclass = audio >> pcm0@pci0:6:0: class=0x040100 card=0x37301462 chip=0x01b110de rev=0xc2 >> hdr=0x00 >> vendor = 'NVIDIA Corporation' >> device = 'nForce MCP Audio Codec Interface' >> class = multimedia >> subclass = audio >> > > I have: > > pcm0@pci0:6:0: class=0x040100 card=0x57001462 chip=0x006a10de rev=0xa1 hdr=0x00 > vendor = 'NVIDIA Corporation' > device = 'nForce MCP-T Audio Codec Interface' > class = multimedia > subclass = audio > > I don't have the APU. > > >> # dmesg | grep pcm >> pcm0: port 0xe400-0xe47f,0xe000-0xe0ff mem 0xdc180000-0xdc180fff irq 16 at device 6.0 on pci0 >> pcm0: >> Interrupt storm detected on "irq16: pcm0 nv0++"; throttling interrupt source >> > > pcm0: port 0xe400-0xe4ff,0xe800-0xe87f mem 0xe4000000-0xe4000fff irq 21 at device 6.0 on pci0 > pcm0: > > Looks pretty much the same, except that the chipset is slightly > different. The important message is the last one: "Interrupt storm". > That's the problem; I don't have a real answer, but what version of > FreeBSD are you running? It might also help if you can connect the > pcm device to a different IRQ from the nv device; but that depends on > your motherboard BIOS. > I'm running 5.4 STABLE. I don't have much experience on FreeBSD, how do I change the IRQ for a device? Cheers, Brad From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 09:06: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 940C216A4DD for ; Sun, 20 Aug 2006 09:06:25 +0000 (UTC) (envelope-from jonathoncadena@charter.net) Received: from mxsf39.cluster1.charter.net (mxsf39.cluster1.charter.net [209.225.28.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6159D43D83 for ; Sun, 20 Aug 2006 09:06:14 +0000 (GMT) (envelope-from jonathoncadena@charter.net) Received: from mxip26a.cluster1.charter.net (mxip26a.cluster1.charter.net [209.225.28.181]) by mxsf39.cluster1.charter.net (8.12.11.20060308/8.12.11) with ESMTP id k7K96C5X000523 for ; Sun, 20 Aug 2006 05:06:13 -0400 Received: from 66-214-246-62.dhcp.gldl.ca.charter.com (HELO [192.168.0.103]) ([66.214.246.62]) by mxip26a.cluster1.charter.net with ESMTP; 20 Aug 2006 05:06:13 -0400 X-IronPort-AV: i="4.08,148,1154923200"; d="scan'208"; a="1569553738:sNHT31313108" Mime-Version: 1.0 (Apple Message framework v749.3) Content-Transfer-Encoding: 7bit Message-Id: <2632161D-24F3-4BFF-81D7-F1EB5D8E9BED@charter.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: jonathoncadena Date: Sun, 20 Aug 2006 02:07:57 -0700 X-Mailer: Apple Mail (2.749.3) Subject: Superuser, new"wannaBe" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 09:06:25 -0000 Well, I can't figure out how to log in as superuser to configure. New instructions to the process can be located. I did create a password- no user name was requested. new system install also indicates "Bind address already in use" Please help me. Sincerely, Jonathon Pentium 3 596 MgH Bsd i 386 version 6.1 From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 09:12:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA61B16A4DA for ; Sun, 20 Aug 2006 09:12:04 +0000 (UTC) (envelope-from mikhailg@webanoide.org) Received: from overlord.navalradio.cl (overlord.navalradio.cl [201.236.67.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FF5443D49 for ; Sun, 20 Aug 2006 09:12:04 +0000 (GMT) (envelope-from mikhailg@webanoide.org) Received: from [192.168.0.4] (ppp108-110.static.internode.on.net [150.101.108.110]) (authenticated bits=0) by overlord.navalradio.cl (8.13.6/8.13.6) with ESMTP id k7K9Bj2U055276; Sun, 20 Aug 2006 05:11:48 -0400 (CLT) (envelope-from mikhailg@webanoide.org) Message-ID: <44E8274E.1@webanoide.org> Date: Sun, 20 Aug 2006 19:11:42 +1000 From: Mikhail Goriachev Organization: Webanoide User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: Paul Hamilton References: <0a9001c6c406$e113b1d0$6600a8c0@w2k2> In-Reply-To: <0a9001c6c406$e113b1d0$6600a8c0@w2k2> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-99.6 required=5.0 tests=AWL,USER_IN_WHITELIST autolearn=ham version=3.1.4 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on overlord.navalradio.cl Cc: freebsd-questions@freebsd.org Subject: Re: how to change the root user's name on FreeBSD 6.1 running postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 09:12:05 -0000 Paul Hamilton wrote: > Hi, > > I am running postfix on FreeBSD 4.11 and 6.1 servers. > > In FreeBSD 4.11, you can run 'chsh root' and edit the name to what you > want. However, on my FreeBSD 6.1 servers, I still receive email addressed > from 'root unix'. I would like to be able to differentiate the root mail > according to server the mail came from :-) > > Any idea's? Hi, You're after: chpass(1) Cheers, Mikhail. -- Mikhail Goriachev Webanoide Telephone: +61 (0)3 62252501 Mobile Phone: +61 (0)4 38255158 E-Mail: mikhailg@webanoide.org Web: http://www.webanoide.org PGP Key ID: 0x4E148A3B PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 09:23: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 A46BB16A4DE for ; Sun, 20 Aug 2006 09:23:34 +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 4305143D46 for ; Sun, 20 Aug 2006 09:23:34 +0000 (GMT) (envelope-from jdow@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=e/ZdsIa09lmRGTmdNWr57FXV7JMGY3CVtndl5PgQAiGEhPMhd0V5GUN5y0aWtTu8; 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.173.68] (helo=Wednesday) by elasmtp-banded.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GEjWi-00065w-Bv for freebsd-questions@freebsd.org; Sun, 20 Aug 2006 05:23:28 -0400 Message-ID: <05a401c6c43a$4bb83af0$0225a8c0@Wednesday> From: "jdow" To: References: <2632161D-24F3-4BFF-81D7-F1EB5D8E9BED@charter.net> Date: Sun, 20 Aug 2006 02:23:22 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-ELNK-Trace: bb89ecdb26a8f9f24d2b10475b571120f26542d61bd8b43878388aaaa9ac1af811c1af1e2c456b98350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.116.173.68 Subject: Re: Superuser, new"wannaBe" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 09:23:34 -0000 The username you want is "root". Give it the root password you entered during install after giving it that username and the login prompt will exhibit magical properties. {^_-} Joanne's feeling silly tonight. Maybe it's bed time. ----- Original Message ----- From: "jonathoncadena" > Well, I can't figure out how to log in as superuser to configure. New > instructions to the process can be located. I did create a password- > no user name was requested. new system install also indicates "Bind > address already in use" Please help me. Sincerely, Jonathon > > Pentium 3 > 596 MgH > Bsd i 386 > version 6.1 From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 12:48: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 D11BD16A4DD for ; Sun, 20 Aug 2006 12:48:06 +0000 (UTC) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F87843D72 for ; Sun, 20 Aug 2006 12:48:06 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6) with ESMTP id k7KCm1ga025805; Sun, 20 Aug 2006 08:48:01 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6/Submit) id k7KCm0vk025804; Sun, 20 Aug 2006 08:48:00 -0400 (EDT) From: Jerry McAllister Message-Id: <200608201248.k7KCm0vk025804@clunix.cl.msu.edu> To: paulh@bdug.org.au (Paul Hamilton) Date: Sun, 20 Aug 2006 08:48:00 -0400 (EDT) In-Reply-To: <0a9001c6c406$e113b1d0$6600a8c0@w2k2> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: how to change the root user's name on FreeBSD 6.1 running postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 12:48:06 -0000 > > Hi, > > I am running postfix on FreeBSD 4.11 and 6.1 servers. > > In FreeBSD 4.11, you can run 'chsh root' and edit the name to what you > want. However, on my FreeBSD 6.1 servers, I still receive email addressed > from 'root unix'. I would like to be able to differentiate the root mail > according to server the mail came from :-) > > Any idea's? Use 'vipw' and edit that field in the root entry. Don't change the id name or the UID fields, just the part of the entry that says 'root unix' or whatever to what you want for each machine. The vipw utility works just like 'vi' only it takes care of correct file locking and updating master.passwd and the passwd database for you when you exit with a :wq ////jerry > > Regards, > > Paul Hamilton > Busselton, 6280 > Australia > > _______________________________________________ > freebsd-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 Aug 20 14:36: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 A077116A4DA for ; Sun, 20 Aug 2006 14:36:22 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49EDA43D45 for ; Sun, 20 Aug 2006 14:36:22 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail3.panix.com (Postfix) with ESMTP id 5011E13A795 for ; Sun, 20 Aug 2006 10:36:21 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id 9CD97A8D020 for ; Sun, 20 Aug 2006 10:36:21 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1GEoPU-0001M2-00 for ; Sun, 20 Aug 2006 10:36:20 -0400 Date: Sun, 20 Aug 2006 10:36:20 -0400 From: stan To: Free BSD Questions list Message-ID: <20060820143620.GA5079@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 10:34:09 up 125 days, 11:40, 1 user, load average: 0.00, 0.00, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: etheeal port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 14:36:22 -0000 I'm building a replacement machine for my workstation at work this weeked (6 STABLE). The ethereal port seesm to be missing from the ports tree. This packages is a "must have" app for me. Cany anyone enlighten me as to what has ahppened here, since the last time I built a machine? -- Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie) From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 14:41: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 6BF6016A4E5 for ; Sun, 20 Aug 2006 14:41:22 +0000 (UTC) (envelope-from malcolm.kay@internode.on.net) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 926B943D53 for ; Sun, 20 Aug 2006 14:41:21 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from alpha.home (ppp144-64.lns3.adl2.internode.on.net [59.167.144.64]) by smtp1.adl2.internode.on.net (8.13.6/8.13.5) with ESMTP id k7KEfJxH076851; Mon, 21 Aug 2006 00:11:19 +0930 (CST) (envelope-from malcolm.kay@internode.on.net) From: Malcolm Kay Organization: at home To: freebsd-questions@freebsd.org Date: Mon, 21 Aug 2006 00:11:18 +0930 User-Agent: KMail/1.8 References: <20060815220133.58137.qmail@web60124.mail.yahoo.com> In-Reply-To: <20060815220133.58137.qmail@web60124.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608210011.18679.malcolm.kay@internode.on.net> Cc: Peter Subject: Re: Missing operating system (puzzle) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 14:41:22 -0000 On Wed, 16 Aug 2006 07:31 am, Peter wrote: > On a test system I have 3 SATA drives. On the 1st drive I > installed FBSD 6.0, updated sources/ports, build and install > world/kernel. Rebooted. All is well. > > I set up RAID0 on the other 2 drives using my (Tyan) mobo's > controller (NVRAID). This array shows up as /dev/ar0. > > I proceeded to set up a filesystem on ar0: > > # fdisk -I /dev/ar0 > # bsdlabel -w /dev/ar0s1 > # bsdlabel -e /dev/ar0s1 > > e: * * 4.2BSD > > # newfs /dev/ar0s1e > # mkdir /vol1 > # mount /dev/ar0s1e /vol1 > > Everything worked fine. df shows ar0s1e as 300 GB. > > I edit /etc/fstab: > > /dev/ar0s1e /vol1 ufs rw 2 2 > > I reboot: > > # reboot > > "Missing operating system" No expert on this; but I suspect the BIOS is looking for the OS on the newly setup raid. If this is the case you could see what boot options there are in the BIOS settings. If that doesn't go anywhere you could try putting a BSD boot selection MBR on ar0 which should then give you an option of booting from the next drive. Malcolm > > Where did I go wrong and what should I do now? > > Peter > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 14:55: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 80CC416A4E8 for ; Sun, 20 Aug 2006 14:55:33 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4233243D58 for ; Sun, 20 Aug 2006 14:55:29 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2011911pye for ; Sun, 20 Aug 2006 07:55:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=IEp/0DX+wXdepkcmWvdLvbcRTBfjjnrQCak5LQoHPDjYr6gLDFp+YovRR70o5r0kKiFVVNsKyqfxHtYxcSTqkIJtLR2nEKLoP90hGRJkrQ1WvfyNUZqoHuNzHGLJdxLQxmz/k8JVQVlp7W8HCT5TLrbb9cyypegqTHHolrWEHIM= Received: by 10.35.39.2 with SMTP id r2mr10980616pyj; Sun, 20 Aug 2006 07:55:29 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Sun, 20 Aug 2006 07:55:28 -0700 (PDT) Message-ID: Date: Sun, 20 Aug 2006 18:55:28 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "FreeBSD Questions" , stan In-Reply-To: <20060820143620.GA5079@teddy.fas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060820143620.GA5079@teddy.fas.com> X-Google-Sender-Auth: 1dc8fdc82072d6e1 Cc: Subject: Re: etheeal port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 14:55:33 -0000 On 8/20/06, stan wrote: > I'm building a replacement machine for my workstation at work this weeked > (6 STABLE). The ethereal port seesm to be missing from the ports tree. www.google.com /usr/ports/MOVED /usr/ports/net/wireshark From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 14:57: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 F29F116A4E1 for ; Sun, 20 Aug 2006 14:57:24 +0000 (UTC) (envelope-from phoenix.lists@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 CE35043D4C for ; Sun, 20 Aug 2006 14:57:23 +0000 (GMT) (envelope-from phoenix.lists@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so1888311nfc for ; Sun, 20 Aug 2006 07:57:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:message-id; b=mzOlLlGK+99wbaVorF5SZ8K/GrOjXOGrYysY9yLI3i8R6mVOknP0Bvh1EY6pzkRAVW/rSv/WscxikpFSZBD6z/5kltHSDtOOYbc3fnDixsOJcThmeNLmcC/O3d8Ps/IDiUyQRRBZrriVZOXwJVJLUcm2alFlP8MYwnPEBBBQ73I= Received: by 10.49.8.15 with SMTP id l15mr6571532nfi; Sun, 20 Aug 2006 07:57:22 -0700 (PDT) Received: from sp0-host.localdomain ( [85.202.171.205]) by mx.gmail.com with ESMTP id m15sm1247338nfc.2006.08.20.07.57.22; Sun, 20 Aug 2006 07:57:22 -0700 (PDT) From: Simon Phoenix Organization: Phoenix Lab. To: freebsd-questions@freebsd.org Date: Sun, 20 Aug 2006 17:57:28 +0300 User-Agent: KMail/1.9.3 References: <20060820143620.GA5079@teddy.fas.com> In-Reply-To: <20060820143620.GA5079@teddy.fas.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1218153.adq0f8OfAv"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200608201757.36094.phoenix.lists@gmail.com> Cc: stan Subject: Re: etheeal port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 14:57:25 -0000 --nextPart1218153.adq0f8OfAv Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 20 August 2006 17:36, stan wrote: > I'm building a replacement machine for my workstation at work this weeked > (6 STABLE). The ethereal port seesm to be missing from the ports tree. > > This packages is a "must have" app for me. > > Cany anyone enlighten me as to what has ahppened here, since the > last time I built a machine? Ethereal is a Wireshark now. http://www.wireshark.org/ /usr/ports/net/wireshark =2D-=20 Best regards, Simon Phoenix (Phoenix Lab.) =2D-------------------------------------------------------------- KeyID: 0x2569D30B =46ingerprint: 78FC 5C40 07CC D331 148E CC79 84B8 D514 2569 D30B =2D-------------------------------------------------------------- --nextPart1218153.adq0f8OfAv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBE6HhghLjVFCVp0wsRA4HlAKDPaI6JwhYZLb2NUBHeIj/oDjTvYgCg8RnQ gl4pSPoxXseqZJrCy0h0CAI= =eKoZ -----END PGP SIGNATURE----- --nextPart1218153.adq0f8OfAv-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 15:28: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 9647B16A4E0 for ; Sun, 20 Aug 2006 15:28:53 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C3D343D53 for ; Sun, 20 Aug 2006 15:28:52 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail1.panix.com (Postfix) with ESMTP id F0E495887C; Sun, 20 Aug 2006 11:28:51 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool2.panix.com (Postfix) with ESMTP id 2FA97990768; Sun, 20 Aug 2006 11:28:52 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1GEpEJ-0001j3-00; Sun, 20 Aug 2006 11:28:51 -0400 Date: Sun, 20 Aug 2006 11:28:51 -0400 From: stan To: Simon Phoenix Message-ID: <20060820152851.GA6233@teddy.fas.com> Mail-Followup-To: Simon Phoenix , freebsd-questions@freebsd.org References: <20060820143620.GA5079@teddy.fas.com> <200608201757.36094.phoenix.lists@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608201757.36094.phoenix.lists@gmail.com> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 11:12:53 up 125 days, 12:19, 1 user, load average: 0.00, 0.02, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: freebsd-questions@freebsd.org Subject: Re: etheeal port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 15:28:53 -0000 On Sun, Aug 20, 2006 at 05:57:28PM +0300, Simon Phoenix wrote: > On Sunday 20 August 2006 17:36, stan wrote: > > I'm building a replacement machine for my workstation at work this weeked > > (6 STABLE). The ethereal port seesm to be missing from the ports tree. > > > > This packages is a "must have" app for me. > > > > Cany anyone enlighten me as to what has ahppened here, since the > > last time I built a machine? > > Ethereal is a Wireshark now. > http://www.wireshark.org/ > /usr/ports/net/wireshark Thanks, looks like I missed the News Forge article on this. Seems to be a bit more to this than has been publicly disclosed though... -- Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie) From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 15:55: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 4785116A4EE for ; Sun, 20 Aug 2006 15:55:41 +0000 (UTC) (envelope-from bob@tania.servebbs.org) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 890EB43D9D for ; Sun, 20 Aug 2006 15:55:36 +0000 (GMT) (envelope-from bob@tania.servebbs.org) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail2.panix.com (Postfix) with ESMTP id 8458B9D857 for ; Sun, 20 Aug 2006 11:55:36 -0400 (EDT) Received: from tania.servebbs.org (pool-71-247-75-101.nycmny.east.verizon.net [71.247.75.101]) by mailspool2.panix.com (Postfix) with ESMTP id ECA81990768 for ; Sun, 20 Aug 2006 11:55:36 -0400 (EDT) From: Bob Richards Organization: TamaraB To: freebsd-questions@freebsd.org Date: Sun, 20 Aug 2006 11:54:52 -0400 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2781303.ZtxMc9yV5m"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200608201155.04750.bob@tania.servebbs.org> Subject: free? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 15:55:41 -0000 --nextPart2781303.ZtxMc9yV5m Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =20 WhenI was using Linux, I got used to running "free"; a quick nd dirty way t= o=20 ascertain memory/swap usage. Is there an equivalent command in freebsd? =20 Bob --nextPart2781303.ZtxMc9yV5m Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBE6IXYAexE5bK/mHkRAtnBAJ9kbi1hBXeeka+EJOzRilwWDS076wCfbHs0 HEJU4PaYy/CqHLXXITopqNc= =HkxK -----END PGP SIGNATURE----- --nextPart2781303.ZtxMc9yV5m-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 16:12: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 1157B16A4E0 for ; Sun, 20 Aug 2006 16:12:24 +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 5419943D46 for ; Sun, 20 Aug 2006 16:12:22 +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 k7KGCMN6026025; Sun, 20 Aug 2006 12:12:22 -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 k7KGCIHC026022; Sun, 20 Aug 2006 12:12:22 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Sun, 20 Aug 2006 12:12:18 -0400 (EDT) From: doug To: Bob Richards In-Reply-To: <200608201155.04750.bob@tania.servebbs.org> Message-ID: <20060820121134.I23964@fledge.watson.org> References: <200608201155.04750.bob@tania.servebbs.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: free? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 16:12:24 -0000 vmstat and swapinfo On Sun, 20 Aug 2006, Bob Richards wrote: > > WhenI was using Linux, I got used to running "free"; a quick nd dirty way to > ascertain memory/swap usage. Is there an equivalent command in freebsd? > > Bob > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 16:48: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 4C06E16A4E2 for ; Sun, 20 Aug 2006 16:48:47 +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 C9D0C43D81 for ; Sun, 20 Aug 2006 16:48:44 +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 k7KGmTYJ026877; Sun, 20 Aug 2006 12:48:29 -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 k7KGmTwV026874; Sun, 20 Aug 2006 12:48:29 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Sun, 20 Aug 2006 12:48:29 -0400 (EDT) From: doug To: Derek Ragona In-Reply-To: <6.0.0.22.2.20060819142237.025aeef8@mail.computinginnovations.com> Message-ID: <20060820121753.W23964@fledge.watson.org> References: <27365636F3B5C048B8E8A2BC4C7F1225C01790@email02.bsu.edu> <6.0.0.22.2.20060819142237.025aeef8@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org, "Dearment, Alaric J" Subject: Re: Web server requirements X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 16:48:47 -0000 I did not see the answer to the dynamic content question. I ran 400-500 web sites on a 300 MHz processor until it died. My problems were memory, disk space and bandwidth. If you are going to use perl or modperl for dynamic content, any processor you can buy today will probably be fast enough. If did not see RAID mentioned in the thread, but I would recommend that. If you have a budget, I would spend it on memory, 1GB (more?) and the rest on disks and an ata raid controller. On Sat, 19 Aug 2006, Derek Ragona wrote: > It sounds like you have this older hardware to use, so you can try it and > see. It will likely be a bit under powered for the streaming, and may chug > under the maximum users. With hardware prices at an all time low, you might > want to consider something faster with more capacity, but you can always move > to that later. > > -Derek > > > At 01:55 PM 8/19/2006, Dearment, Alaric J wrote: >> I'm the on-line editor of expo, Ball State University's student-run >> magazine. We're reviving our Web site, and I've been thinking seriously >> about running it off a FreeBSD-based server. However, I'm not sure what >> kinds of system requirements I'll have. >> >> The school has roughly 20,000 students and the magazine comes out once a >> semester. If I were to guess, I'd say we'll be having 100 people on the >> server at once on busy days, most of whom will be on campus. In addition to >> articles, the server will probably offer a 10- to 15-minute video and/or >> podcast to go with the cover story. Also, the server will also be used as a >> mail server and file server, though file services will likely only be >> needed for a couple of days each semester and E-mail accounts will only be >> for staff to do things such as receive feedback on articles and so forth. >> >> What sorts of requirements would such a server need as far as processor, >> RAM and HD are concerned, assuming it would be running on FreeBSD? Would a >> machine with 512M of RAM, a 140G HD and 1.2GHz processor work? >> >> Thank you, >> Alaric DeArment >> Ball State University >> _______________________________________________ >> freebsd-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. > > _______________________________________________ > freebsd-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 Aug 20 17:32: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 7315D16A4DA for ; Sun, 20 Aug 2006 17:32:10 +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 23C5D43D45 for ; Sun, 20 Aug 2006 17:32:10 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 19412 invoked from network); 20 Aug 2006 17:32:09 -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 ; 20 Aug 2006 17:32:09 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id BB21828449; Sun, 20 Aug 2006 13:32:07 -0400 (EDT) To: freebsd-questions@freebsd.org References: <1156020734.5785.13.camel@paddy-desktop> <47858746.20060819233403@rulez.sk> <270E0104-10A5-4D4B-B8EB-A603920E37C5@ketralnis.com> From: Lowell Gilbert Date: Sun, 20 Aug 2006 13:32:06 -0400 In-Reply-To: <270E0104-10A5-4D4B-B8EB-A603920E37C5@ketralnis.com> (David King's message of "Sat, 19 Aug 2006 18:03:18 -0700") Message-ID: <448xlj2u09.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: David King Subject: Re: user level X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 17:32:10 -0000 David King writes: >>> the Internet to conduct personal business. What must I know to >>> configure >>> sbcglobal.net to operate FreeBSD. And, do you think I need to learn a >> If DHCP is all you need to setup your internet connection, there is >> nothing easier you can have. Just put the installation CD into your > > Actually, I used to use SBCGlobal's DSL, and they didn't use direct > DHCP, they used PPPoE to authenticate and give out the address. Ask > their support if this is still the case (+1 877-SBC-DSL5). If it is, > Google around for terms like pppoe and FreeBSD Or better yet, just go straight to the FreeBSD Handbook's section on the topic. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 18:19: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 C7E7916A4E2 for ; Sun, 20 Aug 2006 18:19:11 +0000 (UTC) (envelope-from Matt@iXsystems.com) Received: from smtp105.sbc.mail.mud.yahoo.com (smtp105.sbc.mail.mud.yahoo.com [68.142.198.204]) by mx1.FreeBSD.org (Postfix) with SMTP id 43AA343D45 for ; Sun, 20 Aug 2006 18:19:11 +0000 (GMT) (envelope-from Matt@iXsystems.com) Received: (qmail 51348 invoked from network); 20 Aug 2006 18:19:10 -0000 Received: from unknown (HELO ?192.168.0.100?) (mattoo@pacbell.net@70.231.148.52 with plain) by smtp105.sbc.mail.mud.yahoo.com with SMTP; 20 Aug 2006 18:19:10 -0000 Message-ID: <44E8A79B.6050702@iXsystems.com> Date: Sun, 20 Aug 2006 11:19:07 -0700 From: Matt Olander Organization: iXsystems User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-advocacy@freebsd.org Subject: [Fwd: porting the RealPlayer] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 18:19:11 -0000 Hi all, I met with a developer of the Real Player at Linux World. She says they would *love* to port a native version of the Real player to FreeBSD. Yay! She even showed me that they have an older FreeBSD dev environment set up and are ready to start to try compiling it for release after we get it up to date. We need a couple of FreeBSD experts to assist with questions/expertise/feedback to make sure this gets finished ;-) Please send me your name/email off list and I'll reply to her with a shortlist of who can help them. Thanks! -matt -------- Original Message -------- Hey Matt - It was great to meet you at Linux World. FreeBSD is near to my heart, although I'm not totally knowledgeable on it, sadly. I'm a FreeBSD fan to the point of wanting to do the RealPlayer port to FreeBSD myself when I first started this job.. but.. they piled me down with meetings and spec-writing before I even got a chance to see it compile once. Which is why I'm so excited that you were so receptive to getting the RealPlayer on FreeBSD. I've been talking to the guy who runs our build environments and he's checking to see if anyone else is using the FreeBSD 5.0 box. If not, we'll upgrade it asap. Do you have any recommendations on hardware for a FreeBSD 6.1 build machine? Also, we're currently only running nightly builds for the stable branch on FreeBSD. Do you think we should be running the current branch as well? That's where all the new functionality is going - like playlists and Windows Media (ahem.. if you have a license for it). Depending on how long porting work takes, FreeBSD may want to just skip the currently released player and go for all the new technology. Thanks so much for your offer of help and any thoughts you have would be greatly appreciated. -- Matt Olander CTO, iXsystems - "Servers for Open Source" http://www.iXsystems.com Public Relations, The FreeBSD Project http://www.FreeBSD.org Phone: (408)943-4100 ext. 113 Fax: (408)943-4101 -- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 18:21: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 CBCA116A4E0 for ; Sun, 20 Aug 2006 18:21:54 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48FC243D5F for ; Sun, 20 Aug 2006 18:21:45 +0000 (GMT) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2067077pye for ; Sun, 20 Aug 2006 11:21: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:mime-version:content-type:content-transfer-encoding:content-disposition; b=YrJiSZ+FZH/tTeWO904UbC1JAnSgYoMPzOufVvORfehqyv351U6sf0Yk+YRXZpNiOlBOi17PMWAYpambPSr3or99X6ez4xa9bHjsgRrtst29T0zI/yCVr8/sssV5VsX9PzUdnGN64mfzv3d0HUPvs8Oy3rn54cxZyAoekHGmChw= Received: by 10.35.128.1 with SMTP id f1mr5523162pyn; Sun, 20 Aug 2006 11:21:44 -0700 (PDT) Received: by 10.35.44.12 with HTTP; Sun, 20 Aug 2006 11:21:44 -0700 (PDT) Message-ID: <340a29540608201121m69ccb755id037f7fa6742c630@mail.gmail.com> Date: Sun, 20 Aug 2006 18:21:44 +0000 From: "Andrew Falanga" 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: Upgrade the ports after performing a binary 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, 20 Aug 2006 18:21:54 -0000 Hello everybody, I did a binary upgrade on my FreeBSD 6.0 RELEASE system up to 6.1 RELEASE. However, I'm still running KDE 3.4 and firefox still doesn't work. I didn't understand this, but apparently the ports that are installed to a system don't upgrade with a binary upgrade. Ok, so, the question is now, how do I upgrade my ported applications, KDE and firefox most noteably, to the versions that are installed with the ports when one does a 6.1 installation? I know that I must upgrade many of the GTK stuff for firefox, etc., so how do I go about upgrading these applications useing disk 2 of the iso images? Thanks for any help. Andy From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 18:47: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 0827A16A4DF; Sun, 20 Aug 2006 18:47:24 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 921AB43D45; Sun, 20 Aug 2006 18:47:23 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 1F34118191; Sun, 20 Aug 2006 21:47:22 +0300 (EEST) Date: Sun, 20 Aug 2006 21:47:15 +0300 From: Ion-Mihai Tetcu To: Matt Olander Message-ID: <20060820214715.0897b9de@it.buh.tecnik93.com> In-Reply-To: <44E8A79B.6050702@iXsystems.com> References: <44E8A79B.6050702@iXsystems.com> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Cc: freebsd-advocacy@freebsd.org, Leidinger , freebsd-questions@freebsd.org, Alexander Subject: Re: [Fwd: porting the RealPlayer] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 18:47:24 -0000 On Sun, 20 Aug 2006 11:19:07 -0700 Matt Olander wrote: > Hi all, >=20 > I met with a developer of the Real Player at Linux World. She says > they would *love* to port a native version of the Real player to > FreeBSD. Yay! She even showed me that they have an older FreeBSD dev > environment set up and are ready to start to try compiling it for > release after we get it up to date. Yay ! Good work :) > We need a couple of FreeBSD experts to assist with=20 > questions/expertise/feedback to make sure this gets finished ;-) > Please send me your name/email off list and I'll reply to her with a=20 > shortlist of who can help them. Since it's great to volunteer others ;-) maybe netchild@ (cc'ed) has time for this ? > -------- Original Message -------- [ ... ] > Also, we're currently only running nightly builds for the stable > branch on FreeBSD. Do you think we should be running the current > branch as well? That's where all the new functionality is going - > like playlists and Windows Media (ahem.. if you have a license for > it). Depending on how long porting work takes, FreeBSD may want to > just skip the currently released player and go for all the new > technology. =46rom our point of view it would be no problem to have both in the Ports Tree (The second as -devel). --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" I thought my people would grow tired of killing. But you were right, they see it is easier than trading. And it has its pleasures. I feel it myself. Like the hunt, but with richer rewards. -- Apella, "A Private Little War", stardate 4211.8 From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 19:22: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 BCEAC16A4E0 for ; Sun, 20 Aug 2006 19:22:47 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65CE743D73 for ; Sun, 20 Aug 2006 19:22:47 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 29131 invoked from network); 20 Aug 2006 19:22:47 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Aug 2006 19:22:46 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 020BC28449; Sun, 20 Aug 2006 15:22:45 -0400 (EDT) To: Jason Morgan References: <20060818185903.GB29553@sentinelchicken.net> From: Lowell Gilbert Date: Sun, 20 Aug 2006 15:22:45 -0400 In-Reply-To: <20060818185903.GB29553@sentinelchicken.net> (Jason Morgan's message of "Fri, 18 Aug 2006 18:59:03 +0000") Message-ID: <444pw72ovu.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: Drive Failure or User Error? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 19:22:47 -0000 Jason Morgan writes: > I was setting up a new server (6.1 i386 STABLE) - more specifically, I > was mirroring the functioning server drive - when I suddenly got this: > > ad0 FAILURE - READ_DMA48 status=51 > error=40 LBA=611703808 > GEOM_MIRROR: Request failed (error=5). ad0[READ(offset=313192349696, > length=131072)] > > Along with several more errors, which were very similar. At this point, > the server pretty much froze and would repeat the error at reboot, and > as gmirror began resyncing the drive, the server would crash. I've tried > disabling the mirror, fscking (multiple times), removing disks, and I > just got done reinstalling (which went just fine) and resyncing. I still > get the error and the system becomes unusable. > > So, my question is - and I suspect this is the case - is this a drive > failure or some issue with the mirroring process? It *is* a drive failure, but I don't understand all of what's happening there. It is possible that this is not a FATAL drive failure, but it's hard to be certain from this information. If you can figure out which file contains the bad sector, you can rewrite that file and the drive may be able to recover. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 20:16: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 37C3016A4DA for ; Sun, 20 Aug 2006 20:16:04 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id C377D43D53 for ; Sun, 20 Aug 2006 20:16:03 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so159746wra for ; Sun, 20 Aug 2006 13:16:03 -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=MnAqECfEi8tPR6fGPnHUURojp0bXQLsjgdih2cbEkr6xJzSMM/SEMYUCvG4pVMxAR+S96XRSp9QozJOcZN/LZQtn7OoGIItOpkBpU9Cm9h3vfhv4DtCiMEg78L7BlH6OtJizKN7TT3EGFpjLAIqW8sIKMvjRoEcv5/CHjdcP0oY= Received: by 10.70.70.7 with SMTP id s7mr8367014wxa; Sun, 20 Aug 2006 13:16:03 -0700 (PDT) Received: by 10.70.49.3 with HTTP; Sun, 20 Aug 2006 13:16:03 -0700 (PDT) Message-ID: Date: Sun, 20 Aug 2006 15:16:03 -0500 From: "Nikolas Britton" 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: Add colored border around console? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 20:16:04 -0000 How do I do this: http://www.nbritton.org/uploads/IMG_5496-2.jpg What I want is the colored border around the console window... I have no clue how to do it, /dev/random made the border you see the photo! I let it run all night to generate interrupt load as part of a system stress test. -- BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 20:27:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 923F416A4DD for ; Sun, 20 Aug 2006 20:27:35 +0000 (UTC) (envelope-from enigma@k1.com.br) Received: from smtp.k1.com.br (customer-200195196249.onda.com.br [200.195.196.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD1443D66 for ; Sun, 20 Aug 2006 20:27:30 +0000 (GMT) (envelope-from enigma@k1.com.br) Received: from k1.com.br (localhost [127.0.0.1]) by smtp.k1.com.br (8.13.5/8.13.5) with ESMTP id k7JISROU045899; Sun, 20 Aug 2006 17:27:28 -0300 (BRT) X-MessageWall-Score: 0 (k1.com.br) Received: from [201.21.131.24] (authenticated as lenzi) by k1.com.br (MessageWall 1.0.8) with SMTP; 20 Aug 2006 20:27:28 -0000 From: Sergio Lenzi To: Matt Olander , freebsd-questions@freebsd.org In-Reply-To: <44E8A79B.6050702@iXsystems.com> References: <44E8A79B.6050702@iXsystems.com> Date: Sun, 20 Aug 2006 17:26:03 -0300 Message-Id: <1156105563.1004.84.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: the real player port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 20:27:35 -0000 Em Dom, 2006-08-20 às 11:19 -0700, Matt Olander escreveu: > Hi all, > > I met with a developer of the Real Player at Linux World. She says they > would *love* to port a native version of the Real player to FreeBSD. > Yay! She even showed me that they have an older FreeBSD dev environment > set up and are ready to start to try compiling it for release after we > get it up to date. > > We need a couple of FreeBSD experts to assist with > questions/expertise/feedback to make sure this gets finished ;-) > Please send me your name/email off list and I'll reply to her with a > shortlist of who can help them. > > Thanks! > -matt > > - Hello Matt,,, I use only FreeBSD here and I realise that to play real media I use xine or mplayer(kmplayer) they are faster than real player, never locks, and plays everything encoded with real media... Indeed, the last xine is amazing... just install it with all the options.... it runs all windows codecs, plus divx, dvd,vcd, cd, mp3, mp4, mpg, quicktime... Thanks for your attention.... Sergio From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 21: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 C8EAC16A4E5 for ; Sun, 20 Aug 2006 21:09:18 +0000 (UTC) (envelope-from carl@UDel.Edu) Received: from md2.nss.udel.edu (md2.nss.udel.edu [128.175.1.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A9043D46 for ; Sun, 20 Aug 2006 21:09:18 +0000 (GMT) (envelope-from carl@UDel.Edu) Received: from ms1.nss.udel.edu (ms1.nss.udel.edu [128.175.1.21]) by md2.nss.udel.edu (MOS 3.7.1-GA) with ESMTP id DBY03806; Sun, 20 Aug 2006 17:09:17 -0400 (EDT) Received: (from ms1.nss.udel.edu [68.82.120.39]) by ms1.nss.udel.edu (MOS 3.7.1-GA) with HTTPS/1.1 id BTA30498 (AUTH carl); Sun, 20 Aug 2006 17:09:17 -0400 (EDT) From: To: freebsd-questions@freebsd.org X-Mailer: Mirapoint Webmail Direct 3.7.1-GA MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20060820170917.BTA30498@ms1.nss.udel.edu> Date: Sun, 20 Aug 2006 17:09:17 -0400 (EDT) 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: Sun, 20 Aug 2006 21:09:18 -0000 From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 21:11: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 0207216A4DA for ; Sun, 20 Aug 2006 21:11:03 +0000 (UTC) (envelope-from carl@UDel.Edu) Received: from md1.nss.udel.edu (md1.nss.udel.edu [128.175.1.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C15A43D79 for ; Sun, 20 Aug 2006 21:10:54 +0000 (GMT) (envelope-from carl@UDel.Edu) Received: from ms1.nss.udel.edu (ms1.nss.udel.edu [128.175.1.21]) by md1.nss.udel.edu (MOS 3.7.1-GA) with ESMTP id BYG43314; Sun, 20 Aug 2006 17:10:53 -0400 (EDT) Received: (from ms1.nss.udel.edu [68.82.120.39]) by ms1.nss.udel.edu (MOS 3.7.1-GA) with HTTPS/1.1 id BTA30773 (AUTH carl); Sun, 20 Aug 2006 17:10:52 -0400 (EDT) From: To: freebsd-questions@freebsd.org X-Mailer: Mirapoint Webmail Direct 3.7.1-GA MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20060820171052.BTA30773@ms1.nss.udel.edu> Date: Sun, 20 Aug 2006 17:10:52 -0400 (EDT) X-Junkmail-Status: score=10/50, host=md1.nss.udel.edu X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090202.44E8CEE2.0038,ss=1,fgs=0, ip=128.175.1.21, so=2005-09-30 22:39:37, dmn=5.2.113/2006-07-26 Cc: carl@UDel.Edu Subject: a problem setting screen resolution with Xorg-6.9.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 21:11:03 -0000 Fellow FreeBSDers, I originally sent this to FreeBSD-X11, but this may be a more appropriate venue. I have recently installed FreeBSD 6.1 on a Pentium III box, using an NVidia GeForce 2 GTS card and a CTX PL9 monitor. Running "X -configure" as root generates the file xorg.conf.new, and then running "X -config xorg.conf.new", pulls up a generic X screen with a resolution of 1600x1200. I go in and modify the xorg.conf.new file to make the default resolution 1280x1024, and rerun "X -config xorg.conf.new", but the resolution is still 1600x1200. This is a wonderful resolution, but it makes everything rather small, and the icons are difficult to see. I am obviously setting something wrong, but I do not know what it is. Might anyone have any suggestions. I really would rather have the resolution be 1280x1024. Thanks for your help! Carl The following is the file xorg.conf.new: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 360 270 # mm Identifier "Monitor0" VendorName "CTX" ModelName "3700" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 30.0 - 95.0 VertRefresh 50.0 - 160.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "Rotate" # [] #Option "VideoKey" # #Option "FlatPanel" # [] #Option "FPDither" # [] #Option "CrtcNumber" # #Option "FPScale" # [] #Option "FPTweak" # Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "NV15 [GeForce2 GTS/Pro]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 21:12: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 A3F0D16A4E1 for ; Sun, 20 Aug 2006 21:12:47 +0000 (UTC) (envelope-from maxsec@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 EDE1D43D58 for ; Sun, 20 Aug 2006 21:12:11 +0000 (GMT) (envelope-from maxsec@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so1938909nfc for ; Sun, 20 Aug 2006 14:11:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=n//HpekgKSg7KvRv+JoeAHY0E1+qGzgoP7VXHNb+bwzhTAbcXIejkYGad41toJI809hxvB5vgCUfhx4Q0NOZxKtMSSmyqHrf4RwQKCQrEq6btwjdsQKK2UmBEXePQs/adpAyus4ohOSvGGHcV+g875A4IGE+jokcUcWoryYpmxg= Received: by 10.49.8.4 with SMTP id l4mr6896412nfi; Sun, 20 Aug 2006 14:11:47 -0700 (PDT) Received: by 10.78.186.14 with HTTP; Sun, 20 Aug 2006 14:11:47 -0700 (PDT) Message-ID: <72cf361e0608201411h5be8bd2bsbf2f9187e3e226dd@mail.gmail.com> Date: Sun, 20 Aug 2006 22:11:47 +0100 From: "Martin Hepworth" To: "Jason Lixfeld" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Two Dell PE1850s keep locking up... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 21:12:47 -0000 Can you do anything else that hits the machine with high disk I/O? If this an SMP enabled kernel? If so does the same thing occur if you use a non-smp enabled kernel? -- Martin On 8/19/06, Jason Lixfeld wrote: > > (Please forgive the verbosity of this note) > > I have two identically configured Dell PowerEdge 1850 servers running > FreeBSD 6.1-R-p3. Both of these machines seem to lock up under > whatever load conditions are are present during compiling > applications. The most recent lockup on one machine was while > compiling a kernel, the other was while running portupgrade. Not > sure what the straw is that breaks the back here, so I'm wondering if > anyone has seen anything like this before and can perhaps shed some > light on what might be happening, or perhaps give me some clues on > how I can go about debugging/troubleshooting this. > > I've included a some output which will hopefully give a clear picture > of how these guys are configured. > > While I appreciate everyone's input, please save yourself the trouble > if your canned response would normally be something to the effect of > telling me that Dell suck and I should use HP or IBM if I want to run > FreeBSD. > > Thanks in advance! > > pciconf -lv: > > hostb0@pci0:0:0: class=0x060000 card=0x016c1028 > chip=0x35908086 rev=0x09 hdr=0x00 > vendor = 'Intel Corporation' > device = 'E752x Server Memory Controller Hub' > class = bridge > subclass = HOST-PCI > pcib1@pci0:2:0: class=0x060400 card=0x00000050 chip=0x35958086 > rev=0x09 hdr=0x01 > vendor = 'Intel Corporation' > device = 'E752x Memory Controller Hub PCI Express Port A0' > class = bridge > subclass = PCI-PCI > pcib4@pci0:4:0: class=0x060400 card=0x00000050 chip=0x35978086 > rev=0x09 hdr=0x01 > vendor = 'Intel Corporation' > device = 'E752x Memory Controller Hub PCI Express Port B0' > class = bridge > subclass = PCI-PCI > pcib5@pci0:5:0: class=0x060400 card=0x00000050 chip=0x35988086 > rev=0x09 hdr=0x01 > vendor = 'Intel Corporation' > device = 'E752x Memory Controller Hub PCI Express Port B1' > class = bridge > subclass = PCI-PCI > pcib8@pci0:6:0: class=0x060400 card=0x00000050 chip=0x35998086 > rev=0x09 hdr=0x01 > vendor = 'Intel Corporation' > device = 'E752x Memory Controller Hub PCI Express Port C0' > class = bridge > subclass = PCI-PCI > uhci0@pci0:29:0: class=0x0c0300 card=0x016c1028 > chip=0x24d28086 rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801EB/ER (ICH5/ICH5R) USB UHCI Controller' > class = serial bus > subclass = USB > uhci1@pci0:29:1: class=0x0c0300 card=0x016c1028 > chip=0x24d48086 rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801EB/ER (ICH5/ICH5R) USB UHCI Controller' > class = serial bus > subclass = USB > uhci2@pci0:29:2: class=0x0c0300 card=0x016c1028 > chip=0x24d78086 rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801EB/ER (ICH5/ICH5R) USB UHCI Controller' > class = serial bus > subclass = USB > ehci0@pci0:29:7: class=0x0c0320 card=0x016c1028 > chip=0x24dd8086 rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801EB/ER (ICH5/ICH5R) USB 2.0 EHCI Controller' > class = serial bus > subclass = USB > pcib9@pci0:30:0: class=0x060400 card=0x00000000 > chip=0x244e8086 rev=0xc2 hdr=0x01 > vendor = 'Intel Corporation' > device = '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), > 6300ESB Hub Interface to PCI Bridge' > class = bridge > subclass = PCI-PCI > isab0@pci0:31:0: class=0x060100 card=0x00000000 > chip=0x24d08086 rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801EB/ER (ICH5/ICH5R) LPC Interface Bridge' > class = bridge > subclass = PCI-ISA > atapci0@pci0:31:1: class=0x01018a card=0x016c1028 > chip=0x24db8086 rev=0x02 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801EB/ER (ICH5/ICH5R) EIDE Controller' > class = mass storage > subclass = ATA > pcib2@pci1:0:0: class=0x060400 card=0x00000044 chip=0x03308086 > rev=0x06 hdr=0x01 > vendor = 'Intel Corporation' > device = '80332 [Dobson] I/O processor A-segment Bridge' > class = bridge > subclass = PCI-PCI > pcib3@pci1:0:2: class=0x060400 card=0x00000044 chip=0x03328086 > rev=0x06 hdr=0x01 > vendor = 'Intel Corporation' > device = '80332 [Dobson] I/O processor B-segment Bridge' > class = bridge > subclass = PCI-PCI > amr0@pci2:14:0: class=0x010400 card=0x016c1028 chip=0x00131028 > rev=0x06 hdr=0x00 > vendor = 'Dell Computer Corporation' > class = mass storage > subclass = RAID > pcib6@pci5:0:0: class=0x060400 card=0x00000044 chip=0x03298086 > rev=0x09 hdr=0x01 > vendor = 'Intel Corporation' > device = '6700PXH PCI Express-to-PCI Express Bridge A' > class = bridge > subclass = PCI-PCI > pcib7@pci5:0:2: class=0x060400 card=0x00000044 chip=0x032a8086 > rev=0x09 hdr=0x01 > vendor = 'Intel Corporation' > device = '6700PXH PCI Express-to-PCI Express Bridge B' > class = bridge > subclass = PCI-PCI > em0@pci6:7:0: class=0x020000 card=0x016d1028 chip=0x10768086 > rev=0x05 hdr=0x00 > vendor = 'Intel Corporation' > device = '82547EI Gigabit Ethernet Controller' > class = network > subclass = ethernet > em1@pci7:8:0: class=0x020000 card=0x016d1028 chip=0x10768086 > rev=0x05 hdr=0x00 > vendor = 'Intel Corporation' > device = '82547EI Gigabit Ethernet Controller' > class = network > subclass = ethernet > none0@pci9:13:0: class=0x030000 card=0x016c1028 > chip=0x51591002 rev=0x00 hdr=0x00 > vendor = 'ATI Technologies Inc' > device = 'RV100 Radeon 7000 / Radeon VE' > class = display > subclass = VGA > > dmesg: > > ricky# dmesg > Copyright (c) 1992-2006 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights > reserved. > FreeBSD 6.1-RELEASE-p3 #9: Wed Aug 9 10:07:40 EDT 2006 > root@RICKY.domain.tld:/usr/obj/usr/src/sys/RICKY > ACPI APIC Table: > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Intel(R) Xeon(TM) CPU 3.00GHz (2992.71-MHz K8-class CPU) > Origin = "GenuineIntel" Id = 0xf43 Stepping = 3 > > Features=0xbfebfbff ,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR, > Features2=0x641d> > AMD Features=0x20100800 > Logical CPUs per core: 2 > real memory = 1073479680 (1023 MB) > avail memory = 1028681728 (981 MB) > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > ioapic0: Changing APIC ID to 2 > ioapic1: Changing APIC ID to 3 > ioapic1: WARNING: intbase 32 != expected base 24 > ioapic2: Changing APIC ID to 4 > ioapic2: WARNING: intbase 64 != expected base 56 > ioapic0 irqs 0-23 on motherboard > ioapic1 irqs 32-55 on motherboard > ioapic2 irqs 64-87 on motherboard > acpi0: on motherboard > acpi0: Power Button (fixed) > Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 > cpu0: on acpi0 > cpu1: on acpi0 > pcib0: port 0xcf8-0xcff on acpi0 > pci0: on pcib0 > pcib1: at device 2.0 on pci0 > pci1: on pcib1 > pcib2: at device 0.0 on pci1 > pci2: on pcib2 > amr0: mem 0xf80f0000-0xf80fffff, > 0xfe9e0000-0xfe9fffff irq 46 at device 14.0 on pci2 > amr0: Using 64-bit DMA > amr0: delete logical drives supported by controller > amr0: Firmware 521X, BIOS H430, 256MB RAM > pcib3: at device 0.2 on pci1 > pci3: on pcib3 > pcib4: at device 4.0 on pci0 > pci4: on pcib4 > pcib5: at device 5.0 on pci0 > pci5: on pcib5 > pcib6: at device 0.0 on pci5 > pci6: on pcib6 > em0: port > 0xecc0-0xecff mem 0xfe6e0000-0xfe6fffff irq 64 at devi > em0: Ethernet address: 00:13:72:53:4a:04 > pcib7: at device 0.2 on pci5 > pci7: on pcib7 > em1: port > 0xdcc0-0xdcff mem 0xfe4e0000-0xfe4fffff irq 65 at devi > em1: Ethernet address: 00:13:72:53:4a:05 > pcib8: at device 6.0 on pci0 > pci8: on pcib8 > uhci0: port 0xbce0-0xbcff > irq 16 at device 29.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 0xbcc0-0xbcdf > irq 19 at device 29.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 0xbca0-0xbcbf > irq 18 at device 29.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 > ehci0: mem > 0xfeb00000-0xfeb003ff irq 23 at device 29.7 on pci0 > ehci0: [GIANT-LOCKED] > usb3: EHCI version 1.0 > usb3: companion controllers, 2 ports each: usb0 usb1 usb2 > usb3: on ehci0 > usb3: USB revision 2.0 > uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 > uhub3: 6 ports with 6 removable, self powered > uhub4: vendor 0x413c product 0xa001, class 9/0, rev 2.00/0.00, addr 2 > uhub4: multiple transaction translators > uhub4: 2 ports with 2 removable, self powered > pcib9: at device 30.0 on pci0 > pci9: on pcib9 > pci9: at device 13.0 (no driver attached) > isab0: at device 31.0 on pci0 > isa0: on isab0 > atapci0: port > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0 > ata0: on atapci0 > ata1: on atapci0 > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 > on acpi0 > sio0: type 16550A, console > orm0: at iomem 0xc0000-0xcafff,0xec000-0xeffff on isa0 > atkbdc0: at port 0x60,0x64 on isa0 > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > sio1: configured irq 3 not in bitmap of probed irqs 0 > sio1: port may not be enabled > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on > isa0 > ucom0: Belkin USB PDA Adapter Belkin Components, rev 1.10/1.02, addr 2 > Timecounters tick every 1.000 msec > acd0: CDROM at ata0-master UDMA33 > amr0: delete logical drives supported by controller > amrd0: on amr0 > amrd0: 139900MB (286515200 sectors) RAID 1 (optimal) > SMP: AP CPU #1 Launched! > Trying to mount root from ufs:/dev/amrd0s2a > WARNING: / was not properly dismounted > WARNING: /tmp was not properly dismounted > WARNING: /usr was not properly dismounted > /usr: mount pending error: blocks 16 files 2 > WARNING: /var was not properly dismounted > em0: link state changed to UP > em1: link state changed to UP > > Raid Configuration: > > # megarc -ldInfo -a0 -Lall > > > > ********************************************************************** > MEGARC MegaRAID Configuration Utility(FreeBSD)-1.04 > (03-02-2005) > By LSI Logic Corp.,USA > > ********************************************************************** > [Note: For SATA-2, 4 and 6 channel controllers, please > specify > Ch=0 Id=0..15 for specifying physical drive(Ch=channel, > Id=Target)] > > Type ? as command line arg for help > > > Finding Devices On Each MegaRAID Adapter... > Scanning Ha 0, Chnl 0 Target 15 > > *******Information Of Logical Drive 0******* > > Logical Drive : 0( Adapter: 0 ): Status: OPTIMAL > --------------------------------------------------- > SpanDepth :01 RaidLevel: 1 RdAhead : Adaptive Cache: > DirectIo > StripSz :064KB Stripes : 2 WrPolicy: WriteBack > > Logical Drive 0 : SpanLevel_0 Disks > Chnl Target StartBlock Blocks Physical Target Status > ---- ------ ---------- ------ ---------------------- > 0 00 0x00000000 0x1113e000 ONLINE > 0 01 0x00000000 0x1113e000 ONLINE > > Kernel Config: > > machine amd64 > cpu HAMMER > ident RICKY > options SCHED_ULE # ULE 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 CD9660 # ISO 9660 Filesystem > options COMPAT_43 # Needed by COMPAT_LINUX32 > options COMPAT_IA32 # Compatible with i386 binaries > options COMPAT_FREEBSD4 # Compatible with FreeBSD4 > options COMPAT_FREEBSD5 # Compatible with FreeBSD5 > options COMPAT_LINUX32 # Compatible with i386 linux > binaries > options SCSI_DELAY=5000 # Delay (in ms) before > probing SCSI > 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 ADAPTIVE_GIANT # Giant mutex is adaptive. > device acpi > device pci > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > options ATA_STATIC_ID # Static device numbering > device scbus # SCSI bus (required for SCSI) > device amr # AMI MegaRAID > device atkbdc # AT keyboard controller > device atkbd # AT keyboard > device psm # PS/2 mouse > device vga # VGA video card driver > device splash # Splash screen and screen saver support > device sc > device sio # 8250, 16[45]50 based serial ports > device em # Intel PRO/1000 adapter Gigabit > Ethernet Card > device loop # Network loopback > device random # Entropy device > device ether # Ethernet support > device pty # Pseudo-ttys (telnet etc) > device bpf # Berkeley packet filter > device uhci # UHCI PCI->USB interface > device ehci # EHCI PCI->USB interface (USB 2.0) > device usb # USB Bus (required) > device ucom > device umct > device ukbd # Keyboard > device ums # Mouse > options SMP # SMP > device mem # lsof > device io # lsof > options IPI_PREEMPTION > device mptable # Optional MPSPEC mptable > support > options DEVICE_POLLING > options HZ=1000 > options ENABLE_ALART > options ACCEPT_FILTER_HTTP # Apache accf_http module > > _______________________________________________ > freebsd-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 Aug 20 21:16: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 BF3C816A506 for ; Sun, 20 Aug 2006 21:16:33 +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 7BEC243DB3 for ; Sun, 20 Aug 2006 21:16:19 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from [172.24.241.19] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.13.8/8.13.7) with ESMTP id k7KLGHG5019694 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 20 Aug 2006 14:16:17 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <44E8D116.8060308@enabled.com> Date: Sun, 20 Aug 2006 14:16:06 -0700 From: Noah User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) 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: portmanager ignoring update perl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 21:16:33 -0000 Hi there, I am running portmanager and updating all dependencies along the way. I am finding that perl gets updated to the system version. I want to keep it to version 5.8. . FreeBSD4-11 is my OS. so in order to get portmanager to stop updating perl do I add the following to /usr/local/etc/portmanager/pm-020.conf ---- snip --- IGNORE|lang/perl5.8| --- snip --- will that work? Cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 21:29:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8228B16A4DF for ; Sun, 20 Aug 2006 21:29:54 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0A8D43D46 for ; Sun, 20 Aug 2006 21:29:53 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i27so1326616wxd for ; Sun, 20 Aug 2006 14:29:53 -0700 (PDT) Received: by 10.70.13.1 with SMTP id 1mr8401855wxm; Sun, 20 Aug 2006 14:29:53 -0700 (PDT) Received: from scorpio.seibercom.net ( [67.189.184.224]) by mx.gmail.com with ESMTP id h38sm4758771wxd.2006.08.20.14.29.52; Sun, 20 Aug 2006 14:29:52 -0700 (PDT) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) by scorpio.seibercom.net (Postfix) with ESMTP id 6C73DBB19 for ; Sun, 20 Aug 2006 17:29:51 -0400 (EDT) Received: from [192.168.0.4] (boss.seibercom.net [192.168.0.4]) (Authenticated sender: gerard@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTP id B0EE0B825 for ; Sun, 20 Aug 2006 17:29:50 -0400 (EDT) Date: Sun, 20 Aug 2006 17:29:59 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom In-Reply-To: <44E8D116.8060308@enabled.com> References: <44E8D116.8060308@enabled.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060820172648.2332.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] X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: portmanager ignoring update perl 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, 20 Aug 2006 21:29:54 -0000 Noah wrote: > I am running portmanager and updating all dependencies along the way. I > am finding that perl gets updated to the system version. I want to keep > it to version 5.8. . FreeBSD4-11 is my OS. > > so in order to get portmanager to stop updating perl do I add the > following to /usr/local/etc/portmanager/pm-020.conf > > ---- snip --- > > IGNORE|lang/perl5.8| > > > --- snip --- > > > will that work? It should work. I have it configured to ignore JAVA and OpenOfice. It just issues a message in the log that the port is being ignored. Out of curiosity, why can you not run a newer version of Perl on that OS? -- Gerard Seibert gerard@seibercom.net From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 21:34:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D4D16A4E0 for ; Sun, 20 Aug 2006 21:34:15 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4387B43D5E for ; Sun, 20 Aug 2006 21:34:14 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from [172.24.241.19] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.13.8/8.13.7) with ESMTP id k7KLYEOD094744 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 20 Aug 2006 14:34:14 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <44E8D54B.9010808@enabled.com> Date: Sun, 20 Aug 2006 14:34:03 -0700 From: Noah User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44E8D116.8060308@enabled.com> <20060820172648.2332.GERARD@seibercom.net> In-Reply-To: <20060820172648.2332.GERARD@seibercom.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: portmanager ignoring update perl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 21:34:15 -0000 Gerard Seibert wrote: > Noah wrote: > > >> I am running portmanager and updating all dependencies along the way. I >> am finding that perl gets updated to the system version. I want to keep >> it to version 5.8. . FreeBSD4-11 is my OS. >> >> so in order to get portmanager to stop updating perl do I add the >> following to /usr/local/etc/portmanager/pm-020.conf >> >> ---- snip --- >> >> IGNORE|lang/perl5.8| >> >> >> --- snip --- >> >> >> will that work? >> > > It should work. I have it configured to ignore JAVA and OpenOfice. It > just issues a message in the log that the port is being ignored. > > Out of curiosity, why can you not run a newer version of Perl on that OS? > > > I am running the newest version of PERL. I am running perl 5.8.8 which is the latets port. for some reason when I am running portmanager and update dependencies it wants to reverts perl back to the system perl. any clues how to keep perl updated but not set to the system port? cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 21:40: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 6C98E16A4E0 for ; Sun, 20 Aug 2006 21:40:31 +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 2627C43D4C for ; Sun, 20 Aug 2006 21:40:31 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from [172.24.241.19] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.13.8/8.13.7) with ESMTP id k7KLeUKf001648 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 20 Aug 2006 14:40:31 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <44E8D6C3.5080703@enabled.com> Date: Sun, 20 Aug 2006 14:40:19 -0700 From: Noah User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) 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: portmanager and perl handling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 21:40:31 -0000 I am running portmanager with the following switches "portmanager -u -f -l -y" which is building all the dependencies. I find that perl is set to the system version of 5.003 . I do not want this behavior. I want to keep updating Perl to the newer version and I want perl to always be set to the latest port which is currently 5.8.8. what do I need to change in my portmanager.conf file to make sure this happens? Cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 21:44: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 B2BCD16A4DA for ; Sun, 20 Aug 2006 21:44:39 +0000 (UTC) (envelope-from chris@childeric.freeserve.co.uk) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4691743D49 for ; Sun, 20 Aug 2006 21:44:38 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from [172.23.170.144] (helo=anti-virus03-07) by smtp-out5.blueyonder.co.uk with smtp (Exim 4.52) id 1GEv5x-0002oS-J2 for freebsd-questions@freebsd.org; Sun, 20 Aug 2006 22:44:37 +0100 Received: from [82.35.115.93] (helo=[192.168.10.60]) by asmtp-out1.blueyonder.co.uk with esmtpa (Exim 4.52) id 1GEv5x-0003Hb-3J for freebsd-questions@freebsd.org; Sun, 20 Aug 2006 22:44:37 +0100 Message-ID: <44E8D7C4.2070806@childeric.freeserve.co.uk> Date: Sun, 20 Aug 2006 22:44:36 +0100 From: Chris Whitehouse User-Agent: Thunderbird 1.5 (X11/20060417) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <20060820171052.BTA30773@ms1.nss.udel.edu> In-Reply-To: <20060820171052.BTA30773@ms1.nss.udel.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: a problem setting screen resolution with Xorg-6.9.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 21:44:39 -0000 carl@UDel.Edu wrote: > Fellow FreeBSDers, > > I originally sent this to FreeBSD-X11, but this may be a more appropriate venue. > > I have recently installed FreeBSD 6.1 on a Pentium III box, using an NVidia > GeForce 2 GTS card and a CTX PL9 monitor. Running "X -configure" as root > generates the file xorg.conf.new, and then running "X -config xorg.conf.new", > pulls up a generic X screen with a resolution of 1600x1200. I go in and modify > the xorg.conf.new file to make the default resolution 1280x1024, and rerun > "X -config xorg.conf.new", but the resolution is still 1600x1200. This is a > wonderful resolution, but it makes everything rather small, and the icons are > difficult to see. I am obviously setting something wrong, but I do not know what > it is. Might anyone have any suggestions. I really would rather have the > resolution be 1280x1024. Thanks for your help! > > > Carl > > The following is the file xorg.conf.new: > ... ... > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > SubSection "Display" > Viewport 0 0 > Depth 24 > Modes "1280x1024" > EndSubSection > EndSection > Try this Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Chris From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 22:05: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 6B72E16A4E0 for ; Sun, 20 Aug 2006 22:05:34 +0000 (UTC) (envelope-from jeff.rollin@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 B21B443D55 for ; Sun, 20 Aug 2006 22:05:33 +0000 (GMT) (envelope-from jeff.rollin@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so1945570nfc for ; Sun, 20 Aug 2006 15:05:32 -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=blTDhqpHfQmSVf25i9me5MEDoAQENSN+m2rkIhui/ww5NmahBVTdKh8PTbfofhIK90+fJly9zy6FoIcYI0l/wsjTU4PuU9UDKS3uiytOBmFDerbDWGbWfAl1ps7MClMB//Eb6L/KbSzhm6GsMTu+DUtO6weZxbDOtkWcHILwQGA= Received: by 10.49.55.13 with SMTP id h13mr6947001nfk; Sun, 20 Aug 2006 15:05:32 -0700 (PDT) Received: by 10.49.30.13 with HTTP; Sun, 20 Aug 2006 15:05:32 -0700 (PDT) Message-ID: <8a0028260608201505k340885b0i420347ac1475718f@mail.gmail.com> Date: Sun, 20 Aug 2006 23:05:32 +0100 From: "Jeff Rollin" 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: Showstopping FreeBSD 6.1 bug X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 22:05:34 -0000 Hello all I need to report a serious bug in 6.1-RELEASE. On both AMD64 and x86, sysinstall appears to work correctly but fails to install a kernel on the target filesystem. This has the additional effect of rendering the -bootonly .iso almost useless since if the error is not caught before rebooting, there is no live filesystem to repair the damage, and the emergency shell cannot find any executables (it can, however, find executables directly after installing the system). Yours Jeff Rollin. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 22:51: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 DFE2B16A4DA for ; Sun, 20 Aug 2006 22:51:48 +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 4760143D46 for ; Sun, 20 Aug 2006 22:51:48 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id 70so170838wra for ; Sun, 20 Aug 2006 15:51:47 -0700 (PDT) Received: by 10.70.15.15 with SMTP id 15mr8537869wxo; Sun, 20 Aug 2006 15:51:47 -0700 (PDT) Received: from scorpio.seibercom.net ( [67.189.184.224]) by mx.gmail.com with ESMTP id i14sm6334951wxd.2006.08.20.15.51.46; Sun, 20 Aug 2006 15:51:47 -0700 (PDT) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) by scorpio.seibercom.net (Postfix) with ESMTP id D3A05C038 for ; Sun, 20 Aug 2006 18:51:45 -0400 (EDT) Received: from scorpio.seibercom.net (localhost [127.0.0.1]) by scorpio.seibercom.net (Postfix) with ESMTP id 1DE7ABEB7 for ; Sun, 20 Aug 2006 18:51:45 -0400 (EDT) Received: from localhost (localhost [[UNIX: localhost]]) by scorpio.seibercom.net (8.13.6/8.13.6/Submit) id k7KMphEj010477 for freebsd-questions@freebsd.org; Sun, 20 Aug 2006 18:51:43 -0400 (EDT) (envelope-from gerard@seibercom.net) From: Gerard Seibert Organization: Seibercom.net To: freebsd-questions@freebsd.org Date: Sun, 20 Aug 2006 18:51:32 -0400 User-Agent: KMail/1.9.3 References: <44E8D6C3.5080703@enabled.com> In-Reply-To: <44E8D6C3.5080703@enabled.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="nextPart1668007.WuOonlSj0j"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200608201851.42603.gerard@seibercom.net> X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: portmanager and perl handling 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: Sun, 20 Aug 2006 22:51:49 -0000 --nextPart1668007.WuOonlSj0j Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 20 August 2006 17:40, Noah wrote: > am running portmanager with the following switches "portmanager -u -f > -l -y" > =A0which is building all the dependencies. =A0I find that perl is set to = the > system version of 5.003 . =A0 I do not want this behavior. > > I want to keep updating Perl to the newer version and I want perl to > always be set to the latest port which is currently 5.8.8. =A0what do I > need to change in my portmanager.conf file to make sure this happens? I thought that portmanager did that automatically. Anyway, in the pkg-messa= ge=20 file, there is a notation about 'use.perl port'. That is located=20 in /usr/ports/lang/perl5.8/files directory. However, you will need to chmod= =20 it to get it to run. There is also the 'perl-after-upgrade' file there that= I=20 believe replaces the 'use.perl' program. I may be wrong about that though. = In=20 any case, read the man on 'perl-after-upgrade' and run it. That might corre= ct=20 the problem. Perhaps someone else know more about the 'use.perl' program. Ciao! =2D-=20 Gerard Seibert gerard@seibercom.net I'm all for computer dating, but I wouldn't want one to marry my sister. --nextPart1668007.WuOonlSj0j Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD4DBQBE6Od+s3R1WQUU6lgRAqX4AKC++/JTxe09Nqm8d4BqnvoyE9JALQCY3TwI +e6hqjsrrb4+fHD2msuDcQ== =fz3z -----END PGP SIGNATURE----- --nextPart1668007.WuOonlSj0j-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 23:24: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 F367E16A4DA for ; Sun, 20 Aug 2006 23:24:32 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 975C443D4C for ; Sun, 20 Aug 2006 23:24:32 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from [172.24.241.19] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k7KNOWem061667 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 20 Aug 2006 16:24:32 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <44E8EF25.8020805@enabled.com> Date: Sun, 20 Aug 2006 16:24:21 -0700 From: Noah User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) 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: new firewall rules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 23:24:33 -0000 Hi there, I want to activate the new rules I added to rc.firewall . Is there anyway to easily do this without rebooting? Cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 23:31: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 C579B16A4DD for ; Sun, 20 Aug 2006 23:31:12 +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 75E4C43D45 for ; Sun, 20 Aug 2006 23:31:12 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from [172.24.241.19] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k7KNVC6o061963 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 20 Aug 2006 16:31:12 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <44E8F0B5.8090707@enabled.com> Date: Sun, 20 Aug 2006 16:31:01 -0700 From: Noah User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <44E8D6C3.5080703@enabled.com> <200608201851.42603.gerard@seibercom.net> In-Reply-To: <200608201851.42603.gerard@seibercom.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: portmanager and perl handling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 20 Aug 2006 23:31:12 -0000 Gerard Seibert wrote: > On Sunday 20 August 2006 17:40, Noah wrote: > >> am running portmanager with the following switches "portmanager -u -f >> -l -y" >> which is building all the dependencies. I find that perl is set to the >> system version of 5.003 . I do not want this behavior. >> >> I want to keep updating Perl to the newer version and I want perl to >> always be set to the latest port which is currently 5.8.8. what do I >> need to change in my portmanager.conf file to make sure this happens? >> > > I thought that portmanager did that automatically. Anyway, in the pkg-message > file, there is a notation about 'use.perl port'. That is located > in /usr/ports/lang/perl5.8/files directory. However, you will need to chmod > it to get it to run. There is also the 'perl-after-upgrade' file there that I > believe replaces the 'use.perl' program. I may be wrong about that though. In > any case, read the man on 'perl-after-upgrade' and run it. That might correct > the problem. Perhaps someone else know more about the 'use.perl' program. > > Hi, Okay I am looking at these files. I am looking for something that automatically executes a 'use.perl port' after upgrading or reinstalling perl. It is most probable that I will always want the latest perl port active. I cant figure out how to do that from the documentation and/or files you have sent to me. Cheers, Noah > Ciao! > > > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 20 23: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 40C1A16A4DF for ; Sun, 20 Aug 2006 23:35:23 +0000 (UTC) (envelope-from savage@savage.za.org) Received: from ctb-mesg4.saix.net (ctb-mesg4.saix.net [196.25.240.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE39843D5F for ; Sun, 20 Aug 2006 23:35:13 +0000 (GMT) (envelope-from savage@savage.za.org) Received: from superman (dsl-146-210-180.telkomadsl.co.za [165.146.210.180]) by ctb-mesg4.saix.net (Postfix) with ESMTP id 8C9612632; Mon, 21 Aug 2006 01:35:06 +0200 (SAST) Message-ID: <002001c6c4b1$3fd92a10$0a01a8c0@superman> From: "Chris Knipe" To: "Noah" , References: <44E8EF25.8020805@enabled.com> Date: Mon, 21 Aug 2006 01:34:53 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Cc: Subject: Re: new firewall rules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Knipe List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 23:35:23 -0000 sh /etc/rc.firewall