From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 00:12:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D19516A4CF for ; Sun, 8 Aug 2004 00:12:11 +0000 (GMT) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CADA43D3F for ; Sun, 8 Aug 2004 00:12:11 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.13.1/8.13.1) with ESMTP id i780C9gC055612 for ; Sat, 7 Aug 2004 17:12:09 -0700 (PDT) (envelope-from admin2@enabled.com) From: "Noah" To: freebsd-questions@freebsd.org Date: Sat, 7 Aug 2004 16:12:09 -0800 Message-Id: <20040808001209.M91207@enabled.com> X-Mailer: Open WebMail 2.32 20040709 X-OriginatingIP: 67.161.56.189 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: procmail ageing out old messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 00:12:11 -0000 can somebody send me to a tutorial that shows me how to get procmail to age out messages that are older then 30 days. thanks in advance. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 00:46:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9F9316A4CE for ; Sun, 8 Aug 2004 00:46:12 +0000 (GMT) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5A2F43D45 for ; Sun, 8 Aug 2004 00:46:12 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.13.1/8.13.1) with ESMTP id i780iqwV021639; Sat, 7 Aug 2004 17:44:52 -0700 (PDT) (envelope-from admin2@enabled.com) From: "Noah" To: Ion-Mihai Tetcu Date: Sat, 7 Aug 2004 16:44:52 -0800 Message-Id: <20040808004303.M32523@enabled.com> In-Reply-To: <20040808024345.6c388b39@it.buh.tecnik93.com> References: <20040807224127.M18276@enabled.com> <20040808024345.6c388b39@it.buh.tecnik93.com> X-Mailer: Open WebMail 2.32 20040709 X-OriginatingIP: 67.161.56.189 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 cc: freebsd-questions@freebsd.org Subject: Re: updating pkg and ports database X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 00:46:13 -0000 On Sun, 8 Aug 2004 02:43:45 +0300, Ion-Mihai Tetcu wrote > On Sat, 7 Aug 2004 14:43:27 -0800 > "Noah" wrote: > > > > > > > Hi there, > > > > I have a cron job that auto-cvs-updates the /usr/ports directories. > > > > I want to update the portsdb and pkgdb as soon as cvsup has completed its > > work. I am using the following two commands to do this. am I doing the right > > thing? > > Yes, but you could optimize it by using sysutils/portindex instead of > portsdb -U and run portsdb -u after it finishes. Except on the first > run you will see a *big* speed improvement. okay the second run comes up with the follow: # /usr/local/bin/portindex Checking ports tree for changes. Abort with CTRL-C. Updating portinfo for /usr/ports/archivers/pear-Archive_Tar Master port is /usr/ports/devel/pear-PEAR pear-Archive_Tar-1.2: "/usr/ports/lang/php4-horde" non-existent -- dependency list incomplete Failed to extract describe information from /usr/ports/archivers/pear-Archive_Tar Updating portinfo for /usr/ports/archivers/pecl-zip pecl-zip-1.0: "/usr/ports/lang/php4-horde" non-existent -- dependency list incomplete Failed to extract describe information from /usr/ports/archivers/pecl-zip Updating portinfo for /usr/ports/archivers/php4-bz2 Master port is /usr/ports/lang/php4 php4-bz2-4.3.8_2: "/usr/ports/lang/php4-horde" non-existent -- dependency list incomplete Failed to extract describe information from /usr/ports/archivers/php4-bz2 Updating portinfo for /usr/ports/archivers/php4-zlib Master port is /usr/ports/lang/php4 php4-zlib-4.3.8_2: "/usr/ports/lang/php4-horde" non-existent -- dependency list incomplete Failed to extract describe information from /usr/ports/archivers/php4-zlib Updating portinfo for /usr/ports/archivers/php5-bz2 Master port is /usr/ports/lang/php5 ^CSaving status data ...^C also on another machine I am seeing this happening after running portindex then portsdb -u - I get hundreds of lines like this: /usr/ports/INDEX:1742:Port info line must consist of 10 fields. /usr/ports/INDEX:1743:Port info line must consist of 10 fields. /usr/ports/INDEX:1744:Port info line must consist of 10 fields. /usr/ports/INDEX:1745:Port info line must consist of 10 fields. /usr/ports/INDEX:1746:Port info line must consist of 10 fields. any clues why? cheers, Noah > > > > > ---- snip --- > > > > /usr/local/sbin/portsdb -uU > > /usr/local/sbin/pkgdb -Fa > > > > --- snip --- > > -- > IOnut > Unregistered ;) FreeBSD "user" > > _______________________________________________ > 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 8 01:38:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43FD716A4CE for ; Sun, 8 Aug 2004 01:38:31 +0000 (GMT) Received: from asmtp-a063f31.pas.sa.earthlink.net (asmtp-a063f31.pas.sa.earthlink.net [207.217.120.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ECE343D45 for ; Sun, 8 Aug 2004 01:38:31 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from user-0cceq8c.cable.mindspring.com ([24.199.105.12] helo=earthlink.net)(TLSv1:AES256-SHA:256) (Exim 4.34) id 1Btcdq-0006K2-0V; Sat, 07 Aug 2004 18:38:30 -0700 Message-ID: <4115842C.2090907@earthlink.net> Date: Sat, 07 Aug 2004 21:38:52 -0400 From: "Hakim Z. Singhji" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Fleck References: <411318A8.4080100@earthlink.net> <20040806161222.O275@grond.sourballs.org> In-Reply-To: <20040806161222.O275@grond.sourballs.org> X-Enigmail-Version: 0.83.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms090909040905050501070401" X-ELNK-Trace: 59e746354e49a56ad5e26e230a8c4dea74bf435c0eb9d47882885355c204f66b45ab47c4f17286e2b331e6d37a8a29a2350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.199.105.12 cc: nylug-talk@nylug.org cc: questions@freebsd.org Subject: Re: Help Debugging Kshell Script??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 01:38:31 -0000 This is a cryptographically signed message in MIME format. --------------ms090909040905050501070401 Content-Type: multipart/mixed; boundary="------------040308070300080301090406" This is a multi-part message in MIME format. --------------040308070300080301090406 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi David, Your absolutely right, I've been encrypting everything these days and I didn't really think about what it would be like to help me and have to jump through hoops just to see the file... Thanks. David Fleck wrote: | On Fri, 6 Aug 2004, Hakim Z. Singhji wrote: | |> You must import my public key to open the attached file. | | | Why? Why not just attach the plain file? | | | -- | David Fleck | david.fleck@mchsi.com | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD4DBQFBFYQrlT9WV6TztkoRAvnkAJY6WeAm+pgtJc9SCQGS8fHt/3mcAKCElJ3t nBkebGIh5g5yFbLXVCglmw== =V05b -----END PGP SIGNATURE----- --------------040308070300080301090406 Content-Type: text/plain; name="swap_mon.ksh" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="swap_mon.ksh" ############################################################################## #! /usr/bin/ksh ############################################################################### # CREATED_BY: Hakim Z. Singhji ############################################################################### # SCRIPT: page_swap_mon.zsh ############################################################################### # DATE: 8/4/04 ############################################################################### # VERSION: 0.1 ############################################################################### # PLATFORM: Linux Only ############################################################################### # PURPOSE: This shell script is used to produce a report of the system's swap # of paging space statistics including: Total paging space in MB, MB # of Free paging space Used, and % of paging space Free. ############################################################################### # REV LIST: # set -x # Uncomment to debug this shell script # set -n # Uncomment to check command syntax without any execution ############################################################################### ############################# DEFINE VARIABLES HERE ########################### THISHOST=$(hostname) # Host name of this machine PC_LIMIT=65 # Upper limit of Swap space percentage before # notification ############################################################################### ############################# INITIALIZE THE REPORT ########################### echo "\nSwap Space Report for $THISHOST\n" date ############################################################################### ############################# CAPTURE AND PROCESS DATE ######################## function swap_mon { free -m | grep -i swap | while read junk SW_TOTAL SW_USED SW_FREE do # Use the bc utility in a here document to calculate the percentage of # free and used swap space PERCENT_USED=$(bc < $PAGING_STAT # Start a while loop and feed the loop from the bottom using the $PAGING_STAT # file as redirected input while read TOTAL PERCENT do # Clean up the data by removing the suffixes PAGING_MB=$(echo $TOTAL | cut -d 'MB' -fi) PAGING_PC=$(echo $PERCENT | cut -d% -fi) # Calculate the missing data: %Free, MB used and MB free (( PAGINE_PC_FREE = 100 - PAGING_PC )) (( MB_USED = PAGING_MB * PAGING_PC / 100 )) (( MB_FREE = PAGING_MB - MB_USED )) # Procedure the rest of the paging space report: echo "\nTotal MB of Paging Space:\t$TOTAL" echo " Total MB of Paging Space Used: \t${MB_USED}MB" echo "Total MB of Paging Space Free: \t${MB_FREE}MB" PAGING_STAT=/tmppagin_stat.out # Paging stat hold file ############################################################################### #BELOW SEE THE ERROR MESSAGE DUE TO SHELL CONVERSION PROBLEMS # [hakim@redgate scripts]$ ./swap_mon.ksh # \nSwap Space Report for redgate.ath.cx\n # Fri Aug 6 00:04:14 EDT 2004 # ./swap_mon.ksh: line 1: bc: command not found # ./swap_mon.ksh: line 1: bc: command not found # \nTotal Amount of Swap Space:\t494MB # Total KB of Swap Space Used:\t0MB # Total KB of Swap Space Free:\t494MB # \nPercent of Swap Space Used:\t% # \nPercent of Swap Space Free:\t% # \n ############################################################################### ############################# END OF FILE ##################################### --------------040308070300080301090406-- --------------ms090909040905050501070401 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 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJQzCC AvwwggJloAMCAQICAwy3+jANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDQwNzIwMDQzNzI5WhcNMDUwNzIwMDQzNzI5 WjBmMRAwDgYDVQQEEwdTaW5naGppMQ4wDAYDVQQqEwVIYWtpbTEWMBQGA1UEAxMNSGFraW0g U2luZ2hqaTEqMCgGCSqGSIb3DQEJARYbSEFLSU0uU0lOR0hKSUBFQVJUSExJTksuTkVUMIIB IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtUTeR/QpDdsw+moCLYMMcdlPychYSTlS iSyHfT3WQjvd2Bv0zFAaZoexll3Ml074YKvy/pLocnU3q07KaBnBdrbn6voqtEK6CaPYRwSg 9vjifE2UPm7bhNaqZ8vYno+bcHeG1XxrrmE3qc84rryC2LkQWdNDi63UeMP7vYJV0k6w+vEj w0kytOUoMen5hH7NwTR+4AMUedJ7dIUbKrpDlaPgvUTJOYye9l1QVGpL5+ZNtXzuCv/jR5Wl XvdRj2oCHK7L5MPe7Q2eqrvM0JivKGh7przQyirPSA3SNdqNx9gVt5+JyVR9dMj3KMpmdWdM J1iTemuKolFxhOlQOtmRawIDAQABozgwNjAmBgNVHREEHzAdgRtIQUtJTS5TSU5HSEpJQEVB UlRITElOSy5ORVQwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCFSpTAHGfH1Uej 0PdNtj5O8ZA/Iphf/YBrXiqFmhh+4+FqY46oWdpiBNtAWIisq3AXzpMwCZZYCqn+5Fqen035 amiUi5Q7K+xW0gG5EX+QWdbWPSEzTzL5WJ7N80Gee0WEcf3y7j2iipn7uegA/G5tmtQa7aAm cKoboChJcD8gXTCCAvwwggJloAMCAQICAwy3+jANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQG EwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMj VGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDQwNzIwMDQzNzI5WhcN MDUwNzIwMDQzNzI5WjBmMRAwDgYDVQQEEwdTaW5naGppMQ4wDAYDVQQqEwVIYWtpbTEWMBQG A1UEAxMNSGFraW0gU2luZ2hqaTEqMCgGCSqGSIb3DQEJARYbSEFLSU0uU0lOR0hKSUBFQVJU SExJTksuTkVUMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtUTeR/QpDdsw+moC LYMMcdlPychYSTlSiSyHfT3WQjvd2Bv0zFAaZoexll3Ml074YKvy/pLocnU3q07KaBnBdrbn 6voqtEK6CaPYRwSg9vjifE2UPm7bhNaqZ8vYno+bcHeG1XxrrmE3qc84rryC2LkQWdNDi63U eMP7vYJV0k6w+vEjw0kytOUoMen5hH7NwTR+4AMUedJ7dIUbKrpDlaPgvUTJOYye9l1QVGpL 5+ZNtXzuCv/jR5WlXvdRj2oCHK7L5MPe7Q2eqrvM0JivKGh7przQyirPSA3SNdqNx9gVt5+J yVR9dMj3KMpmdWdMJ1iTemuKolFxhOlQOtmRawIDAQABozgwNjAmBgNVHREEHzAdgRtIQUtJ TS5TSU5HSEpJQEVBUlRITElOSy5ORVQwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOB gQCFSpTAHGfH1Uej0PdNtj5O8ZA/Iphf/YBrXiqFmhh+4+FqY46oWdpiBNtAWIisq3AXzpMw CZZYCqn+5Fqen035amiUi5Q7K+xW0gG5EX+QWdbWPSEzTzL5WJ7N80Gee0WEcf3y7j2iipn7 uegA/G5tmtQa7aAmcKoboChJcD8gXTCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAw gdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUg VG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRp b24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFp bCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0w MzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxU aGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwg RnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAxKY8VXNV +065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNaLIkVcI7dyfAr hVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUqVIUPSAR/ p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1UdHwQ8 MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxh YmVsMi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/ TCG4+DYfqi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amc OY6MIE9lX5Xa9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggM7MIID NwIBATBpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5 KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQID DLf6MAkGBSsOAwIaBQCgggGnMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcN AQkFMQ8XDTA0MDgwODAxMzg1MlowIwYJKoZIhvcNAQkEMRYEFJ2vTP72lXEark18ilL30QgI GgfmMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqG SIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAq BgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMMt/owegYLKoZI hvcNAQkQAgsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGlu ZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWlu ZyBDQQIDDLf6MA0GCSqGSIb3DQEBAQUABIIBADMsyrNBjJT01ouE0TiriB600jskAQXm17ax QLN0VMm2J7HUTwgS23Xqp0OIBEZF7m6ZtcjMFuLLBYw+Y9ymrEiQyhDCLBhZLiTkewBf0r63 T1uyvK6HIDGKYdCPMP/fwZx9FeYoWQP5/O+C3SArOYycP00vAv+agma7VedQrjxTcxoye0r+ c9Xf6aDkrf348rAE83XEhqVnummOUzSTXP3QdZWo5QjP593hTCSUUa0lkf9kexzka580EOVx tGk1DbSkPsgRP6SWs+asgNMbWw9gZux9T7vIHzersWwog088q8zSr0HTU9EnjceunVB/V8GZ bLJ3mO6opqXdrMDFgI4AAAAAAAA= --------------ms090909040905050501070401-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 01:54:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5E6916A4CE for ; Sun, 8 Aug 2004 01:54:50 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE7543D4C for ; Sun, 8 Aug 2004 01:54:50 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) X-Sasl-enc: NI32NEtiR6iC016pIdR5pg 1091930084 Received: from modem-186.leopard.dialup.pol.co.uk (modem-186.leopard.dialup.pol.co.uk [217.135.144.186]) by mail.messagingengine.com (Postfix) with ESMTP id 1B488C140C3 for ; Sat, 7 Aug 2004 21:54:43 -0400 (EDT) From: "R. W." To: freebsd-questions@freebsd.org Date: Sun, 8 Aug 2004 02:55:16 +0100 User-Agent: KMail/1.6.2 References: <41155C95.2090709@aboutsupport.com> In-Reply-To: <41155C95.2090709@aboutsupport.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408080255.16436.list-freebsd-2004@morbius.sent.com> Subject: Re: I did something stupid ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 01:54:50 -0000 Sound like what you actually did was upgrade to FreeBSD-CURRENT which is bleeding edge (and probably closer to 5.3 than 5.21), and then downgraded to 5.2.1. If you couldn't build the kernel then you shouldn't actually have installed anything yet. In that case I would leave it and see if you can get back on track with 5.3-RELEASE (subject to anyone more knowledgable answering). I don't really see why you would be having trouble booting, unless you installed something, out of sequence. Have you tried booting the previous kernel? On Saturday 07 August 2004 23:49, Peter wrote: > I have succesfully update my freebsd 5.2.1 using cvssup > supfile-standard. A month after that I decied to update again and put > "tag=RELENG_5_2" whc is osme sort of downgrade I think .. > I made build world succesfully, but when I tried to make build kernel > I got config: Error: device "ixgb" is unknown and more erro I do not > remeber. It was strane since I have not edited the kernel config file > ?! However I commeted the both trouble device I though useles: RAID > controller and some intel 100/10Gb card. > Which turns to be a misatke since I could not connect to that server > any more. I sent request to the host to boot it with GENERIC kernel. > Aany advice is welcome :-) > > Thannk in a advance. > > Best regards, > > Peter > _______________________________________________ > 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 8 02:30:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BA6016A4D0 for ; Sun, 8 Aug 2004 02:30:19 +0000 (GMT) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id D03D143D41 for ; Sun, 8 Aug 2004 02:30:18 +0000 (GMT) (envelope-from jayobrien@worldnet.att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc12) with ESMTP id <2004080802301711200aqup5e> (Authid: jayobrien@att.net); Sun, 8 Aug 2004 02:30:18 +0000 Message-ID: <41159038.9050002@att.net> Date: Sat, 07 Aug 2004 19:30:16 -0700 From: Jay O'Brien User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions References: <41142284.7060304@att.net> <0F25971D-E894-11D8-AA50-000393BB56F2@HiWAAY.net> In-Reply-To: <0F25971D-E894-11D8-AA50-000393BB56F2@HiWAAY.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: David Kelly cc: stheg olloydson cc: Adam Smith Subject: Re: file system setup for new system - recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 02:30:19 -0000 Thanks to Stheg Olloydson, Adam Smith, and David Kelly for your thoughts and recommendations. First, to answer your questions. It was my error on the RAM; yes, I meant to say 1024MB, not 1024GB (blush). And, I'm (now) using FreeBSD 4.10 because it looks like it was the right one to choose to use as a learning vehicle. David Kelly hit on my real issue. He said "A 120G HD is in the $70 to $90 range these days so when the time comes to reconfigure just put another in with the new layout and shoot your data over." I hadn't looked at it that way. Today I sent an order to Newegg for a second Seagate 120GB drive ($101.05 including tax & shipping). I will install the new drive and do exactly what David suggests, build the new layout and "shoot it over". Based on your collective guidance the new system will have a bit better thought out file structure. Once I can see that it is doable to make these kind of changes with a second HD, then I won't be as apprehensive about making file structure changes in the future, and it will also meet my backup requirements. I'm leaning now toward using the default file structure, with somewhat larger partitions. I appreciate the caution about the reason for separate partitions that could fill, under a trouble condition, without killing everything else. A powerful reason to make individual partitions. But first I need to get my new HD and make it work with what I have working now. David, unknowing, you were a salesman for newegg! Now to learn more about grofs(8); I wasn't aware of that capability at all. I was one of the first users of CP/M and begrudgingly went to DOS; I was a "power user" of DOS for years. I had a small amount of experience with unix as a user on the Bell Labs system, (before I retired from the Bell System in 1985) so, based on these three operating systems, command line stuff is not new to me. What is new to me are all the powerful commands like grofs. It's fun learning a new language, and encouraging to be accepted into this support group. Thanks, folks, this is what the internet is all about; helping each other. Jay O'Brien, W6GO Rio Linda, CA USA http://obri.net From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 02:43:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A45F16A4CE for ; Sun, 8 Aug 2004 02:43:58 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id C47AA43D39 for ; Sun, 8 Aug 2004 02:43:57 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 2851 invoked by uid 89); 8 Aug 2004 02:43:56 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 8 Aug 2004 02:43:56 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id A2F8D12E; Sun, 8 Aug 2004 05:43:53 +0300 (EEST) Date: Sun, 8 Aug 2004 05:43:53 +0300 From: Ion-Mihai Tetcu To: "R. W." Message-Id: <20040808054353.487fa531@it.buh.tecnik93.com> In-Reply-To: <200408080255.16436.list-freebsd-2004@morbius.sent.com> References: <41155C95.2090709@aboutsupport.com> <200408080255.16436.list-freebsd-2004@morbius.sent.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org cc: Peter Subject: Re: I did something stupid ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 02:43:58 -0000 [ top-posting detected ;-( -- it's hard to read -- content reordered logically] On Sun, 8 Aug 2004 02:55:16 +0100 "R. W." wrote: > On Saturday 07 August 2004 23:49, Peter wrote: > > I have succesfully update my freebsd 5.2.1 using cvssup > > supfile-standard. A month after that I decied to update again and put > > "tag=RELENG_5_2" whc is osme sort of downgrade I think .. > > I made build world succesfully, but when I tried to make build kernel > > I got config: Error: device "ixgb" is unknown and more erro I do not > > remeber. It was strane since I have not edited the kernel config file It is possible to happen, since devices can change (e.g. disappear or change their names like the pcm has changed to sound in -CURRENT). Without the specific output is hard to tell. > > ?! However I commeted the both trouble device I though useles: RAID > > controller and some intel 100/10Gb card. > > Which turns to be a misatke since I could not connect to that server > > any more. I sent request to the host to boot it with GENERIC kernel. > > Aany advice is welcome :-) The proper upgrade procedure is described both in handbook and in /usr/src/UPDATING. To be short: make buildworld make buildkernel KERNCONF=you_kernel make installkernel KERNCONF=you_kernel mergemaster -p make installworld mergemaster It seems you haven't done that. > Sound like what you actually did was upgrade to FreeBSD-CURRENT > which is bleeding edge (and probably closer to 5.3 than 5.21), and then > downgraded to 5.2.1. No, the OP has cvsup to the security branch for 5.2.1.R > If you couldn't build the kernel then you shouldn't actually have > installed anything yet. In that case I would leave it and see if you > can get back on track with 5.3-RELEASE (subject to anyone more > knowledgable answering). > > I don't really see why you would be having trouble booting, unless you > installed something, out of sequence. Have you tried booting the > previous kernel? This part what I don't understand either. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 03:28:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD92416A4CE for ; Sun, 8 Aug 2004 03:28:00 +0000 (GMT) Received: from www.open-cpp.net (dsl-202-72-137-118.wa.westnet.com.au [202.72.137.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AB243D41 for ; Sun, 8 Aug 2004 03:28:00 +0000 (GMT) (envelope-from rjw@open-cpp.net) Received: from main.open-cpp.net (main.open-cpp.net [192.168.0.2]) by www.open-cpp.net (8.12.10/8.12.10) with ESMTP id i78BSScU024776 for ; Sun, 8 Aug 2004 11:28:28 GMT (envelope-from rjw@main.open-cpp.net) Received: from main.open-cpp.net (localhost.open-cpp.net [127.0.0.1]) by main.open-cpp.net (8.12.10/8.12.10) with ESMTP id i783Spx6061803 for ; Sun, 8 Aug 2004 11:28:51 +0800 (WST) (envelope-from rjw@main.open-cpp.net) Received: (from rjw@localhost) by main.open-cpp.net (8.12.10/8.12.10/Submit) id i783Spx9061802 for freebsd-questions@freebsd.org; Sun, 8 Aug 2004 11:28:51 +0800 (WST) (envelope-from rjw) Date: Sun, 8 Aug 2004 11:28:51 +0800 From: "Russell J. Wood" To: freebsd-questions@freebsd.org Message-ID: <20040808032851.GA61783@main.open-cpp.net> References: <20040807053933.65379.qmail@web52108.mail.yahoo.com> <20040807101114.GA59053@main.open-cpp.net> <4114B7CF.9040906@xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <4114B7CF.9040906@xs4all.nl> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://www.open-cpp.net/rjw.asc Subject: Re: OT: BSDForums registration .. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 03:28:01 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Yes, sorry. It's http://forums.bsdnexus.com/ (not .org). - Russell On Sat, Aug 07, 2004 at 01:06:55PM +0200, Gustaaf Wijnands wrote: >Russell J. Wood wrote: > >http://forums.bsdnexus.org/ didn't work. I assume you meant >http://forums.bsdnexus.com/ ? > >--=20 > >Gustaaf > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g" --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBFZ3x5WL5lrZ5g2cRAkLAAJ9u5Tg+ytPOc8rICq+4khR3YKUQQACfYYuo WlMidp6QtV1ohe0UwL15xe8= =JD/d -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 03:51:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B711816A4CE for ; Sun, 8 Aug 2004 03:51:21 +0000 (GMT) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 036EB43D54 for ; Sun, 8 Aug 2004 03:51:19 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) i783pGJW002836 for ; Sat, 7 Aug 2004 23:51:16 -0400 (EDT) Message-ID: <000501c47cf9$7a457610$0200a8c0@satellite> From: "dave" To: Date: Sat, 7 Aug 2004 23:40:40 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: burning mp3's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 03:51:21 -0000 Hello, Simple question probably, i want to burn about 690 mb of mp3's to disk. To date i've only used cdrecord to make either audio .wav disks or data disks, make an iso, then burn that iso to disk. I'm wondering if there's a howto on mp3 burning? Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 04:03:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9886716A4CF for ; Sun, 8 Aug 2004 04:03:34 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F0E143D1F for ; Sun, 8 Aug 2004 04:03:34 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i7843INQ029131; Sat, 7 Aug 2004 21:03:19 -0700 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Sat, 7 Aug 2004 21:03:32 -0700 User-Agent: KMail/1.6.2 References: <000501c47cf9$7a457610$0200a8c0@satellite> In-Reply-To: <000501c47cf9$7a457610$0200a8c0@satellite> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408072103.32421.kstewart@owt.com> cc: dave Subject: Re: burning mp3's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 04:03:34 -0000 On Saturday 07 August 2004 08:40 pm, dave wrote: > Hello, > Simple question probably, i want to burn about 690 mb of mp3's to > disk. To date i've only used cdrecord to make either audio .wav disks > or data disks, make an iso, then burn that iso to disk. I'm wondering > if there's a howto on mp3 burning? > Thanks. If you have burned a data disk with directories, you know "howto". Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 05:16:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 882EC16A4CE for ; Sun, 8 Aug 2004 05:16:06 +0000 (GMT) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.3.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CB0743D3F for ; Sun, 8 Aug 2004 05:16:01 +0000 (GMT) (envelope-from mgb@orion.org.uk) Received: from [217.155.1.245] (helo=EXCALIBUR) by heisenberg.zen.co.uk with smtp (Exim 4.30) id 1Btg2K-0002GD-8h for questions@FreeBSD.org; Sun, 08 Aug 2004 05:16:00 +0000 From: "Mike Bruce" To: Date: Sun, 8 Aug 2004 06:16:19 +0100 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Originating-Heisenberg-IP: [217.155.1.245] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Hacker Scans - Advice requested X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 05:16:06 -0000 Please can you help me? I am getting increasingly plagued by this message in my security log on my V4 installations of FreeBSD 06:48:53 mail sshd[18617]: Failed password for illegal user admin from 210.3.4.71 port 39741 ssh2 Aug 7 Is there any way that this can be prevented without impairing the services provided by the operating system. Many thanks Mike Bruce From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 05:21:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0499516A4CE for ; Sun, 8 Aug 2004 05:21:19 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7825843D1F for ; Sun, 8 Aug 2004 05:21:18 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i785LGNo000803; Sun, 8 Aug 2004 00:21:16 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" To: "'Mike Bruce'" , Date: Sun, 8 Aug 2004 00:17:28 -0500 Message-ID: <000701c47d07$01e674e0$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean Subject: RE: Hacker Scans - Advice requested X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 05:21:19 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Mike Bruce > Sent: Sunday, August 08, 2004 12:16 AM > To: questions@freebsd.org > Subject: Hacker Scans - Advice requested > > > Please can you help me? > > I am getting increasingly plagued by this message in my > security log on my V4 installations of FreeBSD > > 06:48:53 mail sshd[18617]: Failed password for illegal user > admin from 210.3.4.71 port 39741 ssh2 Aug 7 > > Is there any way that this can be prevented without impairing > the services provided by the operating system. > > Many thanks > > Mike Bruce Very simple solution: create a rule to allow only traffic from known subnets. This will completely deny requests from IP addresses you're not sure of. HTH Eric F Crist From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 08:51:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEE4D16A4CE for ; Sun, 8 Aug 2004 08:51:02 +0000 (GMT) Received: from mail.hostmansion.com (hostmansion10.hostmansion.com [216.158.144.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id C164543D1F for ; Sun, 8 Aug 2004 08:51:00 +0000 (GMT) (envelope-from peter@hostmansion.com) Received: from bgsofx17 (www-1.bivol.net [193.108.24.73]) by mail.hostmansion.com (Postfix) with SMTP id DC45611C005; Sat, 7 Aug 2004 18:13:25 -0700 (PDT) Message-ID: <028e01c47d24$d4070120$0201a8c0@bgsofx17> From: "Peter" To: "Ion-Mihai Tetcu" , "R. W." References: <41155C95.2090709@aboutsupport.com><200408080255.16436.list-freebsd-2004@morbius.sent.com> <20040808054353.487fa531@it.buh.tecnik93.com> Date: Sun, 8 Aug 2004 11:50:58 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 cc: freebsd-questions@freebsd.org Subject: Re: I did something stupid ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 08:51:03 -0000 >/usr/src/UPDATING. To be short: >make buildworld >make buildkernel KERNCONF=you_kernel >make installkernel KERNCONF=you_kernel > -<----------------- I reached that point and the server simply did not come back to me after the reboot.... I still could not give me info since I still could not login to that machine :((( Peter From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 09:01:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D92AA16A4CE for ; Sun, 8 Aug 2004 09:01:29 +0000 (GMT) Received: from mongers.org (miracle.mongers.org [193.162.142.71]) by mx1.FreeBSD.org (Postfix) with SMTP id BF82B43D46 for ; Sun, 8 Aug 2004 09:01:28 +0000 (GMT) (envelope-from m@mongers.org) Received: (qmail 413 invoked by uid 1021); 8 Aug 2004 08:52:58 -0000 Date: Sun, 8 Aug 2004 10:52:36 +0200 From: Morten Liebach To: FreeBSD Questions Message-ID: <20040808085258.GB2352@mongers.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Accept-Language: dansk, english X-Organisation: Hollow Chocolate Bunnies of Death, Inc. X-PGP-Key-ID: F1360CA9 X-PGP-Key-URL: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xF1360CA9 X-PGP-Key-Fingerprint: 8CF5 32EE A5EC 36B2 4E3F ACDF 6D86 BEB3 F136 0CA9 Subject: Re: Hacker Scans - Advice requested X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 09:01:30 -0000 On 2004-08-08 06:16:19 +0100, Mike Bruce wrote: > Please can you help me? > > I am getting increasingly plagued by this message in my security log on > my V4 installations of FreeBSD > > 06:48:53 mail sshd[18617]: Failed password for illegal user admin from > 210.3.4.71 port 39741 ssh2 Aug 7 You're far from alone. Eg. see: http://www.securityfocus.com/archive/75/371086/2004-08-05/2004-08-11/1 > Is there any way that this can be prevented without impairing the > services provided by the operating system. I only allow publickey/skey logins, so I felt pretty safe, but got tired of looking at the logs, so I moved the sshd to a random high port. Then you can append something like this to ~/.ssh/config: Host short Hostname short.verylongdomainname-or-impossibletorememberIP.tld Port 43462 User your-mom Now you can just do 'ssh short' and it'll use the right portnumber and username and dnsname (it could bbe an IP address too). Or, as another poster said, just firewall it away, or even use a combination. Have a nice day Morten -- http://m.mongers.org/ -- http://gallery.zentience.org/ __END__ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 10:38:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B879916A4CE for ; Sun, 8 Aug 2004 10:38:43 +0000 (GMT) Received: from gaff.hhhr.ision.net (gaff.hhhr.ision.net [195.180.9.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F9BC43D3F for ; Sun, 8 Aug 2004 10:38:42 +0000 (GMT) (envelope-from ohoyer@ohoyer.de) Received: from gaff.hhhr.ision.net (localhost [127.0.0.1]) by gaff.hhhr.ision.net (8.12.11/8.12.11) with ESMTP id i78AcjFe098590; Sun, 8 Aug 2004 12:38:45 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) Received: from localhost (ohoyer@localhost)i78AchxI098587; Sun, 8 Aug 2004 12:38:44 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) X-Authentication-Warning: gaff.hhhr.ision.net: ohoyer owned process doing -bs Date: Sun, 8 Aug 2004 12:38:43 +0200 (CEST) From: Olaf Hoyer Sender: ohoyer@gaff.hhhr.ision.net To: dave In-Reply-To: <000501c47cf9$7a457610$0200a8c0@satellite> Message-ID: <20040808122451.B98554@gaff.hhhr.ision.net> References: <000501c47cf9$7a457610$0200a8c0@satellite> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: burning mp3's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 10:38:43 -0000 On Sat, 7 Aug 2004, dave wrote: > Hello, > Simple question probably, i want to burn about 690 mb of mp3's to disk. > To date i've only used cdrecord to make either audio .wav disks or data > disks, make an iso, then burn that iso to disk. I'm wondering if there's a > howto on mp3 burning? Do you want to burn them as .mp3, so that any application like xmms or winamp can play them? Then its simply mkisofs/cdrecord, as you already know. When you want to listen to them in an ordinary CD-Player, well, you need to convert the mp3 to .wav format first, then burn an audio CD. I use xmms to write mp3 ->wav , simply hit the button on top left, then choose options, audio i/o-plugins, theres a disk writer plugin similar to that in winamp. then: cdrecord -dao -pad ~/BURN/*wav or similar... But: be aware that 1 MB of mp3 roughly equaly 10 MB of .wav HTH Olaf -- Olaf Hoyer ohoyer@gaff.hhhr.ision.net Fuerchterliche Erlebniss geben zu raten, ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist. (Nietzsche, Jenseits von Gut und Boese) From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 10:59:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE77D16A4CE for ; Sun, 8 Aug 2004 10:59:17 +0000 (GMT) Received: from viefep13-int.chello.at (viefep13-int.chello.at [213.46.255.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7EAC43D3F for ; Sun, 8 Aug 2004 10:59:16 +0000 (GMT) (envelope-from daff@dword.org) Received: from Tirith.arda ([62.178.18.156]) by viefep13-int.chello.at (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040808105914.YFTX10997.viefep13-int.chello.at@Tirith.arda> for ; Sun, 8 Aug 2004 12:59:14 +0200 Received: from localhost (localhost.arda [127.0.0.1]) by Tirith.arda (Postfix) with ESMTP id 385BE303 for ; Sun, 8 Aug 2004 12:59:09 +0200 (CEST) Received: from Tirith.arda ([127.0.0.1]) by localhost (Tirith.arda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 41118-02 for ; Sun, 8 Aug 2004 12:58:35 +0200 (CEST) Received: from Pelargir.arda (pelargir.arda [192.168.0.2]) by Tirith.arda (Postfix) with ESMTP id 9ADD92F0 for ; Sun, 8 Aug 2004 12:58:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by Pelargir.arda (Postfix) with ESMTP id E204395826 for ; Sun, 8 Aug 2004 12:58:34 +0200 (CEST) Received: from Pelargir.arda ([127.0.0.1]) by localhost (pelargir.arda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 90933-07 for ; Sun, 8 Aug 2004 12:58:34 +0200 (CEST) Received: by Pelargir.arda (Postfix, from userid 1001) id 5C37795825; Sun, 8 Aug 2004 12:58:34 +0200 (CEST) Date: Sun, 8 Aug 2004 12:58:34 +0200 From: Andreas Ntaflos To: freebsd-questions@freebsd.org Message-ID: <20040808105834.GA44592@Pelargir.arda> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.2.1-RELEASE-p9 Subject: vim 6.3 pthread errors? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 10:59:18 -0000 Hello,=20 quick question: trying to install vim 6.3.15 from the ports with=20 support for GTK2 on a FreeBSD 5.2.1-p9 machine by doing a=20 portinstall -m WITH_GTK2=3DYES vim. Somewhere in the compilation process it borks with these error=20 messages (last few lines of output): cc -lXt -L/usr/X11R6/lib -L/usr/local/lib -o vim objects/buffer.o objec= ts/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/ev= al.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex= _eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getc= har.o objects/if_cscope.o objects/if_xcmdsrv.o objects/main.o objects= /mark.o objects/memfile.o objects/memline.o objects/menu.o objects/mess= age.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o o= bjects/normal.o objects/ops.o objects/option.o objects/os_unix.o object= s/pathdef.o objects/quickfix.o objects/regexp.o objects/screen.o object= s/search.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o= objects/undo.o objects/window.o objects/gui.o objects/gui_gtk.o objects= /gui_gtk_x11.o objects/pty.o objects/gui_gtk_f.o objects/gui_beval.o = objects/netbeans.o objects/version.o -Wl,--export-dynamic -L/u= sr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lX= inerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lfre= etype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgo= bject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lSM -lICE -lXpm -lXt -lX11 -lXd= mcp -lSM -lICE -ltermlib -liconv objects/os_unix.o: In function `get_stack_limit': objects/os_unix.o(.text+0x3d2): undefined reference to `pthread_attr_init' objects/os_unix.o(.text+0x3e6): undefined reference to `pthread_attr_get_np' objects/os_unix.o(.text+0x3fc): undefined reference to `pthread_attr_getsta= cksize' objects/os_unix.o(.text+0x40f): undefined reference to `pthread_attr_destro= y' *** Error code 1 What's that? What's missing? Why with all the pthread_ problems?=20 What should I do? :-) I know it worked under 4.10-STABLE with GTK2, why would it break under 5.2? TIA --=20 Andreas "daff" Ntaflos | "A cynic is a man who knows the price of daff AT dword DOT org | everything, and the value of nothing." Vienna, AUSTRIA | Oscar Wilde From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 11:03:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 233B316A4CE for ; Sun, 8 Aug 2004 11:03:12 +0000 (GMT) Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 617B343D1D for ; Sun, 8 Aug 2004 11:03:11 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) i78B38na004348 for ; Sun, 8 Aug 2004 07:03:09 -0400 (EDT) Message-ID: <000b01c47d35$ce50ff90$0200a8c0@satellite> From: "dave" To: Date: Sun, 8 Aug 2004 06:52:31 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: perl 5.8 on 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 11:03:12 -0000 Hello, Is anyone using perl 5.8 on 5.2.1? I do a fresh install, cvsup my ports and source, install a new world and kernel, get all that working fine, then do the perl 5.8 install. This goes fine. I then do: use.perl port reboot and at the boot menu where i have to select an option 1 for normal startup etc. my system freezes. Any clues? Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 11:41:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F32B916A4CE for ; Sun, 8 Aug 2004 11:41:30 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7527943D2D for ; Sun, 8 Aug 2004 11:41:29 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i78BbQuI035767 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Aug 2004 12:37:26 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i78BbOa7035766; Sun, 8 Aug 2004 12:37:25 +0100 (BST) (envelope-from matthew) Date: Sun, 8 Aug 2004 12:37:24 +0100 From: Matthew Seaman To: dave Message-ID: <20040808113724.GA35000@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , dave , freebsd-questions@freebsd.org References: <000b01c47d35$ce50ff90$0200a8c0@satellite> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <000b01c47d35$ce50ff90$0200a8c0@satellite> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 08 Aug 2004 12:37:26 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: perl 5.8 on 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 11:41:31 -0000 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 08, 2004 at 06:52:31AM -0400, dave wrote: > Is anyone using perl 5.8 on 5.2.1? I do a fresh install, cvsup my por= ts > and source, install a new world and kernel, get all that working fine, th= en > do the perl 5.8 install. This goes fine. I then do: > use.perl port > reboot and at the boot menu where i have to select an option 1 for > normal startup etc. my system freezes. Any clues? I think that blaming perl for the failure of your system to start up is probably not correct. Perl has nothing to do with the early stages of booting, and your system should certainly be able to get to at least single-user mode, and I'd be very surprised indeed if you could use perl to freeze the whole boot process unless you deliberately set out to do something like that. You might freeze a single process, but you can usually just hit Ctrl-C to kill it and carry on booting the rest of the system. You don't actually need to reboot after installing perl and running 'use.perl port' -- once you've done that all you need do is restart any long running perl processes (if any) and you're home and dry. Without much more detail, like how far through the boot process you can get and exactly what you see on the screen when the system freezes, it's going to be impossible to say for certain what the problem is. However, at a guess, for problems experienced during boot I'd be far more suspicious of things like ACPI or APIC. If something like that is the problem, you should be able to boot in 'safe mode', and then look into setting some sysctl(8)s from loader.conf to turn that functionality on or off during the default boot sequence. Search the FreeBSD mailing list archives for examples -- there's been plenty of discussion on this sort of topic on the freebsd-current list for example. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBFhB0iD657aJF7eIRApRpAJ9KdyWivjCLVCBuw7MhyADMxQYWBQCeMmba kCJbfnJhKTQPW5lOcDwSzYk= =9iaf -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 12:08:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18AE616A4CE for ; Sun, 8 Aug 2004 12:08:42 +0000 (GMT) Received: from vega.kvartet.ru (vega.kvartet.ru [195.208.150.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7545F43D46 for ; Sun, 8 Aug 2004 12:08:41 +0000 (GMT) (envelope-from liz@kvartet.ru) Received: from [195.208.150.162] (unknown [195.208.150.162]) by vega.kvartet.ru (Postfix) with ESMTP id 239811DB129 for ; Sun, 8 Aug 2004 19:06:47 +0700 (NOVST) Message-ID: <411618A4.7040400@kvartet.ru> Date: Sun, 08 Aug 2004 19:12:20 +0700 From: liz User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Problems with Sun Java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 12:08:42 -0000 Hello! I'm new user FreeBSD. I use linux 2 years and know this system very well. But with FreeDSD i have some problem with Java ( I use j2sdk-1_4_2_05-linux-i586.bin with linux emulator on FreeBSD-4.10. And my Java not work!!! How i can work with Sun Java on FreeBSD-4.10??? Accross earlier thanks. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 12:37:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B4316A4CE for ; Sun, 8 Aug 2004 12:37:54 +0000 (GMT) Received: from leonis.nus.edu.sg (leonis.nus.edu.sg [137.132.1.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1964143D2F for ; Sun, 8 Aug 2004 12:37:54 +0000 (GMT) (envelope-from jqdkf@army.com) Received: from cactus.homeunix.org (175-30.priv19.nus.edu.sg [172.19.175.30]) by leonis.nus.edu.sg (8.12.9/8.12.9) with SMTP id i78Cbprc007670 for ; Sun, 8 Aug 2004 20:37:52 +0800 (SGT) Received: (qmail 79094 invoked by uid 1000); 8 Aug 2004 12:37:51 -0000 From: jqdkf@army.com Date: Sun, 8 Aug 2004 20:37:51 +0800 To: freebsd-questions@FreeBSD.org Message-ID: <20040808123751.GA78893@cactus.homeunix.org> Mail-Followup-To: freebsd-questions@FreeBSD.org References: <411618A4.7040400@kvartet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <411618A4.7040400@kvartet.ru> User-Agent: Mutt/1.4.2.1i Subject: Re: Problems with Sun Java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 12:37:54 -0000 On Sun, Aug 08, 2004 at 07:12:20PM +0700, liz wrote: > Hello! > I'm new user FreeBSD. > I use linux 2 years and know this system very well. > But with FreeDSD i have some problem with Java ( > I use j2sdk-1_4_2_05-linux-i586.bin with linux emulator on FreeBSD-4.10. > And my Java not work!!! > How i can work with Sun Java on FreeBSD-4.10??? > Accross earlier thanks. You can install it from port: # cd /usr/ports/java/jdk14 # make install clean Follow the instructions if you have any problems during the installation. -- Zeng Nan Simple is Beautiful. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 12:39:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8704F16A4CE for ; Sun, 8 Aug 2004 12:39:09 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DEBA43D58 for ; Sun, 8 Aug 2004 12:39:09 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 5AA9A69A87; Sun, 8 Aug 2004 08:39:08 -0400 (EDT) Date: Sun, 8 Aug 2004 08:39:07 -0400 From: Bill Moran To: liz Message-Id: <20040808083907.5014cd39.wmoran@potentialtech.com> In-Reply-To: <411618A4.7040400@kvartet.ru> References: <411618A4.7040400@kvartet.ru> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.org Subject: Re: Problems with Sun Java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 12:39:09 -0000 liz wrote: > Hello! > I'm new user FreeBSD. > I use linux 2 years and know this system very well. > But with FreeDSD i have some problem with Java ( > I use j2sdk-1_4_2_05-linux-i586.bin with linux emulator on FreeBSD-4.10. > And my Java not work!!! > How i can work with Sun Java on FreeBSD-4.10??? You're likely to get more assistance if you provide detail: What exact steps did you perform to install Java? What, exactly, are you trying to do to _use_ java? What exact error messages do you get when it "not work"? -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 12:39:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E8916A4CE for ; Sun, 8 Aug 2004 12:39:20 +0000 (GMT) Received: from mail3.ewetel.de (mail3.ewetel.de [212.6.122.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE5D43D2D for ; Sun, 8 Aug 2004 12:39:19 +0000 (GMT) (envelope-from uwe@laverenz.de) Received: from ensign.laverenz.de (dynadsl-080-228-84-153.ewetel.net [80.228.84.153]) by mail3.ewetel.de (8.12.1/8.12.9) with ESMTP id i78CdGSP012763 for ; Sun, 8 Aug 2004 14:39:17 +0200 (MEST) Received: from localhost (localhost.laverenz.de [127.0.0.1]) by ensign.laverenz.de (Postfix) with ESMTP id 7798D76F42A for ; Sun, 8 Aug 2004 14:39:16 +0200 (CEST) Received: from ensign.laverenz.de ([127.0.0.1]) by localhost (ensign.laverenz.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 79858-01 for ; Sun, 8 Aug 2004 14:39:08 +0200 (CEST) Received: by ensign.laverenz.de (Postfix, from userid 2000) id 486D576F429; Sun, 8 Aug 2004 14:39:08 +0200 (CEST) Date: Sun, 8 Aug 2004 14:39:08 +0200 From: Uwe Laverenz To: freebsd-questions@freebsd.org Message-ID: <20040808123908.GF79491@ensign.laverenz.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <20040808105834.GA44592@Pelargir.arda> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040808105834.GA44592@Pelargir.arda> Organization: private site Sender: uwe@laverenz.de User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at laverenz.de X-CheckCompat: OK Subject: Re: vim 6.3 pthread errors? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 12:39:20 -0000 On Sun, Aug 08, 2004 at 12:58:34PM +0200, Andreas Ntaflos wrote: > objects/os_unix.o: In function `get_stack_limit': > objects/os_unix.o(.text+0x3d2): undefined reference to `pthread_attr_init' > objects/os_unix.o(.text+0x3e6): undefined reference to `pthread_attr_get_np' > objects/os_unix.o(.text+0x3fc): undefined reference to `pthread_attr_getstacksize' > objects/os_unix.o(.text+0x40f): undefined reference to `pthread_attr_destroy' > *** Error code 1 Yes, same error here on several 5.2.1p9-machines. The build works fine without GTK2. cu, Uwe From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 12:40:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF67A16A4CE for ; Sun, 8 Aug 2004 12:40:20 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id A869243D53 for ; Sun, 8 Aug 2004 12:40:18 +0000 (GMT) (envelope-from david.fleck@mchsi.com) Received: from grond (12-216-10-157.client.mchsi.com[12.216.10.157]) by sccmmhc91.asp.att.net (sccmmhc91) with SMTP id <20040808124017m91006u7gpe>; Sun, 8 Aug 2004 12:40:17 +0000 Date: Sun, 8 Aug 2004 07:40:16 -0500 (CDT) From: David Fleck Sender: dcf@grond.sourballs.org To: "Hakim Z. Singhji" In-Reply-To: <4115842C.2090907@earthlink.net> Message-ID: <20040808072043.S10021@grond.sourballs.org> References: <411318A8.4080100@earthlink.net> <20040806161222.O275@grond.sourballs.org> <4115842C.2090907@earthlink.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: questions@freebsd.org Subject: Re: Help Debugging Kshell Script??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 12:40:21 -0000 Unfortunately, I think the script you attached has been mangled in some way or other; it appears to be missing the end of the 'paging_mon' function, as well as whatever code invokes that function (and the swap_mon function as well). If I try to run it, I get: dcf>$ ./swap_mon.ksh \nSwap Space Report for grond.sourballs.org\n Sun Aug 8 07:31:26 CDT 2004 ./swap_mon.ksh: line 85: funtion: command not found ./swap_mon.ksh: line 135: syntax error: unexpected end of file if I fix the typo (funtion -> function) I just get the 'unexpected EOF' error. Both my 4.9 and 5.2.1 systems have /usr/bin/bc, so I assume it is part of the base install. However, neither system has 'lsps', which appears to be an AIX command. -- David Fleck david.fleck@mchsi.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 13:20:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC4A816A4CE for ; Sun, 8 Aug 2004 13:20:55 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E2BC143D3F for ; Sun, 8 Aug 2004 13:20:54 +0000 (GMT) (envelope-from herbert.skuhra@gmx.at) Received: (qmail 15418 invoked by uid 65534); 8 Aug 2004 13:20:53 -0000 Received: from chello213047080026.4.14.vie.surfer.at (EHLO localhost) (213.47.80.26) by mail.gmx.net (mp005) with SMTP; 08 Aug 2004 15:20:53 +0200 X-Authenticated: #1511235 Date: Sun, 8 Aug 2004 15:21:23 +0200 From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Message-ID: <20040808132123.GA18996@oslo.ath.cx> References: <20040808105834.GA44592@Pelargir.arda> <20040808123908.GF79491@ensign.laverenz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20040808123908.GF79491@ensign.laverenz.de> X-Operating-System: FreeBSD 5.2.1-RELEASE-p9 User-Agent: Mutt/1.5.6i Subject: Re: vim 6.3 pthread errors? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 13:20:56 -0000 Uwe Laverenz wrote: > On Sun, Aug 08, 2004 at 12:58:34PM +0200, Andreas Ntaflos wrote: > >> objects/os_unix.o: In function `get_stack_limit': >> objects/os_unix.o(.text+0x3d2): undefined reference to `pthread_attr_init' >> objects/os_unix.o(.text+0x3e6): undefined reference to `pthread_attr_get_np' >> objects/os_unix.o(.text+0x3fc): undefined reference to `pthread_attr_getstacksize' >> objects/os_unix.o(.text+0x40f): undefined reference to `pthread_attr_destroy' >> *** Error code 1 > > Yes, same error here on several 5.2.1p9-machines. The build works fine > without GTK2. > > cu, > Uwe The build works fine here if I run: portinstall -m 'WITH_GTK2=yes WITH_PYTHON=yes' vim This adds the missing "-pthread". - Herbert From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 13:24:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B53B16A4CE for ; Sun, 8 Aug 2004 13:24:57 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFABA43D3F for ; Sun, 8 Aug 2004 13:24:56 +0000 (GMT) (envelope-from cubez@start.no) Received: from khonsu (chasm.nu [80.203.235.133]) by mail.broadpark.no (Postfix) with ESMTP id 47D633629 for ; Sun, 8 Aug 2004 15:25:29 +0200 (MEST) From: "christian astrup bakke // chasm" To: Date: Sun, 8 Aug 2004 15:23:36 +0200 Organization: c a b consulting MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcR9St3RCVRbOlWLSo+1Epo+7e26vg== Message-Id: <20040808132529.47D633629@mail.broadpark.no> Subject: piespy on freebsd 4.10-release. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cubez@start.no List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 13:24:57 -0000 hi! has anyone here successfully installed piespy (link further down) in a 4.10(-release) enviroment? it needs java, and a paragraph on the piespy page says: "If you run PieSpy in a non-graphical environment (e.g. a Unix console that does not have access to an X server) you will need to pass the following command line parameter to java: -Djava.awt.headless=true. Note that PieSpy may not function properly on FreeBSD. This is because Java on FreeBSD handles floating point calculations incorrectly." i indeed plan to use it from the console on my server. neither piespy og java has been installed at this point, because i'd like some feedback on it first. so, what do you guys and girls think? is this "floating point calculations" thing still a problem? ++ link til piespy: http://www.jibble.org/piespy/ ++ thanks in advance for any input. -- with regards, christian astrup bakke // chasm. http://chasm.nu/ - chasm at chasm dot nu pgp key id: 0xF0FB7BB7 pgp fp: 9EB1 AA42 1142 2A7C CD24 65CA 584E 537C F0FB 7BB7 (scanned with norton antivirus 2004) From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 14:06:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E901116A4CE for ; Sun, 8 Aug 2004 14:06:46 +0000 (GMT) Received: from lakermmtao04.cox.net (lakermmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4884A43D3F for ; Sun, 8 Aug 2004 14:06:46 +0000 (GMT) (envelope-from jacoulter@jacoulter.net) Received: from [68.105.58.150] by lakermmtao04.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with SMTP id <20040808140645.MJDX9099.lakermmtao04.cox.net@[68.105.58.150]>; Sun, 8 Aug 2004 10:06:45 -0400 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sun, 8 Aug 2004 09:06:40 -0500 From: "James A. Coulter" Date: Sun, 8 Aug 2004 09:06:40 -0500 To: freebsd-questions@freebsd.org Message-ID: <20040808140640.GA5864@sara.mshome.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i cc: jacoulter@jacoulter.net Subject: Security Log Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 14:06:47 -0000 Checked /var/log/security this morning and found these entries: Aug 4 09:00:45 sara /kernel: ipfw: limit 10 reached on entry 500 Aug 5 07:45:38 sara /kernel: drop session, too many entries Aug 5 17:54:32 sara /kernel: drop session, too many entries Aug 5 17:55:55 sara last message repeated 9 times Aug 6 01:56:44 sara /kernel: drop session, too many entries Aug 6 16:40:05 sara /kernel: drop session, too many entries Aug 7 13:25:23 sara /kernel: drop session, too many entries Aug 7 15:32:00 sara /kernel: drop session, too many entries Aug 7 15:32:03 sara last message repeated 3 times Can someone please tell this newbie if this something to be concerned about? Many thanks in advance! Jim C. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 14:06:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F76416A4CE for ; Sun, 8 Aug 2004 14:06:54 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id F41DE43D45 for ; Sun, 8 Aug 2004 14:06:51 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 0589E69A71; Sun, 8 Aug 2004 10:06:50 -0400 (EDT) Date: Sun, 8 Aug 2004 10:06:49 -0400 From: Bill Moran To: liz Message-Id: <20040808100649.7617240e.wmoran@potentialtech.com> In-Reply-To: <1871541073.20040808202346@kvartet.ru> References: <411618A4.7040400@kvartet.ru> <20040808083907.5014cd39.wmoran@potentialtech.com> <1871541073.20040808202346@kvartet.ru> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Re[2]: Problems with Sun Java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 14:06:54 -0000 [Keep the mailing list CCed. I can not answer all your questions, but I'll help where I can.] liz wrote: > Hello Bill, > > Sunday, August 8, 2004, 7:39:07 PM, you wrote: > > BM> Return-Path: > BM> Delivered-To: liz@kvartet.ru > BM> Received: from internet.potentialtech.com > BM> (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) > BM> by vega.kvartet.ru (Postfix) with ESMTP id 82A1D1DB129 > BM> for ; Sun, 8 Aug 2004 19:37:19 +0700 (NOVST) > BM> Received: from working.potentialtech.com > BM> (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) > BM> by internet.potentialtech.com (Postfix) with ESMTP id 5AA9A69A87; > BM> Sun, 8 Aug 2004 08:39:08 -0400 (EDT) > BM> Date: Sun, 8 Aug 2004 08:39:07 -0400 > BM> From: Bill Moran > BM> To: liz > BM> Cc: freebsd-questions@FreeBSD.org > BM> Subject: Re: Problems with Sun Java > BM> Message-Id: <20040808083907.5014cd39.wmoran@potentialtech.com> > BM> In-Reply-To: <411618A4.7040400@kvartet.ru> > BM> References: <411618A4.7040400@kvartet.ru> > BM> Organization: Potential Technologies > BM> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) > BM> Mime-Version: 1.0 > BM> Content-Type: text/plain; charset=US-ASCII > BM> Content-Transfer-Encoding: 7bit > > BM> liz wrote: > > >> Hello! > >> I'm new user FreeBSD. > >> I use linux 2 years and know this system very well. > >> But with FreeDSD i have some problem with Java ( > >> I use j2sdk-1_4_2_05-linux-i586.bin with linux emulator on FreeBSD-4.10. > >> And my Java not work!!! > >> How i can work with Sun Java on FreeBSD-4.10??? > > BM> You're likely to get more assistance if you provide detail: > BM> What exact steps did you perform to install Java? > BM> What, exactly, are you trying to do to _use_ java? > BM> What exact error messages do you get when it "not work"? > > My install step is > 1) copy j2sdk-1_4_2_05-linux-i586.bin from sun site > 2)#chmod +x j2sdk-1_4_2_05-linux-i586.bin > 3)#./j2sdk-1_4_2_05-linux-i586.bin > 4)set PAHT=/PATH_TO_JAVA_HOME > 5)#java > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location > Usage: java [-options] class [args...] > (to execute a class) > or java [-options] -jar jarfile [args...] > (to execute a jar file) > ... and others ... > > Can't detect initial thread stack location - what is't??? > > Still I commin in /usr/ports/java/linux-sun-jdk14 > execute > #make install clean ... > ===> linux-sun-jdk-1.4.2.04 You must manually fetch the J2SE SDK self-extracting file for the Linux platform (j2sdk-1_4_2_04-linux-i586.bin) from http://javas > hoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=j2sdk-1.4.2_04-oth-JPR&SiteId=JSC&TransactionId=noreg, place it in /usr/ports/distfiles and then ru > n make again. You need to download these files manually, because Sun's licensing requires that you click on the "I agree" button on their website prior to downloading the files. There are about 4 or so that you have to get like this. It's a royal pain, but it's Sun's decision, not FreeBSD's. > ===> Cleaning for linux_base-7.1_7 > ===> Cleaning for javavmwrapper-1.5 > ===> Cleaning for linux-sun-jdk-1.4.2.04 > But j2sdk-1_4_2_04-linux-i586.bin vulnerable version java and Sun not > distribute this version!!! Where did you get that information? I installed the entire Java platform for FreeBSD just two days ago and was able to get all the files I needed. I've not heard/seen any information about vulnerabilites in jdk14. > I create simple Java Class Hello.java > public class Hello { > public static void main(String[] args) { > System.out.println("FreeBSD do you like Java???"); > } > } > Compile this > #javac Hello.java > And Java Compiler say this: > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location > All right interpretive this simple class > #java Hello > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location > FreeBSD do you like Java??? > > Well starting Tomcat-5.0.27 > #startup.sh > Using CATALINA_BASE: /usr/local/java/jakarta-tomcat-5.0.27 > Using CATALINA_HOME: /usr/local/java/jakarta-tomcat-5.0.27 > Using CATALINA_TMPDIR: /usr/local/java/jakarta-tomcat-5.0.27/temp > Using JAVA_HOME: /usr/local/java/j2sdk1.4.2_05 > #nmap localhost > Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2004-08-08 20:14 NOVST > Interesting ports on localhost (127.0.0.1): > (The 1656 ports scanned but not shown below are in state: closed) > PORT STATE SERVICE > 22/tcp open ssh > 53/tcp open domain > 8080/tcp open http-proxy --- apparently default tomcat ;) > Then load / webserver page > #lynx http://localhost:8080 > HTTP request sent; waiting for response. > Aaaaauuuu ;) hereabout heard of it tomcat... > View tomcat logs > #vim /usr/local/java/jakarta-tomcat-5.0.27/logs/catalina.out > Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location > Aug 8, 2004 8:14:01 PM org.apache.coyote.http11.Http11Protocol init > INFO: Initializing Coyote HTTP/1.1 on http-8080 > Aug 8, 2004 8:14:01 PM org.apache.catalina.startup.Catalina load > INFO: Initialization processed in 1826 ms > Aug 8, 2004 8:14:02 PM org.apache.catalina.core.StandardService start > INFO: Starting service Catalina > Aug 8, 2004 8:14:02 PM org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/5.0.27 > Aug 8, 2004 8:14:02 PM org.apache.catalina.core.StandardHost start > INFO: XML validation disabled > Aug 8, 2004 8:14:02 PM org.apache.catalina.core.StandardHost getDeployer > INFO: Create Host deployer for direct deployment ( non-jmx ) > Aug 8, 2004 8:14:02 PM org.apache.catalina.core.StandardHostDeployer install > INFO: Processing Context configuration file URL file:/usr/local/java/jakarta-tomcat-5.0.27/conf/Catalina/localhost/admin.xml > > No tomcat!!! > FreeBSD very cool system, but why Java not work in this system??? Java is probably the most difficult thing to get installed/running on FreeBSD, however, the port makes it as easy as is possible. The following procedure has always worked for me: cd /usr/ports/java/jdk14 make install ... wait ... You will get an error about a missing file that you have to download manually, follow the instructions to get the file, then do "make install" again. You will get another error about another missing file that you have to manually download ... follow the instructions and start "make install" again ... you'll get another error ... and so on. Eventually, make install will complete and you'll have a usable Java. Be very careful when downloading the required files. It seems as if Sun has a million Java distributions available for download, and all of their names are _almost_ the same. Make sure you're getting the correct file each time. > How i can help FreeBSD community??? Email Sun and politely ask them why they are making it so difficult to install Java on FreeBSD. Tell them that FreeBSD is your preferred platform for running Java and you'd like it if it weren't so difficult to install. You can also contact the FreeBSD Foundation, which has done a LOT of work to get the FreeBSD+Java thing this far. Ask them how you can help make it even easier. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 14:23:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D93DD16A4CE for ; Sun, 8 Aug 2004 14:23:32 +0000 (GMT) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C3943D4C for ; Sun, 8 Aug 2004 14:23:32 +0000 (GMT) (envelope-from gerard-seibert@rcn.com) Received: from 207-237-110-41.c3-0.crm-ubr4.crm.ny.cable.rcn.com ([207.237.110.41] helo=[127.0.0.1]) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1BtoaB-0003tC-00 for freebsd-questions@freebsd.org; Sun, 08 Aug 2004 10:23:31 -0400 Date: Sun, 08 Aug 2004 10:23:29 -0400 From: Gerard Seibert To: FreeBSD Question Sender: Gerard@FreeBSD.ORG, Seibert@FreeBSD.ORG Message-Id: <20040808101653.3C1B.GERARD-SEIBERT@rcn.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.11.02 [en] Subject: make command to fetch a new index X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gerard-seibert@rcn.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 14:23:33 -0000 I thought I saw a tip in this newsgroup awhile ago about using 'make' to fetch a fresh copy of the index file. I cannot remember what the exact syntax was for the command. I thought it was 'make fetch_index', however that does not work correctly. Would someone be so kind as to refresh my memory on this? Thanks! Gerard E. Seibert gerard-seibert@rcn.com I never make mistakes. I thought I did once, but I was wrong. Anonymous From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 14:31:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5F216A4CE for ; Sun, 8 Aug 2004 14:31:38 +0000 (GMT) Received: from w2xo.jcdurham.com (18.gibs5.xdsl.nauticom.net [209.195.184.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C9C43D1D for ; Sun, 8 Aug 2004 14:31:37 +0000 (GMT) (envelope-from durham@jcdurham.com) Received: from dhcp13.home.jcdurham.com (dhcp13.home.jcdurham.com [192.168.5.13]) by w2xo.jcdurham.com (8.12.11/8.11.6) with ESMTP id i78EVabo068627 for ; Sun, 8 Aug 2004 10:31:36 -0400 (EDT) (envelope-from durham@jcdurham.com) From: Jim Durham To: freebsd-questions@freebsd.org Date: Sun, 8 Aug 2004 10:31:31 -0400 User-Agent: KMail/1.6.2 References: <410FDE90.20101@csl.sri.com> In-Reply-To: <410FDE90.20101@csl.sri.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408081031.31566.durham@jcdurham.com> Subject: Re: Blackberry & Sendmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 14:31:38 -0000 On Tuesday 03 August 2004 02:50 pm, Mike Hogsett wrote: > This is not entirely on-topic for the FreeBSD list (except my > mail server is FreeBSD). > > Does anyone know of a solution to allow secure mail forwarding to a > blackberry similar to the enterprise solutions for MS exchange, > and Lotus Notes? Sorry I'm late in replying, but I don't read this list much any more due to time constraints...8-) . I guess I don't quite understand the question, not having any experience with either system's "secure" mail forwarding. We have several executives with Blackberrys and no complaints. What I do is use procmail and put in a rule that delivers to the person's blackberry address and then continues to deliver to the default mailbox in /var/mail. In ~/.procmailrc.... :0 c ! user@attwireless.blackberry.net :0 ${default} To do this, you set up procmail from ports and then rewrite the sendmail.mc file to use procmail as the local deliver agent. Since the mail is plain text anyway, I don't understand the 'secure' question.. Hope this helps.. -JIm From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 14:41:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1DD616A4CE for ; Sun, 8 Aug 2004 14:41:05 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6485143D2F for ; Sun, 8 Aug 2004 14:41:04 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i78EesHk040858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Aug 2004 15:40:54 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i78Eernj040855; Sun, 8 Aug 2004 15:40:53 +0100 (BST) (envelope-from matthew) Date: Sun, 8 Aug 2004 15:40:52 +0100 From: Matthew Seaman To: Gerard Seibert Message-ID: <20040808144052.GA40605@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Gerard Seibert , FreeBSD Question References: <20040808101653.3C1B.GERARD-SEIBERT@rcn.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <20040808101653.3C1B.GERARD-SEIBERT@rcn.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 08 Aug 2004 15:40:55 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: FreeBSD Question Subject: Re: make command to fetch a new index X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 14:41:05 -0000 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 08, 2004 at 10:23:29AM -0400, Gerard Seibert wrote: > I thought I saw a tip in this newsgroup awhile ago about using 'make' > to fetch a fresh copy of the index file. I cannot remember what the > exact syntax was for the command. I thought it was 'make fetch_index', > however that does not work correctly. Would someone be so kind as to > refresh my memory on this? # make fetchindex Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBFjt0iD657aJF7eIRAq7rAKCYybtaFcOYOisXXuIIgIygyFU/TgCfQado VVLNs+0Jd2DXj3iC1aWjtSw= =HIDz -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 15:36:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E439716A4CE for ; Sun, 8 Aug 2004 15:36:37 +0000 (GMT) Received: from asmtp-a063f29.pas.sa.earthlink.net (asmtp-a063f29.pas.sa.earthlink.net [207.217.120.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCAE43D3F for ; Sun, 8 Aug 2004 15:36:37 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from user-0cceq8c.cable.mindspring.com ([24.199.105.12] helo=earthlink.net)(TLSv1:AES256-SHA:256) (Exim 4.34) id 1Btpiu-0004tU-QE; Sun, 08 Aug 2004 08:36:37 -0700 Message-ID: <4116489D.2010905@earthlink.net> Date: Sun, 08 Aug 2004 11:37:01 -0400 From: "Hakim Z. Singhji" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Fleck References: <411318A8.4080100@earthlink.net> <20040806161222.O275@grond.sourballs.org> <4115842C.2090907@earthlink.net> <20040808072043.S10021@grond.sourballs.org> In-Reply-To: <20040808072043.S10021@grond.sourballs.org> X-Enigmail-Version: 0.83.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms090907050800000406060209" X-ELNK-Trace: 59e746354e49a56ad5e26e230a8c4dea74bf435c0eb9d47882885355c204f66bb2c0915ad80e4ddf088be428fcecda03350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.199.105.12 cc: questions@freebsd.org Subject: Re: Help Debugging Kshell Script??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 15:36:38 -0000 This is a cryptographically signed message in MIME format. --------------ms090907050800000406060209 Content-Type: multipart/mixed; boundary="------------090509020004050901070703" This is a multi-part message in MIME format. --------------090509020004050901070703 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 David, I appologize you are correct the script I sent you is a version of the same script that I am working on for an AIX machine. Attached is an unencrypted version of the script for System V: BSD/Linux machines. This is the error it is giving me and I'm not sure why I am getting this error? ######################################################################## [hakim@redgate sys_admin]$ ./swap_mon.ksh~ \nSwap Space Report for redgate.ath.cx\n Sun Aug 8 00:03:48 EDT 2004 (standard_in) 3: illegal character: O (standard_in) 3: parse error (standard_in) 3: illegal character: O (standard_in) 3: parse error \nTotal Amount of Swap Space:\t494MB Total KB of Swap Space Used:\t23MB Total KB of Swap Space Free:\t471MB \nPercent of Swap Space Used:\t4.6500% \nPercent of Swap Space Free:\t95.3400% \n ######################################################################### I need some help figuring out why bc is giving me such a hard time. I'm almost positive my syntax is correct. This is where I think the problem begins (and possibly ends) in the script: ######################################################################### do # Use the bc utility in a here document to calculate the percentage of # free and used swap space PERCENT_USED=$(bc <$ ./swap_mon.ksh | \nSwap Space Report for grond.sourballs.org\n | Sun Aug 8 07:31:26 CDT 2004 | ./swap_mon.ksh: line 85: funtion: command not found | ./swap_mon.ksh: line 135: syntax error: unexpected end of file | | if I fix the typo (funtion -> function) I just get the 'unexpected EOF' | error. | | Both my 4.9 and 5.2.1 systems have /usr/bin/bc, so I assume it is part | of the base install. However, neither system has 'lsps', which appears | to be an AIX command. | | | -- | David Fleck | david.fleck@mchsi.com | | _______________________________________________ | freebsd-questions@freebsd.org mailing list | http://lists.freebsd.org/mailman/listinfo/freebsd-questions | To unsubscribe, send any mail to | "freebsd-questions-unsubscribe@freebsd.org" | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBFkiclT9WV6TztkoRAngzAJ4jtRcnE5ZkANyZOM9ORxb+scnMNACeJFVf JzNrpFMIjSw0NfpxOgyT13U= =sXLe -----END PGP SIGNATURE----- --------------090509020004050901070703 Content-Type: text/plain; name="swap_mon1.ksh" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="swap_mon1.ksh" ############################################################################## #! /usr/bin/ksh ############################################################################### # CREATED_BY: Hakim Z. Singhji ############################################################################### # SCRIPT: swap_mon.zsh ############################################################################### # DATE: 8/4/04 ############################################################################### # VERSION: 0.1 ############################################################################### # PLATFORM: Linux Only ############################################################################### # PURPOSE: This shell script is used to produce a report of the system's swap # space statistics including: Total paging space in MB, MB of free # paging space, MB of used pagine space, % of paging space used and # % of paging space free ############################################################################### # REV LIST: # set -x # Uncomment to debug this shell script # set -n # Uncomment to check command syntax without any execution ############################################################################### ############################# DEFINE VARIABLES HERE ########################### THISHOST=$(hostname) # Host name of this machine PC_LIMIT=65 # Upper limit of Swap space percentage before # notification ############################################################################### ############################# INITIALIZE THE REPORT ########################### echo "\nSwap Space Report for $THISHOST\n" date ############################################################################### ############################# CAPTURE AND PROCESS DATE ######################## free -m | grep -i swap | while read junk SW_TOTAL SW_USED SW_FREE do # Use the bc utility in a here document to calculate the percentage of # free and used swap space PERCENT_USED=$(bc< Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D3D516A4CE for ; Sun, 8 Aug 2004 16:03:18 +0000 (GMT) Received: from viefep20-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A94E43D1F for ; Sun, 8 Aug 2004 16:03:15 +0000 (GMT) (envelope-from daff@dword.org) Received: from Tirith.arda ([62.178.18.156]) by viefep20-int.chello.at (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040808160313.QFWB24662.viefep20-int.chello.at@Tirith.arda> for ; Sun, 8 Aug 2004 18:03:13 +0200 Received: from localhost (localhost.arda [127.0.0.1]) by Tirith.arda (Postfix) with ESMTP id DBDF62B8 for ; Sun, 8 Aug 2004 18:02:53 +0200 (CEST) Received: from Tirith.arda ([127.0.0.1]) by localhost (Tirith.arda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29205-04 for ; Sun, 8 Aug 2004 18:02:23 +0200 (CEST) Received: from Pelargir.arda (pelargir.arda [192.168.0.2]) by Tirith.arda (Postfix) with ESMTP id 46E1E29E for ; Sun, 8 Aug 2004 18:02:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by Pelargir.arda (Postfix) with ESMTP id 49B199585A for ; Sun, 8 Aug 2004 18:02:24 +0200 (CEST) Received: from Pelargir.arda ([127.0.0.1]) by localhost (pelargir.arda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00583-06 for ; Sun, 8 Aug 2004 18:02:13 +0200 (CEST) Received: by Pelargir.arda (Postfix, from userid 1001) id C7FB495857; Sun, 8 Aug 2004 18:02:13 +0200 (CEST) Date: Sun, 8 Aug 2004 18:02:13 +0200 From: Andreas Ntaflos To: freebsd-questions@freebsd.org Message-ID: <20040808160213.GA23791@Pelargir.arda> Mail-Followup-To: freebsd-questions@freebsd.org References: <20040808105834.GA44592@Pelargir.arda> <20040808123908.GF79491@ensign.laverenz.de> <20040808132123.GA18996@oslo.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040808132123.GA18996@oslo.ath.cx> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.2.1-RELEASE-p9 Subject: Re: vim 6.3 pthread errors? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 16:03:18 -0000 On Sun, Aug 08, 2004 at 03:21:23PM +0200, Herbert J. Skuhra wrote: > Uwe Laverenz wrote: > > On Sun, Aug 08, 2004 at 12:58:34PM +0200, Andreas Ntaflos wrote: > > > >> objects/os_unix.o: In function `get_stack_limit': > >> objects/os_unix.o(.text+0x3d2): undefined reference to `pthread_attr_init' > >> objects/os_unix.o(.text+0x3e6): undefined reference to `pthread_attr_get_np' > >> objects/os_unix.o(.text+0x3fc): undefined reference to `pthread_attr_getstacksize' > >> objects/os_unix.o(.text+0x40f): undefined reference to `pthread_attr_destroy' > >> *** Error code 1 > > > > Yes, same error here on several 5.2.1p9-machines. The build works fine > > without GTK2. It does indeed, but I don't like gvim+GTK1 very much (looks ugly if you ask me). > The build works fine here if I run: > portinstall -m 'WITH_GTK2=yes WITH_PYTHON=yes' vim > > This adds the missing "-pthread". Great, WITH_PYTHON did the trick, now it built fine and uses GTK2. Very nice, thanks! -- Andreas "daff" Ntaflos | "A cynic is a man who knows the price of daff AT dword DOT org | everything, and the value of nothing." Vienna, AUSTRIA | Oscar Wilde From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 16:17:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E67816A4CE for ; Sun, 8 Aug 2004 16:17:04 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3170443D31 for ; Sun, 8 Aug 2004 16:17:04 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i78GGxsq002329; Sun, 8 Aug 2004 11:16:59 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" To: "'Mike Bruce'" Date: Sun, 8 Aug 2004 10:33:29 -0500 Message-ID: <002501c47d5d$111759b0$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: RE: Hacker Scans - Advice requested X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 16:17:04 -0000 > -----Original Message----- > From: Mike Bruce [mailto:mgb@orion.org.uk] > Sent: Sunday, August 08, 2004 7:32 AM > To: 'Eric Crist' > Subject: RE: Hacker Scans - Advice requested > > > Many thanks Eric > > I've looked through the documentation and it is not entirely > clear how to do this, but at least I have a starting point. > > Mike Mike, If you checkout the user manual on the FreeBSD website, you should find an entire section on setting up a firewall. From there, you just need to create a coule of rules to block/accept the ip blocks that you want. Pretty simple process. Start with the user documentation on the site, and we can help you from there. Eric F Crist From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 17:06:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0FEA16A4CE for ; Sun, 8 Aug 2004 17:06:56 +0000 (GMT) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ABDC43D5C for ; Sun, 8 Aug 2004 17:06:56 +0000 (GMT) (envelope-from bw2003@shaw.ca) Received: from pd2mr1so.prod.shaw.ca (pd2mr1so-ser.prod.shaw.ca [10.0.141.110])2003))freebsd-questions@freebsd.org; Sun, 08 Aug 2004 10:57:55 -0600 (MDT) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd2mr1so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I25006DE0GJFVC0@pd2mr1so.prod.shaw.ca> for freebsd-questions@freebsd.org; Sun, 08 Aug 2004 10:57:55 -0600 (MDT) Received: from potlavj0m8twaq (S0106000d87616d3c.ls.shawcable.net [24.76.211.148])2003)) freebsd-questions@freebsd.org; Sun, 08 Aug 2004 10:57:55 -0600 (MDT) Date: Sun, 08 Aug 2004 12:58:02 -0400 From: Ryan To: freebsd-questions@freebsd.org Message-id: <001601c47d68$ddd7e180$94d34c18@potlavj0m8twaq> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-Priority: 3 X-MSMail-priority: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 4.10-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 17:06:56 -0000 Needing some help here, I'm experincing compatibility issues with Perl and trying to reinstall ports/src but Sysinstall has tryed alot of ftp mirrors even = the main one and it says "Warning: Can't find the `4.0-STABLE` = distribution on this FTP server. I cant download anything under Distribtutions in Sysinstall. Is this a = unrelated issue or is there more to this then i know of.. I went to = 4.0-Stable, cause its the latest 4.X branch distro. Perl: What ever i do, perl5.8/perl5 always builds as a incomplete broken = distro with one test failing with Taint.. No idea what it is, but = planing on reading it source code. Anways any and all help is greatly needed.. Thanks From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 18:09:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3536016A4CE for ; Sun, 8 Aug 2004 18:09:37 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC2343D55 for ; Sun, 8 Aug 2004 18:09:36 +0000 (GMT) (envelope-from mailist@whoweb.com) Received: from h000092a708fc.ne.client2.attbi.com ([24.131.157.19]) by comcast.net (sccrmhc13) with SMTP id <2004080818093601600t20fne>; Sun, 8 Aug 2004 18:09:36 +0000 From: mailist@whoweb.com To: freebsd-questions@freebsd.org Date: Sun, 8 Aug 2004 14:10:44 -0400 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408081410.44127.mailist@whoweb.com> Subject: IPFW/NATD Transparent Proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 18:09:37 -0000 Anyone up for a challenge? I've come to the conclusion that IPFW/NATD cannot support transparent proxying with ONLY stateful rules. I'd like to hear from anyone who has been successful doing so in case I'm missing something. Configuration is: FreeBSD 5.2.1 3 - NICS (de0, de1, de2) de1 = Public IP = 1.2.3.4 de2 = LAN1 = 192.168.1.0 de3 = LAN2 = 192.168.2.0 The challenge: 1) TCP request from 192.168.1.247 to 1.2.3.4:80 2) Redirect 1.2.3.4:80 to 192.168.2.250:80 3) Use stateful rules On another note, I read somewhere on the Internet that IPFILTER has a limitation in that it cannot redirect a public destination to a private destination if the source machine is on the same subnet as the redirected destination. In other words, the following supposedly will not work: 1) A tcp request from 192.168.1.247 to 1.2.3.4:80 2) Redirect 1.2.3.4:80 to 192.168.1.100:80 Is this an accurate limitation of IPFILTER? J From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 18:23:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 717EB16A4D1 for ; Sun, 8 Aug 2004 18:23:48 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E07B43D1D for ; Sun, 8 Aug 2004 18:23:46 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i78INgCS092537; Sun, 8 Aug 2004 20:23:42 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i78INgZt092534; Sun, 8 Aug 2004 20:23:42 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Sun, 8 Aug 2004 20:23:38 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: Mike Bruce In-Reply-To: Message-ID: <20040808202117.P92395@chylonia.3miasto.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: Hacker Scans - Advice requested X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 18:23:48 -0000 > > Is there any way that this can be prevented without impairing the > services provided by the operating system. > they check passwords from dictionary etc. my advice (i did the same, while i've got scans for "guest" and "test"): make such account with very simple one word password home /nonexistent and shell script as shell saying "smile, hidden camera is watching you". From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 18:27:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D31B16A4CE for ; Sun, 8 Aug 2004 18:27:13 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id C331343D1D for ; Sun, 8 Aug 2004 18:27:12 +0000 (GMT) (envelope-from david.fleck@mchsi.com) Received: from grond (12-216-10-157.client.mchsi.com[12.216.10.157]) by sccmmhc92.asp.att.net (sccmmhc92) with SMTP id <20040808182711m9200bqel3e>; Sun, 8 Aug 2004 18:27:12 +0000 Date: Sun, 8 Aug 2004 13:27:11 -0500 (CDT) From: David Fleck Sender: dcf@grond.sourballs.org To: "Hakim Z. Singhji" In-Reply-To: <4116489D.2010905@earthlink.net> Message-ID: <20040808132531.X10021@grond.sourballs.org> References: <411318A8.4080100@earthlink.net> <20040806161222.O275@grond.sourballs.org> <20040808072043.S10021@grond.sourballs.org> <4116489D.2010905@earthlink.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: questions@freebsd.org cc: David Fleck Subject: Re: Help Debugging Kshell Script??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 18:27:13 -0000 On Sun, 8 Aug 2004, Hakim Z. Singhji wrote: > I appologize you are correct the script I sent you is a version of the > same script that I am working on for an AIX machine. Attached is an > unencrypted version of the script for System V: BSD/Linux machines. Now I get this error: Swap Space Report for grond.sourballs.org Sun Aug 8 13:25:18 CDT 2004 new.ksh[79]: free: not found and indeed, I can't find a 'free' command on 4.9, 5.2.1, or in ports - just the 'free' (3) system call. What are you using here? -- David Fleck david.fleck@mchsi.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 18:44:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD98F16A4CE for ; Sun, 8 Aug 2004 18:44:08 +0000 (GMT) Received: from pd5mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B4A443D55 for ; Sun, 8 Aug 2004 18:44:08 +0000 (GMT) (envelope-from bw2003@shaw.ca) Received: from pd2mr5so.prod.shaw.ca (pd2mr5so-qfe3.prod.shaw.ca [10.0.141.8]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I25006UK4ZU2K@l-daemon> for freebsd-questions@freebsd.org; Sun, 08 Aug 2004 12:35:54 -0600 (MDT) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd2mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I25000NJ4ZUQZJ0@pd2mr5so.prod.shaw.ca> for freebsd-questions@freebsd.org; Sun, 08 Aug 2004 12:35:54 -0600 (MDT) Received: from potlavj0m8twaq (S0106000d87616d3c.ls.shawcable.net [24.76.211.148])2003)) freebsd-questions@freebsd.org; Sun, 08 Aug 2004 12:35:54 -0600 (MDT) Date: Sun, 08 Aug 2004 14:36:02 -0400 From: Ryan To: freebsd-questions@freebsd.org Message-id: <002f01c47d76$8e826660$94d34c18@potlavj0m8twaq> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-Priority: 3 X-MSMail-priority: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Perl5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 18:44:08 -0000 t/op/substr...............................ok t/op/sysio................................ok t/op/taint................................FAILED at test 150 t/op/tie..................................ok t/op/tiearray.............................ok Any idea's? From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 18:46:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A115D16A4CE for ; Sun, 8 Aug 2004 18:46:56 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8039243D48 for ; Sun, 8 Aug 2004 18:46:55 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Btsh0-0005Mj-00 for ; Sun, 08 Aug 2004 20:46:54 +0200 Received: from numerus.ling.uu.se ([130.238.78.148]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Aug 2004 20:46:50 +0200 Received: from bkhl by numerus.ling.uu.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Aug 2004 20:46:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: freebsd-questions@freebsd.org To: freebsd-questions@freebsd.org From: bkhl@elektrubadur.se (=?iso-8859-1?q?Bj=F6rn_Lindstr=F6m?=) Date: Sun, 08 Aug 2004 20:46:47 +0200 Lines: 279 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: numerus.ling.uu.se Mail-Copies-To: never X-Home-Page: http://bkhl.elektrubadur.se/ User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:9YCSGgCNGH1Ldk5EZrVPip1BP3U= Sender: news cc: JJB Subject: Re: NAT trouble X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 18:46:56 -0000 --=-=-= "JJB" writes: > A new rewrite of the FreeBSD handbook firewall section is currently > being made ready for update to the handbook. You can get an > in-process copy from www.a1poweruser.com/FBSD_firewall/ > > For more help post complete contents of your rc.conf, ppp.conf, ipfw > rules, dmesg.boot, ppp.log, files along with description of how you > are connected to the public internet. Thanks you. Thanks to that page, I'm a bit closer to a solution, I think. I have arrived at the following ipfw.rules, based on the last example on that page: --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=ipfw.rules Content-Transfer-Encoding: base64 IyEvYmluL3NoCgojIEZsdXNoIG91dCB0aGUgbGlzdCBiZWZvcmUgd2UgYmVnaW4uCmlwZncgLXEg LWYgZmx1c2gKCiMgU2V0IHJ1bGVzIGNvbW1hbmQgcHJlZml4CmNtZD0iaXBmdyAtcSBhZGQiCnNr aXA9InNraXB0byA4MDAiCnBpZj0idHVuMCIgICAgICMgUHVibGljIGludGVyZmFjZQoKIyBObyBy ZXN0cmljdGlvbnMgb24gSW5zaWRlIExhbiBJbnRlcmZhY2UgZm9yIHByaXZhdGUgbmV0d29yawok Y21kIDAwNSBhbGxvdyBhbGwgZnJvbSBhbnkgdG8gYW55IHZpYSBlZDAKCiMgTm8gcmVzdHJpY3Rp b25zIG9uIExvb3BiYWNrIEludGVyZmFjZQokY21kIDAxMCBhbGxvdyBhbGwgZnJvbSBhbnkgdG8g YW55IHZpYSBsbzAKCiMgQ2hlY2sgaWYgcGFja2V0IGlzIGluYm91bmQgYW5kIE5BVCBhZGRyZXNz IGlmIGl0IGlzCiRjbWQgMDE0IGRpdmVydCBuYXRkIGlwIGZyb20gYW55IHRvIGFueSBpbiB2aWEg JHBpZgoKIyBBbGxvdyB0aGUgcGFja2V0IHRocm91Z2ggaWYgaXQgaGFzIHByZXZpb3VzIGJlZW4g YWRkZWQgdG8gdGhlCiMgdGhlICJkeW5hbWljIiBydWxlcyB0YWJsZSBieSBhIGFsbG93IGtlZXAt c3RhdGUgc3RhdGVtZW50LgokY21kIDAxNSBjaGVjay1zdGF0ZQoKCiMjCiMjIEludGVyZmFjZSBm YWNpbmcgUHVibGljIGludGVybmV0IChPdXRib3VuZCBTZWN0aW9uKQojIyBJbnRlcnJvZ2F0ZSBz ZXNzaW9uIHN0YXJ0IHJlcXVlc3RzIG9yaWdpbmF0aW5nIGZyb20gYmVoaW5kIHRoZQojIyBmaXJl d2FsbCBvbiB0aGUgcHJpdmF0ZSBuZXR3b3JrIG9yIGZyb20gdGhpcyBnYXRld2F5IHNlcnZlcgoj IyBkZXN0aW5lIGZvciB0aGUgcHVibGljIGludGVybmV0LgojIwoKIyBBbGxvdyBvdXQgYWNjZXNz IHRvIG15IElTUCdzIEROUy4KaT0wMjAKZm9yIG5hbWVzZXJ2ZXIgaW4gJChncmVwICdebmFtZXNl cnZlciAnIC9ldGMvcmVzb2x2LmNvbmYgfCBzZWQgJ3MvXm5hbWVzZXJ2ZXIgLy8nKTsgZG8KICAg ICRjbWQgJGkgJHNraXAgdGNwIGZyb20gYW55IHRvICRuYW1lc2VydmVyIDUzIG91dCB2aWEgJHBp ZiBzZXR1cCBrZWVwLXN0YXRlCgogICAgaT0kKCgkaSArIDEpKQogICAgJGNtZCAkaSAkc2tpcCB1 ZHAgZnJvbSBhbnkgdG8gJG5hbWVzZXJ2ZXIgNTMgb3V0IHZpYSAkcGlmIGtlZXAtc3RhdGUKCiAg ICBpPSQoKCRpICsgMSkpCiAgICBpZiBbICRpID0gMDM5IF07IHRoZW4KICAgICAgICBicmVhawog ICAgZmkKZG9uZQoKIyBBbGxvdyBvdXQgbm9uLXNlY3VyZSBzdGFuZGFyZCBXV1cgZnVuY3Rpb24K JGNtZCAwNDAgJHNraXAgdGNwIGZyb20gYW55IHRvIGFueSA4MCBvdXQgdmlhICRwaWYgc2V0dXAg a2VlcC1zdGF0ZQoKIyBBbGxvdyBvdXQgc2VjdXJlIFdXVyBmdW5jdGlvbiBIVFRQUyBvdmVyIFRM UyBTU0wKJGNtZCAwNTAgJHNraXAgdGNwIGZyb20gYW55IHRvIGFueSA0NDMgb3V0IHZpYSAkcGlm IHNldHVwIGtlZXAtc3RhdGUKCiMgQWxsb3cgb3V0IHNlbmQgJiBnZXQgZW1haWwgZnVuY3Rpb24K JGNtZCAwNjAgJHNraXAgdGNwIGZyb20gYW55IHRvIGFueSAyNSBvdXQgdmlhICRwaWYgc2V0dXAg a2VlcC1zdGF0ZQokY21kIDA2MSAkc2tpcCB0Y3AgZnJvbSBhbnkgdG8gYW55IDExMCBvdXQgdmlh ICRwaWYgc2V0dXAga2VlcC1zdGF0ZQoKIyBBbGxvdyBvdXQgRkJTRCAobWFrZSBpbnN0YWxsICYg Q1ZTVVApIGZ1bmN0aW9ucwojIEJhc2ljYWxseSBnaXZlIHVzZXIgcm9vdCAiR09EIiBwcml2aWxl Z2VzLgokY21kIDA3MCAkc2tpcCB0Y3AgZnJvbSBtZSB0byBhbnkgb3V0IHZpYSAkcGlmIHNldHVw IGtlZXAtc3RhdGUgdWlkIHJvb3QKCiMgQWxsb3cgb3V0IHBpbmcKJGNtZCAwODAgJHNraXAgaWNt cCBmcm9tIGFueSB0byBhbnkgb3V0IHZpYSAkcGlmIGtlZXAtc3RhdGUKCiMgQWxsb3cgb3V0IFRp bWUKJGNtZCAwOTAgJHNraXAgdGNwIGZyb20gYW55IHRvIGFueSAzNyBvdXQgdmlhICRwaWYgc2V0 dXAga2VlcC1zdGF0ZQoKIyBBbGxvdyBvdXQgTk5UUCBuZXdzCiRjbWQgMTAwICRza2lwIHRjcCBm cm9tIGFueSB0byBhbnkgMTE5IG91dCB2aWEgJHBpZiBzZXR1cCBrZWVwLXN0YXRlCgojIEFsbG93 IG91dCBzZWN1cmUgRlRQLCBUZWxuZXQsIGFuZCBTQ1AKIyBUaGlzIGZ1bmN0aW9uIGlzIHVzaW5n IFNTSCAoc2VjdXJlIHNoZWxsKQokY21kIDExMCAkc2tpcCB0Y3AgZnJvbSBhbnkgdG8gYW55IDIy IG91dCB2aWEgJHBpZiBzZXR1cCBrZWVwLXN0YXRlCgojIEFsbG93IG91dCB3aG9pcwokY21kIDEy MCAkc2tpcCB0Y3AgZnJvbSBhbnkgdG8gYW55IDQzIG91dCB2aWEgJHBpZiBzZXR1cCBrZWVwLXN0 YXRlCgojIEFsbG93IG91dCBudHAgdGltZSBzZXJ2ZXIKJGNtZCAxMzAgJHNraXAgdWRwIGZyb20g YW55IHRvIGFueSAxMjMgb3V0IHZpYSAkcGlmIGtlZXAtc3RhdGUKCgojIwojIyBJbnRlcmZhY2Ug ZmFjaW5nIFB1YmxpYyBpbnRlcm5ldCAoSW5ib3VuZCBTZWN0aW9uKQojIyBJbnRlcnJvZ2F0ZSBw YWNrZXRzIG9yaWdpbmF0aW5nIGZyb20gdGhlIHB1YmxpYyBpbnRlcm5ldAojIyBkZXN0aW5lIGZv ciB0aGlzIGdhdGV3YXkgc2VydmVyIG9yIHRoZSBwcml2YXRlIG5ldHdvcmsuCiMjCgojIERlbnkg YWxsIGluYm91bmQgdHJhZmZpYyBmcm9tIG5vbi1yb3V0YWJsZSByZXNlcnZlZCBhZGRyZXNzIHNw YWNlcwokY21kIDMwMCBkZW55IGFsbCBmcm9tIDE5Mi4xNjguMC4wLzE2ICB0byBhbnkgaW4gdmlh ICRwaWYgICNSRkMgMTkxOCBwcml2YXRlIElQCiRjbWQgMzAxIGRlbnkgYWxsIGZyb20gMTcyLjE2 LjAuMC8xMiAgIHRvIGFueSBpbiB2aWEgJHBpZiAgI1JGQyAxOTE4IHByaXZhdGUgSVAKJGNtZCAz MDIgZGVueSBhbGwgZnJvbSAxMC4wLjAuMC84ICAgICAgdG8gYW55IGluIHZpYSAkcGlmICAjUkZD IDE5MTggcHJpdmF0ZSBJUAokY21kIDMwMyBkZW55IGFsbCBmcm9tIDEyNy4wLjAuMC84ICAgICB0 byBhbnkgaW4gdmlhICRwaWYgICNsb29wYmFjawokY21kIDMwNCBkZW55IGFsbCBmcm9tIDAuMC4w LjAvOCAgICAgICB0byBhbnkgaW4gdmlhICRwaWYgICNsb29wYmFjawokY21kIDMwNSBkZW55IGFs bCBmcm9tIDE2OS4yNTQuMC4wLzE2ICB0byBhbnkgaW4gdmlhICRwaWYgICNESENQIGF1dG8tY29u ZmlnCiRjbWQgMzA2IGRlbnkgYWxsIGZyb20gMTkyLjAuMi4wLzI0ICAgIHRvIGFueSBpbiB2aWEg JHBpZiAgI3Jlc2VydmVkIGZvciBkb2MncwokY21kIDMwNyBkZW55IGFsbCBmcm9tIDIwNC4xNTIu NjQuMC8yMyB0byBhbnkgaW4gdmlhICRwaWYgICNTdW4gY2x1c3RlcgokY21kIDMwOCBkZW55IGFs bCBmcm9tIDIyNC4wLjAuMC8zICAgICB0byBhbnkgaW4gdmlhICRwaWYgICNDbGFzcyBEICYgRSBt dWx0aWNhc3QKCiMgRGVueSBpZGVudAokY21kIDMxNSBkZW55IHRjcCBmcm9tIGFueSB0byBhbnkg MTEzIGluIHZpYSAkcGlmCgojIERlbnkgYWxsIE5ldGJpb3Mgc2VydmljZS4gMTM3PW5hbWUsIDEz OD1kYXRhZ3JhbSwgMTM5PXNlc3Npb24KIyBOZXRiaW9zIGlzIE1TL1dpbmRvd3Mgc2hhcmluZyBz ZXJ2aWNlcy4KIyBCbG9jayBNUy9XaW5kb3dzIGhvc3RzMiBuYW1lIHNlcnZlciByZXF1ZXN0cyA4 MQokY21kIDMyMCBkZW55IHRjcCBmcm9tIGFueSB0byBhbnkgMTM3IGluIHZpYSAkcGlmCiRjbWQg MzIxIGRlbnkgdGNwIGZyb20gYW55IHRvIGFueSAxMzggaW4gdmlhICRwaWYKJGNtZCAzMjIgZGVu eSB0Y3AgZnJvbSBhbnkgdG8gYW55IDEzOSBpbiB2aWEgJHBpZgokY21kIDMyMyBkZW55IHRjcCBm cm9tIGFueSB0byBhbnkgODEgIGluIHZpYSAkcGlmCgojIERlbnkgYW55IGxhdGUgYXJyaXZpbmcg cGFja2V0cwokY21kIDMzMCBkZW55IGFsbCBmcm9tIGFueSB0byBhbnkgZnJhZyBpbiB2aWEgJHBp ZgoKIyBEZW55IEFDSyBwYWNrZXRzIHRoYXQgZGlkIG5vdCBtYXRjaCB0aGUgZHluYW1pYyBydWxl IHRhYmxlCiRjbWQgMzMyIGRlbnkgdGNwIGZyb20gYW55IHRvIGFueSBlc3RhYmxpc2hlZCBpbiB2 aWEgJHBpZgoKIyBBbGxvdyBpbiBzdGFuZGFyZCB3d3cgZnVuY3Rpb24gYmVjYXVzZSBJIGhhdmUg YXBhY2hlIHNlcnZlcgokY21kIDM3MCBhbGxvdyB0Y3AgZnJvbSBhbnkgdG8gbWUgODAgaW4gdmlh ICRwaWYgc2V0dXAgbGltaXQgc3JjLWFkZHIgMgoKIyBBbGxvdyBpbiBzZWN1cmUgRlRQLCBUZWxu ZXQsIGFuZCBTQ1AgZnJvbSBwdWJsaWMgSW50ZXJuZXQKJGNtZCAzODAgYWxsb3cgdGNwIGZyb20g YW55IHRvIG1lIDIyIGluIHZpYSAkcGlmIHNldHVwIGxpbWl0IHNyYy1hZGRyIDIKCiMgUmVqZWN0 ICYgTG9nIGFsbCB1bmF1dGhvcml6ZWQgaW5jb21pbmcgY29ubmVjdGlvbnMgZnJvbSB0aGUgcHVi bGljIGludGVybmV0CiRjbWQgNDAwIGRlbnkgbG9nIGFsbCBmcm9tIGFueSB0byBhbnkgaW4gdmlh ICRwaWYKCiMgUmVqZWN0ICYgTG9nIGFsbCB1bmF1dGhvcml6ZWQgb3V0IGdvaW5nIGNvbm5lY3Rp b25zIHRvIHRoZSBwdWJsaWMgaW50ZXJuZXQKJGNtZCA0NTAgZGVueSBsb2cgYWxsIGZyb20gYW55 IHRvIGFueSBvdXQgdmlhICRwaWYKCiMgVGhpcyBpcyBza2lwdG8gbG9jYXRpb24gZm9yIG91dGJv dW5kIHN0YXRlZnVsIHJ1bGVzCiRjbWQgODAwIGRpdmVydCBuYXRkIGlwIGZyb20gYW55IHRvIGFu eSBvdXQgdmlhICRwaWYKJGNtZCA4MDEgYWxsb3cgaXAgZnJvbSBhbnkgdG8gYW55CgojIEV2ZXJ5 dGhpbmcgZWxzZSBpcyBkZW5pZWQgYnkgZGVmYXVsdAojIGRlbnkgYW5kIGxvZyBhbGwgcGFja2V0 cyB0aGF0IGZlbGwgdGhyb3VnaCB0byBzZWUgd2hhdCB0aGV5IGFyZQokY21kIDk5OSBkZW55IGxv ZyBhbGwgZnJvbSBhbnkgdG8gYW55Cg== --=-=-= Here are the resulting output of 'ipfw list', for good measure: --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=ipfw.list Content-Transfer-Encoding: base64 MDAwMDUgYWxsb3cgaXAgZnJvbSBhbnkgdG8gYW55IHZpYSBlZDAKMDAwMTAgYWxsb3cgaXAgZnJv bSBhbnkgdG8gYW55IHZpYSBsbzAKMDAwMTQgZGl2ZXJ0IDg2NjggaXAgZnJvbSBhbnkgdG8gYW55 IGluIHJlY3YgdHVuMAowMDAxNSBjaGVjay1zdGF0ZQowMDAyMCBza2lwdG8gODAwIHRjcCBmcm9t IGFueSB0byAxOTUuNjcuMTk5LjEzIDUzIGtlZXAtc3RhdGUgb3V0IHhtaXQgdHVuMCBzZXR1cAow MDAyMSBza2lwdG8gODAwIHVkcCBmcm9tIGFueSB0byAxOTUuNjcuMTk5LjEzIDUzIGtlZXAtc3Rh dGUgb3V0IHhtaXQgdHVuMAowMDA0MCBza2lwdG8gODAwIHRjcCBmcm9tIGFueSB0byBhbnkgODAg a2VlcC1zdGF0ZSBvdXQgeG1pdCB0dW4wIHNldHVwCjAwMDUwIHNraXB0byA4MDAgdGNwIGZyb20g YW55IHRvIGFueSA0NDMga2VlcC1zdGF0ZSBvdXQgeG1pdCB0dW4wIHNldHVwCjAwMDYwIHNraXB0 byA4MDAgdGNwIGZyb20gYW55IHRvIGFueSAyNSBrZWVwLXN0YXRlIG91dCB4bWl0IHR1bjAgc2V0 dXAKMDAwNjEgc2tpcHRvIDgwMCB0Y3AgZnJvbSBhbnkgdG8gYW55IDExMCBrZWVwLXN0YXRlIG91 dCB4bWl0IHR1bjAgc2V0dXAKMDAwNzAgc2tpcHRvIDgwMCB0Y3AgZnJvbSBtZSB0byBhbnkgdWlk IHJvb3Qga2VlcC1zdGF0ZSBvdXQgeG1pdCB0dW4wIHNldHVwCjAwMDgwIHNraXB0byA4MDAgaWNt cCBmcm9tIGFueSB0byBhbnkga2VlcC1zdGF0ZSBvdXQgeG1pdCB0dW4wCjAwMDkwIHNraXB0byA4 MDAgdGNwIGZyb20gYW55IHRvIGFueSAzNyBrZWVwLXN0YXRlIG91dCB4bWl0IHR1bjAgc2V0dXAK MDAxMDAgc2tpcHRvIDgwMCB0Y3AgZnJvbSBhbnkgdG8gYW55IDExOSBrZWVwLXN0YXRlIG91dCB4 bWl0IHR1bjAgc2V0dXAKMDAxMTAgc2tpcHRvIDgwMCB0Y3AgZnJvbSBhbnkgdG8gYW55IDIyIGtl ZXAtc3RhdGUgb3V0IHhtaXQgdHVuMCBzZXR1cAowMDEyMCBza2lwdG8gODAwIHRjcCBmcm9tIGFu eSB0byBhbnkgNDMga2VlcC1zdGF0ZSBvdXQgeG1pdCB0dW4wIHNldHVwCjAwMTMwIHNraXB0byA4 MDAgdWRwIGZyb20gYW55IHRvIGFueSAxMjMga2VlcC1zdGF0ZSBvdXQgeG1pdCB0dW4wCjAwMzAw IGRlbnkgaXAgZnJvbSAxOTIuMTY4LjAuMC8xNiB0byBhbnkgaW4gcmVjdiB0dW4wCjAwMzAxIGRl bnkgaXAgZnJvbSAxNzIuMTYuMC4wLzEyIHRvIGFueSBpbiByZWN2IHR1bjAKMDAzMDIgZGVueSBp cCBmcm9tIDEwLjAuMC4wLzggdG8gYW55IGluIHJlY3YgdHVuMAowMDMwMyBkZW55IGlwIGZyb20g MTI3LjAuMC4wLzggdG8gYW55IGluIHJlY3YgdHVuMAowMDMwNCBkZW55IGlwIGZyb20gMC4wLjAu MC84IHRvIGFueSBpbiByZWN2IHR1bjAKMDAzMDUgZGVueSBpcCBmcm9tIDE2OS4yNTQuMC4wLzE2 IHRvIGFueSBpbiByZWN2IHR1bjAKMDAzMDYgZGVueSBpcCBmcm9tIDE5Mi4wLjIuMC8yNCB0byBh bnkgaW4gcmVjdiB0dW4wCjAwMzA3IGRlbnkgaXAgZnJvbSAyMDQuMTUyLjY0LjAvMjMgdG8gYW55 IGluIHJlY3YgdHVuMAowMDMwOCBkZW55IGlwIGZyb20gMjI0LjAuMC4wLzMgdG8gYW55IGluIHJl Y3YgdHVuMAowMDMxNSBkZW55IHRjcCBmcm9tIGFueSB0byBhbnkgMTEzIGluIHJlY3YgdHVuMAow MDMyMCBkZW55IHRjcCBmcm9tIGFueSB0byBhbnkgMTM3IGluIHJlY3YgdHVuMAowMDMyMSBkZW55 IHRjcCBmcm9tIGFueSB0byBhbnkgMTM4IGluIHJlY3YgdHVuMAowMDMyMiBkZW55IHRjcCBmcm9t IGFueSB0byBhbnkgMTM5IGluIHJlY3YgdHVuMAowMDMyMyBkZW55IHRjcCBmcm9tIGFueSB0byBh bnkgODEgaW4gcmVjdiB0dW4wCjAwMzMwIGRlbnkgaXAgZnJvbSBhbnkgdG8gYW55IGluIHJlY3Yg dHVuMCBmcmFnCjAwMzMyIGRlbnkgdGNwIGZyb20gYW55IHRvIGFueSBpbiByZWN2IHR1bjAgZXN0 YWJsaXNoZWQKMDAzNzAgYWxsb3cgdGNwIGZyb20gYW55IHRvIG1lIDgwIGxpbWl0IHNyYy1hZGRy IDIgaW4gcmVjdiB0dW4wIHNldHVwCjAwMzgwIGFsbG93IHRjcCBmcm9tIGFueSB0byBtZSAyMiBs aW1pdCBzcmMtYWRkciAyIGluIHJlY3YgdHVuMCBzZXR1cAowMDQwMCBkZW55IGxvZyBsb2dhbW91 bnQgNSBpcCBmcm9tIGFueSB0byBhbnkgaW4gcmVjdiB0dW4wCjAwNDUwIGRlbnkgbG9nIGxvZ2Ft b3VudCA1IGlwIGZyb20gYW55IHRvIGFueSBvdXQgeG1pdCB0dW4wCjAwODAwIGRpdmVydCA4NjY4 IGlwIGZyb20gYW55IHRvIGFueSBvdXQgeG1pdCB0dW4wCjAwODAxIGFsbG93IGlwIGZyb20gYW55 IHRvIGFueQowMDk5OSBkZW55IGxvZyBsb2dhbW91bnQgNSBpcCBmcm9tIGFueSB0byBhbnkKNjU1 MzUgZGVueSBpcCBmcm9tIGFueSB0byBhbnkK --=-=-= The only significant changes I've made are to how DNS is allowed. It would be nice to hear if those rules look ok. Now, what that is missing is examples on how to get NAT port forwarding working. I've been playing around with that, based on what I can figure out from the natd man page, with no success. Here are the rest of the relevant configuration/log files: --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=rc.conf kern_securelevel="2" kern_securelevel_enable="YES" keymap="swedish.iso" # Net hostname="calliope.dreaming" ifconfig_ed0="inet 192.168.0.1 netmask 255.255.255.0" gateway_enable="YES" # Net daemons sshd_enable="YES" sendmail_enable="NO" # Firewall firewall_enable="YES" firewall_script="/etc/ipfw.rules" firewall_logging="YES" # NAT natd_enable="YES" natd_interface="tun0" natd_flags="-f /etc/natd.conf" # PPP ppp_enable="YES" ppp_mode="ddial" ppp_profile="tiscali" # NFS nfs_client_enable="YES" nfs_reserved_port_only="YES" portmap_enable="YES" # NIS nisdomainname="dreaming-nis" nis_server_enable="YES" nis_yppasswdd_enable="YES" nis_client_enable="YES" nis_client_flags="-S dreaming-nis,calliope.dreaming" --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=ppp.conf default: set log Phase tun command set ifaddr 10.0.0.1/0 10.0.0.2/0 tiscali: set device PPPoE:rl0 set authname bkhl@tiscali.se set authkey tatmero enable dns resolv rewrite set dial set login add default HISADDR --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=ppp.log Content-Transfer-Encoding: base64 QXVnICA4IDIwOjQyOjQ3IGNhbGxpb3BlIHBwcFs1NF06IHR1bjA6IFBoYXNlOiBkZWZsaW5rOiBJ UFY2Q1AgcHJvdG9jb2wgcmVqZWN0IGNsb3NlcyBJUFY2Q1AgISAKQXVnICA4IDIwOjQyOjQ3IGNh bGxpb3BlIHBwcFs1NF06IHR1bjA6IFBoYXNlOiBkZWZsaW5rOiBJUFY2Q1AgcHJvdG9jb2wgcmVq ZWN0IGNsb3NlcyBJUFY2Q1AgISAKQXVnICA4IDIwOjQyOjQ3IGNhbGxpb3BlIHBwcFs1NF06IHR1 bjA6IENvbW1hbmQ6IHRpc2NhbGk6ICFiZyAvdXNyL2xvY2FsL3NiaW4vZGRjbGllbnQgLWRhZW1v bj0wIApBdWcgIDggMjA6NDI6NTAgY2FsbGlvcGUgcHBwWzU0XTogdHVuMDogUGhhc2U6IGRlZmxp bms6IElQVjZDUCBwcm90b2NvbCByZWplY3QgY2xvc2VzIElQVjZDUCAhIApBdWcgIDggMjA6NDI6 NTkgY2FsbGlvcGUgbGFzdCBtZXNzYWdlIHJlcGVhdGVkIDMgdGltZXMK --=-=-= And here's the natd.conf file. Hopefully you can give me some pointers on what's wrong with my port forwarding attempts from there. --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=natd.conf dynamic yes same_ports yes use_sockets yes redirect_port tcp 192.168.0.2:15000 15000 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit (I couldn't locate any dmesg.boot file.) Thanks for all your help, Björn --=-=-=-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 19:38:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9253D16A4CE for ; Sun, 8 Aug 2004 19:38:02 +0000 (GMT) Received: from moya.lambermont.dyndns.org (e165253.upc-e.chello.nl [213.93.165.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id D265143D45 for ; Sun, 8 Aug 2004 19:38:01 +0000 (GMT) (envelope-from hans@lambermont.dyndns.org) Received: from localhost (localhost [127.0.0.1]) by moya.lambermont.dyndns.org (Postfix) with ESMTP id 27A9C3640A; Sun, 8 Aug 2004 21:38:00 +0200 (CEST) Received: from moya.lambermont.dyndns.org ([127.0.0.1])port 10024) with ESMTP id 18281-07; Sun, 8 Aug 2004 21:37:59 +0200 (CEST) Received: by moya.lambermont.dyndns.org (Postfix, from userid 1001) id CEABE36409; Sun, 8 Aug 2004 21:37:59 +0200 (CEST) Date: Sun, 8 Aug 2004 21:37:59 +0200 To: freebsd-questions@freebsd.org Message-ID: <20040808193759.GA7359@moya.lambermont.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i From: hans@lambermont.dyndns.org (Hans Lambermont) X-Virus-Scanned: by amavisd-new-20030616.p5 at lambermont.dyndns.org cc: Jip Subject: Dynalink tablet (AceCad) pointer initialization problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 19:38:02 -0000 Hi, I have a serial Dynalink pen tablet (which in fact is an AceCad tablet), with initialization problems. I must change my XFree86-4 XF86Config to Option "Protocol" "Auto" then start X, try the pen and wait for /var/log/XFree86.0.log to report (II) Mouse autoprobe: selecting MMSeries protocol Then I can exit X, switch the protocol "Auto" in XF86Config back into Option "Protocol" "MMSeries" start X again and all is fine. Until the next reboot that is. If I do not use this trick to get things right the pointer immediately goes to the upper left corner and stays there. The buttons all work OK. This is on 5.2.1-RELEASE, with XFree86-4.3.0,1 (and XFree86-Server-4.3.0_14 , XFree86-clients-4.3.0_8 , XFree86-libraries-4.3.0_7) The relevant XF86Config sections are: Section "InputDevice" Identifier "Pen1" Driver "mouse" Option "Protocol" "MMSeries" # Option "Protocol" "Auto" Option "Device" "/dev/cuaa1" Option "BaudRate" "9600" Option "FlowControl" "None" EndSection and Section "ServerLayout" ... InputDevice "Pen1" "AlwaysCore" ... EndSection Adding things like Option "Vmin" "1" Option "Vtime" "0" Option "Parity" "Odd" Option "DataBits" "8" Option "StopBits" "1" or Option "Parity" "None" Option "DataBits" "8" Option "StopBits" "2" to the InputDevice section does not help in initializing the tablet. I also modified rc.d/serial to set cuaia1 and cuala1 to 9600 baud (copying the mouse example of 1200 baud) but this does not help. I have no idea what to try next. Anyone ? regards, Hans Lambermont -- http://lambermont.webhop.org/ () ASCII-ribbon campaign against vCards, /\ HTML-mail and proprietary formats. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 19:56:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F36416A4CE for ; Sun, 8 Aug 2004 19:56:35 +0000 (GMT) Received: from postman.arcor.de (postman2.arcor-online.net [151.189.20.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 206A243D48 for ; Sun, 8 Aug 2004 19:56:34 +0000 (GMT) (envelope-from alamar@alamar.org) Received: from stronghold.seifert.lan (pD9E54F0E.dip.t-dialin.net [217.229.79.14]) (authenticated bits=0)i78JuUVL001988 for ; Sun, 8 Aug 2004 21:56:32 +0200 (MEST) Received: from nirvana.seifert.lan ([192.168.0.130]) by stronghold.seifert.lan with smtp (Exim 3.36 #1 (Debian)) id 1BttmP-0006Nc-00 for ; Sun, 08 Aug 2004 21:56:29 +0200 Date: Sun, 8 Aug 2004 21:56:29 +0200 From: "Julian D. Seifert" To: freebsd-questions@freebsd.org Message-Id: <20040808215629.5010f6b0@nirvana.seifert.lan> In-Reply-To: <20040808101653.3C1B.GERARD-SEIBERT@rcn.com> References: <20040808101653.3C1B.GERARD-SEIBERT@rcn.com> Organization: seifert X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Sun__8_Aug_2004_21_56_29_+0200_3__l.voUEETYbLfm" Subject: Re: make command to fetch a new index X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 19:56:35 -0000 --Signature=_Sun__8_Aug_2004_21_56_29_+0200_3__l.voUEETYbLfm Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sun, 08 Aug 2004 10:23:29 -0400 Gerard Seibert wrote: > I thought I saw a tip in this newsgroup awhile ago about using 'make' > to fetch a fresh copy of the index file. I cannot remember what the > exact syntax was for the command. I thought it was 'make fetch_index', > however that does not work correctly. Would someone be so kind as to > refresh my memory on this? > > Thanks! > > Gerard E. Seibert > gerard-seibert@rcn.com > > I never make mistakes. I thought I did once, but I was wrong. > > Anonymous > > > _______________________________________________ > 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" sometimes grep is very helpfull ;) cd /usr/ports/ && grep -ie fetch Makefile -- Every rule has an exception, except the rule of exceptions. gpg fingerprint: 9C05 DC4C EB33 627F 13F9 98FF D651 8413 1279 7C75 --Signature=_Sun__8_Aug_2004_21_56_29_+0200_3__l.voUEETYbLfm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iQCVAwUBQRaFc9ZRhBMSeXx1AQIOtQP/aEO5T+iAjXHHJ3vkn7w3qCO+e7gByJ6W FUiHRlY5EwtPLHfFk5xPu8DKMJYSwZukWyjC9Y4ChtDZy4dfyTA/5Zj9yFk/ZY4O v59LDKHD28lokxIZ/zkZleIA6W/MPQsC2dn05q6aoGWWQ/juI+ZPKsaws1Tbv0RI rghRFPdcNkk= =PxEv -----END PGP SIGNATURE----- --Signature=_Sun__8_Aug_2004_21_56_29_+0200_3__l.voUEETYbLfm-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 20:38:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DE6716A4CE for ; Sun, 8 Aug 2004 20:38:45 +0000 (GMT) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDFC43D2D for ; Sun, 8 Aug 2004 20:38:44 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta13.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040808203844.PCVY28609.mta13.adelphia.net@barbish>; Sun, 8 Aug 2004 16:38:44 -0400 From: "JJB" To: , Date: Sun, 8 Aug 2004 16:38:43 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <200408081410.44127.mailist@whoweb.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: IPFW/NATD Transparent Proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 20:38:45 -0000 A new rewrite of the FreeBSD handbook firewall section is currently being made ready for update to the handbook. You can get an in-process copy from www.a1poweruser.com/FBSD_firewall/ >From what you posted looks like you want public internet users to access web server on one of your LAN machines. Both ipfw and ipfilter does this normally with port redirect. You need to post more info about your system config. Post the full contents of your rc.conf and firewall rules files. The limit you write about ipfilter is not true. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of mailist@whoweb.com Sent: Sunday, August 08, 2004 2:11 PM To: freebsd-questions@freebsd.org Subject: IPFW/NATD Transparent Proxy Anyone up for a challenge? I've come to the conclusion that IPFW/NATD cannot support transparent proxying with ONLY stateful rules. I'd like to hear from anyone who has been successful doing so in case I'm missing something. Configuration is: FreeBSD 5.2.1 3 - NICS (de0, de1, de2) de1 = Public IP = 1.2.3.4 de2 = LAN1 = 192.168.1.0 de3 = LAN2 = 192.168.2.0 The challenge: 1) TCP request from 192.168.1.247 to 1.2.3.4:80 2) Redirect 1.2.3.4:80 to 192.168.2.250:80 3) Use stateful rules On another note, I read somewhere on the Internet that IPFILTER has a limitation in that it cannot redirect a public destination to a private destination if the source machine is on the same subnet as the redirected destination. In other words, the following supposedly will not work: 1) A tcp request from 192.168.1.247 to 1.2.3.4:80 2) Redirect 1.2.3.4:80 to 192.168.1.100:80 Is this an accurate limitation of IPFILTER? J _______________________________________________ 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 8 21:34:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C24516A4CE for ; Sun, 8 Aug 2004 21:34:05 +0000 (GMT) Received: from smtp.prodigy.net.mx (nlpproxy02.prodigy.net.mx [148.235.52.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id E734743D49 for ; Sun, 8 Aug 2004 21:34:04 +0000 (GMT) (envelope-from renito73@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy02 [148.235.52.22]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I25002TJD8LKX@smtp.prodigy.net.mx>; Sun, 08 Aug 2004 16:33:57 -0500 (CDT) Received: from dup-200-64-114-241.prodigy.net.mx (du-200-64-114-241.prodigy.net.mx [200.64.114.241])(built Sep 8 2003)) with ESMTP id <0I25000HED8JJT@smtp.prodigy.net.mx>; Sun, 08 Aug 2004 16:33:57 -0500 (CDT) Date: Sun, 08 Aug 2004 16:45:24 -0500 From: Miguel Cardenas In-reply-to: <20040808122451.B98554@gaff.hhhr.ision.net> To: freebsd-questions@freebsd.org Message-id: <200408081645.25350.renito73@prodigy.net.mx> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.6.2 X-imss-version: 2.5 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:16 M:2 S:5 R:5 X-imss-settings: Baseline:3 C:2 M:2 S:2 R:2 (0.5000 1.0000) References: <000501c47cf9$7a457610$0200a8c0@satellite> <20040808122451.B98554@gaff.hhhr.ision.net> cc: dave cc: Olaf Hoyer Subject: Re: burning mp3's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: renito73@prodigy.net.mx List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 21:34:05 -0000 > > Simple question probably, i want to burn about 690 mb of mp3's to > > disk. To date i've only used cdrecord to make either audio .wav disks or > > data disks, make an iso, then burn that iso to disk. I'm wondering if > > there's a howto on mp3 burning? > > Do you want to burn them as .mp3, so that any application like xmms or > winamp can play them? Then its simply mkisofs/cdrecord, as you already > know. When you want to listen to them in an ordinary CD-Player, well, > you need to convert the mp3 to .wav format first, then burn an audio CD. There are some mp3 players like a 'discman' that are able to play mp3 music (plus normal CDs and VCDs)... I guess it was the question, not to burn an ISO with mp3 files or convert mp3 music to wav/44100:16:stereo format... I've never tried one of those players of CDs with mp3... but anyway, I'd like to ask... Is there a format specific to burn CDs with mp3 that are playable by such devices? or it is a normal and simple ISO with mp3 files together maybe in a single "root" directory? Thanks and sorry for the question instead an answer :D Regards. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 21:43:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E302516A4CE for ; Sun, 8 Aug 2004 21:43:53 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9287143D2F for ; Sun, 8 Aug 2004 21:43:53 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id D5C9969A71; Sun, 8 Aug 2004 17:43:51 -0400 (EDT) Date: Sun, 8 Aug 2004 17:43:50 -0400 From: Bill Moran To: Ryan Message-Id: <20040808174350.58aaae60.wmoran@potentialtech.com> In-Reply-To: <001601c47d68$ddd7e180$94d34c18@potlavj0m8twaq> References: <001601c47d68$ddd7e180$94d34c18@potlavj0m8twaq> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: 4.10-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 21:43:54 -0000 Please wrap you lines around 72 chars ... I've fixed the formatting this time. Ryan wrote: > Needing some help here, > > I'm experincing compatibility issues with Perl and trying > to reinstall ports/src but Sysinstall has tryed alot of ftp mirrors even > the main one and it says "Warning: Can't find the `4.0-STABLE` > distribution on this FTP server. That's because there is no 4.0-STABLE distribution. > I cant download anything under Distribtutions in Sysinstall. Is this > a unrelated issue or is there more to this then i know of.. I went to > 4.0-Stable, cause its the latest 4.X branch distro. > > Perl: What ever i do, perl5.8/perl5 always builds as a incomplete > broken distro with one test failing with Taint.. No idea what it is, > but planing on reading it source code. When you use sysinstall, got to configure, then options, and set the "Release Nmae" to 4.10-RELEASE. Packages are only built for releases, not the -STABLE branch. 4.10-STABLE is similar enough to 4.10-RELEASE that the packages should work. If they don't, install from ports instead of packages. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 22:20:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B44A116A4CF for ; Sun, 8 Aug 2004 22:20:28 +0000 (GMT) Received: from ybbsmtp04.mail.yahoo.co.jp (ybbsmtp04.mail.yahoo.co.jp [210.81.151.172]) by mx1.FreeBSD.org (Postfix) with SMTP id 9205343D41 for ; Sun, 8 Aug 2004 22:20:27 +0000 (GMT) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by ybbsmtp04.mail.yahoo.co.jp with SMTP; 8 Aug 2004 22:20:26 -0000 X-Apparently-From: Received: from hydra.near.this (hydra.near.this [10.0.3.20]) by gorgon.near.this (Postfix) with ESMTP id 424537F24; Mon, 9 Aug 2004 07:20:19 +0900 (JST) Received: by hydra.near.this (Postfix, from userid 100) id DB9599826; Mon, 9 Aug 2004 07:20:17 +0900 (JST) Date: Mon, 9 Aug 2004 07:20:17 +0900 From: horio shoichi To: "Hakim Z. Singhji" In-Reply-To: <4116489D.2010905@earthlink.net> References: <411318A8.4080100@earthlink.net> <20040806161222.O275@grond.sourballs.org> <4115842C.2090907@earthlink.net> <20040808072043.S10021@grond.sourballs.org> <4116489D.2010905@earthlink.net> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20040808.222017.0044ba5c0a5e67e2.10.0.3.20@bugsgrief.net> cc: questions@freebsd.org cc: David Fleck Subject: Re: Help Debugging Kshell Script??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 22:20:28 -0000 On Sun, 08 Aug 2004 11:37:01 -0400 "Hakim Z. Singhji" wrote: > do > # Use the bc utility in a here document to calculate the percentage of > # free and used swap space > > PERCENT_USED=$(bc < scale=4 > ($SW_USED / $SW_TOTAL) * 100 > EOF > ) > > PERCENT_FREE=$(bc < scale=4 > ($SW_FREE / $SW_TOTAL) * 100 > EOF > ) > ########################################################################## Which ksh are you running (/usr/local/bin/ksh{,93)) ? If you are really new to this sort of things, test them interactively with 'set -ux' options. horio shoichi BTW., it gave me a thing like this on 4.9-STABLE with /usr/local/bin/ksh. % ksh $ SW_USED=1 $ SW_TOTAL=3 $ PERCENT_USED=$(bc < scale=4 > ($SW_USED / $SW_TOTAL) * 100 > EOF > ) $ echo $PERCENT_USED 33.3300 $ ^D % From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 22:42:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD24A16A53D for ; Sun, 8 Aug 2004 22:42:15 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC7D043D55 for ; Sun, 8 Aug 2004 22:42:14 +0000 (GMT) (envelope-from mailist@whoweb.com) Received: from h000092a708fc.ne.client2.attbi.com ([24.131.157.19]) by comcast.net (sccrmhc13) with SMTP id <2004080822421301600t7n9ue>; Sun, 8 Aug 2004 22:42:14 +0000 From: mailist@whoweb.com To: Date: Sun, 8 Aug 2004 18:43:21 -0400 User-Agent: KMail/1.5.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408081843.21513.mailist@whoweb.com> Subject: Re: IPFW/NATD Transparent Proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 22:42:17 -0000 On Sunday 08 August 2004 04:38 pm, JJB wrote: > A new rewrite of the FreeBSD handbook firewall section is currently > being made ready for update to the handbook. You can get an > in-process copy from www.a1poweruser.com/FBSD_firewall/ The firewall rewrite only deals with a single public nic and a single internal nic and does not have the information I require. > From what you posted looks like you want public internet users to > access web server on one of your LAN machines. Both ipfw and > ipfilter does this normally with port redirect. No, I want a user on 192.168.1.247 to be redirected to 192.168.2.250:80 when they request 1.2.3.4:80, where 1.2.3.4 is a PUBLIC ip number on the FreeBSD internet gateway. Again, the configuration is de0 = PUBLIC IP = 1.2.3.4 de1 = 192.168.1.1 de2 = 192.168.2.1 I don't have a problem with incoming requests for 1.2.3.4:80 from the Internet being redirected to 192.168.2.250. That works fine. But I want someone on 192.168.1.247 to ALSO be redirected to 192.168.2.250:80 when they request the public address 1.2.3.4:80. Put another way, I have a FreeBSD server acting as a Router/Firewall. It has a public interface with an IP number of 1.2.3.4 and is assigned the DNS name www.ishouldhaveusedipfilter.com. It also has a second NIC that supports a private address space of 192.168.1.0/255.255.255.0 and a third NIC that supports a private address space of 192.168.2.0/255.255.255.0 When someone from the Internet tries to reach www.ishouldhaveusedipfilter.com they get redirected to 192.168.2.250 because I've included a redirect_port rule for NATD. This works fine. But, users on all private networks (I have two, but there could be 20) also need to be redirected to 192.168.2.250 when they try to go to www.ishouldhaveusedipfilter.com So the user sitting at 192.168.1.247 shouldn't have to worry about putting in the IP number of the company web server, they should just be able to put in the company domain name (www.ishouldhaveusedipfilter.com) and be redirected to 192.168.2.250 just like anyone coming from the outside. > You need to post > more info about your system config. > Post the full contents of your rc.conf and firewall rules files. My rc.conf file is properly configured and has no bearing on my question. My gateway works fine from public to private IP space and private to public IP space. I've tried so many combination of rules and NATD options that I wouldn't know what to post. What I need is someone who has completed a similar configuration to send me their configuration (change the IP numbers if you like). From what I can see, I don't believe this is possible with stateful rules. Let me add that I've been successful with stateless rules, but I'd like to use 100% stateful if possible. > > The limit you write about ipfilter is not true. > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of > mailist@whoweb.com > Sent: Sunday, August 08, 2004 2:11 PM > To: freebsd-questions@freebsd.org > Subject: IPFW/NATD Transparent Proxy > > > Anyone up for a challenge? > > I've come to the conclusion that IPFW/NATD cannot support > transparent > proxying with ONLY stateful rules. I'd like to hear from anyone who > has > been successful doing so in case I'm missing something. > > Configuration is: > FreeBSD 5.2.1 > 3 - NICS (de0, de1, de2) > de1 = Public IP = 1.2.3.4 > de2 = LAN1 = 192.168.1.0 > de3 = LAN2 = 192.168.2.0 > > The challenge: > 1) TCP request from 192.168.1.247 to 1.2.3.4:80 > 2) Redirect 1.2.3.4:80 to 192.168.2.250:80 > 3) Use stateful rules > > On another note, I read somewhere on the Internet that IPFILTER has > a > limitation in that it cannot redirect a public destination to a > private > destination if the source machine is on the same subnet as the > redirected > destination. In other words, the following supposedly will not > work: > 1) A tcp request from 192.168.1.247 to 1.2.3.4:80 > 2) Redirect 1.2.3.4:80 to 192.168.1.100:80 > > Is this an accurate limitation of IPFILTER? > > > > J > > _______________________________________________ > 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 8 22:49:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F1BD16A4CE for ; Sun, 8 Aug 2004 22:49:09 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A338A43D2D for ; Sun, 8 Aug 2004 22:49:08 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id D149B6292; Sun, 8 Aug 2004 17:49:07 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 58754-08; Sun, 8 Aug 2004 17:49:05 -0500 (CDT) Received: from [198.92.228.34] (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id C7AA5627C; Sun, 8 Aug 2004 17:49:03 -0500 (CDT) Message-ID: <4116ADDE.5090508@makeworld.com> Date: Sun, 08 Aug 2004 17:49:02 -0500 From: Chris User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040801) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <002501c47d5d$111759b0$6401a8c0@Nomad> In-Reply-To: <002501c47d5d$111759b0$6401a8c0@Nomad> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at makeworld.com - Isn't it ironic cc: 'Mike Bruce' Subject: Re: Hacker Scans - Advice requested X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 22:49:09 -0000 Eric Crist wrote: >>-----Original Message----- >>From: Mike Bruce [mailto:mgb@orion.org.uk] >>Sent: Sunday, August 08, 2004 7:32 AM >>To: 'Eric Crist' >>Subject: RE: Hacker Scans - Advice requested >> >> >>Many thanks Eric >> >>I've looked through the documentation and it is not entirely >>clear how to do this, but at least I have a starting point. >> >>Mike > > > Mike, > > If you checkout the user manual on the FreeBSD website, you should find > an entire section on setting up a firewall. From there, you just need > to create a coule of rules to block/accept the ip blocks that you want. > Pretty simple process. Start with the user documentation on the site, > and we can help you from there. > > Eric F Crist > > > _______________________________________________ > 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" > > Something like this: # Allow in SFTP, SSH, and SCP from Internet ${fwcmd} add 090 pass log tcp from 123.123.123.123/xx to ${ip} 22 setup limit src-addr 4 -- Best regards, Chris From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 22:54:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 308CA16A4CE for ; Sun, 8 Aug 2004 22:54:33 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id B218B43D1D for ; Sun, 8 Aug 2004 22:54:32 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i78MsQiH003311; Sun, 8 Aug 2004 17:54:26 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" To: , Date: Sun, 8 Aug 2004 17:30:50 -0500 Message-ID: <006701c47d97$5e6f6970$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <200408081843.21513.mailist@whoweb.com> Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean Subject: RE: IPFW/NATD Transparent Proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 22:54:33 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > mailist@whoweb.com > Sent: Sunday, August 08, 2004 5:43 PM > To: freebsd-questions@freebsd.org > Subject: Re: IPFW/NATD Transparent Proxy > > > > On Sunday 08 August 2004 04:38 pm, JJB wrote: > > A new rewrite of the FreeBSD handbook firewall section is currently > > being made ready for update to the handbook. You can get an > in-process > > copy from www.a1poweruser.com/FBSD_firewall/ > > The firewall rewrite only deals with a single public nic and > a single internal nic and does not have the information I require. > > > From what you posted looks like you want public internet users to > > access web server on one of your LAN machines. Both ipfw > and ipfilter > > does this normally with port redirect. > > No, I want a user on 192.168.1.247 to be redirected to > 192.168.2.250:80 when > they request 1.2.3.4:80, where 1.2.3.4 is a PUBLIC ip number > on the FreeBSD > internet gateway. Again, the configuration is > de0 = PUBLIC IP = 1.2.3.4 > de1 = 192.168.1.1 > de2 = 192.168.2.1 > > I don't have a problem with incoming requests for 1.2.3.4:80 > from the Internet > being redirected to 192.168.2.250. That works fine. But I > want someone on > 192.168.1.247 to ALSO be redirected to 192.168.2.250:80 when > they request the > public address 1.2.3.4:80. > Could you send us (or me, peronally) your firewall script, and the address you want to use? Thanks. Eric F Crist From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 23:10:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C06116A4CE for ; Sun, 8 Aug 2004 23:10:24 +0000 (GMT) Received: from hotmail.com (bay12-f3.bay12.hotmail.com [64.4.35.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10A0343D2F for ; Sun, 8 Aug 2004 23:10:24 +0000 (GMT) (envelope-from peter_barton_bsd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 8 Aug 2004 16:10:23 -0700 Received: from 24.8.138.224 by by12fd.bay12.hotmail.msn.com with HTTP; Sun, 08 Aug 2004 23:10:23 GMT X-Originating-IP: [24.8.138.224] X-Originating-Email: [peter_barton_bsd@hotmail.com] X-Sender: peter_barton_bsd@hotmail.com From: "Peter Barton" To: freebsd-questions@freebsd.org Date: Sun, 08 Aug 2004 16:10:23 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 08 Aug 2004 23:10:23.0968 (UTC) FILETIME=[E2624E00:01C47D9C] Subject: DHCP help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 23:10:24 -0000 Hello - I have been struggling with my DHCP connection for quite some time and even though my interent search yielded some information that I used, the whole thing still won't work. My problem is that my dhclient never finds any DHCP servers on the Comcast network. The default dhclient that came with the installation simply times out, the other one that I 'make installed' according to the info posted at http://networking.ringofsaturn.com.Unix/ipnatdfirewall.php keeps complaining about my subnet(s). I would greatly appreciate any help, I have spent a lot of time on this without any luck. Thanks, Peter Here's my rc.conf------------------------------------ # -- sysinstall generated deltas -- # Sat Jul 17 06:31:46 2004 # Created: Sat Jul 17 06:31:46 2004 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. linux_enable="YES" moused_enable="YES" usbd_enable="YES" natd_enable="YES" natd_flags="-s -u -m" firewall_enable="YES" firewall_quiet="NO" firewall_logging_enable="YES" firewal_type="open" gateway_enable="YES" ifconfig_rl0="inet 192.168.254.1 up netmask 255.255.255.0" ifconfig_rl1="DHCP" #defaultrouter="192.168.1.1" hostname="bsd.peterbohm.com" Here's my dmesg.boot------------------------------------ Copyright (c) 1992-2003 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 5.1-RELEASE #0: Sun Aug 8 13:47:14 MDT 2004 root@bsd.peterbohm.com:/usr/src/sys/i386/compile/RIPPER Preloaded elf kernel "/boot/kernel/kernel" at 0xc068f000. Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 448054907 Hz CPU: Pentium III/Pentium III Xeon/Celeron (448.05-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383f9ff real memory = 134217728 (128 MB) avail memory = 123297792 (117 MB) Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface pcibios: BIOS version 2.10 Using $PIR table, 9 entries at 0xc00edd10 pcib0: at pcibus 0 on motherboard pci0: on pcib0 agp0: mem 0x44000000-0x47ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) rl0: port 0x2400-0x24ff mem 0x41100000-0x411000ff irq 11 at device 15.0 on pci0 rl0: Realtek 8139B detected. Warning, this may be unstable in autoselect mode rl0: Ethernet address: 00:50:22:e3:b5:9d miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl1: port 0x2800-0x28ff mem 0x41200000-0x412000ff irq 11 at device 16.0 on pci0 rl1: Realtek 8139B detected. Warning, this may be unstable in autoselect mode rl1: Ethernet address: 00:50:22:e3:b4:76 miibus1: on rl1 rlphy1: on miibus1 rlphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isab0: at device 20.0 on pci0 isa0: on isab0 atapci0: port 0x2020-0x202f at device 20.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x2000-0x201f irq 11 at device 20.2 on pci0 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 pci0: at device 20.3 (no driver attached) orm0: : Confirm command, used in response to subscription requests in some ca= ses. This command isn't standalone, it must be used only in response to a request by Minimalist. mode : Set mode for specified user on specified list. Allowed only for administrator. Mode can be (without quotes): * 'reader' - read-only access to the list for the user; * 'writer' - user can post messages to the list regardless of list'= s status * 'usual' - clear any two above mentioned modes * 'suspend' - suspend user subscription * 'resume' - resume previously suspended permission * 'maxsize ' - set maximum size (in bytes) of messages, which user wants to receive * 'reset' - clear all modes for specified user suspend : Stop receiving of messages from specified mailing list resume : Restore receiving of messages from specified mailing list maxsize : Set maximum size (in bytes) of messages, which user wants to receive which [] : Return list of lists to which user is subscribed info [] : Request information about all existing lists or about who : Return the list of users subscribed to help : This message Note, that commands with , 'who' and 'mode' can only be used by administrators (users identified in the 'mailfrom' authentication scheme = or who used a correct password - either global or local). Otherwise command = will be ignored. Password must be supplied in the first line of the message bo= dy in the following format: *password: list_password followed by any number of empty rows. This line, of course, will be remov= ed from the message before sending message to subscribers. --=20 Sincerely, the Minimalist From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 03:25:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62A8616A4CE for ; Mon, 9 Aug 2004 03:25:59 +0000 (GMT) Received: from c3po.servilla.com (c3po.servilla.com [69.44.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA2E43D48 for ; Mon, 9 Aug 2004 03:25:59 +0000 (GMT) (envelope-from sean@rackoperations.com) Received: from 67-42-28-34.slkc.qwest.net ([67.42.28.34] helo=[192.168.0.26]) by c3po.servilla.com with asmtp (Exim 4.34) id 1Bu0nK-0006VV-Ka; Sun, 08 Aug 2004 22:25:55 -0500 Message-ID: <4116EF11.4040000@rackoperations.com> Date: Sun, 08 Aug 2004 21:27:13 -0600 From: Sean Countryman User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ashadul hoque References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - c3po.servilla.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - rackoperations.com X-Source: X-Source-Args: X-Source-Dir: cc: freebsd-questions@freebsd.org Subject: Re: Wait 15 seconds for SCSI to settle X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 03:25:59 -0000 The bad news: Recompile your kernel The good news: Just change this line: options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI You really just need to eliminate anything (the DEVICE lines) that is not needed across the whole config file. Read the LINT file for a full list of all available options If you don't know how to recompile your kernel, it's actually pretty straightforward, just repost to the list and I (and probably many others) will be willing to help you out. - Sean ashadul hoque wrote: >Hello everyone, > >I have installed FreeBSD5.2.1-RELEASE on Vmware. > >When booting I am seeing the message "Wait 15 seconds for SCSI to settle". > >The problem is I am not using any SCSI device on my virtual machine. I >tried "sysctl kern.cam.scsi_delay=100" but no improvement. > >Can anyone give me pointer on how to reduce boot time by reducing the >delay. >I want to squeeze maximum performance out of this setting. So, any pointer >to the right direction will be appreciated. > > >regards >Ashadul >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 03:27:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA3B16A4CE for ; Mon, 9 Aug 2004 03:27:15 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89AD043D39 for ; Mon, 9 Aug 2004 03:27:15 +0000 (GMT) (envelope-from mailist@whoweb.com) Received: from h000092a708fc.ne.client2.attbi.com ([24.131.157.19]) by comcast.net (rwcrmhc13) with SMTP id <2004080903271401500nqq7ne>; Mon, 9 Aug 2004 03:27:14 +0000 From: mailist@whoweb.com To: "Eric Crist" , Date: Sun, 8 Aug 2004 23:28:21 -0400 User-Agent: KMail/1.5.4 References: <006701c47d97$5e6f6970$6401a8c0@Nomad> In-Reply-To: <006701c47d97$5e6f6970$6401a8c0@Nomad> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408082328.21281.mailist@whoweb.com> Subject: Re: IPFW/NATD Transparent Proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 03:27:15 -0000 de0 = 1.2.3.4 (make up any valid public ip) (mydomain.com) de1 = 192.168.1.1 de2 = 192.168.2.1 When 192.168.1.247 requests a web page from MYDOMAIN.COM the request needs to be forwarded to 192.168.2.250:80 In the ruleset below, 15100 is required for this to work. If I pull out 15100 I get no response from the web page because there is no rule to allow 1.2.3.4 back out to 192.168.1.247. I can't find a solution that does not require an explicit rule to allow 1.2.3.4 back out to 192.168.1.247. In other words, I can't find a set of rules that allows dynamic setup of 192.168.1.247:???? <-> 1.2.3.4:80 192.168.1.247:???? <-> 192.168.2.250:80 I hope this information helps. Thanks in advance for pointing me in the right direction. IPFW RULES ================================== 00100 divert 9000 log ip from any to any 00200 allow log ip from any to any out via de0 keep-state 00300 skipto 15000 log ip from any to any via de1 00400 skipto 20000 log ip from any to any via de2 00500 deny log ip from any to any 15000 allow log ip from any to any in via de1 keep-state 15100 allow log ip from any to any out via de1 15200 deny log ip from any to any 20000 allow log ip from any to any in via de2 keep-state 20100 allow log ip from any to any dst-port 80 out via de2 keep-state 20200 deny log ip from any to any 20300 deny log ip from any to any NATD Config File (/etc/natd.conf) redirect_port tcp 192.168.2.250:80 1.2.3.4:80 NATD Command /sbin/natd -dynamic -n de0 -p 9000 -f /etc/natd.conf On Sunday 08 August 2004 06:30 pm, Eric Crist wrote: > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > > mailist@whoweb.com > > Sent: Sunday, August 08, 2004 5:43 PM > > To: freebsd-questions@freebsd.org > > Subject: Re: IPFW/NATD Transparent Proxy > > > > On Sunday 08 August 2004 04:38 pm, JJB wrote: > > > A new rewrite of the FreeBSD handbook firewall section is currently > > > being made ready for update to the handbook. You can get an > > > > in-process > > > > > copy from www.a1poweruser.com/FBSD_firewall/ > > > > The firewall rewrite only deals with a single public nic and > > a single internal nic and does not have the information I require. > > > > > From what you posted looks like you want public internet users to > > > access web server on one of your LAN machines. Both ipfw > > > > and ipfilter > > > > > does this normally with port redirect. > > > > No, I want a user on 192.168.1.247 to be redirected to > > 192.168.2.250:80 when > > they request 1.2.3.4:80, where 1.2.3.4 is a PUBLIC ip number > > on the FreeBSD > > internet gateway. Again, the configuration is > > de0 = PUBLIC IP = 1.2.3.4 > > de1 = 192.168.1.1 > > de2 = 192.168.2.1 > > > > I don't have a problem with incoming requests for 1.2.3.4:80 > > from the Internet > > being redirected to 192.168.2.250. That works fine. But I > > want someone on > > 192.168.1.247 to ALSO be redirected to 192.168.2.250:80 when > > they request the > > public address 1.2.3.4:80. > > Could you send us (or me, peronally) your firewall script, and the > address you want to use? > > Thanks. > > Eric F Crist From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 03:27:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 485AA16A4D0 for ; Mon, 9 Aug 2004 03:27:22 +0000 (GMT) Received: from ispmxmta05-srv.alltel.net (ispmxmta05-srv.alltel.net [166.102.165.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2A4143D2F for ; Mon, 9 Aug 2004 03:27:21 +0000 (GMT) (envelope-from uidzero@one-arm.com) Received: from [192.168.1.2] (really [166.102.52.217]) by ispmxmta05-srv.alltel.net with ESMTP <20040809032718.XZKO17206.ispmxmta05-srv.alltel.net@[192.168.1.2]>; Sun, 8 Aug 2004 22:27:18 -0500 Message-ID: <4116EEDF.4020102@one-arm.com> Date: Sun, 08 Aug 2004 22:26:23 -0500 From: uidzero User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040807) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ashadul hoque , FreeBSD-Questions References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Wait 15 seconds for SCSI to settle X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 03:27:22 -0000 ashadul hoque wrote: >Hello everyone, > >I have installed FreeBSD5.2.1-RELEASE on Vmware. > >When booting I am seeing the message "Wait 15 seconds for SCSI to settle". > >The problem is I am not using any SCSI device on my virtual machine. I >tried "sysctl kern.cam.scsi_delay=100" but no improvement. > >Can anyone give me pointer on how to reduce boot time by reducing the >delay. >I want to squeeze maximum performance out of this setting. So, any pointer >to the right direction will be appreciated. > > >regards >Ashadul >_______________________________________________ >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" > > Look in your kernel config fiile for this line: options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI and comment it out. Michael -- Michael D. Whities uidzero@one-arm.com http://www.one-arm.com -- There are four colors of hats to watch for: Black, White, Grey, and Red. The meanings are: Cracker, Hacker, Guru, and Victim. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 03:36:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D110A16A4CE for ; Mon, 9 Aug 2004 03:36:44 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 2552443D1D for ; Mon, 9 Aug 2004 03:36:44 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 825 invoked from network); 9 Aug 2004 03:36:43 -0000 Received: from unknown (HELO ?10.0.0.68?) (69.73.60.132) by smtp8.knology.net with SMTP; 9 Aug 2004 03:36:43 -0000 Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <200408082104.04026.alias2@crotchett.com> References: <41142284.7060304@att.net> <200408082104.04026.alias2@crotchett.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <52BCCE6B-E9B5-11D8-9C00-000393BB56F2@HiWAAY.net> Content-Transfer-Encoding: 7bit From: David Kelly Date: Sun, 8 Aug 2004 22:36:39 -0500 To: FreeBSD_Questions FreeBSD_Questions X-Mailer: Apple Mail (2.618) Subject: Re: file system setup for new system - recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 03:36:44 -0000 On Aug 8, 2004, at 9:04 PM, Darren Crotchett wrote: > The other directory that tends to grow is /usr. This is where all of > your /home, /www and /ports directories are. In other words, you put > alot of > stuff in /usr. I never put anything in /root. So, once the system is > built > it is nearly 100% static. What I have suggested is that one move /home to its own filesystem out of /usr so that user data is not intermingled with OS and utilities. Uh, you know /root/ is the superuser's home directory and not the same thing as "the root directory '/'", right? :-) /root/ is not a bad place to put a few little things such as a list of critical files to feed to "tar -cI" to backup one's specific configuration. /root/ *is* on the / partition so you don't want to put much there. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 03:49:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 896AB16A4CE for ; Mon, 9 Aug 2004 03:49:46 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 05FE243D46 for ; Mon, 9 Aug 2004 03:49:46 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 972 invoked from network); 9 Aug 2004 03:49:45 -0000 Received: from unknown (HELO ?10.0.0.68?) (69.73.60.132) by smtp5.knology.net with SMTP; 9 Aug 2004 03:49:45 -0000 Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <24D5EBF2-E9B7-11D8-9C00-000393BB56F2@HiWAAY.net> Content-Transfer-Encoding: 7bit From: David Kelly Date: Sun, 8 Aug 2004 22:49:41 -0500 To: FreeBSD_Questions FreeBSD_Questions X-Mailer: Apple Mail (2.618) Subject: Re: Wait 15 seconds for SCSI to settle X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 03:49:46 -0000 On Aug 8, 2004, at 10:12 PM, ashadul hoque wrote: > Hello everyone, > > I have installed FreeBSD5.2.1-RELEASE on Vmware. > > When booting I am seeing the message "Wait 15 seconds for SCSI to > settle". > > The problem is I am not using any SCSI device on my virtual machine. I > tried "sysctl kern.cam.scsi_delay=100" but no improvement. > > Can anyone give me pointer on how to reduce boot time by reducing the > delay. *Something* looks to the kernel like a SCSI interface else this wouldn't happen. "sysctl kern.cam.scsi_delay=100" isn't going to do any good because its applied after the kernel has loaded and the SCSI delay is long past. Maybe it would work (without the "sysctl" prefix) if placed in /boot/loader.conf but the foolproof brute force fix is to create a new kernel configuration and change this line, then build/install a new kernel. (example out of GENERIC): options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI If one is really sweating for "maximum performance" then one would already be building custom kernels stripped of the devices one does not have. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 04:02:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8380F16A4CE for ; Mon, 9 Aug 2004 04:02:41 +0000 (GMT) Received: from 205-178-43-49.s303.tnt1.sfrn.ca.dialup.rcn.com (205-178-43-49.s303.tnt1.sfrn.ca.dialup.rcn.com [205.178.43.49]) by mx1.FreeBSD.org (Postfix) with SMTP id 247C643D3F for ; Mon, 9 Aug 2004 04:02:38 +0000 (GMT) (envelope-from rewiho@chemist.com) Received: from chemist.com (ob-mail-com-bk.mr.outblaze.com [205.158.62.33]) ESMTP id A5238AFDA4 for ; Mon, 09 Aug 2004 08:01:17 +0400 Message-ID: <6.0.0.22.1.20040809080117.faf9a539@chemist.com> X-Sender: Canberra@ob-mail-com-bk.mr.outblaze.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 09 Aug 2004 08:01:17 +0400 To: Freebsd From: "Affirms D. Eyesight" MIME-Version: 1.0 Content-Type: text/plain; format=flowed Content-Transfer-Encoding: 7bit X-GMX-Antivirus: 0 (no virus found) Subject: From TopRated-Software Clients support. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Donny@most-wanted.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 04:02:41 -0000 Deary Popular- Client! My name "Affirms D. Eyesight", and I work at Top-SoftwareTools representative office. You realy is so grave for us! You waste your money and time on our office, and We would like to present that our organization have finished update of programs range. Our organization like remind Ya that our company to call your attention that now Our firm have more bigger 1700 Cheap software for very cheap priCe with your individual Purchaser discount. would you be so kind as spare severa]l> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0463D16A4CE for ; Mon, 9 Aug 2004 04:29:33 +0000 (GMT) Received: from imf19aec.mail.bellsouth.net (imf19aec.mail.bellsouth.net [205.152.59.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 719C243D48 for ; Mon, 9 Aug 2004 04:29:32 +0000 (GMT) (envelope-from alias2@crotchett.com) Received: from [192.168.1.100] ([68.209.222.4]) by imf19aec.mail.bellsouth.netESMTP <20040809042932.SLDJ14988.imf19aec.mail.bellsouth.net@[192.168.1.100]> for ; Mon, 9 Aug 2004 00:29:32 -0400 From: Darren Crotchett To: freebsd-questions@freebsd.org Date: Sun, 8 Aug 2004 23:29:30 -0500 User-Agent: KMail/1.6.1 References: <41142284.7060304@att.net> <200408082104.04026.alias2@crotchett.com> <52BCCE6B-E9B5-11D8-9C00-000393BB56F2@HiWAAY.net> In-Reply-To: <52BCCE6B-E9B5-11D8-9C00-000393BB56F2@HiWAAY.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408082329.30928.alias2@crotchett.com> Subject: Re: file system setup for new system - recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: alias2@crotchett.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 04:29:33 -0000 On Sunday 08 August 2004 10:36 pm, David Kelly wrote: > > Uh, you know /root/ is the superuser's home directory and not the same > thing as "the root directory '/'", right? :-) Yeah. When I got to the end of my email and had to type "/" again, I thought I had accidentally written /root when I meant "/" earlier. I looked for the mistake and didn't see it. So, yeah. I know the difference. My bad. My apologies if I confused Jay. > > /root/ is not a bad place to put a few little things such as a list of > critical files to feed to "tar -cI" to backup one's specific > configuration. /root/ *is* on the / partition so you don't want to put > much there. > > -- > David Kelly N4HHE, dkelly@HiWAAY.net > ======================================================================== > Whom computers would destroy, they must first drive mad. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 04:38:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DB6116A4CE for ; Mon, 9 Aug 2004 04:38:33 +0000 (GMT) Received: from relay01.kbs.net.au (relay01.kbs.net.au [203.220.32.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D8D243D3F for ; Mon, 9 Aug 2004 04:38:32 +0000 (GMT) (envelope-from vordy001@students.unisa.edu.au) Received: from [203.221.52.250] (helo=[203.221.52.250]) by relay01.kbs.net.au with esmtp (Exim 3.36 #2) id 1Bu1vR-0004x8-00 for freebsd-questions@FreeBSD.ORG; Mon, 09 Aug 2004 14:38:22 +1000 Message-ID: <4116FFBA.5080900@students.unisa.edu.au> Date: Mon, 09 Aug 2004 14:08:18 +0930 From: Dmitri Voronenko User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: bootinst X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 04:38:33 -0000 Hello, I'm having difficulty with installing boot loader. I'm getting message "error 204 updating boot record" when i run bootinst from msdos. could you pleas help me to interpret that error and point me in the right direction on how to solve it. kind regards Dmitri From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 04:58:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC2516A4CE for ; Mon, 9 Aug 2004 04:58:36 +0000 (GMT) Received: from ms-smtp-03.rdc-kc.rr.com (ms-smtp-03.rdc-kc.rr.com [24.94.166.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 603B643D5C for ; Mon, 9 Aug 2004 04:58:35 +0000 (GMT) (envelope-from mcabanatuan@wi.rr.com) Received: from [192.168.0.3] (CPE-65-31-156-223.wi.rr.com [65.31.156.223]) i794wWjE014645 for ; Sun, 8 Aug 2004 23:58:33 -0500 (CDT) Message-ID: <41170477.5010505@wi.rr.com> Date: Sun, 08 Aug 2004 23:58:31 -0500 From: Marc Cabanatuan User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040807) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: kernel preemption in 5.2.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marc Cabanatuan List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 04:58:36 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Just curious about kernel preemption on a single CPU x86 machine...Wondering if it's usable/worth it and how to enable it at the kernel config level. Is it included in as part of SMP? Thanks, marc - -- Marc Cabanatuan Network and Systems Administrator A+, Net+, Linux+, CCNA, MCP -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBFwR3QXmDWC9ByjIRAoXSAJ9XKQ/55p7dunhb5B/RCWwyHNWzDQCfbDxs PI986oY8ftvvDNt9+trlv0Q= =6q7H -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 05:12:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 317F316A4CE for ; Mon, 9 Aug 2004 05:12:06 +0000 (GMT) Received: from mtiwmhc13.worldnet.att.net (mtiwmhc13.worldnet.att.net [204.127.131.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8477643D2D for ; Mon, 9 Aug 2004 05:12:05 +0000 (GMT) (envelope-from jayobrien@worldnet.att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc13) with ESMTP id <2004080905114511300rarl2e> (Authid: jayobrien@att.net); Mon, 9 Aug 2004 05:11:45 +0000 Message-ID: <411707A4.8060806@att.net> Date: Sun, 08 Aug 2004 22:12:04 -0700 From: Jay O'Brien User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions References: <41142284.7060304@att.net> <200408082104.04026.alias2@crotchett.com> <52BCCE6B-E9B5-11D8-9C00-000393BB56F2@HiWAAY.net> <200408082329.30928.alias2@crotchett.com> In-Reply-To: <200408082329.30928.alias2@crotchett.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: file system setup for new system - recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 05:12:06 -0000 Darren Crotchett wrote: > On Sunday 08 August 2004 10:36 pm, David Kelly wrote: > > >>Uh, you know /root/ is the superuser's home directory and not the same >>thing as "the root directory '/'", right? :-) > > > Yeah. When I got to the end of my email and had to type "/" again, I thought > I had accidentally written /root when I meant "/" earlier. I looked for the > mistake and didn't see it. So, yeah. I know the difference. My bad. > > My apologies if I confused Jay. > I wasn't confused, because I didn't know about /root/ until David called my attention to it. So.... not confused, and now better educated. And Darren, thanks for your take on how to allocate my storage. I haven't put the final figures on it yet, I'm waiting for my backup HD. Jay >>/root/ is not a bad place to put a few little things such as a list of >>critical files to feed to "tar -cI" to backup one's specific >>configuration. /root/ *is* on the / partition so you don't want to put >>much there. >> >>-- >>David Kelly N4HHE, dkelly@HiWAAY.net From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 05:59:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1E8C16A4CE for ; Mon, 9 Aug 2004 05:59:15 +0000 (GMT) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F69C43D3F for ; Mon, 9 Aug 2004 05:59:15 +0000 (GMT) (envelope-from jayobrien@worldnet.att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc11) with ESMTP id <20040809055914111004q2dne> (Authid: jayobrien@att.net); Mon, 9 Aug 2004 05:59:14 +0000 Message-ID: <411712B1.8090701@att.net> Date: Sun, 08 Aug 2004 22:59:13 -0700 From: Jay O'Brien User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Swappable Hard drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 05:59:16 -0000 Soon I will have two identical 120GB IDE HDs in my FBSD 4.10 system. One is to be basically a backup drive. Can I write a MBR to the second HD and then swap cables when I want to boot/run the system from the backup HD, assuming I've used pax or dump to make the file systems identical? The "normal" configuration will be both drives installed, but I would like to be able to swap the cables (or change the boot sequence in the BIOS) and boot off of the second HD. Both drives will be "masters" on different IDE controllers. There will be no other operating system on the computer, but in the future I hope to use samba to copy files in and out to Windows XP Pro computers on my LAN. Jay O'Brien From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 06:03:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB77C16A4CE for ; Mon, 9 Aug 2004 06:03:45 +0000 (GMT) Received: from comsmtp1.singnet.com.sg (comsmtp1.singnet.com.sg [165.21.101.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB3D943D54 for ; Mon, 9 Aug 2004 06:03:44 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from arrowana.singnet.com.sg (arrowana.singnet.com.sg [165.21.101.120])i7963h3w008371 for ; Mon, 9 Aug 2004 14:03:43 +0800 Received: from arrowana.singnet.com.sg (localhost.localdomain [127.0.0.1]) i7963hQ7012891 for ; Mon, 9 Aug 2004 14:03:43 +0800 Received: (from cooluser@localhost) by arrowana.singnet.com.sg (8.12.8/8.12.8/Submit) id i7963bB6012835 for freebsd-questions@freebsd.org; Mon, 9 Aug 2004 14:03:37 +0800 X-Authentication-Warning: arrowana.singnet.com.sg: cooluser set sender to pryan@singnet.com.sg using -f To: FreeBSD Message-ID: <1092031417.411713b9defae@arrowana.singnet.com.sg> Date: Mon, 09 Aug 2004 14:03:37 +0800 (SGT) From: Peter Ryan MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: SingNet WebMail Subject: Setting environmental variable for Netbeans X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pryan@singnet.com.sg List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 06:03:45 -0000 I am treading more unknown ground trying to get NetBeans to run on 4.10. I installed jdk 1.4.2 (thanks to help from here), and have installed this Netbeans via the ports collection. Now when i try to run it, it wants an environmental variable called JDK_HOME to be set. Using tips from searching the net, I am under the impression I have to change a a file called csh.cshrc or maybe .cshrc Then I did a find files on .cshrc, and found 2 copies - one under root/ and the other under usr/home/peter. I am logged in under root, so I am not sure which file I should change, or even if this is the correct file. Could someone point me in the right direction before I fiddle enough to have to resinstall again :) Thanks, Peter From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 06:48:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0728216A4CE for ; Mon, 9 Aug 2004 06:48:13 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 584B843D1F for ; Mon, 9 Aug 2004 06:48:11 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i796m7CS028057; Mon, 9 Aug 2004 08:48:07 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i796m7tQ028054; Mon, 9 Aug 2004 08:48:07 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Mon, 9 Aug 2004 08:48:06 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: "Jay O'Brien" In-Reply-To: <411712B1.8090701@att.net> Message-ID: <20040809084734.P27979@chylonia.3miasto.net> References: <411712B1.8090701@att.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD - questions Subject: Re: Swappable Hard drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 06:48:13 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Soon I will have two identical 120GB IDE HDs in my FBSD 4.10 > system. One is to be basically a backup drive. Can I write a > MBR to the second HD and then swap cables when I want to > boot/run the system from the backup HD, assuming I've used pax > or dump to make the file systems identical? The "normal" with identical drive make copy with dd dd if=/dev/ad0 of=/dev/ad1 bs=64k -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFBFx4nVbTJCKecqu0RAvGJAJ46/hmk4mjLGMIFqY0D5Ipiu48XlACdHFeq 3dXywuA83pDKPZCX6oau7jM= =sHfG -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 06:50:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85BA416A4CE for ; Mon, 9 Aug 2004 06:50:03 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB7BC43D3F for ; Mon, 9 Aug 2004 06:50:02 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i796o1CS028179; Mon, 9 Aug 2004 08:50:01 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i796nx1u028157; Mon, 9 Aug 2004 08:50:00 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Mon, 9 Aug 2004 08:49:57 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: Miguel Cardenas In-Reply-To: <200408081645.25350.renito73@prodigy.net.mx> Message-ID: <20040809084928.Q27979@chylonia.3miasto.net> References: <000501c47cf9$7a457610$0200a8c0@satellite> <200408081645.25350.renito73@prodigy.net.mx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: dave cc: freebsd-questions@freebsd.org cc: Olaf Hoyer Subject: Re: burning mp3's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 06:50:03 -0000 > ask... > > Is there a format specific to burn CDs with mp3 that are playable by such > devices? or it is a normal and simple ISO with mp3 files together maybe in a > single "root" directory? > normal ISO. some players supports only one level of subdirectories, but everything else is standard From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 08:34:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 174A716A4CF for ; Mon, 9 Aug 2004 08:34:36 +0000 (GMT) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC6343D39 for ; Mon, 9 Aug 2004 08:34:35 +0000 (GMT) (envelope-from roland.mathieu@online.fr) Received: from lycurgue.localnet. (dijon-1-62-147-69-241.dial.proxad.net [62.147.69.241]) by postfix4-2.free.fr (Postfix) with ESMTP id 5D6EC1C4942 for ; Mon, 9 Aug 2004 10:34:33 +0200 (CEST) Received: from lycurgue.localnet. (localhost [127.0.0.1]) by lycurgue.localnet. (8.12.6/8.12.6) with ESMTP id i798WpMM036041 for ; Mon, 9 Aug 2004 10:32:51 +0200 (CEST) (envelope-from roland@lycurgue.localnet) Received: (from roland@localhost) by lycurgue.localnet. (8.12.6/8.12.6/Submit) id i798WpmK036040 for questions@freebsd.org; Mon, 9 Aug 2004 10:32:51 +0200 (CEST) Date: Mon, 9 Aug 2004 10:32:50 +0200 From: roland Mathieu To: questions@freebsd.org Message-ID: <20040809083250.GA12445@lycurgue.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: A question about /tmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 08:34:36 -0000 Hello, I want to install FreeBSD with a small root partition. It's possible to use a different partition for /tmp, but /tmp can also be a symbolic link pointing, for example, /var/tmp. Is it a good idea ? If not what sort of problem will I encounter ? thanks, roland. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 08:45:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5567F16A4CE for ; Mon, 9 Aug 2004 08:45:24 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1CEA43D49 for ; Mon, 9 Aug 2004 08:45:23 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from bsdbox.farid-hajji.net (bsdbox [192.168.254.3]) by fw.farid-hajji.net (Postfix) with ESMTP id DBD194AE65; Mon, 9 Aug 2004 10:45:57 +0200 (CEST) Date: Mon, 9 Aug 2004 10:50:11 +0200 From: cpghost@cordula.ws To: roland Mathieu Message-ID: <20040809085011.GA7374@bsdbox.farid-hajji.net> References: <20040809083250.GA12445@lycurgue.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040809083250.GA12445@lycurgue.localnet> User-Agent: Mutt/1.5.6i cc: questions@freebsd.org Subject: Re: A question about /tmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 08:45:24 -0000 On Mon, Aug 09, 2004 at 10:32:50AM +0200, roland Mathieu wrote: > > Hello, > > I want to install FreeBSD with a small root partition. It's > possible to use a different partition for /tmp, but /tmp can also be a > symbolic link pointing, for example, /var/tmp. Is it a good idea ? If not > what sort of problem will I encounter ? There's nothing wrong with a symlink. I have /tmp -> /var/tmp on all my servers and never noticed the difference to a dedicated /tmp partition. Theoretically, you'd experience a small performance hit, but only if you open(2) many /tmp files very very often. Even with a make buildworld, or a portupgrade -aRrkf, I didn't notice any difference in speed. Of course, YMMV. -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 09:12:02 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45BED16A4CE for ; Mon, 9 Aug 2004 09:12:02 +0000 (GMT) Received: from mout1.freenet.de (mout1.freenet.de [194.97.50.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1EC743D2D for ; Mon, 9 Aug 2004 09:12:01 +0000 (GMT) (envelope-from stevan.tiefert@freenet.de) Received: from [194.97.55.148] (helo=mx5.freenet.de) by mout1.freenet.de with asmtp (Exim 4.41) id 1Bu6CH-0005vD-3I for questions@freebsd.org; Mon, 09 Aug 2004 11:12:01 +0200 Received: from srbk-d9b9986a.pool.mediaways.net ([217.185.152.106]) 4.41 #1) id 1Bu6CG-0003u1-Gc for questions@freebsd.org; Mon, 09 Aug 2004 11:12:01 +0200 From: Stevan Tiefert To: questions@freebsd.org Date: Mon, 9 Aug 2004 11:10:40 +0200 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408091110.40243.stevan.tiefert@freenet.de> Subject: How to disable UDMA for HDD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 09:12:02 -0000 Hello, when I try to install FreeBSD 5.2.1 on my computer with HDD on ata0-master and CD-ROM on ata0-slave I got five interessting messages during the boot-process: ... ad0: 4124MB [8938/15/63] at ata0-master UDMA33 ad0: TIMEOUT - READ_DMA retrying (2 retries left) LBA=8446347 ad0: TIMEOUT - READ_DMA retrying (2 retries left) LBA=0 ad0: WARNING - READ_DMA interrupt was seen but timeout fired LBA=8446347 ad0: WARNING - READ_DMA interrupt was seen but taskqueue stalled LBA=8446347 then the computer stops and he resists in this state till now... OpenBSD "downgrades" this DMA-thing automaticly and the CD-ROM seems not supporting UDMA and I assume to set at bootphase 3 a device.hint but I don't know which one? With regards Mr. Stevan Tiefert -- deltree /y c:\windows My suggestion to solve all your problems! From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 11:12:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BDA516A4CE for ; Mon, 9 Aug 2004 11:12:28 +0000 (GMT) Received: from mymail.netmagicians.com (mymail.netmagicians.com [202.87.39.126]) by mx1.FreeBSD.org (Postfix) with SMTP id 958FF43D31 for ; Mon, 9 Aug 2004 11:12:26 +0000 (GMT) (envelope-from sid@netmagicsolutions.com) Received: (qmail 16898 invoked from network); 9 Aug 2004 11:26:47 -0000 Received: from sid@netmagicsolutions.com by mymail.netmagicians.com by uid 504 with qmail-scanner-1.16 (uvscan: v4.3.20/v4100. Clear:. Processed in 0.740654 secs); 09 Aug 2004 11:26:47 -0000 Received: from intra.netmagicsolutions.com (HELO ?10.1.1.161?) (202.87.39.242) by mymail.netmagicians.com with SMTP; 9 Aug 2004 11:26:46 -0000 Message-ID: <41175C18.2010206@netmagicsolutions.com> Date: Mon, 09 Aug 2004 16:42:24 +0530 From: Siddhartha Jain User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Bandwidth shaping for different flows X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 11:12:28 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I want to do bandwidth shaping using dummynet. I want the box to act as a bridge only and no layer-3 filtering. To that effect, I have the following parameters in /etc/sysctl.conf: net.link.ether.bridge_cfg=ed0,rl0 net.link.ether.bridge=1 net.link.ether.bridge_ipfw=1 net.link.ether.ipfw=1 net.inet.ip.fw.one_pass=1 net.inet.ip.fw.enable=0 My first question is that does this ensure that packets are processed at the bridge level and not at layer-3? I am a bit confused between these two parameters: net.link.ether.bridge_ipfw, and net.link.ether.ipfw What is the effect of each specifically? Two is that I am trying to allocate different bandwidth limits for: 1. Internet to home-network-A (in and out) - 128Kbps 2. Home-network-B to Home-Network-A (in and out) - 1Mbps So I do: ipfw -f flush ipfw add pipe 1 ip from any to Network-A ipfw add pipe 2 ip from Network-B to Network-A ipfw pipe 1 config bw 128Kbit/s queue 10 ipfw pipe 2 config bw 1000Kbit/s queue 10 But I find that the effective limit is 128Kbps only for all transfers!! Why isn't the traffic between Network-A and B put in pipe-2? Also, if someone can point me to a document with lots of examples of dummynet usage. I found Luigi Rizzo's page a bit lacking examples of various scenarios. Thanks, Siddhartha -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBF1wYOGaxOP7knVwRAlThAJ940oz3Lgpqm46bbb2K0QoomV8GWwCfRs/p Z1QXCajpDaw+txXbBfFSCHQ= =zByh -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 11:48:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9340E16A4CE for ; Mon, 9 Aug 2004 11:48:58 +0000 (GMT) Received: from web40107.mail.yahoo.com (web40107.mail.yahoo.com [66.218.78.41]) by mx1.FreeBSD.org (Postfix) with SMTP id 7216D43D45 for ; Mon, 9 Aug 2004 11:48:58 +0000 (GMT) (envelope-from dino_vliet@yahoo.com) Message-ID: <20040809114858.24673.qmail@web40107.mail.yahoo.com> Received: from [130.37.20.20] by web40107.mail.yahoo.com via HTTP; Mon, 09 Aug 2004 04:48:58 PDT Date: Mon, 9 Aug 2004 04:48:58 -0700 (PDT) From: Dino Vliet To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: kernel compilation gives error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 11:48:58 -0000 Hi there, on my laptop I get the following error when doing "make buildkernel KERNCONF=MYKERNEL" The last part of the error message is: @ -> /usr/src/sys machine -> /usr/src/sys/i386/include echo "#define INET 1" > opt_inet.h perl @/kern/vnode_if.pl -h @/kern/vnode_if.src rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/usr/src/i386/usr/include /usr/src/sys/modules/if_tun/../../net/if_tun.c ===> if_vlan @ -> /usr/src/sys machine -> /usr/src/sys/i386/include echo "#define INET 1" > opt_inet.h rm -f .depend mkdep -f .depend -a -nostdinc -DNVLAN=0 -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/usr/src/i386/usr/include /usr/src/sys/modules/if_vlan/../../net/if_vlan.c ===> iir @ -> /usr/src/sys machine -> /usr/src/sys/i386/include touch opt_scsi.h touch opt_cam.h perl @/kern/makeops.pl -h @/kern/device_if.m perl @/kern/makeops.pl -h @/kern/bus_if.m perl @/kern/makeops.pl -h @/pci/pci_if.m rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/usr/src/i386/usr/include /usr/src/sys/modules/iir/../../dev/iir/iir.c /usr/src/sys/modules/iir/../../dev/iir/iir_ctrl.c /usr/src/sys/modules/iir/../../dev/iir/iir_pci.c *** Error code 1 Stop in /usr/src/sys/modules/iir. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/MYKERNEL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. My Kernel configuration file MYKERNEL is: # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.59 2004/04/07 20:29:01 vkashyap Exp $ machine i386 cpu I686_CPU ident MYKERNEL maxusers 0 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] #options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=10 #To hide firewall from traceroute options IPSTEALTH options IPFIREWALL_FORWARD options RANDOM_IP_ID #To add web server support options ACCEPT_FILTER_DATA options ACCEPT_FILTER_HTTP options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 #device fd1 at fdc0 drive 1 # # If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy, # don't use the above line for fdc0 but the following one: #device fdc0 # ATA and ATAPI devices #device ata0 at isa? port IO_WD1 irq 14 #device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device ahd # AHA39320/29320 and onboard AIC79xx devices #device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family #device mpt # LSI-Logic MPT/Fusion #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured # SCSI peripherals # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device iir # Intel Integrated RAID #device mly # Mylex AcceleRAID/eXtremeRAID #device ciss # Compaq SmartRAID 5* series #device twa # 3ware 9000 series PATA/SATA RAID # RAID controllers #device aac # Adaptec FSA RAID, Dell PERC2/PERC3 #device aacp # SCSI passthrough for aac (requires CAM) #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device pst # Promise Supertrak SX6000 #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std device agp # support several AGP chipsets # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device em # Intel PRO/1000 adapter Gigabit Ethernet Card (``Wiseman'') #device txp # 3Com 3cR990 (``Typhoon'') #device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device pcn # AMD Am79C97x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') #device bge # Broadcom BCM570x (``Tigon III'') # ISA Ethernet NICs. # 'device ed' requires 'device miibus' #device ed0 at isa? disable port 0x280 irq 10 iomem 0xd8000 #device ex #device ep #device fe0 at isa? disable port 0x300 # Xircom Ethernet #device xe # PRISM I IEEE 802.11b wireless NIC. #device awi # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attachment needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those parameters here. #device an # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? disable port 0x300 irq 10 iomem 0xd0000 #device le0 at isa? disable port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? disable port 0x280 irq 10 drq 0 #device cs0 at isa? disable port 0x300 #device sn0 at isa? disable port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device uscanner # Scanners device urio # Diamond Rio MP3 Player # USB Ethernet, requires mii device aue # ADMtek USB ethernet device cue # CATC USB ethernet device kue # Kawasaki LSI USB ethernet # FireWire support device firewire # FireWire bus code device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) Can anyone advice me what to do? I've tried to do a sysinstall to put all the sources in the src-sys directory but that didn't help. I activated the iir device agian in my kernel configuration file, but also the same error message. Pls help because I want to add IPFIREWALL support in my kernel before going on the internet with this laptop. I use freebsd version 4.10. Thanks in advance __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 12:54:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16FD416A4CE for ; Sun, 8 Aug 2004 12:54:12 +0000 (GMT) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04DC943D46 for ; Sun, 8 Aug 2004 12:54:12 +0000 (GMT) (envelope-from vincentkihumba@lycos.com) Received: from wfilter.us4.outblaze.com (wfilter.us4.outblaze.com [205.158.62.180])C816E1800875 for ; Sun, 8 Aug 2004 12:54:11 +0000 (GMT) X-OB-Received: from unknown (208.36.123.34) by wfilter.us4.outblaze.com; 8 Aug 2004 12:54:11 -0000 Received: by ws7-5.us4.outblaze.com (Postfix, from userid 1001) id A2E2BC610C; Sun, 8 Aug 2004 12:54:11 +0000 (GMT) Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [195.202.87.57] by ws7-5.us4.outblaze.com with http for vincentkihumba@lycos.com; Sun, 08 Aug 2004 07:54:11 -0500 From: "vincent kihumba" To: freebsd-questions@FreeBSD.org Date: Sun, 08 Aug 2004 07:54:11 -0500 Importance: high X-Originating-Ip: 195.202.87.57 X-Originating-Server: ws7-5.us4.outblaze.com Message-Id: <20040808125411.A2E2BC610C@ws7-5.us4.outblaze.com> X-Mailman-Approved-At: Mon, 09 Aug 2004 12:12:10 +0000 Subject: MUSIC SERVER. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 12:54:12 -0000 Dear Sir/Madam I am a university student and i wanted to know from you that is it possible to store music in a server? To be more precise, Is it possible that you have a server that is only desighned for storage of music only? I hope that my request will be consindered as soon as possible. Yours Vincent -- _______________________________________________ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 12:40:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74C0616A4CE for ; Mon, 9 Aug 2004 12:40:10 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED0C743D2D for ; Mon, 9 Aug 2004 12:40:07 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040809124007.FKRD6319.mta10.adelphia.net@barbish>; Mon, 9 Aug 2004 08:40:07 -0400 From: "JJB" To: "vincent kihumba" , Date: Mon, 9 Aug 2004 08:40:07 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20040808125411.A2E2BC610C@ws7-5.us4.outblaze.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: MUSIC SERVER. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 12:40:10 -0000 Sure a FreeBSD server can store music files. FreeBSD does not care what is contained in a file, its just another file. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of vincent kihumba Sent: Sunday, August 08, 2004 8:54 AM To: freebsd-questions@FreeBSD.org Subject: MUSIC SERVER. Importance: High Dear Sir/Madam I am a university student and i wanted to know from you that is it possible to store music in a server? To be more precise, Is it possible that you have a server that is only desighned for storage of music only? I hope that my request will be consindered as soon as possible. Yours Vincent -- _______________________________________________ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/def ault.asp?SRC=lycos10 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 13:20:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4432616A4CE for ; Mon, 9 Aug 2004 13:20:45 +0000 (GMT) Received: from mymail.netmagicians.com (mymail.netmagicians.com [202.87.39.126]) by mx1.FreeBSD.org (Postfix) with SMTP id B8A3943D39 for ; Mon, 9 Aug 2004 13:20:43 +0000 (GMT) (envelope-from sid@netmagicsolutions.com) Received: (qmail 26693 invoked from network); 9 Aug 2004 13:35:04 -0000 Received: from sid@netmagicsolutions.com by mymail.netmagicians.com by uid 504 with qmail-scanner-1.16 (uvscan: v4.3.20/v4100. Clear:. Processed in 0.743697 secs); 09 Aug 2004 13:35:04 -0000 Received: from intra.netmagicsolutions.com (HELO ?10.1.1.161?) (202.87.39.242) by mymail.netmagicians.com with SMTP; 9 Aug 2004 13:35:03 -0000 Message-ID: <41177A29.70105@netmagicsolutions.com> Date: Mon, 09 Aug 2004 18:50:41 +0530 From: Siddhartha Jain User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <41175C18.2010206@netmagicsolutions.com> In-Reply-To: <41175C18.2010206@netmagicsolutions.com> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Bandwidth shaping for different flows X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 13:20:45 -0000 Siddhartha Jain wrote: > Hello, > > I want to do bandwidth shaping using dummynet. I want the box to act as > a bridge only and no layer-3 filtering. To that effect, I have the > following parameters in /etc/sysctl.conf: > > net.link.ether.bridge_cfg=ed0,rl0 > net.link.ether.bridge=1 > net.link.ether.bridge_ipfw=1 > net.link.ether.ipfw=1 > net.inet.ip.fw.one_pass=1 > net.inet.ip.fw.enable=0 > > > My first question is that does this ensure that packets are processed at > the bridge level and not at layer-3? I am a bit confused between these > two parameters: > net.link.ether.bridge_ipfw, and > net.link.ether.ipfw > > What is the effect of each specifically? Still need to know this. > > Two is that I am trying to allocate different bandwidth limits for: > 1. Internet to home-network-A (in and out) - 128Kbps > 2. Home-network-B to Home-Network-A (in and out) - 1Mbps > > So I do: > ipfw -f flush > ipfw add pipe 1 ip from any to Network-A > ipfw add pipe 2 ip from Network-B to Network-A > ipfw pipe 1 config bw 128Kbit/s queue 10 > ipfw pipe 2 config bw 1000Kbit/s queue 10 > > But I find that the effective limit is 128Kbps only for all transfers!! > Why isn't the traffic between Network-A and B put in pipe-2? Sorry, stupid question. I realised that the packets enters a pipe as soon as one matches it profile and does not go thru the whole rule-base before entering a pipe. So just changed precedence. Works now. Thanks, Siddhartha From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 13:24:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 833C816A4CE for ; Mon, 9 Aug 2004 13:24:06 +0000 (GMT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51CBE43D54 for ; Mon, 9 Aug 2004 13:24:06 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1BuA8C-00077Z-00 for questions@freebsd.org; Mon, 09 Aug 2004 09:24:05 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16663.31471.309321.502359@jerusalem.litteratus.org> Date: Mon, 9 Aug 2004 09:23:59 -0400 To: In-Reply-To: <411712B1.8090701@att.net> References: <411712B1.8090701@att.net> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Swappable Hard drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 13:24:06 -0000 Speaking of "swappable": I considering building a machine with one or more hot-swappable SCSI drives. Can I do this under FreeBSD (5.x)? If so, what manufacturers and vendors do people recommend? Robert Huff From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 13:27:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC24516A4CE for ; Mon, 9 Aug 2004 13:27:52 +0000 (GMT) Received: from mymail.netmagicians.com (mymail.netmagicians.com [202.87.39.126]) by mx1.FreeBSD.org (Postfix) with SMTP id 745DC43D45 for ; Mon, 9 Aug 2004 13:27:51 +0000 (GMT) (envelope-from sid@netmagicsolutions.com) Received: (qmail 27089 invoked from network); 9 Aug 2004 13:42:12 -0000 Received: from sid@netmagicsolutions.com by mymail.netmagicians.com by uid 504 with qmail-scanner-1.16 (uvscan: v4.3.20/v4100. Clear:. Processed in 0.744872 secs); 09 Aug 2004 13:42:12 -0000 Received: from intra.netmagicsolutions.com (HELO ?10.1.1.161?) (202.87.39.242) by mymail.netmagicians.com with SMTP; 9 Aug 2004 13:42:11 -0000 Message-ID: <41177BD3.2010508@netmagicsolutions.com> Date: Mon, 09 Aug 2004 18:57:47 +0530 From: Siddhartha Jain User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <411712B1.8090701@att.net> <16663.31471.309321.502359@jerusalem.litteratus.org> In-Reply-To: <16663.31471.309321.502359@jerusalem.litteratus.org> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Swappable Hard drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 13:27:52 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We've been buying Compaqs (DL-380s and 580s) for four years now and are happy. Also, IBM's boxes are good. We have a customer who bought Dell and IBM and found that Dell performed about 25% less than the IBM's for the same config. HTH, Siddhartha Robert Huff wrote: | Speaking of "swappable": I considering building a machine with | one or more hot-swappable SCSI drives. Can I do this under FreeBSD | (5.x)? | If so, what manufacturers and vendors do people recommend? | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBF3vTOGaxOP7knVwRAueeAKCY1qFHd31hpjYYbz70Dc7v6fBkNgCeJbL0 LBSdkZqYcoRor8s1sztk+lg= =b6p4 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 13:30:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F19B16A509 for ; Mon, 9 Aug 2004 13:30:35 +0000 (GMT) Received: from mail.cableone.net (scanmail1.cableone.net [24.116.0.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7C9543D54 for ; Mon, 9 Aug 2004 13:30:34 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.85]) by smail1.cableone.net (SurgeMail 1.9b) with ESMTP id 13184928 for multiple; Mon, 09 Aug 2004 06:19:43 -0700 From: Vulpes Velox To: "vincent kihumba" Message-Id: <20000101092848.071f484b@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <20040808125411.A2E2BC610C@ws7-5.us4.outblaze.com> References: <20040808125411.A2E2BC610C@ws7-5.us4.outblaze.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com cc: freebsd-questions@freebsd.org Subject: Re: MUSIC SERVER. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 09 Aug 2004 13:30:35 -0000 X-Original-Date: Sat, 1 Jan 2000 09:28:48 -0600 X-List-Received-Date: Mon, 09 Aug 2004 13:30:35 -0000 On Sun, 08 Aug 2004 07:54:11 -0500 "vincent kihumba" wrote: > Dear Sir/Madam > > I am a university student and i wanted to know from you that is it > possible to store music in a server? To be more precise, Is it > possible that you have a server that is only desighned for storage > of music only? Why not just export the dir with music in it usinf nfs, smb, or cfs? From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 14:01:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B5A16A4CE for ; Mon, 9 Aug 2004 14:01:23 +0000 (GMT) Received: from pd4mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F74443D55 for ; Mon, 9 Aug 2004 14:01:23 +0000 (GMT) (envelope-from bw2003@shaw.ca) Received: from pd3mr5so.prod.shaw.ca (pd3mr5so-qfe3.prod.shaw.ca [10.0.141.12])2003))freebsd-questions@freebsd.org; Mon, 09 Aug 2004 07:46:17 -0600 (MDT) Received: from pn2ml6so.prod.shaw.ca ([10.0.121.150]) by pd3mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I2600JBLM95S7E0@pd3mr5so.prod.shaw.ca> for freebsd-questions@freebsd.org; Mon, 09 Aug 2004 07:46:17 -0600 (MDT) Received: from potlavj0m8twaq (S0106000d87616d3c.ls.shawcable.net [24.76.211.148])2003)) freebsd-questions@freebsd.org; Mon, 09 Aug 2004 07:46:17 -0600 (MDT) Date: Mon, 09 Aug 2004 09:46:27 -0400 From: Ryan To: freebsd-questions@freebsd.org Message-id: <00b201c47e17$44aa5e20$94d34c18@potlavj0m8twaq> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-Priority: 1 X-MSMail-priority: High Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Kernel Compile Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 14:01:23 -0000 bash-2.05b# make buildkernel KERNCONF=3DPOTL -------------------------------------------------------------- >>> Kernel build for POTL started on Mon Aug 9 09:07:24 EST 2004 -------------------------------------------------------------- =3D=3D=3D> POTL ((((Skiping To The End)))) cc -c -O -pipe -march=3Dpentiumpro -Wall -Wredundant-decls = -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi = -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include = -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter = -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=3D2 = setdef1.c touch hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c sh /usr/src/sys/conf/newvers.sh POTL=20 cc -c -O -pipe -march=3Dpentiumpro -Wall -Wredundant-decls = -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi = -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include = -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter = -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=3D2 vers.c linking kernel kbd.o: In function `kbd_register': kbd.o(.text+0x314): undefined reference to `kbddriver_set' kbd.o(.text+0x31b): undefined reference to `kbddriver_set' kbd.o: In function `kbd_get_switch': kbd.o(.text+0x429): undefined reference to `kbddriver_set' kbd.o(.text+0x42e): undefined reference to `kbddriver_set' kbd.o: In function `kbd_configure': kbd.o(.text+0x6b3): undefined reference to `kbddriver_set' kbd.o(.text+0x6b8): more undefined references to `kbddriver_set' follow *** Error code 1 Stop in /usr/obj/usr/src/sys/POTL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -------------------------------------------------------------------------= ------- (((((Kernel Config)))) machine i386 cpu I686_CPU ident POTL maxusers 0 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep = this!] options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big = directories options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options CD9660 #ISO 9660 Filesystem =20 options CD9660_ROOT #CD-ROM usable as root, CD9660 = required options PROCFS #Process filesystem =20 options COMPAT_43 #Compatible with BSD 4.3 [KEEP = THIS!] options SCSI_DELAY=3D15000 #Delay (in ms) before probing = SCSI options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time = extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in = debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in = debug # output. Adds ~215k to driver. device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives options ATA_STATIC_ID #Static device numbering device stg # TMC 18C30/18C50 device scbus # SCSI bus (required) device vga0 at isa? pseudo-device splash device sc0 at isa? flags 0x100 device agp # support several AGP chipsets device npx0 at nexus? port IO_NPX irq 13 device apm0 at nexus? disable flags 0x20 # Advanced Power = Management device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device miibus # MII bus support device vr # VIA Rhine, Rhine II pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" options MAXDSIZ=3D"(256*1024*1024)" options MAXSSIZ=3D"(256*1024*1024)" options DFLDSIZ=3D"(256*1024*1024)" options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_FORWARD #enable transparent proxy = support options IPFIREWALL_VERBOSE_LIMIT=3D100 #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by = default options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging options IPFILTER_DEFAULT_BLOCK #block all packets by default options MROUTING # Multicast routing options IPSTEALTH #support for stealth forwarding From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 14:14:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800BC16A4CE for ; Mon, 9 Aug 2004 14:14:56 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1377943D31 for ; Mon, 9 Aug 2004 14:14:56 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i79EEr224080; Mon, 9 Aug 2004 10:14:53 -0400 (EDT) From: Jerry McAllister Message-Id: <200408091414.i79EEr224080@clunix.cl.msu.edu> To: jayobrien@att.net (Jay O'Brien) Date: Mon, 9 Aug 2004 10:14:53 -0400 (EDT) In-Reply-To: <411712B1.8090701@att.net> from "Jay O'Brien" at Aug 08, 2004 10:59:13 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: FreeBSD - questions Subject: Re: Swappable Hard drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 14:14:56 -0000 > > Soon I will have two identical 120GB IDE HDs in my FBSD 4.10 > system. One is to be basically a backup drive. Can I write a > MBR to the second HD and then swap cables when I want to > boot/run the system from the backup HD, assuming I've used pax > or dump to make the file systems identical? The "normal" > configuration will be both drives installed, but I would like > to be able to swap the cables (or change the boot sequence in > the BIOS) and boot off of the second HD. If you will not want to boot any other than the first drive that is marked bootable, (eg if you want to boot the second drive you will swap cables to do it) then you can easily do what you want. You should fdisk the second drive and make is bootable and create the identical partitions with disklabel ( you can use /stand/sysinstall to run fdisk and disklabel for you if you want, though fdisk and disklabel are not nearly as difficult as their reputations seem to have them - especially now that some more work has been done on their man pages) Then, use dump(8) piped to restore(8) for each partition to make the duplicate copies - don't attempt to duplicate the swap partition. And probably don't bother to duplicate /tmp unles, for some reason you are keeping something more than immediate temporary stuff there - you shouldn't if you can avoid it. dump/restore is probably better than dd for such a thing and definitely better than tar for this type of thing. Don't forget to fsck the new partitions before (and maybe after) writing them. ////jerry > > Both drives will be "masters" on different IDE controllers. > > There will be no other operating system on the computer, but > in the future I hope to use samba to copy files in and out to > Windows XP Pro computers on my LAN. > > Jay O'Brien > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 14:16:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC4F916A4CE for ; Mon, 9 Aug 2004 14:16:45 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3692143D2F for ; Mon, 9 Aug 2004 14:16:43 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 358A969A87; Mon, 9 Aug 2004 10:16:42 -0400 (EDT) Date: Mon, 9 Aug 2004 10:16:41 -0400 From: Bill Moran To: Ryan Message-Id: <20040809101641.5295318d.wmoran@potentialtech.com> In-Reply-To: <00b201c47e17$44aa5e20$94d34c18@potlavj0m8twaq> References: <00b201c47e17$44aa5e20$94d34c18@potlavj0m8twaq> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Kernel Compile Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 14:16:46 -0000 Not 100% sure, but you don't have a keyboard device in your kernel (device atkbdc0). I figure if you're compiling in a console (sc0), that you'll need at least atkbdc0. Ryan wrote: > bash-2.05b# make buildkernel KERNCONF=POTL > > -------------------------------------------------------------- > >>> Kernel build for POTL started on Mon Aug 9 09:07:24 EST 2004 > -------------------------------------------------------------- > ===> POTL > > ((((Skiping To The End)))) > > cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=2 setdef1.c > touch hack.c > cc -shared -nostdlib hack.c -o hack.So > rm -f hack.c > sh /usr/src/sys/conf/newvers.sh POTL > cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=2 vers.c > linking kernel > kbd.o: In function `kbd_register': > kbd.o(.text+0x314): undefined reference to `kbddriver_set' > kbd.o(.text+0x31b): undefined reference to `kbddriver_set' > kbd.o: In function `kbd_get_switch': > kbd.o(.text+0x429): undefined reference to `kbddriver_set' > kbd.o(.text+0x42e): undefined reference to `kbddriver_set' > kbd.o: In function `kbd_configure': > kbd.o(.text+0x6b3): undefined reference to `kbddriver_set' > kbd.o(.text+0x6b8): more undefined references to `kbddriver_set' follow > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/POTL. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > -------------------------------------------------------------------------------- > > (((((Kernel Config)))) > > machine i386 > cpu I686_CPU > ident POTL > maxusers 0 > > options INET #InterNETworking > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root device [keep this!] > options SOFTUPDATES #Enable FFS soft updates support > options UFS_DIRHASH #Improve performance on big directories > options MFS #Memory Filesystem > options MD_ROOT #MD is a potential root device > options CD9660 #ISO 9660 Filesystem > options CD9660_ROOT #CD-ROM usable as root, CD9660 required > options PROCFS #Process filesystem > options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] > options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI > options USERCONFIG #boot -c editor > options VISUAL_USERCONFIG #visual boot -c editor > options KTRACE #ktrace(1) support > options SYSVSHM #SYSV-style shared memory > options SYSVMSG #SYSV-style message queues > options SYSVSEM #SYSV-style semaphores > options P1003_1B #Posix P1003_1B real-time extensions > options _KPOSIX_PRIORITY_SCHEDULING > options ICMP_BANDLIM #Rate limit bad replies > options KBD_INSTALL_CDEV # install a CDEV entry in /dev > options AHC_REG_PRETTY_PRINT # Print register bitfields in debug > # output. Adds ~128k to driver. > options AHD_REG_PRETTY_PRINT # Print register bitfields in debug > # output. Adds ~215k to driver. > > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > device atapifd # ATAPI floppy drives > options ATA_STATIC_ID #Static device numbering > > device stg # TMC 18C30/18C50 > device scbus # SCSI bus (required) > device vga0 at isa? > pseudo-device splash > device sc0 at isa? flags 0x100 > device agp # support several AGP chipsets > device npx0 at nexus? port IO_NPX irq 13 > device apm0 at nexus? disable flags 0x20 # Advanced Power Management > device sio0 at isa? port IO_COM1 flags 0x10 irq 4 > device sio1 at isa? port IO_COM2 irq 3 > device miibus # MII bus support > device vr # VIA Rhine, Rhine II > pseudo-device loop # Network loopback > pseudo-device ether # Ethernet support > pseudo-device tun # Packet tunnel. > pseudo-device pty # Pseudo-ttys (telnet etc) > pseudo-device md # Memory "disks" > options MAXDSIZ="(256*1024*1024)" > options MAXSSIZ="(256*1024*1024)" > options DFLDSIZ="(256*1024*1024)" > > options IPFIREWALL #firewall > options IPFIREWALL_VERBOSE #enable logging to syslogd(8) > options IPFIREWALL_FORWARD #enable transparent proxy support > options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity > options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default > options IPFILTER #ipfilter support > options IPFILTER_LOG #ipfilter logging > options IPFILTER_DEFAULT_BLOCK #block all packets by default > options MROUTING # Multicast routing > options IPSTEALTH #support for stealth forwarding > _______________________________________________ > 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" -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 14:25:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D117616A4CE for ; Mon, 9 Aug 2004 14:25:16 +0000 (GMT) Received: from 9.hellooperator.net (cpc3-cdif2-3-0-cust202.cdif.cable.ntl.com [81.103.32.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9472043D54 for ; Mon, 9 Aug 2004 14:25:16 +0000 (GMT) (envelope-from rasputin@hellooperator.net) Received: from rasputin by 9.hellooperator.net with local (Exim 4.34) id 1BuB5D-0003Zo-Kk for freebsd-questions@freebsd.org; Mon, 09 Aug 2004 15:25:03 +0100 Date: Mon, 9 Aug 2004 15:25:03 +0100 From: Dick Davies To: FreeBSD Questions Message-ID: <20040809142503.GA6242@lb.tenfour> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Sender: Rasputin Subject: usb wireless support? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dick Davies List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 14:25:16 -0000 have we got any? I'm drooling over a Travla c134 mini-itx case, but at present the box needs a pci slot for the wireless NIC.... -- Try not to have a good time ... This is supposed to be educational. -- Charles Schulz Rasputin :: Jack of All Trades - Master of Nuns From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 14:56:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D527416A4CE for ; Mon, 9 Aug 2004 14:56:03 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D0DF43D31 for ; Mon, 9 Aug 2004 14:56:03 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 9 Aug 2004 09:52:28 -0500 Message-ID: <41179080.8080407@daleco.biz> Date: Mon, 09 Aug 2004 09:56:00 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: pryan@singnet.com.sg References: <1092031417.411713b9defae@arrowana.singnet.com.sg> In-Reply-To: <1092031417.411713b9defae@arrowana.singnet.com.sg> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Aug 2004 14:52:28.0943 (UTC) FILETIME=[7DE501F0:01C47E20] cc: FreeBSD Subject: Re: Setting environmental variable for Netbeans X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 14:56:03 -0000 Peter Ryan wrote: >I am treading more unknown ground trying >to get NetBeans to run on 4.10. > >I installed jdk 1.4.2 (thanks to help from >here), and have installed this Netbeans >via the ports collection. > >Now when i try to run it, it wants an >environmental variable called JDK_HOME to >be set. > >Using tips from searching the net, I am >under the impression I have to change a >a file called csh.cshrc or maybe .cshrc >Then I did a find files on .cshrc, and >found 2 copies - one under >root/ and the other under usr/home/peter. > >I am logged in under root, so I am not sure >which file I should change, or even if this >is the correct file. > >Could someone point me in the right >direction before I fiddle enough to have >to resinstall again :) > >Thanks, >Peter > > Reinstall? I don't think it'll get that severe just from this. BSD and XP rhyme ... that's about it. Very simply, the file ".cshrc" is the C-shell's "resource" file. It is read after login by the shell as the shell is starting up. So, if you are logging in as "peter", it will read /usr/home/peter/.cshrc and set up things like your shell prompt, some aliases, and environment variables... The same is true for a root login; root's shell reads "/root/.cshrc" (assuming, of course, that root's shell is csh or tcsh ...) The line could appear anywhere in .cshrc, and the syntax for the var would be: setenv JDK_HOME /somedir/here That's assuming, of course, that Netbeans is looking for a path, and not a boolean or other data type. While I'm mentioning stuff, it might be a Good Thing(tm) to mention that root logins are *not* considered a Good Thing(tm) [1].... HTH, Kevin Kinsey DaleCo, S.P. [1] www.freebsd.org/handbook/users-superuser.html From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 15:06:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B4516A4CE; Mon, 9 Aug 2004 15:06:48 +0000 (GMT) Received: from nezlok.unixathome.org (nezlok.unixathome.org [66.154.97.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E95743D5E; Mon, 9 Aug 2004 15:06:48 +0000 (GMT) (envelope-from dan@nezlok.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nezlok.unixathome.org (Postfix) with ESMTP id 8AD445941; Sun, 8 Aug 2004 00:10:03 +0000 (GMT) Received: from nezlok.unixathome.org ([127.0.0.1]) by localhost (nezlok.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 77522-08; Sun, 8 Aug 2004 00:10:02 +0000 (GMT) Received: by nezlok.unixathome.org (Postfix, from userid 1000) id 4CF8B593B; Sun, 8 Aug 2004 00:10:02 +0000 (GMT) From: Dan Langille To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Message-Id: <20040808001002.4CF8B593B@nezlok.unixathome.org> Date: Sun, 8 Aug 2004 00:10:02 +0000 (GMT) X-Virus-Scanned: by amavisd-new at unixathome.org Subject: The FreeBSD Diary: 2004-07-18 - 2004-08-07 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 15:06:48 -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 . -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 15:14:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9AE616A4CE for ; Mon, 9 Aug 2004 15:14:32 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CFA743D5D for ; Mon, 9 Aug 2004 15:14:31 +0000 (GMT) (envelope-from nkinkade@fastmail.fm) X-Sasl-enc: TYWeYpOvxZM4FGjtA3AM9A 1092064469 Received: from gentoo-npk.bmp.ub (unknown [206.27.244.136]) by www.fastmail.fm (Postfix) with ESMTP id 77A8EC1403F; Mon, 9 Aug 2004 11:14:29 -0400 (EDT) Received: from nkinkade by gentoo-npk.bmp.ub with local (Exim 4.21) id 1BuBq2-0002HL-F2; Mon, 09 Aug 2004 09:13:26 -0600 Date: Mon, 9 Aug 2004 09:13:26 -0600 From: Nathan Kinkade To: Stevan Tiefert Message-ID: <20040809151326.GW782@gentoo-npk.bmp.ub> References: <200408091110.40243.stevan.tiefert@freenet.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gn1ylXQ+YRNuZICZ" Content-Disposition: inline In-Reply-To: <200408091110.40243.stevan.tiefert@freenet.de> User-Agent: Mutt/1.5.6i Sender: cc: questions@freebsd.org Subject: Re: How to disable UDMA for HDD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nathan Kinkade List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 15:14:33 -0000 --gn1ylXQ+YRNuZICZ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 09, 2004 at 11:10:40AM +0200, Stevan Tiefert wrote: > Hello, >=20 > when I try to install FreeBSD 5.2.1 on my computer with HDD on ata0-maste= r and=20 > CD-ROM on ata0-slave I got five interessting messages during the=20 > boot-process: >=20 > ... > ad0: 4124MB [8938/15/63] at ata0-master UDMA33 > ad0: TIMEOUT - READ_DMA retrying (2 retries left) LBA=3D8446347 > ad0: TIMEOUT - READ_DMA retrying (2 retries left) LBA=3D0 > ad0: WARNING - READ_DMA interrupt was seen but timeout fired LBA=3D8446347 > ad0: WARNING - READ_DMA interrupt was seen but taskqueue stalled LBA=3D84= 46347 >=20 > then the computer stops and he resists in this state till now... > OpenBSD "downgrades" this DMA-thing automaticly and the CD-ROM seems not= =20 > supporting UDMA and I assume to set at bootphase 3 a device.hint but I do= n't=20 > know which one? >=20 > With regards > Mr. > Stevan Tiefert Here are the two pertinent sysctl variables for your ATA hard disk and CDROM, respectively: hw.ata.ata_dma: 1 hw.ata.atapi_dma: 0 These variables are read only once the kernel has been booted, so if you want to try setting them manually you'll have to put them into /boot/loader.conf as something like: hw.ata.ata_dma=3D0 Nathan --=20 PGP Public Key: pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xD8527E49 --gn1ylXQ+YRNuZICZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBF5SWO0ZIEthSfkkRAnqEAKCb/zW2riiqmOsZ/vFNtJHKY854IgCgyVjq 4PPOeWPYmQ4UAIo59xal068= =APh9 -----END PGP SIGNATURE----- --gn1ylXQ+YRNuZICZ-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 15:27:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6423116A4CE for ; Mon, 9 Aug 2004 15:27:06 +0000 (GMT) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F3243D2D for ; Mon, 9 Aug 2004 15:27:05 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([67.20.101.71]) by mta13.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040809152705.CGRN28609.mta13.adelphia.net@barbish> for ; Mon, 9 Aug 2004 11:27:05 -0400 From: "fbsd_user" To: "freebsd-questions@FreeBSD. ORG" Date: Mon, 9 Aug 2004 11:27:04 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: 5.3 stable release tentatively scheduled for Oct 3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 15:27:06 -0000 5.3 stable release tentatively scheduled for Oct 3 The FreeBSD Release Engineering team has published the schedule for the FreeBSD 5.3 stable release. It spans 7 weeks and includes weekly BETA/RC snapshots for testing. The theme for this release is "testing testing testing!" since it is going to be the first 5-STABLE release. The stable 5.3-RELEASE date is tentatively scheduled for Oct 3 if no show stopper problems arise like last time. See http://www.freebsd.org/releases/5.3R/schedule.html Release 5.3-BETA1 scheduled for Aug 20 at which time the 5.3-BETA1 tier-1 platform images are released and uploaded to ftp-master.FreeBSD.org server. This is the start of the 7 weekly install process and disk performance testing cycles. People needed to install from downloaded iso image from ftp-master.FreeBSD.org to do install process testing to find and report install config problems. This is your opportunity to beat on the cdrom install process to verify all the previous 5.2.1 install problems with disk geometry have been corrected. Only cdrom installs default to using the new UFS2 file access method on the disk storage system, so heavy disk i/o users are also needed to beat on UFS2 disk drives to verify the system freeze up problems have been fixed. Please submit your bug reports using send-pr command as soon as you find problems so they can be address and fixed by the next weekly BETA/RC cycle. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 15:30:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DB9616A4CE for ; Mon, 9 Aug 2004 15:30:58 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B32B943D48 for ; Mon, 9 Aug 2004 15:30:57 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i79FU0424508; Mon, 9 Aug 2004 11:30:00 -0400 (EDT) From: Jerry McAllister Message-Id: <200408091530.i79FU0424508@clunix.cl.msu.edu> To: vincentkihumba@lycos.com (vincent kihumba) Date: Mon, 9 Aug 2004 11:29:59 -0400 (EDT) In-Reply-To: <20040808125411.A2E2BC610C@ws7-5.us4.outblaze.com> from "vincent kihumba" at Aug 08, 2004 07:54:11 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: MUSIC SERVER. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 15:30:58 -0000 > > Dear Sir/Madam > > I am a university student and i wanted to know from you that is it possible to store music in a server? To be more precise, Is it possible that you have a server that is only desighned for storage of music only? You can do pretty much anything you want with your own server. You may need to read some manuals and other documentation to find out how to do it the way that you want. Also, be careful about legal problems of letting people download copyrighted materials. You could get in to more trouble than you expected. ////jerry > > I hope that my request will be consindered as soon as possible. > > Yours > Vincent > > > -- > _______________________________________________ > Find what you are looking for with the Lycos Yellow Pages > http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 15:33:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C886E16A4CF for ; Mon, 9 Aug 2004 15:33:22 +0000 (GMT) Received: from smtp1.bahnhof.se (mailut.bahnhof.net [213.136.33.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B8EB43D2D for ; Mon, 9 Aug 2004 15:33:21 +0000 (GMT) (envelope-from mark.rowlands@mypost.se) Received: from mfilter1.bahnhof.se (mail.bahnhof.se [213.136.33.1]) by smtp1.bahnhof.se (Postfix) with ESMTP id 82A2E1F72F7; Mon, 9 Aug 2004 17:33:22 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by re-injector1.bahnhof.se (Postfix) with ESMTP id E1D2812914C; Mon, 9 Aug 2004 17:33:19 +0200 (CEST) Received: from smtp5.bahnhof.se ([213.136.33.3]) by localhost (mfilter1.bahnhof.se [10.0.1.21]) (amavisd-new, port 10024) with ESMTP id 06280-02; Mon, 9 Aug 2004 17:33:19 +0200 (CEST) Received: from pcmarpxy.mine.nu (81-170-150-191.bahnhofbredband.net [81.170.150.191]) by smtp5.bahnhof.se (Postfix) with ESMTP id 9749793B70; Mon, 9 Aug 2004 17:33:18 +0200 (CEST) Received: from localhost (localhost.mwrwin2k.se [127.0.0.1]) by pcmarpxy.mine.nu (Postfix) with ESMTP id C33C5117F4; Mon, 9 Aug 2004 17:33:18 +0200 (CEST) Received: from pcmarpxy.mine.nu ([127.0.0.1]) by localhost (pcmarpxy.mine.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03250-03; Mon, 9 Aug 2004 17:33:18 +0200 (CEST) Received: from EXCHSRV1.mwrwin2k.se (kalendar.mine.nu [192.168.0.4]) by pcmarpxy.mine.nu (Postfix) with ESMTP id 1B43E10506; Mon, 9 Aug 2004 17:33:18 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Date: Mon, 9 Aug 2004 17:33:18 +0200 Message-ID: <4789E43478F3994BB8D967C73FD9C6880C2B90@exchsrv1> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 4.10-STABLE Thread-Index: AcR9an7n1BzmLz6xSKmsHy813FostQAu3mAg From: "mark rowlands" To: "Ryan" , X-Virus-Scanned: by amavisd-new at bahnhof.se Subject: RE: 4.10-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 15:33:22 -0000 >-----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Ryan > Sent: Sunday, August 08, 2004 6:58 PM > To: freebsd-questions@freebsd.org > Subject: 4.10-STABLE > Needing some help here, > I'm experincing compatibility issues with Perl and trying > to reinstall ports/src=20 what you want is probably cvsup http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 15:44:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB76D16A4CE for ; Mon, 9 Aug 2004 15:44:36 +0000 (GMT) Received: from hotmail.com (bay12-f17.bay12.hotmail.com [64.4.35.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id B233C43D39 for ; Mon, 9 Aug 2004 15:44:36 +0000 (GMT) (envelope-from peter_barton_bsd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 9 Aug 2004 08:44:36 -0700 Received: from 198.45.18.20 by by12fd.bay12.hotmail.msn.com with HTTP; Mon, 09 Aug 2004 15:44:36 GMT X-Originating-IP: [198.45.18.20] X-Originating-Email: [peter_barton_bsd@hotmail.com] X-Sender: peter_barton_bsd@hotmail.com From: "Peter Barton" To: josh@tcbug.org, questions@freebsd.org Date: Mon, 09 Aug 2004 08:44:36 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Aug 2004 15:44:36.0757 (UTC) FILETIME=[C6378C50:01C47E27] Subject: Re: DHCP help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 15:44:36 -0000 No, I am sure of it because I used my rl0 to connect to the LAN and download all kinds of stuff from the Internet. At that point my FreeBSD was a just box behind a Linksys router connected to the Comcast cable modem and it worked just fine. Then I added IP filtering, rebuilt the kernel, and changed rc.conf along with some other files according to the info I found on the Internet. Now neither of my card works. I got it working some time ago for awhile though - I ran sysinstall/Config/Networking and asked for DHCP search. I actually got the IP address, host name and DNS server IP address from Comcast but then something changed and I never saw it again. I am really dissapointed by how much time I have spent on it without any decent result. Peter >From: Josh Paetzel >To: questions@freebsd.org >CC: Peter Barton >Subject: Re: DHCP help >Date: Sun, 8 Aug 2004 18:33:47 -0500 > >On Sunday 08 August 2004 18:10, Peter Barton wrote: > > Hello - > > > > I have been struggling with my DHCP connection for quite some time > > and even though my interent search yielded some information that I > > used, the whole thing still won't work. My problem is that my > > dhclient never finds any DHCP servers on the Comcast network. The > > default dhclient that came with the installation simply times out, > > the other one that I 'make installed' according to the info posted > > at > > http://networking.ringofsaturn.com.Unix/ipnatdfirewall.php keeps > > complaining about my subnet(s). I would greatly appreciate any > > help, I have spent a lot of time on this without any luck. > > > > Thanks, > > Peter > > > > > > Here's my rc.conf------------------------------------ > > > > # -- sysinstall generated deltas -- # Sat Jul 17 06:31:46 2004 > > # Created: Sat Jul 17 06:31:46 2004 > > # Enable network daemons for user convenience. > > # Please make all changes to this file, not to > > /etc/defaults/rc.conf. # This file now contains just the overrides > > from /etc/defaults/rc.conf. > > > > linux_enable="YES" > > moused_enable="YES" > > usbd_enable="YES" > > natd_enable="YES" > > natd_flags="-s -u -m" > > firewall_enable="YES" > > firewall_quiet="NO" > > firewall_logging_enable="YES" > > firewal_type="open" > > gateway_enable="YES" > > > > ifconfig_rl0="inet 192.168.254.1 up netmask 255.255.255.0" > > ifconfig_rl1="DHCP" > > > > #defaultrouter="192.168.1.1" > > hostname="bsd.peterbohm.com" > > > >Perhaps you have the cables for rl0 and rl1 reversed? > >Thanks, > >Josh Paetzel >_______________________________________________ >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" _________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 15:44:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 125A716A4CE for ; Mon, 9 Aug 2004 15:44:47 +0000 (GMT) Received: from isolution.biz (homer.isolution.biz [217.115.139.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18B9A43D48 for ; Mon, 9 Aug 2004 15:44:46 +0000 (GMT) (envelope-from db@isolution.de) Received: by isolution.biz (CommuniGate Pro PIPE 3.5.9) with PIPE id 1975846; Mon, 09 Aug 2004 17:44:52 +0200 Received: from [217.95.171.165] (HELO [192.168.168.136]) by isolution.biz (CommuniGate Pro SMTP 3.5.9) with ESMTP id 1975844 for questions@FreeBSD.org; Mon, 09 Aug 2004 17:44:42 +0200 Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: <057422BE-EA1B-11D8-8BC6-000A95746686@isolution.de> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: questions@FreeBSD.org From: Dirk Bajohr Date: Mon, 9 Aug 2004 17:44:38 +0200 X-Mailer: Apple Mail (2.618) X-Spam-Status: No, hits=0.6 required=4.5 tests=DEAR_SOMEBODY,DEAR_SOMETHING,SIGNATURE_LONG_SPARSE, SPAM_PHRASE_00_01,USER_AGENT_APPLEMAIL version=2.43 X-Spam-Level: Subject: CD and DVD sets FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 15:44:47 -0000 Dear Sirs, We have a new online shop and sell FreeBSD CD sets to (German) customers. Is it possible to get an entry with a hyperlink at your website (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ mirrors.html#MIRRORS-CDROM)? I could send you all the shop details (contact information and URL). Are there any requirements to get an entry? Thanks in advance, Dirk Bajohr -- Dirk Bajohr iSOLUTION - Individuelle Software fuer moderne Kommunikation Hauptstr. 50 53757 Sankt Augustin T +49 2241 921567-0 F +49 2241 921567-89 http://www.isolution.de From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 15:46:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 755D216A4CE for ; Mon, 9 Aug 2004 15:46:14 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A31D43D31 for ; Mon, 9 Aug 2004 15:46:14 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 9 Aug 2004 10:42:39 -0500 Message-ID: <41179C43.3090505@daleco.biz> Date: Mon, 09 Aug 2004 10:46:11 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: vincent kihumba References: <20040808125411.A2E2BC610C@ws7-5.us4.outblaze.com> In-Reply-To: <20040808125411.A2E2BC610C@ws7-5.us4.outblaze.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Aug 2004 15:42:40.0068 (UTC) FILETIME=[80AA3840:01C47E27] cc: freebsd-questions@freebsd.org Subject: Re: MUSIC SERVER. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 15:46:14 -0000 vincent kihumba wrote: >Dear Sir/Madam > >I am a university student and i wanted to know from you that is it possible to store music in a server? To be more precise, Is it possible that you have a server that is only desighned for storage of music only? > >I hope that my request will be consindered as soon as possible. > >Yours >Vincent > > > > Hi, Vincent: I attempted this once: there wasn't much room inside the case, especially when I got into the Baroque stuff; my multi-volume editions of Bach's "Well Tempered Clavier" got stuck in the CPU fan, and I darned near burned up a nice Athlon chip. Since I already had one burned out Athlon as a coaster, I decided it would be better to store *recordings* of much on my server, rather than the *printed music* itself. :-D All joking aside, your questions begs for "more detail". If you simply want file storage, lots has already been said. If you are looking for a server to "stream" audio to the network, there are several programs for that, also, including gnump3d, icecast, DarwinStreamingServer, xbms, gini, and even an Apache webserver module that will do "streaming". Kevin Kinsey DaleCo, S.P. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 15:49:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9831316A4CE for ; Mon, 9 Aug 2004 15:49:32 +0000 (GMT) Received: from smtp.prodigy.net.mx (nlpproxy04.prodigy.net.mx [148.235.52.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2778F43D53 for ; Mon, 9 Aug 2004 15:49:32 +0000 (GMT) (envelope-from mfcardenas@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy04 [148.235.52.24]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I2600HQ9RYFPL@smtp.prodigy.net.mx>; Mon, 09 Aug 2004 10:49:27 -0500 (CDT) Received: from dup-200-64-114-84.prodigy.net.mx (du-200-64-114-84.prodigy.net.mx [200.64.114.84])(built Sep 8 2003)) with ESMTP id <0I26007T3RYE1X@smtp.prodigy.net.mx>; Mon, 09 Aug 2004 10:49:27 -0500 (CDT) Date: Mon, 09 Aug 2004 11:00:43 -0500 From: Miguel Cardenas In-reply-to: <20040808125411.A2E2BC610C@ws7-5.us4.outblaze.com> To: freebsd-questions@freebsd.org Message-id: <200408091100.43760.mfcardenas@prodigy.net.mx> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.6.2 X-imss-version: 2.5 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:15 M:2 S:5 R:5 X-imss-settings: Baseline:3 C:2 M:2 S:2 R:2 (0.5000 0.5000) References: <20040808125411.A2E2BC610C@ws7-5.us4.outblaze.com> cc: vincent kihumba Subject: Re: MUSIC SERVER. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mfcardenas@prodigy.net.mx List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 15:49:32 -0000 > I am a university student and i wanted to know from you that is it possible > to store music in a server? To be more precise, Is it possible that you > have a server that is only desighned for storage of music only? > > I hope that my request will be consindered as soon as possible. Do you want to store music only? or maybe a stream-on-demand server? this topic covers too many posibilities, please be more specific... if you want to share mp3 files by a network filesystem you can use NFS or SMB... Oh, I've noticed that playing music from a remote computer may have dropouts maybe 'cos a slow remote HDD or processor, network traffic, etc etc... Take care From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 16:01:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AE3116A4CE; Mon, 9 Aug 2004 16:01:17 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1614D43D48; Mon, 9 Aug 2004 16:01:16 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i79G1D4H084383; Mon, 9 Aug 2004 18:01:14 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i79G18QZ084382; Mon, 9 Aug 2004 18:01:08 +0200 (CEST) (envelope-from marc) Date: Mon, 9 Aug 2004 18:01:08 +0200 From: Marc Fonvieille To: Dirk Bajohr Message-ID: <20040809160108.GB78399@abigail.blackend.org> References: <057422BE-EA1B-11D8-8BC6-000A95746686@isolution.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <057422BE-EA1B-11D8-8BC6-000A95746686@isolution.de> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: freebsd-doc@FreeBSD.org cc: questions@FreeBSD.org Subject: Re: CD and DVD sets FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 16:01:17 -0000 On Mon, Aug 09, 2004 at 05:44:38PM +0200, Dirk Bajohr wrote: > Dear Sirs, > We have a new online shop and sell FreeBSD CD sets to (German) > customers. Is it possible to get an entry with a hyperlink at your > website > (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ > mirrors.html#MIRRORS-CDROM)? I could send you all the shop details > (contact information and URL). Are there any requirements to get an > entry? > We need the same informations you can see on the mentioned page for other retailers. And of course a link to check you really sell FreeBSD CDs sets. Marc From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 16:03:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 897C816A4CE for ; Mon, 9 Aug 2004 16:03:36 +0000 (GMT) Received: from smtp.prodigy.net.mx (nlpproxy03.prodigy.net.mx [148.235.52.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F40443D49 for ; Mon, 9 Aug 2004 16:03:36 +0000 (GMT) (envelope-from mfcardenas@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy03 [148.235.52.23]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I26000TUSL8DG@smtp.prodigy.net.mx>; Mon, 09 Aug 2004 11:03:09 -0500 (CDT) Received: from dup-200-64-114-84.prodigy.net.mx (du-200-64-114-84.prodigy.net.mx [200.64.114.84])(built Sep 8 2003)) with ESMTP id <0I2600MCCSL7B4@smtp.prodigy.net.mx>; Mon, 09 Aug 2004 11:03:08 -0500 (CDT) Date: Mon, 09 Aug 2004 11:14:33 -0500 From: Miguel Cardenas In-reply-to: <0I2500M3QSYLIP@nlpmail03.prodigy.net.mx> To: freebsd-questions@freebsd.org Message-id: <200408091114.33965.mfcardenas@prodigy.net.mx> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.6.2 X-imss-version: 2.5 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:35 M:2 S:5 R:5 X-imss-settings: Baseline:3 C:2 M:2 S:2 R:2 (0.5000 1.0000) References: <0I2500M3QSYLIP@nlpmail03.prodigy.net.mx> cc: ashadul hoque Subject: Re: Wait 15 seconds for SCSI to settle X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mfcardenas@prodigy.net.mx List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 16:03:36 -0000 > I have installed FreeBSD5.2.1-RELEASE on Vmware. > When booting I am seeing the message "Wait 15 seconds for SCSI to settle". > The problem is I am not using any SCSI device on my virtual machine. I > tried "sysctl kern.cam.scsi_delay=100" but no improvement. > ... > I want to squeeze maximum performance out of this setting. So, any pointer > to the right direction will be appreciated. I use FreeBSD in the same way as you... never have tried to do what you want, but I remember (not 100% sure) that when you create the new virtual machine it tells you that will use: IDE Adapter: ATAPI SCSI Adapter: BusLogic /LSI Logic I guess it uses *both* interfaces although you only use an IDE virtual/physical disk/partition and the kernel tries to access it... it is like if you have a SCSI card without a CDROM/HDD connected to??? It does not let you choose to use or not SCSI, just select the type... I think the goal could be to *disable* the SCSI support on the virtual machine, not to configure the freebsd... The best option could be contact VMware tech support or forums to ask how to disable SCSI... Regards. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 16:08:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89DAB16A4CE for ; Mon, 9 Aug 2004 16:08:48 +0000 (GMT) Received: from whoweb.com (whoweb.com [216.38.168.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F86A43D54 for ; Mon, 9 Aug 2004 16:08:48 +0000 (GMT) (envelope-from mailist@whoweb.com) Received: from whoweb.com (localhost [127.0.0.1]) by whoweb.com (8.12.11/8.12.11) with ESMTP id i79G8RJ9048942; Mon, 9 Aug 2004 12:08:27 -0400 (EDT) Received: (from mailist@localhost) by whoweb.com (8.12.11/8.12.11/Submit) id i79G8Rss048941; Mon, 9 Aug 2004 12:08:27 -0400 (EDT) Date: Mon, 9 Aug 2004 12:08:27 -0400 (EDT) From: Incoming Mail List Message-Id: <200408091608.i79G8Rss048941@whoweb.com> To: Barbish3@adelphia.net, freebsd-questions@freebsd.org Subject: RE: IPFW/NATD Transparent Proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 16:08:49 -0000 >Your ipfw rules are invalid. They seem to work perfectly. My only gripe is that static rule #15100 is required to succeed with redirect_port from 1.2.3.4:80 to 192.168.2.250:80 when 192.168.1.247 requests a web page using the domain name for 1.2.3.4. I'm looking for a solution that doesn't require rule #15100. >This causes the dynamic >internal state table to cross match packets in error because it does >not keep track of which interface the packet is from. This has been >a long time bug in stateful rules for NATed interfaces. Technically >your whole stateful environment is being forced to look like its >working when in fact its all most useless. How can that be? If I'm on 192.168.2.100, I can make a request to www.cnn.com and it works fine. Yet I have no rule that allows any packets to be accepted IN via my outside nic (de0), and no rule that allows any port 80 OUT to my private lan on de2. That sounds to me like the dynamic rules are working. How else are the packets getting into de0 and out to de2? >That is why the stateful + nated rule example from the new firewall >rewrite uses skipto rules to work around this problem. I'm using skipto's as well, just not using the keep-state parameter on the skipto rule. I don't believe the transparent proxy problem I'm having is a result of skipto. It's a chicken/egg issue when using stateful rules because either NATD or the original nic "remembers" that the packet changed when it got redirected. If I allow the stateful rule first, it gets created as 192.168.1.247 <-> 1.2.3.4 and immediately starts communicating with the outside interface due to the dynamic rule bypassing the rest of the firewall. So the packets never get to go through the divert rule to be redirected to 192.168.2.250. If I go through divert first (as in my firewall example), the packet matches rule 100, the destination gets changed to 192.168.2.250, and the packet continues down through the firewall. Great! Next, it matches on 300 and gets passed to 15000 where a the dynamic rule 192.168.1.247 <-> 192.168.2.250 gets created. More greatness! When 192.168.2.250 replies to 192.168.1.247, that packet also matches rule 100, gets diverted and NATD rewrites the source to the original IP address so the packet is now configured as 1.2.3.4 -> 192.168.1.247. Continued greatness! But now, the packet gets denied at 15200 (remember 15100 does not exist in this example) because there's no rule to allow 1.2.3.4 to communicate with 192.168.1.247. Hence, I have to add in #15100 to explicitly allow 1.2.3.4 to communicate with 192.168.1.247. In my example ruleset I simply allowed anything to go out via de1. >Basically the unpublished rule of thumb >is ipfw keep-state rules can not be used on the internal interface >and external interface in same rule set. Keep-state rules can only >be used on the external interface. There are no error messages to >enforce this. Actually, the only problem I've run into is the combination of external/internal with NATD doing a redirect_port or redirect_address. I've not run into any problems with external/internal and normal NATD address translations. J IPFW RULES ================================== 00100 divert 9000 log ip from any to any 00200 allow log ip from any to any out via de0 keep-state 00300 skipto 15000 log ip from any to any via de1 00400 skipto 20000 log ip from any to any via de2 00500 deny log ip from any to any 15000 allow log ip from any to any in via de1 keep-state 15100 allow log ip from any to any out via de1 15200 deny log ip from any to any 20000 allow log ip from any to any in via de2 keep-state 20100 allow log ip from any to any dst-port 80 out via de2 keep-state 20200 deny log ip from any to any 20300 deny log ip from any to any NATD Config File (/etc/natd.conf) redirect_port tcp 192.168.2.250:80 1.2.3.4:80 NATD Command /sbin/natd -dynamic -n de0 -p 9000 -f /etc/natd.conf From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 16:36:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6785516A4CE for ; Mon, 9 Aug 2004 16:36:55 +0000 (GMT) Received: from sj-iport-2.cisco.com (sj-iport-2-in.cisco.com [171.71.176.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D0A43D46 for ; Mon, 9 Aug 2004 16:36:55 +0000 (GMT) (envelope-from sjt@cisco.com) Received: from sj-core-5.cisco.com (171.71.177.238) by sj-iport-2.cisco.com with ESMTP; 09 Aug 2004 09:38:51 -0700 Received: from mira-kan-a.cisco.com (IDENT:mirapoint@mira-kan-a.cisco.com [161.44.201.17]) by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id i79GaqDQ013126 for ; Mon, 9 Aug 2004 09:36:53 -0700 (PDT) Received: from sjt-u10.cisco.com (sjt-u10.cisco.com [161.44.193.44]) by mira-kan-a.cisco.com (MOS 3.4.6-GR) with ESMTP id ACT74993; Mon, 9 Aug 2004 09:36:52 -0700 (PDT) Received: (sjt@localhost) by sjt-u10.cisco.com (8.8.5-Cisco.1/CISCO.WS.1.2) id MAA15064 for freebsd-questions@freebsd.org; Mon, 9 Aug 2004 12:36:52 -0400 (EDT) Date: Mon, 9 Aug 2004 12:36:52 -0400 From: Steve Tremblett To: freebsd-questions@freebsd.org Message-ID: <20040809163651.GA15033@sjt-u10.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: custom bootdisk for installation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 16:36:55 -0000 I'm trying to install 5.2.1 on my Thinkpad T30, but it completely freezes when the kernel is booted, specifically at the cardbus driver. I guess there is no kernel configuration before booting as it was in 4.X? Does anyone have any suggestions on how to alter the bootdisk? I believe I might be able to workaround this issue by changing the hint.* sysctls for cbb, but otherwise I will need a kernel without the driver. I have a 4.X installation at my disposal, but I haven't had a chance to check out the bootdisk contents yet. thanks -- Steve Tremblett Cisco Systems From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 18:10:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCFB116A4D5 for ; Mon, 9 Aug 2004 18:10:19 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B97CC43D1D for ; Mon, 9 Aug 2004 18:10:17 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 26573 invoked by uid 1002); 9 Aug 2004 18:10:29 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 3.026851 secs); 09 Aug 2004 18:10:29 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 9 Aug 2004 18:10:26 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Mon, 9 Aug 2004 14:10:26 -0400 (EDT) Message-ID: <4797.209.167.16.15.1092075026.squirrel@209.167.16.15> Date: Mon, 9 Aug 2004 14:10:26 -0400 (EDT) From: "Steve Bertrand" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: rsync(1) and the -l(inks) option X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 18:10:20 -0000 I am confused as to the -l option with rsync. If I am to not use this option, does this mean that any symlinks will be followed, and the entire directory structure of the location pointed to by the link will be copied? eg... # rsync -acr /home/steve steve@server.com:/home/steve/backup If /home/steve had a symlink: /home/steve/tmp -> /var/tmp would all the contents of /var/tmp be copied to the destination? Now, what would be the best set of options to use if I want to ``clone'' one server onto another server so that everything is exactly the same? Tks, Steve From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 18:34:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4A7216A4CE for ; Mon, 9 Aug 2004 18:34:00 +0000 (GMT) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CFA143D1D for ; Mon, 9 Aug 2004 18:34:00 +0000 (GMT) (envelope-from dgw@liwest.at) Received: from cm248-230.liwest.at ([81.10.248.230]) by lilzmailso01.liwest.at with esmtp (Exim 4.24) id 1BuEy2-0000eJ-Rc for questions@freebsd.org; Mon, 09 Aug 2004 20:33:54 +0200 From: Daniela To: questions@freebsd.org Date: Mon, 9 Aug 2004 19:28:20 +0000 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408091928.20307.dgw@liwest.at> Subject: Accidentally truncated crontab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dgw@liwest.at List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 18:34:00 -0000 Hi all! I just emptied the system crontab, and don't know how I can recover it. I know that the contents are still somewhere on the drive, as I didn't write anything on that partition. The size of the file must be stored somewhere in the inode, or maybe in the directory, so I could just load the raw partition into my hexeditor and change that field to the original length. But I thought I'd better not touch it without consulting the experts first, because I don't have much experience with file systems. In the ports I couldn't find an undelete utility, and the -w option to rm doesn't work here. Please help me, or at least tell me that there's nothing else I can do, so I can use the method mentioned above. Regards, Daniela From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 18:38:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7430A16A4CE for ; Mon, 9 Aug 2004 18:38:03 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4676E43D49 for ; Mon, 9 Aug 2004 18:38:03 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 697D669A71; Mon, 9 Aug 2004 14:38:02 -0400 (EDT) Date: Mon, 9 Aug 2004 14:38:01 -0400 From: Bill Moran To: dgw@liwest.at Message-Id: <20040809143801.08e33b00.wmoran@potentialtech.com> In-Reply-To: <200408091928.20307.dgw@liwest.at> References: <200408091928.20307.dgw@liwest.at> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Accidentally truncated crontab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 18:38:03 -0000 Daniela wrote: > Hi all! > > I just emptied the system crontab, and don't know how I can recover it. > I know that the contents are still somewhere on the drive, as I didn't write > anything on that partition. > The size of the file must be stored somewhere in the inode, or maybe in the > directory, so I could just load the raw partition into my hexeditor and > change that field to the original length. But I thought I'd better not touch > it without consulting the experts first, because I don't have much experience > with file systems. > In the ports I couldn't find an undelete utility, and the -w option to rm > doesn't work here. > > Please help me, or at least tell me that there's nothing else I can do, so I > can use the method mentioned above. Well ... there are some undelete utilities out there (I'm surprised there are none in the ports) and I've seen a number of tutorials on how to recover deleted files from UFS filesytems ... but I think you're _seriously_ overcomplicating things! If you haven't customized the crontab, and you have sources installed, then "cd /usr/src; mergemaster" will give you an opportunity to re-install the default system crontab. You could also download it directly from CVS. If you did customize it and are foolish enough not to have backups, then do some google searches on "undeleting from UFS" or something like that. I've seen a few articles on how to do it in the past. And start making backups. Putting your /etc directory under revision control is a decent idea! -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 19:02:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39DF516A4CE for ; Mon, 9 Aug 2004 19:02:06 +0000 (GMT) Received: from pigeon.infotechfl.com (mailrelay.infotechfl.com [209.251.147.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB6D43D1F for ; Mon, 9 Aug 2004 19:01:57 +0000 (GMT) (envelope-from gmulder@infotechfl.com) Received: from garymulder ([172.20.0.75]) by pigeon.infotechfl.com (8.11.6/8.11.6) with ESMTP id i79J0xF23993; Mon, 9 Aug 2004 15:01:07 -0400 Message-Id: <4.2.0.58.20040809145427.01092be8@mail.infotechfl.com> X-Sender: gmulder@mail.infotechfl.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 09 Aug 2004 15:00:59 -0400 To: cpghost@cordula.ws, roland Mathieu From: Gary Mulder In-Reply-To: <20040809085011.GA7374@bsdbox.farid-hajji.net> References: <20040809083250.GA12445@lycurgue.localnet> <20040809083250.GA12445@lycurgue.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: questions@freebsd.org Subject: Re: A question about /tmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 19:02:06 -0000 Of course having /tmp -> /var/tmp means that you have no valid /tmp in single user mode where /var is not mounted. That is unless you created /var/tmp in single user mode, but that would mean /var would be mounted over the root partition's /var/tmp dir in multi-user mode, which can be non-intuitive to say the least. The net result of not having a valid /tmp is that some commands issued in single-user mode may fail non-obviously as they might (reasonably?) assume /tmp is available. Gary At 04:50 AM 8/9/2004 , cpghost@cordula.ws wrote: >On Mon, Aug 09, 2004 at 10:32:50AM +0200, roland Mathieu wrote: > > > > Hello, > > > > I want to install FreeBSD with a small root partition. It's > > possible to use a different partition for /tmp, but /tmp can also be a > > symbolic link pointing, for example, /var/tmp. Is it a good idea ? If not > > what sort of problem will I encounter ? > >There's nothing wrong with a symlink. I have /tmp -> /var/tmp on >all my servers and never noticed the difference to a dedicated >/tmp partition. Theoretically, you'd experience a small performance >hit, but only if you open(2) many /tmp files very very often. >Even with a make buildworld, or a portupgrade -aRrkf, I didn't >notice any difference in speed. Of course, YMMV. > >-cpghost. -- Gary Mulder Info Tech, Inc. 5700 SW 34th Street, Suite 1235 Phone: (352) 381-4400 Gainesville, FL 32608 Fax: (352) 381-4444 From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 19:15:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26B1016A4D2 for ; Mon, 9 Aug 2004 19:15:49 +0000 (GMT) Received: from out008.verizon.net (out008pub.verizon.net [206.46.170.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFF8443D5A for ; Mon, 9 Aug 2004 19:15:48 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out008.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040809191548.ZSXZ8960.out008.verizon.net@[192.168.1.3]>; Mon, 9 Aug 2004 14:15:48 -0500 Message-ID: <4117CD62.4070909@mac.com> Date: Mon, 09 Aug 2004 15:15:46 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gary Mulder References: <20040809083250.GA12445@lycurgue.localnet> <20040809083250.GA12445@lycurgue.localnet> <4.2.0.58.20040809145427.01092be8@mail.infotechfl.com> In-Reply-To: <4.2.0.58.20040809145427.01092be8@mail.infotechfl.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out008.verizon.net from [68.161.100.95] at Mon, 9 Aug 2004 14:15:47 -0500 cc: questions@freebsd.org Subject: Re: A question about /tmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 19:15:49 -0000 Gary Mulder wrote: > Of course having /tmp -> /var/tmp means that you have no valid /tmp in > single user mode where /var is not mounted. That is unless you created > /var/tmp in single user mode, but that would mean /var would be mounted > over the root partition's /var/tmp dir in multi-user mode, which can be > non-intuitive to say the least. Excellent point. I think one is much safer having /tmp as a directory on the root filesystem, and using something like md(4) to mount a RAMdisk over that location when going into multiuser mode (or mount a real /tmp partition if you prefer). > The net result of not having a valid /tmp is that some commands issued > in single-user mode may fail non-obviously as they might (reasonably?) > assume /tmp is available. In particular, editors like vi. :-) -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 20:00:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E583216A4D0 for ; Mon, 9 Aug 2004 20:00:34 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8225A43D1F for ; Mon, 9 Aug 2004 20:00:34 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i79JpGd25694; Mon, 9 Aug 2004 15:51:16 -0400 (EDT) From: Jerry McAllister Message-Id: <200408091951.i79JpGd25694@clunix.cl.msu.edu> To: cswiger@mac.com (Chuck Swiger) Date: Mon, 9 Aug 2004 15:51:15 -0400 (EDT) In-Reply-To: <4117CD62.4070909@mac.com> from "Chuck Swiger" at Aug 09, 2004 03:15:46 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org cc: Gary Mulder Subject: Re: A question about /tmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 20:00:35 -0000 > > Gary Mulder wrote: > > Of course having /tmp -> /var/tmp means that you have no valid /tmp in > > single user mode where /var is not mounted. That is unless you created > > /var/tmp in single user mode, but that would mean /var would be mounted > > over the root partition's /var/tmp dir in multi-user mode, which can be > > non-intuitive to say the least. > > Excellent point. I think one is much safer having /tmp as a directory on the > root filesystem, and using something like md(4) to mount a RAMdisk over that > location when going into multiuser mode (or mount a real /tmp partition if you > prefer). Well, that is debateable. The safest is for /tmp to be its own partition/filesystem. If you have it in root, and some runaway process fills it up, it can bring the system to a grinding halt. So, unless I am making one of those setups where it is all one big filesystem - that being root (/), I protect root by putting things that can grow in an unplanned manner in separate filesystems/partitions. Things such as /tmp, /var/log, /var/spool, /var/db, /usr/src and user's own home directory space if you have users on your system. Some of these I put in a big catch all filesystem such as /home and make sym links, but since /tmp can be needed under inconvenient circumstances such as when you are trying to fix something in single user, I make it its own partition. ////jerry > > > The net result of not having a valid /tmp is that some commands issued > > in single-user mode may fail non-obviously as they might (reasonably?) > > assume /tmp is available. > > In particular, editors like vi. :-) > > -- > -Chuck > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 20:40:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B749616A4CE for ; Mon, 9 Aug 2004 20:40:26 +0000 (GMT) Received: from s1.home.ro (s1.home.ro [193.231.236.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id B72F843D4C for ; Mon, 9 Aug 2004 20:40:25 +0000 (GMT) (envelope-from vladtudorache@home.ro) Received: (qmail 15161 invoked from network); 9 Aug 2004 20:37:19 -0000 Received: from unknown (HELO acasa) (80.97.176.115) by 133.home.ro with SMTP; 9 Aug 2004 20:37:16 -0000 Received: from unknown [80.97.184.157] by 172.31.7.11; 09 Aug 2004 13:40:23 -0700 Message-ID: <009401c47e51$1f95fab0$9db86150@acasa> From: "Vlad Tudorache" To: "FreeBSD Questions" Date: Mon, 9 Aug 2004 23:37:50 +0300 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: FreeBSD's problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 20:40:26 -0000 Hello! I've been using Linux for 2 years and I know how to configure this = system (not using GUI tools!). I'm now trying FreeBSD. My problems are: 1) If I enable ACPI, my floppy disk controller is not seen by the = kernel! 2) My USB controller tells me that "Error: Restarting port 1/2". 3) If I'm using kdm, log into GNOME as root and select "Shut Down" when = exiting directly from the GNOME session's logout menu, my system hangs = untill I press Ctrl-C or Ctrl-Alt-Del. This was not happenning on Linux. Is there anyone who had these problems and knew how to manage them? Thank you! From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 20:52:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2420016A4CE for ; Mon, 9 Aug 2004 20:52:41 +0000 (GMT) Received: from quark.cs.earlham.edu (cs.earlham.edu [159.28.230.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A6F43D2F for ; Mon, 9 Aug 2004 20:52:38 +0000 (GMT) (envelope-from skylar@cs.earlham.edu) Received: from quark.cs.earlham.edu (localhost.cs.earlham.edu [127.0.0.1]) by quark.cs.earlham.edu (8.12.11/8.12.9) with ESMTP id i79KqX7V097587 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Mon, 9 Aug 2004 15:52:33 -0500 (EST) (envelope-from skylar@cs.earlham.edu) Received: (from skylar@localhost) by quark.cs.earlham.edu (8.12.11/8.12.9/Submit) id i79KqWsa097586 for freebsd-questions@freebsd.org; Mon, 9 Aug 2004 15:52:32 -0500 (CDT) (envelope-from skylar@cs.earlham.edu) X-Authentication-Warning: quark.cs.earlham.edu: skylar set sender to skylar@quark.cs.earlham.edu using -f Date: Mon, 9 Aug 2004 15:52:32 -0500 From: Skylar Thompson To: FreeBSD Questions Message-ID: <20040809205232.GA97380@quark.cs.earlham.edu> Mail-Followup-To: FreeBSD Questions References: <009401c47e51$1f95fab0$9db86150@acasa> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline In-Reply-To: <009401c47e51$1f95fab0$9db86150@acasa> User-Agent: Mutt/1.4.2.1i X-Sender: "Skylar Thompson" X-Accept-Primary-Language: en X-Accept-Secondary-Language: es SMTP-Mailing-Host: quark.cs.earlham.edu X-Operating-System: FreeBSD 4.10-STABLE X-Uptime: 3:50PM up 52 days, 12:35, 15 users, load averages: 0.20, 0.16, 0.16 X-Editor: VIM - Vi IMproved 6.3 (2004 June 7, compiled Jul 11 2004 16:34:39) X-Spam-Status: No, hits=-4.9 required=8.0 tests=BAYES_00 autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on quark.cs.earlham.edu X-Earlham-CS-Dept-MailScanner-Information: Please contact the ISP for more information X-Earlham-CS-Dept-MailScanner: Found to be clean X-MailScanner-From: skylar@cs.earlham.edu Subject: Re: FreeBSD's problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Skylar Thompson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 20:52:41 -0000 --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 09, 2004 at 11:37:50PM +0300, Vlad Tudorache wrote: > Hello! > I've been using Linux for 2 years and I know how to configure this system= (not using GUI tools!). I'm now trying FreeBSD. My problems are: > 1) If I enable ACPI, my floppy disk controller is not seen by the kernel! What kind of floppy controller is it? Is it an NEC, or something else? > 2) My USB controller tells me that "Error: Restarting port 1/2". What kind of USB controller is it? UHCI? OHCI? EHCI? > 3) If I'm using kdm, log into GNOME as root and select "Shut Down" when e= xiting directly from the GNOME session's logout menu, my system hangs until= l I press Ctrl-C or Ctrl-Alt-Del. This was not happenning on Linux. What version of GNOME are you using? 2.2? 2.4? 2.6? --=20 -- Skylar Thompson (skylar@cs.earlham.edu) -- http://www.cs.earlham.edu/~skylar/ --k+w/mQv8wyuph6w0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBF+QQsc4yyULgN4YRAqrUAJ4z7pJ9oh4Xwop2F8WX+FpMLtTdAACfTGas qsQciuNHkyhgtjJ538xx/3Q= =FVEk -----END PGP SIGNATURE----- --k+w/mQv8wyuph6w0-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 20:54:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A640916A4CE for ; Mon, 9 Aug 2004 20:54:37 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A3243D54 for ; Mon, 9 Aug 2004 20:54:37 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-67-115-74-195.dsl.lsan03.pacbell.net [67.115.74.195]) i79Ksbjx000311; Mon, 9 Aug 2004 16:54:39 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 28E7A51312; Mon, 9 Aug 2004 13:54:34 -0700 (PDT) Date: Mon, 9 Aug 2004 13:54:34 -0700 From: Kris Kennaway To: Marc Cabanatuan Message-ID: <20040809205434.GB83180@xor.obsecurity.org> References: <41170477.5010505@wi.rr.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <41170477.5010505@wi.rr.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: kernel preemption in 5.2.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 20:54:37 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 08, 2004 at 11:58:31PM -0500, Marc Cabanatuan wrote: > Hi, >=20 > Just curious about kernel preemption on a single CPU x86 > machine...Wondering if it's usable/worth it and how to enable it > at the kernel config level. Is it included in as part of SMP? It's enabled by default, i.e. non-optional. Kris --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBF+SJWry0BWjoQKURAtI8AJwLWmApE/l1zfavMD/Ob1YENxNrEgCggBwS srhcCBe1qgt8T4mb0dZ/Ccg= =dBWh -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 20:56:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F017516A4DE for ; Mon, 9 Aug 2004 20:56:36 +0000 (GMT) Received: from pigeon.infotechfl.com (mailrelay.infotechfl.com [209.251.147.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 359C743D39 for ; Mon, 9 Aug 2004 20:56:30 +0000 (GMT) (envelope-from gmulder@infotechfl.com) Received: from garymulder ([172.20.0.75]) by pigeon.infotechfl.com (8.11.6/8.11.6) with ESMTP id i79KuKF04027; Mon, 9 Aug 2004 16:56:20 -0400 Message-Id: <4.2.0.58.20040809151349.01088d70@mail.infotechfl.com> X-Sender: gmulder@mail.infotechfl.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 09 Aug 2004 16:56:19 -0400 To: "Jay O'Brien" , FreeBSD - questions From: Gary Mulder In-Reply-To: <411707A4.8060806@att.net> References: <200408082329.30928.alias2@crotchett.com> <41142284.7060304@att.net> <200408082104.04026.alias2@crotchett.com> <52BCCE6B-E9B5-11D8-9C00-000393BB56F2@HiWAAY.net> <200408082329.30928.alias2@crotchett.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: file system setup for new system - recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 20:56:37 -0000 Just my $0.02NZ on this question: First off partitions - The first thing I do in single user mode in FreeBSD is mount /usr to access basic commands such as more, etc., so what is the point of having / and /usr on separate partitions? Thus I usually allocate 4 to 8GB to / and don't have a separate /usr partition. Can anyone posit a problem with combining / and /usr? It was (as far as I know) an old rule of thumb to have swap twice your physical memory size. This was in the good ole days when memory was expensive and disk was comparatively cheap. These days if you are having to use two times your memory's worth of swap in normal activity it is time to buy more memory. However, since crash dumps are stored in the swap partition (note that they're not by default, you need to define dumpdev in /etc/rc.conf, see rc.conf(5) for more details) you'll want your swap as large as the maximum memory you expect to have on the system. /tmp should be on a separate partition to prevent overflow of the / partition. A few GB of disk here is nice, dependent on the nature of programs you plan to run. /var should be sized appropriate to what will be logged/stored in /var. For a Desktop, a few GB is probably sufficient. For a server with mail, web, ftp, etc. services 4-8GB is nice. The remainder is traditionally allocated to /home. Next Vinum and backups - Vinum provides a number of configurations (RAID 0, 1, 1+0, 0+1, 5, etc.) for data redundancy. It requires two or more disks (depending on which RAID level), typically of the same type and size on separate controllers. It is somewhat complex to setup but provides a lot of flexibility in configuration. It is important to note that using RAID for data redundancy is NOT data backup. A redundant RAID configuration will happy mirror file system corruption, inadvertent user file deletions, etc. Backup however implies a secure and independent copy of the primary system data. Ideally this copy is not just kept on the same disk as the primary data. How useful are your backups if you lose the drive that has both your system and its backups? -------- Here is a proposed setup for a small to medium sized Unix server with say a 120GB and 80GB ATA disks: Set up the 80GB disk as the master on the first controller. Set up the 120GB drive as master on the second controller and the CDROM drive as slave. Side Note: Accessing the CDROM drive with this configuration may then greatly impact performance of the 120GB drive and you may instead want to put the 120GB drive as the slave on controller 1. However there is then the chance that if either hard drive goes bad it will hang controller 1 (a known problem with ATA controllers) and thus the system. If you use the CDROM infrequently I feel it is best to have the second hard drive on controller 2 as master and CDROM as slave. YMMV. Partition map: / - 8GB swap - 1GB /tmp - 4GB /var - 4GB /home - 63GB (ie. the rest of the disk). Next use the following instructions to set up vinum to mirror the 80GB drive to the first 80GB of the 120GB drive. You have to be VERY careful with setting the partition types, calculating the disklabel offsets and corresponding vinum offsets and making sure the disk labels are written correctly: http://devel.reinikainen.net/docs/how-to/Vinum/ The remaining 40GB of the 120GB drive can then be mounted as an unmirrored /backup partition. Alternatively, if you have two identical drives (or a third smaller drive) configure a mirrored /backup partition (or dedicate the third drive) for even more backup redundancy. There are then a number of methods to perform backup, such as dump/restore, tar, cpio, Amanda, rsync-backup. My preference is GNU tar due to its portability among Unixes and other OSes. An example of creating a compressed full backup would be: nice tar --exclude "/backup" --totals -cj -f /backup/`date +%s``.tar.bz2 / This could be run out of cron say every night or weekend. With some scripting it could be made more space efficient by using the "--listed-incremental" option of GNU tar to say to full backups each weekend and incremental backups each day. One program I have recently looked into is rdiff-backup. It uses rsync libraries to make an uncompressed mirror (as in copy, not RAID 1) of the entire system and then keep backward diffs of changes to the system so that it is very easy and fast to do point-in-time restores (or even use the mirror directly with chroot in extremis). The only issue with rdiff-backup that I can see is that unlike traditional full image plus incremental backups, rdiff uses current mirror image minus incremental diffs, which means if you lose your mirror image you can no longer do point-in-time restores of the entire system. You can however restore files that have changed from the diffs. Gary -- Gary Mulder Info Tech, Inc. 5700 SW 34th Street, Suite 1235 Phone: (352) 381-4400 Gainesville, FL 32608 Fax: (352) 381-4444 From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 21:06:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC10116A4CF for ; Mon, 9 Aug 2004 21:06:21 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD2A943D4C for ; Mon, 9 Aug 2004 21:06:20 +0000 (GMT) SRS0=266nOBZ+=K7=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.1/8.13.1) id i79L6IHv003933 for freebsd-questions@freebsd.org; Mon, 9 Aug 2004 23:06:18 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408092106.I79L6HGV003922@asarian-host.net> Date: Mon, 09 Aug 2004 21:06:18 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: 6eFSBPPLjFVXXGU0lgtAat/haXBIy9bGkBlNLkXtCyXpbxLIhsZY8SCpqOWvXgLo6LDAOhjlVRhamFMCw4qqwA== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQRfnSjFqW1BleBN9AQFBPQgAmOkvDG5YQFdcfe1LgtbrRIajfOSu/FJp mFbFSq6KmxJ7yfwnCKU/p5eauI/XykcP+ZseBfbP9wCwcnSXbeUVTl5RM3jHRxz5 4NHc7bEW/9d/w2ZCgKHasZbwwx+eBtd0Lao3iUeq0MD/FPdMxGP4ETQKOHDEUt5H nHTAH/ppKiUHuVBTVv5M8DlJ8n0kvPYnYleygdpA7xc2avu/pP59CwH34gN44F72 mukJ0g66xbwtUc/QbPsK90Law0+ozMkrvQc6UYzvJRBmpAX+orjujH1zr+e5OA5t N0u3PhIXRb4Bxi3+MVbMgNbbhily6iacgBDazi/UEA5edC7cXY1iNw== =MDdk Subject: Only WDMA2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 21:06:22 -0000 Dear Sirs: In my FreeBSD 4.9R server, I use an ARAID99 1000L RAID system. However, it only runs at "WDMA2": Aug 9 21:08:36 asarian-host /kernel: ad0: 39205MB [79656/16/63] at ata0-master WDMA2 WDMA2 only offers 16 MB/s, whereas ATA133 of course, offers 133 MB/s. The question is, is there a reason FreeBSD only uses WDMA2 for this device? (it contains two MAXTOR 40G ATA133 disks, connected to an ATA133 IDE port as single master). Second question, subsidiary, can I force a higher mode than WDMA2? (like UDMA 133). Much obliged, - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 21:15:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 298A216A4CE for ; Mon, 9 Aug 2004 21:15:46 +0000 (GMT) Received: from smtpout01-04.mesa1.secureserver.net (smtpout01-04.mesa1.secureserver.net [64.202.165.79]) by mx1.FreeBSD.org (Postfix) with SMTP id CEF8743D39 for ; Mon, 9 Aug 2004 21:15:45 +0000 (GMT) (envelope-from Ara@Avvali.COM) Received: (qmail 28783 invoked from network); 9 Aug 2004 21:15:45 -0000 Received: from unknown (69.193.89.19) by smtpout01-04.mesa1.secureserver.net (64.202.165.79) with ESMTP; 09 Aug 2004 21:15:45 -0000 Message-ID: <4117E981.102@Avvali.COM> Date: Mon, 09 Aug 2004 17:15:45 -0400 From: Ara Avvali User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20040809205644.D685416A51C@hub.freebsd.org> In-Reply-To: <20040809205644.D685416A51C@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: freebsd-questions Digest, Vol 72, Issue 2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 21:15:46 -0000 Is this considered to be stable? I mean as stable as 4.10? Message: 13 Date: Mon, 9 Aug 2004 11:27:04 -0400 From: "fbsd_user" Subject: 5.3 stable release tentatively scheduled for Oct 3 To: "freebsd-questions@FreeBSD. ORG" Message-ID: Content-Type: text/plain; charset="iso-8859-1" 5.3 stable release tentatively scheduled for Oct 3 The FreeBSD Release Engineering team has published the schedule for the FreeBSD 5.3 stable release. It spans 7 weeks and includes weekly BETA/RC snapshots for testing. The theme for this release is "testing testing testing!" since it is going to be the first 5-STABLE release. The stable 5.3-RELEASE date is tentatively scheduled for Oct 3 if no show stopper problems arise like last time. See http://www.freebsd.org/releases/5.3R/schedule.html Release 5.3-BETA1 scheduled for Aug 20 at which time the 5.3-BETA1 tier-1 platform images are released and uploaded to ftp-master.FreeBSD.org server. This is the start of the 7 weekly install process and disk performance testing cycles. People needed to install from downloaded iso image from ftp-master.FreeBSD.org to do install process testing to find and report install config problems. This is your opportunity to beat on the cdrom install process to verify all the previous 5.2.1 install problems with disk geometry have been corrected. Only cdrom installs default to using the new UFS2 file access method on the disk storage system, so heavy disk i/o users are also needed to beat on UFS2 disk drives to verify the system freeze up problems have been fixed. Please submit your bug reports using send-pr command as soon as you find problems so they can be address and fixed by the next weekly BETA/RC cycle. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 21:35:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4045916A4CE for ; Mon, 9 Aug 2004 21:35:47 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D6143D2F for ; Mon, 9 Aug 2004 21:35:47 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 9 Aug 2004 16:32:12 -0500 Message-ID: <4117EE30.5010402@daleco.biz> Date: Mon, 09 Aug 2004 16:35:44 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Skylar Thompson References: <009401c47e51$1f95fab0$9db86150@acasa> <20040809205232.GA97380@quark.cs.earlham.edu> In-Reply-To: <20040809205232.GA97380@quark.cs.earlham.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Aug 2004 21:32:12.0974 (UTC) FILETIME=[557DB4E0:01C47E58] cc: vladtudorache@home.ro cc: FreeBSD Questions Subject: Re: FreeBSD's problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 21:35:47 -0000 Skylar Thompson wrote: >On Mon, Aug 09, 2004 at 11:37:50PM +0300, Vlad Tudorache wrote: > > >>Hello! >>I've been using Linux for 2 years and I know how to configure this system (not using GUI tools!). I'm now trying FreeBSD. My problems are: >>1) If I enable ACPI, my floppy disk controller is not seen by the kernel! >> >> > >What kind of floppy controller is it? Is it an NEC, or something else? > > > >>2) My USB controller tells me that "Error: Restarting port 1/2". >> >> > >What kind of USB controller is it? UHCI? OHCI? EHCI? > > > >>3) If I'm using kdm, log into GNOME as root and select "Shut Down" when exiting directly from the GNOME session's logout menu, my system hangs untill I press Ctrl-C or Ctrl-Alt-Del. This was not happenning on Linux. >> >> > >What version of GNOME are you using? 2.2? 2.4? 2.6? > > > And, perhaps even more importantly, what version of FreeBSD? [ in other words ... what does 'uname -a' say ... as in the statement "If you still have a question or problem, please take the output of `uname -a', along with any relevant error messages, and email it as a question to the questions@FreeBSD.org mailing list. " ?? ] Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 21:37:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A008C16A4CE for ; Mon, 9 Aug 2004 21:37:26 +0000 (GMT) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F78D43D46 for ; Mon, 9 Aug 2004 21:37:26 +0000 (GMT) (envelope-from dgw@liwest.at) Received: from cm248-230.liwest.at ([81.10.248.230]) by lilzmailso01.liwest.at with esmtp (Exim 4.24) id 1BuHpW-0004Zh-GL; Mon, 09 Aug 2004 23:37:18 +0200 From: Daniela To: Bill Moran Date: Mon, 9 Aug 2004 22:31:45 +0000 User-Agent: KMail/1.5.3 References: <200408091928.20307.dgw@liwest.at> <20040809143801.08e33b00.wmoran@potentialtech.com> In-Reply-To: <20040809143801.08e33b00.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408092231.45340.dgw@liwest.at> cc: questions@freebsd.org Subject: Re: Accidentally truncated crontab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dgw@liwest.at List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 21:37:26 -0000 On Monday 09 August 2004 18:38, Bill Moran wrote: > Daniela wrote: > > Hi all! > > > > I just emptied the system crontab, and don't know how I can recover it. > > I know that the contents are still somewhere on the drive, as I didn't > > write anything on that partition. > > The size of the file must be stored somewhere in the inode, or maybe in > > the directory, so I could just load the raw partition into my hexeditor > > and change that field to the original length. But I thought I'd better > > not touch it without consulting the experts first, because I don't have > > much experience with file systems. > > In the ports I couldn't find an undelete utility, and the -w option to rm > > doesn't work here. > > > > Please help me, or at least tell me that there's nothing else I can do, > > so I can use the method mentioned above. > > Well ... there are some undelete utilities out there (I'm surprised there > are none in the ports) and I've seen a number of tutorials on how to > recover deleted files from UFS filesytems ... but I think you're > _seriously_ overcomplicating things! It was really not as complicated as I thought. After searching the web and finding no undelete tools, but a tutorial on UFS layout, I pulled out the binary editor and recovered the file myself. It was much easier than I expected! Well, I had to make a copy of that file system, since it's root, so I can't simply unmount it. But that was pretty much the only complication. I think that low-level stuff starts to grow on me! Maybe I should start writing device drivers, kernel modules and so on. > If you haven't customized the crontab, and you have sources installed, then > "cd /usr/src; mergemaster" will give you an opportunity to re-install the > default system crontab. You could also download it directly from CVS. No, the file was heavily customized. > If you did customize it and are foolish enough not to have backups, then > do some google searches on "undeleting from UFS" or something like that. > I've seen a few articles on how to do it in the past. And start making > backups. Putting your /etc directory under revision control is a decent > idea! Yes, you're right, I was an idiot. I had a backup, but it was not recent enough. I'm really too lazy and irresponsible to be root. I'm young and I have much to learn. Revision control is great, and I'll install tripwire, which I should have done a long time ago. Thanks for your answer. Daniela From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 21:50:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38A1E16A4CE for ; Mon, 9 Aug 2004 21:50:10 +0000 (GMT) Received: from ns1.midasnetworks.com (216-110-12-8.gen.twtelecom.net [216.110.12.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D13EB43D48 for ; Mon, 9 Aug 2004 21:50:09 +0000 (GMT) (envelope-from cboyd@gizmopartners.com) Received: from [192.168.1.254] (216-110-12-124.gen.twtelecom.net [216.110.12.124]) (authenticated bits=0)i79Lo92N047665 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Mon, 9 Aug 2004 16:50:09 -0500 (CDT) (envelope-from cboyd@gizmopartners.com) From: Chris Boyd To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: GizmoPartners Message-Id: <1092088208.7677.58.camel@cookie> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6-1mdk Date: Mon, 09 Aug 2004 16:50:08 -0500 Content-Transfer-Encoding: 7bit Subject: PHP4 port broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cboyd@gizmopartners.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 21:50:10 -0000 So what's going on with the php4 port? It used to present a menu of choices for the compilation options, but does not anymore on the 4.3.8_2 version I have now. I'm trying to get curl and gettext support compiled in, but having no luck, even if I try hacking the makefile CONFIGURE_ARGS= section to include --with-gettexti and --with-curl and removing the --disable-all. I'm still not getting the php_gettext.so that I used to have. FreeBSD 4.10, Apache2. LARTs appreciated and gratefully received with thanks, --Chris From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 21:59:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 580C016A4CE for ; Mon, 9 Aug 2004 21:59:11 +0000 (GMT) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FCB143D2F for ; Mon, 9 Aug 2004 21:59:11 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd49554 (utd49554.utdallas.edu [129.110.3.85]) by smtp1.utdallas.edu (Postfix) with ESMTP id 02118388DE3; Mon, 9 Aug 2004 16:59:08 -0500 (CDT) Date: Mon, 09 Aug 2004 16:59:02 -0500 From: Paul Schmehl To: cboyd@gizmopartners.com, freebsd-questions@freebsd.org Message-ID: <4A91F7AF0C6357871E7BACBD@utd49554.utdallas.edu> In-Reply-To: <1092088208.7677.58.camel@cookie> References: <1092088208.7677.58.camel@cookie> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: PHP4 port broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 21:59:11 -0000 --On Monday, August 09, 2004 04:50:08 PM -0500 Chris Boyd wrote: > So what's going on with the php4 port? > > It used to present a menu of choices for the compilation options, but > does not anymore on the 4.3.8_2 version I have now. I'm trying to get > curl and gettext support compiled in, but having no luck, even if I try > hacking the makefile CONFIGURE_ARGS= section to include --with-gettexti > and --with-curl and removing the --disable-all. I'm still not getting > the php_gettext.so that I used to have. > The extensions have been separated out from the base install. Look in /usr/ports/lang/php4-extensions/ You can now add extensions any time without having to recompile the base php4. Also see /usr/ports/UPDATING Caught me by surprise as well. :-) Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ir/security/ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 22:00:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 641A216A4D1 for ; Mon, 9 Aug 2004 22:00:31 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA3E43D54 for ; Mon, 9 Aug 2004 22:00:30 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id EEC2469A71; Mon, 9 Aug 2004 18:00:29 -0400 (EDT) Date: Mon, 9 Aug 2004 18:00:28 -0400 From: Bill Moran To: cboyd@gizmopartners.com Message-Id: <20040809180028.05f1899f.wmoran@potentialtech.com> In-Reply-To: <1092088208.7677.58.camel@cookie> References: <1092088208.7677.58.camel@cookie> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: PHP4 port broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 22:00:31 -0000 Chris Boyd wrote: > So what's going on with the php4 port? > > It used to present a menu of choices for the compilation options, but > does not anymore on the 4.3.8_2 version I have now. I'm trying to get > curl and gettext support compiled in, but having no luck, even if I try > hacking the makefile CONFIGURE_ARGS= section to include --with-gettexti > and --with-curl and removing the --disable-all. I'm still not getting > the php_gettext.so that I used to have. > > FreeBSD 4.10, Apache2. > > LARTs appreciated and gratefully received with thanks, The PHP port has been divvied up into a number of ports, so other ports can specify only what parts of PHP they need. For example, after you install php4, you can then install lang/php4-gettext to add gettext support to it. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 22:02:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF32E16A4CE for ; Mon, 9 Aug 2004 22:02:35 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA7243D48 for ; Mon, 9 Aug 2004 22:02:35 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id CDC2669A71; Mon, 9 Aug 2004 18:02:34 -0400 (EDT) Date: Mon, 9 Aug 2004 18:02:33 -0400 From: Bill Moran To: dgw@liwest.at Message-Id: <20040809180233.1e86b6e7.wmoran@potentialtech.com> In-Reply-To: <200408092231.45340.dgw@liwest.at> References: <200408091928.20307.dgw@liwest.at> <20040809143801.08e33b00.wmoran@potentialtech.com> <200408092231.45340.dgw@liwest.at> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Accidentally truncated crontab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 22:02:36 -0000 Daniela wrote: > On Monday 09 August 2004 18:38, Bill Moran wrote: > > Daniela wrote: > > > Hi all! > > > > > > I just emptied the system crontab, and don't know how I can recover it. > > > I know that the contents are still somewhere on the drive, as I didn't > > > write anything on that partition. > > > The size of the file must be stored somewhere in the inode, or maybe in > > > the directory, so I could just load the raw partition into my hexeditor > > > and change that field to the original length. But I thought I'd better > > > not touch it without consulting the experts first, because I don't have > > > much experience with file systems. > > > In the ports I couldn't find an undelete utility, and the -w option to rm > > > doesn't work here. > > > > > > Please help me, or at least tell me that there's nothing else I can do, > > > so I can use the method mentioned above. > > > > Well ... there are some undelete utilities out there (I'm surprised there > > are none in the ports) and I've seen a number of tutorials on how to > > recover deleted files from UFS filesytems ... but I think you're > > _seriously_ overcomplicating things! > > It was really not as complicated as I thought. After searching the web and > finding no undelete tools, but a tutorial on UFS layout, I pulled out the > binary editor and recovered the file myself. It was much easier than I > expected! Well, I had to make a copy of that file system, since it's root, so > I can't simply unmount it. But that was pretty much the only complication. > I think that low-level stuff starts to grow on me! Maybe I should start > writing device drivers, kernel modules and so on. Well, I'm glad you were able to figure it out. Yes, you should definately start writing device drivers and kernel modules and the like ... the team can never have too many enthusiastic hackers! > > If you haven't customized the crontab, and you have sources installed, then > > "cd /usr/src; mergemaster" will give you an opportunity to re-install the > > default system crontab. You could also download it directly from CVS. > > No, the file was heavily customized. Ahh ... > > If you did customize it and are foolish enough not to have backups, then > > do some google searches on "undeleting from UFS" or something like that. > > I've seen a few articles on how to do it in the past. And start making > > backups. Putting your /etc directory under revision control is a decent > > idea! > > Yes, you're right, I was an idiot. I said foolish, I didn't call you an idiot ... there's a big difference. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 22:14:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C20316A4CE for ; Mon, 9 Aug 2004 22:14:51 +0000 (GMT) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7121643D5D for ; Mon, 9 Aug 2004 22:14:50 +0000 (GMT) (envelope-from jayobrien@worldnet.att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc12) with ESMTP id <2004080922144711200arb2qe> (Authid: jayobrien@att.net); Mon, 9 Aug 2004 22:14:49 +0000 Message-ID: <4117F755.8000604@att.net> Date: Mon, 09 Aug 2004 15:14:45 -0700 From: Jay O'Brien User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions References: <411712B1.8090701@att.net> <20040809084734.P27979@chylonia.3miasto.net> In-Reply-To: <20040809084734.P27979@chylonia.3miasto.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Swappable Hard drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 22:14:51 -0000 Wojciech Puchar wrote: > with identical drive make copy with dd > > dd if=/dev/ad0 of=/dev/ad1 bs=64k Jerry McAllister wrote: > > You should fdisk the second drive and make is bootable and create > the identical partitions with disklabel ( you can use /stand/sysinstall > to run fdisk and disklabel for you if you want, though fdisk and > disklabel are not nearly as difficult as their reputations seem > to have them - especially now that some more work has been done > on their man pages) > > Then, use dump(8) piped to restore(8) for each partition to make > the duplicate copies - don't attempt to duplicate the swap partition. > And probably don't bother to duplicate /tmp unles, for some reason > you are keeping something more than immediate temporary stuff there - > you shouldn't if you can avoid it. dump/restore is probably better > than dd for such a thing and definitely better than tar for this type > of thing. > Don't forget to fsck the new partitions before (and maybe after) > writing them. Wojciech, Jerry: Thanks for all the input. Now to read up on dd and dump; my second HD will be here Thursday, I want to be ready. This FreeBSD is like people. There are many ways to make things work; there isn't just one "right way". It makes sense to rely on other's experience, and then apply it. Based on what I am learning from everyone here, I think there's a story to tell. So, I will carefully document my actions. Maybe someday I can repay the help and advice I'm getting now. Jay Rio Linda, CA USA From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 22:40:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2380C16A4E6 for ; Mon, 9 Aug 2004 22:40:39 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 3F05D43DA1 for ; Mon, 9 Aug 2004 22:40:35 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 1044 invoked from network); 9 Aug 2004 22:40:31 -0000 Received: from unknown (HELO ?10.0.0.68?) (69.73.60.132) by smtp6.knology.net with SMTP; 9 Aug 2004 22:40:31 -0000 Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: <1D491382-EA55-11D8-9F7E-000393BB56F2@HiWAAY.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD - questions From: David Kelly Date: Mon, 9 Aug 2004 17:40:29 -0500 X-Mailer: Apple Mail (2.618) Subject: D-Link DWL-520 won't initialize X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 22:40:44 -0000 Copied from dmesg: FreeBSD 5.2.1-RELEASE-p9 wi0: mem 0xfc000000-0xfc000fff irq 21 at device 0.0 on pci2 wi0: timeout in wi_cmd 0x0000; event status 0x0000 wi0: wi_cmd: busy bit won't clear. : init failed device_probe_and_attach: wi0 attach returned 6 Brand new DWL-520 fresh off the shelf. Not to be confused with a DWL-520+ which is not a Prism. Already made that mistake (have DWL-520+ which needs a new home). Searched the archives and others with problems apparently got much farther into initialization than shown above. For example, others got output showing firmware revision. System is a Dell PowerEdge 400SC P4-2.8G. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 22:42:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 675A216A4CE for ; Mon, 9 Aug 2004 22:42:36 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9F9D43D1D for ; Mon, 9 Aug 2004 22:42:35 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from bsdbox.farid-hajji.net (bsdbox [192.168.254.3]) by fw.farid-hajji.net (Postfix) with ESMTP id C63E34B05D; Tue, 10 Aug 2004 00:43:10 +0200 (CEST) Date: Tue, 10 Aug 2004 00:47:25 +0200 From: cpghost@cordula.ws To: Gary Mulder Message-ID: <20040809224725.GA32518@bsdbox.farid-hajji.net> References: <20040809083250.GA12445@lycurgue.localnet> <20040809083250.GA12445@lycurgue.localnet> <4.2.0.58.20040809145427.01092be8@mail.infotechfl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.2.0.58.20040809145427.01092be8@mail.infotechfl.com> User-Agent: Mutt/1.5.6i cc: questions@freebsd.org Subject: Re: A question about /tmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 22:42:36 -0000 On Mon, Aug 09, 2004 at 03:00:59PM -0400, Gary Mulder wrote: > Of course having /tmp -> /var/tmp means that you have no valid /tmp in > single user mode where /var is not mounted. That is unless you created > /var/tmp in single user mode, but that would mean /var would be mounted > over the root partition's /var/tmp dir in multi-user mode, which can be > non-intuitive to say the least. > > The net result of not having a valid /tmp is that some commands issued in > single-user mode may fail non-obviously as they might (reasonably?) assume > /tmp is available. YES! Thanks for pointing this out! I've forgot to say that my /var mount point on the root partition instead of being empty, contains a tmp subdir /var/tmp (just as you've said). That's the reason why the symlink works even in single-user mode. After going multi-user, the real /var masks all single-user tempfiles, but THAT was never a problem, at least not for me. I admit that this setup is quite fragile. Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 23:01:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70A5516A4CE for ; Mon, 9 Aug 2004 23:01:44 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 3CF4043D39 for ; Mon, 9 Aug 2004 23:01:43 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 13035 invoked from network); 9 Aug 2004 23:01:41 -0000 Received: from unknown (HELO ?10.0.0.68?) (69.73.60.132) by smtp7.knology.net with SMTP; 9 Aug 2004 23:01:41 -0000 Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: <11765C78-EA58-11D8-9F7E-000393BB56F2@HiWAAY.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD - questions From: David Kelly Date: Mon, 9 Aug 2004 18:01:37 -0500 X-Mailer: Apple Mail (2.618) Subject: vinum does not remember config across boots X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 23:01:44 -0000 Mentioned in the past week or so that I have two 160G SATA drives with one slice each, each slice has 1G reserved (not currently used) for swap, the remainder s1d is for vinum. The two are striped with "vinum stripe -v /dev/ad4s1d /dev/ad6s1d". At boot vinum often does not remember these drives should be striped. Booting (usually, but not always as sometimes vinum works) drops me into single user where I have to manually run the above vinum command again which finally creates /dev/vinum/vinum0. At that point my fs will mount cleanly. I don't believe the config is being written to the disks and not sure that I'm not the one doing something wrong: dkelly@Opus [72] uname -a FreeBSD Opus.home 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Mon Aug 9 14:42:06 CDT 2004 dkelly@Opus.home:/usr/obj/usr/src/sys/OPUS i386 dkelly@Opus [73] vinum list 2 drives: D vinumdrive1 State: up /dev/ad6s1d A: 0/156041 MB (0%) D vinumdrive0 State: up /dev/ad4s1d A: 0/156041 MB (0%) 1 volumes: V vinum0 State: up Plexes: 1 Size: 304 GB 1 plexes: P vinum0.p0 S State: up Subdisks: 2 Size: 304 GB 2 subdisks: S vinum0.p0.s0 State: up D: vinumdrive0 Size: 152 GB S vinum0.p0.s1 State: up D: vinumdrive1 Size: 152 GB dkelly@Opus [74] vinum saveconfig dkelly@Opus [75] vinum setdaemon Options mask: 0 dkelly@Opus [76] vinum dumpconfig dkelly@Opus [77] If I'm not mistaken "dumpconfig" should have produced results similar to "list" but while "list" displays running information from kernel space, "dumpconfig" should go direct to the media for its answer? And dumpconfig is finding nothing? Have tried putting vinum_load="YES" in /boot/loader.conf in addition to start_vinum="YES" in /etc/rc.conf. Vinum_load only seems to cause the rc scripts to say, "vinum already loaded" or similar. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 23:09:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E446B16A4CE for ; Mon, 9 Aug 2004 23:09:57 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 66D5743D3F for ; Mon, 9 Aug 2004 23:09:57 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 20715 invoked from network); 9 Aug 2004 23:09:56 -0000 Received: from unknown (HELO ?10.0.0.68?) (69.73.60.132) by smtp5.knology.net with SMTP; 9 Aug 2004 23:09:56 -0000 Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: <398644F4-EA59-11D8-9F7E-000393BB56F2@HiWAAY.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD - questions From: David Kelly Date: Mon, 9 Aug 2004 18:09:54 -0500 X-Mailer: Apple Mail (2.618) Subject: ACPI and rebooting, not. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 23:09:58 -0000 Today I've already mentioned wi0 and vinum problems with this machine, a Dell PowerEdge 400SC. Originally it didn't have this problem (its first week) but after exchanging a disk drive it fails to reboot from FreeBSD. Seems to fail where the kernel hands things back to the BIOS. Last message on the console should be "rebooting" in bright text but never gets there unless I disable ACPI in FreeBSD with hint.acpi.0.disabled="1" in /boot/loader.conf or use the boottime menu. Have I tweaked something wrong in the BIOS without knowing it? FreeBSD 5.2.1-RELEASE-p9, but doesn't matter if its pure FreeBSD 5.2.1-RELEASE off the 5.2.1 install CDROM or not. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 23:11:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB3716A4CE for ; Mon, 9 Aug 2004 23:11:11 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5059543D1D for ; Mon, 9 Aug 2004 23:11:11 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-67-115-74-195.dsl.lsan03.pacbell.net [67.115.74.195]) i79NB5NW025091; Mon, 9 Aug 2004 19:11:05 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AA8FC51312; Mon, 9 Aug 2004 16:11:07 -0700 (PDT) Date: Mon, 9 Aug 2004 16:11:07 -0700 From: Kris Kennaway To: Mark Message-ID: <20040809231107.GA92068@xor.obsecurity.org> References: <200408092106.I79L6HGV003922@asarian-host.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: <200408092106.I79L6HGV003922@asarian-host.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Only WDMA2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 23:11:11 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 09, 2004 at 09:06:18PM +0000, Mark wrote: > Dear Sirs: >=20 > In my FreeBSD 4.9R server, I use an ARAID99 1000L RAID system. However, it > only runs at "WDMA2": >=20 > Aug 9 21:08:36 asarian-host /kernel: ad0: 39205MB 2.5> [79656/16/63] at ata0-master WDMA2 >=20 > WDMA2 only offers 16 MB/s, whereas ATA133 of course, offers 133 MB/s. The > question is, is there a reason FreeBSD only uses WDMA2 for this device? (= it > contains two MAXTOR 40G ATA133 disks, connected to an ATA133 IDE port as > single master). >=20 > Second question, subsidiary, can I force a higher mode than WDMA2? (like > UDMA 133). >=20 > Much obliged, Check the cable..perhaps you only have a 40-pin cable instead of the 80-pin cable you need for higher speeds. Kris --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBGASLWry0BWjoQKURAsfHAKDeJaAy7N0cqedMbEZmLlULQ/JqmgCfbD7x SSTgaH1BmvbQzY+WFEw9eh4= =KQ3M -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 23:21:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8930B16A4CE for ; Mon, 9 Aug 2004 23:21:27 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B6F443D45 for ; Mon, 9 Aug 2004 23:21:24 +0000 (GMT) SRS0=266nOBZ+=K7=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.1/8.13.1) id i79NLM9l008706 for freebsd-questions@freebsd.org; Tue, 10 Aug 2004 01:21:22 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408092321.I79NLLI7008696@asarian-host.net> Date: Mon, 09 Aug 2004 23:21:22 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: 6bLtbHG7C1fSywM6M3Aj4yUui8KOGm6DlaG0wclzTAXCMAfWKnehIxP+LHFE94emNG05s5USebYbotAnNFfqlg== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: References: <200408092106.I79L6HGV003922@asarian-host.net> <20040809231107.GA92068@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQRgG8jFqW1BleBN9AQGpzwf+NMe9Nq6IpQ6lZcWILoM7SZ8l0JU6Oj/K L+In1L3NgIVijTet4ddeqzVy24aKICO8QcYak9Na9M+cvKysXaVVi8FQbsIdfEb1 TxlHhqIB9Lzw8XRti1n/0CmqKIbnM8DPLnedPNQkjhSwz7sJs8RFN7oJEkybydIO XyF55xESBL5LjY0ZdCwWJJ8TPunas8JPmO73Vc1RPFqPxZ368LFyM7gVahDj5cAZ hjhYgvbVnJe5glaApbfL59wrgR2Nrb858b1JoSIbzNutn2+9tCVrqsF/xEsTL/+o 4/lk8HB1mD9w4e2EMHLnTPI5tGdNtXKJvQMiw5PFJ4qZEnEMgPMOcA== =tCsq Subject: Re: Only WDMA2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 23:21:27 -0000 > > In my FreeBSD 4.9R server, I use an ARAID99 1000L RAID system. However, > > it only runs at "WDMA2": > > > > Aug 9 21:08:36 asarian-host /kernel: ad0: 39205MB > 2.5> [79656/16/63] at ata0-master WDMA2 > > > WDMA2 only offers 16 MB/s, whereas ATA133 of course, offers 133 MB/s. The > > question is, is there a reason FreeBSD only uses WDMA2 for this device? > > (it contains two MAXTOR 40G ATA133 disks, connected to an ATA133 IDE port > > as single master). > > > > Second question, subsidiary, can I force a higher mode than WDMA2? (like > > UDMA 133). > > > > Much obliged, > > Check the cable..perhaps you only have a 40-pin cable instead of the > 80-pin cable you need for higher speeds. I used an 80-pin cable, alright; and I even switched it out; still, only WDMA2. I tried: "/sbin/atacontrol mode 0 UDMA6 XXX" But to no avail. A speed-test confirms the disasterous throughput: % dd if=/dev/ad0s1e of=/dev/null bs=64k count=100 100+0 records in 100+0 records out 6553600 bytes transferred in 0.638866 secs (10258177 bytes/sec) Something is fishy. - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 23:50:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D0F616A4CE for ; Mon, 9 Aug 2004 23:50:16 +0000 (GMT) Received: from skywalker.rogness.net (skywalker.rogness.net [64.251.173.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A59443D45 for ; Mon, 9 Aug 2004 23:50:15 +0000 (GMT) (envelope-from nick@rogness.net) Received: from skywalker.rogness.net (localhost [127.0.0.1]) i79NnRAS082044 for ; Mon, 9 Aug 2004 17:49:27 -0600 (MDT) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost)i79NnRgZ082041 for ; Mon, 9 Aug 2004 17:49:27 -0600 (MDT) (envelope-from nick@rogness.net) X-Authentication-Warning: skywalker.rogness.net: nick owned process doing -bs Date: Mon, 9 Aug 2004 17:49:27 -0600 (MDT) From: Nick Rogness To: questions@freebsd.org Message-ID: <20040809174631.K81362@skywalker.rogness.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Outbound SMTP filtering X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 23:50:16 -0000 I am looking for an Outbound SMTP filtering solution to prevent SPAM and Virii from being sent through our SMTP relay machine (FreeBSD running sendmail). A plugin module for sendmail or maybe some external appliance? Just outbound SMTP traffic only. Any suggestions? Nick Rogness - How many people here have telekenetic powers? Raise my hand. -Emo Philips From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 23:59:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE9B16A4CF for ; Mon, 9 Aug 2004 23:59:16 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BC7643D53 for ; Mon, 9 Aug 2004 23:59:16 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 791526289; Mon, 9 Aug 2004 18:59:15 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05969-07; Mon, 9 Aug 2004 18:59:00 -0500 (CDT) Received: from [198.92.228.34] (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id B16146287; Mon, 9 Aug 2004 18:58:59 -0500 (CDT) Message-ID: <41180FC2.2020200@makeworld.com> Date: Mon, 09 Aug 2004 18:58:58 -0500 From: Chris User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040809) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nick Rogness References: <20040809174631.K81362@skywalker.rogness.net> In-Reply-To: <20040809174631.K81362@skywalker.rogness.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at makeworld.com - Isn't it ironic cc: questions@freebsd.org Subject: Re: Outbound SMTP filtering X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 23:59:16 -0000 Nick Rogness wrote: > > I am looking for an Outbound SMTP filtering solution to prevent SPAM and > Virii from being sent through our SMTP relay machine (FreeBSD running > sendmail). > > A plugin module for sendmail or maybe some external appliance? Just > outbound SMTP traffic only. Any suggestions? > > Nick Rogness > - > How many people here have telekenetic powers? Raise my hand. > -Emo Philips > > _______________________________________________ > 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" > > Mailscanner works will with Sendmail/SA/and clamav. Otherwise - consider something like Postfix w/Amavis/SA etc. I guess it all depends on how deep you want to go and how much work you wanna do. -- Best regards, Chris From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 00:23:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 395DB16A4CE for ; Tue, 10 Aug 2004 00:23:57 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24B4543D4C for ; Tue, 10 Aug 2004 00:23:55 +0000 (GMT) SRS0=SKjgfk80=LA=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.1/8.13.1) id i7A0Ns0T011100 for freebsd-questions@freebsd.org; Tue, 10 Aug 2004 02:23:54 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408100023.I7A0NNTU011088@asarian-host.net> Date: Tue, 10 Aug 2004 00:23:53 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: mbGcmqxiOPW79YHy94MMSON6jnwzHbI5VPakkb+mmyrIGhFvIsC5G80Pr9qUOKWp9hmC1x4xl9v9xUsqpDm4Fg== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: References: <200408092106.I79L6HGV003922@asarian-host.net><20040809231107.GA92068@xor.obsecurity.org> <200408092321.I79NLIQ1008713@asarian-host.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQRgVmTFqW1BleBN9AQG6AQf/RJKd4niD8uElh4XHECvAwiEPYEd7UArT d7OqfMU/tD1MKzVsFdN0fQAeepmcn9+GRYm1WxtjmX4c+5gACHCRRKoV8PxJ+Zgk gen9Pl028wOrEBKMA2qLptSXWJEz5G9tl/WnSfqSaIAgXqZJwMD07lluwV+/bfyZ zDyccsvyzOHIr1KGu5AWbNPZPmVe4N0ZIFXY+xHEJxT4uM/2Jsyc7IVluakTlYlz yeWBLTbGw0WT4DhQyqdFa0NbXQ7PVItqxvpnZ/BDRfY+v5PDZoIpA5h78YgdoLk+ B8TnaI8W4SvqQh9M7QPS01iyilZaqas7dVCRftRBTjsyR9MpT+X8Vw== =o5QX Subject: Re: Only WDMA2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 00:23:57 -0000 Mark wrote: >>> In my FreeBSD 4.9R server, I use an ARAID99 1000L RAID system. >>> However, it only runs at "WDMA2": >>> >>> Aug 9 21:08:36 asarian-host /kernel: ad0: 39205MB >> 1000 Rev 2.5> [79656/16/63] at ata0-master WDMA2 >> >>> WDMA2 only offers 16 MB/s, whereas ATA133 of course, offers 133 >>> MB/s. The question is, is there a reason FreeBSD only uses WDMA2 >>> for this device? (it contains two MAXTOR 40G ATA133 disks, >>> connected to an ATA133 IDE port as single master). >>> >>> Second question, subsidiary, can I force a higher mode than WDMA2? >>> (like UDMA 133). Allow me to give some additional info: /var/log/dmesg.today:ad0: 39205MB [79656/16/63] at ata0-master WDMA2 /var/log/dmesg.today:ad4: 78167MB [158816/16/63] at ata2-master UDMA133 /var/log/dmesg.today:acd0: CDROM at ata1-master PIO4 /var/log/dmesg.today:atapci0: port 0xa000-0xa00f,0xa400-0xa403,0xa800-0xa807,0xb000-0xb003,0xb400-0xb407 mem 0xfde00000-0xfde03fff irq 10 at device 12.0 on pci0 /var/log/dmesg.today:ata2: at 0xb400 on atapci0 /var/log/dmesg.today:ata3: at 0xa800 on atapci0 /var/log/dmesg.today:atapci1: port 0xfc00-0xfc0f at device 15.1 on pci0 /var/log/dmesg.today:ata0: at 0x1f0 irq 14 on atapci1 /var/log/dmesg.today:ata1: at 0x170 irq 15 on atapci1 This is on a ASUS K8V Deluxe board. Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 00:29:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E41216A4CE for ; Tue, 10 Aug 2004 00:29:26 +0000 (GMT) Received: from ariel.globecom.net (ariel.globecom.net [212.116.67.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id F322643D45 for ; Tue, 10 Aug 2004 00:29:25 +0000 (GMT) (envelope-from mattias.bjork@sydnet.net) Received: from localhost (localhost.localdomain [127.0.0.1]) by ariel.globecom.net (Postfix) with ESMTP id 1CA13663931 for ; Tue, 10 Aug 2004 02:29:43 +0200 (CEST) Received: from ariel.globecom.net ([127.0.0.1]) by localhost (ariel.bahnhof.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13483-01-6 for ; Tue, 10 Aug 2004 02:29:42 +0200 (CEST) Received: from mail-gw.globecom.net (mail-gw.globecom.net [212.116.65.149]) by ariel.globecom.net (Postfix) with ESMTP id 9334F66392C for ; Tue, 10 Aug 2004 02:29:42 +0200 (CEST) Received: from setiathome.birch.se (unknown [212.116.92.111]) by mail-gw.globecom.net (Postfix) with ESMTP id 3DA7DB8E2 for ; Tue, 10 Aug 2004 02:29:24 +0200 (CEST) Received: (qmail 31177 invoked by uid 0); 10 Aug 2004 00:29:24 -0000 Received: from unknown (HELO ?192.168.10.201?) (192.168.10.201) by setiathome.birch.se with SMTP; 10 Aug 2004 00:29:24 -0000 Message-ID: <411816EB.2090602@sydnet.net> Date: Tue, 10 Aug 2004 02:29:31 +0200 From: =?ISO-8859-1?Q?Mattias_Bj=F6rk?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040804) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at globecom.net Subject: Authentication Problem/Login problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 00:29:26 -0000 Hi, I have setup qmail with vpopmail+courier-imap and are using a virtual domain. Its named "mail.birch.se". Im running it on FreeBSD 5.2.1. I have used this guide to accomplish this: "http://www.stevenfettig.com/mythoughts/archives/cat_qmail.php" (Qmail HOWTO 1 thru chapter 3.) I have also read some of the comments and did the change of AUTHMODULES="authvchkpw" in "/usr/local/etc/courier-imap/authdaemonrc" from AUTHMODULES="authdaemon". And my /var/qmail/control/virtualdomains does have this line: "mail.birch.se:mail.birch.se" Im using thunderbird as my MUA. My user name is "kladd" Almost everything works fine, I can auth/login via imap-ssl and all. I get the certificate and accept it. However when I look in /var/log/maillog it says: Aug 10 01:50:18 mail imapd-ssl: LOGIN FAILED, ip=[::ffff:192.168.10.201] Aug 10 01:50:18 mail imapd-ssl: LOGOUT, ip=[::ffff:192.168.10.201] (There are more but just the same thing but other date/time stamps) And I can't see/list my mails, And If I send a mail to my self, with the option "Place mail in sent folder" set. I get an error message saying that it can't do it. I have tried to change the password several times but that does not seem to make any diffrance. I have listed and there are the mail that I have sent to my self in "/usr/local/vpopmail/domains/mail.birch.se/kladd/Maildir/new" I hope have not forgotten to do something, I can't think of anything that I have forgotten. Perhaps I have missed something but I have also checked the logs in "/var/log". I have checked "/var/messages" and /var/log/qmail/current with tail -f. And there is not more that I can think of that is wrong. Does anybody have a clue on what might be wrong? This has something to do with the auth. I don't know but it might be something to with the open_relay fix/addon in the guide as well. Mvh Mattias Björk From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 00:30:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F69A16A4CF for ; Tue, 10 Aug 2004 00:30:06 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5ECC43D53 for ; Tue, 10 Aug 2004 00:30:05 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from bsdbox.farid-hajji.net (bsdbox [192.168.254.3]) by fw.farid-hajji.net (Postfix) with ESMTP id 10E414B15D; Tue, 10 Aug 2004 02:30:41 +0200 (CEST) Date: Tue, 10 Aug 2004 02:34:55 +0200 From: cpghost@cordula.ws To: Jerry McAllister Message-ID: <20040810003455.GA40213@bsdbox.farid-hajji.net> References: <4117CD62.4070909@mac.com> <200408091951.i79JpGd25694@clunix.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408091951.i79JpGd25694@clunix.cl.msu.edu> User-Agent: Mutt/1.5.6i cc: questions@freebsd.org cc: Gary Mulder Subject: Re: A question about /tmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 00:30:06 -0000 On Mon, Aug 09, 2004 at 03:51:15PM -0400, Jerry McAllister wrote: > Well, that is debateable. The safest is for /tmp to be its own > partition/filesystem. If you have it in root, and some runaway process > fills it up, it can bring the system to a grinding halt. So, unless I The problem here is that the number of partitions per slice is extremely limited in FreeBSD. There was a discussion a while ago [sorry, I've lost the reference] to bump the number of partitions to 16 or even 32, but AFAIK, this has not been implemented (is it still so?). One of OpenBSD or NetBSD supports this, but not FreeBSD :( Perhaps in the upcoming 5.3-RELEASE? And no, vinum is not the solution so early in the boot process. -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 00:45:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFD1B16A4CE for ; Tue, 10 Aug 2004 00:45:17 +0000 (GMT) Received: from pd4mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642E643D1F for ; Tue, 10 Aug 2004 00:45:17 +0000 (GMT) (envelope-from bw2003@shaw.ca) Received: from pd2mr5so.prod.shaw.ca (pd2mr5so-qfe3.prod.shaw.ca [10.0.141.8]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I2700EF8GOE81@l-daemon> for freebsd-questions@freebsd.org; Mon, 09 Aug 2004 18:43:26 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd2mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I2700L6MGOE4KC0@pd2mr5so.prod.shaw.ca> for freebsd-questions@freebsd.org; Mon, 09 Aug 2004 18:43:26 -0600 (MDT) Received: from potlavj0m8twaq (S0106000d3a747f62.ls.shawcable.net [24.76.211.223])2003)) freebsd-questions@freebsd.org; Mon, 09 Aug 2004 18:43:26 -0600 (MDT) Date: Mon, 09 Aug 2004 20:43:22 -0400 From: Ryan To: freebsd-questions@freebsd.org Message-id: <001601c47e73$0b134e90$4b02a8c0@potlavj0m8twaq> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-Priority: 1 X-MSMail-priority: High Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: BuildWorld Compile Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 00:45:17 -0000 =3D=3D=3D> gnu/usr.bin/binutils =3D=3D=3D> gnu/usr.bin/binutils/libiberty cc -O -pipe -march=3Dpentiumpro -D_GNU_SOURCE -I. = -I/usr/src/gnu/usr.bin/binutils/libiberty = -I/usr/src/gnu/usr.bin/binutils/libiberty/../libbfd/i386 = -I/usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/in= clude -DHAVE_CONFIG_H -W -Wall -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Werror -c = /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libi= berty/argv.c -o argv.o cc -O -pipe -march=3Dpentiumpro -D_GNU_SOURCE -I. = -I/usr/src/gnu/usr.bin/binutils/libiberty = -I/usr/src/gnu/usr.bin/binutils/libiberty/../libbfd/i386 = -I/usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/in= clude -DHAVE_CONFIG_H -W -Wall -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Werror -c = /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libi= berty/choose-temp.c -o choose-temp.o cc1: warnings being treated as errors /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libi= berty/choose-temp.c: In function `choose_temp_base': /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libi= berty/choose-temp.c:68: warning: implicit declaration of function = `mktemp' *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils/libiberty. *** Error code 1 Stop in /usr/src/gnu/usr.bin/binutils. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 00:45:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C70B16A4CE; Tue, 10 Aug 2004 00:45:52 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E83A43D49; Tue, 10 Aug 2004 00:45:52 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from bsdbox.farid-hajji.net (bsdbox [192.168.254.3]) by fw.farid-hajji.net (Postfix) with ESMTP id 5870D4AE87; Tue, 10 Aug 2004 02:46:27 +0200 (CEST) Date: Tue, 10 Aug 2004 02:50:41 +0200 From: cpghost@cordula.ws To: fbsd_user Message-ID: <20040810005041.GB40213@bsdbox.farid-hajji.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: re@freebsd.org cc: freebsd-questions@freebsd.org Subject: MIDI? (Was: 5.3 stable release tentatively scheduled for Oct 3) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 00:45:52 -0000 On Mon, Aug 09, 2004 at 11:27:04AM -0400, fbsd_user wrote: > 5.3 stable release tentatively scheduled for Oct 3 [snip] > See http://www.freebsd.org/releases/5.3R/schedule.html What's the status of MIDI? Any chance to get it back in 5.3R? -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 01:03:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 426B516A4CE for ; Tue, 10 Aug 2004 01:03:43 +0000 (GMT) Received: from probsd.org (rrcs-midsouth-24-199-182-230.biz.rr.com [24.199.182.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA59743D2D for ; Tue, 10 Aug 2004 01:03:42 +0000 (GMT) (envelope-from ms@probsd.org) Received: from localhost (jail [192.168.1.4]) by probsd.org (Postfix) with ESMTP id 630DF9D564 for ; Mon, 9 Aug 2004 21:03:42 -0400 (EDT) Received: from probsd.org ([192.168.1.4]) by localhost (jail [192.168.1.4]) (amavisd-new, port 10024) with ESMTP id 00385-07 for ; Mon, 9 Aug 2004 21:03:41 -0400 (EDT) Received: from probsd.org (jail [192.168.1.4]) by probsd.org (Postfix) with ESMTP id 5AFC59D493 for ; Mon, 9 Aug 2004 21:03:41 -0400 (EDT) Received: from 192.168.1.1 (SquirrelMail authenticated user ms); by probsd.org with HTTP; Mon, 9 Aug 2004 21:03:41 -0400 (EDT) Message-ID: <3352.192.168.1.1.1092099821.squirrel@192.168.1.1> Date: Mon, 9 Aug 2004 21:03:41 -0400 (EDT) From: "Michael Sharp" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3 X-Mailer: SquirrelMail/1.4.3 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at probsd.org - Isn't it ironic Subject: USB HD support in 4.9? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 01:03:43 -0000 I've considered purchasing a external harddrive, preferably USB, and installing freebsd on it and use it as a rsync backup server for my production system. I'm using 4.9-RELEASE, anyone out there using a external USB HD successfully and which manufacturer? Michael From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 01:15:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0132016A4CE for ; Tue, 10 Aug 2004 01:15:38 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 7356543D46 for ; Tue, 10 Aug 2004 01:15:37 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 12740 invoked by uid 0); 10 Aug 2004 01:15:57 -0000 Received: from user-69-73-60-132.knology.net (HELO ?10.0.0.68?) (69.73.60.132) by smtp3.knology.net with SMTP; 10 Aug 2004 01:15:57 -0000 Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <1D491382-EA55-11D8-9F7E-000393BB56F2@HiWAAY.net> References: <1D491382-EA55-11D8-9F7E-000393BB56F2@HiWAAY.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Kelly Date: Mon, 9 Aug 2004 20:15:33 -0500 To: FreeBSD - questions X-Mailer: Apple Mail (2.618) Subject: Re: D-Link DWL-520 won't initialize X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 01:15:38 -0000 On Aug 9, 2004, at 5:40 PM, David Kelly wrote: > wi0: mem 0xfc000000-0xfc000fff irq 21 at device > 0.0 on pci2 > wi0: timeout in wi_cmd 0x0000; event status 0x0000 > wi0: wi_cmd: busy bit won't clear. > : init failed > device_probe_and_attach: wi0 attach returned 6 Update: exact same card on an Asus P2B PII-400 MHz machine with FreeBSD 4.8-p-something produced much the same results above when I did "kldload if_wi". Difference was "attach returned 5" and the system locked hard. Studying D-Link's site I now know I have a "version E" card, if that means anything. NT4 is the newest Microsoft product I have, and isn't supported by D-Link. The D-Link instructions say their software is to be installed before the hardware so I'm wondering if it has to be FLASH'ed or something? -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 01:29:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3537C16A4CE for ; Tue, 10 Aug 2004 01:29:51 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36D1043D54 for ; Tue, 10 Aug 2004 01:29:49 +0000 (GMT) SRS0=SKjgfk80=LA=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.1/8.13.1) id i7A1TmLo013014 for freebsd-questions@freebsd.org; Tue, 10 Aug 2004 03:29:48 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408100129.I7A1TLSQ012997@asarian-host.net> Date: Tue, 10 Aug 2004 01:29:48 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: 4ZC0+DH0Kk7hjPTIudmD6GFkCKXWBgoS8fqmi92GZtv7uQ4ZwEX7ZrJCMXKFk7K72oMrzWrPteUhB6+22l/b/g== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQRglDDFqW1BleBN9AQHksgf/SR5lm1ZugiWeyPl/JleG5RbY9kxPQXpZ /yCeRqiMgzVzdVRM5dzRrzVfuK0Lo7/zyguBVr+/RhtRnWD0hXtztzK8eVVzaJAp irwDRyqK0y3sL1N65NK8D2jOSQjZzHsz3WDtKCOogvA06bpylBNOmLbqGZ+37+hQ b/seQyoD5PMlu7LZO6AA6RJ2ia/cHxC1FAb3pTxyiH3PIJChp4YH7lA2Q7OSoHAC wztTJ62HcGR9zlktjjjn6dgyxGkdlzpQkmb56SasxuF1wxxPRkGLAVZBOYld34aA 52QqSRpZg5X7vjKpgitlMSfp0UthDAIiWzu9x2ZTIZqpfZ1+T/HAjA== =Zy// cc: freebsd-questions@freebsd.org Subject: Fw: Only WDMA2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 01:29:51 -0000 > Mark wrote: > >>>> In my FreeBSD 4.9R server, I use an ARAID99 1000L RAID system. >>>> However, it only runs at "WDMA2": >>>> >>>> Aug 9 21:08:36 asarian-host /kernel: ad0: 39205MB >>> 1000 Rev 2.5> [79656/16/63] at ata0-master WDMA2 >>> >>>> WDMA2 only offers 16 MB/s, whereas ATA133 of course, offers 133 >>>> MB/s. The question is, is there a reason FreeBSD only uses WDMA2 >>>> for this device? (it contains two MAXTOR 40G ATA133 disks, >>>> connected to an ATA133 IDE port as single master). >>>> >>>> Second question, subsidiary, can I force a higher mode than WDMA2? >>>> (like UDMA 133). > > > Allow me to give some additional info: > > /var/log/dmesg.today:ad0: 39205MB > [79656/16/63] at ata0-master WDMA2 > /var/log/dmesg.today:ad4: 78167MB [158816/16/63] at > ata2-master UDMA133 > /var/log/dmesg.today:acd0: CDROM at ata1-master PIO4 > /var/log/dmesg.today:atapci0: port > 0xa000-0xa00f,0xa400-0xa403,0xa800-0xa807,0xb000-0xb003,0xb400-0xb407 > mem 0xfde00000-0xfde03fff irq 10 at device 12.0 on pci0 > /var/log/dmesg.today:ata2: at 0xb400 on atapci0 > /var/log/dmesg.today:ata3: at 0xa800 on atapci0 > /var/log/dmesg.today:atapci1: port > 0xfc00-0xfc0f at device 15.1 on pci0 > /var/log/dmesg.today:ata0: at 0x1f0 irq 14 on atapci1 > /var/log/dmesg.today:ata1: at 0x170 irq 15 on atapci1 > > This is on a ASUS K8V Deluxe board. It may be the case that FreeBSD 4.9R cannot use ATA 133 on the VIA 8237. I saw 8.10 *does* support the via 8237. I'm unclear as to whether it also supports the ATA 133 modes (hardware notes say: VIA 8237 SATA150). Is there a way I can just upgrade the ata driver, without going all the way to 8.10? I really cannot continue with using WDMA2 on 16 MB/s. That is about ten times as slow as it can be! I appreciate the help, - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 01:30:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C489216A4CE for ; Tue, 10 Aug 2004 01:30:33 +0000 (GMT) Received: from rambo.401.cx (rambo.401.cx [80.65.205.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id D972D43D1D for ; Tue, 10 Aug 2004 01:30:32 +0000 (GMT) (envelope-from listsub@401.cx) Received: from [127.0.0.1] (rocky [192.168.0.2]) by rambo.401.cx (8.12.11/8.12.11) with ESMTP id i7A1UUhC008084 for ; Tue, 10 Aug 2004 03:30:30 +0200 (CEST) (envelope-from listsub@401.cx) Message-ID: <4118252E.6090905@401.cx> Date: Tue, 10 Aug 2004 03:30:22 +0200 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: freebsd 4.10 ATA problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 01:30:33 -0000 Hi list. I recently installed FreeBSD 4.9 on a Dell Poweredge 1500SC with dual PIII 1.3GHz, a SCSI drive for the OS and some IDE's for storage. I experienced crashes that seemed to be related to the IDE controller so I cvsuped to latest 4.10, but the problem is still there. Here are the last lines from the log/console: Aug 10 02:46:54 rambo /kernel: ad0: READ command timeout tag=0 serv=0 - resetting Aug 10 02:46:54 rambo /kernel: ata0: resetting devices .. ad0: DMA limited to UDMA33, non-ATA66 cable or device Aug 10 02:46:54 rambo /kernel: ad1: ATA identify retries exceeded Aug 10 02:46:54 rambo /kernel: ad1: timeout waiting for cmd=c6 s=00 e=00 Aug 10 02:46:54 rambo /kernel: ad1: timeout waiting for cmd=ef s=00 e=00 Aug 10 02:46:54 rambo last message repeated 4 times Aug 10 02:46:54 rambo /kernel: done Aug 10 02:58:07 rambo /kernel: ad0: READ command timeout tag=0 serv=0 - resetting Aug 10 02:58:07 rambo /kernel: ata0: resetting devices .. Aug 10 02:58:07 rambo /kernel: ad1: removed from configuration Aug 10 02:58:07 rambo /kernel: ad0: DMA limited to UDMA33, non-ATA66 cable or device Aug 10 02:58:07 rambo /kernel: done After this, the box freezes, it totally locks up. Its not a panic, it just stops responding. Only way to recover is hard reboot. This seems to happen randomly within 1-5 days uptime, and its not related to heavy loads. I have tried to really put some stress on the IDE drives to force a lockup, but so far they have managed to survive all the torture tests Ive been able to think of. Still, the box has so far never managed more then 5 days without a crash. Do I have a f*cked up IDE controller on this motherboard or is there some setting I can try? Im gratefull for any and all suggestions. -- R From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 01:31:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B54516A4CE for ; Tue, 10 Aug 2004 01:31:05 +0000 (GMT) Received: from ms-smtp-04.texas.rr.com (ms-smtp-04.texas.rr.com [24.93.47.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9917843D1F for ; Tue, 10 Aug 2004 01:31:04 +0000 (GMT) (envelope-from cboyd@gizmopartners.com) Received: from [192.168.0.2] (cs24359-109.austin.rr.com [24.243.59.109]) i7A1V2t1013244 for ; Mon, 9 Aug 2004 20:31:02 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <20040809180028.05f1899f.wmoran@potentialtech.com> References: <1092088208.7677.58.camel@cookie> <20040809180028.05f1899f.wmoran@potentialtech.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chris Boyd Date: Mon, 9 Aug 2004 20:31:01 -0500 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.618) X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: PHP4 port broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 01:31:05 -0000 On Aug 9, 2004, at 5:00 PM, Bill Moran wrote: > The PHP port has been divvied up into a number of ports, so other ports > can specify only what parts of PHP they need. For example, after you > install php4, you can then install lang/php4-gettext to add gettext > support to it. OK, thanks to Bill, Paul, and Dan. Looks like everything is going along well. Would have been nice if they had modified the old makefile to put up a note that said something like "We're moving stuff around. If you want to build extensions, go to /usr/ports/lang/php4-extensions." --Chris From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 02:44:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE83416A4CE for ; Tue, 10 Aug 2004 02:44:37 +0000 (GMT) Received: from mail.myhostinghome.net (dweimer.mcmsys.com [207.243.167.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE3143D41 for ; Tue, 10 Aug 2004 02:44:37 +0000 (GMT) (envelope-from dweimer@myhostinghome.net) Received: from www.myhostinghome.net (localhost.myhostinghome.net [127.0.0.1]) i7A2iaU2021426 for ; Mon, 9 Aug 2004 21:44:36 -0500 (CDT) (envelope-from dweimer@myhostinghome.net) Received: from 207.243.167.148 (SquirrelMail authenticated user dweimer); by www.myhostinghome.net with HTTP; Mon, 9 Aug 2004 21:44:36 -0500 (CDT) Message-ID: <58982.207.243.167.148.1092105876.squirrel@207.243.167.148> Date: Mon, 9 Aug 2004 21:44:36 -0500 (CDT) From: "Dean E. Weimer" To: freebsd-questions@FreeBSD.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: USB KVM Keyboard Drop Work-Around (almost, need help!!) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 02:44:38 -0000 Bear with on this one, it is a little long, but I wanted to describe problem with as much detail as possible. I recently purchased a USB KVM to switch between my Windows XP Box and FreeBSD (5.2.1-RELEASE) file/web development server. I was able to use the USB keyboard after a boot, but as soon as I switched to the XP Box and back to the FreeBSD machine it would no longer recognize the USB keyboard. Search the mailing lists, Google, and Yahoo, showed that I wasn't the only one with this problem, but I could not find a fix or work around. After some searching I discovered that by using the command "usr/sbin/kbdcontrol -k /dev/kbd1 < /dev/console" that I could then see the USB keyboard again. Furthermore I discovered that when I switched back and fourth with the KVM these messages showed up in the "/var/log/messages" syslog. When Leaving: ukbd0: at uhub1 port 1 (addr 3) disconnected ukbd0: detached uhid0: at uhub1 port 1 (addr 3) disconnected uhid0: detached ums0: at uhub1 port 2 (addr 4) disconnected ums0: detached When Returning: ukbd0: CHESEN USB Keyboard, rev 1.10/1.10, addr 3, iclass 3/1 kbd1 at ukbd0 uhid0: CHESEN USB Keyboard, rev 1.10/1.10, addr 3, iclass 3/0 ums0: Cypress Sem PS2/USB Browser Combo Mouse, rev 1.00/0.00, addr 4, iclass 3/1 ums0: 5 buttons and Z dir. So logic told me that if I could figure out a way to execute the "usr/sbin/kbdcontrol -k /dev/kbd1 < /dev/console" command based on the log I would have a functional work around. I used Swatch (/usr/ports/security/swatch) form the ports tree to attempt to solve this program. My configuration for swatch contains the following: watchfor /kbd1 at ukbd0/ bell 3 exec /usr/sbin/kbdcontrol -k /dev/kbd1 < /dev/console I am starting swatch at startup as a Daemon from a script in the "/usr/local/etc/rc.d/ directory" simply passing it the --config-file, --tail, and --daemon options. At first all works great, can switch frequently between machines, the only catch is it takes a few seconds for the mouse and keyboard to be detected, but no longer than it takes XP. But every few days the swatch daemon seems to hang. I can ssh into the box from my freebsd machine, kill the swatch process and relaunch the daemon, and again it works for a few days and then hangs?? Anybody have any ideas?? Please Copy my email -- dweimer@myhostinghome.net with any replies... -- Thanks, Dean E. Weimer dweimer@myhostinghome.net http://www.myhostinghome.net/ From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 02:51:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6782416A4CE for ; Tue, 10 Aug 2004 02:51:57 +0000 (GMT) Received: from imo-m14.mx.aol.com (imo-m14.mx.aol.com [64.12.138.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id D828F43D3F for ; Tue, 10 Aug 2004 02:51:56 +0000 (GMT) (envelope-from Teeceo@aol.com) Received: from Teeceo@aol.com by imo-m14.mx.aol.com (mail_out_v37_r3.4.) id n.dd.1163bb38 (15863) for ; Mon, 9 Aug 2004 22:51:50 -0400 (EDT) Received: from aol.com (mow-d15.webmail.aol.com [205.188.139.131]) by air-id06.mx.aol.com (v101.19) with ESMTP id MAILINID62-3df741183846255; Mon, 09 Aug 2004 22:51:50 -0400 Date: Mon, 09 Aug 2004 22:51:50 -0400 From: Teeceo@aol.com To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Message-ID: <1D111E55.5BADB21B.0005355D@aol.com> X-Mailer: Atlas Mailer 2.0 X-AOL-IP: 63.206.89.231 X-AOL-Language: english Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: advertising on your site.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 02:51:57 -0000 Here is what I would like to offer....I will pay the site own of "FreeBSD.org" $2,000 a month in exchange for making 10 sub domain names of "FreeBSD.org" with the words that i need and also, linking to these url's from your site (site wide). If you have any interest at all please give me a call or send me a email back. thanks for your time. Barry Tubwell. 1-415-724-2938 From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 03:02:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3F2316A4CE for ; Tue, 10 Aug 2004 03:02:00 +0000 (GMT) Received: from pd3mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06C7043D1F for ; Tue, 10 Aug 2004 03:01:58 +0000 (GMT) (envelope-from bw2003@shaw.ca) Received: from pd5mr6so.prod.shaw.ca (pd5mr6so-qfe3.prod.shaw.ca [10.0.141.182]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I2700CCTMUTE8@l-daemon> for freebsd-questions@FreeBSD.org; Mon, 09 Aug 2004 20:56:53 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd5mr6so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I27005MIMUT8ML0@pd5mr6so.prod.shaw.ca> for freebsd-questions@FreeBSD.org; Mon, 09 Aug 2004 20:56:53 -0600 (MDT) Received: from potlavj0m8twaq (S0106000d3a747f62.ls.shawcable.net [24.76.211.223])2003)) freebsd-questions@FreeBSD.org; Mon, 09 Aug 2004 20:56:53 -0600 (MDT) Date: Mon, 09 Aug 2004 22:56:52 -0400 From: Ryan To: Teeceo@aol.com Message-id: <005c01c47e85$b0b9e720$4b02a8c0@potlavj0m8twaq> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-Priority: 1 X-MSMail-priority: High References: <1D111E55.5BADB21B.0005355D@aol.com> cc: freebsd-questions@FreeBSD.org Subject: Re: advertising on your site.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 03:02:00 -0000 This is FreeBsd OS Questions mailing list mate. ----- Original Message ----- From: To: Sent: Monday, August 09, 2004 10:51 PM Subject: advertising on your site.... > Here is what I would like to offer....I will pay the site own of "FreeBSD.org" $2,000 a month in exchange for making 10 sub domain names of "FreeBSD.org" with the words that i need and also, linking to these url's from your site (site wide). If you have any interest at all please give me a call or send me a email back. thanks for your time. > > > > Barry Tubwell. > 1-415-724-2938 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 03:18:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E72716A4CE for ; Tue, 10 Aug 2004 03:18:26 +0000 (GMT) Received: from pd4mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B67243D53 for ; Tue, 10 Aug 2004 03:18:26 +0000 (GMT) (envelope-from bw2003@shaw.ca) Received: from pd2mr7so.prod.shaw.ca (pd2mr7so-qfe3.prod.shaw.ca [10.0.141.10])2003))freebsd-questions@FreeBSD.org; Mon, 09 Aug 2004 21:13:44 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd2mr7so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I2700195NMWPU20@pd2mr7so.prod.shaw.ca> for freebsd-questions@FreeBSD.org; Mon, 09 Aug 2004 21:13:44 -0600 (MDT) Received: from potlavj0m8twaq (S0106000d3a747f62.ls.shawcable.net [24.76.211.223])2003)) freebsd-questions@FreeBSD.org; Mon, 09 Aug 2004 21:13:44 -0600 (MDT) Date: Mon, 09 Aug 2004 23:13:43 -0400 From: Ryan To: Teeceo@aol.com Message-id: <007001c47e88$0accc320$4b02a8c0@potlavj0m8twaq> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal References: <0E43F1A1.6A37F177.0005355D@aol.com> cc: freebsd-questions@FreeBSD.org Subject: Re: advertising on your site.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 03:18:26 -0000 I'd try one of the email addresses listed at http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributors/staff-who.html ----- Original Message ----- From: To: "Ryan" Sent: Monday, August 09, 2004 11:00 PM Subject: Re: advertising on your site.... > Thank you Ryan. Could you please point me in the right direction then? A email address that i can send to or a phone number I can call would be great. > > > Barry Tubwell. > > From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 03:21:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 220BD16A4CE for ; Tue, 10 Aug 2004 03:21:36 +0000 (GMT) Received: from dsl-mail.kamp.net (mail.kamp-dsl.de [195.62.99.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 333CD43D2D for ; Tue, 10 Aug 2004 03:21:35 +0000 (GMT) (envelope-from root@pukruppa.de) Received: (qmail 21378 invoked by uid 513); 10 Aug 2004 03:23:52 -0000 Received: from root@pukruppa.de by dsl-mail by uid 89 with qmail-scanner-1.21 Clear:RC:1(213.146.114.24):SA:0(-4.9/5.0):. Processed in 0.486927 secs); 10 Aug 2004 03:23:52 -0000 X-Spam-Status: No, hits=-4.9 required=5.0 Received: from unknown (HELO reverse-213-146-114-24.dialin.kamp-dsl.de) (213.146.114.24) by dsl-mail.kamp.net with SMTP; 10 Aug 2004 03:23:51 -0000 Date: Tue, 10 Aug 2004 05:22:22 +0200 (CEST) From: Peter Ulrich Kruppa X-X-Sender: root@pukruppa.net To: Chris Boyd In-Reply-To: Message-ID: <20040810051733.B690@pukruppa.net> References: <1092088208.7677.58.camel@cookie> <20040809180028.05f1899f.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: PHP4 port broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 03:21:36 -0000 On Mon, 9 Aug 2004, Chris Boyd wrote: > > On Aug 9, 2004, at 5:00 PM, Bill Moran wrote: > >> The PHP port has been divvied up into a number of ports, so other ports >> can specify only what parts of PHP they need. For example, after you >> install php4, you can then install lang/php4-gettext to add gettext >> support to it. > > > OK, thanks to Bill, Paul, and Dan. > > Looks like everything is going along well. Would have been nice if they had > modified the old makefile to put up a note that said something like "We're > moving stuff around. If you want to build extensions, go to > /usr/ports/lang/php4-extensions." Have a look at /usr/ports/UPDATING and /usr/src/UPDATING after cvsup. You will find notes about these things there. Regards, Uli. > > --Chris > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > +---------------------------+ | Peter Ulrich Kruppa | | Wuppertal | | Germany | +---------------------------+ From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 03:33:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB45B16A4CE for ; Tue, 10 Aug 2004 03:33:26 +0000 (GMT) Received: from smtp.fpwk.com (smtp.fpwk.com [65.218.71.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97EA443D58 for ; Tue, 10 Aug 2004 03:33:26 +0000 (GMT) (envelope-from btarver@fpwk.com) Received: by smtp.fpwk.com; Mon, 9 Aug 2004 22:36:09 -0500 content-class: urn:content-classes:message MIME-Version: 1.0 Date: Mon, 9 Aug 2004 22:34:11 -0500 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0000_01C47E60.C9ABDBA0" X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Message-ID: X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: Outbound SMTP filtering Thread-Index: AcR+a8Qdi1Ce+E1vRW2lBiGTNetDTgAHuY2Q From: "Brad Tarver" To: "Nick Rogness" , X-Scanned-By: MIMEDefang 2.42 Subject: RE: Outbound SMTP filtering X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 03:33:27 -0000 This is a multi-part message in MIME format... ------=_NextPart_000_0000_01C47E60.C9ABDBA0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline MIMEDefang -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Nick Rogness Sent: Monday, August 09, 2004 06:49 PM To: questions@freebsd.org Subject: Outbound SMTP filtering I am looking for an Outbound SMTP filtering solution to prevent SPAM and Virii from being sent through our SMTP relay machine (FreeBSD running sendmail). A plugin module for sendmail or maybe some external appliance? Just outbound SMTP traffic only. Any suggestions? Nick Rogness - How many people here have telekenetic powers? Raise my hand. -Emo Philips _______________________________________________ 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" Important Confidentiality And Limited Liability Notice This email and any attachments may be confidential and protected by law. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the email or any attachment is prohibited. If you have received this email in error, please notify us immediately by replying to the sender and deleting this copy and the reply from your system. Please note that any views or opinions expressed in this email are solely those of the author and do not necessarily represent those of Forman Perry Watkins Krutz & Tardy LLP. (FPWK&T). The recipient should check this email and any attachments for the presence of viruses. FPWK&T accepts no liability for any damage caused by any virus transmitted by this email. Thank you for your cooperation. ------=_NextPart_000_0000_01C47E60.C9ABDBA0 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEH AQAAoIII1jCCAl4wggHHoAMCAQICAwyuRjANBgkqhkiG9w0BAQQFADBiMQsw CQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkg THRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3Vp bmcgQ0EwHhcNMDQwNzEzMTkyMjIzWhcNMDUwNzEzMTkyMjIzWjBXMQ8wDQYD VQQEEwZUYXJ2ZXIxDTALBgNVBCoTBEJyYWQxFDASBgNVBAMTC0JyYWQgVGFy dmVyMR8wHQYJKoZIhvcNAQkBFhBidGFydmVyQGZwd2suY29tMIGfMA0GCSqG SIb3DQEBAQUAA4GNADCBiQKBgQDLKTxrLbASFsQ+oJJYaZNY5Wzmr31pceek aXPSikqZRS4JtWRe3Aef0WQsjyviOpeTek90jzF8uDfTmJYWjou9reOgkmzD 1kR6Fm2NGJOItQ5JYN2CaamTojnxoDPPgt9R51Ivec+dSAxP+w+qg/ulg0Tj OTqSFV2iiIIjVfoBmQIDAQABoy0wKzAbBgNVHREEFDASgRBidGFydmVyQGZw d2suY29tMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAsYZHgATy 4EeKFfBqmEwzD5yJZ45StISkILMB5Rk5J5HN5tI7YzbYfWfvTQ0C1NJnEKaZ wJKd/9s6LCcYbh21dO6OO67lBPKC3TQuNF28Gvg4o5GtI2KDfP2SQYIy2axx z9GYq0D4fxRcQJGXRQiNpsGQDkoDmQ5alW5s1xldJoYwggMtMIIClqADAgEC AgEAMA0GCSqGSIb3DQEBBAUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMM V2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRo YXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZp Y2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0 ZS5jb20wHhcNOTYwMTAxMDAwMDAwWhcNMjAxMjMxMjM1OTU5WjCB0TELMAkG A1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2Fw ZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMf Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhh d3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJz b25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GN ADCBiQKBgQDUadfUsJRkW3HpR9gMUbbqcpGwhF59LQ2PexLfhSV1KHQ6Qixj J5+Ve0vvfhmHHYbqo925zpZkGsIUbkSsfOaP6E0PcR9AOKYAo4d49vmUhl6t 6sBeduvZFKNdbnp8DKVLVX8GGSl/npom1Wq7OCQIapjHsdqjmJH9edvlWsQc uQIDAQABoxMwETAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBBAUAA4GB AMfskn5O+PWWpWdiKqTwTRFg0G+NYFhhrCa7UjVcCM8w+6hKloofYkIjjBcP 9LpknBesRynfnZhe0mxgcVyirNx54+duAEcftQ0o6AKd5Jr9E/Sm2Xyx+Nxf IyYJkYBz0BQb3kOpgyXy5pwvFcr+pquKB3WLDN1RhGvk+NHOd6KBMIIDPzCC AqigAwIBAgIBDTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTAT BgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYD VQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlv biBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFs IEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFp bEB0aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVow YjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQ dHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJ c3N1aW5nIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEpjxVc1X7 TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU5VAKMNcCY1os iRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CA AmTXp6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIG A1UdEwEB/wQIMAYBAf8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2Ny bC50aGF3dGUuY29tL1RoYXd0ZVBlcnNvbmFsRnJlZW1haWxDQS5jcmwwCwYD VR0PBAQDAgEGMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFi ZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBIjNFQg+oLLswNo2asZw9/r6y+ whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZfoSxmRsAxRoL gnSeJVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfj ViF4gtwhGTXeJLHTHUb/XV9lTzGCAs8wggLLAgEBMGkwYjELMAkGA1UEBhMC WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAq BgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMM rkYwCQYFKw4DAhoFAKCCAbwwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAc BgkqhkiG9w0BCQUxDxcNMDQwODEwMDMzMjQzWjAjBgkqhkiG9w0BCQQxFgQU dDRwSSKjidwlHW336Jr3oGWBzcowZwYJKoZIhvcNAQkPMVowWDAKBggqhkiG 9w0DBzAHBgUrDgMCGjAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAw BwYFKw4DAgcwDQYIKoZIhvcNAwICASgwCgYIKoZIhvcNAgUweAYJKwYBBAGC NxAEMWswaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1 bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0ECAwyuRjB6BgsqhkiG9w0BCRACCzFroGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkp IEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1 aW5nIENBAgMMrkYwDQYJKoZIhvcNAQEBBQAEgYAdxCktoo2L5HMKDVPh2Gpr m+FCt3sU2xu9oBuvV1TpMx9H6rsaOPEJYJJsE4PZUm7EUFB2srN1q92Iz0Nz HFKqtDImCbLbC+gtWVqTUzicYccLUiHbaACU5Jqa7Zh2NYl127lwg+5nyO2P 30Ing2RWbd7T2LstfGX9vB6pfJxiqQAAAAAAAA== ------=_NextPart_000_0000_01C47E60.C9ABDBA0-- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 05:16:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F044E16A4CF for ; Tue, 10 Aug 2004 05:16:16 +0000 (GMT) Received: from web61302.mail.yahoo.com (web61302.mail.yahoo.com [216.155.196.145]) by mx1.FreeBSD.org (Postfix) with SMTP id 8204643D5E for ; Tue, 10 Aug 2004 05:16:16 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Message-ID: <20040810051616.83345.qmail@web61302.mail.yahoo.com> Received: from [67.34.130.149] by web61302.mail.yahoo.com via HTTP; Mon, 09 Aug 2004 22:16:16 PDT Date: Mon, 9 Aug 2004 22:16:16 -0700 (PDT) From: stheg olloydson To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: does a working driver exist for the nForce2 MCP nic? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 05:16:17 -0000 Hello, Out of general principle, I would like to get the onboard NIC working on an MSI K7N2 Delta-L mobo. I have checked the archives and googled this issue. I found A LOT of discussion. To sum up, Bill Paul was trying to get nVidia to cooperate, but they were having none of it. According to http://www.onthenet.com.au/~q/nvnet/ a driver is available via ports/net/nvnet, but my fresh install of 5.2.1-Release doesn't have that port. I can pull it from the site, but before I needlessly mung my system, does anyone know if it works? If it was in ports before, why is it gone now? Thanks, Stheg __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 05:30:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E54CA16A4CE for ; Tue, 10 Aug 2004 05:30:55 +0000 (GMT) Received: from smtpout01-04.mesa1.secureserver.net (smtpout01-04.mesa1.secureserver.net [64.202.165.79]) by mx1.FreeBSD.org (Postfix) with SMTP id A42D743D60 for ; Tue, 10 Aug 2004 05:30:55 +0000 (GMT) (envelope-from Ara@Avvali.COM) Received: (qmail 23574 invoked from network); 10 Aug 2004 05:30:54 -0000 Received: from unknown (69.193.89.19) by smtpout01-04.mesa1.secureserver.net (64.202.165.79) with ESMTP; 10 Aug 2004 05:30:54 -0000 Message-ID: <41185D8E.3080303@Avvali.COM> Date: Tue, 10 Aug 2004 01:30:54 -0400 From: Ara Avvali User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-question@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: log reader X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 05:30:56 -0000 Hi does anybody know a good looking log reader for firewall and access? I mean something which gets the log and formats in tables like excel file, organized and easy to read. I have to read a lot and makes me tired, so I was wondering if there is anyway to make it look better and easy on eye Thank you From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 05:32:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFA2B16A4CF for ; Tue, 10 Aug 2004 05:32:12 +0000 (GMT) Received: from mail5.dslextreme.com (mail5.dslextreme.com [66.51.199.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 710AD43D46 for ; Tue, 10 Aug 2004 05:32:12 +0000 (GMT) (envelope-from jmlewis@dslextreme.com) Received: (qmail 19240 invoked from network); 10 Aug 2004 05:32:11 -0000 Received: from unknown (HELO salvation) (66.159.250.218) by 192.168.8.93 with SMTP; Tue, 10 Aug 2004 05:32:11 +0000 Message-ID: <000b01c47e9c$0b948fe0$3301a8c0@salvation> From: "Joshua Lewis" To: Date: Mon, 9 Aug 2004 22:36:54 -0700 Organization: Home MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Replacing Bind8x with Bind9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joshua Lewis List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 05:32:12 -0000 How to I totaly replace Bind8x on my 5.2.1 system? Is there a command to run to replace bind8 durring install? Do I need to make changes to my startup files? From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 06:09:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BBDD16A4CE for ; Tue, 10 Aug 2004 06:09:48 +0000 (GMT) Received: from comsmtp2.singnet.com.sg (comsmtp2.singnet.com.sg [165.21.101.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C2DA43D48 for ; Tue, 10 Aug 2004 06:09:47 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from arrowana.singnet.com.sg (arrowana.singnet.com.sg [165.21.101.120])i7A69jm7018373 for ; Tue, 10 Aug 2004 14:09:45 +0800 Received: from arrowana.singnet.com.sg (localhost.localdomain [127.0.0.1]) i7A69ZQ7019235 for ; Tue, 10 Aug 2004 14:09:40 +0800 Received: (from cooluser@localhost) by arrowana.singnet.com.sg (8.12.8/8.12.8/Submit) id i7A69TgL019137 for freebsd-questions@freebsd.org; Tue, 10 Aug 2004 14:09:29 +0800 X-Authentication-Warning: arrowana.singnet.com.sg: cooluser set sender to pryan@singnet.com.sg using -f To: FreeBSD Message-ID: <1092118169.41186699bebec@arrowana.singnet.com.sg> Date: Tue, 10 Aug 2004 14:09:29 +0800 (SGT) From: Peter Ryan MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: SingNet WebMail Subject: how to resolve openldap version conflict X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pryan@singnet.com.sg List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 06:09:48 -0000 Hi, I am trying to install Samba3 from the ports collection onto freeBSD 4.10. The Make terminated because there was an earlier version of openldap already installed, and the new one wanted to store files in the same directory. When i tried to pkg_delete the old version, it refused, saying that several KDE related items were using it. I am confused about what to do about this. (I dont have the version numbers.. after this i decided to try and install samba 2, and a blue options screen came up that seems to have wiped out the error messages that appeared at the end of the samba 3 make) Thanks in advance for any pointers. Peter From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 07:09:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6808C16A4CE for ; Tue, 10 Aug 2004 07:09:20 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD5043D41 for ; Tue, 10 Aug 2004 07:09:19 +0000 (GMT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([69.167.189.214]) by mta9.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040810070919.MBRC2583.mta9.adelphia.net@duron.pcmedx.com>; Tue, 10 Aug 2004 03:09:19 -0400 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id C9AA5A930; Tue, 10 Aug 2004 00:09:18 -0700 (PDT) Received: from duron.pcmedx.com ([127.0.0.1]) by localhost (duron.pcmedx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 76361-02; Tue, 10 Aug 2004 00:09:17 -0700 (PDT) Received: from [192.168.240.244] (win2000.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with ESMTP id BA508A91C; Tue, 10 Aug 2004 00:09:17 -0700 (PDT) Message-ID: <4118749D.7090007@pcmedx.com> Date: Tue, 10 Aug 2004 00:09:17 -0700 From: Mike Maltese User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions References: <1D491382-EA55-11D8-9F7E-000393BB56F2@HiWAAY.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com cc: David Kelly Subject: Re: D-Link DWL-520 won't initialize X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 07:09:20 -0000 David Kelly wrote: > > On Aug 9, 2004, at 5:40 PM, David Kelly wrote: > >> wi0: mem 0xfc000000-0xfc000fff irq 21 at device >> 0.0 on pci2 >> wi0: timeout in wi_cmd 0x0000; event status 0x0000 >> wi0: wi_cmd: busy bit won't clear. >> : init failed >> device_probe_and_attach: wi0 attach returned 6 > > > Update: exact same card on an Asus P2B PII-400 MHz machine with FreeBSD > 4.8-p-something produced much the same results above when I did "kldload > if_wi". Difference was "attach returned 5" and the system locked hard. > > Studying D-Link's site I now know I have a "version E" card, if that > means anything. NT4 is the newest Microsoft product I have, and isn't > supported by D-Link. The D-Link instructions say their software is to be > installed before the hardware so I'm wondering if it has to be FLASH'ed > or something? I recently experienced the same thing. The wi driver only supports revision A and B cards. I ditched the E for an A and it works beautifully. Mike From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 07:09:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6B4216A4CE for ; Tue, 10 Aug 2004 07:09:26 +0000 (GMT) Received: from mout2.freenet.de (mout2.freenet.de [194.97.50.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 428FC43D48 for ; Tue, 10 Aug 2004 07:09:26 +0000 (GMT) (envelope-from stevan.tiefert@freenet.de) Received: from [194.97.55.148] (helo=mx5.freenet.de) by mout2.freenet.de with asmtp (Exim 4.41) id 1BuQlB-0005IH-Fd for freebsd-questions@freebsd.org; Tue, 10 Aug 2004 09:09:25 +0200 Received: from srbk-d9b99369.pool.mediaways.net ([217.185.147.105]) 4.41 #1) id 1BuQlA-0006p3-Ra for freebsd-questions@freebsd.org; Tue, 10 Aug 2004 09:09:25 +0200 From: Stevan Tiefert To: freebsd-questions@freebsd.org Date: Tue, 10 Aug 2004 09:08:29 +0200 User-Agent: KMail/1.5.4 References: <200408091110.40243.stevan.tiefert@freenet.de> <20040809151326.GW782@gentoo-npk.bmp.ub> In-Reply-To: <20040809151326.GW782@gentoo-npk.bmp.ub> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408100908.29763.stevan.tiefert@freenet.de> Subject: Re: How to disable UDMA for HDD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 07:09:26 -0000 On Monday 09 August 2004 17:13, Nathan Kinkade wrote: > On Mon, Aug 09, 2004 at 11:10:40AM +0200, Stevan Tiefert wrote: > > Hello, > > > > when I try to install FreeBSD 5.2.1 on my computer with HDD on > > ata0-master and CD-ROM on ata0-slave I got five interessting messages > > during the boot-process: > > > > ... > > ad0: 4124MB [8938/15/63] at ata0-master UDMA33 > > ad0: TIMEOUT - READ_DMA retrying (2 retries left) LBA=8446347 > > ad0: TIMEOUT - READ_DMA retrying (2 retries left) LBA=0 > > ad0: WARNING - READ_DMA interrupt was seen but timeout fired LBA=8446347 > > ad0: WARNING - READ_DMA interrupt was seen but taskqueue stalled > > LBA=8446347 > > > > then the computer stops and he resists in this state till now... > > OpenBSD "downgrades" this DMA-thing automaticly and the CD-ROM seems not > > supporting UDMA and I assume to set at bootphase 3 a device.hint but I > > don't know which one? > > > > With regards > > Mr. > > Stevan Tiefert > > Here are the two pertinent sysctl variables for your ATA hard disk and > CDROM, respectively: > > hw.ata.ata_dma: 1 > hw.ata.atapi_dma: 0 > > These variables are read only once the kernel has been booted, so if you > want to try setting them manually you'll have to put them into > /boot/loader.conf as something like: > > hw.ata.ata_dma=0 > > Nathan Hello Nathan, your tip was useful, but I "corrected" it: set hw.ata.ata_dma="0" Now it is possible to install FreeBSD! Thanks very much! Mr. Stevan Tiefert -- deltree /y c:\windows My suggestion to solve all your problems! From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 07:12:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E487216A4CE for ; Tue, 10 Aug 2004 07:12:48 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA6D43D1D for ; Tue, 10 Aug 2004 07:12:36 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.circlesquared.com [127.0.0.1]) i7A7Bvx0007818; Tue, 10 Aug 2004 08:11:58 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <4118753D.4090600@circlesquared.com> Date: Tue, 10 Aug 2004 08:11:57 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Mattias_Bj=F6rk?= References: <411816EB.2090602@sydnet.net> In-Reply-To: <411816EB.2090602@sydnet.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: freebsd-questions@freebsd.org Subject: Re: Authentication Problem/Login problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 07:12:49 -0000 Mattias Björk wrote: > Hi, > > I have setup qmail with vpopmail+courier-imap and are using a virtual > domain. Its named "mail.birch.se". Im running it on FreeBSD 5.2.1. > > I have used this guide to accomplish this: > > "http://www.stevenfettig.com/mythoughts/archives/cat_qmail.php" > > (Qmail HOWTO 1 thru chapter 3.) > > I have also read some of the comments and did the change of > AUTHMODULES="authvchkpw" in "/usr/local/etc/courier-imap/authdaemonrc" > from AUTHMODULES="authdaemon". > Odd - in my version of /usr/local/etc/courier-imap/authdaemonrc the line is: authmodulelist="authvchkpw authcustom authuserdb authpam" (I just added authvchkpw to the start of the default list). Moreover, I have no line beginning AUTHMODULES= In case it helps, here is my complete authdaemonrc: #starts here - comments stripped authmodulelist="authvchkpw authcustom authuserdb authpam" authmodulelistorig="authcustom authuserdb authpam" daemons=5 version="" authdaemonvar=/usr/local/var/authdaemon #end of file Peter. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 07:26:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 398CD16A4CE for ; Tue, 10 Aug 2004 07:26:34 +0000 (GMT) Received: from mail.cableone.net (scanmail1.cableone.net [24.116.0.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA7543D4C for ; Tue, 10 Aug 2004 07:26:33 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.85]) by smail1.cableone.net (SurgeMail 1.9b) with ESMTP id 13326729 for multiple; Tue, 10 Aug 2004 00:15:40 -0700 Date: Tue, 10 Aug 2004 02:25:51 -0500 From: Vulpes Velox To: stheg olloydson Message-Id: <20040810022551.225eb158@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <20040810051616.83345.qmail@web61302.mail.yahoo.com> References: <20040810051616.83345.qmail@web61302.mail.yahoo.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com cc: questions@freebsd.org Subject: Re: does a working driver exist for the nForce2 MCP nic? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 07:26:34 -0000 On Mon, 9 Aug 2004 22:16:16 -0700 (PDT) stheg olloydson wrote: > Hello, > > Out of general principle, I would like to get the > onboard NIC working on an MSI K7N2 Delta-L mobo. I > have checked the archives and googled this issue. I > found A LOT of discussion. To sum up, Bill Paul was > trying to get nVidia to cooperate, but they were > having none of it. According to > http://www.onthenet.com.au/~q/nvnet/ a driver is > available via ports/net/nvnet, but my fresh install of > 5.2.1-Release doesn't have that port. I can pull it > from the site, but before I needlessly mung my system, > does anyone know if it works? If it was in ports > before, why is it gone now? You need up update your port tree. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 08:08:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A625916A4CE for ; Tue, 10 Aug 2004 08:08:26 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id A990E43D31 for ; Tue, 10 Aug 2004 08:08:25 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 668DC813A; Tue, 10 Aug 2004 10:09:57 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02523-09; Tue, 10 Aug 2004 10:09:57 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 10E2E809E; Tue, 10 Aug 2004 10:09:57 +0200 (CEST) From: Jorn Argelo To: freebsd-questions@freebsd.org Date: Tue, 10 Aug 2004 10:08:31 +0200 User-Agent: KMail/1.6.2 References: <1D111E55.5BADB21B.0005355D@aol.com> <005c01c47e85$b0b9e720$4b02a8c0@potlavj0m8twaq> In-Reply-To: <005c01c47e85$b0b9e720$4b02a8c0@potlavj0m8twaq> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408101008.38932.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Ryan cc: Teeceo@aol.com Subject: Re: advertising on your site.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 08:08:26 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 10 August 2004 04:56, Ryan wrote: > This is FreeBsd OS Questions mailing list mate. That also. And remember that FreeBSD is a non-profit OS project. Hence the= =20 freebsd.org domain. I don't think that the leading engineers of the FreeBSD= =20 project will simply sell their domain, for they have no use for it. Cheers, Jorn. > > > ----- Original Message ----- > From: > To: > Sent: Monday, August 09, 2004 10:51 PM > Subject: advertising on your site.... > > > Here is what I would like to offer....I will pay the site own of > > "FreeBSD.org" $2,000 a month in exchange for making 10 sub domain names of > "FreeBSD.org" with the words that i need and also, linking to these url's > from your site (site wide). If you have any interest at all please give me > a call or send me a email back. thanks for your time. > > > Barry Tubwell. > > 1-415-724-2938 > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBGIKEs2lBCry7iusRAlcxAJ95yiNNtIe9iw049VKT8v1Zvzwi0ACfahFc GIpYp67UFVsJsWi8vUEosIU=3D =3DrTFy =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 08:14:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 356D916A4CE for ; Tue, 10 Aug 2004 08:14:05 +0000 (GMT) Received: from probsd.org (rrcs-midsouth-24-199-182-230.biz.rr.com [24.199.182.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id E159243D46 for ; Tue, 10 Aug 2004 08:14:04 +0000 (GMT) (envelope-from ms@probsd.org) Received: from localhost (jail [192.168.1.4]) by probsd.org (Postfix) with ESMTP id 870D99D576; Tue, 10 Aug 2004 04:14:05 -0400 (EDT) Received: from probsd.org ([192.168.1.4]) by localhost (jail [192.168.1.4]) (amavisd-new, port 10024) with ESMTP id 37165-02; Tue, 10 Aug 2004 04:14:04 -0400 (EDT) Received: from probsd.org (jail [192.168.1.4]) by probsd.org (Postfix) with ESMTP id BC8859D493; Tue, 10 Aug 2004 04:14:03 -0400 (EDT) Received: from 192.168.1.1 (SquirrelMail authenticated user ms); by probsd.org with HTTP; Tue, 10 Aug 2004 04:14:03 -0400 (EDT) Message-ID: <2400.192.168.1.1.1092125643.squirrel@192.168.1.1> Date: Tue, 10 Aug 2004 04:14:03 -0400 (EDT) From: "Michael Sharp" To: jmlewis@dslextreme.com User-Agent: SquirrelMail/1.4.3 X-Mailer: SquirrelMail/1.4.3 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at probsd.org - Isn't it ironic cc: freebsd-questions@freebsd.org Subject: re: Replacing Bind8x with Bind9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 08:14:05 -0000 read the /usr/ports/dns/bind9 Makefile and use the 'PORT_REPLACES_BASE_BIND9' option to make. make PORT_REPLACES_BASE_BIND9=yes install clean In rc.conf ---------- named_enable="YES" named_program="/usr/local/sbin/named" named_flags="-c /usr/local/etc/namedb/named.conf -u bind" and you can also put NO_BIND= true in /etc/make.conf so that base BIND isn't build when you make world. Definetly consider chrooting or jailing BIND Michael From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 08:19:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8862616A4CE for ; Tue, 10 Aug 2004 08:19:31 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA2443D2F for ; Tue, 10 Aug 2004 08:19:30 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i7A8JMsF074942 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Aug 2004 09:19:22 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i7A8JL9s074941; Tue, 10 Aug 2004 09:19:21 +0100 (BST) (envelope-from matthew) Date: Tue, 10 Aug 2004 09:19:21 +0100 From: Matthew Seaman To: Ara Avvali Message-ID: <20040810081921.GA26794@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Ara Avvali , freebsd-questions@freebsd.org References: <20040809205644.D685416A51C@hub.freebsd.org> <4117E981.102@Avvali.COM> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <4117E981.102@Avvali.COM> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Tue, 10 Aug 2004 09:19:22 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: freebsd-questions Digest, Vol 72, Issue 2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 08:19:31 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable =46rom: "fbsd_user" > On Mon, Aug 09, 2004 at 05:15:45PM -0400, Ara Avvali wrote: > 5.3 stable release tentatively scheduled for Oct 3 >> Is this considered to be stable? I mean as stable as 4.10? The 5-STABLE branch is intended to be considered stable; that is suitable for use as a production server. The FreeBSD project will certainly be doing its utmost between now and October to make that into a reality. In the past the FreeBSD project has generally delivered on that promise, but it can take a few releases from the new stable branch before everything is bedded down properly. Now, the jump between 4.x and 5.x in terms of the changes made to the system is much larger than previous major version bumps, and the length of time between the creation of 5-CURRENT and 5-STABLE has been correspondingly longer. That all means that there's more to go wrong, potentially with this upgrade. It is inevitable that 5.x will have bugs and it will take some more development beyond the creation of 5-STABLE to put the desired degree of polish on it. That's why the project has taken a range of new steps in order to smooth over the transition. Some of those steps you've seen already -- the whole series of "Technology Preview" releases is aimed at getting 5.x out there on a reasonably large selection of machines so that as much debugging as possible happens before the official STABLE release. The other measure is extended suppport for the 4-STABLE branch, or rather 4.x-RELEASE derived from it. 4.11-RELEASE will presumably be the last full scale release from the 4.x branch. That means that as well as the extended support for 4.8-RELEASE announced some months ago, there will be the normal 1 year's support for 4.11 that should last up to 2005/2006. Only the most conservative of FreeBSD users may well choose to stick with 4.x for much longer. Most people, I think, should be able to upgrade to 5.x without too many problems. After 4.11-RELEASE presumably the project will drop back to "normal", making 3 releases a year from the -STABLE branch, instead of the 6 or more releases (from STABLE and CURRENT) there have been recently. Until the 6-CURRENT branch gets good enough for the 6.x technology preview releases... Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBGIUJiD657aJF7eIRAtsjAJ9iMaL8/jTTsde+f0jFV0iGhXlrBACfVgJJ xyewK+EAw/7HoOtfB9IWEd8= =mJMN -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 08:40:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D8FB16A4CE for ; Tue, 10 Aug 2004 08:40:09 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41BA943D39 for ; Tue, 10 Aug 2004 08:40:08 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i7A8e1P5099587 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Aug 2004 09:40:01 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i7A8e0L7099577; Tue, 10 Aug 2004 09:40:00 +0100 (BST) (envelope-from matthew) Date: Tue, 10 Aug 2004 09:40:00 +0100 From: Matthew Seaman To: Michael Sharp Message-ID: <20040810084000.GB26794@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Michael Sharp , jmlewis@dslextreme.com, freebsd-questions@freebsd.org References: <2400.192.168.1.1.1092125643.squirrel@192.168.1.1> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NMuMz9nt05w80d4+" Content-Disposition: inline In-Reply-To: <2400.192.168.1.1.1092125643.squirrel@192.168.1.1> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Tue, 10 Aug 2004 09:40:01 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: jmlewis@dslextreme.com cc: freebsd-questions@freebsd.org Subject: Re: Replacing Bind8x with Bind9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 08:40:09 -0000 --NMuMz9nt05w80d4+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The OP could just wait a few weeks and upgrade to one of the 5.3 BETAs -- or wait a month and a half and upgrade to 5.3-RELEASE, where BIND9 will be the default resolver in the system. On Tue, Aug 10, 2004 at 04:14:03AM -0400, Michael Sharp wrote: > read the /usr/ports/dns/bind9 Makefile and use the 'PORT_REPLACES_BASE_BI= ND9' > option to make. >=20 > make PORT_REPLACES_BASE_BIND9=3Dyes install clean Ummm... PORT_REPLACES_BASE_BIND9 generally means that the port uses /usr as ${PREFIX} rather than the normal value of /usr/local -- that means it will fight with the base system over which owns those files. The instructions below only apply if you *don't* use PORT_REPLACES_BASE_BIND9. =20 > In rc.conf > ---------- > named_enable=3D"YES" > named_program=3D"/usr/local/sbin/named" > named_flags=3D"-c /usr/local/etc/namedb/named.conf -u bind" =20 If you're going to use PORT_REPLACES_BASE_BIND9, then you should certainly set NO_BIND=3Dyes in /etc/make.conf. However, my advice would be /not/ to use PORT_REPLACES_BASE_BIND9: just install the port under /usr/local as usual, and adjust the make.conf settings as above. You can add NO_BIND=3Dyes to make.conf or not, as you like. =20 > and you can also put NO_BIND=3D true in /etc/make.conf so that base BIND > isn't build when you make world. >=20 > Definetly consider chrooting or jailing BIND If you install BIND9, you can run it chrooted without having to install all of the bind executables under the chroot area: just use a rc.conf setting like: named_flags=3D"-c /etc/namedb/named.conf -u bind -t /var/named" and set up the chroot area under /var/named as needed. See the instructions at: http://www.losurs.org/docs/howto/Chroot-BIND.html which needs a bit of interpretation as those are instructions for Linux, and FreeBSD does things a little differently. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --NMuMz9nt05w80d4+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBGIngiD657aJF7eIRAr5WAJ9H89QHUrEmouQUwttgwpICkKg+nQCglumV gaHZ5fTPrsSCn5gx0s2pPF8= =pO+R -----END PGP SIGNATURE----- --NMuMz9nt05w80d4+-- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 09:22:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C17216A4CE for ; Tue, 10 Aug 2004 09:22:57 +0000 (GMT) Received: from hotmail.com (bay15-f26.bay15.hotmail.com [65.54.185.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD8543D2D for ; Tue, 10 Aug 2004 09:22:57 +0000 (GMT) (envelope-from iain_dooley@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Aug 2004 02:22:57 -0700 Received: from 129.78.64.101 by by15fd.bay15.hotmail.msn.com with HTTP; Tue, 10 Aug 2004 09:22:56 GMT X-Originating-IP: [129.78.64.101] X-Originating-Email: [iain_dooley@hotmail.com] X-Sender: iain_dooley@hotmail.com From: "Iain Dooley" To: freebsd-questions@freebsd.org Date: Tue, 10 Aug 2004 14:22:56 +0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Aug 2004 09:22:57.0078 (UTC) FILETIME=[9F5B9560:01C47EBB] Subject: burncd: ioctl(CDIOCSTART): Device busy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 09:22:57 -0000 hi there, i'm running freebsd 4.10 with a kodak CR-R drive. i can mount CD-ROM's in the drive with no problems, but when i insert a blank CD-R (cdr not cdrw... i checked!!) into the drive and attempt burncd i get the error burncd: ioctl(CDIOCSTART): Device busy i tried "fstat -n | grep acd" but no programs appear to be using the drive. the light on the CD drive keeps blinking orange too, indicating that it is trying to read the drive or something similar, but i have not issued any 'mount /cdrom' command. i found a similar problem in the lists archive posted by a guy named willian denton last year, but couldn't find any resolution to the problem. i emailed him to find out if he ever solved his problem but have not yet received a reply. http://lists.freebsd.org/pipermail/freebsd-stable/2003-October/004262.html any ideas? cheers iain _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 09:43:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC2A16A4CE for ; Tue, 10 Aug 2004 09:43:59 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A2EE43D3F for ; Tue, 10 Aug 2004 09:43:54 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.circlesquared.com [127.0.0.1]) i7A9hGx0021911 for ; Tue, 10 Aug 2004 10:43:17 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <411898B4.2030803@circlesquared.com> Date: Tue, 10 Aug 2004 10:43:16 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Question List Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: make installkernel boot/device.hints error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 09:43:59 -0000 Freshly cvsupped two machines, one built and installed world/kernel fine, the second builds world and kernel OK then gives the following error for make installkernel: su-2.05b# make installkernel cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin /usr/obj/usr/src/make.i386/make KERNEL=kernel install You must set up a /boot/device.hints file first. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 It seems pretty self-explanatory, but I've never encountered this before, so have two questions: - Would it be OK just to copy a device.hints file into /boot from another machine? - Could anyone give me a steer on understanding why this happened? TIA Peter. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 09:45:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBFBA16A4CE for ; Tue, 10 Aug 2004 09:45:21 +0000 (GMT) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA6843D3F for ; Tue, 10 Aug 2004 09:45:21 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from speck.techno.pagans (c-24-21-241-225.client.comcast.net [24.21.241.225]) by mail.bitfreak.org (Postfix) with ESMTP id B977A2A477 for ; Tue, 10 Aug 2004 02:45:20 -0700 (PDT) Received: from spud (w0.techno.pagans [172.21.42.20]) by speck.techno.pagans (Postfix) with ESMTP id EAE9217023 for ; Tue, 10 Aug 2004 02:45:19 -0700 (PDT) From: "Darren Pilgrim" To: Date: Tue, 10 Aug 2004 02:45:12 -0700 Message-ID: <00c901c47ebe$be57af00$142a15ac@spud> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: How to move a disk that's part of a vinum mirror? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 09:45:22 -0000 On a machine running RELENG_4_8, I have two parititions, ad0s1d and ad4s1e, configured as a mirror using vinum. I need to move one of the drives to another controller, resulting in ad4 changing to ad2. I read through the vinum man page, saw the move command, then read elsewhere that vinum's internal naming is independent of the underlying disk device name. Can I just move the disk and have it work or will I need to do adjust my vinum configuration? From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 12:16:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6693B16A4CE for ; Tue, 10 Aug 2004 12:16:40 +0000 (GMT) Received: from unsane.co.uk (unsane.co.uk [82.152.23.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0B4B43D3F for ; Tue, 10 Aug 2004 12:16:39 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (localhost [127.0.0.1]) by unsane.co.uk (8.12.11/8.12.10) with ESMTP id i7ACGfpg080111 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 10 Aug 2004 13:16:41 +0100 (BST) (envelope-from jhary@unsane.co.uk) Received: from localhost (jhary@localhost) by unsane.co.uk (8.12.11/8.12.10/Submit) with ESMTP id i7ACGfAA080108 for ; Tue, 10 Aug 2004 13:16:41 +0100 (BST) (envelope-from jhary@unsane.co.uk) Date: Tue, 10 Aug 2004 13:16:40 +0100 (BST) From: Vince Hoffman To: freebsd-questions@freebsd.org Message-ID: <20040810123108.C8250@unsane.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: i think i've broken portinstall X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 12:16:40 -0000 I just went to install netcat and portinstal seems to have broken, not sure when or how though. the process i use (as normal) [/root] [12:30] #cd /usr/ports/net/netcat/ [/usr/ports/net/netcat] [12:30] #portinstall netcat ** No such installed package nor such port called 'netcat' is found. fair enough this happens sometimes. so... [/usr/ports/net/netcat] [12:30] #portinstall net/netcat [/usr/ports/net/netcat] [12:30] # ok i dont understand what happened here. I have a cron job update my ports tree by cvsup every night then run a portsdb -Uu after each update, a manual portsdb -Uu gives me a bunch of errors from MailScanner and others (dependency list incomplete errors so not too big a deal.) but also lots (more than a couple of screenfuls) of lines like this /usr/ports/INDEX-5:10775:Port info line must consist of 10 fields. /usr/ports/INDEX-5:10776:Port info line must consist of 10 fields. /usr/ports/INDEX-5:10777:Port info line must consist of 10 fields. /usr/ports/INDEX-5:10778:Port info line must consist of 10 fields. /usr/ports/INDEX-5:10779:Port info line must consist of 10 fields. should i just blow away my ports tree and re-CVSUP the whole thing ? Vince From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 12:33:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22CDC16A4CE for ; Tue, 10 Aug 2004 12:33:15 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D4BC43D2D for ; Tue, 10 Aug 2004 12:33:13 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i7ACX85r014679 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Aug 2004 13:33:08 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i7ACX8DZ014678; Tue, 10 Aug 2004 13:33:08 +0100 (BST) (envelope-from matthew) Date: Tue, 10 Aug 2004 13:33:08 +0100 From: Matthew Seaman To: Vince Hoffman Message-ID: <20040810123308.GA14509@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Vince Hoffman , freebsd-questions@freebsd.org References: <20040810123108.C8250@unsane.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <20040810123108.C8250@unsane.co.uk> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Tue, 10 Aug 2004 13:33:08 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: i think i've broken portinstall X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 12:33:15 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 10, 2004 at 01:16:40PM +0100, Vince Hoffman wrote: > I just went to install netcat and portinstal seems to have broken, not > sure when or how though. >=20 > the process i use (as normal) >=20 > [/root] [12:30] > #cd /usr/ports/net/netcat/ >=20 > >=20 > [/usr/ports/net/netcat] [12:30] > #portinstall netcat > ** No such installed package nor such port called 'netcat' is found. >=20 > fair enough this happens sometimes. so... >=20 > [/usr/ports/net/netcat] [12:30] > #portinstall net/netcat > [/usr/ports/net/netcat] [12:30] > # >=20 > ok i dont understand what happened here. > I have a cron job update my ports tree by cvsup every night then run a > portsdb -Uu after each update, a manual portsdb -Uu gives me >=20 > a bunch of errors from MailScanner and others (dependency list incomplete > errors so not too big a deal.) > but also lots (more than a couple of screenfuls) of lines like this >=20 > /usr/ports/INDEX-5:10775:Port info line must consist of 10 fields. > /usr/ports/INDEX-5:10776:Port info line must consist of 10 fields. > /usr/ports/INDEX-5:10777:Port info line must consist of 10 fields. > /usr/ports/INDEX-5:10778:Port info line must consist of 10 fields. > /usr/ports/INDEX-5:10779:Port info line must consist of 10 fields. >=20 > should i just blow away my ports tree and re-CVSUP the whole thing ? Do you have an up to date version of portupgrade ? Latest is: % pkg_info -I portupgrade\* portupgrade-20040701_3 FreeBSD ports/packages administration and manage= ment tool s And you should have a similar recent version of the Makefiles under /usr/ports/Mk: specifically, you should have bsd.port.subdir.mk v 1.55 Looks like your portupgrade and the ports Makefiles are out of synch with respect to the change in the format of the INDEX{,-5} files that happened recently. That means the number of fields in the INDEX went =66rom 10 to 13. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBGMCEiD657aJF7eIRAnSlAJ96KYOwdCy4mROLm2Ni72tCQSLrJwCglLee hNB0LJcN5UnHsnXrhE83D2A= =kJl4 -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 12:51:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D533916A4CE for ; Tue, 10 Aug 2004 12:51:40 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9782A43D31 for ; Tue, 10 Aug 2004 12:51:40 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 16697 invoked from network); 10 Aug 2004 12:51:40 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.no-ip.com) ([66.92.78.145]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Aug 2004 12:51:40 -0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 8EDF92B; Tue, 10 Aug 2004 08:51:39 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <20040809163651.GA15033@sjt-u10.cisco.com> From: Lowell Gilbert Date: 10 Aug 2004 08:51:39 -0400 In-Reply-To: <20040809163651.GA15033@sjt-u10.cisco.com> Message-ID: <44hdrbw3z8.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Steve Tremblett Subject: Re: custom bootdisk for installation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 12:51:40 -0000 Steve Tremblett writes: > I'm trying to install 5.2.1 on my Thinkpad T30, but it completely > freezes when the kernel is booted, specifically at the cardbus driver. > I guess there is no kernel configuration before booting as it was in > 4.X? There is, but it works a bit differently, and it doesn't look the same. There's a menu that comes up early in the boot process, which should give you the option of going directly to the loader. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 12:51:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D38D016A4F5 for ; Tue, 10 Aug 2004 12:51:44 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B75243D31 for ; Tue, 10 Aug 2004 12:51:44 +0000 (GMT) (envelope-from david.fleck@mchsi.com) Received: from grond (12-216-10-157.client.mchsi.com[12.216.10.157]) by sccmmhc91.asp.att.net (sccmmhc91) with SMTP id <20040810125143m91006u4sbe>; Tue, 10 Aug 2004 12:51:43 +0000 Date: Tue, 10 Aug 2004 07:51:42 -0500 (CDT) From: David Fleck Sender: dcf@grond.sourballs.org To: Iain Dooley In-Reply-To: Message-ID: <20040810074746.P12537@grond.sourballs.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: burncd: ioctl(CDIOCSTART): Device busy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 12:51:44 -0000 On Tue, 10 Aug 2004, Iain Dooley wrote: > i tried "fstat -n | grep acd" but no programs appear to be using the > drive. the light on the CD drive keeps blinking orange too, indicating > that it is trying to read the drive or something similar, but i have not > issued any 'mount /cdrom' command. > [...] > any ideas? More of a question, really. Why are you using 'fstat -n'? The -n option would appear to print only device numbers, not device names - therefore grepping for 'acd' will be fruitless, correct?. -- David Fleck david.fleck@mchsi.com From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 12:59:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB3E416A4CE for ; Tue, 10 Aug 2004 12:59:19 +0000 (GMT) Received: from mx2.synaptics-uk.com (mx2.synaptics-uk.com [194.203.111.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id C280A43D48 for ; Tue, 10 Aug 2004 12:59:18 +0000 (GMT) (envelope-from gmccaughan@synaptics-uk.com) Received: from firewall.synaptics-uk.com ([194.203.111.212] helo=uk_exchange.synaptics-uk.com) by mx2.synaptics-uk.com with esmtp (Exim 4.20) id 1BuWgZ-0007Tv-CS for freebsd-questions@freebsd.org; Tue, 10 Aug 2004 14:29:03 +0100 Received: from [172.20.11.5] (dogbert.synaptics-uk.com [172.20.11.5]) by uk_exchange.synaptics-uk.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 32PDDAQN; Tue, 10 Aug 2004 14:00:23 +0100 From: Gareth McCaughan To: freebsd-questions@freebsd.org Date: Tue, 10 Aug 2004 13:58:46 +0100 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-Id: <200408101358.46819.gmccaughan@synaptics-uk.com> Subject: DES functions, net-snmp, and ethereal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 12:59:20 -0000 Executive summary: I'm getting "undefined reference to `des_cbc_encrypt'" and similar errors when trying to compile ethereal. How can I fix this? Details: I'm running 4.5-STABLE from April 2002, with a recently cvsupped ports collection. When I attempt to build ethereal (version 0.10.5) the compilation ends as follows (with apologies for grossly overlong lines...) | /bin/sh /usr/local/bin/libtool15 --mode=3Dlink cc -DINET6 -D_U_=3D"__a= ttribute__((unused))" -Wall -W -O -pipe -I/usr/local/include -D_THREAD_SAF= E -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/l= ib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/i= nclude -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/inc= lude/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/lib= /include -DINET6 -O -pipe -Dfreebsd4 -I/usr/libdata/perl/5.00503/mach/CORE = =2DI. -I/usr/local/include -I/usr/include -L/usr/local/lib -L/usr/local/l= ib/lib -L/usr/lib -L/usr/local/lib/lib -o ethereal -export-dynamic pcap-uti= l-unix.o capture_stop_conditions.o cfile.o conditions.o disabled_protos.o = pcap-util.o range.o ringbuffer.o timestats.o version_info.o alert_box.o = capture.o file.o filters.o g711.o merge.o proto_hier_stats.o summary.o = gtk/libui.a wiretap/libwiretap.la epan/libethereal.la -L= /usr/local/lib -lnetsnmp -lcrypto -lm -lkvm -ldevstat -lcrypto = "-dlopen" self "-dlopen" plugins/acn/acn.la "-dlopen" plugins/artnet= /artnet.la "-dlopen" plugins/asn1/asn1.la "-dlopen" plugins/ciscosm/cisco= sm.la "-dlopen" plugins/docsis/docsis.la "-dlopen" plugins/enttec/enttec.= la "-dlopen" plugins/giop/cosnaming.la "-dlopen" plugins/giop/coseventcom= m.la "-dlopen" plugins/gryphon/gryphon.la "-dlopen" plugins/irda/irda.la = "-dlopen" plugins/lwres/lwres.la "-dlopen" plugins/megaco/megaco.la "-dl= open" plugins/mgcp/mgcp.la "-dlopen" plugins/pcli/pcli.la "-dlopen" plugi= ns/rdm/rdm.la "-dlopen" plugins/rlm/rlm.la "-dlopen" plugins/rtnet/rtnet.= la "-dlopen" plugins/rudp/rudp.la "-dlopen" plugins/v5ua/v5ua.la = -L/usr/local/lib/lib -lpcre -lz -lpcap -Wl,--export-dynami= c -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -l= Xrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-= 1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -= lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv -= ladns -lz -lpcre | rm -f .libs/ethereal.nm .libs/ethereal.nmS .libs/ethereal.nmT | creating .libs/etherealS.c | (cd .libs && cc -c -fno-builtin -fno-rtti -fno-exceptions "etherealS.c") | rm -f .libs/etherealS.c .libs/ethereal.nm .libs/ethereal.nmS .libs/ethe= real.nmT | cc -DINET6 "-D_U_=3D__attribute__((unused))" -Wall -W -O -pipe -I/usr/l= ocal/include -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -I/usr/local/inclu= de/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 = =2DI/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/includ= e/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R= 6/include -I/usr/local/lib/include -DINET6 -O -pipe -Dfreebsd4 -I/usr/libda= ta/perl/5.00503/mach/CORE -I. -I/usr/local/include -I/usr/include -o .libs/= ethereal pcap-util-unix.o capture_stop_conditions.o cfile.o conditions.o di= sabled_protos.o pcap-util.o range.o ringbuffer.o timestats.o version_info.o= alert_box.o capture.o file.o filters.o g711.o merge.o proto_hier_stats.o s= ummary.o .libs/etherealS.o -Wl,--export-dynamic -Wl,--export-dynamic -L/us= r/local/lib -L/usr/local/lib/lib -L/usr/lib gtk/libui.a wiretap/.libs/libwi= retap.so epan/.libs/libethereal.so -lnetsnmp -lkvm -ldevstat -lcrypto -lpca= p -pthread -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXin= erama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft /usr/lo= cal/lib/libfreetype.so -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lp= ango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv -ladn= s -lz -lpcre -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath -Wl,/usr/local/lib | /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! | /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe. | /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider = using mkstemp() | /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! | /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! | /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider = using mkstemp() | /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is n= ot recommended. | /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! | /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider= using mkstemp() | /usr/local/lib/libnetsnmp.so: undefined reference to `des_cbc_encrypt' | /usr/local/lib/libnetsnmp.so: undefined reference to `des_key_sched' | /usr/local/lib/libnetsnmp.so: undefined reference to `des_ncbc_encrypt' at which point "make" gives up. "nm /usr/local/lib/libnetsnmp.so | egrep des_key_sched" produces only "U des_key_sched". I'd naively have expected the des_... functions to be in libcrypto. According to "ldconfig -r" I have three different versions of libcrypto, in three different places. | 50:-lcrypto.2 =3D> /usr/lib/libcrypto.so.2 | 91:-lcrypto.1 =3D> /usr/lib/compat/libcrypto.so.1 | 169:-lcrypto.3 =3D> /usr/local/lib/libcrypto.so.3 Let's have a look inside those libraries. I'll ignore the /usr/lib/compat one because it seems obviously irrelevant. | $ for x in /usr/lib/libcrypto.so.2 usr/local/lib/libcrypto.so.3; do ech= o $x; nm --dynamic $x | egrep -i des_key_sched; done | /usr/lib/libcrypto.so.2 | 0004f154 T des_key_sched | /usr/local/lib/libcrypto.so.3 | 0003e338 T DES_key_sched | 00044f78 T _ossl_old_des_key_sched My installed version of OpenSSL is (in FreeBSD-ports-speak) 0.9.7d_1, and my installed version of net-snmp is 5.1.1_6. I'm outside the USA (and, more directly relevant, don't have USA_RESIDENT defined in /etc/defaults/make.conf), if that makes a difference to what crypto stuff I have installed where. At this point I run out of shared-library-fu, not to mention libtool-fu. Maybe I could coerce ethereal into building by diddling with that command line until the linker consents to use the older version of libcrypto, or by renaming the newer version out of the way, but that all seems like obviously the Wrong Thing. (Well, actually, I just tried the latter, and it worked. To get ethereal to actually install, it was also necessary to work around a bit of breakage in the version of "sed" I have, which has presumably been repaired in more recent 4.x releases. Anyway, this still seems to me like the Wrong Thing, which is why I'm still asking this question.) Can anyone enlighten me as to (1) exactly what's going on here and (2) what I should do about it? Many thanks! =2D-=20 Gareth McCaughan From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 13:19:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04C7516A4CE for ; Tue, 10 Aug 2004 13:19:32 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C04C43D5A for ; Tue, 10 Aug 2004 13:19:31 +0000 (GMT) (envelope-from abandaly@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so149159rnl for ; Tue, 10 Aug 2004 06:19:27 -0700 (PDT) Received: by 10.38.78.1 with SMTP id a1mr1438779rnb; Tue, 10 Aug 2004 06:19:27 -0700 (PDT) Message-ID: <63638bc90408100619f3b866@mail.gmail.com> Date: Tue, 10 Aug 2004 09:19:27 -0400 From: Allan Bandaly To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Question about backing up filesystem/boot disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 13:19:32 -0000 I have recently built a 1.7TB file storage server for our digital lab and I was wondering what the easiest way to backup the SCSI boot disk to the RAID5 array would be? I was thinking something along the lines of dd if=/dev/XXXXX of=/array/fbsd5disk or similar... if anyone can give me correct syntax and or options or a better options please let me know, thanks. Allan Bandaly Reedy Photoprocess IT, Digital Lab Dept. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 13:28:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68A716A4CE for ; Tue, 10 Aug 2004 13:28:29 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3697F43D5A for ; Tue, 10 Aug 2004 13:28:29 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i7ADSRK29456; Tue, 10 Aug 2004 09:28:27 -0400 (EDT) From: Jerry McAllister Message-Id: <200408101328.i7ADSRK29456@clunix.cl.msu.edu> To: abandaly@gmail.com (Allan Bandaly) Date: Tue, 10 Aug 2004 09:28:26 -0400 (EDT) In-Reply-To: <63638bc90408100619f3b866@mail.gmail.com> from "Allan Bandaly" at Aug 10, 2004 09:19:27 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Question about backing up filesystem/boot disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 13:28:29 -0000 > > I have recently built a 1.7TB file storage server for our digital lab > and I was wondering what the easiest way to backup the SCSI boot disk > to the RAID5 array would be? I was thinking something along the lines > of dd if=/dev/XXXXX of=/array/fbsd5disk or similar... if anyone can > give me correct syntax and or options or a better options please let > me know, thanks. dump 0af /array/rootdump / is probably the best. If you other file systems on that disk you want backed up do similar. dump 0af /array/usrdump /usr For example. You can then restore(8) individual files, directories or whole filesystems as you need. ////jerry > > Allan Bandaly > Reedy Photoprocess > IT, Digital Lab Dept. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 14:22:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD2BC16A4D0 for ; Tue, 10 Aug 2004 14:22:42 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id F280C43D49 for ; Tue, 10 Aug 2004 14:22:41 +0000 (GMT) SRS0=SKjgfk80=LA=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.1/8.13.1) id i7AEMeDO032632 for freebsd-questions@freebsd.org; Tue, 10 Aug 2004 16:22:40 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408101422.I7AEMEGI032622@asarian-host.net> Date: Tue, 10 Aug 2004 14:22:40 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: apZ/4sq2bfchIO0SVgL8yXmxZQzKHNlchz71TCUvqzBq3uAyO4X+GOKhfSI+n4Z3nGHOOITdergpo2+nqPba3w== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQRjaMDFqW1BleBN9AQF+Mgf+O71YaHGPvrA2PnS96nb+qzPrH9Z3H0R5 sNJUPeqKLScaUy7W+GIsyGdsBUXYQvCc/IadoY/YAfXnfOq7mseZI9b0oh6a486P WKGRWlvIkpU/dIDtp5Q/q2ZYHkRRi1YbM7hPb/dMKI1g3/w6cfSxcz3MqjMr1a/E VlmLYZ8M54BpisS5zyakjCv4UtNv34tylRFJg9vYAaBxcadi8dP5atCZ3TiEZdPb p3VaohwQRs9w7J3Yp606vkTVwO+xmj9k7CxsH7B8yalcih2PzKWeI9/94gOXTMR8 V1XbQhGqOFcAo3RYR6cOzl5G0iDuk6cT8s2ZPTArFSG6godlU5Lu4A== =Xs0B Subject: "make/install buildworld" without Perl being reinstalled? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 14:22:43 -0000 Dear Sirs: Is there a way I can do a "make/install buildworld" without Perl being reinstalled? Not that I want it gone, I just want it to remain totally untouched. I think I am going to give an upgrade to 8.10R a try (reluctantly), from 4.9R; but I cannot afford to have my rather comprehensive Perl modules messed with/deleted/upgraded/whatever. In fact, I rather not do a "make/install buildworld" at all. That is, I rather not have any userland program touched, like sendmail, etc. Basically, I just want to upgrade the kernel (and use the upgraded ata(4) driver, to have support for the VIA 8237). I came up with the following supfile: *default host=cvsup.uk.freebsd.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4_10 *default delete use-rel-suffix *default compress src-all Will this do what I want? Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 14:25:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2BF516A4CF for ; Tue, 10 Aug 2004 14:25:33 +0000 (GMT) Received: from northgate.starhub.net.sg (northgate.starhub.net.sg [203.117.1.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAEB643D5D for ; Tue, 10 Aug 2004 14:25:32 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from DellDual (cm124.sigma234.maxonline.com.sg [218.212.234.124]) i7AEPRZA017591 for ; Tue, 10 Aug 2004 22:25:31 +0800 (SST) Message-Id: <200408101425.i7AEPRZA017591@northgate.starhub.net.sg> From: "Peter Ryan" To: Date: Tue, 10 Aug 2004 22:24:53 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcR+5c2ydjSohnmZTg6cWE5QtCcMCA== Subject: kde openldap version problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pryan@singnet.com.sg List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 14:25:33 -0000 Restating an earlier problem with more detail. KDE on the 4.10 install CD uses openldap 2.1.30 I have struck version conflicts installing Samba3, which wants openldap 2.2.14. Netbeans had the same problem when i tried a few days ago. In the ports collection KDE uses 2.2.14. Can I just remove the current KDE and replace it from the ports collection ? or is there likely to be a package somewhere that uses openldap instead of 2.1.30 ? Also, is there somewhere that deals with version conflicts - the google search items I found were a bit advanced for me. Thanks Peter From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 14:43:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F19B116A4CF for ; Tue, 10 Aug 2004 14:43:31 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id A594343D1F for ; Tue, 10 Aug 2004 14:43:31 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 10 Aug 2004 09:39:54 -0500 Message-ID: <4118DEF6.1020704@daleco.biz> Date: Tue, 10 Aug 2004 09:43:02 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vulpes Velox References: <20040810051616.83345.qmail@web61302.mail.yahoo.com> <20040810022551.225eb158@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <20040810022551.225eb158@vixen42.24-119-122-191.cpe.cableone.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Aug 2004 14:39:57.0724 (UTC) FILETIME=[E88BD5C0:01C47EE7] cc: questions@freebsd.org cc: stheg olloydson Subject: Re: does a working driver exist for the nForce2 MCP nic? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 14:43:32 -0000 Vulpes Velox wrote: >On Mon, 9 Aug 2004 22:16:16 -0700 (PDT) >stheg olloydson wrote: > > > >>Hello, >> >>Out of general principle, I would like to get the >>onboard NIC working on an MSI K7N2 Delta-L mobo. I >>have checked the archives and googled this issue. I >>found A LOT of discussion. To sum up, Bill Paul was >>trying to get nVidia to cooperate, but they were >>having none of it. According to >>http://www.onthenet.com.au/~q/nvnet/ a driver is >>available via ports/net/nvnet, but my fresh install of >>5.2.1-Release doesn't have that port. I can pull it >>from the site, but before I needlessly mung my system, >>does anyone know if it works? If it was in ports >>before, why is it gone now? >> >> > >You need up update your port tree. > > Seems likely. Although the port was added in December and tagged in both 4.10-RELEASE and HEAD at that time, it must not have MFC'ed->RELENG_5 until after 5.2.1 was released (in January, IIRC), therefore a CDROM ports tree of 5.2.1 wouldn't include nvnet. It is there now. I don't know if it works. Grit your teeth and hang on! (Seriously, I really doubt it'd be in there if there were any serious problems at all, but YMMV....) Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 14:49:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4926D16A4CE for ; Tue, 10 Aug 2004 14:49:27 +0000 (GMT) Received: from ux11.ltcm.net (ux11.ltcm.net [64.215.98.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E91843D2D for ; Tue, 10 Aug 2004 14:49:26 +0000 (GMT) (envelope-from mipam@ibb.net) Received: from ux11.ltcm.net (mipam@localhost.ltcm.net [IPv6:::1]) by ux11.ltcm.net (8.12.9/8.12.9/UX11TT) with ESMTP id i7AEnOIo028132 for ; Tue, 10 Aug 2004 16:49:25 +0200 (MEST) Received: from localhost (mipam@localhost) by ux11.ltcm.net (8.12.9/8.12.9/Submit) with ESMTP id i7AEnNQS009878 for ; Tue, 10 Aug 2004 16:49:23 +0200 (MEST) X-Authentication-Warning: ux11.ltcm.net: mipam owned process doing -bs Date: Tue, 10 Aug 2004 16:49:22 +0200 (MEST) From: Mipam X-X-Sender: mipam@ux11.ltcm.net To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: localtime question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 14:49:27 -0000 Hi, I tried to display the time from yesterday by this little program #include #include time_t tval; int main() { struct timeval tv; struct timeval tv_current; if (gettimeofday(&tv_current, NULL) == -1) err(1, "Could not get local time of day"); tv.tv_sec = tv_current.tv_sec-86400; printf("%s\n", ctime(tv.tv_sec) ); } But at compilation it complains: tijd.c: In function `main': tijd.c:15: warning: passing arg 1 of `ctime' makes pointer from integer without a cast What am i doing wrong? Bye, Mipam. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 15:01:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7EBE16A4CE for ; Tue, 10 Aug 2004 15:01:59 +0000 (GMT) Received: from redtick.homeunix.com (adsl-67-66-93-72.dsl.okcyok.swbell.net [67.66.93.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4797743D3F for ; Tue, 10 Aug 2004 15:01:59 +0000 (GMT) (envelope-from boxend@redtick.homeunix.com) Received: from redtick.homeunix.com (localhost.homeunix.com [127.0.0.1]) i7AF0F4t029953 for ; Tue, 10 Aug 2004 10:00:16 -0500 (CDT) (envelope-from boxend@redtick.homeunix.com) Received: (from boxend@localhost) by redtick.homeunix.com (8.12.10/8.12.10/Submit) id i7AF0FnR029952 for freebsd-questions@freebsd.org; Tue, 10 Aug 2004 10:00:15 -0500 (CDT) (envelope-from boxend) Date: Tue, 10 Aug 2004 10:00:15 -0500 (CDT) From: Mark Message-Id: <200408101500.i7AF0FnR029952@redtick.homeunix.com> To: freebsd-questions@freebsd.org Subject: linking X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 15:01:59 -0000 My /usr has grown short of room, so noobie question, will " ln -s /muz/newusr /usr" allow the system to use the new space or must I do something else?? This is a 5.2rc1 box in need of updating. =) From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 15:13:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCA7D16A4CE for ; Tue, 10 Aug 2004 15:13:25 +0000 (GMT) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D68E43D3F for ; Tue, 10 Aug 2004 15:13:25 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd49554 (utd49554.utdallas.edu [129.110.3.85]) by smtp1.utdallas.edu (Postfix) with ESMTP id F1093388EBF; Tue, 10 Aug 2004 10:13:23 -0500 (CDT) Date: Tue, 10 Aug 2004 10:13:20 -0500 From: Paul Schmehl To: Ara Avvali , freebsd-questions@freebsd.org Message-ID: <15DFE9AFD4B2C552959D0DF3@utd49554.utdallas.edu> In-Reply-To: <41185D8E.3080303@Avvali.COM> References: <41185D8E.3080303@Avvali.COM> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: log reader X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 15:13:25 -0000 --On Tuesday, August 10, 2004 01:30:54 AM -0400 Ara Avvali wrote: > Hi > does anybody know a good looking log reader for firewall and access? I > mean something which gets the log and formats in tables like excel file, > organized and easy to read. I have to read a lot and makes me tired, so I > was wondering if there is anyway to make it look better and easy on eye I don't know about Excel spreadsheets, but the two log readers I use are logsentry and pflogsumm. The former is for syslogs, the latter for Postfix maillogs. You can goggle for both. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ir/security/ From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 15:53:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C188916A4CE for ; Tue, 10 Aug 2004 15:53:27 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4666B43D1D for ; Tue, 10 Aug 2004 15:53:27 +0000 (GMT) (envelope-from rbgarga@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so155296rnl for ; Tue, 10 Aug 2004 08:53:26 -0700 (PDT) Received: by 10.38.11.79 with SMTP id 79mr1487397rnk; Tue, 10 Aug 2004 08:53:26 -0700 (PDT) Message-ID: <747dc8f3040810085314903186@mail.gmail.com> Date: Tue, 10 Aug 2004 12:53:26 -0300 From: Renato Botelho To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Updating jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 15:53:27 -0000 Hi all, I have a box running FreeBSD-5.2.1-RELEASE-p9, and I have a jail running on this machine, all works fine. When FreeBSD-5.3 releases, I want to upgrade my box to this version, how must I proceed to upgrade my box and my jail to new version? thanks a lot -- Renato Botelho ICQ: 54596223 AIM: RBGargaBR From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 16:08:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93B8316A4CE for ; Tue, 10 Aug 2004 16:08:37 +0000 (GMT) Received: from pd3mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4807F43D49 for ; Tue, 10 Aug 2004 16:08:35 +0000 (GMT) (envelope-from bw2003@shaw.ca) Received: from pd3mr1so.prod.shaw.ca (pd3mr1so-ser.prod.shaw.ca [10.0.141.177])2003))freebsd-questions@freebsd.org; Tue, 10 Aug 2004 09:59:57 -0600 (MDT) Received: from pn2ml8so.prod.shaw.ca ([10.0.121.152]) by pd3mr1so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I28005M2N3X4C00@pd3mr1so.prod.shaw.ca> for freebsd-questions@freebsd.org; Tue, 10 Aug 2004 09:59:57 -0600 (MDT) Received: from potlavj0m8twaq (S0106000d3a747f62.ls.shawcable.net [24.76.211.223])2003)) freebsd-questions@freebsd.org; Tue, 10 Aug 2004 09:59:57 -0600 (MDT) Date: Tue, 10 Aug 2004 11:59:59 -0400 From: Ryan To: Mark Message-id: <001101c47ef3$16b28f10$4302a8c0@potlavj0m8twaq> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 Content-type: text/plain; charset=Windows-1252 Content-transfer-encoding: 7bit X-Priority: 1 X-MSMail-priority: High References: <200408101422.I7AEMEGI032622@asarian-host.net> cc: freebsd-questions@freebsd.org Subject: Re: "make/install buildworld" without Perl being reinstalled? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 16:08:37 -0000 Hello, :) Please check out /etc/defaults/make.conf For examples. Below can be used in /etc/make.conf to prevent building of programs in a build/install world. # To avoid building various parts of the base system: #NO_CVS= true # do not build CVS #NO_BIND= true # do not build BIND #NO_FORTRAN= true # do not build g77 and related libraries #NO_I4B= true # do not build isdn4bsd package #NO_IPFILTER= true # do not build IP Filter package #NO_LPR= true # do not build lpr and related programs #NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector #NO_MODULES= true # do not build modules with the kernel #NO_OBJC= true # do not build Objective C support #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) #NO_SENDMAIL= true # do not build sendmail and related programs #NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs #NO_TCSH= true # do not build and install /bin/csh (which is tcsh) #NO_X= true # do not compile in XWindows support (e.g. doscmd) #NOCRYPT= true # do not build any crypto code #NOGAMES= true # do not build games (games/ subdir) #NOINFO= true # do not make or install info files #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) #NOMAN= true # do not build manual pages #NOPERL= true # do not build perl. Disables OpenSSL optimizations #NOPROFILE= true # Avoid compiling profiled libraries #NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir #NOUUCP= true # do not build uucp related programs http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Also make sure to checkout the file /usr/src/UPDATING for changes and proper methods to recompiling everything or upgrading. Ryan, ----- Original Message ----- From: "Mark" To: Sent: Tuesday, August 10, 2004 10:22 AM Subject: "make/install buildworld" without Perl being reinstalled? > Dear Sirs: > > Is there a way I can do a "make/install buildworld" without Perl being > reinstalled? Not that I want it gone, I just want it to remain totally > untouched. > > I think I am going to give an upgrade to 8.10R a try (reluctantly), from > 4.9R; but I cannot afford to have my rather comprehensive Perl modules > messed with/deleted/upgraded/whatever. In fact, I rather not do a > "make/install buildworld" at all. That is, I rather not have any userland > program touched, like sendmail, etc. Basically, I just want to upgrade the > kernel (and use the upgraded ata(4) driver, to have support for the VIA > 8237). > > I came up with the following supfile: > > *default host=cvsup.uk.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_4_10 > *default delete use-rel-suffix > *default compress > src-all > > Will this do what I want? > > Thanks, > > - Mark > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 16:23:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4423916A4CE for ; Tue, 10 Aug 2004 16:23:30 +0000 (GMT) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.49.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE1743D31 for ; Tue, 10 Aug 2004 16:23:29 +0000 (GMT) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.dlib.vt.edu (localhost.dlib.vt.edu [127.0.0.1]) by gromit.dlib.vt.edu (8.12.11/8.12.11) with ESMTP id i7AGNQND086616 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 10 Aug 2004 12:23:26 -0400 (EDT) (envelope-from paul@gromit.dlib.vt.edu) Received: (from paul@localhost) by gromit.dlib.vt.edu (8.12.11/8.12.11/Submit) id i7AGNP4Z086615; Tue, 10 Aug 2004 12:23:25 -0400 (EDT) (envelope-from paul@gromit.dlib.vt.edu) From: Paul Mather To: Joshua Lewis In-Reply-To: <20040810060957.9F58F16A4D1@hub.freebsd.org> References: <20040810060957.9F58F16A4D1@hub.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1092155005.86231.75.camel@gromit.dlib.vt.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 10 Aug 2004 12:23:25 -0400 cc: freebsd-questions@freebsd.org Subject: Re: Replacing Bind8x with Bind9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 16:23:30 -0000 On Mon, 9 Aug 2004 22:36:54 -0700, "Joshua Lewis" wrote: > How to I totaly replace Bind8x on my 5.2.1 system? I run BIND 9 chroot on a 5.2.1-RELEASE-p9 system. I installed it from ports (/usr/ports/dns/bind9). Basically, to replace the base BIND 8 installation, you need to append the following to your /etc/make.conf: PORT_REPLACES_BASE_BIND9=YES NO_BIND=true Then, cd to /usr/ports/dns/bind9 and do a "make install clean" to install it. The PORT_REPLACES_BASE_BIND9 will cause the port installation to overwrite the base version. The NO_BIND will prevent your ports version being overwritten when you next build and install world. I don't believe the chroot startup support in /etc/rc.d/named for 5.2.1 works for BIND 9, as it's designed for BIND 8. Setting up chroot for BIND 9 is a little more involved (from what I recall) than for BIND 8. I do believe there is a small tutorial out there somewhere. (I ran across one when I was setting up my BIND 9.) Of course, you will also need to configure BIND 9. It is stricter than BIND 8, and will fail to startup on certain configuration errors that once were treated as warnings. > Is there a command to run to replace bind8 durring install? I don't believe there is. > Do I need to make changes to my startup files? Yes---depending on whether you are running chroot or not. You may also need to mount a devfs via /etc/fstab to get certain required devices like /dev/random (again, if you're running chroot). BIND 9 will be the default in 5.3, due out in early October. Cheers, Paul. -- e-mail: paul@gromit.dlib.vt.edu "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." --- Frank Vincent Zappa From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 16:26:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F02D416A4CE for ; Tue, 10 Aug 2004 16:26:19 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63F8043D48 for ; Tue, 10 Aug 2004 16:26:18 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i7AGQFqo020975; Tue, 10 Aug 2004 19:26:16 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i7AGQDTf026044; Tue, 10 Aug 2004 19:26:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i7AGQCuY026043; Tue, 10 Aug 2004 19:26:12 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 10 Aug 2004 19:26:12 +0300 From: Giorgos Keramidas To: Mipam Message-ID: <20040810162612.GC25389@orion.daedalusnetworks.priv> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-questions@freebsd.org Subject: Re: localtime question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 16:26:20 -0000 On 2004-08-10 16:49, Mipam wrote: > Hi, > > I tried to display the time from yesterday by this little program > > #include > #include > > time_t tval; > > int main() > { > struct timeval tv; > struct timeval tv_current; > > if (gettimeofday(&tv_current, NULL) == -1) > err(1, "Could not get local time of day"); > > tv.tv_sec = tv_current.tv_sec-86400; > printf("%s\n", ctime(tv.tv_sec)); > } Note that it's a good idea to explicitly specify that main() does nothing to its argument with: int main(void) { ... } and that main() has to `return' some value that fits in an `int' as its definition says it should. > But at compilation it complains: > > tijd.c: In function `main': > tijd.c:15: warning: passing arg 1 of `ctime' makes pointer from integer without a cast > > What am i doing wrong? You're passing the "value" of tv.tv_sec in a function that expects a pointer to it. % man ctime char * ctime(const time_t *clock); The value you passed to ctime() is not an address of a constant time_t object but the value of the time_t object itself. The compiler detects that a conversion from an integral type to a pointer needs to take place and warns you about it. This is not a fatal error (c.f. the rationale of the ANSI C99 standard, which specifies that pointers might be converted to integral values and back to the same pointer type without losing any information). However, it is usually a very common mistake (forgetting to pass a reference to the object and passing the object itself). This is why you get warned. Try calling ctime() with the address of tv.tv_sec: printf("%s\n", ctime(&tv.tv_sec)); - Giorgos From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 16:30:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 911B616A4CE for ; Tue, 10 Aug 2004 16:30:05 +0000 (GMT) Received: from mail.revolutionsp.com (ganymede.revolutionsp.com [64.246.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 306A843D2D for ; Tue, 10 Aug 2004 16:30:05 +0000 (GMT) (envelope-from klr@6s-gaming.com) Received: from mail.revolutionsp.com (localhost [127.0.0.1]) by mail.revolutionsp.com (Postfix) with ESMTP id AFDCA15CCF for ; Tue, 10 Aug 2004 13:27:36 +0000 (GMT) Received: from 81.84.174.8 (SquirrelMail authenticated user klr@6s-gaming.com); by mail.revolutionsp.com with HTTP; Tue, 10 Aug 2004 13:27:36 -0000 (GMT) Message-ID: <50315.81.84.174.8.1092144456.squirrel@81.84.174.8> Date: Tue, 10 Aug 2004 13:27:36 -0000 (GMT) From: "Hugo Silva" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: 5. boot freebsd in verbose mode - question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 16:30:05 -0000 Hi, Is there a way to turn this option on while the system is running, or make it the default option on the next reboot? Regards From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 16:30:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8158516A4CE for ; Tue, 10 Aug 2004 16:30:30 +0000 (GMT) Received: from ns.groupetemis.com (ALyon-210-1-8-79.w217-128.abo.wanadoo.fr [217.128.150.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE6E43D45 for ; Tue, 10 Aug 2004 16:30:28 +0000 (GMT) (envelope-from osmedts@groupetemis.com) Received: from ns.groupetemis.com (localhost [127.0.0.1]) by ns.groupetemis.com (8.12.10/8.12.10) with ESMTP id i7ACbu3A097121 for ; Tue, 10 Aug 2004 14:37:56 +0200 (CEST) (envelope-from osmedts@groupetemis.com) Received: (from www@localhost) by ns.groupetemis.com (8.12.10/8.12.10/Submit) id i7ACbuUL097120; Tue, 10 Aug 2004 14:37:56 +0200 (CEST) (envelope-from osmedts@groupetemis.com) Date: Tue, 10 Aug 2004 14:37:56 +0200 (CEST) X-Authentication-Warning: ns.groupetemis.com: www set sender to osmedts@groupetemis.com using -f To: freebsd-questions@freebsd.org Received: from 217.128.150.79 (auth. user osmedts@groupetemis.com) by intranet.groupetemis.com with HTTP; Tue, 10 Aug 2004 13:37:56 +0100 X-IlohaMail-Blah: osmedts@groupetemis.com X-IlohaMail-Method: mail() [mem] X-IlohaMail-Dummy: moo X-Mailer: IlohaMail/0.8.13 (On: intranet.groupetemis.com) Message-ID: <27XELo1N.1092141476.7443480.osmedts@groupetemis.com> From: "Olivier SMEDTS" Bounce-To: "Olivier SMEDTS" Errors-To: "Olivier SMEDTS" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: ps/2 mouse not detected when no keyboard is present X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 16:30:30 -0000 Hello all, Here is my problem. I've got a fanless computer with a FreeBSD 5.2.1 embedded in a CompactFlash card. On this appliance, I must plug a PS/2 mouse but NO keyboard. When I boot the appliance with a keyboard and a mouse, no problem, atkbdc0 is detected, with atkbd0 and psm0 on it. The problem is that when I boot with no keyboard, the controller (atkbdc0) isn't detected any more, so the mouse (psm0) isn't detected ; dmesg doesn't show atkbdc, atkbd or psm. Does anyone know what can I do ? I must be able to boot with a mouse but no keyboard. I tried setting different flags for atkbd0 in device.hints. Maybe there's a way with the kernel, sysctl or device.hints, or something else, to have an atkbd0 "detected" even with no keyboard plugged in. Or to force the detection of the controller atkbdc0, on which is the mouse. Thanks for any answer, I really need help, I didn't find something similar on google and I don't know what to do for now. I think it's a problem with the way atkbdc works so I didn't included a specific dmesg, but if you want more info, dont't hesistate to ask. Olivier From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 16:44:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF12F16A4CE for ; Tue, 10 Aug 2004 16:44:49 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 855C843D46 for ; Tue, 10 Aug 2004 16:44:49 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040810164449.VEBI9204.mta10.adelphia.net@barbish>; Tue, 10 Aug 2004 12:44:49 -0400 From: "JJB" To: "Hugo Silva" , Date: Tue, 10 Aug 2004 12:44:48 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 In-Reply-To: <50315.81.84.174.8.1092144456.squirrel@81.84.174.8> Importance: Normal Subject: RE: 5. boot freebsd in verbose mode - question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 16:44:50 -0000 ee loader.conf # Edit file Add this line to file boot_verbose="YES" # The word "YES" is in upper case letters. Save your file & reboot -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Hugo Silva Sent: Tuesday, August 10, 2004 9:28 AM To: freebsd-questions@freebsd.org Subject: 5. boot freebsd in verbose mode - question Hi, Is there a way to turn this option on while the system is running, or make it the default option on the next reboot? Regards _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 16:45:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B36516A4D5 for ; Tue, 10 Aug 2004 16:45:27 +0000 (GMT) Received: from ux11.ltcm.net (ux11.ltcm.net [64.215.98.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6301843D1D for ; Tue, 10 Aug 2004 16:45:26 +0000 (GMT) (envelope-from mipam@ibb.net) Received: from ux11.ltcm.net (mipam@localhost.ltcm.net [IPv6:::1]) by ux11.ltcm.net (8.12.9/8.12.9/UX11TT) with ESMTP id i7AGjLIo014182; Tue, 10 Aug 2004 18:45:21 +0200 (MEST) Received: from localhost (mipam@localhost) by ux11.ltcm.net (8.12.9/8.12.9/Submit) with ESMTP id i7AGjJTK003800; Tue, 10 Aug 2004 18:45:20 +0200 (MEST) X-Authentication-Warning: ux11.ltcm.net: mipam owned process doing -bs Date: Tue, 10 Aug 2004 18:45:19 +0200 (MEST) From: Mipam X-X-Sender: mipam@ux11.ltcm.net To: Giorgos Keramidas In-Reply-To: <20040810162612.GC25389@orion.daedalusnetworks.priv> Message-ID: References: <20040810162612.GC25389@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: localtime question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 16:45:27 -0000 > Note that it's a good idea to explicitly specify that main() does > nothing to its argument with: > > int > main(void) > { > ... > } > > and that main() has to `return' some value that fits in an `int' as its > definition says it should. > > > But at compilation it complains: > > > > tijd.c: In function `main': > > tijd.c:15: warning: passing arg 1 of `ctime' makes pointer from integer without a cast > > > > What am i doing wrong? > > You're passing the "value" of tv.tv_sec in a function that expects a > pointer to it. > > % man ctime > > char * > ctime(const time_t *clock); > > The value you passed to ctime() is not an address of a constant time_t > object but the value of the time_t object itself. The compiler detects > that a conversion from an integral type to a pointer needs to take place > and warns you about it. > > This is not a fatal error (c.f. the rationale of the ANSI C99 standard, > which specifies that pointers might be converted to integral values and > back to the same pointer type without losing any information). However, > it is usually a very common mistake (forgetting to pass a reference to > the object and passing the object itself). This is why you get warned. > > Try calling ctime() with the address of tv.tv_sec: > > printf("%s\n", ctime(&tv.tv_sec)); #include #include int main(void) { struct timeval tv; struct timeval tv_current; if (gettimeofday(&tv_current, NULL) == -1) err(1, "Could not get local time of day"); tv.tv_sec = tv_current.tv_sec-86400; printf("%s\n", ctime(&tv.tv_sec)); return 0; } Does the job, thanks! At compile time i get: tijd.c: In function `main': tijd.c:11: warning: passing arg 1 of `ctime' from incompatible pointer type But it works: Mon Aug 9 18:44:04 2004 nicely the time of yesterday. Only thing left is another format like: 2004 Aug 9 18:44:04 Any hints? Bye, Mipam. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 17:11:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F17416A4CE for ; Tue, 10 Aug 2004 17:11:25 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA0A43D45 for ; Tue, 10 Aug 2004 17:11:24 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i7AHBL5e021026; Tue, 10 Aug 2004 20:11:22 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i7AHBJHQ026461; Tue, 10 Aug 2004 20:11:19 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i7AHBJin026460; Tue, 10 Aug 2004 20:11:19 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 10 Aug 2004 20:11:19 +0300 From: Giorgos Keramidas To: Mipam Message-ID: <20040810171119.GA26303@orion.daedalusnetworks.priv> References: <20040810162612.GC25389@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-questions@freebsd.org Subject: Re: localtime question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 17:11:25 -0000 On 2004-08-10 18:45, Mipam wrote: > > Try calling ctime() with the address of tv.tv_sec: > > > > printf("%s\n", ctime(&tv.tv_sec)); > > #include > #include > > int main(void) > { > struct timeval tv; > struct timeval tv_current; > if (gettimeofday(&tv_current, NULL) == -1) > err(1, "Could not get local time of day"); > tv.tv_sec = tv_current.tv_sec-86400; > printf("%s\n", ctime(&tv.tv_sec)); > return 0; > } > > Does the job, thanks! > At compile time i get: > > tijd.c: In function `main': > tijd.c:11: warning: passing arg 1 of `ctime' from incompatible pointer type That's because struct timeval's members are `long' not time_t. printf("%s\n", ctime((const time_t *) &tv.tv_sec)); Add to your includes too and sort them in this order: #include #include #include System headers first, the rest afterwards; each list sorted alphabetically unless there is a good reason to do otherwise. This becomes handy when there are long lists of headers as it's easy to spot and fix duplicate includes :-) > Only thing left is another format like: 2004 Aug 9 18:44:04 > Any hints? You'd have to use strftime() and a local buffer for that. Cheers From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 17:13:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6883216A4CE for ; Tue, 10 Aug 2004 17:13:01 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7983D43D39 for ; Tue, 10 Aug 2004 17:13:00 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i7AHCwDa003168; Tue, 10 Aug 2004 20:12:58 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i7AHCuIJ026499; Tue, 10 Aug 2004 20:12:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i7AHCugv026498; Tue, 10 Aug 2004 20:12:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 10 Aug 2004 20:12:56 +0300 From: Giorgos Keramidas To: Mipam Message-ID: <20040810171256.GA26475@orion.daedalusnetworks.priv> References: <20040810162612.GC25389@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-questions@freebsd.org Subject: Re: localtime question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 17:13:01 -0000 On 2004-08-10 18:45, Mipam wrote: > #include > #include > > int main(void) > { > struct timeval tv; > struct timeval tv_current; > if (gettimeofday(&tv_current, NULL) == -1) > err(1, "Could not get local time of day"); > tv.tv_sec = tv_current.tv_sec-86400; > printf("%s\n", ctime(&tv.tv_sec)); > return 0; > } Hmmm, now that I noticed. You don't need to add a trailing '\n' to the string of ctime(). It already has one: keramida@orion[20:11]/home/keramida$ ./a.out Mon Aug 9 20:11:30 2004 keramida@orion[20:11]/home/keramida$ Bye From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 17:22:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44E4B16A4CE; Tue, 10 Aug 2004 17:22:05 +0000 (GMT) Received: from smtp.netcabo.pt (smtp.netcabo.pt [212.113.174.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E019943D39; Tue, 10 Aug 2004 17:22:03 +0000 (GMT) (envelope-from sysadmin@virtualbullet.com) Received: from [192.168.0.1] ([81.84.174.8]) by smtp.netcabo.pt with Microsoft SMTPSVC(5.0.2195.6713); Tue, 10 Aug 2004 18:22:00 +0100 Message-ID: <41190382.9060001@virtualbullet.com> Date: Tue, 10 Aug 2004 18:18:58 +0100 From: Hugo Silva User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040724) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-smp@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Aug 2004 17:22:00.0131 (UTC) FILETIME=[8B8D6930:01C47EFE] Subject: 5.2.1-p9 kernel hang (unknown reason, but more info) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 17:22:05 -0000 (note: I'm not subscribed to the list with this email, but I couldn't send this large mail by my webmail) Hey list, Recently my server started failing daily, I though it was because of high loads. Now it even goes down if completely idle after a few hours. I *still* don't have the panic message (lazy datacenter lol) but I booted the server with verbose enabled and got the list of hardware. I also removed any optimizations in sysctl stuff I had added (maxfiles, maxprocs, ipc stuff, etc, all defaults now) The server ran fine for the first 20 days or so, then it kept dying on a daily basis. Unfortunately i still don't have the panic message. But if someone can give some hints based on hardware list+dmesg+mptable, it would help. I've been shooting in the dark so far.. Here is the dmesg (long): Frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2800121436 Hz CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2800.12-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf25 Stepping = 5 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 4088397824 (3899 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000c29000 - 0x00000000ef64ffff, 4003622912 bytes (977447 pages) avail memory = 3973623808 (3789 MB) APIC ID: physical 0, logical 0:0 APIC ID: physical 1, logical 0:1 APIC ID: physical 6, logical 0:2 APIC ID: physical 7, logical 0:3 FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 bios32: Found BIOS32 Service Directory header at 0xc00fdb70 bios32: Entry = 0xfdb80 (c00fdb80) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xf0000+0xdba1 pnpbios: Found PnP BIOS data at 0xc00f4420 pnpbios: Entry = f0000:32c4 Rev = 1.0 Other BIOS signatures found: ioapic0: Assuming intbase of 0 ioapic0: intpin 0 -> ExtINT (edge, activehi) ioapic0: intpin 1 -> irq 1 (edge, activehi) ioapic0: intpin 2 -> irq 2 (edge, activehi) ioapic0: intpin 3 -> irq 3 (edge, activehi) ioapic0: intpin 4 -> irq 4 (edge, activehi) ioapic0: intpin 5 -> irq 5 (edge, activehi) ioapic0: intpin 6 -> irq 6 (edge, activehi) ioapic0: intpin 7 -> irq 7 (edge, activehi) ioapic0: intpin 8 -> irq 8 (edge, activehi) ioapic0: intpin 9 -> irq 9 (edge, activehi) ioapic0: intpin 10 -> irq 10 (edge, activehi) ioapic0: intpin 11 -> irq 11 (edge, activehi) ioapic0: intpin 12 -> irq 12 (edge, activehi) ioapic0: intpin 13 -> irq 13 (edge, activehi) ioapic0: intpin 14 -> irq 14 (edge, activehi) ioapic0: intpin 15 -> irq 15 (edge, activehi) ioapic1: Assuming intbase of 16 ioapic1: intpin 0 -> irq 16 (level, activelo) ioapic1: intpin 1 -> irq 17 (level, activelo) ioapic1: intpin 2 -> irq 18 (level, activelo) ioapic1: intpin 3 -> irq 19 (level, activelo) ioapic1: intpin 4 -> irq 20 (level, activelo) ioapic1: intpin 5 -> irq 21 (level, activelo) ioapic1: intpin 6 -> irq 22 (level, activelo) ioapic1: intpin 7 -> irq 23 (level, activelo) ioapic1: intpin 8 -> irq 24 (level, activelo) ioapic1: intpin 9 -> irq 25 (level, activelo) ioapic1: intpin 10 -> irq 26 (level, activelo) ioapic1: intpin 11 -> irq 27 (level, activelo) ioapic1: intpin 12 -> irq 28 (level, activelo) ioapic1: intpin 13 -> irq 29 (level, activelo) ioapic1: intpin 14 -> irq 30 (level, activelo) ioapic1: intpin 15 -> irq 31 (level, activelo) ioapic2: Assuming intbase of 32 ioapic2: intpin 0 -> irq 32 (level, activelo) ioapic2: intpin 1 -> irq 33 (level, activelo) ioapic2: intpin 2 -> irq 34 (level, activelo) ioapic2: intpin 3 -> irq 35 (level, activelo) ioapic2: intpin 4 -> irq 36 (level, activelo) ioapic2: intpin 5 -> irq 37 (level, activelo) ioapic2: intpin 6 -> irq 38 (level, activelo) ioapic2: intpin 7 -> irq 39 (level, activelo) ioapic2: intpin 8 -> irq 40 (level, activelo) ioapic2: intpin 9 -> irq 41 (level, activelo) ioapic2: intpin 10 -> irq 42 (level, activelo) ioapic2: intpin 11 -> irq 43 (level, activelo) ioapic2: intpin 12 -> irq 44 (level, activelo) ioapic2: intpin 13 -> irq 45 (level, activelo) ioapic2: intpin 14 -> irq 46 (level, activelo) ioapic2: intpin 15 -> irq 47 (level, activelo) ioapic3: Assuming intbase of 48 ioapic3: intpin 0 -> irq 48 (level, activelo) ioapic3: intpin 1 -> irq 49 (level, activelo) ioapic3: intpin 2 -> irq 50 (level, activelo) ioapic3: intpin 3 -> irq 51 (level, activelo) ioapic3: intpin 4 -> irq 52 (level, activelo) ioapic3: intpin 5 -> irq 53 (level, activelo) ioapic3: intpin 6 -> irq 54 (level, activelo) ioapic3: intpin 7 -> irq 55 (level, activelo) ioapic3: intpin 8 -> irq 56 (level, activelo) ioapic3: intpin 9 -> irq 57 (level, activelo) ioapic3: intpin 10 -> irq 58 (level, activelo) ioapic3: intpin 11 -> irq 59 (level, activelo) ioapic3: intpin 12 -> irq 60 (level, activelo) ioapic3: intpin 13 -> irq 61 (level, activelo) ioapic3: intpin 14 -> irq 62 (level, activelo) ioapic3: intpin 15 -> irq 63 (level, activelo) ioapic1: intpin 13 trigger: level ioapic1: intpin 13 polarity: active-lo ioapic1: intpin 1 trigger: level ioapic1: intpin 1 polarity: active-lo ioapic1: intpin 10 trigger: level ioapic1: intpin 10 polarity: active-lo ioapic1: intpin 12 trigger: level ioapic1: intpin 12 polarity: active-lo ioapic0: intpin 1 trigger: edge ioapic0: intpin 1 polarity: active-hi ioapic0: Routing IRQ 0 -> intpin 2 ioapic0: intpin 2 trigger: edge ioapic0: intpin 2 polarity: active-hi ioapic0: intpin 3 trigger: edge ioapic0: intpin 3 polarity: active-hi ioapic0: intpin 4 trigger: edge ioapic0: intpin 4 polarity: active-hi ioapic0: intpin 5 trigger: edge ioapic0: intpin 5 polarity: active-hi ioapic0: intpin 6 trigger: edge ioapic0: intpin 6 polarity: active-hi ioapic0: intpin 7 trigger: edge ioapic0: intpin 7 polarity: active-hi ioapic0: intpin 8 trigger: edge ioapic0: intpin 8 polarity: active-hi ioapic0: intpin 12 trigger: edge ioapic0: intpin 12 polarity: active-hi ioapic0: intpin 13 trigger: edge ioapic0: intpin 13 polarity: active-hi ioapic0: intpin 14 trigger: edge ioapic0: intpin 14 polarity: active-hi ioapic0: intpin 15 trigger: edge ioapic0: intpin 15 polarity: active-hi lapic: Routing ExtINT -> LINT0 lapic: LINT0 trigger: edge lapic: LINT0 polarity: active-hi lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: edge lapic: LINT1 polarity: active-hi ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard ioapic2 irqs 32-47 on motherboard ioapic3 irqs 48-63 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x00050014 LDR: 0x01000000 DFR: 0x0fffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff wlan: <802.11 Link Layer> null: random: mem: Pentium Pro MTRR support enabled npx0: [FAST] npx0: on motherboard npx0: INT 16 interface pci_open(1):mode 1 addr port (0x0cf8) is 0x800078ac pci_open(1a):mode1res=0x80000000 (0x80000000) pci_cfgcheck:device 0 [class=060000] [hdr=80] is there (id=00171166) pcibios: BIOS version 2.10 Using $PIR table, 12 entries at 0xc00f4a20 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs embedded 0 15 A 0x01 10 slot 1 0 5 A 0x14 3 4 5 7 9 10 11 12 14 15 slot 1 0 5 B 0x15 3 4 5 7 9 10 11 12 14 15 slot 1 0 5 C 0x10 3 4 5 7 9 10 11 12 14 15 slot 1 0 5 D 0x11 3 4 5 7 9 10 11 12 14 15 slot 2 0 4 A 0x12 3 4 5 7 9 10 11 12 14 15 slot 2 0 4 B 0x13 3 4 5 7 9 10 11 12 14 15 slot 2 0 4 C 0x18 3 4 5 7 9 10 11 12 14 15 slot 2 0 4 D 0x19 3 4 5 7 9 10 11 12 14 15 slot 3 0 3 A 0x10 3 4 5 7 9 10 11 12 14 15 slot 3 0 3 B 0x11 3 4 5 7 9 10 11 12 14 15 slot 3 0 3 C 0x1e 3 4 5 7 9 10 11 12 14 15 slot 3 0 3 D 0x1f 3 4 5 7 9 10 11 12 14 15 slot 4 0 6 A 0x16 3 4 5 7 9 10 11 12 14 15 slot 4 0 6 B 0x17 3 4 5 7 9 10 11 12 14 15 slot 4 0 6 C 0x12 3 4 5 7 9 10 11 12 14 15 slot 4 0 6 D 0x13 3 4 5 7 9 10 11 12 14 15 slot 5 0 7 A 0x18 3 4 5 7 9 10 11 12 14 15 slot 5 0 7 B 0x19 3 4 5 7 9 10 11 12 14 15 slot 5 0 7 C 0x14 3 4 5 7 9 10 11 12 14 15 slot 5 0 7 D 0x15 3 4 5 7 9 10 11 12 14 15 slot 5 0 2 A 0x12 3 4 5 7 9 10 11 12 14 15 slot 5 0 2 B 0x13 3 4 5 7 9 10 11 12 14 15 slot 5 0 2 C 0x12 3 4 5 7 9 10 11 12 14 15 slot 5 0 2 D 0x13 3 4 5 7 9 10 11 12 14 15 embedded 0 8 A 0x1c 3 4 5 7 9 10 11 12 14 15 embedded 0 9 A 0x1a 3 4 5 7 9 10 11 12 14 15 embedded 0 10 A 0x1e 3 4 5 7 9 10 11 12 14 15 embedded 0 10 B 0x1f 3 4 5 7 9 10 11 12 14 15 embedded 0 11 A 0x1d 3 4 5 7 9 10 11 12 14 15 embedded 0 0 C 0x62 3 4 5 7 9 10 11 12 14 15 embedded 0 0 D 0x62 3 4 5 7 9 10 11 12 14 15 pcib0: at pcibus 0 on motherboard pci0: on pcib0 pci0: physical bus=0 found->vendor=0x1166, dev=0x0017, revid=0x32 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found->vendor=0x1166, dev=0x0017, revid=0x00 bus=0, slot=0, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 1, range 32, base feb40000, size 17, enabled map[18]: type 4, range 32, base 0000e000, size 6, enabled pcib0: slot 8 INTA routed to irq 28 found->vendor=0x8086, dev=0x100e, revid=0x02 bus=0, slot=8, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=a, irq=28 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 32, base feb80000, size 17, enabled map[18]: type 4, range 32, base 0000e400, size 6, enabled pcib0: slot 9 INTA routed to irq 26 found->vendor=0x8086, dev=0x100e, revid=0x02 bus=0, slot=9, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns) intpin=a, irq=26 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type 1, range 32, base fd000000, size 24, enabled map[14]: type 4, range 32, base 0000e800, size 8, enabled map[18]: type 1, range 32, base febff000, size 12, enabled pcib0: slot 11 INTA routed to irq 29 found->vendor=0x1002, dev=0x4752, revid=0x27 bus=0, slot=11, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0087, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns) intpin=a, irq=29 powerspec 2 supports D0 D1 D2 D3 current D0 found->vendor=0x1166, dev=0x0203, revid=0xa0 bus=0, slot=15, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x2200, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 4, range 32, base 000001f0, size 3, enabled map[14]: type 4, range 32, base 000003f4, size 2, enabled map[18]: type 4, range 32, base 00000170, size 3, enabled map[1c]: type 4, range 32, base 00000374, size 2, enabled map[20]: type 4, range 32, base 0000ffa0, size 4, enabled found->vendor=0x1166, dev=0x0213, revid=0xa0 bus=0, slot=15, func=1 class=01-01-8a, hdrtype=0x00, mfdev=1 cmdreg=0x0015, statreg=0x0200, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 1, range 32, base febfd000, size 12, enabled pcib0: slot 15 INTA routed to irq 17 found->vendor=0x1166, dev=0x0221, revid=0x05 bus=0, slot=15, func=2 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x50 (20000 ns) intpin=a, irq=17 found->vendor=0x1166, dev=0x0227, revid=0x00 bus=0, slot=15, func=3 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) em0: port 0xe000-0xe03f mem 0xfeb40000-0xfeb5ffff irq 28 at device 8.0 on pci0 em0: bpf attached em0: Speed:N/A Duplex:N/A em1: port 0xe400-0xe43f mem 0xfeb80000-0xfeb9ffff irq 26 at device 9.0 on pci0 em1: bpf attached em1: Speed:N/A Duplex:N/A pci0: at device 11.0 (no driver attached) atapci0: port 0xffa0-0xffaf,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 at device 15.1 on pci0 ata0: reset tp1 mask=03 ostat0=50 ostat1=50 ata0-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata0-slave: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: reset tp2 mask=03 stat0=50 stat1=50 devices=0x3 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: reset tp1 mask=03 ostat0=50 ostat1=00 ata1-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata1-slave: stat=0x00 err=0x01 lsb=0x00 msb=0x00 ata1: reset tp2 mask=03 stat0=50 stat1=00 devices=0x1 ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] ohci0: mem 0xfebfd000-0xfebfdfff irq 17 at device 15.2 on pci0 ohci0: (New OHCI DeviceId=0x02211166) usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 4 ports with 4 removable, self powered isab0: at device 15.3 on pci0 isa0: on isab0 pcib255: at pcibus 255 on motherboard pci255: on pcib255 pci255: physical bus=255 unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 ex_isa_identify() pnpbios: 15 devices, largest 234 bytes pnpbios: handle 0 device ID PNP0c01 (010cd041) PNP0200: adding dma mask 0x10 PNP0200: adding io range 0-0xf, size=0x10, align=0x1 PNP0200: adding io range 0x80-0x90, size=0x11, align=0x1 PNP0200: adding io range 0x94-0x9f, size=0xc, align=0x1 PNP0200: adding io range 0xc0-0xde, size=0x1f, align=0x1 pnpbios: handle 2 device ID PNP0200 (0002d041) PNP0100: adding irq mask 0x1 PNP0100: adding io range 0x40-0x43, size=0x4, align=0x1 pnpbios: handle 3 device ID PNP0100 (0001d041) PNP0b00: adding irq mask 0x100 PNP0b00: adding io range 0x70-0x71, size=0x2, align=0x1 pnpbios: handle 4 device ID PNP0b00 (000bd041) PNP0303: adding irq mask 0x2 PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1 PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1 pnpbios: handle 5 device ID PNP0303 (0303d041) PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1 pnpbios: handle 6 device ID PNP0800 (0008d041) PNP0c04: adding irq mask 0x2000 PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1 pnpbios: handle 7 device ID PNP0c04 (040cd041) PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0x1 PNP0c02: adding io range 0xcf8-0xcff, size=0x8, align=0x1 PNP0c02: adding io range 0x10-0x1f, size=0x10, align=0x1 PNP0c02: adding io range 0x40b-0x40b, size=0x1, align=0x1 PNP0c02: adding io range 0x4d6-0x4d6, size=0x1, align=0x1 PNP0c02: adding io range 0xc00-0xc01, size=0x2, align=0x1 PNP0c02: adding io range 0xc14-0xc14, size=0x1, align=0x1 PNP0c02: adding io range 0xc49-0xc4a, size=0x2, align=0x1 PNP0c02: adding io range 0xc52-0xc52, size=0x1, align=0x1 PNP0c02: adding io range 0xc6c-0xc6c, size=0x1, align=0x1 PNP0c02: adding io range 0xc6f-0xc6f, size=0x1, align=0x1 PNP0c02: adding io range 0xcd6-0xcd7, size=0x2, align=0x1 PNP0c02: adding io range 0xf50-0xf58, size=0x9, align=0x1 PNP0c02: adding io range 0x374-0x375, size=0x2, align=0x1 PNP0c02: adding io range 0x377-0x377, size=0x1, align=0x1 pnpbios: handle 8 device ID PNP0c02 (020cd041) PNP0c02: adding io range 0x2e-0x2e, size=0x1, align=0x1 PNP0c02: adding io range 0x2f-0x2f, size=0x1, align=0x1 PNP0c02: adding io range 0x580-0x58f, size=0x10, align=0x1 PNP0c02: adding io range 0x500-0x51f, size=0x20, align=0x1 PNP0c02: adding io range 0x480-0x48f, size=0x10, align=0x1 pnpbios: handle 9 device ID PNP0c02 (020cd041) pnpbios: handle 10 device ID PNP0a03 (030ad041) PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0x8 PNP0501: adding irq mask 0x10 pnpbios: handle 11 device ID PNP0501 (0105d041) PNP0501: adding io range 0x2f8-0x2ff, size=0x8, align=0x8 PNP0501: adding irq mask 0x8 pnpbios: handle 12 device ID PNP0501 (0105d041) PNP0401: adding io range 0x378-0x37b, size=0x4, align=0x8 PNP0401: adding io range 0x778-0x77a, size=0x3, align=0x8 PNP0401: adding irq mask 0x80 PNP0401: adding dma mask 0x8 pnpbios: handle 13 device ID PNP0401 (0104d041) PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0x1 PNP0700: adding irq mask 0x40 PNP0700: adding dma mask 0x4 pnpbios: handle 14 device ID PNP0700 (0007d041) sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: