From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 00:09:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 820DA16A427 for ; Sun, 18 Dec 2005 00:09:30 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id C5AAB43D5C for ; Sun, 18 Dec 2005 00:09:29 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: (qmail 24733 invoked from network); 18 Dec 2005 00:09:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:From:To:Subject:Date:X-Mailer:In-Reply-To:X-MimeOLE:thread-index; b=z5LNK+ct0KgDFatPwdvoQ0t3zk7B4k5bvN/L847szYntAm3PYs8ig81pDtOOVHWuSWnwGvqtRbi5i6kGq0RRVHH+FMx8h98kcBRK7H0ympnzorWzuRgkNd4S60OVp4XcarkWv+DezSRlxJEoCqX3YS5h1W40jM8b9LVWnA2Cf8M= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@70.27.160.99 with login) by smtp103.rog.mail.re2.yahoo.com with SMTP; 18 Dec 2005 00:09:29 -0000 From: "Tamouh H." To: Date: Sat, 17 Dec 2005 19:09:25 -0500 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 thread-index: AcYDX1r9t9BKPJzyTVaOcX7qkNZGhAAB8/EA Message-Id: <20051218000929.C5AAB43D5C@mx1.FreeBSD.org> Subject: RE: Device needed to manage several FreeBSD servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 00:09:30 -0000 > I have a bunch of FreeBSD servers to manage, and I'm wanting > to find a device that lets you SSH/telnet in, and access the > servers connected to it via serial cables. I know such a > device exists, but it was a long time ago since I last saw > one, and I'm not really sure what one of these would be > called. Has anyone had any experience with such a device? It is called Remote Serial Console or Remote SSH Console. Something like: http://www.networktechinc.com/srvsw-term-ssh.html You might also want to look KVM over IP switches From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 00:11:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8D9216A41F for ; Sun, 18 Dec 2005 00:11:15 +0000 (GMT) (envelope-from dhanson@securityfocus.com) Received: from outgoing.securityfocus.com (outgoing.securityfocus.com [205.206.231.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id A899343D5C for ; Sun, 18 Dec 2005 00:11:03 +0000 (GMT) (envelope-from dhanson@securityfocus.com) Received: from outgoing.securityfocus.com by outgoing.securityfocus.com via smtpd (for mx1.freebsd.org [216.136.204.125]) with ESMTP; Sat, 17 Dec 2005 15:48:00 -0800 Received: from mail.securityfocus.com (mail.securityfocus.com [205.206.231.9]) by outgoing3.securityfocus.com (Postfix) with SMTP id 35E0423BEF4 for ; Sat, 17 Dec 2005 16:34:43 -0700 (MST) Received: (qmail 9084 invoked by uid 1061); 18 Dec 2005 00:04:03 -0000 Date: Sat, 17 Dec 2005 17:04:03 -0700 From: Daniel Hanson To: freebsd-questions@freebsd.org Message-ID: <20051218000403.GB7506@securityfocus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i Subject: FreeBSD 6, WPA-PSK, wpa_supplicant and a IBM a31p X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 00:11:15 -0000 Ok, I've exhausted a FreeBSD phanatic friend of mine, and spent quite a while trying different configurations to get this working, and am coming up against a brick wall. I am attempting to setup a Thinkpad a31p with a built in wireless card, it uses the wi driver. The output of dmesg =-=- wi0: mem 0xf8000000-0xf8000fff irq 11 at device 2.0 on pci2 wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) wi0: Intersil Firmware: Primary (1.0.7), Station (1.3.6) wi0: Ethernet address: 00:20:e0:8c:ea:87 =-=- It will happily chatter unencrypted, but, well, I would rather have wpa-psk on my home setup. so, after following the various man pages, handbook pages, and some webpages I am currently doing the following. Boot kldload wlan_wep wlan_acl wlan_ccmp wlan_tkip ( Ihave also loaded wlan_xauth under some config attempts although nothign I have read indicates this is required) /etc/wpa_supplicant.conf contains =-=-=- ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel eapol_version=1 ap_scan=1 ####I have tried ap_scan=2 more details below fast_reauth=1 network={ ssid="my_ssid" key_mgmt=WPA-PSK psk="my_passphrase" } =-=-=- When I start wpa_supplicant, it seems to find the SSID, and then nothign... no errors, no nothing, I have the debug enabled output of the wpa_supplicant -dd command that I can include as a text file, but it is a little long (due to teh ping and commands issued from wpa_cli). At one point, I tried changing ap_scan=1 to ap_scan=2, as someone had posted they had done. I saw immediate (well once I reinitiated teh wpa_supplicant command) results. All of a sudden, it found, and as best as I can tell, tried to negotiate. but threw out the following error. =-=-=- wpa_driver_bsd_associate: ssid 'myssid' wpa ie len 22 pairwise 3 group 3 key mgmt 1 wpa_driver_bsd_associate: ioctl[SIOCS80211, op 21 len 42] invalid request association request to the driver failed =-=-=- The AP uses WPA-PSK(TKIP), I have tried it with the network directive including proto as WPA and WPA2, key_mgmt as TKIP, pairwise as TKIP, and probably a few other things I am currently forgeting. Thoughts, ideas? directions. From my reading of the man pages, ap_scan should only ever be 1, and the others are used for other OS's, which might explain the error that I am receiving when it's set to 2. I am at a dead end of where I can look to further investigate. D From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 00:16:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EB3C16A420 for ; Sun, 18 Dec 2005 00:16:15 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2662043D8C for ; Sun, 18 Dec 2005 00:16:00 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id EE9EAD2473B for ; Sat, 17 Dec 2005 19:15:53 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Sat, 17 Dec 2005 19:15:53 -0500 X-Sasl-enc: 74vLxTVpUR28nQ7WLnLCqxrGbxDfIDdpKjsYgBQA3CYN 1134864952 Received: from gumby.localdomain (88-104-199-37.dynamic.dsl.as9105.com [88.104.199.37]) by frontend2.messagingengine.com (Postfix) with ESMTP id DF21957146A for ; Sat, 17 Dec 2005 19:15:51 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Sun, 18 Dec 2005 00:15:49 +0000 User-Agent: KMail/1.8.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512180015.50574.list-freebsd-2004@morbius.sent.com> Subject: Re: Device needed to manage several FreeBSD servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 00:16:15 -0000 On Saturday 17 December 2005 23:11, patrick wrote: > I have a bunch of FreeBSD servers to manage, and I'm wanting to find a > device that lets you SSH/telnet in, and access the servers connected > to it via serial cables. I know such a device exists, but it was a > long time ago since I last saw one, and I'm not really sure what one > of these would be called. Has anyone had any experience with such a > device? I've heard them called Terminal Servers, but that name is also used in the sense of Windows Terminal Server. From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 00:36:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3DD516A41F for ; Sun, 18 Dec 2005 00:36:02 +0000 (GMT) (envelope-from jpessa@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45BF343D7E for ; Sun, 18 Dec 2005 00:35:54 +0000 (GMT) (envelope-from jpessa@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so898728wra for ; Sat, 17 Dec 2005 16:35:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QUY2B6cdgHH0m4NfNYTRnx1DbRqKMSvTBy8VVyu5DUBYO/FMkKHwd6lSiTcKP/HrnoVcAVAmExrRmWvjpPThmO1GpN8WLzrT/942QoCIWl9aGSA5NzIikRPzybpIA4sK3NcqPI15AJl5+4qBg7moahUUJx90FzCFSGYmjLrnsmA= Received: by 10.65.157.6 with SMTP id j6mr1275553qbo; Sat, 17 Dec 2005 16:35:52 -0800 (PST) Received: by 10.65.251.18 with HTTP; Sat, 17 Dec 2005 16:35:52 -0800 (PST) Message-ID: <906c85330512171635h11af4f30q6567f7eff29d5bef@mail.gmail.com> Date: Sat, 17 Dec 2005 19:35:52 -0500 From: Justin Pessa To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Problems rebuilding world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 00:36:02 -0000 I'm rebuilding world to upgrade from 5.4 to 6.0 on my laptop. The original build worked find then crapped out when running install world with an error saying that /usr/share/locale/uk_UA.CP1251/LC_COLLATE could not be found. So now I can't load any additional applications because almost everything segfaults. I removed my /usr/src directory and cvsup'd everything fresh. I can build my 6.0 kernel without problem but I get the following make error when building world: =3D=3D=3D> share/termcap (all) gzip -cn /usr/src/share/termcap/termcap.5 > termcap.5.gz TERM=3Ddumb TERMCAP=3Ddumb: ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder cap_mkdb -l termcap cap_mkdb: illegal option -- l usage: cap_mkdb [-v] [-f outfile] file [file ...] I know this is related to my original the borked partial installworld. I'm stumped as to what I should try from here. Any thoughts? Please CC me on your response. Thanks a lot! Best, -- - justin "Whatever I feel like I wanna do. Gosh!" From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 01:02:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E771616A41F for ; Sun, 18 Dec 2005 01:02:21 +0000 (GMT) (envelope-from nehe@cruzinternet.com) Received: from mail.cruzinternet.com (mail.cruzinternet.com [216.234.167.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A21343D4C for ; Sun, 18 Dec 2005 01:02:21 +0000 (GMT) (envelope-from nehe@cruzinternet.com) Received: (qmail 65309 invoked from network); 17 Dec 2005 18:02:20 -0700 Received: from unknown (HELO ?192.168.1.2?) (216.234.174.10) by mail.cruzinternet.com with SMTP; 17 Dec 2005 18:02:20 -0700 Message-ID: <43A4B59A.8030407@cruzinternet.com> Date: Sat, 17 Dec 2005 18:04:26 -0700 From: Jeff Molofee User-Agent: Thunderbird 1.5 (X11/20051217) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051218003625.24D1716A426@hub.freebsd.org> In-Reply-To: <20051218003625.24D1716A426@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: freebsd-questions Digest, Vol 117, Issue 23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 01:02:22 -0000 Having some serious problems with gnome-theme-manager. Up until last week it was running great. I installed a few icon packs, themes, etc, no problems. 2 days ago I went to install a new theme and notice the the theme manager took a long time to come up, and when it did, none of the themes looked like themes. They were all greyed out with a question mark in the middle. Clicking theme details opened a theme window with nothing in it (partially drawn). I did some quick reading and found that the transparency in X can cause problems. So I disabled it. Rebooted and noted the same problems. I then removed all my themes and reinstalled them, thinking perhaps one was corrupt and it was messing up the rest. Same problem. Yesterday early in the morning I decided to reinstall everything from scratch (drastic, but wanted to be sure it wasn't my set up). Gnome is back up, but theme manager is still screwed up. If I select certain themes not only do they not work, but my machine has a tendancy to crash. Gnome crashes, and I'm back to the login prompt. Is anyone aware of a problem with the gnome-theme-manager or am I the only one having this problem? From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 01:16:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EC4C16A41F for ; Sun, 18 Dec 2005 01:16:57 +0000 (GMT) (envelope-from fun@thingy.apana.org.au) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.3.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7571343D58 for ; Sun, 18 Dec 2005 01:16:56 +0000 (GMT) (envelope-from fun@thingy.apana.org.au) Received: from [82.71.1.109] (helo=[10.0.1.166]) by heisenberg.zen.co.uk with esmtp (Exim 4.30) id 1EnnAU-0005Tq-4x; Sun, 18 Dec 2005 01:16:54 +0000 Message-ID: <43A4B87F.60708@thingy.apana.org.au> Date: Sun, 18 Dec 2005 01:16:47 +0000 From: David Gerard User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: RW , freebsd-questions@freebsd.org References: <200512180015.50574.list-freebsd-2004@morbius.sent.com> In-Reply-To: <200512180015.50574.list-freebsd-2004@morbius.sent.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-Heisenberg-IP: [82.71.1.109] Cc: Subject: Re: Device needed to manage several FreeBSD servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 01:16:57 -0000 RW wrote: > On Saturday 17 December 2005 23:11, patrick wrote: >>I have a bunch of FreeBSD servers to manage, and I'm wanting to find a >>device that lets you SSH/telnet in, and access the servers connected >>to it via serial cables. I know such a device exists, but it was a >>long time ago since I last saw one, and I'm not really sure what one >>of these would be called. Has anyone had any experience with such a >>device? > I've heard them called Terminal Servers, but that name is also used in the > sense of Windows Terminal Server. "Console server", specifically "remote serial console servers." You can make one yourself with a PC and a bunch of serial cards very easily (using conserver(8)) - or (a better idea in a commercial setting) buy them as a supported piece of hardware. It doesn't matter for FreeBSD on a PC, but if you're running Suns then important matters include not sending BREAKs down the line at inopportune moments. I asked about this on my LiveJournal and got quite informative responses: http://www.livejournal.com/users/reddragdiva/241324.html - d. From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 01:27:52 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65BBA16A41F for ; Sun, 18 Dec 2005 01:27:52 +0000 (GMT) (envelope-from malcolm.clarke@brunel.ac.uk) Received: from astro.systems.pipex.net (astro.systems.pipex.net [62.241.163.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D7E043D58 for ; Sun, 18 Dec 2005 01:27:50 +0000 (GMT) (envelope-from malcolm.clarke@brunel.ac.uk) Received: from brunel.ac.uk (81-178-64-169.dsl.pipex.com [81.178.64.169]) by astro.systems.pipex.net (Postfix) with ESMTP id 879F8E000098 for ; Sun, 18 Dec 2005 01:27:49 +0000 (GMT) Message-ID: <43A4BACE.473D6FE5@brunel.ac.uk> Date: Sun, 18 Dec 2005 01:26:38 +0000 From: Malcolm Clarke X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: IPFW pipe command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 01:27:52 -0000 I have a question regarding use of the "pipe" command in IPFW. I use the following commands #ipfw add pipe 1 ip from any to any #ipfw pipe 1 config but get the following error ipfw: setsockopt(IP_DUMMYNET_CONFIGURE): Protocol not available I have added firewall_enable="YES" in rc.conf Is there a setting I need to set or change Regards Malcolm -- --------------------------------------------------- Dr Malcolm Clarke Senior Lecturer in Data Communication Systems and Telemedicine Department of Information Systems and Computing Brunel University Uxbridge Middlesex UB8 3PH UK Tel: +44 1895 265053 Fax: +44 1895 251686 ---------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 01:38:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E691E16A420 for ; Sun, 18 Dec 2005 01:38:28 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from smtp102.sbc.mail.mud.yahoo.com (smtp102.sbc.mail.mud.yahoo.com [68.142.198.201]) by mx1.FreeBSD.org (Postfix) with SMTP id 4C07E43D5C for ; Sun, 18 Dec 2005 01:38:28 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: (qmail 37744 invoked from network); 18 Dec 2005 01:38:27 -0000 Received: from unknown (HELO ?127.0.0.1?) (calartstech@sbcglobal.net@68.127.38.82 with plain) by smtp102.sbc.mail.mud.yahoo.com with SMTP; 18 Dec 2005 01:38:27 -0000 Message-ID: <43A4BD8E.4060707@sbcglobal.net> Date: Sat, 17 Dec 2005 17:38:22 -0800 From: Jose Borquez User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions group Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Question about PHP5 vs mod_php5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 01:38:29 -0000 I am currently running FreeBSD 5.4 with Apache+mod_ssl 1.3.34 and I am attempting to configure group office which is a project management suite. I need php support and I am confused about what the difference is between PHP5 and mod_php5. If I just install mod_php5 will that be enough to allow php support? Thanks in advance, Jose From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 02:10:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 809A716A41F for ; Sun, 18 Dec 2005 02:10:55 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19BB243D66 for ; Sun, 18 Dec 2005 02:10:48 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id A3434D248D5 for ; Sat, 17 Dec 2005 21:10:46 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Sat, 17 Dec 2005 21:10:46 -0500 X-Sasl-enc: +GuGNHufQ0OlXSGL0sGtNW3UvJ8dAWfO6wS3HrqJtW0u 1134871845 Received: from localhost (mdsnwikwbas08-pool4-a199.mdsnwikw.tds.net [69.129.195.199]) by frontend2.messagingengine.com (Postfix) with ESMTP id 3317757146D for ; Sat, 17 Dec 2005 21:10:44 -0500 (EST) Date: Sat, 17 Dec 2005 20:12:02 -0600 From: Will Maier To: freebsd-questions@freebsd.org Message-ID: <20051218021202.GC21903@merkur.atekomi.net> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i Subject: Re: Device needed to manage several FreeBSD servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 02:10:55 -0000 On Sat, Dec 17, 2005 at 03:11:24PM -0800, patrick wrote: > I have a bunch of FreeBSD servers to manage, and I'm wanting to > find a device that lets you SSH/telnet in, and access the servers > connected to it via serial cables. I know such a device exists, > but it was a long time ago since I last saw one, and I'm not > really sure what one of these would be called. Has anyone had any > experience with such a device? Other responses in the thread are correct -- you're looking for a console server (or a serial concentrator). There's an article shipped with FreeBSD that describes just this type of thing; it's also available online: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/console-server/index.html -- o--------------------------{ Will Maier }--------------------------o | jabber:..wcmaier@jabber.ccc.de | email:..........wcmaier@ml1.net | | \.........wcmaier@cae.wisc.edu | \..........wcmaier@cae.wisc.edu | *------------------[ BSD Unix: Live Free or Die ]------------------* From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 02:32:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FEC216A41F; Sun, 18 Dec 2005 02:32:56 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-04-eri0.ohiordc.rr.com (ms-smtp-04-smtplb.ohiordc.rr.com [65.24.5.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id D083B43D55; Sun, 18 Dec 2005 02:32:55 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-185-179-246.woh.res.rr.com [65.185.179.246]) by ms-smtp-04-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id jBI2WqHH006601; Sat, 17 Dec 2005 21:32:52 -0500 (EST) Message-ID: <000301c6037a$37f0cfe0$0402a8c0@satellite> From: "Dave" To: Date: Sat, 17 Dec 2005 21:24:47 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: freebsd-net@freebsd.org Subject: wired and wireless network setup interactions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 02:32:56 -0000 Hello, I have a setup that was a 10 megabit hub holding together a freebsd6 firewall/router/webserver/other box. Updated that to a 10/100 megabitt Belkin g+ router for wireless. The problem now that i'm having is both the server and this new router do the following: firewall dhcp dns nat and they both utilize separate subnets. I'd like for the Belkin router to handle wireless traffic, while the original fbsd router handles wired as well as it's original functions of firewall, nat, dns, and dhcp. If anyone has any experience with this or recommendations i'd appreciate it. My thought was turn off the dhcp server on the belkin router and let the original fbsd server's dhcp server handle it, but i'm not sure if doing so will disable it's ability to accept wireless clients. I'd also like the wireless network to be secure. Some urgency! Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 02:59:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA3C816A41F for ; Sun, 18 Dec 2005 02:59:20 +0000 (GMT) (envelope-from frank@ircnow.org) Received: from scott.blazing.de (scott.blazing.de [80.86.187.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D6CB43D53 for ; Sun, 18 Dec 2005 02:59:20 +0000 (GMT) (envelope-from frank@ircnow.org) Received: by scott.blazing.de (Postfix, from userid 510) id 4F61F82404; Sun, 18 Dec 2005 03:59:19 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on scott.blazing.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from shodan.nognu.de (shodan.nognu.de [85.14.216.230]) by scott.blazing.de (Postfix) with ESMTP id BF59282402; Sun, 18 Dec 2005 03:59:17 +0100 (CET) Received: by shodan.nognu.de (nbSMTP-1.00) for uid 1002 frank@ircnow.org; Sun, 18 Dec 2005 03:59:17 +0100 (CET) Date: Sun, 18 Dec 2005 03:59:17 +0100 From: Frank Steinborn To: Justin Pessa Message-ID: <20051218025917.GA26250@scott.blazing.de> Mail-Followup-To: Justin Pessa , freebsd-questions@freebsd.org References: <906c85330512171635h11af4f30q6567f7eff29d5bef@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline In-Reply-To: <906c85330512171635h11af4f30q6567f7eff29d5bef@mail.gmail.com> X-PGP: 41F1741D User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: freebsd-questions@freebsd.org Subject: Re: Problems rebuilding world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 02:59:21 -0000 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Justin Pessa wrote: > =3D=3D=3D> share/termcap (all) > gzip -cn /usr/src/share/termcap/termcap.5 > termcap.5.gz > TERM=3Ddumb TERMCAP=3Ddumb: ex - /usr/src/share/termcap/termcap.src < > /usr/src/share/termcap/reorder > cap_mkdb -l termcap > cap_mkdb: illegal option -- l > usage: cap_mkdb [-v] [-f outfile] file [file ...] >=20 > I know this is related to my original the borked partial installworld. > I'm stumped as to what I should try from here. Any thoughts? Go to /usr/src/usr.bin/cap_mkdb/ and do make and make install, then try again. Frank --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDpNCEK0akcUHxdB0RApZnAJ9++u/61aEe8NidXzwbMtuPiqQcdwCgzNmL EMODyicRfbawc0APlPBprAI= =WQSf -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP-- From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 03:13:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9243116A41F; Sun, 18 Dec 2005 03:13:55 +0000 (GMT) (envelope-from barney@pit.databus.com) Received: from pit.databus.com (p72-0-224-2.acedsl.com [72.0.224.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DAD43D5F; Sun, 18 Dec 2005 03:13:54 +0000 (GMT) (envelope-from barney@pit.databus.com) Received: from pit.databus.com (localhost [127.0.0.1]) by pit.databus.com (8.13.4/8.13.4) with ESMTP id jBI3DrTr040450; Sat, 17 Dec 2005 22:13:53 -0500 (EST) (envelope-from barney@pit.databus.com) Received: (from barney@localhost) by pit.databus.com (8.13.4/8.13.3/Submit) id jBI3DrwC040449; Sat, 17 Dec 2005 22:13:53 -0500 (EST) (envelope-from barney) Date: Sat, 17 Dec 2005 22:13:53 -0500 From: Barney Wolff To: Dave Message-ID: <20051218031353.GA37356@pit.databus.com> References: <000301c6037a$37f0cfe0$0402a8c0@satellite> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000301c6037a$37f0cfe0$0402a8c0@satellite> User-Agent: Mutt/1.5.11 Cc: freebsd-net@freebsd.org, freebsd-questions@freebsd.org Subject: Re: wired and wireless network setup interactions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 03:13:56 -0000 On Sat, Dec 17, 2005 at 09:24:47PM -0500, Dave wrote: > I have a setup that was a 10 megabit hub holding together a freebsd6 > firewall/router/webserver/other box. Updated that to a 10/100 megabitt > Belkin g+ router for wireless. The problem now that i'm having is both the > server and this new router do the following: > firewall > dhcp > dns > nat > and they both utilize separate subnets. I'd like for the Belkin router to > handle wireless traffic, while the original fbsd router handles wired as > well as it's original functions of firewall, nat, dns, and dhcp. > If anyone has any experience with this or recommendations i'd appreciate > it. My thought was turn off the dhcp server on the belkin router and let > the original fbsd server's dhcp server handle it, but i'm not sure if doing > so will disable it's ability to accept wireless clients. I'd also like the > wireless network to be secure. Use the Belkin as a bridge rather than a router, by simply not using its WAN port, and do turn off its dhcp server. I do the same with a Netgear. -- Barney Wolff http://www.databus.com/bwresume.pdf I never met a computer I didn't like. From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 04:00:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43D1016A423 for ; Sun, 18 Dec 2005 04:00:31 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EA943D55 for ; Sun, 18 Dec 2005 04:00:30 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id jBI40Q38009116; Sat, 17 Dec 2005 23:00:26 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id jBI40PBk009115; Sat, 17 Dec 2005 23:00:25 -0500 (EST) From: Jerry McAllister Message-Id: <200512180400.jBI40PBk009115@clunix.cl.msu.edu> To: mlandman@face2interface.com (Marty Landman) Date: Sat, 17 Dec 2005 23:00:25 -0500 (EST) In-Reply-To: <6.2.0.14.0.20051216214326.03bf2c18@face2interface.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Marty Landman , freebsd-questions@freebsd.org Subject: Re: how to dual boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 04:00:34 -0000 > > At 07:39 PM 12/16/2005, Jerry McAllister wrote: > > >You need to read the documentation better. > > Or at all. :) Was hoping it would just magically guide me through it. Not > a critical box of mine of course. > > >It tells you that you should install Microsloth first and then FreeBSD. > > Did that, lost MS so reinstalled it. > > >But, FreeBSD is more sophisticated and also more friendly to the rest > >of the world and, first of all, asks if you want an MBR installed in > >the sector 0 and then if you go ahead and write FreeBSD's MBR, it will > >give you a choice of bootable slices to boot, including MS if present. > > Ok, I'll read the docs and reinstall FBSD. That's no problem, I hope. > > Here is the problem. This is my kids' computer and they insist on > installing XP. So we keep doing 30 day trials. On the bright side they've > all learned to install the OS. Sounds like I'll have problems though > keeping a FreeBSD install on there if Windows has to be reinstalled every > 30 days. Oh well, such is life in the fast lane. Have fun. ////jerry > Yuck. > > Marty > From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 04:14:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33A4316A422 for ; Sun, 18 Dec 2005 04:14:14 +0000 (GMT) (envelope-from notebook@tdf.com.br) Received: from ns1.tdf.com.br (ns1.tdf.com.br [200.223.219.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B99543D5C for ; Sun, 18 Dec 2005 04:14:12 +0000 (GMT) (envelope-from notebook@tdf.com.br) Received: from localhost (unknown [127.0.0.1]) by injector.tdf.com.br (Postfix) with ESMTP id B456211D48C for ; Sun, 18 Dec 2005 01:14:37 -0300 (BRT) Received: by ns1.tdf.com.br (Postfix, from userid 65534) id 1DA1211D42C; Sun, 18 Dec 2005 01:14:35 -0300 (BRT) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.tdf.com.br X-Spam-Level: X-Spam-Status: No, score=-1.4 required=6.0 tests=ALL_TRUSTED autolearn=unavailable version=3.1.0 Received: from [172.22.0.98] (220011.tdf.com.br [200.223.220.11]) by ns1.tdf.com.br (Postfix) with ESMTP id E99C511D42C for ; Sun, 18 Dec 2005 01:14:34 -0300 (BRT) Message-ID: <43A4E20F.2050207@tdf.com.br> Date: Sun, 18 Dec 2005 01:14:07 -0300 From: Gustavo Parrini User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: AntiVirus - TDF Provider Subject: How to make init(8) run a daemon to me?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 04:14:14 -0000 Hi All, I'm having a pretty hard time trying to figure out how can I get init(8) to run a daemon and respawn it if it crashes. By the time I was a Linux user, it was done by adding a line in /etc/inittab and it was all... I know that it must be done in /etc/ttys but I couldn't find any syntax example after searching the FreeBSD manpages, maillists, Handbook and Google. "man init" gives me this: ... The *init* utility can also be used to keep arbitrary daemons running, automatically restarting them if they die. In this case, the first field in the ttys(5) file must not reference the path to a configured device node and will be passed to the daemon as the final argument on its com- mand line. This is similar to the facility offered in the AT&T System V UNIX //etc/inittab/. ... Sounded a little cryptic to me... sorry... Can anyone help me? If so, An example line would be fine. Thanx !! =) Gustavo From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 04:43:00 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B0C016A422 for ; Sun, 18 Dec 2005 04:43:00 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3F243D53 for ; Sun, 18 Dec 2005 04:43:00 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id jBI4gtqx008256; Sat, 17 Dec 2005 22:42:55 -0600 (CST) (envelope-from dan) Date: Sat, 17 Dec 2005 22:42:55 -0600 From: Dan Nelson To: Malcolm Clarke Message-ID: <20051218044255.GH89708@dan.emsphone.com> References: <43A4BACE.473D6FE5@brunel.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43A4BACE.473D6FE5@brunel.ac.uk> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: questions@freebsd.org Subject: Re: IPFW pipe command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 04:43:01 -0000 In the last episode (Dec 18), Malcolm Clarke said: > I have a question regarding use of the "pipe" command in IPFW. I use > the following commands > > #ipfw add pipe 1 ip from any to any > #ipfw pipe 1 config > > but get the following error > > ipfw: setsockopt(IP_DUMMYNET_CONFIGURE): Protocol not available > > I have added firewall_enable="YES" in rc.conf > > Is there a setting I need to set or change Ipfw pipes and queues are part of the dummynet traffic shaper. You will need to rebuild your kernel with "options DUMMYNET". -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 05:06:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76E6016A41F for ; Sun, 18 Dec 2005 05:06:37 +0000 (GMT) (envelope-from mrl0lz@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C03343D60 for ; Sun, 18 Dec 2005 05:06:36 +0000 (GMT) (envelope-from mrl0lz@gmail.com) Received: by zproxy.gmail.com with SMTP id j2so912431nzf for ; Sat, 17 Dec 2005 21:06:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:from; b=h1nzTi7fXbB7vGmghI6ODYW0Dh6hJTfi7lXhtk4Jh7OPSlBdGl5SIYLRrc/j0iStwh2XKZhs75p/vcVIr69f3KNtCSktQAb2tc4s/lHrqsR85Co3CN2jFghNAOkyaNzPC8kcAgWyUjNK4Uorv0KOp56B3xX5cc/Pw0JzJDc8I7g= Received: by 10.65.186.7 with SMTP id n7mr3675441qbp; Sat, 17 Dec 2005 21:06:35 -0800 (PST) Received: from ?172.16.0.3? ( [71.80.228.80]) by mx.gmail.com with ESMTP id e19sm1619466qbe.2005.12.17.21.06.34; Sat, 17 Dec 2005 21:06:35 -0800 (PST) To: raz5@012.net.il In-Reply-To: <000c01c5fb5e$907ce910$0101c80a@r1> References: <000c01c5fb5e$907ce910$0101c80a@r1> Content-Type: text/plain Date: Sat, 17 Dec 2005 21:06:46 -0800 Message-Id: <1134882408.798.0.camel@vaio> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit From: Remington Cc: freebsd-questions@freebsd.org Subject: Re: X error: [drm] failed to load kernel module "i915" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 05:06:37 -0000 On Wed, 2005-12-07 at 20:46 +0200, raz5@012.net.il wrote: > Hello > > I have problem with running X. I have tried to run it on FreeBSD 6.0 with LG 1730s and intel integrated card 82865G. > after I had read previous posts I have tried to change the Xorg.conf.new and test it but I still getting the errors: > > [drm] failed to load kernel module "i915" > (EE) I810(0): [DRI] DRIScreenInit failed. Disabling DRI. > FreeFontPath: FPE "/usr/X11R6/lib/X11/Fonts/misc/" refcount is 2, should be 1:, fixing > > also I have seen this warning on the log file: > (WW) I810(0): Bad V_BIOS checksum > > Does anyone know how to solve it? > _______________________________________________ > 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" You need to update your xorg driver. Let me know if you need it From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 06:05:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B91616A41F for ; Sun, 18 Dec 2005 06:05:12 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A2043D55 for ; Sun, 18 Dec 2005 06:05:10 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id jBI6536s067443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 18 Dec 2005 13:05:03 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id jBI652Vj020707; Sun, 18 Dec 2005 13:05:02 +0700 (ICT) Date: Sun, 18 Dec 2005 13:05:02 +0700 (ICT) Message-Id: <200512180605.jBI652Vj020707@banyan.cs.ait.ac.th> From: Olivier Nicole To: dmehler26@woh.rr.com In-reply-to: <001801c60329$7ce12470$6409a8c0@satellite> (dmehler26@woh.rr.com) References: <001801c60329$7ce12470$6409a8c0@satellite> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: webmail solution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 06:05:12 -0000 > I'm looking for experiences with a webmail solution. I want to use > postfix as my mta and on a freebsd6 machine. The users who will be using the > server probably would do better with a webmail package so they can get to it > from anywhere. The box already has apache and php so i don't think that'll > be an issue. One thing i'm uncertain is whether to offer direct pop/imap or > their equivalent encrypted counterparts or just do it all through webmail. I am using imp from the ports. It need some pop/imap to access the mailboxes. Olivier From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 08:10:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E4B16A4D9 for ; Sun, 18 Dec 2005 08:10:21 +0000 (GMT) (envelope-from dan@nezlok.unixathome.org) Received: from nezlok.unixathome.org (nezlok.unixathome.org [66.154.97.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 593D043D5D for ; Sun, 18 Dec 2005 08:10:21 +0000 (GMT) (envelope-from dan@nezlok.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nezlok.unixathome.org (Postfix) with ESMTP id BD5E0578E for ; Sun, 18 Dec 2005 00:10:17 -0800 (PST) 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 08382-02 for ; Sun, 18 Dec 2005 00:10:06 -0800 (PST) Received: by nezlok.unixathome.org (Postfix, from userid 1000) id 52A3E5734; Sun, 18 Dec 2005 00:10:02 -0800 (PST) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20051218081002.52A3E5734@nezlok.unixathome.org> Date: Sun, 18 Dec 2005 00:10:02 -0800 (PST) X-Virus-Scanned: by amavisd-new at unixathome.org Subject: The FreeBSD Diary: 2005-11-27 - 2005-12-17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 08:10:21 -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 Sun Dec 18 09:05:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E69C516A41F for ; Sun, 18 Dec 2005 09:05:56 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs1.arnes.si (avs1.arnes.si [193.2.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1189443D5D for ; Sun, 18 Dec 2005 09:05:55 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs1.arnes.si [193.2.1.74]) by avs1.arnes.si (Postfix) with ESMTP id EA6BF36A150 for ; Sun, 18 Dec 2005 10:05:54 +0100 (CET) Received: from avs1.arnes.si ([193.2.1.74]) by localhost (avs1.arnes.si [193.2.1.74]) (amavisd-new, port 10024) with ESMTP id 47184-20 for ; Sun, 18 Dec 2005 10:05:54 +0100 (CET) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs1.arnes.si (Postfix) with ESMTP id D820636A166 for ; Sun, 18 Dec 2005 10:05:53 +0100 (CET) Received: from [192.168.10.249] ([192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id jBI95rhZ010791 for ; Sun, 18 Dec 2005 10:05:53 +0100 (CET) (envelope-from sasa@stupar.homelinux.net) Date: Sun, 18 Dec 2005 10:06:01 +0100 From: Sasa Stupar To: FreeBSD Q ML Message-ID: X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="==========A8CF3ACF5E39C5FB9CF7==========" X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Subject: Long delay when sending mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 09:05:57 -0000 --==========A8CF3ACF5E39C5FB9CF7========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! I have configured mail server on FreeBSD 5.4 with sendmail 8.13.5 and cyrus-imapd v2. I am also using client Mulberry (but also tested with Tbird, Outlook Express, Outlook). I use IMAP access with all the clients, the server is on the same network as clients (100 Mbit network). The issue is when I try to send several messages one after another I get smtp delay message and this sometimes takes for 30 sec to a minute. My sendmail has configured a smart host and also to accept unqualified domains. I have attached my sendmail config. What am I missing here? -- Sasa Stupar --==========A8CF3ACF5E39C5FB9CF7========== Content-Type: application/octet-stream; name="freebsd.mc" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="freebsd.mc"; size=7648 ZGl2ZXJ0KC0xKQojCiMgIFRoaXMgaXMgYSBnZW5lcmljIGNvbmZpZ3VyYXRpb24gZmlsZSBmb3Ig RnJlZUJTRCA1LlggYW5kIGxhdGVyIHN5c3RlbXMuCiMgIElmIHlvdSB3YW50IHRvIGN1c3RvbWl6 ZSBpdCwgY29weSBpdCB0byBhIG5hbWUgYXBwcm9wcmlhdGUgZm9yIHlvdXIKIyAgZW52aXJvbm1l bnQgYW5kIGRvIHRoZSBtb2RpZmljYXRpb25zIHRoZXJlLgojCiMgIFRoZSBiZXN0IGRvY3VtZW50 YXRpb24gZm9yIHRoaXMgLm1jIGZpbGUgaXM6CiMgIC91c3Ivc2hhcmUvc2VuZG1haWwvY2YvUkVB RE1FIG9yCiMgIC91c3Ivc3JjL2NvbnRyaWIvc2VuZG1haWwvY2YvUkVBRE1FCiMKCmRpdmVydCgw KQpWRVJTSU9OSUQoYCRGcmVlQlNEOiBzcmMvZXRjL3NlbmRtYWlsL2ZyZWVic2QubWMsdiAxLjI5 IDIwMDMvMTIvMjQgMjE6MTU6MDkgZ3NoYXBpcm8gRXhwICQnKQpPU1RZUEUoZnJlZWJzZDUpCmRu bCBkZWZpbmUoYGNvbmZDRl9WRVJTSU9OJywgYFN1Ym1pdCcpZG5sCmRubCBkZWZpbmUoYF9fT1NU WVBFX18nLGAnKWRubCBkaXJ0eSBoYWNrIHRvIGtlZXAgcHJvdG8ubTQgZnJvbSBjb21wbGFpbmlu ZwpkbmwgZGVmaW5lKGBfVVNFX0RFQ05FVF9TWU5UQVhfJywgYDEnKWRubCBzdXBwb3J0IERFQ25l dApkbmwgZGVmaW5lKGBjb25mVElNRV9aT05FJywgYFVTRV9UWicpZG5sCmRubCBkZWZpbmUoYGNv bmZET05UX0lOSVRfR1JPVVBTJywgYFRydWUnKWRubApkbmwgZGVmaW5lKGBjb25mQklORF9PUFRT JywgYFdvcmtBcm91bmRCcm9rZW5BQUFBJylkbmwKZG5sICMKZG5sICMgVW5jb21tZW50IGFuZCBl ZGl0IHRoZSBmb2xsb3dpbmcgbGluZSBpZiB5b3VyIG91dGdvaW5nIG1haWwgbmVlZHMgdG8KZG5s ICMgYmUgc2VudCBvdXQgdGhyb3VnaCBhbiBleHRlcm5hbCBtYWlsIHNlcnZlcjoKZG5sICMKZGVm aW5lKGBTTUFSVF9IT1NUJyxgbWFpbC5hcm5lcy5zaScpZG5sCmRubCAjCmRlZmluZShgY29uZkRP TUFJTl9OQU1FJyxgeG1haWwuaG9tZWxpbnV4Lm5ldCcpZG5sCmRlZmluZShgY29uZkRFRl9VU0VS X0lEJyxgbWFpbG51bGwnKQpkZWZpbmUoYGNvbmZUUlVTVEVEX1VTRVInLGBtYWlsbnVsbCcpZG5s CmRubCBkZWZpbmUoYGNvbmZBVVRPX1JFQlVJTEQnKWRubApkZWZpbmUoYGNvbmZUT19DT05ORUNU JywgYDFtJylkbmwKZGVmaW5lKGBjb25mVFJZX05VTExfTVhfTElTVCcsdHJ1ZSlkbmwKZGVmaW5l KGBjb25mRE9OVF9QUk9CRV9JTlRFUkZBQ0VTJyx0cnVlKWRubApkZWZpbmUoYEFMSUFTX0ZJTEUn LGAvZXRjL21haWwvYWxpYXNlcycpZG5sCmRlZmluZShgU1RBVFVTX0ZJTEUnLCBgL2V0Yy9tYWls L3N0YXRpc3RpY3MnKWRubApkZWZpbmUoYGNvbmZFQklORElSJyxgL3Vzci9saWJleGVjJylkbmwK ZGVmaW5lKGBjb25mVVNFUkRCX1NQRUMnLCBgL2V0Yy9tYWlsL3VzZXJkYi5kYicpZG5sCmRlZmlu ZShgY29uZlBSSVZBQ1lfRkxBR1MnLGBhdXRod2FybmluZ3Msbm92cmZ5LG5vZXhwbixub2V0cm4s cmVzdHJpY3RxcnVuLG5vYm9keXJldHVybicpZG5sCmRlZmluZShgY29uZkFVVEhfT1BUSU9OUycs IGBBJylkbmwKZGVmaW5lKGBjb25mTUFYX01FU1NBR0VfU0laRScsMzE0NDIyODApCmRubCAjCmRu bCAjIFRoZSBmb2xsb3dpbmcgYWxsb3dzIHJlbGF5aW5nIGlmIHRoZSB1c2VyIGF1dGhlbnRpY2F0 ZXMsIGFuZCBkaXNhbGxvd3MKZG5sICMgcGxhaW50ZXh0IGF1dGhlbnRpY2F0aW9uIChQTEFJTi9M T0dJTikgb24gbm9uLVRMUyBsaW5rcwpkbmwgIwpkbmwgZGVmaW5lKGBjb25mQVVUSF9PUFRJT05T JywgYEEgcCcpZG5sCmRubCAjIApkbmwgIyBQTEFJTiBpcyB0aGUgcHJlZmVycmVkIHBsYWludGV4 dCBhdXRoZW50aWNhdGlvbiBtZXRob2QgYW5kIHVzZWQgYnkKZG5sICMgTW96aWxsYSBNYWlsIGFu ZCBFdm9sdXRpb24sIHRob3VnaCBPdXRsb29rIEV4cHJlc3MgYW5kIG90aGVyIE1VQXMgZG8KZG5s ICMgdXNlIExPR0lOLiBPdGhlciBtZWNoYW5pc21zIHNob3VsZCBiZSB1c2VkIGlmIHRoZSBjb25u ZWN0aW9uIGlzIG5vdApkbmwgIyBndWFyYW50ZWVkIHNlY3VyZS4KZG5sICMKVFJVU1RfQVVUSF9N RUNIKGBMT0dJTiBQTEFJTicpZG5sCmRlZmluZShgY29uZkFVVEhfTUVDSEFOSVNNUycsIGBMT0dJ TiBQTEFJTicpZG5sCmRubCBkZWZpbmUoYGNvbmZERUZfQVVUSF9JTkZPJywgYC9ldGMvbWFpbC9h dXRoLWluZm8nKWRubApkbmwgIwpkbmwgIyBSdWRpbWVudGFyeSBpbmZvcm1hdGlvbiBvbiBjcmVh dGluZyBjZXJ0aWZpY2F0ZXMgZm9yIHNlbmRtYWlsIFRMUzoKZG5sICMgICAgIG1ha2UgLUMgL3Vz ci9zaGFyZS9zc2wvY2VydHMgdXNhZ2UKZG5sICMKZGVmaW5lKGBDRVJUX0RJUicsIGAvZXRjL21h aWwvY2VydHMnKWRubApkZWZpbmUoYGNvbmZDQUNFUlRfUEFUSCcsIGBDRVJUX0RJUicpZG5sCmRl ZmluZShgY29uZkNBQ0VSVCcsIGBDRVJUX0RJUi9zZW5kbWFpbGNlcnQucGVtJylkbmwKZGVmaW5l KGBjb25mU0VSVkVSX0NFUlQnLCBgQ0VSVF9ESVIvc2VuZG1haWxjZXJ0LnBlbScpZG5sCmRlZmlu ZShgY29uZlNFUlZFUl9LRVknLCBgQ0VSVF9ESVIvc2VuZG1haWxrZXkucGVtJylkbmwKZGVmaW5l KGBjb25mQ0xJRU5UX0NFUlQnLCBgQ0VSVF9ESVIvc2VuZG1haWxjZXJ0LnBlbScpZG5sCmRlZmlu ZShgY29uZkNMSUVOVF9LRVknLCBgQ0VSVF9ESVIvc2VuZG1haWxrZXkucGVtJylkbmwKZG5sICMK ZG5sICMgVGhpcyBhbGxvd3Mgc2VuZG1haWwgdG8gdXNlIGEga2V5ZmlsZSB0aGF0IGlzIHNoYXJl ZCB3aXRoIE9wZW5MREFQJ3MKZG5sICMgc2xhcGQsIHdoaWNoIHJlcXVpcmVzIHRoZSBmaWxlIHRv IGJlIHJlYWRibGUgYnkgZ3JvdXAgbGRhcApkbmwgIwpkZWZpbmUoYGNvbmZET05UX0JMQU1FX1NF TkRNQUlMJyxgR3JvdXBSZWFkYWJsZVNBU0xEQkZpbGUnKWRubApkbmwgIwpkZWZpbmUoYGNvbmZU T19RVUVVRVdBUk4nLCBgNGgnKWRubApkZWZpbmUoYGNvbmZUT19RVUVVRVJFVFVSTicsIGA1ZCcp ZG5sCmRubCBkZWZpbmUoYGNvbmZRVUVVRV9MQScsIGAxMicpZG5sCmRubCBkZWZpbmUoYGNvbmZS RUZVU0VfTEEnLCBgMTgnKWRubApkZWZpbmUoYGNvbmZUT19JREVOVCcsIGAwJylkbmwKRkVBVFVS RShgZGVsYXlfY2hlY2tzJylkbmwKRkVBVFVSRShgbm9fZGVmYXVsdF9tc2EnLGBkbmwnKWRubApG RUFUVVJFKGBzbXJzaCcsYC91c3IvbGliZXhlYy9zbXJzaCcpIGRubApGRUFUVVJFKGBtYWlsZXJ0 YWJsZScsYGhhc2ggLW8gL2V0Yy9tYWlsL21haWxlcnRhYmxlLmRiJylkbmwKRkVBVFVSRShgdmly dHVzZXJ0YWJsZScsYGhhc2ggLW8gL2V0Yy9tYWlsL3ZpcnR1c2VydGFibGUuZGInKWRubApGRUFU VVJFKGBnZW5lcmljc3RhYmxlJyxgaGFzaCAvZXRjL21haWwvZ2VuZXJpY3N0YWJsZScpZG5sCkdF TkVSSUNTX0RPTUFJTl9GSUxFKGAvZXRjL21haWwvZ2VuZXJpY3MtZG9tYWlucycpZG5sCkZFQVRV UkUoYHJlZGlyZWN0JylkbmwKRkVBVFVSRShgYWx3YXlzX2FkZF9kb21haW4nKWRubApGRUFUVVJF KGB1c2VfY3dfZmlsZScpZG5sCkZFQVRVUkUoYHVzZV9jdF9maWxlJylkbmwKZG5sICMKZG5sICMg VGhlIC10IG9wdGlvbiB3aWxsIHJldHJ5IGRlbGl2ZXJ5IGlmIGUuZy4gdGhlIHVzZXIgcnVucyBv dmVyIGhpcyBxdW90YS4KZG5sICMKRkVBVFVSRShgYWNjZXNzX2RiJyxgaGFzaCAtVDxUTVBGPiAt byAvZXRjL21haWwvYWNjZXNzLmRiJylkbmwKRkVBVFVSRShgYmxhY2tsaXN0X3JlY2lwaWVudHMn KWRubApkbmwgRkVBVFVSRShgZG5zYmwnLGBpcHdob2lzLnJmYy1pZ25vcmFudC5vcmcnLGAiNTUw IE1haWwgZnJvbSAiICQme2NsaWVudF9hZGRyfSAiIHJlZnVzZWQuIFJlamVjdGVkIGZvciBiYWQg V0hPSVMgaW5mbyBvbiBJUCBvZiB5b3VyIFNNVFAgc2VydmVyIC0gc2VlIGh0dHA6Ly93d3cucmZj LWlnbm9yYW50Lm9yZy8iJylkbmwKRkVBVFVSRShgZG5zYmwnLCBgcHJveGllcy5ibGFja2hvbGVz LmVhc3luZXQubmwnLCBgIjU1MCA1LjcuMSBBQ0NFU1MgREVOSUVEIHRvIE9QRU4gUFJPWFkgU0VS VkVSICIkJntjbGllbnRfbmFtZX0iIGJ5IGVhc3luZXQubmwgRE5TQkwgIChodHRwOi8vcHJveGll cy5ibGFja2hvbGVzLmVhc3luZXQubmwvZXJyb3JzLmh0bWwpIicsIGAnKWRubApGRUFUVVJFKGBl bmhkbnNibCcsIGBibC5zcGFtY29wLm5ldCcsIGAiU3BhbSBibG9ja2VkIHNlZTogaHR0cDovL3Nw YW1jb3AubmV0L2JsLnNodG1sPyIkJntjbGllbnRfYWRkcn0nLCBgdCcpZG5sCkZFQVRVUkUoYGRu c2JsJywgYHJlbGF5cy5vcmRiLm9yZycsIGAiNTUwIEVtYWlsIHJlamVjdGVkIGR1ZSB0byBzZW5k aW5nIHNlcnZlciBtaXNjb25maWd1cmF0aW9uIC0gc2VlIGh0dHA6Ly93d3cub3JkYi5vcmcvZmFx L1wjd2h5X3JlamVjdGVkIicpZG5sCkZFQVRVUkUoZG5zYmwsYHNibC14Ymwuc3BhbWhhdXMub3Jn JyxgTWVzc2FnZSBmcm9tICQme2NsaWVudF9hZGRyfSByZWplY3RlZCAtIHNlZSBodHRwOi8vd3d3 LnNwYW1oYXVzLm9yZy8nKWRubApFWFBPU0VEX1VTRVIoYHJvb3QnKWRubApkbmwgIwpkbmwgIyBU aGUgZm9sbG93aW5nIGNhdXNlcyBzZW5kbWFpbCB0byBvbmx5IGxpc3RlbiBvbiB0aGUgSVB2NCBs b29wYmFjayBhZGRyZXNzCmRubCAjIDEyNy4wLjAuMSBhbmQgbm90IG9uIGFueSBvdGhlciBuZXR3 b3JrIGRldmljZXMuIFJlbW92ZSB0aGUgbG9vcGJhY2sKZG5sICMgYWRkcmVzcyByZXN0cmljdGlv biB0byBhY2NlcHQgZW1haWwgZnJvbSB0aGUgaW50ZXJuZXQgb3IgaW50cmFuZXQuCmRubCAjCkRB RU1PTl9PUFRJT05TKGBQb3J0PXNtdHAsIE5hbWU9TVRBJylkbmwKZG5sICMKZG5sICMgVGhlIGZv bGxvd2luZyBjYXVzZXMgc2VuZG1haWwgdG8gYWRkaXRpb25hbGx5IGxpc3RlbiB0byBwb3J0IDU4 NyBmb3IKZG5sICMgbWFpbCBmcm9tIE1VQXMgdGhhdCBhdXRoZW50aWNhdGUuIFJvYW1pbmcgdXNl cnMgd2hvIGNhbid0IHJlYWNoIHRoZWlyCmRubCAjIHByZWZlcnJlZCBzZW5kbWFpbCBkYWVtb24g ZHVlIHRvIHBvcnQgMjUgYmVpbmcgYmxvY2tlZCBvciByZWRpcmVjdGVkIGZpbmQKZG5sICMgdGhp cyB1c2VmdWwuCmRubCAjCkRBRU1PTl9PUFRJT05TKGBQb3J0PXN1Ym1pc3Npb24sIE5hbWU9TVNB LCBNPUVhJylkbmwKZG5sICMKZG5sICMgVGhlIGZvbGxvd2luZyBjYXVzZXMgc2VuZG1haWwgdG8g YWRkaXRpb25hbGx5IGxpc3RlbiB0byBwb3J0IDQ2NSwgYnV0CmRubCAjIHN0YXJ0aW5nIGltbWVk aWF0ZWx5IGluIFRMUyBtb2RlIHVwb24gY29ubmVjdGluZy4gUG9ydCAyNSBvciA1ODcgZm9sbG93 ZWQKZG5sICMgYnkgU1RBUlRUTFMgaXMgcHJlZmVycmVkLCBidXQgcm9hbWluZyBjbGllbnRzIHVz aW5nIE91dGxvb2sgRXhwcmVzcyBjYW4ndApkbmwgIyBkbyBTVEFSVFRMUyBvbiBwb3J0cyBvdGhl ciB0aGFuIDI1LiBNb3ppbGxhIE1haWwgY2FuIE9OTFkgdXNlIFNUQVJUVExTCmRubCAjIGFuZCBk b2Vzbid0IHN1cHBvcnQgdGhlIGRlcHJlY2F0ZWQgc210cHM7IEV2b2x1dGlvbiA8MS4xLjEgdXNl cyBzbXRwcwpkbmwgIyB3aGVuIFNTTCBpcyBlbmFibGVkLS0gU1RBUlRUTFMgc3VwcG9ydCBpcyBh dmFpbGFibGUgaW4gdmVyc2lvbiAxLjEuMS4KZG5sICMKZG5sICMgRm9yIHRoaXMgdG8gd29yayB5 b3VyIE9wZW5TU0wgY2VydGlmaWNhdGVzIG11c3QgYmUgY29uZmlndXJlZC4KZG5sICMKREFFTU9O X09QVElPTlMoYFBvcnQ9c210cHMsIE5hbWU9VExTTVRBLCBNPXMnKWRubApkbmwgIwpkbmwgIyBU aGUgZm9sbG93aW5nIGNhdXNlcyBzZW5kbWFpbCB0byBhZGRpdGlvbmFsbHkgbGlzdGVuIG9uIHRo ZSBJUHY2IGxvb3BiYWNrCmRubCAjIGRldmljZS4gUmVtb3ZlIHRoZSBsb29wYmFjayBhZGRyZXNz IHJlc3RyaWN0aW9uIGxpc3RlbiB0byB0aGUgbmV0d29yay4KZG5sICMKZG5sICMgTk9URTogYmlu ZGluZyBib3RoIElQdjQgYW5kIElQdjYgZGFlbW9uIHRvIHRoZSBzYW1lIHBvcnQgcmVxdWlyZXMK ZG5sICMgICAgICAgYSBrZXJuZWwgcGF0Y2gKZG5sICMKZG5sIERBRU1PTl9PUFRJT05TKGBwb3J0 PXNtdHAsQWRkcj06OjEsIE5hbWU9TVRBLXY2LCBGYW1pbHk9aW5ldDYnKWRubApkbmwgIwpkbmwg IyBXZSBzdHJvbmdseSByZWNvbW1lbmQgbm90IGFjY2VwdGluZyB1bnJlc29sdmFibGUgZG9tYWlu cyBpZiB5b3Ugd2FudCB0bwpkbmwgIyBwcm90ZWN0IHlvdXJzZWxmIGZyb20gc3BhbS4gSG93ZXZl ciwgdGhlIGxhcHRvcCBhbmQgdXNlcnMgb24gY29tcHV0ZXJzCmRubCAjIHRoYXQgZG8gbm90IGhh dmUgMjR4NyBETlMgZG8gbmVlZCB0aGlzLgpkbmwgIwpGRUFUVVJFKGBhY2NlcHRfdW5yZXNvbHZh YmxlX2RvbWFpbnMnKWRubApGRUFUVVJFKGBhY2NlcHRfdW5xdWFsaWZpZWRfc2VuZGVycycpZG5s CmRlZmluZShgY29uZkRJUkVDVF9TVUJNSVNTSU9OX01PRElGSUVSUycsIGBDJylkbmwKZG5sICMK ZG5sIEZFQVRVUkUoYHJlbGF5X2Jhc2VkX29uX01YJylkbmwKZG5sICMgCmRubCAjIEFsc28gYWNj ZXB0IGVtYWlsIHNlbnQgdG8gImxvY2FsaG9zdC5sb2NhbGRvbWFpbiIgYXMgbG9jYWwgZW1haWwu CkxPQ0FMX0RPTUFJTihgbG9jYWxob3N0LmxvY2FsZG9tYWluIG1pZzI5IGxvY2FsaG9zdCcpZG5s CmRubCAjIApkbmwgIwpkbmwgIyBUaGUgZm9sbG93aW5nIGV4YW1wbGUgbWFrZXMgbWFpbCBmcm9t IHRoaXMgaG9zdCBhbmQgYW55IGFkZGl0aW9uYWwKZG5sICMgc3BlY2lmaWVkIGRvbWFpbnMgYXBw ZWFyIHRvIGJlIHNlbnQgZnJvbSBteWRvbWFpbi5jb20KZG5sICMKTUFTUVVFUkFERV9BUyhgeG1h aWwuaG9tZWxpbnV4Lm5ldCcpZG5sCmRubCAjCmRubCAjIG1hc3F1ZXJhZGUgbm90IGp1c3QgdGhl IGhlYWRlcnMsIGJ1dCB0aGUgZW52ZWxvcGUgYXMgd2VsbApkbmwgIwpGRUFUVVJFKG1hc3F1ZXJh ZGVfZW52ZWxvcGUpZG5sCmRubCAjCmRubCAjIG1hc3F1ZXJhZGUgbm90IGp1c3QgQG15ZG9tYWlu YWxpYXMuY29tLCBidXQgQCoubXlkb21haW5hbGlhcy5jb20gYXMgd2VsbApkbmwgIwpGRUFUVVJF KG1hc3F1ZXJhZGVfZW50aXJlX2RvbWFpbilkbmwKZG5sICMKRkVBVFVSRShgbGltaXRlZF9tYXNx dWVyYWRlJylkbmwKTUFTUVVFUkFERV9ET01BSU4oYGxvY2FsaG9zdC5sb2NhbGRvbWFpbiBsb2Nh bGhvc3QgbWlnMjkgbWlnMjkud29ya2dyb3VwJylkbmwKSU5QVVRfTUFJTF9GSUxURVIoYGNsYW1h dicsYFM9bG9jYWw6L3Zhci9ydW4vY2xhbWF2L2NsbWlsdGVyLnNvY2ssIEY9LCBUPVM6NG07Ujo0 bScpZG5sCmRubCBJTlBVVF9NQUlMX0ZJTFRFUihgbm9kMzJzbWZpJywgYFM9bG9jYWw6L3Zhci9y dW4vbm9kMzJzbWZpLnNvY2ssIEY9VCwgVD1TOjJtO1I6Mm07RTo1bScpZG5sCklOUFVUX01BSUxf RklMVEVSKGBzcGFtYXNzYXNzaW4nLCBgUz1sb2NhbDovdmFyL3J1bi9zcGFtYXNzLW1pbHRlci5z b2NrLCBGPSwgVD1DOjE1bTtTOjRtO1I6NG07RToxMG0nKWRubApkZWZpbmUoYGNvbmZNSUxURVJf TUFDUk9TX0NPTk5FQ1QnLGBiLCBqLCBfLCB7ZGFlbW9uX25hbWV9LCB7aWZfbmFtZX0sIHtpZl9h ZGRyfScpZG5sCmRlZmluZShgY29uZklOUFVUX01BSUxfRklMVEVSUycsYHNwYW1hc3Nhc3Npbiwg Y2xhbWF2JylkbmwKZGVmaW5lKGBjb25mTUFUQ0hfR0VDT1MnLGBUcnVlJylkbmwKZGVmaW5lKGBj b25mTE9DQUxfTUFJTEVSJywgYGN5cnVzdjInKWRubApNQUlMRVIoc210cClkbmwKTUFJTEVSKGN5 cnVzdjIpZG5sCg== --==========A8CF3ACF5E39C5FB9CF7==========-- From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 09:18:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41F2F16A41F for ; Sun, 18 Dec 2005 09:18:12 +0000 (GMT) (envelope-from fbsd-questions@mawer.org) Received: from mail26.syd.optusnet.com.au (mail26.syd.optusnet.com.au [211.29.133.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7048143D49 for ; Sun, 18 Dec 2005 09:18:11 +0000 (GMT) (envelope-from fbsd-questions@mawer.org) Received: from [127.0.0.1] (c220-237-120-88.thorn1.nsw.optusnet.com.au [220.237.120.88]) by mail26.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id jBI9I2bE013944; Sun, 18 Dec 2005 20:18:05 +1100 Message-ID: <43A52954.8020805@mawer.org> Date: Sun, 18 Dec 2005 20:18:12 +1100 From: Antony Mawer User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: Josh Endries References: <43A2F7CE.2010603@endries.org> In-Reply-To: <43A2F7CE.2010603@endries.org> Content-Type: multipart/mixed; boundary="------------090102060806060403060802" Cc: freebsd-questions@freebsd.org Subject: Re: Adding lines to /etc/rc.conf during sysinstall wihout being "REMOVED" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 09:18:12 -0000 This is a multi-part message in MIME format. --------------090102060806060403060802 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 17/12/2005 4:22 AM, Josh Endries wrote: > Does anyone know the correct way to add lines to rc.conf without > sysinstall commenting them out and prepending "REMOVED" to them, > during an automated install.cfg routine? Currently I have a pkg I > made that adds stuff like ntp.conf and rc.conf, but all the lines in > my custom rc.conf are removed after the script finishes. > > I looked through the code for sysinstall but didn't see any way to > disable this behavior (my C isn't very good). What would be the > correct way to do this? I'm now having my pkg install a rc.d script > which cat's >> /etc/rc.conf... I hit this same problem in building a custom installation disc, and wound up extending sysinstall to have a shutdownNoRC that would function the same as the "shutdown" statement in an install.cfg, only without touching the rc.conf. This was useful for us, as we installed a custom rc.conf and did not want sysinstall to touch it. I also added a "poweroff" and "poweroffNoRC" methods that function the same as the "shutdown" statement, only power off the machine instead. This can be quite handy in a production line environment, when used in conjunction with the cdcontrol(1) command to eject the CD, prior to powering off the completed system. I've attached the patch if anyone is interested... perhaps if there is sufficient interest then someone could see about getting this committed. The attached patch is against 6.0-RELEASE. Regards Antony --------------090102060806060403060802 Content-Type: text/plain; name="sysinstall.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sysinstall.diff" Index: usr.sbin/sysinstall/dispatch.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/dispatch.c,v retrieving revision 1.47 diff -u -r1.47 dispatch.c --- usr.sbin/sysinstall/dispatch.c 30 Aug 2004 21:03:09 -0000 1.47 +++ usr.sbin/sysinstall/dispatch.c 18 Nov 2005 02:11:20 -0000 @@ -43,6 +43,9 @@ #include "list.h" static int dispatch_shutdown(dialogMenuItem *unused); +static int dispatch_shutdown_norc(dialogMenuItem *unused); +static int dispatch_poweroff(dialogMenuItem *unused); +static int dispatch_poweroff_norc(dialogMenuItem *unused); static int dispatch_systemExecute(dialogMenuItem *unused); static int dispatch_msgConfirm(dialogMenuItem *unused); static int dispatch_mediaClose(dialogMenuItem *unused); @@ -111,6 +114,9 @@ { "addGroup", userAddGroup }, { "addUser", userAddUser }, { "shutdown", dispatch_shutdown }, + { "shutdownNoRC", dispatch_shutdown_norc }, + { "poweroff", dispatch_poweroff }, + { "poweroffNoRC", dispatch_poweroff_norc }, { "system", dispatch_systemExecute }, { "dumpVariables", dump_variables }, { "tcpMenuSelect", tcpMenuSelect }, @@ -178,6 +184,27 @@ } static int +dispatch_shutdown_norc(dialogMenuItem *unused) +{ + systemShutdownNow(0, SHUTDOWN_NO_RC_CONF); + return DITEM_FAILURE; +} + +static int +dispatch_poweroff(dialogMenuItem *unused) +{ + systemShutdownNow(0, SHUTDOWN_POWEROFF); + return DITEM_FAILURE; +} + +static int +dispatch_poweroff_norc(dialogMenuItem *unused) +{ + systemShutdownNow(0, SHUTDOWN_POWEROFF | SHUTDOWN_NO_RC_CONF); + return DITEM_FAILURE; +} + +static int dispatch_systemExecute(dialogMenuItem *unused) { char *cmd = variable_get(VAR_COMMAND); Index: usr.sbin/sysinstall/sysinstall.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/sysinstall.8,v retrieving revision 1.69.2.1 diff -u -r1.69.2.1 sysinstall.8 --- usr.sbin/sysinstall/sysinstall.8 9 Oct 2005 03:48:42 -0000 1.69.2.1 +++ usr.sbin/sysinstall/sysinstall.8 18 Nov 2005 01:55:58 -0000 @@ -813,6 +813,26 @@ .Pp .Sy Variables : None +.It shutdownNoRC +Stop the script and terminate sysinstall, but do not touch +.Pa /etc/rc.conf . +.Pp +.Sy Variables : +None +.It poweroff +The same as +.Pa shutdown , +only power off the system (if possible) rather than rebooting. +.Pp +.Sy Variables : +None +.It poweroffNoRC +The same as +.Pa shutdownNoRC , +only power off the system (if possible) rather than rebooting. +.Pp +.Sy Variables : +None .It system Execute an arbitrary command with .Xr system 3 Index: usr.sbin/sysinstall/sysinstall.h =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/sysinstall.h,v retrieving revision 1.264.2.1 diff -u -r1.264.2.1 sysinstall.h --- usr.sbin/sysinstall/sysinstall.h 7 Oct 2005 15:56:30 -0000 1.264.2.1 +++ usr.sbin/sysinstall/sysinstall.h 18 Nov 2005 02:09:31 -0000 @@ -395,6 +395,10 @@ char extras[EXTRAS_FIELD_LEN]; } DevInfo; +/* systemShutdownNow bitfield flags */ +#define SHUTDOWN_POWEROFF 0x1 /* Power off after shutdown */ +#define SHUTDOWN_NO_RC_CONF 0x2 /* Don't attempt to update rc.conf */ + /*** Externs ***/ extern jmp_buf BailOut; /* Used to get the heck out */ @@ -808,6 +812,7 @@ /* system.c */ extern void systemInitialize(int argc, char **argv); extern void systemShutdown(int status); +extern void systemShutdownNow(int status, int shutdown_flags); extern int execExecute(char *cmd, char *name); extern int systemExecute(char *cmd); extern void systemSuspendDialog(void); Index: usr.sbin/sysinstall/system.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/system.c,v retrieving revision 1.124.2.1 diff -u -r1.124.2.1 system.c --- usr.sbin/sysinstall/system.c 17 Aug 2005 13:32:29 -0000 1.124.2.1 +++ usr.sbin/sysinstall/system.c 18 Nov 2005 02:10:32 -0000 @@ -235,12 +235,20 @@ void systemShutdown(int status) { + systemShutdownNow(status, 0); +} + +void +systemShutdownNow(int status, int shutdown_flags) +{ + /* If some media is open, close it down */ if (status >=0) mediaClose(); /* write out any changes to rc.conf .. */ - configRC_conf(); + if (!(shutdown_flags & SHUTDOWN_NO_RC_CONF)) + configRC_conf(); /* Shut down the dialog library */ if (DialogActive) { @@ -261,7 +269,10 @@ #if defined(__alpha__) || defined(__sparc64__) reboot(RB_HALT); #else - reboot(0); + if (shutdown_flags & SHUTDOWN_POWEROFF) + reboot(RB_HALT | RB_POWEROFF); + else + reboot(0); #endif } else --------------090102060806060403060802-- From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 09:34:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20B1616A41F for ; Sun, 18 Dec 2005 09:34:10 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71CDF43D49 for ; Sun, 18 Dec 2005 09:34:09 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id jBI9b2P33016; Sun, 18 Dec 2005 01:37:02 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Sasa Stupar" , , "Drew Tomlinson" Date: Sun, 18 Dec 2005 01:33:47 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: freebsd-questions@freebsd.org Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 09:34:10 -0000 >-----Original Message----- >From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >Sent: Friday, December 16, 2005 5:25 AM >To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >Cc: freebsd-questions@freebsd.org >Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >Theme Song) > > > > >--On 16. december 2005 3:36 -0800 Ted Mittelstaedt > >wrote: > >> >> >>> -----Original Message----- >>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>> Sent: Thursday, December 15, 2005 12:34 AM >>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>> Cc: freebsd-questions@freebsd.org >>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>> Theme Song) >>> >>>> >>>> Ted >>> >>> Hmmm, here is test with iperf what I have done with and >without polling: >>> ************** >>> ------------------------------------------------------------ >>> Client connecting to 192.168.1.200, TCP port 5001 >>> TCP window size: 8.00 KByte (default) >>> ------------------------------------------------------------ >>> [1816] local 192.168.10.249 port 1088 connected with >>> 192.168.1.200 port 5001 >>> [ ID] Interval Transfer Bandwidth >>> [1816] 0.0-10.0 sec 108 MBytes 90.1 Mbits/sec >>> >>> This is when I use Device polling option on m0n0. >>> >>> If I disable this option then my transfer is worse: >>> ------------------------------------------------------------ >>> Client connecting to 192.168.1.200, TCP port 5001 >>> TCP window size: 8.00 KByte (default) >>> ------------------------------------------------------------ >>> [1816] local 192.168.10.249 port 1086 connected with >>> 192.168.1.200 port 5001 >>> [ ID] Interval Transfer Bandwidth >>> [1816] 0.0-10.0 sec 69.7 MBytes 58.4 Mbits/sec >>> *************** >>> >>> BTW: my router is m0n0wall (FBSD 4.11). >>> >> >> what are the cpu speeds and operating systems of all devices >> in the packet path, what is the make and model of switchs in >> use, provide dmesg output of the bsd box, a network diagram >> of the setup, etc. etc. etc. >> >> The above test results are not replicatable and thus, worthless. >> Useful test results would allow a reader to build an exact >> duplicate of your setup, config it identically, and get identical >> results. >> >> Ted >> > >OK. The server (192.168.1.200) is FreeBSD 5.4 with Duron 900 and 3C905C The 3com 3c905 is not a very good card under FreeBSD the driver was written without support from 3com and is shakey on a lot of hardware. I would say there's a big question that your server is actually saturating the ethernet. Probably that is why your only getting 90Mbt. >NIC; router is m0n0wall (FreeBSD 4.11) with three Intel >Pro/100S Nics and >Celeron 433; The user computer (192.168.10.249) is Celeron 2400 >with winxp >and integrated NIC Realtek 8139 series. Switch is CNET CNSH-1600. > Once again, the winxp+realtek 8139 is not a particularly steller combo, I would question that this system could saturate the ethernet, either. >Diagram: > >dmesg from the router: >---------------- >$ dmesg >Copyright (c) 1992-2005 The FreeBSD Project. >Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 >The Regents of the University of California. All rights reserved. >FreeBSD 4.11-RELEASE-p11 #0: Wed Sep 7 13:49:09 CEST 2005 > root@fb411.neon1.net:/usr/src/sys/compile/M0N0WALL_GENERIC >Timecounter "i8254" frequency 1193182 Hz >CPU: Pentium II/Pentium II Xeon/Celeron (434.32-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x665 Stepping = 5 > >Features=0x183f9ffGE,MCA,CMOV,PAT,PSE36,MMX,FXSR> >real memory = 201326592 (196608K bytes) >avail memory = 179142656 (174944K bytes) >Preloaded elf kernel "kernel" at 0xc1006000. >Preloaded mfs_root "/mfsroot" at 0xc100609c. >Pentium Pro MTRR support enabled >md0: Preloaded image 11534336 bytes at 0xc0504d9c >md1: Malloc disk >Using $PIR table, 8 entries at 0xc00fdef0 >npx0: on motherboard >npx0: INT 16 interface >pcib0: on motherboard >pci0: on pcib0 >pcib1: at device >1.0 on pci0 >pci1: on pcib1 >isab0: at device 7.0 on pci0 >isa0: on isab0 >atapci0: port 0xf000-0xf00f at >device 7.1 on >pci0 >ata0: at 0x1f0 irq 14 on atapci0 >ata1: at 0x170 irq 15 on atapci0 >uhci0: port >0xd000-0xd01f irq 11 >at device 7.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 >chip1: port >0x5000-0x500f at >device 7.3 on pci0 >pci0: (vendor=0x1274, dev=0x1371) at 8.0 irq 11 >fxp0: port 0xd800-0xd83f mem >0xd0400000-0xd041ffff,0xd0460000-0xd0460fff irq 10 at device >15.0 on pci0 >fxp0: Ethernet address 00:02:b3:62:f6:06 >inphy0: on miibus0 >inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >fxp1: port 0xdc00-0xdc3f mem >0xd0420000-0xd043ffff,0xd0462000-0xd0462fff irq 12 at device >16.0 on pci0 >fxp1: Ethernet address 00:02:b3:9c:2a:16 >inphy1: on miibus1 >inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >fxp2: port 0xe000-0xe03f mem >0xd0440000-0xd045ffff,0xd0461000-0xd0461fff irq 7 at device 19.0 on pci0 >fxp2: Ethernet address 00:02:b3:8c:e4:f6 >inphy2: on miibus2 >inphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >pmtimer0 on isa0 >fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq >2 on isa0 >fdc0: FIFO enabled, 8 bytes threshold >fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >atkbdc0: at port 0x60,0x64 on isa0 >sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >sio0: type 16550A, console >sio1: configured irq 3 not in bitmap of probed irqs 0 >BRIDGE 020214 loaded >IPsec: Initialized Security Association Processing. >IP Filter: v3.4.35 initialized. Default = block all, Logging = enabled >ad0: 3098MB [6296/16/63] at ata0-master PIO4 >acd0: CDROM at ata1-master PIO4 >Mounting root from ufs:/dev/md0c >fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >fxp2: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >ata0: resetting devices .. done >------------- > >If you need more just ask for it. You don't need to be angry. Peace. > OK, next question: ftp transfer like this uses large packets, rerun the test with ping -f with different ping packet sizes, post the results. Remember, routers have to deal with many sized packets. Ted > >-- >Sasa Stupar > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: >12/16/2005 > From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 09:53:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9FF316A41F for ; Sun, 18 Dec 2005 09:53:14 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04C5443D45 for ; Sun, 18 Dec 2005 09:53:13 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id jBI9uBP33068; Sun, 18 Dec 2005 01:56:11 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , "Sasa Stupar" , Date: Sun, 18 Dec 2005 01:52:56 -0800 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: <20051216153615.74872.qmail@web33302.mail.mud.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 09:53:14 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Danial Thom >Sent: Friday, December 16, 2005 7:36 AM >To: Sasa Stupar; freebsd-questions@freebsd.org >Subject: Re: Polling For 100 mbps Connections? (Was Re: Freebsd Theme >Song) > > > > >--- Sasa Stupar >wrote: > >> >> >> --On 15. december 2005 6:33 -0800 Drew >> Tomlinson >> wrote: >> >> > On 12/15/2005 12:33 AM Sasa Stupar wrote: >> > >> >> >> >> >> >> --On 14. december 2005 20:01 -0800 Ted >> Mittelstaedt >> >> wrote: >> >> >> >>> >> >>> >> >>>> -----Original Message----- >> >>>> From: Danial Thom >> [mailto:danial_thom@yahoo.com] >> >>>> Sent: Wednesday, December 14, 2005 11:14 >> AM >> >>>> To: Ted Mittelstaedt; Drew Tomlinson >> >>>> Cc: freebsd-questions@freebsd.org >> >>>> Subject: RE: Polling For 100 mbps >> Connections? (Was Re: Freebsd Theme >> >>>> Song) >> >>>> >> >>> >> >>>>> Well, if polling does no good for fxp, >> due to >> >>>>> the >> >>>>> hardware doing controlled interrupts, >> then why >> >>>>> does >> >>>>> the fxp driver even let you set it as an >> >>>>> option? >> >>>>> And why have many people who have enabled >> it on >> >>>>> fxp seen an improvement? >> >>>> >> >>>> >> >>>> They haven't, freebsd accounting doesn't >> work >> >>>> properly with polling enabled, and "they" >> don't >> >>>> have the ability to "know" if they are >> getting >> >>>> better performance, because "they", like >> you, >> >>>> have no clue what they're doing. How about >> all >> >>>> the idiots running MP with FreeBSD 4.x, >> when we >> >>>> know its just a waste of time? "they" all >> think >> >>>> they're getting worthwhile performance, >> because >> >>>> "they" are clueless. >> >>>> >> >>> >> >>> I would call them idiots if they are >> running MP under >> >>> FreeBSD and assuming that they are getting >> better >> >>> performance without actually testing for >> it. But >> >>> if they are just running MP because they >> happen to be >> >>> using an MP server, and they want to see if >> it will >> >>> work or not, who cares? >> >>> >> >>>> Maybe its tunable because they guy who >> wrote the >> >>>> driver made it a tunable? duh. I've yet to >> see >> >>>> one credible, controlled test that shows >> polling >> >>>> vs properly tuned interrupt-driven. >> >>>> >> >>> >> >>> Hm, OK I believe that. As I recall I asked >> you earlier to >> >>> post the test setup you used for your own >> tests >> >>> "proving" that polling is worse, and you >> haven't >> >>> done so yet. Now you are saying you have >> never seen >> >>> a credible controlled test that shows >> polling vs >> >>> interrupt-driven. So I guess either you >> were blind >> >>> when you ran your own tests, or your own >> tests >> >>> are not credible, controlled polling vs >> properly >> >>> tuned interrupt-driven. As I have been >> saying >> >>> all along. Now your agreeing with me. >> >>> >> >>>> The only advantage of polling is that it >> will >> >>>> drop packets instead of going into >> livelock. The >> >>>> disadvantage is that it will drop packets >> when >> >>>> you have momentary bursts that would >> harmlessly >> >>>> put the machine into livelock. Thats about >> it. >> >>>> >> >>> >> >>> Ah, now I think suddenly I see what the >> chip on your >> >>> shoulder is. You would rather have your >> router based >> >>> on FreeBSD go into livelock while packets >> stack up, >> >>> than drop anything. You tested the polling >> code and found >> >>> that yipes, it drops packets. >> >>> >> >>> What may I ask do you think that a Cisco or >> other >> >>> router does when you shove 10Mbt of traffic >> into it's >> >>> Ethernet interface destined for a host >> behind a T1 that >> >>> is plugged into the other end? (and no, >> source-quench >> >>> is not the correct answer) >> >>> >> >>> I think the scenario of it being better to >> momentary go into >> >>> livelock during an overload is only >> applicable to one scenario, >> >>> where the 2 interfaces in the router are >> the same capacity. >> >>> As in ethernet-to-ethernet routers. Most >> certainly not >> >>> Ethernet-to-serial routers, like what most >> routers are >> >>> that aren't on DSL lines. >> >>> >> >>> If you have a different understanding then >> please explain. >> >>> >> >>>>> >> >>>>> I've read those datasheets as well and >> the >> >>>>> thing I >> >>>>> don't understand is that if you are >> pumping >> >>>>> 100Mbt >> >>>>> into an Etherexpress Pro/100 then if the >> card >> >>>>> will >> >>>>> not interrupt more than this throttled >> rate you >> >>>>> keep >> >>>>> talking about, then the card's interrupt >> >>>>> throttling >> >>>>> is going to limit the inbound bandwidth >> to >> >>>>> below >> >>>>> 100Mbt. >> >>>> >> >>>> >> >>>> Wrong again, Ted. It scares me that you >> consider >> >>>> yourself knowlegable about this. You can >> process >> >>>> # interrupts X ring_size packets; not one >> per >> >>>> interrupt. You're only polling 1000x per >> second >> >>>> (or whatever you have hz set to), so why >> do you >> >>>> think that you have to interrupt for every >> packet >> >>>> to do 100Mb/s? >> >>> >> >>> >> >>> I never said anything about interrupting >> for every >> >>> packet, did I? Of course not since I know >> what >> >>> your talking about. However, it is you who >> are throwing >> >>> around the numbers - or were in your prior >> post - >> >>> regarding the fxp driver and hardware. Why >> should >> >>> I have to do the work digging around in the >> datasheets >> >>> and doing the math? >> >>> >> >>> Since you seem to be wanting to argue this >> from a >> >>> theory standpoint, then your only option is >> to >=== message truncated === > > > >Unfortunately your "test" is not controlled, >which is pretty typical of most OS testers. >Firstly, "efficiency" is the goal. How many >packets you can pump through a socket interface >is not an efficiency measurement. Actually, just about all benchmarks that are used in marketing routers, including the infamous "xxxx pps" benchmarks, pretty much only care about how many packets you can pump through the device. I've never seen a cpu utilization figure included in any of the Juniper and Cisco marketing literature which claims their product is faster then the competition. Not that I'm saying this is right, but it is how the market looks at things. >What was the >load on the machine during your test? how many >polls per second were being used? What was the >interrupt rate for the non-polling test? You >can't control the test, because iperf is a crappy >test. You're not trying to measure how much tcp >traffic you can push. There are way too many >variables. For example, an ethernet card that >iperf might test slower may use 1/2 the cpu of >another, which makes it a much better card. > That only matters if you need that extra CPU power. Assume for a second that you have 2 ethernet-to-ethernet routers, one with really efficient nics, and one with really poor nics. Both routers have enough power to completely saturate the ethernet with a packet stream going through them, no matter what the size of the packet used. You have tested and confirmed this. The router with the efficient nics will probably have a lot lower cpu utilization. No question there. But, if your need is for a simple router that does no access list filtering or any of that, on a protected internal network where the router won't get attacked, then you won't care if the CPU on the router is running at 90% utilization or 20% utilization. If the router with the inefficient nics is thousands of bucks cheaper, then you know what router most companies are going to buy. Once again, as I said before, not that I'm saying this is right, but it is how the market looks at things. >As the load increased, the # of polls/second will >increase. So unless you know what you're testing, >your test results will be wrong. > >Its too bad you're wasting so much time testing >things that should be obivious if you understood >how they worked. It does make it easier to make >money in the world, but its not doing the project >any good. > But is it really? Microsoft has answered the same kinds of inefficiency criticisms for time out of mind with a simple response: "buy a faster computer" They come out with a new OS like clockwork, every couple years, that is at least twice as slow as the predicessor. You are required to buy the latest fastest computer simply to keep the speed of the Windows experience the same speed as the prior version. You are arguing from the point that the FreeBSD Project shouldn't ship until they have completely optimized their "product" even if so doing delays the newer versions for years and years. The computer market seems to favor the Microsoft approach. Users will happily take a more inefficient operating system if it comes with the latest load of bells and whistles and crap in it. But they won't wait around for years and years for the FreeBSD project to make the code as efficient as possible. As I said before, not that I'm saying this is right, but it is how the market looks at things. So I question your assertion that "this isn't doing the project any good" no good from WHAT perspective? Ted From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 10:15:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C60A516A41F for ; Sun, 18 Dec 2005 10:15:49 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (imap.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A75AE43D4C for ; Sun, 18 Dec 2005 10:15:48 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.4/8.13.4) with ESMTP id jBIAFc6A077941; Sun, 18 Dec 2005 10:15:39 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <43A536C4.50403@infracaninophile.co.uk> Date: Sun, 18 Dec 2005 10:15:32 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jose Borquez References: <43A4BD8E.4060707@sbcglobal.net> In-Reply-To: <43A4BD8E.4060707@sbcglobal.net> X-Enigmail-Version: 0.93.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enigB370E96E0F9CA57A2B882146" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 18 Dec 2005 10:15:39 +0000 (GMT) X-Virus-Scanned: ClamAV 0.87.1/1211/Fri Dec 16 22:51:35 2005 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on happy-idiot-talk.infracaninophile.co.uk Cc: FreeBSD Questions group Subject: Re: Question about PHP5 vs mod_php5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 10:15:49 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB370E96E0F9CA57A2B882146 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Jose Borquez wrote: > I am currently running FreeBSD 5.4 with Apache+mod_ssl 1.3.34 and I am > attempting to configure group office which is a project management > suite. I need php support and I am confused about what the difference > is between PHP5 and mod_php5. If I just install mod_php5 will that be > enough to allow php support? The www/mod_php5 port gives you just the Apache loadable module, no standalone php executable. The lang/php5 port gives you both the Apache loadable module and the standalone php executable. The lang/php5-cli port gives you just the standalone php executable. Finally, the www/php5-cgi port gives you a version of PHP *without* fastcgi support -- ie. it's tied to using the traditional CGI interface. (The php5-cgi port exists principally to be used with the www/suphp port) Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enigB370E96E0F9CA57A2B882146 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDpTbK8Mjk52CukIwRA6QPAJ4zoRvwGuyTpyAihdZB/KwOCuEDPACdEpsY vnxMN10/f8snhaTFhadzZEE= =pTZP -----END PGP SIGNATURE----- --------------enigB370E96E0F9CA57A2B882146-- From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 10:18:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36EEB16A41F for ; Sun, 18 Dec 2005 10:18:51 +0000 (GMT) (envelope-from fun@thingy.apana.org.au) Received: from rutherford.zen.co.uk (rutherford.zen.co.uk [212.23.3.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id C794043D45 for ; Sun, 18 Dec 2005 10:18:50 +0000 (GMT) (envelope-from fun@thingy.apana.org.au) Received: from [82.71.1.109] (helo=[10.0.1.166]) by rutherford.zen.co.uk with esmtp (Exim 4.34) id 1Envcs-0006WL-L5 for freebsd-questions@freebsd.org; Sun, 18 Dec 2005 10:18:49 +0000 Message-ID: <43A53747.80706@thingy.apana.org.au> Date: Sun, 18 Dec 2005 10:17:43 +0000 From: David Gerard User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051215134815.GA33024@peach> <200512180418.26053.list-freebsd-2004@morbius.sent.com> In-Reply-To: <200512180418.26053.list-freebsd-2004@morbius.sent.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-Rutherford-IP: [82.71.1.109] Subject: Re: foobarred installation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 10:18:51 -0000 RW wrote: > From what I've read I wouldn't recommend amd64 for a desktop, as two many > things are broken, for example 3-d support for your nvidia card. That's a pity ... I was thinking in terms of an uber-l33t dual-AMD64 beast machine running FreeBSD 6 (or maybe 7 by the time I get around to it) for my next desktop. (Not that I ever sit at my desktop any more, and am about to repurpose my FBSD 5 desktop as FBSD 6 and very much a household *server*.) Is there a list or project page on precisely what needs fixing on amd64? (I could always run Ubuntu, but I have my laptop for that ...) - d. From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 10:21:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00D5F16A41F for ; Sun, 18 Dec 2005 10:21:01 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs3.arnes.si (avs3.arnes.si [193.2.1.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3651C43D4C for ; Sun, 18 Dec 2005 10:21:00 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs3.arnes.si [193.2.1.68]) by avs3.arnes.si (Postfix) with ESMTP id E58AB1D791A; Sun, 18 Dec 2005 11:20:58 +0100 (CET) Received: from avs3.arnes.si ([193.2.1.68]) by localhost (avs3.arnes.si [193.2.1.68]) (amavisd-new, port 10024) with ESMTP id 26771-08; Sun, 18 Dec 2005 11:20:58 +0100 (CET) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs3.arnes.si (Postfix) with ESMTP id B72691D7902; Sun, 18 Dec 2005 11:20:53 +0100 (CET) Received: from [192.168.10.249] ([192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id jBIAKqQ0011151; Sun, 18 Dec 2005 11:20:52 +0100 (CET) (envelope-from sasa@stupar.homelinux.net) Date: Sun, 18 Dec 2005 11:21:01 +0100 From: Sasa Stupar To: Ted Mittelstaedt , freebsd-questions@freebsd.org Message-ID: <6F4719B836FB9479D8754136@[192.168.10.249]> In-Reply-To: References: X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Cc: Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 10:21:01 -0000 --On 18. december 2005 1:33 -0800 Ted Mittelstaedt wrote: > > >> -----Original Message----- >> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >> Sent: Friday, December 16, 2005 5:25 AM >> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >> Cc: freebsd-questions@freebsd.org >> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >> Theme Song) >> >> >> >> >> --On 16. december 2005 3:36 -0800 Ted Mittelstaedt >> >> wrote: >> >>> >>> >>>> -----Original Message----- >>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>> Sent: Thursday, December 15, 2005 12:34 AM >>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>> Cc: freebsd-questions@freebsd.org >>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>> Theme Song) >>>> >>>>> >>>>> Ted >>>> >>>> Hmmm, here is test with iperf what I have done with and >> without polling: >>>> ************** >>>> ------------------------------------------------------------ >>>> Client connecting to 192.168.1.200, TCP port 5001 >>>> TCP window size: 8.00 KByte (default) >>>> ------------------------------------------------------------ >>>> [1816] local 192.168.10.249 port 1088 connected with >>>> 192.168.1.200 port 5001 >>>> [ ID] Interval Transfer Bandwidth >>>> [1816] 0.0-10.0 sec 108 MBytes 90.1 Mbits/sec >>>> >>>> This is when I use Device polling option on m0n0. >>>> >>>> If I disable this option then my transfer is worse: >>>> ------------------------------------------------------------ >>>> Client connecting to 192.168.1.200, TCP port 5001 >>>> TCP window size: 8.00 KByte (default) >>>> ------------------------------------------------------------ >>>> [1816] local 192.168.10.249 port 1086 connected with >>>> 192.168.1.200 port 5001 >>>> [ ID] Interval Transfer Bandwidth >>>> [1816] 0.0-10.0 sec 69.7 MBytes 58.4 Mbits/sec >>>> *************** >>>> >>>> BTW: my router is m0n0wall (FBSD 4.11). >>>> >>> >>> what are the cpu speeds and operating systems of all devices >>> in the packet path, what is the make and model of switchs in >>> use, provide dmesg output of the bsd box, a network diagram >>> of the setup, etc. etc. etc. >>> >>> The above test results are not replicatable and thus, worthless. >>> Useful test results would allow a reader to build an exact >>> duplicate of your setup, config it identically, and get identical >>> results. >>> >>> Ted >>> >> >> OK. The server (192.168.1.200) is FreeBSD 5.4 with Duron 900 and 3C905C > > The 3com 3c905 is not a very good card under FreeBSD the driver was > written > without support from 3com and is shakey on a lot of hardware. I would > say > there's a big question that your server is actually saturating the > ethernet. > Probably that is why your only getting 90Mbt. > >> NIC; router is m0n0wall (FreeBSD 4.11) with three Intel >> Pro/100S Nics and >> Celeron 433; The user computer (192.168.10.249) is Celeron 2400 >> with winxp >> and integrated NIC Realtek 8139 series. Switch is CNET CNSH-1600. >> > > Once again, the winxp+realtek 8139 is not a particularly steller combo, > I would question that this system could saturate the ethernet, either. > >> Diagram: >> >> dmesg from the router: >> ---------------- >> $ dmesg >> Copyright (c) 1992-2005 The FreeBSD Project. >> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 >> The Regents of the University of California. All rights reserved. >> FreeBSD 4.11-RELEASE-p11 #0: Wed Sep 7 13:49:09 CEST 2005 >> root@fb411.neon1.net:/usr/src/sys/compile/M0N0WALL_GENERIC >> Timecounter "i8254" frequency 1193182 Hz >> CPU: Pentium II/Pentium II Xeon/Celeron (434.32-MHz 686-class CPU) >> Origin = "GenuineIntel" Id = 0x665 Stepping = 5 >> >> Features=0x183f9ff> GE,MCA,CMOV,PAT,PSE36,MMX,FXSR> >> real memory = 201326592 (196608K bytes) >> avail memory = 179142656 (174944K bytes) >> Preloaded elf kernel "kernel" at 0xc1006000. >> Preloaded mfs_root "/mfsroot" at 0xc100609c. >> Pentium Pro MTRR support enabled >> md0: Preloaded image 11534336 bytes at 0xc0504d9c >> md1: Malloc disk >> Using $PIR table, 8 entries at 0xc00fdef0 >> npx0: on motherboard >> npx0: INT 16 interface >> pcib0: on motherboard >> pci0: on pcib0 >> pcib1: at device >> 1.0 on pci0 >> pci1: on pcib1 >> isab0: at device 7.0 on pci0 >> isa0: on isab0 >> atapci0: port 0xf000-0xf00f at >> device 7.1 on >> pci0 >> ata0: at 0x1f0 irq 14 on atapci0 >> ata1: at 0x170 irq 15 on atapci0 >> uhci0: port >> 0xd000-0xd01f irq 11 >> at device 7.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 >> chip1: port >> 0x5000-0x500f at >> device 7.3 on pci0 >> pci0: (vendor=0x1274, dev=0x1371) at 8.0 irq 11 >> fxp0: port 0xd800-0xd83f mem >> 0xd0400000-0xd041ffff,0xd0460000-0xd0460fff irq 10 at device >> 15.0 on pci0 >> fxp0: Ethernet address 00:02:b3:62:f6:06 >> inphy0: on miibus0 >> inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >> fxp1: port 0xdc00-0xdc3f mem >> 0xd0420000-0xd043ffff,0xd0462000-0xd0462fff irq 12 at device >> 16.0 on pci0 >> fxp1: Ethernet address 00:02:b3:9c:2a:16 >> inphy1: on miibus1 >> inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >> fxp2: port 0xe000-0xe03f mem >> 0xd0440000-0xd045ffff,0xd0461000-0xd0461fff irq 7 at device 19.0 on pci0 >> fxp2: Ethernet address 00:02:b3:8c:e4:f6 >> inphy2: on miibus2 >> inphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >> pmtimer0 on isa0 >> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq >> 2 on isa0 >> fdc0: FIFO enabled, 8 bytes threshold >> fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >> atkbdc0: at port 0x60,0x64 on isa0 >> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >> sio0: type 16550A, console >> sio1: configured irq 3 not in bitmap of probed irqs 0 >> BRIDGE 020214 loaded >> IPsec: Initialized Security Association Processing. >> IP Filter: v3.4.35 initialized. Default = block all, Logging = enabled >> ad0: 3098MB [6296/16/63] at ata0-master PIO4 >> acd0: CDROM at ata1-master PIO4 >> Mounting root from ufs:/dev/md0c >> fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >> fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >> fxp2: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >> ata0: resetting devices .. done >> ------------- >> >> If you need more just ask for it. You don't need to be angry. Peace. >> > > OK, next question: > > ftp transfer like this uses large packets, rerun the test with ping -f > with different ping packet sizes, post the results. > > Remember, routers have to deal with many sized packets. > > Ted > Interesting. I have tested like you've said and I could ping with packet size 1450 bytes. Everything bigger is telling that "packet must be fragmented but DF is set up". This is of course pinging from winxp to server. Times until size 1450 bytes are <= 1 ms TTL 63 ms. Sorry for not posting the results but my winxp are in my native language and not in english. -- Sasa Stupar From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 10:30:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8329916A41F for ; Sun, 18 Dec 2005 10:30:45 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0005043D5E for ; Sun, 18 Dec 2005 10:30:44 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from eurystheus.local (port-212-202-39-231.dynamic.qsc.de [212.202.39.231]) by efacilitas.de (Postfix) with ESMTP id 7D6804CFE0; Sun, 18 Dec 2005 11:39:06 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id D8F41508B5; Sun, 18 Dec 2005 11:29:25 +0100 (CET) Message-ID: <43A53A5D.7000505@spray.se> Date: Sun, 18 Dec 2005 11:30:53 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Andrew Walker References: <457e0a100512170401w62fe403es8593878b303700a4@mail.gmail.com> In-Reply-To: <457e0a100512170401w62fe403es8593878b303700a4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: CardBus problems. $PIR: ROUTE_INTERRUPT Failed. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 10:30:45 -0000 Andrew Walker schrieb: > [...] > cbb0: mem 0x20822000-0x20822fff at device > 2.0 on pci0 > cardbus0: on cbb0 > cbb0: mem 0x20821000-0x20821fff at device > 2.1 on pci0 > cardbus0: on cbb1 > $PIR: ROUTE_INTERRUPT failed. > cbb: Unable to map IRQ... > device_attach: cbb1 attach returned 12 > [...] I had similar errors with my Thinkpad 760XL. Try FreeBSD 4.11 and if this work you can mostly use 5.x by using a custom kernel with device pcic device card instead of device cbb device pccard device cardbus This is because a new pccard bus driver infrastructure was added in FreeBSD 5 and the old was removed as alternative in 6. The new one doesn't work with old ISA hardware. Björn From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 10:33:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1555216A41F for ; Sun, 18 Dec 2005 10:33:04 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C3D643D45 for ; Sun, 18 Dec 2005 10:33:03 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id jBIAa7P33641; Sun, 18 Dec 2005 02:36:07 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Sasa Stupar" , Date: Sun, 18 Dec 2005 02:32:52 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" 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: <6F4719B836FB9479D8754136@[192.168.10.249]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 10:33:04 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Sasa Stupar >Sent: Sunday, December 18, 2005 2:21 AM >To: Ted Mittelstaedt; freebsd-questions@freebsd.org >Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >Theme Song) > > > > >--On 18. december 2005 1:33 -0800 Ted Mittelstaedt > >wrote: > >> >> >>> -----Original Message----- >>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>> Sent: Friday, December 16, 2005 5:25 AM >>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>> Cc: freebsd-questions@freebsd.org >>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>> Theme Song) >>> >>> >>> >>> >>> --On 16. december 2005 3:36 -0800 Ted Mittelstaedt >>> >>> wrote: >>> >>>> >>>> >>>>> -----Original Message----- >>>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>>> Sent: Thursday, December 15, 2005 12:34 AM >>>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>>> Cc: freebsd-questions@freebsd.org >>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>> Theme Song) >>>>> >>>>>> >>>>>> Ted >>>>> >>>>> Hmmm, here is test with iperf what I have done with and >>> without polling: >>>>> ************** >>>>> ------------------------------------------------------------ >>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>> TCP window size: 8.00 KByte (default) >>>>> ------------------------------------------------------------ >>>>> [1816] local 192.168.10.249 port 1088 connected with >>>>> 192.168.1.200 port 5001 >>>>> [ ID] Interval Transfer Bandwidth >>>>> [1816] 0.0-10.0 sec 108 MBytes 90.1 Mbits/sec >>>>> >>>>> This is when I use Device polling option on m0n0. >>>>> >>>>> If I disable this option then my transfer is worse: >>>>> ------------------------------------------------------------ >>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>> TCP window size: 8.00 KByte (default) >>>>> ------------------------------------------------------------ >>>>> [1816] local 192.168.10.249 port 1086 connected with >>>>> 192.168.1.200 port 5001 >>>>> [ ID] Interval Transfer Bandwidth >>>>> [1816] 0.0-10.0 sec 69.7 MBytes 58.4 Mbits/sec >>>>> *************** >>>>> >>>>> BTW: my router is m0n0wall (FBSD 4.11). >>>>> >>>> >>>> what are the cpu speeds and operating systems of all devices >>>> in the packet path, what is the make and model of switchs in >>>> use, provide dmesg output of the bsd box, a network diagram >>>> of the setup, etc. etc. etc. >>>> >>>> The above test results are not replicatable and thus, worthless. >>>> Useful test results would allow a reader to build an exact >>>> duplicate of your setup, config it identically, and get identical >>>> results. >>>> >>>> Ted >>>> >>> >>> OK. The server (192.168.1.200) is FreeBSD 5.4 with Duron 900 >and 3C905C >> >> The 3com 3c905 is not a very good card under FreeBSD the driver was >> written >> without support from 3com and is shakey on a lot of hardware. I would >> say >> there's a big question that your server is actually saturating the >> ethernet. >> Probably that is why your only getting 90Mbt. >> >>> NIC; router is m0n0wall (FreeBSD 4.11) with three Intel >>> Pro/100S Nics and >>> Celeron 433; The user computer (192.168.10.249) is Celeron 2400 >>> with winxp >>> and integrated NIC Realtek 8139 series. Switch is CNET CNSH-1600. >>> >> >> Once again, the winxp+realtek 8139 is not a particularly >steller combo, >> I would question that this system could saturate the ethernet, either. >> >>> Diagram: >>> >>> dmesg from the router: >>> ---------------- >>> $ dmesg >>> Copyright (c) 1992-2005 The FreeBSD Project. >>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, >1992, 1993, 1994 >>> The Regents of the University of California. All rights reserved. >>> FreeBSD 4.11-RELEASE-p11 #0: Wed Sep 7 13:49:09 CEST 2005 >>> root@fb411.neon1.net:/usr/src/sys/compile/M0N0WALL_GENERIC >>> Timecounter "i8254" frequency 1193182 Hz >>> CPU: Pentium II/Pentium II Xeon/Celeron (434.32-MHz 686-class CPU) >>> Origin = "GenuineIntel" Id = 0x665 Stepping = 5 >>> >>> Features=0x183f9ff>> GE,MCA,CMOV,PAT,PSE36,MMX,FXSR> >>> real memory = 201326592 (196608K bytes) >>> avail memory = 179142656 (174944K bytes) >>> Preloaded elf kernel "kernel" at 0xc1006000. >>> Preloaded mfs_root "/mfsroot" at 0xc100609c. >>> Pentium Pro MTRR support enabled >>> md0: Preloaded image 11534336 bytes at 0xc0504d9c >>> md1: Malloc disk >>> Using $PIR table, 8 entries at 0xc00fdef0 >>> npx0: on motherboard >>> npx0: INT 16 interface >>> pcib0: on motherboard >>> pci0: on pcib0 >>> pcib1: at device >>> 1.0 on pci0 >>> pci1: on pcib1 >>> isab0: at device 7.0 on pci0 >>> isa0: on isab0 >>> atapci0: port 0xf000-0xf00f at >>> device 7.1 on >>> pci0 >>> ata0: at 0x1f0 irq 14 on atapci0 >>> ata1: at 0x170 irq 15 on atapci0 >>> uhci0: port >>> 0xd000-0xd01f irq 11 >>> at device 7.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 >>> chip1: port >>> 0x5000-0x500f at >>> device 7.3 on pci0 >>> pci0: (vendor=0x1274, dev=0x1371) at 8.0 irq 11 >>> fxp0: port 0xd800-0xd83f mem >>> 0xd0400000-0xd041ffff,0xd0460000-0xd0460fff irq 10 at device >>> 15.0 on pci0 >>> fxp0: Ethernet address 00:02:b3:62:f6:06 >>> inphy0: on miibus0 >>> inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>> fxp1: port 0xdc00-0xdc3f mem >>> 0xd0420000-0xd043ffff,0xd0462000-0xd0462fff irq 12 at device >>> 16.0 on pci0 >>> fxp1: Ethernet address 00:02:b3:9c:2a:16 >>> inphy1: on miibus1 >>> inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>> fxp2: port 0xe000-0xe03f mem >>> 0xd0440000-0xd045ffff,0xd0461000-0xd0461fff irq 7 at device >19.0 on pci0 >>> fxp2: Ethernet address 00:02:b3:8c:e4:f6 >>> inphy2: on miibus2 >>> inphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>> pmtimer0 on isa0 >>> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq >>> 2 on isa0 >>> fdc0: FIFO enabled, 8 bytes threshold >>> fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >>> atkbdc0: at port 0x60,0x64 on isa0 >>> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >>> sio0: type 16550A, console >>> sio1: configured irq 3 not in bitmap of probed irqs 0 >>> BRIDGE 020214 loaded >>> IPsec: Initialized Security Association Processing. >>> IP Filter: v3.4.35 initialized. Default = block all, >Logging = enabled >>> ad0: 3098MB [6296/16/63] at ata0-master PIO4 >>> acd0: CDROM at ata1-master PIO4 >>> Mounting root from ufs:/dev/md0c >>> fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>> fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>> fxp2: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>> ata0: resetting devices .. done >>> ------------- >>> >>> If you need more just ask for it. You don't need to be angry. Peace. >>> >> >> OK, next question: >> >> ftp transfer like this uses large packets, rerun the test with ping -f >> with different ping packet sizes, post the results. >> >> Remember, routers have to deal with many sized packets. >> >> Ted >> > >Interesting. I have tested like you've said and I could ping >with packet >size 1450 bytes. Everything bigger is telling that "packet must be >fragmented but DF is set up". This is of course pinging from winxp to >server. That is normal since under winxp ping sets the DF bit I believe. The larger packets are not what matters, the smaller packets are more interesting. I find it hard to believe your getting the same throughput with flood pinging with 56 byte packets. Ted From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 10:42:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCC1616A41F for ; Sun, 18 Dec 2005 10:42:15 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B1F243D80 for ; Sun, 18 Dec 2005 10:42:05 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: by nproxy.gmail.com with SMTP id h2so316338nfe for ; Sun, 18 Dec 2005 02:42:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sPdIh7sCX6pDGtweCjmcm03UAibVWxgaRzojnIFGoqYH6MINPpeBWtYTfL9EaD50TDqwEtYmO+qQlm3XtPavuKwcq7nLLFVceZvn4b56+8oXZYWJ6U/1kvpW/MEr9l2n5s2WEx3Y8XcCzt394H6Mqayco1Cb1dR4oQEKZtVHt/s= Received: by 10.48.12.20 with SMTP id 20mr202000nfl; Sun, 18 Dec 2005 02:42:03 -0800 (PST) Received: by 10.48.232.8 with HTTP; Sun, 18 Dec 2005 02:42:03 -0800 (PST) Message-ID: Date: Sun, 18 Dec 2005 11:42:03 +0100 From: Thomas Linton To: Olivier Nicole In-Reply-To: <200512180605.jBI652Vj020707@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <001801c60329$7ce12470$6409a8c0@satellite> <200512180605.jBI652Vj020707@banyan.cs.ait.ac.th> Cc: dmehler26@woh.rr.com, freebsd-questions@freebsd.org Subject: Re: webmail solution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 10:42:16 -0000 I played with http://www.squirrelmail.org/ in combination with postfix, which was to me pretty good. My ISP (www.inode.at) is porviding their webmail service also via squirrelmail (they changed the look and feel-but it's still squirrelmail). On 12/18/05, Olivier Nicole wrote: > > I'm looking for experiences with a webmail solution. I want to use > > postfix as my mta and on a freebsd6 machine. The users who will be usin= g > the > > server probably would do better with a webmail package so they can get = to > it > > from anywhere. The box already has apache and php so i don't think that= 'll > > be an issue. One thing i'm uncertain is whether to offer direct pop/ima= p > or > > their equivalent encrypted counterparts or just do it all through webma= il. > > I am using imp from the ports. It need some pop/imap to access the > mailboxes. > > Olivier > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 10:50:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C17FC16A41F for ; Sun, 18 Dec 2005 10:50:57 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A6D243D53 for ; Sun, 18 Dec 2005 10:50:57 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from eurystheus.local (port-212-202-39-231.dynamic.qsc.de [212.202.39.231]) by efacilitas.de (Postfix) with ESMTP id 5E2F94D00C; Sun, 18 Dec 2005 11:59:19 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id C6E38508B5; Sun, 18 Dec 2005 11:49:40 +0100 (CET) Message-ID: <43A53F1C.9030200@spray.se> Date: Sun, 18 Dec 2005 11:51:08 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Gustavo Parrini References: <43A4E20F.2050207@tdf.com.br> In-Reply-To: <43A4E20F.2050207@tdf.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: How to make init(8) run a daemon to me?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 10:50:57 -0000 Gustavo Parrini schrieb: > I'm having a pretty hard time trying to figure out how > can I get init(8) to run a daemon and respawn it if it > crashes. By the time I was a Linux user, it was done by > adding a line in /etc/inittab and it was all... > > I know that it must be done in /etc/ttys but I couldn't > find any syntax example after searching the FreeBSD manpages, > maillists, Handbook and Google. This is an example for /etc/ttys: "" "/bin/sleep 12" unknown on secure Björn From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 11:00:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E8A16A41F for ; Sun, 18 Dec 2005 11:00:39 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs1.arnes.si (avs1.arnes.si [193.2.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E24843D53 for ; Sun, 18 Dec 2005 11:00:38 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs1.arnes.si [193.2.1.74]) by avs1.arnes.si (Postfix) with ESMTP id 4082D36A165; Sun, 18 Dec 2005 12:00:37 +0100 (CET) Received: from avs1.arnes.si ([193.2.1.74]) by localhost (avs1.arnes.si [193.2.1.74]) (amavisd-new, port 10024) with ESMTP id 52942-03; Sun, 18 Dec 2005 12:00:37 +0100 (CET) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs1.arnes.si (Postfix) with ESMTP id 48C3536A13F; Sun, 18 Dec 2005 12:00:13 +0100 (CET) Received: from [192.168.10.249] ([192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id jBIB08rA011387; Sun, 18 Dec 2005 12:00:12 +0100 (CET) (envelope-from sasa@stupar.homelinux.net) Date: Sun, 18 Dec 2005 12:00:16 +0100 From: Sasa Stupar To: Ted Mittelstaedt , freebsd-questions@freebsd.org Message-ID: <41C483468621896258B324AD@[192.168.10.249]> In-Reply-To: References: X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Cc: Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 11:00:39 -0000 --On 18. december 2005 2:32 -0800 Ted Mittelstaedt =20 wrote: > > >> -----Original Message----- >> From: owner-freebsd-questions@freebsd.org >> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Sasa Stupar >> Sent: Sunday, December 18, 2005 2:21 AM >> To: Ted Mittelstaedt; freebsd-questions@freebsd.org >> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >> Theme Song) >> >> >> >> >> --On 18. december 2005 1:33 -0800 Ted Mittelstaedt >> >> wrote: >> >>> >>> >>>> -----Original Message----- >>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>> Sent: Friday, December 16, 2005 5:25 AM >>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>> Cc: freebsd-questions@freebsd.org >>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>> Theme Song) >>>> >>>> >>>> >>>> >>>> --On 16. december 2005 3:36 -0800 Ted Mittelstaedt >>>> >>>> wrote: >>>> >>>>> >>>>> >>>>>> -----Original Message----- >>>>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>>>> Sent: Thursday, December 15, 2005 12:34 AM >>>>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>>>> Cc: freebsd-questions@freebsd.org >>>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>>> Theme Song) >>>>>> >>>>>>> >>>>>>> Ted >>>>>> >>>>>> Hmmm, here is test with iperf what I have done with and >>>> without polling: >>>>>> ************** >>>>>> ------------------------------------------------------------ >>>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>>> TCP window size: 8.00 KByte (default) >>>>>> ------------------------------------------------------------ >>>>>> [1816] local 192.168.10.249 port 1088 connected with >>>>>> 192.168.1.200 port 5001 >>>>>> [ ID] Interval Transfer Bandwidth >>>>>> [1816] 0.0-10.0 sec 108 MBytes 90.1 Mbits/sec >>>>>> >>>>>> This is when I use Device polling option on m0n0. >>>>>> >>>>>> If I disable this option then my transfer is worse: >>>>>> ------------------------------------------------------------ >>>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>>> TCP window size: 8.00 KByte (default) >>>>>> ------------------------------------------------------------ >>>>>> [1816] local 192.168.10.249 port 1086 connected with >>>>>> 192.168.1.200 port 5001 >>>>>> [ ID] Interval Transfer Bandwidth >>>>>> [1816] 0.0-10.0 sec 69.7 MBytes 58.4 Mbits/sec >>>>>> *************** >>>>>> >>>>>> BTW: my router is m0n0wall (FBSD 4.11). >>>>>> >>>>> >>>>> what are the cpu speeds and operating systems of all devices >>>>> in the packet path, what is the make and model of switchs in >>>>> use, provide dmesg output of the bsd box, a network diagram >>>>> of the setup, etc. etc. etc. >>>>> >>>>> The above test results are not replicatable and thus, worthless. >>>>> Useful test results would allow a reader to build an exact >>>>> duplicate of your setup, config it identically, and get identical >>>>> results. >>>>> >>>>> Ted >>>>> >>>> >>>> OK. The server (192.168.1.200) is FreeBSD 5.4 with Duron 900 >> and 3C905C >>> >>> The 3com 3c905 is not a very good card under FreeBSD the driver was >>> written >>> without support from 3com and is shakey on a lot of hardware. I would >>> say >>> there's a big question that your server is actually saturating the >>> ethernet. >>> Probably that is why your only getting 90Mbt. >>> >>>> NIC; router is m0n0wall (FreeBSD 4.11) with three Intel >>>> Pro/100S Nics and >>>> Celeron 433; The user computer (192.168.10.249) is Celeron 2400 >>>> with winxp >>>> and integrated NIC Realtek 8139 series. Switch is CNET CNSH-1600. >>>> >>> >>> Once again, the winxp+realtek 8139 is not a particularly >> steller combo, >>> I would question that this system could saturate the ethernet, either. >>> >>>> Diagram: >>>> >>>> dmesg from the router: >>>> ---------------- >>>> $ dmesg >>>> Copyright (c) 1992-2005 The FreeBSD Project. >>>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, >> 1992, 1993, 1994 >>>> The Regents of the University of California. All rights reserved. >>>> FreeBSD 4.11-RELEASE-p11 #0: Wed Sep 7 13:49:09 CEST 2005 >>>> root@fb411.neon1.net:/usr/src/sys/compile/M0N0WALL_GENERIC >>>> Timecounter "i8254" frequency 1193182 Hz >>>> CPU: Pentium II/Pentium II Xeon/Celeron (434.32-MHz 686-class CPU) >>>> Origin =3D "GenuineIntel" Id =3D 0x665 Stepping =3D 5 >>>> >>>> Features=3D0x183f9ff>>> GE,MCA,CMOV,PAT,PSE36,MMX,FXSR> >>>> real memory =3D 201326592 (196608K bytes) >>>> avail memory =3D 179142656 (174944K bytes) >>>> Preloaded elf kernel "kernel" at 0xc1006000. >>>> Preloaded mfs_root "/mfsroot" at 0xc100609c. >>>> Pentium Pro MTRR support enabled >>>> md0: Preloaded image 11534336 bytes at 0xc0504d9c >>>> md1: Malloc disk >>>> Using $PIR table, 8 entries at 0xc00fdef0 >>>> npx0: on motherboard >>>> npx0: INT 16 interface >>>> pcib0: on motherboard >>>> pci0: on pcib0 >>>> pcib1: at device >>>> 1.0 on pci0 >>>> pci1: on pcib1 >>>> isab0: at device 7.0 on pci0 >>>> isa0: on isab0 >>>> atapci0: port 0xf000-0xf00f at >>>> device 7.1 on >>>> pci0 >>>> ata0: at 0x1f0 irq 14 on atapci0 >>>> ata1: at 0x170 irq 15 on atapci0 >>>> uhci0: port >>>> 0xd000-0xd01f irq 11 >>>> at device 7.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 >>>> chip1: port >>>> 0x5000-0x500f at >>>> device 7.3 on pci0 >>>> pci0: (vendor=3D0x1274, dev=3D0x1371) at 8.0 irq 11 >>>> fxp0: port 0xd800-0xd83f mem >>>> 0xd0400000-0xd041ffff,0xd0460000-0xd0460fff irq 10 at device >>>> 15.0 on pci0 >>>> fxp0: Ethernet address 00:02:b3:62:f6:06 >>>> inphy0: on miibus0 >>>> inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>> fxp1: port 0xdc00-0xdc3f mem >>>> 0xd0420000-0xd043ffff,0xd0462000-0xd0462fff irq 12 at device >>>> 16.0 on pci0 >>>> fxp1: Ethernet address 00:02:b3:9c:2a:16 >>>> inphy1: on miibus1 >>>> inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>> fxp2: port 0xe000-0xe03f mem >>>> 0xd0440000-0xd045ffff,0xd0461000-0xd0461fff irq 7 at device >> 19.0 on pci0 >>>> fxp2: Ethernet address 00:02:b3:8c:e4:f6 >>>> inphy2: on miibus2 >>>> inphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>> pmtimer0 on isa0 >>>> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq >>>> 2 on isa0 >>>> fdc0: FIFO enabled, 8 bytes threshold >>>> fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >>>> atkbdc0: at port 0x60,0x64 on isa0 >>>> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >>>> sio0: type 16550A, console >>>> sio1: configured irq 3 not in bitmap of probed irqs 0 >>>> BRIDGE 020214 loaded >>>> IPsec: Initialized Security Association Processing. >>>> IP Filter: v3.4.35 initialized. Default =3D block all, >> Logging =3D enabled >>>> ad0: 3098MB [6296/16/63] at ata0-master PIO4 >>>> acd0: CDROM at ata1-master PIO4 >>>> Mounting root from ufs:/dev/md0c >>>> fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>> fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>> fxp2: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>> ata0: resetting devices .. done >>>> ------------- >>>> >>>> If you need more just ask for it. You don't need to be angry. Peace. >>>> >>> >>> OK, next question: >>> >>> ftp transfer like this uses large packets, rerun the test with ping -f >>> with different ping packet sizes, post the results. >>> >>> Remember, routers have to deal with many sized packets. >>> >>> Ted >>> >> >> Interesting. I have tested like you've said and I could ping >> with packet >> size 1450 bytes. Everything bigger is telling that "packet must be >> fragmented but DF is set up". This is of course pinging from winxp to >> server. > > That is normal since under winxp ping sets the DF bit I believe. > > The larger packets are not what matters, the smaller packets are more > interesting. I find it hard to believe your getting the same throughput > with > flood pinging with 56 byte packets. > > Ted > Here is the output: ------------- C:\Documents and Settings\nathsasa>ping -t -f -l 56 mig29 Preverjanje dosegljivosti mig29.workgroup [192.168.1.200] z 56 B podatk Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 Statistika preverjanja dosegljivosti za 192.168.1.200: Paketov: Poslanih =3D 46, Prejetih =3D 46, Izgubljenih =3D 0 (0% = izguba), Povpre=E8ni =E8as v milisekundah: Minimum =3D 0ms, Maksimum =3D 0ms, Povpre=E8je =3D 0ms ----------- It's in my native language but the position is the same as in english. --=20 Sasa Stupar From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 11:04:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AFEB16A41F for ; Sun, 18 Dec 2005 11:04:16 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2706D43D55 for ; Sun, 18 Dec 2005 11:04:14 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.4/8.13.4) with ESMTP id jBIB42Bt078259; Sun, 18 Dec 2005 11:04:02 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <43A5421C.9040100@infracaninophile.co.uk> Date: Sun, 18 Dec 2005 11:03:56 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gustavo Parrini References: <43A4E20F.2050207@tdf.com.br> In-Reply-To: <43A4E20F.2050207@tdf.com.br> X-Enigmail-Version: 0.93.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig1EFFCC152A1BB891F6F764CD" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 18 Dec 2005 11:04:02 +0000 (GMT) X-Virus-Scanned: ClamAV 0.87.1/1211/Fri Dec 16 22:51:35 2005 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: How to make init(8) run a daemon to me?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 11:04:16 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1EFFCC152A1BB891F6F764CD Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Gustavo Parrini wrote: > Hi All, > > I'm having a pretty hard time trying to figure out how > can I get init(8) to run a daemon and respawn it if it > crashes. By the time I was a Linux user, it was done by > adding a line in /etc/inittab and it was all... > > I know that it must be done in /etc/ttys but I couldn't > find any syntax example after searching the FreeBSD manpages, > maillists, Handbook and Google. > > "man init" gives me this: > > ... > The *init* utility can also be used to keep arbitrary daemons running, > automatically restarting them if they die. In this case, the first field > in the ttys(5) > > file must not reference the path to a configured device > node and will be passed to the daemon as the final argument on its com- > mand line. This is similar to the facility offered in the AT&T System V > UNIX //etc/inittab/. > ... > > Sounded a little cryptic to me... sorry... > > Can anyone help me? If so, An example line would be fine. Lets take sendmail as an example here -- just for something concrete to write about, and not because sendmail needs this sort of treatment. Now, you need 4 fields to go into the /etc/ttys file to make this work: name -- which terminal device to use getty -- the program to attach to that terminal type -- the terminal type status -- on or off (See the comments in the /etc/ttys file for more detail on this) So as an example /etc/ttys line try: sendmail "/usr/sbin/sendmail -L sm-mta -bB -q30m" network on The first field here is an arbitrary name -- anything will do so long as it doesn't collide with any of the terminal device names from /dev. The second field is the command and arguments to run, encased in "double quotes". Note the '-bB' flag -- that's important and tells sendmail to stay in the foreground. You definitely don't want '-bd' here. The third field -- terminal type -- is really irrelevant here, so just choose something vaguely appropriate. The fourth field tells init "yes, please do run the sendmail process". Your confusion stems from the fact that what you are doing is running a daemon process -- i.e. a process /without/ a controlling terminal -- from the configuration file for setting up the processes that manage terminals. Yes, it's a hack. The SysV-ish /etc/inittab mechanism has been better thought out in this regard. Note too that when we say 'daemon' we don't mean a process that forks itself on startup, which is part of the standard mechanism for a process to dissociate itself from any controlling terminal (see daemon(3)). All programs in the base system intended to run as daemons will do that, which makes them completely unsuitable for running through this mechanism -- you'll just end up with init(8) spinning madly as it continually tries to restart the process. You can only use the /etc/ttys trick with a program that stays in the foreground. Many system daemons have a debug mode which prevents them from doing the initial fork to dissociate themselves from the terminal. You might wish to investigate the sysutils/daemontools port, which is a set of programs developed by Dan Bernstein for doing (inter alia) pretty much exactly this job: http://cr.yp.to/daemontools.html Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig1EFFCC152A1BB891F6F764CD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDpUIi8Mjk52CukIwRAxPfAKCRNju3j497d8TRelnnk+mCMohd/QCeJTJG Sw94IW/nfsmmJjJn17bkC8A= =eaHu -----END PGP SIGNATURE----- --------------enig1EFFCC152A1BB891F6F764CD-- From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 11:08:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B14F16A41F for ; Sun, 18 Dec 2005 11:08:05 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B6B043D58 for ; Sun, 18 Dec 2005 11:08:04 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: by nproxy.gmail.com with SMTP id h2so317706nfe for ; Sun, 18 Dec 2005 03:08:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Mh8wXJXDDav1GpapQUCMdRSr7bUWpONK7OcRBR9EuZiAIss+s1m0zLsyPtLllgGRwL+D1pzQSOTjUhRSDZHSqMP3hDtuo/6jNHOdnYV3Bh8hYw/sp8IWh9BsWh7ryk2KhoEToEhTTgefUAl73ojG1W3/ygGJoxERw3UUG91aFn8= Received: by 10.49.32.19 with SMTP id k19mr202140nfj; Sun, 18 Dec 2005 03:08:02 -0800 (PST) Received: by 10.48.232.8 with HTTP; Sun, 18 Dec 2005 03:08:02 -0800 (PST) Message-ID: Date: Sun, 18 Dec 2005 12:08:02 +0100 From: Thomas Linton To: Tsakhlai Baatar In-Reply-To: <20051212045143.71533.qmail@web30713.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051212045143.71533.qmail@web30713.mail.mud.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: IBM xSeries 226 ips problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 11:08:05 -0000 You have a problem with the ServeRaid Driver. I'm not sure, which ServeRaid Adapter is integtrated on the systemboard of the x226. Have a look on the man page of the ips driver. Following ServeRaid Adapter should work: =B7 IBM ServeRAID 3H =B7 ServeRAID 4L/4M/4H =B7 ServeRAID Series 5 =B7 ServeRAID 6i/6M man page IPS(4): http://www.freebsd.org/cgi/man.cgi?query=3Dips&sektion=3D4&manpath=3DFreeBS= D+6.0-RELEASE On 12/12/05, Tsakhlai Baatar wrote: > i got a problem during boot of FreeBSD 6.0 Release on my new IBM @Ser= ver > xSeries 226. > there is something like "resetting ips driver it will take a 5 minute" > message occurs and system not continue to other process. > What is wrong with that. How do I install FreeBSD in this situation? > > > > > =09=09=09 > --------------------------------- > Yahoo! Shopping > Find Great Deals on Holiday Gifts at Yahoo! Shopping > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 11:13:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C89BB16A41F for ; Sun, 18 Dec 2005 11:13:58 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (imap.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A44B243D46 for ; Sun, 18 Dec 2005 11:13:57 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.4/8.13.4) with ESMTP id jBIBDmdZ078302; Sun, 18 Dec 2005 11:13:48 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <43A54466.3060502@infracaninophile.co.uk> Date: Sun, 18 Dec 2005 11:13:42 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sasa Stupar References: In-Reply-To: X-Enigmail-Version: 0.93.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig8AFB187156D7C4ADE27330A9" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 18 Dec 2005 11:13:48 +0000 (GMT) X-Virus-Scanned: ClamAV 0.87.1/1211/Fri Dec 16 22:51:35 2005 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on happy-idiot-talk.infracaninophile.co.uk Cc: FreeBSD Q ML Subject: Re: Long delay when sending mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 11:13:58 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8AFB187156D7C4ADE27330A9 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sasa Stupar wrote: > Hi! > > I have configured mail server on FreeBSD 5.4 with sendmail 8.13.5 and > cyrus-imapd v2. I am also using client Mulberry (but also tested with > Tbird, Outlook Express, Outlook). I use IMAP access with all the > clients, the server is on the same network as clients (100 Mbit > network). The issue is when I try to send several messages one after > another I get smtp delay message and this sometimes takes for 30 sec to > a minute. My sendmail has configured a smart host and also to accept > unqualified domains. > I have attached my sendmail config. > What am I missing here? 30s delays sounds like DNS timeouts. Check that the host running sendmail can do a reverse lookup on the IP number of the clients connecting to it. Simply putting IPs and hostnames of all your client boxes into /etc/hosts should fix the problem. Alternatively, that delay could be due to the ident protocol. Ident is trivially easy to spoof which makes it a pointless waste of time. Putting: define(`confTO_IDENT', `0')dnl in your .mc file will stop ident getting in your hair. The third possibility is that you've got quite a few milters set up there and sendmail simply needs a bit of time to run each message through all of them. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig8AFB187156D7C4ADE27330A9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDpURs8Mjk52CukIwRA2jyAJ41jyTzNpO2u0ZCEpoBd3OAAnusJgCcClD2 ul5q1gXqXo5G23Vdve98yFk= =uuvG -----END PGP SIGNATURE----- --------------enig8AFB187156D7C4ADE27330A9-- From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 11:51:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20E6316A41F for ; Sun, 18 Dec 2005 11:51:32 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D7BC43D45 for ; Sun, 18 Dec 2005 11:51:31 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id jBIBsGP33858; Sun, 18 Dec 2005 03:54:16 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Sasa Stupar" , Date: Sun, 18 Dec 2005 03:51:00 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <41C483468621896258B324AD@[192.168.10.249]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 11:51:32 -0000 what does the CPU of the router do when your doing that? Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Sasa Stupar >Sent: Sunday, December 18, 2005 3:00 AM >To: Ted Mittelstaedt; freebsd-questions@freebsd.org >Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme >Song) > > > > >--On 18. december 2005 2:32 -0800 Ted Mittelstaedt > >wrote: > >> >> >>> -----Original Message----- >>> From: owner-freebsd-questions@freebsd.org >>> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Sasa Stupar >>> Sent: Sunday, December 18, 2005 2:21 AM >>> To: Ted Mittelstaedt; freebsd-questions@freebsd.org >>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>> Theme Song) >>> >>> >>> >>> >>> --On 18. december 2005 1:33 -0800 Ted Mittelstaedt >>> >>> wrote: >>> >>>> >>>> >>>>> -----Original Message----- >>>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>>> Sent: Friday, December 16, 2005 5:25 AM >>>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>>> Cc: freebsd-questions@freebsd.org >>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>> Theme Song) >>>>> >>>>> >>>>> >>>>> >>>>> --On 16. december 2005 3:36 -0800 Ted Mittelstaedt >>>>> >>>>> wrote: >>>>> >>>>>> >>>>>> >>>>>>> -----Original Message----- >>>>>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>>>>> Sent: Thursday, December 15, 2005 12:34 AM >>>>>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>>>>> Cc: freebsd-questions@freebsd.org >>>>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>>>> Theme Song) >>>>>>> >>>>>>>> >>>>>>>> Ted >>>>>>> >>>>>>> Hmmm, here is test with iperf what I have done with and >>>>> without polling: >>>>>>> ************** >>>>>>> ------------------------------------------------------------ >>>>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>>>> TCP window size: 8.00 KByte (default) >>>>>>> ------------------------------------------------------------ >>>>>>> [1816] local 192.168.10.249 port 1088 connected with >>>>>>> 192.168.1.200 port 5001 >>>>>>> [ ID] Interval Transfer Bandwidth >>>>>>> [1816] 0.0-10.0 sec 108 MBytes 90.1 Mbits/sec >>>>>>> >>>>>>> This is when I use Device polling option on m0n0. >>>>>>> >>>>>>> If I disable this option then my transfer is worse: >>>>>>> ------------------------------------------------------------ >>>>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>>>> TCP window size: 8.00 KByte (default) >>>>>>> ------------------------------------------------------------ >>>>>>> [1816] local 192.168.10.249 port 1086 connected with >>>>>>> 192.168.1.200 port 5001 >>>>>>> [ ID] Interval Transfer Bandwidth >>>>>>> [1816] 0.0-10.0 sec 69.7 MBytes 58.4 Mbits/sec >>>>>>> *************** >>>>>>> >>>>>>> BTW: my router is m0n0wall (FBSD 4.11). >>>>>>> >>>>>> >>>>>> what are the cpu speeds and operating systems of all devices >>>>>> in the packet path, what is the make and model of switchs in >>>>>> use, provide dmesg output of the bsd box, a network diagram >>>>>> of the setup, etc. etc. etc. >>>>>> >>>>>> The above test results are not replicatable and thus, worthless. >>>>>> Useful test results would allow a reader to build an exact >>>>>> duplicate of your setup, config it identically, and get identical >>>>>> results. >>>>>> >>>>>> Ted >>>>>> >>>>> >>>>> OK. The server (192.168.1.200) is FreeBSD 5.4 with Duron 900 >>> and 3C905C >>>> >>>> The 3com 3c905 is not a very good card under FreeBSD the driver was >>>> written >>>> without support from 3com and is shakey on a lot of >hardware. I would >>>> say >>>> there's a big question that your server is actually saturating the >>>> ethernet. >>>> Probably that is why your only getting 90Mbt. >>>> >>>>> NIC; router is m0n0wall (FreeBSD 4.11) with three Intel >>>>> Pro/100S Nics and >>>>> Celeron 433; The user computer (192.168.10.249) is Celeron 2400 >>>>> with winxp >>>>> and integrated NIC Realtek 8139 series. Switch is CNET CNSH-1600. >>>>> >>>> >>>> Once again, the winxp+realtek 8139 is not a particularly >>> steller combo, >>>> I would question that this system could saturate the >ethernet, either. >>>> >>>>> Diagram: >>>>> >>>>> dmesg from the router: >>>>> ---------------- >>>>> $ dmesg >>>>> Copyright (c) 1992-2005 The FreeBSD Project. >>>>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, >>> 1992, 1993, 1994 >>>>> The Regents of the University of California. All rights reserved. >>>>> FreeBSD 4.11-RELEASE-p11 #0: Wed Sep 7 13:49:09 CEST 2005 >>>>> root@fb411.neon1.net:/usr/src/sys/compile/M0N0WALL_GENERIC >>>>> Timecounter "i8254" frequency 1193182 Hz >>>>> CPU: Pentium II/Pentium II Xeon/Celeron (434.32-MHz 686-class CPU) >>>>> Origin = "GenuineIntel" Id = 0x665 Stepping = 5 >>>>> >>>>> Features=0x183f9ff>>>> GE,MCA,CMOV,PAT,PSE36,MMX,FXSR> >>>>> real memory = 201326592 (196608K bytes) >>>>> avail memory = 179142656 (174944K bytes) >>>>> Preloaded elf kernel "kernel" at 0xc1006000. >>>>> Preloaded mfs_root "/mfsroot" at 0xc100609c. >>>>> Pentium Pro MTRR support enabled >>>>> md0: Preloaded image 11534336 bytes at 0xc0504d9c >>>>> md1: Malloc disk >>>>> Using $PIR table, 8 entries at 0xc00fdef0 >>>>> npx0: on motherboard >>>>> npx0: INT 16 interface >>>>> pcib0: on motherboard >>>>> pci0: on pcib0 >>>>> pcib1: at device >>>>> 1.0 on pci0 >>>>> pci1: on pcib1 >>>>> isab0: at device 7.0 on pci0 >>>>> isa0: on isab0 >>>>> atapci0: port 0xf000-0xf00f at >>>>> device 7.1 on >>>>> pci0 >>>>> ata0: at 0x1f0 irq 14 on atapci0 >>>>> ata1: at 0x170 irq 15 on atapci0 >>>>> uhci0: port >>>>> 0xd000-0xd01f irq 11 >>>>> at device 7.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 >>>>> chip1: port >>>>> 0x5000-0x500f at >>>>> device 7.3 on pci0 >>>>> pci0: (vendor=0x1274, dev=0x1371) at 8.0 irq 11 >>>>> fxp0: port 0xd800-0xd83f mem >>>>> 0xd0400000-0xd041ffff,0xd0460000-0xd0460fff irq 10 at device >>>>> 15.0 on pci0 >>>>> fxp0: Ethernet address 00:02:b3:62:f6:06 >>>>> inphy0: on miibus0 >>>>> inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>> fxp1: port 0xdc00-0xdc3f mem >>>>> 0xd0420000-0xd043ffff,0xd0462000-0xd0462fff irq 12 at device >>>>> 16.0 on pci0 >>>>> fxp1: Ethernet address 00:02:b3:9c:2a:16 >>>>> inphy1: on miibus1 >>>>> inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>> fxp2: port 0xe000-0xe03f mem >>>>> 0xd0440000-0xd045ffff,0xd0461000-0xd0461fff irq 7 at device >>> 19.0 on pci0 >>>>> fxp2: Ethernet address 00:02:b3:8c:e4:f6 >>>>> inphy2: on miibus2 >>>>> inphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>> pmtimer0 on isa0 >>>>> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq >>>>> 2 on isa0 >>>>> fdc0: FIFO enabled, 8 bytes threshold >>>>> fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >>>>> atkbdc0: at port 0x60,0x64 on isa0 >>>>> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >>>>> sio0: type 16550A, console >>>>> sio1: configured irq 3 not in bitmap of probed irqs 0 >>>>> BRIDGE 020214 loaded >>>>> IPsec: Initialized Security Association Processing. >>>>> IP Filter: v3.4.35 initialized. Default = block all, >>> Logging = enabled >>>>> ad0: 3098MB [6296/16/63] at ata0-master PIO4 >>>>> acd0: CDROM at ata1-master PIO4 >>>>> Mounting root from ufs:/dev/md0c >>>>> fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>> fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>> fxp2: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>> ata0: resetting devices .. done >>>>> ------------- >>>>> >>>>> If you need more just ask for it. You don't need to be >angry. Peace. >>>>> >>>> >>>> OK, next question: >>>> >>>> ftp transfer like this uses large packets, rerun the test >with ping -f >>>> with different ping packet sizes, post the results. >>>> >>>> Remember, routers have to deal with many sized packets. >>>> >>>> Ted >>>> >>> >>> Interesting. I have tested like you've said and I could ping >>> with packet >>> size 1450 bytes. Everything bigger is telling that "packet must be >>> fragmented but DF is set up". This is of course pinging from winxp to >>> server. >> >> That is normal since under winxp ping sets the DF bit I believe. >> >> The larger packets are not what matters, the smaller packets are more >> interesting. I find it hard to believe your getting the same >throughput >> with >> flood pinging with 56 byte packets. >> >> Ted >> > >Here is the output: >------------- >C:\Documents and Settings\nathsasa>ping -t -f -l 56 mig29 > >Preverjanje dosegljivosti mig29.workgroup [192.168.1.200] z 56 B podatk > >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 > >Statistika preverjanja dosegljivosti za 192.168.1.200: > Paketov: Poslanih = 46, Prejetih = 46, Izgubljenih = 0 (0% izguba), >Povpreèni èas v milisekundah: > Minimum = 0ms, Maksimum = 0ms, Povpreèje = 0ms >----------- > >It's in my native language but the position is the same as in english. > >-- >Sasa Stupar >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: >12/16/2005 > From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 11:55:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B32E16A41F for ; Sun, 18 Dec 2005 11:55:54 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp3.suscom.net (smtp3.suscom.net [64.78.119.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 394DB43D5D for ; Sun, 18 Dec 2005 11:55:52 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp3.suscom.net (Postfix) with ESMTP id 2FB88210190 for ; Sun, 18 Dec 2005 06:55:50 -0500 (EST) Received: from smtp3.suscom.net ([127.0.0.1]) by localhost (smtp3.suscom.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19125-01-3 for ; Sun, 18 Dec 2005 06:55:43 -0500 (EST) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp3.suscom.net (Postfix) with SMTP id 5166E21017F for ; Sun, 18 Dec 2005 06:55:43 -0500 (EST) Received: from [192.168.0.2] (//gerard [192.168.0.2]) by seibercom.net (8.13.4/8.13.4) with ESMTP id jBIBtixf081726 for ; Sun, 18 Dec 2005 06:55:44 -0500 (EST) (envelope-from gerard@seibercom.net) Date: Sun, 18 Dec 2005 06:55:45 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom.net In-Reply-To: <200512180400.jBI40PBk009115@clunix.cl.msu.edu> References: <6.2.0.14.0.20051216214326.03bf2c18@face2interface.com> <200512180400.jBI40PBk009115@clunix.cl.msu.edu> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20051218064953.2EC9.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.24.01 [en] X-Virus-Scanned: amavisd-new at suscom.net Subject: Re: how to dual boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 11:55:54 -0000 On Saturday, December 17, 2005 11:00:25 PM Jerry McAllister Subject: Re: how to dual boot Wrote these words of wisdom: > > At 07:39 PM 12/16/2005, Jerry McAllister wrote: > > > > >You need to read the documentation better. > > > > Or at all. :) Was hoping it would just magically guide me through it. Not > > a critical box of mine of course. > > > > >It tells you that you should install Microsloth first and then FreeBSD. > > > > Did that, lost MS so reinstalled it. > > > > >But, FreeBSD is more sophisticated and also more friendly to the rest > > >of the world and, first of all, asks if you want an MBR installed in > > >the sector 0 and then if you go ahead and write FreeBSD's MBR, it will > > >give you a choice of bootable slices to boot, including MS if present. > > > > Ok, I'll read the docs and reinstall FBSD. That's no problem, I hope. > > > > Here is the problem. This is my kids' computer and they insist on > > installing XP. So we keep doing 30 day trials. On the bright side they've > > all learned to install the OS. Sounds like I'll have problems though > > keeping a FreeBSD install on there if Windows has to be reinstalled every > > 30 days. > > Oh well, such is life in the fast lane. > Have fun. > > ////jerry > > > Yuck. > > > > Marty > > ***** REPLY SEPARATOR ***** On 10/11/2005 5:29:42 PM, Gerard Replied: Why do you have to reinstall Microsoft every thirty day? I am not familiar with this trial scenario you mentioned. Do you have some pirated copy of the software and are attempting to defeat the required registration of it? I am just curious, that is all. -- Gerard Seibert gerard@seibercom.net Buffet is a French term, It means "get up and get it yourself." From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 12:20:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67A0716A41F for ; Sun, 18 Dec 2005 12:20:55 +0000 (GMT) (envelope-from richard@ch.easynet.net) Received: from mx2.mail.ch.easynet.net (mx2.mail.ch.easynet.net [217.8.192.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 476C343D5C for ; Sun, 18 Dec 2005 12:20:52 +0000 (GMT) (envelope-from richard@ch.easynet.net) Received: (qmail 56474 invoked from network); 18 Dec 2005 12:10:37 -0000 Received: from staff-gw.ch.easynet.net (HELO ?10.0.1.5?) (217.8.192.5) by mx2.mail.ch.easynet.net with SMTP; 18 Dec 2005 12:10:37 -0000 Message-ID: <43A55491.7010609@ch.easynet.net> Date: Sun, 18 Dec 2005 13:22:41 +0100 From: Richard Klingler User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: bootloader not reading kernel.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 12:20:55 -0000 Hello... Does someone know what to do that the bootloader reads in /boot/kernel.conf? Otherwise have to do to always a "boot -c" and issue "di psm0" and "q"... thanx inadvance rick From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 12:21:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D930816A41F for ; Sun, 18 Dec 2005 12:21:22 +0000 (GMT) (envelope-from richard@uclinux.net) Received: from marvin.klingler.net (marvin.klingler.net [217.8.193.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56AB143D5C for ; Sun, 18 Dec 2005 12:21:21 +0000 (GMT) (envelope-from richard@uclinux.net) Received: from [10.0.1.5] (staff-gw.ch.easynet.net [217.8.192.5]) by marvin.klingler.net (Postfix) with ESMTP id 231326134 for ; Sun, 18 Dec 2005 13:21:19 +0100 (CET) Message-ID: <43A554AE.7070304@uclinux.net> Date: Sun, 18 Dec 2005 13:23:10 +0100 From: Richard Klingler User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: bootloader not reading kernel.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 12:21:23 -0000 Hello... Does someone know what to do that the bootloader reads in /boot/kernel.conf? Otherwise have to do to always a "boot -c" and issue "di psm0" and "q"... thanx inadvance rick From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 12:47:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCECE16A432 for ; Sun, 18 Dec 2005 12:47:44 +0000 (GMT) (envelope-from uwe@laverenz.de) Received: from natsmtp00.rzone.de (natsmtp00.rzone.de [81.169.145.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B0D43D9E for ; Sun, 18 Dec 2005 12:46:56 +0000 (GMT) (envelope-from uwe@laverenz.de) Received: from athena.laverenz.de (p5480B104.dip.t-dialin.net [84.128.177.4]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id jBICkoMe025601 for ; Sun, 18 Dec 2005 13:46:51 +0100 (MET) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id 01E6EE395E3E for ; Sun, 18 Dec 2005 13:46:50 +0100 (CET) Received: from athena.laverenz.de ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08024-01 for ; Sun, 18 Dec 2005 13:46:49 +0100 (CET) Received: by athena.laverenz.de (Postfix, from userid 2000) id DAB19E395E3B; Sun, 18 Dec 2005 13:46:48 +0100 (CET) Date: Sun, 18 Dec 2005 13:46:48 +0100 From: Uwe Laverenz To: freebsd-questions@freebsd.org Message-ID: <20051218124648.GE7262@laverenz.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <20051218000403.GB7506@securityfocus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051218000403.GB7506@securityfocus.com> Organization: private site Sender: uwe@laverenz.de User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at laverenz.de Subject: Re: FreeBSD 6, WPA-PSK, wpa_supplicant and a IBM a31p X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 12:47:45 -0000 On Sat, Dec 17, 2005 at 05:04:03PM -0700, Daniel Hanson wrote: > Thoughts, ideas? directions. From my reading of the man pages, ap_scan Yes, probably WPA-encryption is simply not supported by your wireless card/chipset. AFAIK there is no way to use WPA with a wi-card. You either stick to WEP-encryption or buy a newer wireless card (ath or iwi would do WPA-PSK). Uwe From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 13:43:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D170716A41F for ; Sun, 18 Dec 2005 13:43:02 +0000 (GMT) (envelope-from wmiuser@m-net.arbornet.org) Received: from arbornet.org (m-net.arbornet.org [64.9.205.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE1843D46 for ; Sun, 18 Dec 2005 13:42:57 +0000 (GMT) (envelope-from wmiuser@m-net.arbornet.org) Received: from m-net.arbornet.org (wmiuser@localhost [127.0.0.1]) by arbornet.org (8.12.3p2/8.12.3) with ESMTP id jBIDgvem024285; Sun, 18 Dec 2005 08:42:57 -0500 (EST) (envelope-from wmiuser@m-net.arbornet.org) Received: (from wmiuser@localhost) by m-net.arbornet.org (8.12.3p2/8.12.3/Submit) id jBIDgvf7024277; Sun, 18 Dec 2005 08:42:57 -0500 (EST) Date: Sun, 18 Dec 2005 08:42:56 -0500 From: Wolfgang Lausenbart To: freebsd-questions@freebsd.org Message-ID: <20051218084256.A21266@m-net.arbornet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Cc: garbeam@wmii.de Subject: setting sysctl net.inet6.ip6.fw.deny.unknown.extension.headers off crashes R51 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 13:43:03 -0000 Hello List, Now using FreeBSD 6.0-STABLE. If I disable net.inet6.ip6.fw.deny_unknown_exthdrs, then Thinkpad R51 crashes. Has this been fixed in HEAD? using standard "ip6fw allow from any to any" rules... kldstat Id Refs Address Size Name 1 16 0xc0400000 462e4c kernel 2 1 0xc0863000 1bd9cc w22n50_sys.ko 3 1 0xc0a21000 590d0 acpi.ko 4 1 0xc26f2000 3000 fdescfs.ko 5 1 0xc26fe000 6000 linprocfs.ko 6 1 0xc2751000 15000 linux.ko 7 1 0xc28a2000 3000 snp.ko 8 1 0xc2b4a000 5000 ip6fw.ko Routing tables Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UH lo0 fe80::%em0/64 link#1 UC em0 fe80::211:25ff:fe82:95b5%em0 00:11:25:82:95:b5 UHL lo0 fe80::%lo0/64 fe80::1%lo0 U lo0 fe80::1%lo0 link#4 UHL lo0 fe80::%vlan1/64 link#6 UC vlan1 fe80::211:25ff:fe82:95b5%vlan1 00:11:25:82:95:b5 UHL lo0 fe80::%vlan2/64 link#7 UC vlan2 fe80::211:25ff:fe82:95b5%vlan2 00:11:25:82:95:b5 UHL lo0 fe80::%vlan3/64 link#8 UC vlan3 fe80::211:25ff:fe82:95b5%vlan3 00:11:25:82:95:b5 UHL lo0 fe80::%vlan4/64 link#9 UC vlan4 fe80::211:25ff:fe82:95b5%vlan4 00:11:25:82:95:b5 UHL lo0 fe80::%vlan5/64 link#10 UC vlan5 fe80::211:25ff:fe82:95b5%vlan5 00:11:25:82:95:b5 UHL lo0 fe80::%wo0/64 link#14 UC wo0 fe80::209:5bff:fe54:82a5%wo0 00:09:5b:54:82:a5 UHL lo0 ff01:1::/32 link#1 UC em0 ff01:4::/32 ::1 UC lo0 ff01:6::/32 link#6 UC vlan1 ff01:7::/32 link#7 UC vlan2 ff01:8::/32 link#8 UC vlan3 ff01:9::/32 link#9 UC vlan4 ff01:a::/32 link#10 UC vlan5 ff01:e::/32 link#14 UC wo0 ff02::%em0/32 link#1 UC em0 ff02::%lo0/32 ::1 UC lo0 ff02::%vlan1/32 link#6 UC vlan1 ff02::%vlan2/32 link#7 UC vlan2 ff02::%vlan3/32 link#8 UC vlan3 ff02::%vlan4/32 link#9 UC vlan4 ff02::%vlan5/32 link#10 UC vlan5 ff02::%wo0/32 link#14 UC wo0 Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 104 link#14 UC 0 0 wo0 127.0.0.1 127.0.0.1 UH 0 2 lo0 wo0: flags=8843 mtu 1500 inet 104.129.0.63 netmask 0xff000000 broadcast 104.255.255.255 inet6 fe80::209:5bff:fe54:82a5%wo0 prefixlen 64 scopeid 0xe ether 00:09:5b:54:82:a5 media: IEEE 802.11 Wireless Ethernet DS/11Mbps status: associated ssid olsr.freifunk.net channel 10 bssid 02:09:0b:66:82:a5 stationname foobar-e0 authmode OPEN privacy OFF txpowmax 100 bintval 100 net.wlan.debug had before set been to 1 then this causes the os to freeze: sysctl net.inet6.ip6.fw.deny_unknown_exthdrs1->0 any ideas? ip6fw show 00100 407 10596 allow ipv6 from any to any 00200 0 0 allow log ipv6 from any to any 65535 43 1068 deny ipv6 from any to any greetz Wolfgang Lausenbart -- E7AC 1E9B 87D8 5BD2 E2F2 6F4A 3177 ED68 8185 480C From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 14:03:01 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8564716A41F for ; Sun, 18 Dec 2005 14:03:01 +0000 (GMT) (envelope-from Levitch@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F2FF43D49 for ; Sun, 18 Dec 2005 14:03:01 +0000 (GMT) (envelope-from Levitch@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id jBIE30Ka000602 for ; Sun, 18 Dec 2005 06:03:00 -0800 (PST) Received: from [10.255.255.73] (loudsl01.4.0.6.185.c.iglou.com [64.253.111.242]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id jBIE2xpl000480 for ; Sun, 18 Dec 2005 06:03:00 -0800 (PST) Message-ID: <43A56C13.7030900@mac.com> Date: Sun, 18 Dec 2005 09:02:59 -0500 From: Darrel User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051214) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Sawmill X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 14:03:01 -0000 I have not been abled to spend much time with any mailing lists recently, but think that noone answered my question from a couple of months ago. This might be of interest to someone: The precompiled binaries of Sawmill did not work on FreeBSD 6, but the encrypted source code did. Sawmill does not support Konqueror, but the graphical interface opened in Firefox. Darrel From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 14:04:51 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD71416A41F for ; Sun, 18 Dec 2005 14:04:51 +0000 (GMT) (envelope-from Levitch@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id D748D43D49 for ; Sun, 18 Dec 2005 14:04:33 +0000 (GMT) (envelope-from Levitch@mac.com) Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout02/MantshX 4.0) with ESMTP id jBIE4Xlh005013 for ; Sun, 18 Dec 2005 06:04:33 -0800 (PST) Received: from [10.255.255.73] (loudsl01.4.0.6.185.c.iglou.com [64.253.111.242]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id jBIE4Vsv021277 for ; Sun, 18 Dec 2005 06:04:32 -0800 (PST) Message-ID: <43A56C6F.5020901@mac.com> Date: Sun, 18 Dec 2005 09:04:31 -0500 From: Darrel User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051214) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: wireless server | AMD64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 14:04:51 -0000 I had no interest in wireless networking until recently. Google searches turned up some interesting information, but most of it was specific to Linux. Also, I did not have much luck figuring out which chipsets were on the wireless cards. Does someone have a suggestion of which card to get for making a FreeBSD 6 wireless server on AMD64? Thanks, Darrel From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 14:37:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A05E216A41F for ; Sun, 18 Dec 2005 14:37:36 +0000 (GMT) (envelope-from xmisoy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 920F243D5F for ; Sun, 18 Dec 2005 14:37:35 +0000 (GMT) (envelope-from xmisoy@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so747572wxc for ; Sun, 18 Dec 2005 06:37:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=fa4cbz0+Wl4+p997X/kKx8m/HRa+y5jb3i65gYm3/yAhyG7d67C5RgGkz0Jnb2pQU5VuU/5IWeODvmXaGC4Q5yXAiFAYKwTFzfvAd3Nfs4+KWUKAc+dxZ9xOaA9Zr3rQ7ldpYDs6vdYCnFAJGYgedG5nkXM3breW4LcnY3RF1+E= Received: by 10.70.110.13 with SMTP id i13mr3377875wxc; Sun, 18 Dec 2005 06:37:34 -0800 (PST) Received: by 10.70.54.9 with HTTP; Sun, 18 Dec 2005 06:37:34 -0800 (PST) Message-ID: <36f5bbba0512180637h1da3dc78qab0d9c1ad0b018f5@mail.gmail.com> Date: Sun, 18 Dec 2005 06:37:34 -0800 From: "Edwin D. Vinas" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD/Apache/DNS- Problem accessing virtual hosts from external network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 14:37:36 -0000 Hi, I am using DNS(Bind)/Apache(virtual hosting) in a FreeBSd machine which is connected via a static IP in a DSL provider. I want to setup mulitple websites under my domain. I have been able to get a domain from GoDaddy and was able to setup so that it will point to my IP address when my domain is accessed. I also have configured DNS and Apache virtual hosting. Questions: 1) Is it a problem of DNS, Apache virtual hosting or my domain name provider? 2) Is anyone have tried to configure multiple virtual hosting in Apache wit= h DNS in one FreeBSD machine? Can you give me your sample config for DNS, Apache, /etc/hosts/, /etc/resolv.conf etc etc that are related to this setup? ----------------------------------- Observations: 1) If the computer accessing the virtual domains is from the LAN, it works fine. I can access all the virtual domains (i.e., www.mydomain.com, vhost1.mydomain.com, vhost2.mydomain.com, vhost3.mydomain.com) 2) But if the virtual domain was accessed from outside (Internet or at my office), it doesn't work and all virtual domains resolve to www.mydomain.com. All I can see is the main default page for www.mydomain.com. For example, when I access www.mydomain.com, it works fine. But when I access the virtual hosts such as vhost1.mydomain.com, vhost2.mydomain.com, vhost3.mydomain.com; it only display the main website www.mydomain.com. Here are my configurations: ---- * httpd.conf & virtual hosts #-- Listen 80 BindAddress 203.xxx.xxx.xxx Port 80 #ServerName www.mydomain.com (commented it out but doesn't have any effect when uncommented) DocumentRoot "/usr/local/apache/www" NameVirtualHost 203.xxx.xxx.xxx:80 ServerAdmin mymail@gmail.com DocumentRoot /usr/local/apache/www/ ServerName www.mydomain.com ErrorLog logs/virtual_host.www.com-error_log CustomLog logs/virtual_host.www.com-access_log common ServerAdmin mymail@gmail.com ServerName vhost1.mydomain.com DocumentRoot /usr/local/apache/www_virtual/vhost1/ ErrorLog logs/virtual_host.vhost1.com-error_log CustomLog logs/virtual_host.vhost1.com-access_log common ServerAdmin mymail@gmail.com ServerName vhost2.mydomain.com DocumentRoot /usr/local/apache/www_virtual/vhost2/ ErrorLog logs/virtual_host.vhost2.com-error_log CustomLog logs/virtual_host.vhost2.com-access_log common #--- * DNS configs #--- ; Machine Names localhost IN A 127.0.0.1 dns IN A 203.xxx.xxx.xxx @ IN A 203.xxx.xxx.xxx ; Aliases www IN CNAME @ vhost1 IN CNAME @ vhost2 IN CNAME @ vhost3 IN CNAME @ vhost4 IN CNAME @ #--- * Traceroutes from external network I can traceroute www.mydomain.com and resolves to 203.xxx.xxx.xxx I can also traceroute vhost1.mydomain.com and resolves to 203.xxx.xxx.xxx I can also traceroute all vhosts and they find my IP address 203.xxx.xxx.xx= x . * GoDaddy COnfig - I have set Custom Name Servers and added my IP address/hostname as the DN= S server Thanks! Edwin From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 14:57:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB92816A41F for ; Sun, 18 Dec 2005 14:57:18 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs3.arnes.si (avs3.arnes.si [193.2.1.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0AC343D53 for ; Sun, 18 Dec 2005 14:57:17 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs3.arnes.si [193.2.1.68]) by avs3.arnes.si (Postfix) with ESMTP id E4EF81D7CD1; Sun, 18 Dec 2005 15:57:14 +0100 (CET) Received: from avs3.arnes.si ([193.2.1.68]) by localhost (avs3.arnes.si [193.2.1.68]) (amavisd-new, port 10024) with ESMTP id 39584-05; Sun, 18 Dec 2005 15:57:14 +0100 (CET) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs3.arnes.si (Postfix) with ESMTP id C94051D7CE8; Sun, 18 Dec 2005 15:57:06 +0100 (CET) Received: from [192.168.10.249] ([192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id jBIE70D1012201; Sun, 18 Dec 2005 15:07:00 +0100 (CET) (envelope-from sasa@stupar.homelinux.net) Date: Sun, 18 Dec 2005 15:07:09 +0100 From: Sasa Stupar To: Ted Mittelstaedt , freebsd-questions@freebsd.org Message-ID: <498C0455BE5AC9573152FE62@[192.168.10.249]> In-Reply-To: References: X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Cc: Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 14:57:18 -0000 Nothing. From the GUI view it is at 0% of utilisation. Sasa --On 18. december 2005 3:51 -0800 Ted Mittelstaedt =20 wrote: > > what does the CPU of the router do when your doing that? > > Ted > >> -----Original Message----- >> From: owner-freebsd-questions@freebsd.org >> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Sasa Stupar >> Sent: Sunday, December 18, 2005 3:00 AM >> To: Ted Mittelstaedt; freebsd-questions@freebsd.org >> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme >> Song) >> >> >> >> >> --On 18. december 2005 2:32 -0800 Ted Mittelstaedt >> >> wrote: >> >>> >>> >>>> -----Original Message----- >>>> From: owner-freebsd-questions@freebsd.org >>>> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Sasa Stupar >>>> Sent: Sunday, December 18, 2005 2:21 AM >>>> To: Ted Mittelstaedt; freebsd-questions@freebsd.org >>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>> Theme Song) >>>> >>>> >>>> >>>> >>>> --On 18. december 2005 1:33 -0800 Ted Mittelstaedt >>>> >>>> wrote: >>>> >>>>> >>>>> >>>>>> -----Original Message----- >>>>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>>>> Sent: Friday, December 16, 2005 5:25 AM >>>>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>>>> Cc: freebsd-questions@freebsd.org >>>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>>> Theme Song) >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> --On 16. december 2005 3:36 -0800 Ted Mittelstaedt >>>>>> >>>>>> wrote: >>>>>> >>>>>>> >>>>>>> >>>>>>>> -----Original Message----- >>>>>>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>>>>>> Sent: Thursday, December 15, 2005 12:34 AM >>>>>>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>>>>>> Cc: freebsd-questions@freebsd.org >>>>>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>>>>> Theme Song) >>>>>>>> >>>>>>>>> >>>>>>>>> Ted >>>>>>>> >>>>>>>> Hmmm, here is test with iperf what I have done with and >>>>>> without polling: >>>>>>>> ************** >>>>>>>> ------------------------------------------------------------ >>>>>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>>>>> TCP window size: 8.00 KByte (default) >>>>>>>> ------------------------------------------------------------ >>>>>>>> [1816] local 192.168.10.249 port 1088 connected with >>>>>>>> 192.168.1.200 port 5001 >>>>>>>> [ ID] Interval Transfer Bandwidth >>>>>>>> [1816] 0.0-10.0 sec 108 MBytes 90.1 Mbits/sec >>>>>>>> >>>>>>>> This is when I use Device polling option on m0n0. >>>>>>>> >>>>>>>> If I disable this option then my transfer is worse: >>>>>>>> ------------------------------------------------------------ >>>>>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>>>>> TCP window size: 8.00 KByte (default) >>>>>>>> ------------------------------------------------------------ >>>>>>>> [1816] local 192.168.10.249 port 1086 connected with >>>>>>>> 192.168.1.200 port 5001 >>>>>>>> [ ID] Interval Transfer Bandwidth >>>>>>>> [1816] 0.0-10.0 sec 69.7 MBytes 58.4 Mbits/sec >>>>>>>> *************** >>>>>>>> >>>>>>>> BTW: my router is m0n0wall (FBSD 4.11). >>>>>>>> >>>>>>> >>>>>>> what are the cpu speeds and operating systems of all devices >>>>>>> in the packet path, what is the make and model of switchs in >>>>>>> use, provide dmesg output of the bsd box, a network diagram >>>>>>> of the setup, etc. etc. etc. >>>>>>> >>>>>>> The above test results are not replicatable and thus, worthless. >>>>>>> Useful test results would allow a reader to build an exact >>>>>>> duplicate of your setup, config it identically, and get identical >>>>>>> results. >>>>>>> >>>>>>> Ted >>>>>>> >>>>>> >>>>>> OK. The server (192.168.1.200) is FreeBSD 5.4 with Duron 900 >>>> and 3C905C >>>>> >>>>> The 3com 3c905 is not a very good card under FreeBSD the driver was >>>>> written >>>>> without support from 3com and is shakey on a lot of >> hardware. I would >>>>> say >>>>> there's a big question that your server is actually saturating the >>>>> ethernet. >>>>> Probably that is why your only getting 90Mbt. >>>>> >>>>>> NIC; router is m0n0wall (FreeBSD 4.11) with three Intel >>>>>> Pro/100S Nics and >>>>>> Celeron 433; The user computer (192.168.10.249) is Celeron 2400 >>>>>> with winxp >>>>>> and integrated NIC Realtek 8139 series. Switch is CNET CNSH-1600. >>>>>> >>>>> >>>>> Once again, the winxp+realtek 8139 is not a particularly >>>> steller combo, >>>>> I would question that this system could saturate the >> ethernet, either. >>>>> >>>>>> Diagram: >>>>>> >>>>>> dmesg from the router: >>>>>> ---------------- >>>>>> $ dmesg >>>>>> Copyright (c) 1992-2005 The FreeBSD Project. >>>>>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, >>>> 1992, 1993, 1994 >>>>>> The Regents of the University of California. All rights reserved. >>>>>> FreeBSD 4.11-RELEASE-p11 #0: Wed Sep 7 13:49:09 CEST 2005 >>>>>> root@fb411.neon1.net:/usr/src/sys/compile/M0N0WALL_GENERIC >>>>>> Timecounter "i8254" frequency 1193182 Hz >>>>>> CPU: Pentium II/Pentium II Xeon/Celeron (434.32-MHz 686-class CPU) >>>>>> Origin =3D "GenuineIntel" Id =3D 0x665 Stepping =3D 5 >>>>>> >>>>>> Features=3D0x183f9ff>>>>> GE,MCA,CMOV,PAT,PSE36,MMX,FXSR> >>>>>> real memory =3D 201326592 (196608K bytes) >>>>>> avail memory =3D 179142656 (174944K bytes) >>>>>> Preloaded elf kernel "kernel" at 0xc1006000. >>>>>> Preloaded mfs_root "/mfsroot" at 0xc100609c. >>>>>> Pentium Pro MTRR support enabled >>>>>> md0: Preloaded image 11534336 bytes at 0xc0504d9c >>>>>> md1: Malloc disk >>>>>> Using $PIR table, 8 entries at 0xc00fdef0 >>>>>> npx0: on motherboard >>>>>> npx0: INT 16 interface >>>>>> pcib0: on motherboard >>>>>> pci0: on pcib0 >>>>>> pcib1: at device >>>>>> 1.0 on pci0 >>>>>> pci1: on pcib1 >>>>>> isab0: at device 7.0 on pci0 >>>>>> isa0: on isab0 >>>>>> atapci0: port 0xf000-0xf00f at >>>>>> device 7.1 on >>>>>> pci0 >>>>>> ata0: at 0x1f0 irq 14 on atapci0 >>>>>> ata1: at 0x170 irq 15 on atapci0 >>>>>> uhci0: port >>>>>> 0xd000-0xd01f irq 11 >>>>>> at device 7.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 >>>>>> chip1: port >>>>>> 0x5000-0x500f at >>>>>> device 7.3 on pci0 >>>>>> pci0: (vendor=3D0x1274, dev=3D0x1371) at 8.0 irq 11 >>>>>> fxp0: port 0xd800-0xd83f mem >>>>>> 0xd0400000-0xd041ffff,0xd0460000-0xd0460fff irq 10 at device >>>>>> 15.0 on pci0 >>>>>> fxp0: Ethernet address 00:02:b3:62:f6:06 >>>>>> inphy0: on miibus0 >>>>>> inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>>> fxp1: port 0xdc00-0xdc3f mem >>>>>> 0xd0420000-0xd043ffff,0xd0462000-0xd0462fff irq 12 at device >>>>>> 16.0 on pci0 >>>>>> fxp1: Ethernet address 00:02:b3:9c:2a:16 >>>>>> inphy1: on miibus1 >>>>>> inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>>> fxp2: port 0xe000-0xe03f mem >>>>>> 0xd0440000-0xd045ffff,0xd0461000-0xd0461fff irq 7 at device >>>> 19.0 on pci0 >>>>>> fxp2: Ethernet address 00:02:b3:8c:e4:f6 >>>>>> inphy2: on miibus2 >>>>>> inphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>>> pmtimer0 on isa0 >>>>>> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq >>>>>> 2 on isa0 >>>>>> fdc0: FIFO enabled, 8 bytes threshold >>>>>> fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >>>>>> atkbdc0: at port 0x60,0x64 on isa0 >>>>>> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >>>>>> sio0: type 16550A, console >>>>>> sio1: configured irq 3 not in bitmap of probed irqs 0 >>>>>> BRIDGE 020214 loaded >>>>>> IPsec: Initialized Security Association Processing. >>>>>> IP Filter: v3.4.35 initialized. Default =3D block all, >>>> Logging =3D enabled >>>>>> ad0: 3098MB [6296/16/63] at ata0-master PIO4 >>>>>> acd0: CDROM at ata1-master PIO4 >>>>>> Mounting root from ufs:/dev/md0c >>>>>> fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>>> fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>>> fxp2: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>>> ata0: resetting devices .. done >>>>>> ------------- >>>>>> >>>>>> If you need more just ask for it. You don't need to be >> angry. Peace. >>>>>> >>>>> >>>>> OK, next question: >>>>> >>>>> ftp transfer like this uses large packets, rerun the test >> with ping -f >>>>> with different ping packet sizes, post the results. >>>>> >>>>> Remember, routers have to deal with many sized packets. >>>>> >>>>> Ted >>>>> >>>> >>>> Interesting. I have tested like you've said and I could ping >>>> with packet >>>> size 1450 bytes. Everything bigger is telling that "packet must be >>>> fragmented but DF is set up". This is of course pinging from winxp to >>>> server. >>> >>> That is normal since under winxp ping sets the DF bit I believe. >>> >>> The larger packets are not what matters, the smaller packets are more >>> interesting. I find it hard to believe your getting the same >> throughput >>> with >>> flood pinging with 56 byte packets. >>> >>> Ted >>> >> >> Here is the output: >> ------------- >> C:\Documents and Settings\nathsasa>ping -t -f -l 56 mig29 >> >> Preverjanje dosegljivosti mig29.workgroup [192.168.1.200] z 56 B podatk >> >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >> >> Statistika preverjanja dosegljivosti za 192.168.1.200: >> Paketov: Poslanih =3D 46, Prejetih =3D 46, Izgubljenih =3D 0 (0% = izguba), >> Povpre=E8ni =E8as v milisekundah: >> Minimum =3D 0ms, Maksimum =3D 0ms, Povpre=E8je =3D 0ms >> ----------- >> >> It's in my native language but the position is the same as in english. >> >> -- >> Sasa Stupar >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> -- >> No virus found in this incoming message. >> Checked by AVG Free Edition. >> Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: >> 12/16/2005 >> > --=20 Sasa Stupar From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 15:15:12 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8227F16A41F for ; Sun, 18 Dec 2005 15:15:12 +0000 (GMT) (envelope-from steven.lake@voyager.net) Received: from mail1.mx.voyager.net (mail1.mx.voyager.net [216.93.66.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07D4E43D60 for ; Sun, 18 Dec 2005 15:15:11 +0000 (GMT) (envelope-from steven.lake@voyager.net) Received: from dhcp-2-39.lnng.corp.core.com (brick.voyager.net [209.153.128.248]) by mail1.mx.voyager.net (8.13.2/8.10.2) with ESMTP id jBIFFBqR097278 for ; Sun, 18 Dec 2005 10:15:11 -0500 (EST) From: Steven Lake To: questions@freebsd.org Date: Sun, 18 Dec 2005 10:15:18 -0500 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512181015.18357.steven.lake@voyager.net> Cc: Subject: Printing problems with Mozilla and Firefox on Freebsd 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 15:15:12 -0000 Ok, got a weird one here. Got cups setup with our new office lan printer and I can print just fine from any program, EXCEPT Mozilla and Firefox. They go through the motions, but nothing happens. Nothing shows up in the que or the access or error logs or anything. Am I missing something? My research via google into this found me several pages that mentioned something about 'msttcorefonts', but after some playing with this they don't seem to be installable on freebsd. Any suggestions? From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 15:32:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 945F916A41F for ; Sun, 18 Dec 2005 15:32:11 +0000 (GMT) (envelope-from winter_kf@yahoo.com) Received: from web35401.mail.mud.yahoo.com (web35401.mail.mud.yahoo.com [66.163.179.110]) by mx1.FreeBSD.org (Postfix) with SMTP id 5CF0E43D77 for ; Sun, 18 Dec 2005 15:32:04 +0000 (GMT) (envelope-from winter_kf@yahoo.com) Received: (qmail 75658 invoked by uid 60001); 18 Dec 2005 15:32:03 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=J2SEz6X3UmCM4mCMUxedrnYO6Bzch6IdBtFoa5x+o3k3GwhvkHnxYThYxpDedAVqO1RoeDp1VWbWLnqa/fdXySoO+szBzDCdICJgwSb7+5xd+bmpsIprWmieS6XM0yFmTQ/DI9XbaNOs5vx39QK5adFDtCbmD4FG/ydv3/HBqdI= ; Message-ID: <20051218153203.75656.qmail@web35401.mail.mud.yahoo.com> Received: from [203.92.154.37] by web35401.mail.mud.yahoo.com via HTTP; Sun, 18 Dec 2005 07:32:03 PST Date: Sun, 18 Dec 2005 07:32:03 -0800 (PST) From: winter kf To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: sony erricson pccard on FreeBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 15:32:11 -0000 Hi, I'm trying to get the sony erricson GC85 pccard with GPRS/EDGE connection working on my Toshiba Satelite M40 Laptop. I manage to get it worked in SUSE Linux 10.0 but not in FreeBSD 5.4 (no idea how to start). I've been searching for documentation on the internet but those are either too specific/ not very helpful (tried various recommendations; nothing worked). Is anyone get this card working? kindly please provide some hints/ guidance. Thank You Very Much. rgds, winter p/s some data about my laptop Toshiba Satelite M40, Pentium M 1.6GHz, 1GHz DDR SDRAM tribooting: Windows XP Home, SUSE Linux 10.0, FreeBSD 5.4- release Sony Erricson GC85 Type II pccard connection: GPRS/ EDGE from dmesg, pccard detected (I think :-) as: pccard0 on cbb0 cbb0 bad vcc request status 0xffffffff cbb-power: 0V another occurence(sorry can't remember very well the actual messages) : sio0 (blah.....) . . . . sio1 at port..... sio1: type 16550A __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 16:18:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A33F916A41F for ; Sun, 18 Dec 2005 16:18:45 +0000 (GMT) (envelope-from notebook@tdf.com.br) Received: from ns1.tdf.com.br (ns1.tdf.com.br [200.223.219.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E7243D62 for ; Sun, 18 Dec 2005 16:18:44 +0000 (GMT) (envelope-from notebook@tdf.com.br) Received: from localhost (unknown [127.0.0.1]) by injector.tdf.com.br (Postfix) with ESMTP id 430E011D6CC for ; Sun, 18 Dec 2005 13:19:09 -0300 (BRT) Received: by ns1.tdf.com.br (Postfix, from userid 65534) id B2A5211D499; Sun, 18 Dec 2005 13:19:06 -0300 (BRT) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.tdf.com.br X-Spam-Level: X-Spam-Status: No, score=-1.4 required=6.0 tests=ALL_TRUSTED autolearn=unavailable version=3.1.0 Received: from [172.22.0.98] (220011.tdf.com.br [200.223.220.11]) by ns1.tdf.com.br (Postfix) with ESMTP id 85E7311D499 for ; Sun, 18 Dec 2005 13:19:05 -0300 (BRT) Message-ID: <43A58BDE.50500@tdf.com.br> Date: Sun, 18 Dec 2005 13:18:38 -0300 From: Gustavo Parrini User-Agent: Thunderbird 1.5 (Windows/20051025) 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: AntiVirus - TDF Provider Subject: Re: How to make init(8) run a daemon to me?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 16:18:45 -0000 Man! I couldn't ask for better answers to my question. Big thanks to Björn König and Mathew Seaman. It worked like a charm. Gustavo From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 16:30:24 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A0116A41F for ; Sun, 18 Dec 2005 16:30:24 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A06A043D49 for ; Sun, 18 Dec 2005 16:30:23 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1013945nzo for ; Sun, 18 Dec 2005 08:30:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C0Z2WXDtBRQ13I2I0tS9/yJ3NOSeAJ7p/n5+m5V2TUR4mJczCKBMYBaxwOmYiS9Z19+0QcDRe2IkrFe+NvgIFhrm8sp5MeULwZuPsAfL8sB6icvg95qbg+72xpmFgbYcoCJ8gT9FUn4b8yVqFw6/KFGPltqWZ2snO2z8IUMr6WY= Received: by 10.36.2.10 with SMTP id 10mr4890995nzb; Sun, 18 Dec 2005 08:30:22 -0800 (PST) Received: by 10.37.20.33 with HTTP; Sun, 18 Dec 2005 08:30:22 -0800 (PST) Message-ID: Date: Sun, 18 Dec 2005 19:30:22 +0300 From: "Andrew P." To: Steven Lake In-Reply-To: <200512181015.18357.steven.lake@voyager.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200512181015.18357.steven.lake@voyager.net> Cc: questions@freebsd.org Subject: Re: Printing problems with Mozilla and Firefox on Freebsd 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 16:30:24 -0000 On 12/18/05, Steven Lake wrote: > Ok, got a weird one here. Got cups setup with our > new office lan printer and I can print just fine from any > program, EXCEPT Mozilla and Firefox. They go through > the motions, but nothing happens. Nothing shows up in > the que or the access or error logs or anything. Am I > missing something? My research via google into this > found me several pages that mentioned something about > 'msttcorefonts', but after some playing with this they don't > seem to be installable on freebsd. Any suggestions? I think x11-fonts/webfonts may be referenced as msttcorefonts in other distributions. I can't explain why, but try to install the print/gtklp port and change the print command in firefox to gtklp. Try to format your e-mail, too. From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 16:34:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B69C316A41F for ; Sun, 18 Dec 2005 16:34:02 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F54343D5C for ; Sun, 18 Dec 2005 16:34:02 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1014410nzo for ; Sun, 18 Dec 2005 08:34:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=igYJCISDOFsBQHihj8BJ8GYtJ0lSxLhyFHdjcc6LgPRZlLr3jeylMsAQ5FIjELhBUevAmMF33GsYlagS+ChUrFpurig0TVTXs2v3O7XEvxwvl8hjJV+mOkXcaeToNMgJ0aaj3tgHaCkURoCsqhRdpSA+WJv8kpDl57BlduAS/0k= Received: by 10.37.2.15 with SMTP id e15mr4944272nzi; Sun, 18 Dec 2005 08:34:01 -0800 (PST) Received: by 10.37.20.33 with HTTP; Sun, 18 Dec 2005 08:34:01 -0800 (PST) Message-ID: Date: Sun, 18 Dec 2005 19:34:01 +0300 From: "Andrew P." To: Richard Klingler In-Reply-To: <43A554AE.7070304@uclinux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43A554AE.7070304@uclinux.net> Cc: freebsd-questions@freebsd.org Subject: Re: bootloader not reading kernel.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 16:34:02 -0000 On 12/18/05, Richard Klingler wrote: > Hello... > > Does someone know what to do that the bootloader reads in > /boot/kernel.conf? > > Otherwise have to do to always a "boot -c" and issue > "di psm0" and "q"... > > > thanx inadvance > rick > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > loader.conf is probably the file to do such customization in. Have a look at its manpage. From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 17:11:09 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFBE316A41F for ; Sun, 18 Dec 2005 17:11:09 +0000 (GMT) (envelope-from steven.lake@corecomm.com) Received: from mail2.mx.voyager.net (mail2.mx.voyager.net [216.93.66.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id C160543D62 for ; Sun, 18 Dec 2005 17:11:08 +0000 (GMT) (envelope-from steven.lake@corecomm.com) Received: from dragon.corecomm.com (brick.voyager.net [209.153.128.248]) by mail2.mx.voyager.net (8.13.2/8.10.2) with ESMTP id jBIHB8in072694; Sun, 18 Dec 2005 12:11:08 -0500 (EST) Message-Id: <5.2.0.9.2.20051218120850.00bf96f0@pop.voyager.net> X-Sender: steven.lake@pop.voyager.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sun, 18 Dec 2005 12:11:12 -0500 To: "Andrew P." From: Steven Lake In-Reply-To: References: <200512181015.18357.steven.lake@voyager.net> <200512181015.18357.steven.lake@voyager.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Antivirus: avast! (VPS 0550-4, 12/16/2005), Outbound message X-Antivirus-Status: Clean Cc: questions@freebsd.org Subject: Re: Printing problems with Mozilla and Firefox on Freebsd 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 17:11:09 -0000 At 07:30 PM 12/18/2005 +0300, Andrew P. wrote: >On 12/18/05, Steven Lake wrote: > > Ok, got a weird one here. Got cups setup with our > > new office lan printer and I can print just fine from any > > program, EXCEPT Mozilla and Firefox. They go through > > the motions, but nothing happens. Nothing shows up in > > the que or the access or error logs or anything. Am I > > missing something? My research via google into this > > found me several pages that mentioned something about > > 'msttcorefonts', but after some playing with this they don't > > seem to be installable on freebsd. Any suggestions? > >I think x11-fonts/webfonts may be referenced as msttcorefonts >in other distributions. I can't explain why, but try to install the >print/gtklp port and change the print command in firefox to >gtklp. Installed webfonts and gtklp and restarted x and no go still. :( One thing I did notice is that all the others go to a normal print window, but the two browsers go to some custom printing screen and say something about "postscript/printer_name" instead of the normal KDE cups installed printer. Would that possibly cause part of the issue? From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 17:25:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F41C16A41F for ; Sun, 18 Dec 2005 17:25:09 +0000 (GMT) (envelope-from lk@tempest.sk) Received: from mailgw.dgrp.sk (mailgw.dgrp.sk [195.28.127.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DED43D62 for ; Sun, 18 Dec 2005 17:25:06 +0000 (GMT) (envelope-from lk@tempest.sk) Received: by mailgw.dgrp.sk (Postfix, from userid 1003) id 569F334A5A6; Sun, 18 Dec 2005 18:25:05 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mailgw.dgrp.sk X-Spam-Level: X-Spam-Status: No, score=-2.5 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from webmail.tempest.sk (domino1.tempest.sk [195.28.100.38]) by mailgw.dgrp.sk (Postfix) with ESMTP id 01F2B34A5A2 for ; Sun, 18 Dec 2005 18:24:58 +0100 (CET) Received: from lk.tempest.sk ([195.28.109.47]) by webmail.tempest.sk (Lotus Domino Release 6.5.4) with ESMTP id 2005121818245378-8275 ; Sun, 18 Dec 2005 18:24:53 +0100 Received: from lk.tempest.sk (localhost [127.0.0.1]) by lk.tempest.sk (8.13.3/8.12.9) with ESMTP id jBIHOm1E077544 for ; Sun, 18 Dec 2005 18:24:48 +0100 (CET) (envelope-from lk@lk.tempest.sk) Received: (from koren@localhost) by lk.tempest.sk (8.13.3/8.13.1/Submit) id jBIHOmNv077541; Sun, 18 Dec 2005 18:24:48 +0100 (CET) (envelope-from lk) X-Authentication-Warning: lk.tempest.sk: koren set sender to lk using -f Sender: lk@tempest.sk To: freebsd-questions@freebsd.org From: Ludo Koren Date: 18 Dec 2005 18:24:48 +0100 Message-ID: <87acey71y7.fsf@lk.tempest.sk> Lines: 90 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on Domino1/DGRP(Release 6.5.4|March 27, 2005) at 18.12.2005 18:24:54, Serialize by Router on Domino1/DGRP(Release 6.5.4|March 27, 2005) at 18.12.2005 18:24:58, Serialize complete at 18.12.2005 18:24:58 Content-Type: text/plain; charset=us-ascii Subject: gvinum: adding plex and subdisks to existing volume X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 17:25:09 -0000 Hi, I'm using 5.4-STABLE. One of the mirrored disks died. I want to add new disk, which has not the same size as the died one. The output of the gvinum l is the following: # gvinum l 4 drives: D rd2 State: up /dev/da2s1h A: 0/1023 MB (0%) D d2 State: up /dev/da2s1f A: 0/15452 MB (0%) D d3 State: up /dev/da3s1 A: 0/70001 MB (0%) D d4 State: up /dev/da1s1 A: 0/70001 MB (0%) 2 volumes: V root State: up Plexes: 1 Size: 1023 MB V usr State: up Plexes: 2 Size: 83 GB 4 plexes: P usr.p0 C State: down Subdisks: 1 Size: 68 GB P usr.p1 C State: up Subdisks: 2 Size: 83 GB P root.p1 C State: up Subdisks: 1 Size: 1023 MB P root.p0 C State: down Subdisks: 0 Size: 0 B 6 subdisks: S usr.p0.s0 State: down D: d1 Size: 15 GB S usr.p1.s0 State: up D: d2 Size: 15 GB S root.p1.s0 State: up D: rd2 Size: 1023 MB S root.p0.s0 State: down D: rd1 Size: 1023 MB S usr.p0.s1 State: up D: d3 Size: 68 GB S usr.p1.s1 State: up D: d4 Size: 68 GB and # camcontrol devlist -v scbus0 on ahd0 bus 0: at scbus0 target 3 lun 0 (pass0,da0) at scbus0 target 9 lun 0 (pass1,da1) at scbus0 target 10 lun 0 (sa0,pass2) < > at scbus0 target -1 lun -1 () scbus1 on ahd1 bus 0: at scbus1 target 1 lun 0 (pass3,da2) at scbus1 target 8 lun 0 (pass4,da3) < > at scbus1 target -1 lun -1 () scbus-1 on xpt0 bus 0: < > at scbus-1 target -1 lun -1 (xpt0) I want to have the whole new disk a one vinum slice so the # disklabel da0s1 # /dev/da0s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 143363700 281 4.2BSD 0 0 0 c: 143363997 0 unused 0 0 # "raw" part, don't edit h: 143363981 16 vinum The old one was: # disklabel da2s1 # /dev/da2s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 2096855 281 4.2BSD 2048 16384 0 b: 2097152 2097152 swap c: 35840952 0 unused 0 0 # "raw" part, don't edit f: 31646648 4194304 vinum h: 2097136 16 vinum When I try to do: # gvinum create gvinum.conf it ends up in immediate panic (page fault). The gvinum.conf file: drive d1b device /dev/da0s1h plex name usr.p2 org concat vol usr plex name root.p2 org concat vol root sd name root.p2.s0 drive d1b len 2096871s driveoffset 265s plex root.p2 plexoffset 0s sd name usr.p2.s0 drive d1b len 31646383s driveoffset 2097136s plex usr.p2 plexoffset 0s Am I doing something wrong? How can be added a new disk to existing mirror in gvinum? Any help appreciated, I cannot find useful hints. Regards, lk From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 18:58:30 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE43216A41F for ; Sun, 18 Dec 2005 18:58:30 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id E430843DB5 for ; Sun, 18 Dec 2005 18:58:14 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 16786 invoked by uid 502); 18 Dec 2005 18:58:11 -0000 Received: from dsl28163.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.163) by 0 with SMTP; 18 Dec 2005 18:58:11 -0000 X-CLIENT-IP: 216.227.115.163 X-CLIENT-HOST: dsl28163.ywave.com Message-ID: <43A5B143.30102@ywave.com> Date: Sun, 18 Dec 2005 10:58:11 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steven Lake References: <200512181015.18357.steven.lake@voyager.net> <200512181015.18357.steven.lake@voyager.net> <5.2.0.9.2.20051218120850.00bf96f0@pop.voyager.net> In-Reply-To: <5.2.0.9.2.20051218120850.00bf96f0@pop.voyager.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Printing problems with Mozilla and Firefox on Freebsd 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 18:58:32 -0000 Steven Lake wrote: > At 07:30 PM 12/18/2005 +0300, Andrew P. wrote: > >> On 12/18/05, Steven Lake wrote: >> > Ok, got a weird one here. Got cups setup with our >> > new office lan printer and I can print just fine from any >> > program, EXCEPT Mozilla and Firefox. They go through >> > the motions, but nothing happens. Nothing shows up in >> > the que or the access or error logs or anything. Am I >> > missing something? My research via google into this >> > found me several pages that mentioned something about >> > 'msttcorefonts', but after some playing with this they don't >> > seem to be installable on freebsd. Any suggestions? >> >> I think x11-fonts/webfonts may be referenced as msttcorefonts >> in other distributions. I can't explain why, but try to install the >> print/gtklp port and change the print command in firefox to >> gtklp. > > > Installed webfonts and gtklp and restarted x and no go still. > :( One thing I did notice is that all the others go to a normal print > window, but the two browsers go to some custom printing screen and say > something about "postscript/printer_name" instead of the normal KDE cups > installed printer. Would that possibly cause part of the issue? Firefox isn't a KDE app, so by default is uses /usr/bin/lpr unless you specifically set it to use another print interface. Unfortunately Firefox 1.5's whole printing system is pretty buggy right now - almost to the point of unusability on my system. If it was working properly you'd go File->Print select the printer you want to edit, click Properties and set the command to either /usr/local/bin/lpr (for the lpr interface to CUPS) or kprinter (for the KDE interface to CUPS). Unfortunately this official method is not working for me. I've had to edit the prefs.js directly in order to maintain printing ability. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 18:58:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1201316A41F for ; Sun, 18 Dec 2005 18:58:45 +0000 (GMT) (envelope-from gojyo83@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A5BA43D5E for ; Sun, 18 Dec 2005 18:58:39 +0000 (GMT) (envelope-from gojyo83@gmail.com) Received: by zproxy.gmail.com with SMTP id 4so1752715nzn for ; Sun, 18 Dec 2005 10:58:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=jTU3y+ONsYkyIOoOypKxvFQIUy943Ie+Q8f6pp6MnQm/HG8XSxntT9ZNk16LHhm8ABTOkfZQQr9wE9OENRByRg2kiZa+gW5IXoBi6UXQA5RpTazzi8VYnXkCebwAOORJ8JK+YJ/prvfv39iEAL3QOHOgcH2MwT65Yq+HIsSwYLM= Received: by 10.65.148.13 with SMTP id a13mr4410462qbo; Sun, 18 Dec 2005 10:58:38 -0800 (PST) Received: by 10.65.113.1 with HTTP; Sun, 18 Dec 2005 10:58:38 -0800 (PST) Message-ID: Date: Sun, 18 Dec 2005 19:58:38 +0100 From: Gojyo To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Running qmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 18:58:45 -0000 I've some problem making qmail work. I've installed qmail (with smtp auth support), ucspi-tcp and daemontools from the ports tree (I'm using Freebsd 6.0). I've disabled sendmail running the enable-qmail script after qmail installation (and I can see it's not running), I've copied the "maildir" start script from /var/qmail/boot to /var/qmail/rc and added qmail_enable=3D"YES" to /etc/rc.conf. Now I can't exactly understand what I have to do: I think I have to run qmail from the svscan service, but I really cannot figure out how to do it. I need some help.... thanks! From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 19:39:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD9A16A420 for ; Sun, 18 Dec 2005 19:39:20 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id A19F943D5D for ; Sun, 18 Dec 2005 19:39:19 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: by nproxy.gmail.com with SMTP id h2so339058nfe for ; Sun, 18 Dec 2005 11:39:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i+n4/jA+SGuc87NwgMgdOnE6ezWCn7/Rfj5SLJW2lytR2coOgGzzgAtwBPsw2BKxkqR/JBSFqOyw4PH2aoFXj7QYkZmLRFKMyonHOOSDBNuavP1lAcsanjMplHEI0JkfuuyuWanErWSnFLxh5KkjVAzsXuosms/2htJHYUH6V80= Received: by 10.48.234.16 with SMTP id g16mr213652nfh; Sun, 18 Dec 2005 11:39:17 -0800 (PST) Received: by 10.48.225.1 with HTTP; Sun, 18 Dec 2005 11:39:17 -0800 (PST) Message-ID: Date: Sun, 18 Dec 2005 14:39:17 -0500 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: Gojyo In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Running qmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 19:39:20 -0000 On 12/18/05, Gojyo wrote: > I've disabled sendmail running the enable-qmail script after qmail > installation (and I can see it's not running), I've copied the "maildir" > start script from /var/qmail/boot to /var/qmail/rc and added > qmail_enable=3D"YES" to /etc/rc.conf. > Now I can't exactly understand what I have to do: I think I have to run > qmail from the svscan service, but I really cannot figure out how to do i= t. > I need some help.... I don't know how qmail is set up on BSD, but if you're using daemontools, bringing qmail up should be as simple as svc -u . Check its current status with svscan . Mike -- Michael P. Soulier From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 19:46:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61FB16A41F for ; Sun, 18 Dec 2005 19:46:49 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BD1643D5D for ; Sun, 18 Dec 2005 19:46:49 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id B8C61D24D43 for ; Sun, 18 Dec 2005 14:46:47 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Sun, 18 Dec 2005 14:46:47 -0500 X-Sasl-enc: p27M84pJUE8MqTZAKlXIZJZKAyRA5yDzyexaMM86LFwm 1134935206 Received: from gumby.localdomain (88-104-195-174.dynamic.dsl.as9105.com [88.104.195.174]) by frontend2.messagingengine.com (Postfix) with ESMTP id DC924571574 for ; Sun, 18 Dec 2005 14:46:46 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Sun, 18 Dec 2005 19:46:44 +0000 User-Agent: KMail/1.8.3 References: <20051215134815.GA33024@peach> <200512180418.26053.list-freebsd-2004@morbius.sent.com> <43A53747.80706@thingy.apana.org.au> In-Reply-To: <43A53747.80706@thingy.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512181946.45815.list-freebsd-2004@morbius.sent.com> Subject: Re: foobarred installation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 19:46:50 -0000 On Sunday 18 December 2005 10:17, David Gerard wrote: > RW wrote: > > From what I've read I wouldn't recommend amd64 for a desktop, as two many > > things are broken, for example 3-d support for your nvidia card. > > That's a pity ... I was thinking in terms of an uber-l33t dual-AMD64 > beast machine running FreeBSD 6 (or maybe 7 by the time I get around to > it) for my next desktop. > > (Not that I ever sit at my desktop any more, and am about to repurpose > my FBSD 5 desktop as FBSD 6 and very much a household *server*.) > > Is there a list or project page on precisely what needs fixing on amd64? > > (I could always run Ubuntu, but I have my laptop for that ...) What's wrong with running i386? Aside from a limited number of activities, such as OGG encoding, there's not much difference in performance. From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 19:47:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45B4716A432 for ; Sun, 18 Dec 2005 19:47:15 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from mx1.highperformance.net (ip30.gte215.dsl-acs2.sea.iinet.com [209.20.215.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC97443D46 for ; Sun, 18 Dec 2005 19:47:12 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from [192.168.1.16] (w16.stradamotorsports.com [192.168.1.16]) by mx1.highperformance.net (8.13.3/8.13.3) with ESMTP id jBIJiSmu038485 for ; Sun, 18 Dec 2005 11:44:38 -0800 (PST) (envelope-from jcw@highperformance.net) Message-ID: <43A5BC1C.4070509@highperformance.net> Date: Sun, 18 Dec 2005 11:44:28 -0800 From: "Jason C. Wells" User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on s4.stradamotorsports.com Subject: SPF Startup and P5-Mail-SPF-Query X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 19:47:15 -0000 I am a little confused about starting Sender Policy Framework on FreeBSD. One doc in samples/ says the milter "will plug right in." Some docs say you don't need to run spfd. Other docs say you need to run sendmail-milter.pl but that script isn't in the packing list. One doc states I should edit my sendmail rc script to start and stop spf-milter. I would have thought that this milter would be started much like spamass-milter. I have modified my sendmail.cf. When I start sendmail I get the error: WARNING: Xspf-milter: local socket name /var/spf-milter/spf-milter.sock missing How do I run SPF using p5-Mail-SPF-Query? Where is the startup script? Thanks, Jason C. Wells From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 19:47:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 606DA16A41F for ; Sun, 18 Dec 2005 19:47:57 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from mx1.highperformance.net (ip30.gte215.dsl-acs2.sea.iinet.com [209.20.215.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD8A43D80 for ; Sun, 18 Dec 2005 19:47:50 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from [192.168.1.16] (w16.stradamotorsports.com [192.168.1.16]) by mx1.highperformance.net (8.13.3/8.13.3) with ESMTP id jBIJlNXc038550 for ; Sun, 18 Dec 2005 11:47:33 -0800 (PST) (envelope-from jcw@highperformance.net) Message-ID: <43A5BCCB.7060005@highperformance.net> Date: Sun, 18 Dec 2005 11:47:23 -0800 From: "Jason C. Wells" User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on s4.stradamotorsports.com Subject: SPF Startup and P5-Mail-SPF-Query X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 19:47:57 -0000 I am a little confused about starting Sender Policy Framework on FreeBSD. One doc in samples/ says the milter "will plug right in." Some docs say you don't need to run spfd. Other docs say you need to run sendmail-milter.pl but that script isn't in the packing list. One doc states I should edit my sendmail rc script to start and stop spf-milter. I would have thought that this milter would be started much like spamass-milter. I have modified my sendmail.cf. When I start sendmail I get the error: WARNING: Xspf-milter: local socket name /var/spf-milter/spf-milter.sock missing How do I run SPF using p5-Mail-SPF-Query? Where is the startup script? Thanks, Jason C. Wells From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 19:58:48 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C2EE16A41F for ; Sun, 18 Dec 2005 19:58:48 +0000 (GMT) (envelope-from steven.lake@corecomm.com) Received: from mail2.mx.voyager.net (mail2.mx.voyager.net [216.93.66.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB1843D45 for ; Sun, 18 Dec 2005 19:58:44 +0000 (GMT) (envelope-from steven.lake@corecomm.com) Received: from dragon.corecomm.com (brick.voyager.net [209.153.128.248]) by mail2.mx.voyager.net (8.13.2/8.10.2) with ESMTP id jBIJwiRj049679; Sun, 18 Dec 2005 14:58:45 -0500 (EST) Message-Id: <5.2.0.9.2.20051218145804.01cac8c8@pop.voyager.net> X-Sender: steven.lake@pop.voyager.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sun, 18 Dec 2005 14:58:48 -0500 To: Micah From: Steven Lake In-Reply-To: <43A5B143.30102@ywave.com> References: <5.2.0.9.2.20051218120850.00bf96f0@pop.voyager.net> <200512181015.18357.steven.lake@voyager.net> <200512181015.18357.steven.lake@voyager.net> <5.2.0.9.2.20051218120850.00bf96f0@pop.voyager.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Antivirus: avast! (VPS 0550-4, 12/16/2005), Outbound message X-Antivirus-Status: Clean Cc: questions@freebsd.org Subject: Re: Printing problems with Mozilla and Firefox on Freebsd 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 19:58:48 -0000 At 10:58 AM 12/18/2005 -0800, Micah wrote: >Steven Lake wrote: >>At 07:30 PM 12/18/2005 +0300, Andrew P. wrote: >> >>>On 12/18/05, Steven Lake wrote: >>> > Ok, got a weird one here. Got cups setup with our >>> > new office lan printer and I can print just fine from any >>> > program, EXCEPT Mozilla and Firefox. They go through >>> > the motions, but nothing happens. Nothing shows up in >>> > the que or the access or error logs or anything. Am I >>> > missing something? My research via google into this >>> > found me several pages that mentioned something about >>> > 'msttcorefonts', but after some playing with this they don't >>> > seem to be installable on freebsd. Any suggestions? >>> >>>I think x11-fonts/webfonts may be referenced as msttcorefonts >>>in other distributions. I can't explain why, but try to install the >>>print/gtklp port and change the print command in firefox to >>>gtklp. >> >> Installed webfonts and gtklp and restarted x and no go still. >>:( One thing I did notice is that all the others go to a normal print >>window, but the two browsers go to some custom printing screen and say >>something about "postscript/printer_name" instead of the normal KDE cups >>installed printer. Would that possibly cause part of the issue? > >Firefox isn't a KDE app, so by default is uses /usr/bin/lpr unless you >specifically set it to use another print interface. Unfortunately Firefox >1.5's whole printing system is pretty buggy right now - almost to the >point of unusability on my system. If it was working properly you'd go >File->Print select the printer you want to edit, click Properties and set >the command to either /usr/local/bin/lpr (for the lpr interface to CUPS) >or kprinter (for the KDE interface to CUPS). Unfortunately this official >method is not working for me. I've had to edit the prefs.js directly in >order to maintain printing ability. > >HTH, >Micah WOOT! I used kprinter and it's working! Thanks!! :) Steven Lake Business Support Representative CoreComm Business Services Contact Number: 1-877-557-2724 Direct Line: 1-517-664-8176 "Duct Tape takes over where skill leaves off" - Larry the Cucumber from Veggie Tales. "A bird I am, but a penguin I am not." - Haku From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 20:47:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E7816A41F for ; Sun, 18 Dec 2005 20:47:13 +0000 (GMT) (envelope-from dhanson@securityfocus.com) Received: from outgoing.securityfocus.com (outgoing.securityfocus.com [205.206.231.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3578243D49 for ; Sun, 18 Dec 2005 20:47:13 +0000 (GMT) (envelope-from dhanson@securityfocus.com) Received: from outgoing.securityfocus.com by outgoing.securityfocus.com via smtpd (for mx1.freebsd.org [216.136.204.125]) with ESMTP; Sun, 18 Dec 2005 12:24:09 -0800 Received: from mail.securityfocus.com (mail.securityfocus.com [205.206.231.9]) by outgoing3.securityfocus.com (Postfix) with SMTP id F315E23D8E0 for ; Sun, 18 Dec 2005 13:10:49 -0700 (MST) Received: (qmail 23266 invoked by uid 1061); 18 Dec 2005 20:40:08 -0000 Date: Sun, 18 Dec 2005 13:40:08 -0700 From: Daniel Hanson To: freebsd-questions@freebsd.org Message-ID: <20051218204008.GC7506@securityfocus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i Subject: Re: FreeBSD 6, WPA-PSK, wpa_supplicant and a IBM a31p X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 20:47:13 -0000 -- uwe@laverenz.de said -- >Yes, probably WPA-encryption is simply not supported by your wireless >card/chipset. AFAIK there is no way to use WPA with a wi-card. You either >stick to WEP-encryption or buy a newer wireless card (ath or iwi would >do WPA-PSK). It was my understanding that WPA could be used on any network card, and is a function of the driver rather than the underlying card. I could be mistaken on that, but I havne't been able to find anything definitive that the wi driver doesn't allow this, and the card (using a different prism2 driver than available from ibm) works under windows (just got it working to see if it was the card). I got it working with WPA-PSK TKIP and I still fail under freebsd, so I figure it's either a bug or I am missing some configuration parameter. So. works under windows, anyone have an idea of how I might try and isolate if this is a driver issue or a config issue? D -- From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 21:07:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6269716A41F for ; Sun, 18 Dec 2005 21:07:09 +0000 (GMT) (envelope-from shantanoo@ghar.dhoomketu.net.in) Received: from iqara.net (sendmail.iqara.net [203.187.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 313B743D60 for ; Sun, 18 Dec 2005 21:07:07 +0000 (GMT) (envelope-from shantanoo@ghar.dhoomketu.net.in) Received: (qmail 30821 invoked from network); 18 Dec 2005 21:12:50 -0000 Received: from unknown (HELO ghar.dhoomketu.net.in) ([219.91.153.219]) (envelope-sender ) by iqara.net (qmail-ldap-1.03) with SMTP for ; 18 Dec 2005 21:12:50 -0000 Received: by ghar.dhoomketu.net.in (Postfix, from userid 1001) id 83E51C530; Mon, 19 Dec 2005 02:34:41 +0530 (IST) Date: Mon, 19 Dec 2005 02:34:41 +0530 From: Shantanoo Mahajan To: "Michael P. Soulier" Message-ID: <20051218210441.GA2449@ghar.dhoomketu.net.in> Mail-Followup-To: "Michael P. Soulier" , Gojyo , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline In-Reply-To: Organization: Hmmm... I dunno X-OS: FreeBSD 6.0-STABLE i386 X-UPTIME: 2:28AM up 4:33, 0 users, load averages: 0.83, 0.38, 0.19 X-Mailer-Website: http://www.mutt.org X-GPG-Fingerprint: 614C 591B D401 98ED 1EF1 8BCF 30A1 5685 07A6 AA4B User-Agent: mutt-ng/devel-r535 (FreeBSD) Cc: Gojyo , freebsd-questions@freebsd.org Subject: Re: Running qmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 21:07:09 -0000 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable +++ Michael P. Soulier [freebsd] [18-12-05 14:39 -0500]: | On 12/18/05, Gojyo wrote: | > I've disabled sendmail running the enable-qmail script after qmail | > installation (and I can see it's not running), I've copied the "maildir" | > start script from /var/qmail/boot to /var/qmail/rc and added | > qmail_enable=3D"YES" to /etc/rc.conf. | > Now I can't exactly understand what I have to do: I think I have to run | > qmail from the svscan service, but I really cannot figure out how to do= it. | > I need some help.... |=20 | I don't know how qmail is set up on BSD, but if you're using | daemontools, bringing qmail up should be as simple as svc -u . Check its current status with svscan . sockstat -4l | grep 25 will tell you what is running on port 25 (default smtp port). Also /var/log/maillog maybe be useful along with /var/log/messages. Daemontools can be found out by: cd /usr/ports && make search name=3Ddaemontools if you have installed ports tree. When I tried, I didn't have installation problem. It was very smooth through ports. It took time for me to configure it. Regards, Shantanoo --=20 --SUOF0GtieIMvvwua Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDpc7oMKFWhQemqksRAvlFAKCt4E+XYHYbc7j3PzBvyPZTpAbn5QCeOTZI CDqoEt5eaySL8Rzx+v+84o0= =/3Ql -----END PGP SIGNATURE----- --SUOF0GtieIMvvwua-- From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 21:31:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0994B16A41F for ; Sun, 18 Dec 2005 21:31:18 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) 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 4B12F43D55 for ; Sun, 18 Dec 2005 21:31:16 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-185-179-246.woh.res.rr.com [65.185.179.246]) by ms-smtp-01-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id jBILVDEo019522 for ; Sun, 18 Dec 2005 16:31:13 -0500 (EST) Message-ID: <000301c60419$3de55110$6402a8c0@satellite> From: "Dave" To: Date: Sun, 18 Dec 2005 16:23:07 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: sshd not giving plogin prompt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 21:31:18 -0000 Hello, I have a jailed ssh server among other things on a freebsd 5.4 box. I had to change the IP on it from 192.168.9.10 to 192.168.2.10. And now sshd on the jail won't let me log in. I've changed the ListenOn directive in the jails' sshd_config file from 192.168.9.10 to 192.168.2.10, as well as the jails ip in rc.conf. Trying to connect from windows securecrt just times out. Trying to connect from a unix box gives me the error: connection closed by 192.168.2.10. Any ideas? The jail is up, has been restarted and shows up in the jls output. I am stumped. On the subject of jails what devfs settings rules file should i use in rc.conf? Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 21:35:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAC5016A41F for ; Sun, 18 Dec 2005 21:35:03 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE2743D45 for ; Sun, 18 Dec 2005 21:35:03 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([68.67.248.52]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051218213501.EHKL22124.mta10.adelphia.net@default.chvlva.adelphia.net> for ; Sun, 18 Dec 2005 16:35:01 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 5EE3BB5CD; Sun, 18 Dec 2005 16:35:01 -0500 (EST) Date: Sun, 18 Dec 2005 16:35:01 -0500 From: Parv To: f-q Message-ID: <20051218213501.GA72282@holestein.holy.cow> Mail-Followup-To: f-q Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Compacting the "pf -v -s rules" output similar to "ipfstat -ionh" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 21:35:03 -0000 I am currently trying pf instead of ipf; rules were brought over easily besides the user errors. I am still in the process of to be at ease w/ pf logging & statistics. Before i write it myself, has anybody got a already prepared way to compact the "pfctl -v -s rules" output ... pass in on lo0 all [ Evaluations: 22188 Packets: 10925 Bytes: 8392463 States: 0 ] pass out on lo0 all [ Evaluations: 21850 Packets: 10925 Bytes: 8392463 States: 0 ] block drop in on em0 all [ Evaluations: 22188 Packets: 6 Bytes: 360 States: 0 ] block drop in quick on em0 inet proto tcp from 192.168.2.0/24 to any port 137:139 [ Evaluations: 19 Packets: 0 Bytes: 0 States: 0 ] ... to something like ... 22188 pass in on lo0 all 21850 pass out on lo0 all 22188 block drop in on em0 all 19 block drop in quick on em0 inet proto tcp from 192.168.2.0/24 to any port 137:139 - Parv -- From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 21:46:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B94416A41F for ; Sun, 18 Dec 2005 21:46:16 +0000 (GMT) (envelope-from frank@ircnow.org) Received: from scott.blazing.de (scott.blazing.de [80.86.187.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83FE043D55 for ; Sun, 18 Dec 2005 21:46:15 +0000 (GMT) (envelope-from frank@ircnow.org) Received: by scott.blazing.de (Postfix, from userid 510) id 98BF6824C6; Sun, 18 Dec 2005 22:46:13 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on scott.blazing.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from shodan.nognu.de (shodan.nognu.de [85.14.216.230]) by scott.blazing.de (Postfix) with ESMTP id 223DB824B5 for ; Sun, 18 Dec 2005 22:46:09 +0100 (CET) Received: by shodan.nognu.de (nbSMTP-1.00) for uid 1002 frank@ircnow.org; Sun, 18 Dec 2005 22:46:09 +0100 (CET) Date: Sun, 18 Dec 2005 22:46:08 +0100 From: Frank Steinborn To: freebsd-questions@freebsd.org Message-ID: <20051218214608.GA92198@scott.blazing.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <20051218213501.GA72282@holestein.holy.cow> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: <20051218213501.GA72282@holestein.holy.cow> X-PGP: 41F1741D User-Agent: mutt-ng/devel-r581 (FreeBSD) Subject: Re: Compacting the "pf -v -s rules" output similar to "ipfstat -ionh" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 21:46:16 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Parv wrote: > I am currently trying pf instead of ipf; rules were brought over > easily besides the user errors. I am still in the process of to be at > ease w/ pf logging & statistics. >=20 > Before i write it myself, has anybody got a already prepared way to > compact the "pfctl -v -s rules" output ... >=20 > pass in on lo0 all > [ Evaluations: 22188 Packets: 10925 Bytes: 8392463 States= : 0 ] > pass out on lo0 all > [ Evaluations: 21850 Packets: 10925 Bytes: 8392463 States= : 0 ] > block drop in on em0 all > [ Evaluations: 22188 Packets: 6 Bytes: 360 States= : 0 ] > block drop in quick on em0 inet proto tcp from 192.168.2.0/24 to any po= rt 137:139 > [ Evaluations: 19 Packets: 0 Bytes: 0 States= : 0 ] >=20 >=20 > ... to something like ... >=20 > 22188 pass in on lo0 all > 21850 pass out on lo0 all > 22188 block drop in on em0 all > 19 block drop in quick on em0 inet proto tcp from 192.168.2.0/24 to any= port 137:139 Don't use -v, just pfctl -s rules. That, however, won't give you a number of packets/bytes passed to the rules. Frank --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDpdigK0akcUHxdB0RAnRWAKCUk0X6RCVw+8mO0NQJWy+L/7IEqACghDxY ZrkO6/9QUSTPS6wFH/J2HlM= =lKKr -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 21:59:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90F2B16A41F for ; Sun, 18 Dec 2005 21:59:02 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from smtp103.sbc.mail.mud.yahoo.com (smtp103.sbc.mail.mud.yahoo.com [68.142.198.202]) by mx1.FreeBSD.org (Postfix) with SMTP id 6024243D55 for ; Sun, 18 Dec 2005 21:59:01 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: (qmail 78787 invoked from network); 18 Dec 2005 21:59:00 -0000 Received: from unknown (HELO ?127.0.0.1?) (calartstech@sbcglobal.net@68.127.38.82 with plain) by smtp103.sbc.mail.mud.yahoo.com with SMTP; 18 Dec 2005 21:59:00 -0000 Message-ID: <43A5DBA1.3030001@sbcglobal.net> Date: Sun, 18 Dec 2005 13:58:57 -0800 From: Jose Borquez User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions group Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PHP startup error in Apache error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 21:59:02 -0000 I am running FreeBSD 5.4 with Apache+mod_ssl 1.3.34, mysql-server-5.0.16, mysql-client-5.0.16, php5-5.1.1, and php5-mysql-5.1.1. I see the following error messages every time I attempt to access a php page: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20 050922-debug/mysql.so' - Cannot open "/usr/local/lib/php/20050922-debug/mys ql.so" in Unknown on line 0 Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/l ib/php/20050922-debug/mysql.so' - Cannot open "/usr/local/lib/php/20050922- debug/mysql.so" PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20 050922-debug/mysql.so' - Cannot open "/usr/local/lib/php/20050922-debug/mys ql.so" in Unknown on line 0 Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/l ib/php/20050922-debug/mysql.so' - Cannot open "/usr/local/lib/php/20050922- debug/mysql.so" Could someone please let me know if I have configured something improperly or what I need to look for? Thanks in advance, Jose From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 22:02:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A335B16A41F for ; Sun, 18 Dec 2005 22:02:16 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF8143D4C for ; Sun, 18 Dec 2005 22:02:15 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id jBIM5HP35781; Sun, 18 Dec 2005 14:05:18 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Sasa Stupar" , Date: Sun, 18 Dec 2005 14:02:02 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <498C0455BE5AC9573152FE62@[192.168.10.249]> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 22:02:16 -0000 In looking at this again, I didn't realize you were pinging from Win2K Win2K uses the -f option to set the Do Not Fragment bit, UNIX uses the -f option to flood ping. Win2k ping does not have a flood ping option. You can download a ping for Windows from Microsoft here: http://research.microsoft.com/barc/mbone/mping.aspx that does have an option for flooding traffic. ( set the milliseconds between packets very low) but I have not tested it. Doubtless others are available on the Internet. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Sasa Stupar >Sent: Sunday, December 18, 2005 6:07 AM >To: Ted Mittelstaedt; freebsd-questions@freebsd.org >Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme >Song) > > >Nothing. From the GUI view it is at 0% of utilisation. > >Sasa > >--On 18. december 2005 3:51 -0800 Ted Mittelstaedt > >wrote: > >> >> what does the CPU of the router do when your doing that? >> >> Ted >> >>> -----Original Message----- >>> From: owner-freebsd-questions@freebsd.org >>> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Sasa Stupar >>> Sent: Sunday, December 18, 2005 3:00 AM >>> To: Ted Mittelstaedt; freebsd-questions@freebsd.org >>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme >>> Song) >>> >>> >>> >>> >>> --On 18. december 2005 2:32 -0800 Ted Mittelstaedt >>> >>> wrote: >>> >>>> >>>> >>>>> -----Original Message----- >>>>> From: owner-freebsd-questions@freebsd.org >>>>> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of >Sasa Stupar >>>>> Sent: Sunday, December 18, 2005 2:21 AM >>>>> To: Ted Mittelstaedt; freebsd-questions@freebsd.org >>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>> Theme Song) >>>>> >>>>> >>>>> >>>>> >>>>> --On 18. december 2005 1:33 -0800 Ted Mittelstaedt >>>>> >>>>> wrote: >>>>> >>>>>> >>>>>> >>>>>>> -----Original Message----- >>>>>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>>>>> Sent: Friday, December 16, 2005 5:25 AM >>>>>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>>>>> Cc: freebsd-questions@freebsd.org >>>>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>>>> Theme Song) >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> --On 16. december 2005 3:36 -0800 Ted Mittelstaedt >>>>>>> >>>>>>> wrote: >>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> -----Original Message----- >>>>>>>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>>>>>>> Sent: Thursday, December 15, 2005 12:34 AM >>>>>>>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>>>>>>> Cc: freebsd-questions@freebsd.org >>>>>>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>>>>>> Theme Song) >>>>>>>>> >>>>>>>>>> >>>>>>>>>> Ted >>>>>>>>> >>>>>>>>> Hmmm, here is test with iperf what I have done with and >>>>>>> without polling: >>>>>>>>> ************** >>>>>>>>> ------------------------------------------------------------ >>>>>>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>>>>>> TCP window size: 8.00 KByte (default) >>>>>>>>> ------------------------------------------------------------ >>>>>>>>> [1816] local 192.168.10.249 port 1088 connected with >>>>>>>>> 192.168.1.200 port 5001 >>>>>>>>> [ ID] Interval Transfer Bandwidth >>>>>>>>> [1816] 0.0-10.0 sec 108 MBytes 90.1 Mbits/sec >>>>>>>>> >>>>>>>>> This is when I use Device polling option on m0n0. >>>>>>>>> >>>>>>>>> If I disable this option then my transfer is worse: >>>>>>>>> ------------------------------------------------------------ >>>>>>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>>>>>> TCP window size: 8.00 KByte (default) >>>>>>>>> ------------------------------------------------------------ >>>>>>>>> [1816] local 192.168.10.249 port 1086 connected with >>>>>>>>> 192.168.1.200 port 5001 >>>>>>>>> [ ID] Interval Transfer Bandwidth >>>>>>>>> [1816] 0.0-10.0 sec 69.7 MBytes 58.4 Mbits/sec >>>>>>>>> *************** >>>>>>>>> >>>>>>>>> BTW: my router is m0n0wall (FBSD 4.11). >>>>>>>>> >>>>>>>> >>>>>>>> what are the cpu speeds and operating systems of all devices >>>>>>>> in the packet path, what is the make and model of switchs in >>>>>>>> use, provide dmesg output of the bsd box, a network diagram >>>>>>>> of the setup, etc. etc. etc. >>>>>>>> >>>>>>>> The above test results are not replicatable and thus, worthless. >>>>>>>> Useful test results would allow a reader to build an exact >>>>>>>> duplicate of your setup, config it identically, and get >identical >>>>>>>> results. >>>>>>>> >>>>>>>> Ted >>>>>>>> >>>>>>> >>>>>>> OK. The server (192.168.1.200) is FreeBSD 5.4 with Duron 900 >>>>> and 3C905C >>>>>> >>>>>> The 3com 3c905 is not a very good card under FreeBSD the >driver was >>>>>> written >>>>>> without support from 3com and is shakey on a lot of >>> hardware. I would >>>>>> say >>>>>> there's a big question that your server is actually saturating the >>>>>> ethernet. >>>>>> Probably that is why your only getting 90Mbt. >>>>>> >>>>>>> NIC; router is m0n0wall (FreeBSD 4.11) with three Intel >>>>>>> Pro/100S Nics and >>>>>>> Celeron 433; The user computer (192.168.10.249) is Celeron 2400 >>>>>>> with winxp >>>>>>> and integrated NIC Realtek 8139 series. Switch is CNET CNSH-1600. >>>>>>> >>>>>> >>>>>> Once again, the winxp+realtek 8139 is not a particularly >>>>> steller combo, >>>>>> I would question that this system could saturate the >>> ethernet, either. >>>>>> >>>>>>> Diagram: >>>>>>> >>>>>>> dmesg from the router: >>>>>>> ---------------- >>>>>>> $ dmesg >>>>>>> Copyright (c) 1992-2005 The FreeBSD Project. >>>>>>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, >>>>> 1992, 1993, 1994 >>>>>>> The Regents of the University of California. All rights reserved. >>>>>>> FreeBSD 4.11-RELEASE-p11 #0: Wed Sep 7 13:49:09 CEST 2005 >>>>>>> root@fb411.neon1.net:/usr/src/sys/compile/M0N0WALL_GENERIC >>>>>>> Timecounter "i8254" frequency 1193182 Hz >>>>>>> CPU: Pentium II/Pentium II Xeon/Celeron (434.32-MHz >686-class CPU) >>>>>>> Origin = "GenuineIntel" Id = 0x665 Stepping = 5 >>>>>>> >>>>>>> Features=0x183f9ff>>>>>> GE,MCA,CMOV,PAT,PSE36,MMX,FXSR> >>>>>>> real memory = 201326592 (196608K bytes) >>>>>>> avail memory = 179142656 (174944K bytes) >>>>>>> Preloaded elf kernel "kernel" at 0xc1006000. >>>>>>> Preloaded mfs_root "/mfsroot" at 0xc100609c. >>>>>>> Pentium Pro MTRR support enabled >>>>>>> md0: Preloaded image 11534336 bytes at 0xc0504d9c >>>>>>> md1: Malloc disk >>>>>>> Using $PIR table, 8 entries at 0xc00fdef0 >>>>>>> npx0: on motherboard >>>>>>> npx0: INT 16 interface >>>>>>> pcib0: on motherboard >>>>>>> pci0: on pcib0 >>>>>>> pcib1: at device >>>>>>> 1.0 on pci0 >>>>>>> pci1: on pcib1 >>>>>>> isab0: at device 7.0 on pci0 >>>>>>> isa0: on isab0 >>>>>>> atapci0: port 0xf000-0xf00f at >>>>>>> device 7.1 on >>>>>>> pci0 >>>>>>> ata0: at 0x1f0 irq 14 on atapci0 >>>>>>> ata1: at 0x170 irq 15 on atapci0 >>>>>>> uhci0: port >>>>>>> 0xd000-0xd01f irq 11 >>>>>>> at device 7.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 >>>>>>> chip1: port >>>>>>> 0x5000-0x500f at >>>>>>> device 7.3 on pci0 >>>>>>> pci0: (vendor=0x1274, dev=0x1371) at 8.0 irq 11 >>>>>>> fxp0: port 0xd800-0xd83f mem >>>>>>> 0xd0400000-0xd041ffff,0xd0460000-0xd0460fff irq 10 at device >>>>>>> 15.0 on pci0 >>>>>>> fxp0: Ethernet address 00:02:b3:62:f6:06 >>>>>>> inphy0: on miibus0 >>>>>>> inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>>>> fxp1: port 0xdc00-0xdc3f mem >>>>>>> 0xd0420000-0xd043ffff,0xd0462000-0xd0462fff irq 12 at device >>>>>>> 16.0 on pci0 >>>>>>> fxp1: Ethernet address 00:02:b3:9c:2a:16 >>>>>>> inphy1: on miibus1 >>>>>>> inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>>>> fxp2: port 0xe000-0xe03f mem >>>>>>> 0xd0440000-0xd045ffff,0xd0461000-0xd0461fff irq 7 at device >>>>> 19.0 on pci0 >>>>>>> fxp2: Ethernet address 00:02:b3:8c:e4:f6 >>>>>>> inphy2: on miibus2 >>>>>>> inphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>>>> pmtimer0 on isa0 >>>>>>> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq >>>>>>> 2 on isa0 >>>>>>> fdc0: FIFO enabled, 8 bytes threshold >>>>>>> fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >>>>>>> atkbdc0: at port 0x60,0x64 on isa0 >>>>>>> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >>>>>>> sio0: type 16550A, console >>>>>>> sio1: configured irq 3 not in bitmap of probed irqs 0 >>>>>>> BRIDGE 020214 loaded >>>>>>> IPsec: Initialized Security Association Processing. >>>>>>> IP Filter: v3.4.35 initialized. Default = block all, >>>>> Logging = enabled >>>>>>> ad0: 3098MB [6296/16/63] at ata0-master PIO4 >>>>>>> acd0: CDROM at ata1-master PIO4 >>>>>>> Mounting root from ufs:/dev/md0c >>>>>>> fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>>>> fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>>>> fxp2: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>>>> ata0: resetting devices .. done >>>>>>> ------------- >>>>>>> >>>>>>> If you need more just ask for it. You don't need to be >>> angry. Peace. >>>>>>> >>>>>> >>>>>> OK, next question: >>>>>> >>>>>> ftp transfer like this uses large packets, rerun the test >>> with ping -f >>>>>> with different ping packet sizes, post the results. >>>>>> >>>>>> Remember, routers have to deal with many sized packets. >>>>>> >>>>>> Ted >>>>>> >>>>> >>>>> Interesting. I have tested like you've said and I could ping >>>>> with packet >>>>> size 1450 bytes. Everything bigger is telling that "packet must be >>>>> fragmented but DF is set up". This is of course pinging >from winxp to >>>>> server. >>>> >>>> That is normal since under winxp ping sets the DF bit I believe. >>>> >>>> The larger packets are not what matters, the smaller >packets are more >>>> interesting. I find it hard to believe your getting the same >>> throughput >>>> with >>>> flood pinging with 56 byte packets. >>>> >>>> Ted >>>> >>> >>> Here is the output: >>> ------------- >>> C:\Documents and Settings\nathsasa>ping -t -f -l 56 mig29 >>> >>> Preverjanje dosegljivosti mig29.workgroup [192.168.1.200] z >56 B podatk >>> >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>> >>> Statistika preverjanja dosegljivosti za 192.168.1.200: >>> Paketov: Poslanih = 46, Prejetih = 46, Izgubljenih = 0 >(0% izguba), >>> Povpreèni èas v milisekundah: >>> Minimum = 0ms, Maksimum = 0ms, Povpreèje = 0ms >>> ----------- >>> >>> It's in my native language but the position is the same as >in english. >>> >>> -- >>> Sasa Stupar >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to >>> "freebsd-questions-unsubscribe@freebsd.org" >>> >>> -- >>> No virus found in this incoming message. >>> Checked by AVG Free Edition. >>> Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: >>> 12/16/2005 >>> >> > > > >-- >Sasa Stupar >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: >12/16/2005 > From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 22:11:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1864D16A436 for ; Sun, 18 Dec 2005 22:11:32 +0000 (GMT) (envelope-from riemer@palstra.com) Received: from palstra.com (palstra.demon.nl [212.238.156.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52D1143DE6 for ; Sun, 18 Dec 2005 22:11:18 +0000 (GMT) (envelope-from riemer@palstra.com) Received: from riemer by palstra.com with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Eo6kD-000A9e-Ba; Sun, 18 Dec 2005 23:11:05 +0100 Date: Sun, 18 Dec 2005 23:11:05 +0100 From: Riemer Palstra To: Jose Borquez Message-ID: <20051218221105.GA37456@p3.a152.palstra.com> References: <43A5DBA1.3030001@sbcglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43A5DBA1.3030001@sbcglobal.net> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Questions group Subject: Re: PHP startup error in Apache error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 22:11:33 -0000 On Sun, Dec 18, 2005 at 01:58:57PM -0800, Jose Borquez wrote: > I am running FreeBSD 5.4 with Apache+mod_ssl 1.3.34, > mysql-server-5.0.16, mysql-client-5.0.16, php5-5.1.1, and > php5-mysql-5.1.1. I see the following error messages every time I > attempt to access a php page: > > PHP Warning: PHP Startup: Unable to load dynamic library > '/usr/local/lib/php/20050922-debug/mysql.so' - Cannot open "/usr/local/lib/php/20050922-debug/mysql.so" in Unknown on line 0 That's quite strange actually. What's the contents of your /usr/local/etc/php/extensions.ini, and what does the extension_dir directive in your /usr/local/etc/php.ini say? My installation of Apache 2.2.0 and PHP 5.1.1 just takes the mysql.so from /usr/local/lib/php/20050922/mysql.so - did you specify any extra debugging options at compile time? -- Riemer Palstra Amsterdam, The Netherlands riemer@palstra.com http://www.palstra.com/ From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 22:44:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 203D516A41F for ; Sun, 18 Dec 2005 22:44:28 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from smtp110.sbc.mail.mud.yahoo.com (smtp110.sbc.mail.mud.yahoo.com [68.142.198.209]) by mx1.FreeBSD.org (Postfix) with SMTP id 6A39443D5E for ; Sun, 18 Dec 2005 22:44:27 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: (qmail 96027 invoked from network); 18 Dec 2005 22:44:26 -0000 Received: from unknown (HELO ?127.0.0.1?) (calartstech@sbcglobal.net@68.127.38.82 with plain) by smtp110.sbc.mail.mud.yahoo.com with SMTP; 18 Dec 2005 22:44:26 -0000 Message-ID: <43A5E649.9070202@sbcglobal.net> Date: Sun, 18 Dec 2005 14:44:25 -0800 From: Jose Borquez User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Riemer Palstra References: <43A5DBA1.3030001@sbcglobal.net> <20051218221105.GA37456@p3.a152.palstra.com> In-Reply-To: <20051218221105.GA37456@p3.a152.palstra.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions group Subject: Re: [Bulk] Re: PHP startup error in Apache error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 22:44:28 -0000 Riemer Palstra wrote: >On Sun, Dec 18, 2005 at 01:58:57PM -0800, Jose Borquez wrote: > > >>I am running FreeBSD 5.4 with Apache+mod_ssl 1.3.34, >>mysql-server-5.0.16, mysql-client-5.0.16, php5-5.1.1, and >>php5-mysql-5.1.1. I see the following error messages every time I >>attempt to access a php page: >> >>PHP Warning: PHP Startup: Unable to load dynamic library >>'/usr/local/lib/php/20050922-debug/mysql.so' - Cannot open "/usr/local/lib/php/20050922-debug/mysql.so" in Unknown on line 0 >> >> > >That's quite strange actually. What's the contents of your >/usr/local/etc/php/extensions.ini, and what does the extension_dir >directive in your /usr/local/etc/php.ini say? > >My installation of Apache 2.2.0 and PHP 5.1.1 just takes the mysql.so >from /usr/local/lib/php/20050922/mysql.so - did you specify any extra >debugging options at compile time? > > > The contents of my extensions.ini file are: extension=mysql.so ; Directory in which the loadable extensions (modules) reside. ; extension_dir = "./" It looks like that is commented out. I am assuming I need to uncomment this as well as extension=msql.so in the Dynamic Extensions section below. Am I correct? ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; ; ; If you wish to have an extension loaded automatically, use the following ; syntax: ; ; extension=modulename.extension ; ; For example, on Windows: ; ; extension=msql.dll ; ; ... or under UNIX: ; ; extension=msql.so From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 22:54:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1003F16A427 for ; Sun, 18 Dec 2005 22:54:42 +0000 (GMT) (envelope-from simon.crosby@endace.com) Received: from www.endace.com (endace.smrn.com [209.234.97.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34FBE43D45 for ; Sun, 18 Dec 2005 22:54:41 +0000 (GMT) (envelope-from simon.crosby@endace.com) Received: from et.endace.com (203-97-51-114.dsl.clear.net.nz [203.97.51.114]) by www.endace.com (8.13.4/8.12.10) with ESMTP id jBIMseXG022591 for ; Sun, 18 Dec 2005 14:54:40 -0800 (PST) Received: from orthos.et.endace.com (orthos.et.endace.com [192.168.64.151]) (authenticated bits=0) by et.endace.com (8.13.5/8.12.11) with ESMTP id jBIMsYBh043176 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Mon, 19 Dec 2005 11:54:35 +1300 (NZDT) From: Simon Crosby To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Mon, 19 Dec 2005 11:54:34 +1300 Message-Id: <1134946474.3498.5.camel@orthos.et.endace.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 (2.2.2-5) Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version devel-20051115, clamav-milter version devel-300905 on www.endace.com X-Virus-Scanned: ClamAV 0.87.1/1212/Mon Dec 19 00:09:50 2005 on et.endace.com X-Virus-Status: Clean Subject: ATA problems on Supermicro X6DHE motherboards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 22:54:42 -0000 Hello, I have a a machine with a Supermicro X6DHE-XG2 motherboard and one with a X6DHE-G2 motherboard. When I try to install FreeBSD 5.4 on these machines I get "FAILURE - ATA_IDENTIFY timed out" messages while the installer is booting. The installer does manage to start, but when you go to the fdisk screen it says there are no disks to install to. The installation can be done in safe mode however. When the installation is finished these machines hang during startup unless booted in safe mode. I have seen instructions on the web for creating a "safe mode kernel" that can boot without problems, but since these these machines will be used for testing so it is important to have the normal kernel. I have also tried FreeBSD 6.0, with the same problems. Here are some screen captures of the messages: Error messages on the machines while booting the installer: X6DHE-G2 http://www.baud-bandit.com/x6dhe-g2-install.png X6DHE-XG2 http://www.baud-bandit.com/x6dhe-xg2-install.png Error messages on the machines while booting the installation: X6DHE-G2 http://www.baud-bandit.com/x6dhe-g2-boot.png X6DHE-XG2 http://www.baud-bandit.com/x6dhe-xg2-boot-page1.png http://www.baud-bandit.com/x6dhe-xg2-boot-page2.png Another similar case i've seen: http://lists.freebsd.org/pipermail/freebsd-bugs/2005-February/011693.html Any advice or help appreciated. Simon Crosby From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 22:55:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7716016A41F for ; Sun, 18 Dec 2005 22:55:55 +0000 (GMT) (envelope-from arno.beekman@amadeus.demon.nl) Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58AEE43D77 for ; Sun, 18 Dec 2005 22:55:51 +0000 (GMT) (envelope-from arno.beekman@amadeus.demon.nl) Received: from amadeus.demon.nl ([82.161.18.200]:56156 helo=[10.0.1.2]) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1Eo7RQ-000NNb-3n; Sun, 18 Dec 2005 22:55:44 +0000 In-Reply-To: <87acey71y7.fsf@lk.tempest.sk> References: <87acey71y7.fsf@lk.tempest.sk> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Arno Beekman Date: Sun, 18 Dec 2005 23:55:40 +0100 To: Ludo Koren X-Mailer: Apple Mail (2.746.2) Cc: freebsd-questions@freebsd.org Subject: Re: gvinum: adding plex and subdisks to existing volume X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 22:55:55 -0000 On 18 dec 2005, at 18:24, Ludo Koren wrote: > > Any help appreciated, I cannot find useful hints. > http://www.vinumvm.org/ http://www.freebsddiary.org/vinum.php man 4 vinum man 8 vinum http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum- vinum.html http://devel.reinikainen.net/docs/how-to/Vinum/ Arno From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 23:17:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9327616A41F for ; Sun, 18 Dec 2005 23:17:49 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF4F043D69 for ; Sun, 18 Dec 2005 23:17:48 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so788221wxc for ; Sun, 18 Dec 2005 15:17:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e/QJltRvc37ncCRiftQTdcRCeEAEOjxSqQXJCvsRdYq3A1AR0n7HDI1k+JKD7ivdECBMwCy+To94+/Jc3Ma910OHMfByqc11rxLoU63UT+51VMoVVS2vEiVQUdKNRnDTHuUZ06JGJsBZJjzbt4Josm0EL729HVcUTIOWMF4bH0w= Received: by 10.70.89.3 with SMTP id m3mr3759453wxb; Sun, 18 Dec 2005 15:17:48 -0800 (PST) Received: by 10.70.105.11 with HTTP; Sun, 18 Dec 2005 15:17:48 -0800 (PST) Message-ID: Date: Mon, 19 Dec 2005 00:17:48 +0100 From: Svein Halvor Halvorsen Sender: sveinhal@gmail.com To: Gojyo In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Running qmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 23:17:49 -0000 On 12/18/05, Gojyo wrote: > I've some problem making qmail work. > I've installed qmail (with smtp auth support), ucspi-tcp and daemontools > from the ports tree (I'm using Freebsd 6.0). > > I've disabled sendmail running the enable-qmail script after qmail > installation (and I can see it's not running), I've copied the "maildir" > start script from /var/qmail/boot to /var/qmail/rc and added > qmail_enable=3D"YES" to /etc/rc.conf. > Now I can't exactly understand what I have to do: I think I have to run > qmail from the svscan service, but I really cannot figure out how to do i= t. > I need some help.... You shouldn't need daemontools and the svscan utility (though it is useful for a number of reasons). The qmail port should have installed a symlink in /usr/local/etc/rc.d/qmail.sh pointing to /var/qmail/rc. This link is broken by default, but by moving or copying a file from the /var/qmail/boot directory to this location, the link should resolve and the script executed at startup. The scripts are non-rcng so you shouldn't need anything in /etc/rc.conf to make things work. You may need to edit the startup script /var/qmail/rc though. I would, however, recomend that you install daemontools also. This would require a little more initial work on your part, but is far easier to maintain, and makes sure that qmail keep running. Svein Halvor From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 23:23:33 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 794F816A41F for ; Sun, 18 Dec 2005 23:23:33 +0000 (GMT) (envelope-from Levitch@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF5143D5C for ; Sun, 18 Dec 2005 23:23:32 +0000 (GMT) (envelope-from Levitch@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout14/MantshX 4.0) with ESMTP id jBINNVkA027987; Sun, 18 Dec 2005 15:23:31 -0800 (PST) Received: from [10.255.255.73] (loudsl01.4.0.6.185.c.iglou.com [64.253.111.242]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id jBINNThi005217; Sun, 18 Dec 2005 15:23:30 -0800 (PST) Message-ID: <43A5EF71.8050309@mac.com> Date: Sun, 18 Dec 2005 18:23:29 -0500 From: Darrel User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051214) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wojciech Puchar , questions@freebsd.org References: <43A56C6F.5020901@mac.com> <20051218204605.Q34065@chylonia.3miasto.net> In-Reply-To: <20051218204605.Q34065@chylonia.3miasto.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: wireless server | AMD64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2005 23:23:33 -0000 >> >> Does someone have a suggestion of which card to get for making a >> FreeBSD 6 wireless server on AMD64? >> After some more searching, I think that this is the document: http://www.fsf.org/campaigns/hardware.html I am planning to set up a server for notebook computers to connect through. I am going to test it on AMD64 first and move the configuration to an old Intel later. Authentication will be over Microsoft CHAP to a Radius server. Darrel From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 01:10:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A3D716A424 for ; Mon, 19 Dec 2005 01:10:07 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E30A43D53 for ; Mon, 19 Dec 2005 01:10:05 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: by nproxy.gmail.com with SMTP id h2so349571nfe for ; Sun, 18 Dec 2005 17:10:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=edwMQ0WgqWVfXIxtYwNiDdQ1ZSH7Sak8ar8PqWF7NsfusdMSGWxXYZ3oNhUNea1+CmfziwOjo8y0Dr4nGnjkdBsuojPoC97bRmWfIQiqzBt7Nh/EaN6VMaTihyhb7EKm7+DJUMm53x5x5mpfnpS8j1XsYg7EgWvCtAaNz+cMweA= Received: by 10.48.249.2 with SMTP id w2mr222001nfh; Sun, 18 Dec 2005 17:10:04 -0800 (PST) Received: by 10.48.225.1 with HTTP; Sun, 18 Dec 2005 17:10:04 -0800 (PST) Message-ID: Date: Sun, 18 Dec 2005 20:10:04 -0500 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: "Michael P. Soulier" , Gojyo , freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: make targets, was: Running qmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 01:10:07 -0000 On 12/18/05, Shantanoo Mahajan wrote: > Daemontools can be found out by: > > cd /usr/ports && make search name=3Ddaemontools Where are these make options in ports documented? I'd like to know all of the options available in ports. I usually just cd /usr/ports && ls -d */*daemontools* A target that tells me what a port has in the way of options would be nice = too. Mike -- Michael P. Soulier From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 01:31:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E057816A41F for ; Mon, 19 Dec 2005 01:31:24 +0000 (GMT) (envelope-from dhanson@securityfocus.com) Received: from outgoing.securityfocus.com (outgoing.securityfocus.com [205.206.231.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AEE843D49 for ; Mon, 19 Dec 2005 01:31:24 +0000 (GMT) (envelope-from dhanson@securityfocus.com) Received: from outgoing.securityfocus.com by outgoing.securityfocus.com via smtpd (for mx1.freebsd.org [216.136.204.125]) with ESMTP; Sun, 18 Dec 2005 17:31:24 -0800 Received: from mail.securityfocus.com (mail.securityfocus.com [205.206.231.9]) by outgoing3.securityfocus.com (Postfix) with SMTP id 1FFC82377EF for ; Sun, 18 Dec 2005 17:55:00 -0700 (MST) Received: (qmail 15828 invoked by uid 1061); 19 Dec 2005 01:24:18 -0000 Date: Sun, 18 Dec 2005 18:24:18 -0700 From: Daniel Hanson To: freebsd-questions@freebsd.org Message-ID: <20051219012418.GD7506@securityfocus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i Subject: a31p, wi driver, and WPA (followup) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 01:31:25 -0000 Well, I know the problem now. The wi driver doesn't support WPA, even though the firmware on the card in question (and probably a few other prism based cards) does support WPA. I found a thread in the FreeBSD-Stable mailing list from just a few days ago that clarifies this. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=632961+0+archive/2005/freebsd-stable/20051218.freebsd-stable http://docs.freebsd.org/cgi/getmsg.cgi?fetch=401367+0+archive/2005/freebsd-stable/20051218.freebsd-stable As the second link indicates, it doesn't look like Sam has the time or energy to resolve the situation, seems like it's back to WeP for me.... I should have paid closer attention to the capabilities that the driver was reporting instead of assuming that because the card supported it... well live and learn. Thanks D -- From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 02:58:16 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD93116A41F for ; Mon, 19 Dec 2005 02:58:16 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F6D243D60 for ; Mon, 19 Dec 2005 02:58:16 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1011828wra for ; Sun, 18 Dec 2005 18:58:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=epXUz74TfJAJ3LL+66+H6ogTwrv9yD/gcaj/UDmPAjI0InI1qbOv0rm+5ubMKoiMJ0UGn0Ltkg+3VWbu8GAr60CC2VnDgn91cbJPFTfdtxq/KS5/JbAF7wt2b96nqvyYSrikbMLnm+olcvgOY9u3RgFcPhs6sNmsC4IrH24auKU= Received: by 10.65.110.8 with SMTP id n8mr2647136qbm; Sun, 18 Dec 2005 18:58:15 -0800 (PST) Received: by 10.65.194.11 with HTTP; Sun, 18 Dec 2005 18:58:15 -0800 (PST) Message-ID: <6e4453640512181858qdcf8e2ay640326713dee89be@mail.gmail.com> Date: Sun, 18 Dec 2005 19:58:15 -0700 From: TuxGirl To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Value too large to be stored in data type -- gzipped tarball X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 02:58:16 -0000 I have a gzipped tarball that I created on my box when i was running Linux, and I burned it, along with some other files, onto a dvd. I'm now trying to extract the tarball, but it appears that it must be over some sort of filesystem limit or something. None of the commands that I have tried seem to like the file. Each of them gives the same error: /cdrom/music.tgz: Value too large to be stored in data type It doesn't complain about another gzipped tarball on the same disk which is around 1.3 GB, but this one is, I think around 2.4 GB. I've tried copying the file, and tarring it in place, and a number of other things,and I just can't seem to figure out how to resolve the problem. Is there a setting someplace that I can change to make it play nicely with large files? I would think that having a limit on the size of files would cause problems not only with files like this, but also with databases and such, so there must be some way to find the necessary information. Obligatory system info: [amon-re erins] uname -a FreeBSD amon-re 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 =20 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 Currently running the default kernel... I'm fairly certain that the tarball is fine, because it worked fine on my server last week, when i opened it up there... Thanks, ~Erin From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 03:03:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEE6716A500 for ; Mon, 19 Dec 2005 03:03:11 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from stimpy.forestinformatics.com (cvo-cr1-200-239.peak.org [69.59.200.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AEED43D5E for ; Mon, 19 Dec 2005 03:03:11 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from mothra (rodan [192.168.0.11]) by stimpy.forestinformatics.com (8.12.9/8.12.9) with SMTP id jBJ337Oo057563 for ; Sun, 18 Dec 2005 19:03:09 -0800 (PST) (envelope-from jeff.hamann@forestinformatics.com) Message-ID: <000901c60448$bcd7e620$0c00a8c0@mothra> From: "Jeff D. Hamann" To: Date: Sun, 18 Dec 2005 19:03:02 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on stimpy.forestinformatics.com Subject: httpd_flags="-DSSL"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 03:03:12 -0000 I've searched plenty looking for the proper method to get apache2 to start up at boot time with little success. I've tried the various combinations of httpd_flags/apache2_flags/apache_flags= to my rc.conf file to no avail: bobby# cat rc.conf blah, blah, blah... apache_enable="YES" httpd_flags="-DSSL" blah, blah, blah... bobby# What's the trick? I've fixed the cert file to not require the dialog on startup and have been able to start apache2 using the command: /usr/local/sbin/apachectl startssl and then it starts without the dialog. Ideas? Jeff. From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 03:08:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68F4C16A41F; Mon, 19 Dec 2005 03:08:50 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from stimpy.forestinformatics.com (cvo-cr1-200-239.peak.org [69.59.200.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 606FD43D58; Mon, 19 Dec 2005 03:08:49 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from mothra (rodan [192.168.0.11]) by stimpy.forestinformatics.com (8.12.9/8.12.9) with SMTP id jBJ38kOo057579; Sun, 18 Dec 2005 19:08:46 -0800 (PST) (envelope-from jeff.hamann@forestinformatics.com) Message-ID: <004301c60449$865f3cf0$0c00a8c0@mothra> From: "Jeff D. Hamann" To: Date: Sun, 18 Dec 2005 19:08:40 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on stimpy.forestinformatics.com Cc: freebsd-amd64@freebsd.org Subject: acpi_perf0: invalid _PSS package? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 03:08:50 -0000 I've been noticing this message on startup (using dmesg) acpi_perf0: invalid _PSS package and can't figure out what it is, what it's for and why there are so many? FreeBSD bobby.somewhere.com 6.0-RELEASE FreeBSD 6.0-RELEASE #2: Sun Nov 27 14:07:55 PST 2005 hamannj@bobby.somewhere.com:/usr/obj/usr/src/sys/GENERIC amd64 and bobby# dmesg Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.0-RELEASE #2: Sun Nov 27 14:07:55 PST 2005 hamannj@bobby.forestinformatics.com:/usr/obj/usr/src/sys/GENERIC ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 Processor 3000+ (1995.01-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0xf4a Stepping = 10 Features=0x78bfbff AMD Features=0xe0500800 real memory = 1576271872 (1503 MB) avail memory = 1511051264 (1441 MB) ioapic0 irqs 0-23 on motherboard acpi0: on motherboard acpi0: Power Button (fixed) pci_link0: irq 0 on acpi0 pci_link1: irq 11 on acpi0 pci_link2: irq 10 on acpi0 pci_link3: irq 10 on acpi0 pci_link4: irq 5 on acpi0 pci_link5: irq 10 on acpi0 pci_link6: irq 5 on acpi0 pci_link7: irq 5 on acpi0 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package acpi_perf0: invalid _PSS package pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) isab0: at device 2.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 2.5 on pci0 ata0: on atapci0 ata1: on atapci0 pci0: at device 2.7 (no driver attached) ohci0: mem 0xfbefc000-0xfbefcfff irq 20 at device 3.0 on pci0 ohci0: [GIANT-LOCKED] usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered ohci1: mem 0xfbefd000-0xfbefdfff irq 21 at device 3.1 on pci0 ohci1: [GIANT-LOCKED] usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 3 ports with 3 removable, self powered ohci2: mem 0xfbefe000-0xfbefefff irq 22 at device 3.2 on pci0 ohci2: [GIANT-LOCKED] usb2: OHCI version 1.0, legacy support usb2: on ohci2 usb2: USB revision 1.0 uhub2: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xfbeff000-0xfbefffff irq 23 at device 3.3 on pci0 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 3 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: SiS EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 8 ports with 8 removable, self powered pci0: at device 4.0 (no driver attached) atapci1: port 0xa800-0xa807,0xa400-0xa403,0xa000-0xa007,0x9800-0x9803,0x9400-0x940f,0x9000-0x907f irq 17 at device 5.0 on pci0 ata2: on atapci1 ata3: on atapci1 pcib2: at device 6.0 on pci0 pci2: on pcib2 pcib3: at device 7.0 on pci0 pci3: on pcib3 rl0: port 0x8800-0x88ff mem 0xfbefb800-0xfbefb8ff irq 17 at device 10.0 on pci0 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:11:95:24:60:b3 acpi_button0: on acpi0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 orm0: at iomem 0xc0000-0xc7fff on isa0 atkbdc0: at port 0x60,0x64 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 1995009076 Hz quality 800 Timecounters tick every 1.000 msec ad0: 190782MB at ata0-master UDMA100 acd0: DVDR at ata1-master UDMA66 Trying to mount root from ufs:/dev/ad0s1a bobby# From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 03:12:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1942616A41F for ; Mon, 19 Dec 2005 03:12:13 +0000 (GMT) (envelope-from don.hinton@vanderbilt.edu) Received: from smtp02.smtp.vanderbilt.edu (smtp02.smtp.Vanderbilt.Edu [129.59.1.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E80043D78 for ; Mon, 19 Dec 2005 03:12:05 +0000 (GMT) (envelope-from don.hinton@vanderbilt.edu) Received: from smtp02.smtp.vanderbilt.edu (localhost [127.0.0.1]) by smtp02.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9C+d3.7.9) with ESMTP id jBJ3C1JV017788 for ; Sun, 18 Dec 2005 21:12:01 -0600 (CST) Received: from [10.10.1.151] (adsl-065-006-140-128.sip.bna.bellsouth.net [65.6.140.128]) by smtp02.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9.3B+d3.7.9) with ESMTP id jBJ3BxUM017744 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sun, 18 Dec 2005 21:11:59 -0600 (CST) From: Don Hinton Organization: ISIS To: freebsd-questions@freebsd.org Date: Sun, 18 Dec 2005 21:10:27 -0600 User-Agent: KMail/1.8.2 References: <000901c60448$bcd7e620$0c00a8c0@mothra> In-Reply-To: <000901c60448$bcd7e620$0c00a8c0@mothra> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart378321414.yWWkh2tEbv"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512182110.33506.don.hinton@vanderbilt.edu> Subject: Re: httpd_flags="-DSSL"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 03:12:13 -0000 --nextPart378321414.yWWkh2tEbv Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Jeff: On Sunday 18 December 2005 21:03, Jeff D. Hamann wrote: > I've searched plenty looking for the proper method to get apache2 to start > up at boot time with little success. I've tried the various combinations = of > httpd_flags/apache2_flags/apache_flags=3D to my rc.conf file to no avail: > > bobby# cat rc.conf > blah, blah, blah... > apache_enable=3D"YES" > httpd_flags=3D"-DSSL" > blah, blah, blah... > bobby# > > What's the trick? I've fixed the cert file to not require the dialog on > startup and have been able to start apache2 using the command: > > /usr/local/sbin/apachectl startssl > > and then it starts without the dialog. > > Ideas? Make sure your apache2.sh file exists and is executable, you probably need = to=20 rename if from apache2.sh.sample (or something like that), e.g.: /usr/local/etc/rc.d/apache2.sh Also, it will contain the flags you need to set in rc.conf. hth... don > > Jeff. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" =2D-=20 Don Hinton 615.480.5667 ISIS, Vanderbilt University --nextPart378321414.yWWkh2tEbv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDpiSp0U0xbM5cLs0RAnP/AKCc8ev5gNDJUjvMch8fJdiWYS4zagCgiR67 O95vddBoKHtAh70VXn9Z4cU= =DhfE -----END PGP SIGNATURE----- --nextPart378321414.yWWkh2tEbv-- From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 03:32:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFD0816A41F for ; Mon, 19 Dec 2005 03:32:56 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6880143D4C for ; Mon, 19 Dec 2005 03:32:56 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([68.67.248.52]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051219033255.HENR14388.mta9.adelphia.net@default.chvlva.adelphia.net> for ; Sun, 18 Dec 2005 22:32:55 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 1E639B5CB; Sun, 18 Dec 2005 22:33:00 -0500 (EST) Date: Sun, 18 Dec 2005 22:33:00 -0500 From: Parv To: freebsd-questions@freebsd.org Message-ID: <20051219033259.GA1159@holestein.holy.cow> Mail-Followup-To: freebsd-questions@freebsd.org References: <20051218213501.GA72282@holestein.holy.cow> <20051218214608.GA92198@scott.blazing.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051218214608.GA92198@scott.blazing.de> Subject: Re: Compacting the "pf -v -s rules" output similar to "ipfstat -ionh" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 03:32:57 -0000 in message <20051218214608.GA92198@scott.blazing.de>, wrote Frank Steinborn thusly... > > Parv wrote: > > > > Before i write it myself, has anybody got a already prepared way to > > compact the "pfctl -v -s rules" output ... > > > > pass in on lo0 all > > [ Evaluations: 22188 Packets: 10925 Bytes: 8392463 States: 0 ] > > pass out on lo0 all > > [ Evaluations: 19 Packets: 0 Bytes: 0 States: 0 ] ... > > ... to something like ... > > > > 22188 pass in on lo0 all > > 21850 pass out on lo0 all ... > Don't use -v, just pfctl -s rules. That, however, won't give you a > number of packets/bytes passed to the rules. Yes i am aware of that. Without '-v' all i get only the parsed/loaded rules which is not very useful to me. - Parv -- From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 03:44:41 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ADAB16A41F for ; Mon, 19 Dec 2005 03:44:41 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E01B43D69 for ; Mon, 19 Dec 2005 03:44:39 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so811686wxc for ; Sun, 18 Dec 2005 19:44:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cxIiwk+Zd1XYJG2vELd+IEM6h1Vvb2IMOqaRkwEJ6C0UJEXZDAgeYLfxEzw0JZJ/2ztWTdbvrluMq/pCve0ernsxil7b0NCJYBQBhVpdVupz0mPiC7HdrKSlPJKHkfsJwmzdQkBPSb26kJ8jpGbNcRhPOuKrGeCpPYqxfbVseWo= Received: by 10.70.102.16 with SMTP id z16mr3922316wxb; Sun, 18 Dec 2005 19:44:38 -0800 (PST) Received: by 10.70.66.9 with HTTP; Sun, 18 Dec 2005 19:44:38 -0800 (PST) Message-ID: Date: Sun, 18 Dec 2005 21:44:38 -0600 From: Nikolas Britton To: TuxGirl In-Reply-To: <6e4453640512181858qdcf8e2ay640326713dee89be@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6e4453640512181858qdcf8e2ay640326713dee89be@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: Value too large to be stored in data type -- gzipped tarball X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 03:44:41 -0000 On 12/18/05, TuxGirl wrote: > I have a gzipped tarball that I created on my box when i was running > Linux, and I burned it, along with some other files, onto a dvd. I'm > now trying to extract the tarball, but it appears that it must be over > some sort of filesystem limit or something. None of the commands that > I have tried seem to like the file. Each of them gives the same [snip] > I'm fairly certain that the tarball is fine, because it worked fine on > my server last week, when i opened it up there... Might want try a different implementation of tar then.... cd /usr/ports/archivers; make search name=3D"tar"| more From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 03:47:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B512316A41F for ; Mon, 19 Dec 2005 03:47:18 +0000 (GMT) (envelope-from mitch@mitchit.com) Received: from mail.mitchit.com (adsl-64-118-245-238.netrox.net [64.118.245.238]) by mx1.FreeBSD.org (Postfix) with SMTP id CFADF43D6A for ; Mon, 19 Dec 2005 03:47:16 +0000 (GMT) (envelope-from mitch@mitchit.com) Received: (qmail 95114 invoked from network); 19 Dec 2005 03:39:42 -0000 Received: from localhost (HELO mail.mitchit.com) (127.0.0.1) by localhost with SMTP; 19 Dec 2005 03:39:42 -0000 Received: from 64.118.245.238 (SquirrelMail authenticated user mitch@mitchit.com) by mail.mitchit.com with HTTP; Sun, 18 Dec 2005 22:39:42 -0500 (EST) Message-ID: <1874.64.118.245.238.1134963582.squirrel@mail.mitchit.com> Date: Sun, 18 Dec 2005 22:39:42 -0500 (EST) From: "Mitch" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 X-Priority: 3 (Normal) Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ipnat and ipf with active ftp issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mitch@mitchit.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 03:47:18 -0000 I am just trying to setup a 2nd ip address to use active ftp. Active FTP works on the ext-add1 but not ext-add2 below.  IF someone could please point me in the right directions. This is something I have done before, it is 2 different ftp servers from 1 freebsd firewall. 4.10-RELEASE FreeBSD 4.10-RELEASE #2: root@firewall:/etc# ipf -V ipf: IP Filter: v3.4.31 (336) Kernel: IP Filter: v3.4.31              Running: yes Log Flags: 0 = none set Default: block all, Logging: available Active list: 0 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ root@firewa/etc# vi ipnat.rules map dc1 192.168.1.0/24 -> ext-add1/32 portmap tcp/udp 10000:60000 map dc1 192.168.1.0/24 -> ext-add1/32 map dc1 0.0.0.0/0 -> 0/32 proxy port 21 ftp/tcp map dc1 0.0.0.0/0 -> 0/32 portmap tcp/udp auto map dc1 0.0.0.0/0 -> 0/32 rdr dc1 ext-add1/32 port 22 -> 192.168.1.99 port 22 tcp #test rdr dc1 ext-add1/32 port 21 -> 192.168.1.165 port 21 tcp #ftp01 rdr dc1 ext-add1/32 port 80 -> 192.168.1.199 port 80 tcp #http://test rdr dc1 ext-add2/32 port 20 -> 192.168.1.196 port 20 tcp #ftp02 rdr dc1 ext-add2/32 port 21 -> 192.168.1.196 port 21 tcp #ftp02 rdr dc1 ext-add2/32 port 22 -> 192.168.1.196 port 22 tcp #ftp02 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ root@firewa:/etc# vi ipf.rules block in quick from any to any with short block in quick from any to any with ipopt pass in quick on lo0 from any to any block in quick on dc0 from any to any head 100 pass in quick proto tcp from 192.168.1.0/24 to any flags S/FSRA keep state group 100 pass in quick proto udp from 192.168.1.0/24 to any keep state group 100 pass in quick proto icmp from 192.168.1.0/24 to any keep state group 100 pass in quick proto esp from 192.168.1.0/24 to any keep state keep frags group 100 pass in quick proto gre from 192.168.1.0/24 to any keep state group 100 block in log quick on dc1 from any to any head 200 block in quick from 10.0.0.0/8 to any group 200 block in quick from 127.0.0.0/8 to any group 200 block in quick from 172.16.0.0/12 to any group 200 block in quick from 192.168.0.0/16 to any group 200 pass in quick proto udp from any to 192.168.1.225/32 port = 5060 keep state group 200 pass in quick proto udp from any to 192.168.1.225/32 port = 5061 keep state group 200 pass in quick proto tcp from any to any port = 20 keep state group 200 pass in quick proto tcp from any to any port = 21 keep state group 200 pass in quick proto tcp from any to any port = 22 keep state group 200 pass in quick proto tcp from any to 192.168.1.165/32 port = 25 keep state group 200 pass in quick proto tcp from any to any port = 80 keep state group 200 pass in quick proto tcp from any to any port = 443 keep state group 200 pass in quick proto tcp from any to any port = 1433 keep state group 200 pass in quick proto tcp from any to any port = 3389 keep state group 200 pass in quick proto tcp from any to any port = 5900 keep state group 200 pass in quick proto tcp from any to 192.168.1.196/32 port 60001 >< 60050 keep state group 200 block in quick from any to any pass out quick on lo0 from any to any block out quick on dc0 from any to any head 150 pass out quick proto icmp from 192.168.1.99/32 to 192.168.1.0/24 keep state group 150 pass out quick proto tcp from 192.168.1.99/32 to 192.168.1.0/24 keep state group 150 pass out quick proto udp from 192.168.1.99/32 to 192.168.1.0/24 keep state group 150 pass out quick proto gre from any to any keep state group 150 block out quick on dc1 from any to any head 250 pass out quick proto tcp from any to any keep state group 250 pass out quick proto udp from any to any keep state group 250 pass out quick proto icmp from any to any keep state group 250 pass out quick proto gre from any to any keep state group 250 block out quick from any to any     From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 03:48:39 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 576C816A420 for ; Mon, 19 Dec 2005 03:48:39 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF2843D66 for ; Mon, 19 Dec 2005 03:48:33 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1017324wra for ; Sun, 18 Dec 2005 19:48:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=doQmA0QaFt7mF+7MWtwgs1vMTk5nTIc8tTMVE0iTU8YvPGH1T63siyzWsEGrqmKW0uWcvjjGP3uLXIZJMAxgnJaJzV1Rg9Z22Icr5H2AziDFgm562QRoqeWhe3nAhvyTVOe1D9uxx/ub8Oj+jRUGVKPpveRPwr7uQgh03yVBQoM= Received: by 10.65.160.12 with SMTP id m12mr2622785qbo; Sun, 18 Dec 2005 19:48:32 -0800 (PST) Received: by 10.65.194.11 with HTTP; Sun, 18 Dec 2005 19:48:32 -0800 (PST) Message-ID: <6e4453640512181948y47c6578fu153c11c2256ac56e@mail.gmail.com> Date: Sun, 18 Dec 2005 20:48:32 -0700 From: TuxGirl To: Nikolas Britton , questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6e4453640512181858qdcf8e2ay640326713dee89be@mail.gmail.com> Cc: Subject: Re: Value too large to be stored in data type -- gzipped tarball X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 03:48:39 -0000 > > I have a gzipped tarball that I created on my box when i was running > > Linux, and I burned it, along with some other files, onto a dvd. I'm > > now trying to extract the tarball, but it appears that it must be over > > some sort of filesystem limit or something. None of the commands that > > I have tried seem to like the file. Each of them gives the same > > [snip] > > > I'm fairly certain that the tarball is fine, because it worked fine on > > my server last week, when i opened it up there... > > Might want try a different implementation of tar then.... > cd /usr/ports/archivers; make search name=3D"tar"| more I will try this, however, when I mentioned that other commands were also not playing nicely with the file, I was referring to commands such as cp, mv, and ls. I'll see if another tar command will work, though. thanks for the reply! ~Erin From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 04:09:31 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A16D916A41F for ; Mon, 19 Dec 2005 04:09:31 +0000 (GMT) (envelope-from ripper@MIT.EDU) Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11ACE43D5A for ; Mon, 19 Dec 2005 04:09:30 +0000 (GMT) (envelope-from ripper@MIT.EDU) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id jBJ49SW1024086 for ; Sun, 18 Dec 2005 23:09:29 -0500 (EST) Received: from home-on-the-dome.mit.edu (HOME-ON-THE-DOME.MIT.EDU [18.7.16.76]) (authenticated bits=56) (User authenticated as ripper@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.1/8.12.4) with ESMTP id jBJ3vqQh009511 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 18 Dec 2005 22:57:53 -0500 (EST) Received: (from ripper@localhost) by home-on-the-dome.mit.edu (8.12.9) id jBJ3vqRo027276; Sun, 18 Dec 2005 22:57:52 -0500 (EST) Date: Sun, 18 Dec 2005 22:57:52 -0500 From: Ross Adams Lippert To: questions@freebsd.org Message-ID: <20051219035752.GA27224@home-on-the-dome.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Spam-Score: -2.599 X-Spam-Flag: NO X-Scanned-By: MIMEDefang 2.42 Cc: Subject: flash plugin in 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 04:09:31 -0000 Where is the latest documentation on this continually vexing problem? Why do I feel like this is the hardest part of any upgrade? (not subbed) -r From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 04:19:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FC0A16A41F for ; Mon, 19 Dec 2005 04:19:11 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3D4D43D58 for ; Mon, 19 Dec 2005 04:19:10 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([68.67.248.52]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051219041910.CUAK22124.mta10.adelphia.net@default.chvlva.adelphia.net> for ; Sun, 18 Dec 2005 23:19:10 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id BA858B5CB; Sun, 18 Dec 2005 23:19:14 -0500 (EST) Date: Sun, 18 Dec 2005 23:19:14 -0500 From: Parv To: f-q Message-ID: <20051219041914.GA2544@holestein.holy.cow> Mail-Followup-To: f-q References: <20051218213501.GA72282@holestein.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051218213501.GA72282@holestein.holy.cow> Subject: Re: Compacting the "pf -v -s rules" output similar to "ipfstat -ionh" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 04:19:11 -0000 in message <20051218213501.GA72282@holestein.holy.cow>, wrote Parv thusly... > > Before i write it myself, has anybody got a already prepared way > to compact the "pfctl -v -s rules" output ... > > pass in on lo0 all > [ Evaluations: 22188 Packets: 10925 Bytes: 8392463 States: 0 ] > pass out on lo0 all > [ Evaluations: 21850 Packets: 10925 Bytes: 8392463 States: 0 ] ... > ... to something like ... > > 22188 pass in on lo0 all > 21850 pass out on lo0 all ... I think i found /a solution/ in pflogd(8) man page via use of tcpdump. I just have to get used to pf way of doing things like use of bpf device & use of tcpdump to view rules statistics i suppose. Ugh! (but what else can i do if i will be using pf?) - Parv -- From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 04:30:08 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05B7616A41F for ; Mon, 19 Dec 2005 04:30:08 +0000 (GMT) (envelope-from dev@unixdaemon.org) Received: from skewer.dreamhost.com (skewer.dreamhost.com [64.111.107.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D93D43D5A for ; Mon, 19 Dec 2005 04:30:07 +0000 (GMT) (envelope-from dev@unixdaemon.org) Received: from [192.168.1.101] (cpe-24-24-83-9.stny.res.rr.com [24.24.83.9]) by skewer.dreamhost.com (Postfix) with ESMTP id A2AD37C6D1 for ; Sun, 18 Dec 2005 20:30:06 -0800 (PST) From: Dev Tugnait To: questions@freebsd.org In-Reply-To: <20051219035752.GA27224@home-on-the-dome.mit.edu> References: <20051219035752.GA27224@home-on-the-dome.mit.edu> Content-Type: text/plain Date: Sun, 18 Dec 2005 23:30:03 -0500 Message-Id: <1134966603.62646.22.camel@dracula.transylvania.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Re: flash plugin in 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dev@unixdaemon.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 04:30:08 -0000 What vexing problem? Care to share it... install www/linuxpluginwrapper WITH_PLUGINS=YES On Sun, 2005-12-18 at 22:57 -0500, Ross Adams Lippert wrote: > Where is the latest documentation on this continually vexing > problem? Why do I feel like this is the hardest part of any > upgrade? > > (not subbed) > > > -r > _______________________________________________ > 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" -- Dev Tugnait From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 04:48:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B539C16A41F for ; Mon, 19 Dec 2005 04:48:18 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F4C43D45 for ; Mon, 19 Dec 2005 04:48:17 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 84622 invoked by uid 85); 19 Dec 2005 04:48:13 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.487763 secs); 19 Dec 2005 04:48:13 -0000 Received: from unknown (HELO ?192.168.2.84?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 19 Dec 2005 04:48:12 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org Date: Sun, 18 Dec 2005 19:47:58 -0900 User-Agent: KMail/1.8.3 References: <20051219035752.GA27224@home-on-the-dome.mit.edu> In-Reply-To: <20051219035752.GA27224@home-on-the-dome.mit.edu> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2468305.goGo8JaHck"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512181948.10598.akbeech@gmail.com> Cc: Ross Adams Lippert Subject: Re: flash plugin in 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 04:48:18 -0000 --nextPart2468305.goGo8JaHck Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 18 December 2005 06:57 pm, Ross Adams Lippert wrote: > Where is the latest documentation on this continually vexing > problem? Why do I feel like this is the hardest part of any > upgrade? That port is borked, here's what you have to do to get it working: ## Workaround for broken port linuxpluginwrapper. ## Before building linuxpluginwrapper: rm -R /usr/X11R6/lib/browser_linux_plugins ln -s /usr/X11R6/lib/browser_plugins /usr/X11R6/lib/browser_linux_plugins ## Build linuxpluginwrapper: cd /usr/ports/www/linuxpluginwrapper make -DWITH_PLUGINS install clean ## or upgrade: portupgrade -vm -DWITH_PLUGINS linuxpluginwrapper ## Remove symlink (will break Mozilla). rm -rf /usr/X11R6/lib/browser_plugins /usr/X11R6/lib/browser_linux_plugins ## Fix acroread: rm -rf /usr/local/bin/acroread # If upgrade. mv =A0/usr/local/bin/acroread7 /usr/local/bin/acroread rm -rf /usr/X11R6/lib/browser_plugins/nppdf.so ln=20 =2Ds /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux= /nppdf.so /usr/X11R6/lib/browser_plugins/nppdf.so ## Change path to nppdf.so in /etc/libmap.conf: # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror [/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppd= f.so]=20 libc.so.6 pluginwrapper/acrobat.so ## Acroread now works properly in browser. ## Helix plugin does not work with Firefox or Mozilla at this time.=20 ## Flash 6.0 works without modification. ## Flash7 is VERY unstable and will crash Firefox (possibly Mozilla). ## Launch browser and type "about:plugins" without the quotes to check that= =20 plugins are enabled. Beech =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://akparadise.byethost33.com =2D------------------------------------------------------------------------= =2D------------- --nextPart2468305.goGo8JaHck Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDpjuKVq19LUoGB+MRAvrhAKCVtPBMitGtakUqn2iKywq6b6Q4sgCfesMO l/aAuGjRvONPXmrEAsDK/Kw= =uepv -----END PGP SIGNATURE----- --nextPart2468305.goGo8JaHck-- From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 04:53:09 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC8916A41F for ; Mon, 19 Dec 2005 04:53:09 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B930043D45 for ; Mon, 19 Dec 2005 04:53:08 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so818909wxc for ; Sun, 18 Dec 2005 20:53:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G3EiOdGyxl7JT1Ct1LzZqtSGFDtYa4pIwsSW16HN4iXBjGfmDqyBFRshy4pnV30l/0SHHSiysFpsMYFQMonHbLkT/6bbtoPVNIRNzsFvgUELDW/uwgcu7Q9fR0l3yLOWn81Ek1Av+UKi3ndrPoPdLsp4HUw0R71QHo77rSUTzbU= Received: by 10.70.102.16 with SMTP id z16mr3989726wxb; Sun, 18 Dec 2005 20:53:07 -0800 (PST) Received: by 10.70.66.9 with HTTP; Sun, 18 Dec 2005 20:53:07 -0800 (PST) Message-ID: Date: Sun, 18 Dec 2005 22:53:07 -0600 From: Nikolas Britton To: TuxGirl In-Reply-To: <6e4453640512181948y47c6578fu153c11c2256ac56e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6e4453640512181858qdcf8e2ay640326713dee89be@mail.gmail.com> <6e4453640512181948y47c6578fu153c11c2256ac56e@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: Value too large to be stored in data type -- gzipped tarball X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 04:53:09 -0000 On 12/18/05, TuxGirl wrote: > > > I have a gzipped tarball that I created on my box when i was running > > > Linux, and I burned it, along with some other files, onto a dvd. I'm > > > now trying to extract the tarball, but it appears that it must be ove= r > > > some sort of filesystem limit or something. None of the commands tha= t > > > I have tried seem to like the file. Each of them gives the same > > > > [snip] > > > > > I'm fairly certain that the tarball is fine, because it worked fine o= n > > > my server last week, when i opened it up there... > > > > Might want try a different implementation of tar then.... > > cd /usr/ports/archivers; make search name=3D"tar"| more > > I will try this, however, when I mentioned that other commands were > also not playing nicely with the file, I was referring to commands > such as cp, mv, and ls. I'll see if another tar command will work, > though. thanks for the reply! > ~Erin > There is nothing wrong with tar and large files, it's synonymous with what tar is used for. I think your problem is just a Linux tar to FreeBSD tar quirk. I had no problems with the 3.3GB testfile I made for tar and gzip to play with: > uname -a FreeBSD spectra.intranet 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sun Dec 11 02:56:58 CST 2005 =20 nbritton@spectra.intranet:/usr/src/sys/i386/compile/Info-Matic i386 > cat /dev/random > testfile > ls -al testfile -rw-r--r-- 1 nbritton nbritton 3526029312 Dec 18 22:12 testfile > md5 testfile MD5 (testfile) =3D 83e574c15a7daf44f063d140d3577630 > tar -czf testfile.tar.gz testfile > ls -al testfile* -rw-r--r-- 1 nbritton nbritton 3526029312 Dec 18 22:12 testfile -rw-r--r-- 1 nbritton nbritton 3527105097 Dec 18 22:32 testfile.tar.gz > rm testfile; tar -xf testfile.tar.gz; md5 testfile MD5 (testfile) =3D 83e574c15a7daf44f063d140d3577630 From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 05:01:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1C6616A41F for ; Mon, 19 Dec 2005 05:01:40 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 300EE43D53 for ; Mon, 19 Dec 2005 05:01:40 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 93794 invoked by uid 85); 19 Dec 2005 05:01:36 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.452264 secs); 19 Dec 2005 05:01:36 -0000 Received: from unknown (HELO ?192.168.2.84?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 19 Dec 2005 05:01:34 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org Date: Sun, 18 Dec 2005 20:01:20 -0900 User-Agent: KMail/1.8.3 References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <200512181948.10598.akbeech@gmail.com> In-Reply-To: <200512181948.10598.akbeech@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1173472.rkcjB4rjKg"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512182001.32717.akbeech@gmail.com> Cc: Ross Adams Lippert Subject: Re: flash plugin in 6.0 (Fixed Typo) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 05:01:41 -0000 --nextPart1173472.rkcjB4rjKg Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 18 December 2005 07:47 pm, Beecher Rintoul wrote: > On Sunday 18 December 2005 06:57 pm, Ross Adams Lippert wrote: > > Where is the latest documentation on this continually vexing > > problem? Why do I feel like this is the hardest part of any > > upgrade? > > That port is borked, here's what you have to do to get it working: > > ## Workaround for broken port linuxpluginwrapper. > > ## Before building linuxpluginwrapper: > > rm -R /usr/X11R6/lib/browser_linux_plugins > > ln -s /usr/X11R6/lib/browser_plugins /usr/X11R6/lib/browser_linux_plugins > > > ## Build linuxpluginwrapper: > > cd /usr/ports/www/linuxpluginwrapper > > make -DWITH_PLUGINS install clean > > ## or upgrade: > > portupgrade -vm -DWITH_PLUGINS linuxpluginwrapper > > ## Remove symlink (will break Mozilla). > rm -rf /usr/X11R6/lib/browser_linux_plugins <------------- Typo in last=20 email. This is the proper command. > > > ## Fix acroread: > > rm -rf /usr/local/bin/acroread # If upgrade. > > mv =A0/usr/local/bin/acroread7 /usr/local/bin/acroread > > rm -rf /usr/X11R6/lib/browser_plugins/nppdf.so > > ln > -s=20 > /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/npp= df >.so /usr/X11R6/lib/browser_plugins/nppdf.so > > ## Change path to nppdf.so in /etc/libmap.conf: > > # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror > [/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/np= pd >f.so] libc.so.6 pluginwrapper/acrobat.so > > > ## Acroread now works properly in browser. > ## Helix plugin does not work with Firefox or Mozilla at this time. > ## Flash 6.0 works without modification. > ## Flash7 is VERY unstable and will crash Firefox (possibly Mozilla). > > ## Launch browser and type "about:plugins" without the quotes to check th= at > plugins are enabled. > Beech =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://akparadise.byethost33.com =2D------------------------------------------------------------------------= =2D------------- --nextPart1173472.rkcjB4rjKg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDpj6sVq19LUoGB+MRAg57AJ9bxW0X+kkipPa6NOsY6X1leRrWVQCgrctJ F0SOaiLaOYboisSxKiUMHDU= =3eey -----END PGP SIGNATURE----- --nextPart1173472.rkcjB4rjKg-- From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 05:23:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73AD716A41F for ; Mon, 19 Dec 2005 05:23:41 +0000 (GMT) (envelope-from dev@unixdaemon.org) Received: from spatula.dreamhost.com (spatula.dreamhost.com [66.33.205.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABE943D5D for ; Mon, 19 Dec 2005 05:23:40 +0000 (GMT) (envelope-from dev@unixdaemon.org) Received: from [192.168.1.101] (cpe-24-24-83-9.stny.res.rr.com [24.24.83.9]) by spatula.dreamhost.com (Postfix) with ESMTP id CF9D07F0EB; Sun, 18 Dec 2005 21:23:38 -0800 (PST) From: Dev Tugnait To: Beecher Rintoul In-Reply-To: <200512181948.10598.akbeech@gmail.com> References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <200512181948.10598.akbeech@gmail.com> Content-Type: text/plain Date: Mon, 19 Dec 2005 00:23:35 -0500 Message-Id: <1134969815.79728.6.camel@dracula.transylvania.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Ross Adams Lippert , freebsd-questions@freebsd.org Subject: Re: flash plugin in 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dev@unixdaemon.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 05:23:41 -0000 On Sun, 2005-12-18 at 19:47 -0900, Beecher Rintoul wrote: > On Sunday 18 December 2005 06:57 pm, Ross Adams Lippert wrote: > > Where is the latest documentation on this continually vexing > > problem? Why do I feel like this is the hardest part of any > > upgrade? > > That port is borked, here's what you have to do to get it working: > The port is not broken cvsup your tree > ## Workaround for broken port linuxpluginwrapper. > > ## Before building linuxpluginwrapper: > > rm -R /usr/X11R6/lib/browser_linux_plugins > > ln -s /usr/X11R6/lib/browser_plugins /usr/X11R6/lib/browser_linux_plugins > > > ## Build linuxpluginwrapper: > > cd /usr/ports/www/linuxpluginwrapper > > make -DWITH_PLUGINS install clean > > ## or upgrade: > > portupgrade -vm -DWITH_PLUGINS linuxpluginwrapper > > ## Remove symlink (will break Mozilla). > > rm -rf /usr/X11R6/lib/browser_plugins /usr/X11R6/lib/browser_linux_plugins > I advice not to remove /usr/X11R6/lib/browser_plugins > > ## Fix acroread: > > rm -rf /usr/local/bin/acroread # If upgrade. > > mv /usr/local/bin/acroread7 /usr/local/bin/acroread > > rm -rf /usr/X11R6/lib/browser_plugins/nppdf.so > > ln > -s /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so /usr/X11R6/lib/browser_plugins/nppdf.so > > ## Change path to nppdf.so in /etc/libmap.conf: > > # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror > [/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] > libc.so.6 pluginwrapper/acrobat.so > > > ## Acroread now works properly in browser. > ## Helix plugin does not work with Firefox or Mozilla at this time. > ## Flash 6.0 works without modification. > ## Flash7 is VERY unstable and will crash Firefox (possibly Mozilla). > > ## Launch browser and type "about:plugins" without the quotes to check that > plugins are enabled. > > Beech > Refrain from giving bad advice please > --------------------------------------------------------------------------------------- > Beech Rintoul - System Administrator - akbeech@gmail.com > /"\ ASCII Ribbon Campaign | NorthWind Communications > \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 > X - NO Word docs in e-mail | Anchorage, AK 99501 > / \ - Please visit Alaska Paradise - http://akparadise.byethost33.com > --------------------------------------------------------------------------------------- > > > > > > > > > > > -- Dev Tugnait From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 05:35:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D99216A41F for ; Mon, 19 Dec 2005 05:35:00 +0000 (GMT) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F54C43D5E for ; Mon, 19 Dec 2005 05:34:59 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id 2DE063139C; Mon, 19 Dec 2005 00:34:58 -0500 (EST) Date: Mon, 19 Dec 2005 00:34:58 -0500 (EST) From: user To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: how do I ... burn an audio CD from .WAV files _and_ add cd-text ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 05:35:00 -0000 I have wav files. The wav files come from cds that did not have cd-text information on them, so I have no cd-text examples or source files for these wav files. I want to burn an audio cd with some wav files (I know how to do this with burncd and cdrecord) BUT I also want to add cd-text to the newly created, custom audio CD. cdrecord seems as if it is able to do this, but after a night of searching, I do not see how to create the file of text necessary to do this. I am wondering if anyone out there already does this and could share their workflow / work-description ? thanks. From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 05:36:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCBB616A422 for ; Mon, 19 Dec 2005 05:36:19 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79BF843D68 for ; Mon, 19 Dec 2005 05:36:16 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (83.253.29.241) by pne-smtpout2-sn2.hy.skanova.net (7.2.069.1) id 43A17870000DB906 for freebsd-questions@freebsd.org; Mon, 19 Dec 2005 06:36:15 +0100 Received: (qmail 45415 invoked by uid 1001); 19 Dec 2005 06:36:15 +0100 Date: Mon, 19 Dec 2005 06:36:15 +0100 From: Erik Trulsson To: "Michael P. Soulier" Message-ID: <20051219053615.GA45359@falcon.midgard.homeip.net> Mail-Followup-To: "Michael P. Soulier" , Gojyo , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: Gojyo , freebsd-questions@freebsd.org Subject: Re: make targets, was: Running qmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 05:36:19 -0000 On Sun, Dec 18, 2005 at 08:10:04PM -0500, Michael P. Soulier wrote: > On 12/18/05, Shantanoo Mahajan wrote: > > Daemontools can be found out by: > > > > cd /usr/ports && make search name=daemontools > > Where are these make options in ports documented? I'd like to know all > of the options available in ports. I usually just cd /usr/ports && ls > -d */*daemontools* Most of the make targets available are documented in the ports(7) manpage. > > A target that tells me what a port has in the way of options would be nice too. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 06:06:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3F9F16A41F for ; Mon, 19 Dec 2005 06:06:12 +0000 (GMT) (envelope-from jimmy@jamesbailie.com) Received: from smtp102.rog.mail.re2.yahoo.com (smtp102.rog.mail.re2.yahoo.com [206.190.36.80]) by mx1.FreeBSD.org (Postfix) with SMTP id AFE3F43D5F for ; Mon, 19 Dec 2005 06:06:11 +0000 (GMT) (envelope-from jimmy@jamesbailie.com) Received: (qmail 81583 invoked from network); 19 Dec 2005 06:06:11 -0000 Received: from unknown (HELO ?70.29.126.205?) (jazzturk@rogers.com@70.29.126.205 with plain) by smtp102.rog.mail.re2.yahoo.com with SMTP; 19 Dec 2005 06:06:10 -0000 Message-ID: <43A64DD2.8060801@jamesbailie.com> Date: Mon, 19 Dec 2005 01:06:10 -0500 From: James Bailie User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051218) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <200512181948.10598.akbeech@gmail.com> <1134969815.79728.6.camel@dracula.transylvania.net> In-Reply-To: <1134969815.79728.6.camel@dracula.transylvania.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: flash plugin in 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 06:06:12 -0000 Dev Tugnait wrote: > The port is not broken cvsup your tree Yes it is. While some things work, it still does not create the proper symbolic link for the acrobat plugin, nor is the path for it correct in the sample libmap.confs. Beecher's fix will correct. -- James Bailie http://www.jamesbailie.com From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 06:22:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCDBF16A41F for ; Mon, 19 Dec 2005 06:22:56 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5333043D5E for ; Mon, 19 Dec 2005 06:22:56 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1125844nzo for ; Sun, 18 Dec 2005 22:22:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=r3AjfslboIgVJgoRzF/BflKYEevekMrhmSeLab1yiK6GassQHUnRkEbQP0mP6BgixSlOySQv8CW/2mF/dvdtqsc6AGNQ5OItabhlYI9D9fIvSACbH1RiJc/KWY5dEzFtOq8/w/TsCygZjyaCt6XSHczbdw5BL5hQzAc7kxXqYZg= Received: by 10.36.71.10 with SMTP id t10mr5530034nza; Sun, 18 Dec 2005 22:22:55 -0800 (PST) Received: by 10.37.20.33 with HTTP; Sun, 18 Dec 2005 22:22:55 -0800 (PST) Message-ID: Date: Mon, 19 Dec 2005 09:22:55 +0300 From: "Andrew P." To: user In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: how do I ... burn an audio CD from .WAV files _and_ add cd-text ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 06:22:57 -0000 On 12/19/05, user wrote: > > I have wav files. > > The wav files come from cds that did not have cd-text information on them= , > so I have no cd-text examples or source files for these wav files. > > I want to burn an audio cd with some wav files (I know how to do this wit= h > burncd and cdrecord) BUT I also want to add cd-text to the newly created, > custom audio CD. > > cdrecord seems as if it is able to do this, but after a night of > searching, I do not see how to create the file of text necessary to do > this. > > I am wondering if anyone out there already does this and could share thei= r > workflow / work-description ? > > thanks. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > I haven't tried it, but sysutils/cdrdao supports CD-Text. You can specify the text info right in its TOC files. Just have a glance at its manpage. From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 07:07:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1EA116A41F for ; Mon, 19 Dec 2005 07:07:15 +0000 (GMT) (envelope-from altufaltuz@mail.com) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DEDA43D5C for ; Mon, 19 Dec 2005 07:07:15 +0000 (GMT) (envelope-from altufaltuz@mail.com) Received: from unknown (unknown [192.168.9.180]) by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id 9F74E18001B3 for ; Mon, 19 Dec 2005 07:07:14 +0000 (GMT) X-OB-Received: from unknown (205.158.62.81) by wfilter.us4.outblaze.com; 19 Dec 2005 07:07:14 -0000 Received: by ws1-2.us4.outblaze.com (Postfix, from userid 1001) id 9404C1F50B1; Mon, 19 Dec 2005 07:07:14 +0000 (GMT) MIME-Version: 1.0 From: "altu faltuz" To: freebsd-questions@freebsd.org Date: Mon, 19 Dec 2005 02:07:14 -0500 Received: from [62.150.85.122] by ws1-2.us4.outblaze.com with http for altufaltuz@mail.com; Mon, 19 Dec 2005 02:07:14 -0500 X-Originating-Ip: 62.150.85.122 X-Originating-Server: ws1-2.us4.outblaze.com Message-Id: <20051219070714.9404C1F50B1@ws1-2.us4.outblaze.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Req: Video Caching Solution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 07:07:15 -0000 Hello, I would like to know how to go about setting up a video caching solution. I have a Video streaming server, and 3 geographically distant locations. I want to be able to use the caching facility to provide video on demand to all my users. Full or part caching of videos could be done at their locations, so that they would not feel the lag. Another option would be to have the videos synchronised at each of servers at the different locations. The main issue is the users base. I have currently 500 users. My videos are DVD quality and therefore require a 10Mbit/s bandwidth per user per video. Worst case scenario, all users watching the complete set of 50 videos at the same time. How do I go about doing this? Anyone done this before? Or maybe you could point me in the right direction. Thank you all. --=20 ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 07:16:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9793316A41F for ; Mon, 19 Dec 2005 07:16:38 +0000 (GMT) (envelope-from dev@unixdaemon.org) Received: from spatula.dreamhost.com (spatula.dreamhost.com [66.33.205.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465B443D46 for ; Mon, 19 Dec 2005 07:16:38 +0000 (GMT) (envelope-from dev@unixdaemon.org) Received: from [192.168.1.101] (cpe-24-24-83-9.stny.res.rr.com [24.24.83.9]) by spatula.dreamhost.com (Postfix) with ESMTP id 7CC7A7F04A; Sun, 18 Dec 2005 23:16:33 -0800 (PST) From: Dev Tugnait To: James Bailie In-Reply-To: <43A64DD2.8060801@jamesbailie.com> References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <200512181948.10598.akbeech@gmail.com> <1134969815.79728.6.camel@dracula.transylvania.net> <43A64DD2.8060801@jamesbailie.com> Content-Type: text/plain Date: Mon, 19 Dec 2005 02:16:31 -0500 Message-Id: <1134976591.79728.9.camel@dracula.transylvania.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: flash plugin in 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dev@unixdaemon.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 07:16:38 -0000 On Mon, 2005-12-19 at 01:06 -0500, James Bailie wrote: > Dev Tugnait wrote: > > > The port is not broken cvsup your tree > > Yes it is. While some things work, it still does not create the > proper symbolic link for the acrobat plugin, nor is the path > for it correct in the sample libmap.confs. Beecher's fix will correct. > The only thing it doesnt do is create symbolic links which does not mark a port as BROKEN for one, secondly why would you remove your browser_plugins dir? -- Dev Tugnait From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 08:01:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B16CB16A41F for ; Mon, 19 Dec 2005 08:01:01 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs3.arnes.si (avs3.arnes.si [193.2.1.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9036B43D5C for ; Mon, 19 Dec 2005 08:01:00 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs3.arnes.si [193.2.1.68]) by avs3.arnes.si (Postfix) with ESMTP id 69EA01D78DD; Mon, 19 Dec 2005 09:00:59 +0100 (CET) Received: from avs3.arnes.si ([193.2.1.68]) by localhost (avs3.arnes.si [193.2.1.68]) (amavisd-new, port 10024) with ESMTP id 95865-01-10; Mon, 19 Dec 2005 09:00:59 +0100 (CET) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs3.arnes.si (Postfix) with ESMTP id 9AEE11D7866; Mon, 19 Dec 2005 09:00:17 +0100 (CET) Received: from [192.168.10.249] (master.workgroup [192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id jBJ80F1P020049; Mon, 19 Dec 2005 09:00:15 +0100 (CET) (envelope-from sasa@stupar.homelinux.net) Date: Mon, 19 Dec 2005 09:00:15 +0100 From: Sasa Stupar To: Ted Mittelstaedt , freebsd-questions@freebsd.org Message-ID: In-Reply-To: References: X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Cc: Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 08:01:01 -0000 It doesn't work on winxp. I am going to build another machine with FreeBSD=20 5.4 and I'll try it then and let you know the results. Sasa --On 18. december 2005 14:02 -0800 Ted Mittelstaedt = wrote: > > In looking at this again, I didn't realize you were pinging from > Win2K > > Win2K uses the -f option to set the Do Not Fragment bit, UNIX uses > the -f option to flood ping. Win2k ping does not have a flood ping > option. You can download a ping for Windows from Microsoft here: > > http://research.microsoft.com/barc/mbone/mping.aspx > > that does have an option for flooding traffic. ( set the milliseconds > between packets very low) but I have not tested it. Doubtless > others are available on the Internet. > > Ted > >> -----Original Message----- >> From: owner-freebsd-questions@freebsd.org >> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Sasa Stupar >> Sent: Sunday, December 18, 2005 6:07 AM >> To: Ted Mittelstaedt; freebsd-questions@freebsd.org >> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme >> Song) >> >> >> Nothing. From the GUI view it is at 0% of utilisation. >> >> Sasa >> >> --On 18. december 2005 3:51 -0800 Ted Mittelstaedt >> >> wrote: >> >>> >>> what does the CPU of the router do when your doing that? >>> >>> Ted >>> >>>> -----Original Message----- >>>> From: owner-freebsd-questions@freebsd.org >>>> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Sasa Stupar >>>> Sent: Sunday, December 18, 2005 3:00 AM >>>> To: Ted Mittelstaedt; freebsd-questions@freebsd.org >>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme >>>> Song) >>>> >>>> >>>> >>>> >>>> --On 18. december 2005 2:32 -0800 Ted Mittelstaedt >>>> >>>> wrote: >>>> >>>>> >>>>> >>>>>> -----Original Message----- >>>>>> From: owner-freebsd-questions@freebsd.org >>>>>> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of >> Sasa Stupar >>>>>> Sent: Sunday, December 18, 2005 2:21 AM >>>>>> To: Ted Mittelstaedt; freebsd-questions@freebsd.org >>>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>>> Theme Song) >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> --On 18. december 2005 1:33 -0800 Ted Mittelstaedt >>>>>> >>>>>> wrote: >>>>>> >>>>>>> >>>>>>> >>>>>>>> -----Original Message----- >>>>>>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>>>>>> Sent: Friday, December 16, 2005 5:25 AM >>>>>>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>>>>>> Cc: freebsd-questions@freebsd.org >>>>>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>>>>> Theme Song) >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> --On 16. december 2005 3:36 -0800 Ted Mittelstaedt >>>>>>>> >>>>>>>> wrote: >>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>> -----Original Message----- >>>>>>>>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>>>>>>>> Sent: Thursday, December 15, 2005 12:34 AM >>>>>>>>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>>>>>>>> Cc: freebsd-questions@freebsd.org >>>>>>>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>>>>>>> Theme Song) >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Ted >>>>>>>>>> >>>>>>>>>> Hmmm, here is test with iperf what I have done with and >>>>>>>> without polling: >>>>>>>>>> ************** >>>>>>>>>> ------------------------------------------------------------ >>>>>>>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>>>>>>> TCP window size: 8.00 KByte (default) >>>>>>>>>> ------------------------------------------------------------ >>>>>>>>>> [1816] local 192.168.10.249 port 1088 connected with >>>>>>>>>> 192.168.1.200 port 5001 >>>>>>>>>> [ ID] Interval Transfer Bandwidth >>>>>>>>>> [1816] 0.0-10.0 sec 108 MBytes 90.1 Mbits/sec >>>>>>>>>> >>>>>>>>>> This is when I use Device polling option on m0n0. >>>>>>>>>> >>>>>>>>>> If I disable this option then my transfer is worse: >>>>>>>>>> ------------------------------------------------------------ >>>>>>>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>>>>>>> TCP window size: 8.00 KByte (default) >>>>>>>>>> ------------------------------------------------------------ >>>>>>>>>> [1816] local 192.168.10.249 port 1086 connected with >>>>>>>>>> 192.168.1.200 port 5001 >>>>>>>>>> [ ID] Interval Transfer Bandwidth >>>>>>>>>> [1816] 0.0-10.0 sec 69.7 MBytes 58.4 Mbits/sec >>>>>>>>>> *************** >>>>>>>>>> >>>>>>>>>> BTW: my router is m0n0wall (FBSD 4.11). >>>>>>>>>> >>>>>>>>> >>>>>>>>> what are the cpu speeds and operating systems of all devices >>>>>>>>> in the packet path, what is the make and model of switchs in >>>>>>>>> use, provide dmesg output of the bsd box, a network diagram >>>>>>>>> of the setup, etc. etc. etc. >>>>>>>>> >>>>>>>>> The above test results are not replicatable and thus, worthless. >>>>>>>>> Useful test results would allow a reader to build an exact >>>>>>>>> duplicate of your setup, config it identically, and get >> identical >>>>>>>>> results. >>>>>>>>> >>>>>>>>> Ted >>>>>>>>> >>>>>>>> >>>>>>>> OK. The server (192.168.1.200) is FreeBSD 5.4 with Duron 900 >>>>>> and 3C905C >>>>>>> >>>>>>> The 3com 3c905 is not a very good card under FreeBSD the >> driver was >>>>>>> written >>>>>>> without support from 3com and is shakey on a lot of >>>> hardware. I would >>>>>>> say >>>>>>> there's a big question that your server is actually saturating the >>>>>>> ethernet. >>>>>>> Probably that is why your only getting 90Mbt. >>>>>>> >>>>>>>> NIC; router is m0n0wall (FreeBSD 4.11) with three Intel >>>>>>>> Pro/100S Nics and >>>>>>>> Celeron 433; The user computer (192.168.10.249) is Celeron 2400 >>>>>>>> with winxp >>>>>>>> and integrated NIC Realtek 8139 series. Switch is CNET CNSH-1600. >>>>>>>> >>>>>>> >>>>>>> Once again, the winxp+realtek 8139 is not a particularly >>>>>> steller combo, >>>>>>> I would question that this system could saturate the >>>> ethernet, either. >>>>>>> >>>>>>>> Diagram: >>>>>>>> >>>>>>>> dmesg from the router: >>>>>>>> ---------------- >>>>>>>> $ dmesg >>>>>>>> Copyright (c) 1992-2005 The FreeBSD Project. >>>>>>>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, >>>>>> 1992, 1993, 1994 >>>>>>>> The Regents of the University of California. All rights reserved. >>>>>>>> FreeBSD 4.11-RELEASE-p11 #0: Wed Sep 7 13:49:09 CEST 2005 >>>>>>>> root@fb411.neon1.net:/usr/src/sys/compile/M0N0WALL_GENERIC >>>>>>>> Timecounter "i8254" frequency 1193182 Hz >>>>>>>> CPU: Pentium II/Pentium II Xeon/Celeron (434.32-MHz >> 686-class CPU) >>>>>>>> Origin =3D "GenuineIntel" Id =3D 0x665 Stepping =3D 5 >>>>>>>> >>>>>>>> Features=3D0x183f9ff>>>>>>> GE,MCA,CMOV,PAT,PSE36,MMX,FXSR> >>>>>>>> real memory =3D 201326592 (196608K bytes) >>>>>>>> avail memory =3D 179142656 (174944K bytes) >>>>>>>> Preloaded elf kernel "kernel" at 0xc1006000. >>>>>>>> Preloaded mfs_root "/mfsroot" at 0xc100609c. >>>>>>>> Pentium Pro MTRR support enabled >>>>>>>> md0: Preloaded image 11534336 bytes at 0xc0504d9c >>>>>>>> md1: Malloc disk >>>>>>>> Using $PIR table, 8 entries at 0xc00fdef0 >>>>>>>> npx0: on motherboard >>>>>>>> npx0: INT 16 interface >>>>>>>> pcib0: on motherboard >>>>>>>> pci0: on pcib0 >>>>>>>> pcib1: at device >>>>>>>> 1.0 on pci0 >>>>>>>> pci1: on pcib1 >>>>>>>> isab0: at device 7.0 on pci0 >>>>>>>> isa0: on isab0 >>>>>>>> atapci0: port 0xf000-0xf00f at >>>>>>>> device 7.1 on >>>>>>>> pci0 >>>>>>>> ata0: at 0x1f0 irq 14 on atapci0 >>>>>>>> ata1: at 0x170 irq 15 on atapci0 >>>>>>>> uhci0: port >>>>>>>> 0xd000-0xd01f irq 11 >>>>>>>> at device 7.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 >>>>>>>> chip1: port >>>>>>>> 0x5000-0x500f at >>>>>>>> device 7.3 on pci0 >>>>>>>> pci0: (vendor=3D0x1274, dev=3D0x1371) at 8.0 irq 11 >>>>>>>> fxp0: port 0xd800-0xd83f mem >>>>>>>> 0xd0400000-0xd041ffff,0xd0460000-0xd0460fff irq 10 at device >>>>>>>> 15.0 on pci0 >>>>>>>> fxp0: Ethernet address 00:02:b3:62:f6:06 >>>>>>>> inphy0: on miibus0 >>>>>>>> inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>>>>> fxp1: port 0xdc00-0xdc3f mem >>>>>>>> 0xd0420000-0xd043ffff,0xd0462000-0xd0462fff irq 12 at device >>>>>>>> 16.0 on pci0 >>>>>>>> fxp1: Ethernet address 00:02:b3:9c:2a:16 >>>>>>>> inphy1: on miibus1 >>>>>>>> inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>>>>> fxp2: port 0xe000-0xe03f mem >>>>>>>> 0xd0440000-0xd045ffff,0xd0461000-0xd0461fff irq 7 at device >>>>>> 19.0 on pci0 >>>>>>>> fxp2: Ethernet address 00:02:b3:8c:e4:f6 >>>>>>>> inphy2: on miibus2 >>>>>>>> inphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>>>>> pmtimer0 on isa0 >>>>>>>> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq >>>>>>>> 2 on isa0 >>>>>>>> fdc0: FIFO enabled, 8 bytes threshold >>>>>>>> fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >>>>>>>> atkbdc0: at port 0x60,0x64 on isa0 >>>>>>>> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >>>>>>>> sio0: type 16550A, console >>>>>>>> sio1: configured irq 3 not in bitmap of probed irqs 0 >>>>>>>> BRIDGE 020214 loaded >>>>>>>> IPsec: Initialized Security Association Processing. >>>>>>>> IP Filter: v3.4.35 initialized. Default =3D block all, >>>>>> Logging =3D enabled >>>>>>>> ad0: 3098MB [6296/16/63] at ata0-master PIO4 >>>>>>>> acd0: CDROM at ata1-master PIO4 >>>>>>>> Mounting root from ufs:/dev/md0c >>>>>>>> fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>>>>> fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>>>>> fxp2: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>>>>> ata0: resetting devices .. done >>>>>>>> ------------- >>>>>>>> >>>>>>>> If you need more just ask for it. You don't need to be >>>> angry. Peace. >>>>>>>> >>>>>>> >>>>>>> OK, next question: >>>>>>> >>>>>>> ftp transfer like this uses large packets, rerun the test >>>> with ping -f >>>>>>> with different ping packet sizes, post the results. >>>>>>> >>>>>>> Remember, routers have to deal with many sized packets. >>>>>>> >>>>>>> Ted >>>>>>> >>>>>> >>>>>> Interesting. I have tested like you've said and I could ping >>>>>> with packet >>>>>> size 1450 bytes. Everything bigger is telling that "packet must be >>>>>> fragmented but DF is set up". This is of course pinging >> from winxp to >>>>>> server. >>>>> >>>>> That is normal since under winxp ping sets the DF bit I believe. >>>>> >>>>> The larger packets are not what matters, the smaller >> packets are more >>>>> interesting. I find it hard to believe your getting the same >>>> throughput >>>>> with >>>>> flood pinging with 56 byte packets. >>>>> >>>>> Ted >>>>> >>>> >>>> Here is the output: >>>> ------------- >>>> C:\Documents and Settings\nathsasa>ping -t -f -l 56 mig29 >>>> >>>> Preverjanje dosegljivosti mig29.workgroup [192.168.1.200] z >> 56 B podatk >>>> >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> Odgovor od 192.168.1.200: bajtov=3D56 =E8as < 1 ms TTL=3D63 >>>> >>>> Statistika preverjanja dosegljivosti za 192.168.1.200: >>>> Paketov: Poslanih =3D 46, Prejetih =3D 46, Izgubljenih =3D 0 >> (0% izguba), >>>> Povpre=E8ni =E8as v milisekundah: >>>> Minimum =3D 0ms, Maksimum =3D 0ms, Povpre=E8je =3D 0ms >>>> ----------- >>>> >>>> It's in my native language but the position is the same as >> in english. >>>> >>>> -- >>>> Sasa Stupar >>>> _______________________________________________ >>>> freebsd-questions@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>> To unsubscribe, send any mail to >>>> "freebsd-questions-unsubscribe@freebsd.org" >>>> >>>> -- >>>> No virus found in this incoming message. >>>> Checked by AVG Free Edition. >>>> Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: >>>> 12/16/2005 >>>> >>> >> >> >> >> -- >> Sasa Stupar >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> -- >> No virus found in this incoming message. >> Checked by AVG Free Edition. >> Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: >> 12/16/2005 >> > --=20 Sasa Stupar From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 08:11:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F8EC16A41F for ; Mon, 19 Dec 2005 08:11:27 +0000 (GMT) (envelope-from riemer@palstra.com) Received: from palstra.com (palstra.demon.nl [212.238.156.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0931A43D6A for ; Mon, 19 Dec 2005 08:11:25 +0000 (GMT) (envelope-from riemer@palstra.com) Received: from riemer by palstra.com with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EoG7A-000BBt-87; Mon, 19 Dec 2005 09:11:24 +0100 Date: Mon, 19 Dec 2005 09:11:24 +0100 From: Riemer Palstra To: "Jeff D. Hamann" Message-ID: <20051219081124.GB37456@p3.a152.palstra.com> References: <000901c60448$bcd7e620$0c00a8c0@mothra> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000901c60448$bcd7e620$0c00a8c0@mothra> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: httpd_flags="-DSSL"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 08:11:27 -0000 On Sun, Dec 18, 2005 at 07:03:02PM -0800, Jeff D. Hamann wrote: > I've searched plenty looking for the proper method to get apache2 to start > up at boot time with little success. I've tried the various combinations of > httpd_flags/apache2_flags/apache_flags= to my rc.conf file to no avail: > > bobby# cat rc.conf > blah, blah, blah... > apache_enable="YES" > httpd_flags="-DSSL" You probably want apache2_enable="YES" and apache2ssl_enable="YES" (although the last one has become obsolete by now). Alternatively, you could still use apache2_flags="-DSSL" I think. With the apache22 port, this has become somewhat easier, by including extra/httpd-ssl.conf. -- Riemer Palstra Amsterdam, The Netherlands riemer@palstra.com http://www.palstra.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 08:14:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B044C16A41F for ; Mon, 19 Dec 2005 08:14:35 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs4.arnes.si (avs4.arnes.si [193.2.1.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 190C443D45 for ; Mon, 19 Dec 2005 08:14:35 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs4.arnes.si [193.2.1.77]) by avs4.arnes.si (Postfix) with ESMTP id 0FF172C36E3; Mon, 19 Dec 2005 09:14:34 +0100 (CET) Received: from avs4.arnes.si ([193.2.1.77]) by localhost (avs4.arnes.si [193.2.1.77]) (amavisd-new, port 10024) with ESMTP id 85652-02-4; Mon, 19 Dec 2005 09:14:33 +0100 (CET) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs4.arnes.si (Postfix) with ESMTP id 1A5AB2C3724; Mon, 19 Dec 2005 09:13:46 +0100 (CET) Received: from [192.168.10.249] (master.workgroup [192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id jBJ8DhQ0020205; Mon, 19 Dec 2005 09:13:45 +0100 (CET) (envelope-from sasa@stupar.homelinux.net) Date: Mon, 19 Dec 2005 09:13:44 +0100 From: Sasa Stupar To: Matthew Seaman Message-ID: <04358AD3700C79B569B2BA92@[192.168.10.249]> In-Reply-To: <43A54466.3060502@infracaninophile.co.uk> References: <43A54466.3060502@infracaninophile.co.uk> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Cc: FreeBSD Q ML Subject: Re: Long delay when sending mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 08:14:35 -0000 --On 18. december 2005 11:13 +0000 Matthew Seaman wrote: > Sasa Stupar wrote: >> Hi! >> >> I have configured mail server on FreeBSD 5.4 with sendmail 8.13.5 and >> cyrus-imapd v2. I am also using client Mulberry (but also tested with >> Tbird, Outlook Express, Outlook). I use IMAP access with all the >> clients, the server is on the same network as clients (100 Mbit >> network). The issue is when I try to send several messages one after >> another I get smtp delay message and this sometimes takes for 30 sec to >> a minute. My sendmail has configured a smart host and also to accept >> unqualified domains. >> I have attached my sendmail config. >> What am I missing here? > > 30s delays sounds like DNS timeouts. Check that the host running sendmail > can do a reverse lookup on the IP number of the clients connecting to it. > Simply putting IPs and hostnames of all your client boxes into /etc/hosts > should fix the problem. It is allready able to do a reverse lookup on clients. > > Alternatively, that delay could be due to the ident protocol. Ident is > trivially easy to spoof which makes it a pointless waste of time. > Putting: > > define(`confTO_IDENT', `0')dnl > > in your .mc file will stop ident getting in your hair. > This is allready defined also. > The third possibility is that you've got quite a few milters set up there > and sendmail simply needs a bit of time to run each message through all of > them. > > Cheers, > > Matthew Will try without milters but there are only two milters sendmail and clamav. But is this possible also to be an imap issue since I use it to read my mail and also to store all outgoing mail? -- Sasa Stupar From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 08:17:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8879916A41F for ; Mon, 19 Dec 2005 08:17:21 +0000 (GMT) (envelope-from riemer@palstra.com) Received: from palstra.com (palstra.demon.nl [212.238.156.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD8ED43D6A for ; Mon, 19 Dec 2005 08:17:12 +0000 (GMT) (envelope-from riemer@palstra.com) Received: from riemer by palstra.com with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EoGCk-000BCs-AK; Mon, 19 Dec 2005 09:17:10 +0100 Date: Mon, 19 Dec 2005 09:17:10 +0100 From: Riemer Palstra To: Jose Borquez Message-ID: <20051219081710.GC37456@p3.a152.palstra.com> References: <43A5DBA1.3030001@sbcglobal.net> <20051218221105.GA37456@p3.a152.palstra.com> <43A5E649.9070202@sbcglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43A5E649.9070202@sbcglobal.net> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Questions group Subject: Re: [Bulk] Re: PHP startup error in Apache error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 08:17:21 -0000 On Sun, Dec 18, 2005 at 02:44:25PM -0800, Jose Borquez wrote: > The contents of my extensions.ini file are: > extension=mysql.so > > ; Directory in which the loadable extensions (modules) reside. > ; extension_dir = "./" > > It looks like that is commented out. That shouldn't matter as it should default to the "right" extension directory. > I am assuming I need to uncomment this as well as extension=msql.so in > the Dynamic Extensions section below. Am I correct? No need to, and msql is not mysql. I'm still suspecting somehow debugging was turned on at compile-time. Could you show me what's in your /var/db/ports/php5/options ? -- Riemer Palstra Amsterdam, The Netherlands riemer@palstra.com http://www.palstra.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 08:24:51 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6208716A41F for ; Mon, 19 Dec 2005 08:24:51 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E0843D5A for ; Mon, 19 Dec 2005 08:24:50 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so840203wxc for ; Mon, 19 Dec 2005 00:24:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ADSIxDgb6nnNfrobWR7iAELihCvUL+Du2sD4KjIsfts4yX+BrDgS4E/3ay6DgagqTAl+VQfWsbGgLZFLGx1dXlDK0TpY+CrEH3FNUqrFqMjRYgBN3FkpnqeR9+MpVO0rKAlOs5hUxdWuWmL0VkE47iCOTDYRWlM5w2Lsie0PzFg= Received: by 10.70.110.13 with SMTP id i13mr4227094wxc; Mon, 19 Dec 2005 00:24:49 -0800 (PST) Received: by 10.70.66.9 with HTTP; Mon, 19 Dec 2005 00:24:49 -0800 (PST) Message-ID: Date: Mon, 19 Dec 2005 02:24:49 -0600 From: Nikolas Britton To: TuxGirl , Questions at FreeBSD In-Reply-To: <6e4453640512182139g52255edfta8aa957077e8a98c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6e4453640512181858qdcf8e2ay640326713dee89be@mail.gmail.com> <6e4453640512181948y47c6578fu153c11c2256ac56e@mail.gmail.com> <6e4453640512182139g52255edfta8aa957077e8a98c@mail.gmail.com> Cc: Subject: Re: Value too large to be stored in data type -- gzipped tarball X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 08:24:51 -0000 On 12/18/05, TuxGirl wrote: > > There is nothing wrong with tar and large files, it's synonymous with > > what tar is used for. I think your problem is just a Linux tar to > > FreeBSD tar quirk. I had no problems with the 3.3GB testfile I made > > for tar and gzip to play with: > > I think I may have found some additional info about the problem: > http://groups.google.com/group/list.freebsd.questions/browse_thread/threa= d/9234a3841dce6209/ce62e532d4e2fa0d?lnk=3Dst&q=3D%22+Value+too+large+to+be+= stored+in+data+type%22+freebsd&rnum=3D14&hl=3Den#ce62e532d4e2fa0d > > It appears that the problem has something to do with large files > burned to DVD and read in freebsd (linux has not had a problem with > it, from what I've seen). > > I've found a few articles on google and google-groups regarding this, > but they all seem to be related to burning DVDs in FreeBSD. It > appears to be the same problem however... So, I guess now my question > is, does anybody have any great ideas for getting around this? I was > wondering if it's possible to use dd to copy the tarball over to my > local drivek so that i can work with it that way. I haven't had the > chance yet to figure out dd well enough to know if this is possible or > how I would do it, but it seems to be the best option i've been able > to think of... > > Thanks for the help! > ~Erin > >From what I've read their is a 2GB limit per file on ISO9660 file systems. It seems as though Linux 'worked around' this limit thus forcing you into this problem. dd will not work for you. the only easy workaround is to mount the DVD on a Linux box and then copy the file over the network to the FreeBSD box, or make a new DVD. In the future make sure the files you burn to disc are less then 2GB. dd is for disk image stuff to see what it does and how it works read up on mdconfig and mdmfs (man pages). you want to make file backed (vnode) memory disks to use for playing with dd... http://www.crazytrain.com/dd.html Also grab some floppy, hdd, or even cd image files to play. http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/advanced/node13.html http://www.rajeevnet.com/hacks_hints/os_clone/os_cloning.html anyways... From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 08:28:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8695F16A41F for ; Mon, 19 Dec 2005 08:28:45 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id C51CF43D46 for ; Mon, 19 Dec 2005 08:28:44 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 33560 invoked by uid 85); 19 Dec 2005 08:28:44 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.349433 secs); 19 Dec 2005 08:28:44 -0000 Received: from unknown (HELO ?192.168.2.84?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 19 Dec 2005 08:28:42 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org, dev@unixdaemon.org Date: Sun, 18 Dec 2005 23:28:26 -0900 User-Agent: KMail/1.8.3 References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <43A64DD2.8060801@jamesbailie.com> <1134976591.79728.9.camel@dracula.transylvania.net> In-Reply-To: <1134976591.79728.9.camel@dracula.transylvania.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1331559.MDzx0Qg7Rl"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512182328.38848.akbeech@gmail.com> Cc: James Bailie Subject: Re: flash plugin in 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 08:28:45 -0000 --nextPart1331559.MDzx0Qg7Rl Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 18 December 2005 10:16 pm, Dev Tugnait wrote: > On Mon, 2005-12-19 at 01:06 -0500, James Bailie wrote: > > Dev Tugnait wrote: > > > The port is not broken cvsup your tree > > > > Yes it is. While some things work, it still does not create the > > proper symbolic link for the acrobat plugin, nor is the path > > for it correct in the sample libmap.confs. Beecher's fix will correct. > > The only thing it doesnt do is create symbolic links which does not mark > a port as BROKEN for one, secondly why would you remove your > browser_plugins dir? That was a typo, read the followup I sent immediately following the first=20 message. Secondly putting plugins in browser_linux_plugins does break firef= ox=20 and mozilla. I would call that broken where I come from. Users should not=20 have to move things that were installed in the wrong place. That's the job = of=20 the port.=20 Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://akparadise.byethost33.com =2D------------------------------------------------------------------------= =2D------------- --nextPart1331559.MDzx0Qg7Rl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDpm82Vq19LUoGB+MRAlW7AJ4oPeXdqItjUrwifU+9VdDyr2UmqACfXG9F oomLDYxzNAE9rB+zttz6yCI= =SsWl -----END PGP SIGNATURE----- --nextPart1331559.MDzx0Qg7Rl-- From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 09:59:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B7A716A41F; Mon, 19 Dec 2005 09:59:53 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F81F43D66; Mon, 19 Dec 2005 09:59:53 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1EoHo3-0006DO-00; Mon, 19 Dec 2005 10:59:47 +0100 Date: Mon, 19 Dec 2005 10:59:46 +0100 To: "Jeff D. Hamann" Message-ID: <20051219095946.GA6233@poupinou.org> References: <004301c60449$865f3cf0$0c00a8c0@mothra> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004301c60449$865f3cf0$0c00a8c0@mothra> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: freebsd-questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: acpi_perf0: invalid _PSS package? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 09:59:53 -0000 On Sun, Dec 18, 2005 at 07:08:40PM -0800, Jeff D. Hamann wrote: > I've been noticing this message on startup (using dmesg) > > acpi_perf0: invalid _PSS package > > and can't figure out what it is, what it's for and why there are so many? It's related to powernow somehow. The powernow driver use ACPI in order to get the needed configuration information. Unfortunately, some BIOS provide buggy _PSS packages. It's likely harmless since other _PSS packages are OK. But to be sure, it would help if you provide a dump of the acpi tables somewhere on the web, or, if you can't, send them privately to me. An acpidump -d -t will give us this information. Note that the kernel log flood is already fixed under -current. This will be MFC'ed soon to RELENG_6. -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care. From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 10:15:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0615C16A41F for ; Mon, 19 Dec 2005 10:15:21 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC7E043D55 for ; Mon, 19 Dec 2005 10:15:19 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [172.16.3.238] (gateway.ash.thebunker.net [213.129.64.4]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.13.4/8.13.4) with ESMTP id jBJAF35r087686 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Dec 2005 10:15:09 GMT (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <43A68822.9060902@infracaninophile.co.uk> Date: Mon, 19 Dec 2005 10:14:58 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051205) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sasa Stupar References: <43A54466.3060502@infracaninophile.co.uk> <04358AD3700C79B569B2BA92@[192.168.10.249]> In-Reply-To: <04358AD3700C79B569B2BA92@[192.168.10.249]> X-Enigmail-Version: 0.93.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enigB7391F925B7F15702404DE21" X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [81.187.76.162]); Mon, 19 Dec 2005 10:15:09 +0000 (GMT) X-Virus-Scanned: ClamAV 0.87.1/1212/Sun Dec 18 11:09:50 2005 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,SPF_FAIL autolearn=no version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on happy-idiot-talk.infracaninophile.co.uk Cc: FreeBSD Q ML Subject: Re: Long delay when sending mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 10:15:21 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB7391F925B7F15702404DE21 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Sasa Stupar wrote: > But is this possible also to be an imap issue since I use it to read my > mail and also to store all outgoing mail? IMAP is not usually involved in /sending/ e-mail. I suggest you try turning up the sendmail logging verbosity and see if you can correlate when the delays occur with what sendmail is logging. To turn up sendmail logging verbosity, add: -O LogLevel=14 to the sendmail flgs in /etc/rc.conf and Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. Flat 3 7 Priory Courtyard PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW, UK --------------enigB7391F925B7F15702404DE21 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDpogm8Mjk52CukIwRA42dAJ0ZdpyjIedAdsuhpXHtnH5Qgy0/PACeL3N4 7OD3wxSvowJqWL3TXatOTvo= =U7x2 -----END PGP SIGNATURE----- --------------enigB7391F925B7F15702404DE21-- From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 10:34:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A85E116A41F for ; Mon, 19 Dec 2005 10:34:57 +0000 (GMT) (envelope-from AshleyMoran@codeweavers.net) Received: from mta08-winn.ispmail.ntl.com (mta08-winn.ispmail.ntl.com [81.103.221.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92C4543D5C for ; Mon, 19 Dec 2005 10:34:56 +0000 (GMT) (envelope-from AshleyMoran@codeweavers.net) Received: from aamta12-winn.ispmail.ntl.com ([81.103.221.35]) by mta08-winn.ispmail.ntl.com with ESMTP id <20051219103455.DRMD17804.mta08-winn.ispmail.ntl.com@aamta12-winn.ispmail.ntl.com> for ; Mon, 19 Dec 2005 10:34:55 +0000 Received: from jigsaw-sbs02.jigsawhq.com ([213.106.224.113]) by aamta12-winn.ispmail.ntl.com with ESMTP id <20051219103455.EJMX774.aamta12-winn.ispmail.ntl.com@jigsaw-sbs02.jigsawhq.com> for ; Mon, 19 Dec 2005 10:34:55 +0000 X-Filtered-With-Copfilter: Version 0.81.6 (ProxSMTP 1.2.1) X-Copfilter-Virus-Scanned: ClamAV 0.87/1212 - Sun Dec 18 11:09:50 2005 X-Copfilter: Client is part of our network, skipped SpamAssassin Received: from alfie.jigsawhq.com ([192.168.0.181]) by jigsaw-sbs02.jigsawhq.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 19 Dec 2005 10:33:43 +0000 From: Ashley Moran Organization: Codeweavers Ltd To: freebsd-questions@freebsd.org Date: Mon, 19 Dec 2005 10:33:44 +0000 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200512191033.44850.ashley.moran@codeweavers.net> X-OriginalArrivalTime: 19 Dec 2005 10:33:44.0137 (UTC) FILETIME=[AFB15B90:01C60487] Subject: My KDE taskbar and desktop have disappeared X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 10:34:57 -0000 (Doubt this first bit is relevant but it's what happened...) This morning, I started up my desktop with the monitors off, so it came up in 640x480 or something useless. I rebooted and logged into KDE and got an error message saying "Taskbar applet cannot be started". I logged out and logged back in. This time it was silent but I still have no taskbar or desktop. Does anyone know what I can do to fix this, or where the error is logged so I can work out what's up? Cheers Ashley From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 10:54:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC8D816A41F for ; Mon, 19 Dec 2005 10:54:25 +0000 (GMT) (envelope-from gojyo83@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4601A43D5F for ; Mon, 19 Dec 2005 10:54:25 +0000 (GMT) (envelope-from gojyo83@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1068580wra for ; Mon, 19 Dec 2005 02:54:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lADmwsL98tXeBM+9X09aC5E3U1JDLum2bc4DmnD4S4ycqc06eArygaXE+USC/azgzOSjA4GWZVmSzRRaYvM5Ofv5z++Mh+cbia8D6rfhL2j4DjetI4NY8miYNaK02HYU+r9WRf3GCzdt6Sz6/btWitDq8oY1m9pcHluR+ajzl9M= Received: by 10.65.177.16 with SMTP id e16mr2903406qbp; Mon, 19 Dec 2005 02:54:24 -0800 (PST) Received: by 10.65.113.1 with HTTP; Mon, 19 Dec 2005 02:54:24 -0800 (PST) Message-ID: Date: Mon, 19 Dec 2005 11:54:24 +0100 From: Gojyo To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Running qmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 10:54:26 -0000 Hi, it seems that I have a issue with qmail itself. Now I'm trying running it without daemontools (I can configure them later, and, as Svein Halvor said, qmail should run as well without). Now, /usr/local/etc/rc.d/qmail links correctly to /var/qmail/rc, which is a copy of /var/qmail/boot/maildir. At boot, the script is executed, and ps -A|grep qmail returns me this: 485 con- I 0:00.04 qmail-send 501 con- I 0:00.01 splogger qmail 502 con- I 0:00.01 qmail-lspawn ./Maildir/ 503 con- I 0:00.01 qmail-rspawn 504 con- I 0:00.01 qmail-clean 606 p0 S+ 0:00.01 grep qmail However, no service is listening on port 25, as "sockstat -4l" tells me. I've tryed using the others /var/qmail/boot scripts, but it's the same. Talking about logs, the "messages" log shows me nothing related, while "maiilog" prints this line when I start the script: 1134993056.844518 status: local 0/10 remote 0/20 trying to telnetl localhost on port 25 refuses the connection. I think is a qmail related problem (and not, say, firewall related), since = I have other services running whithout problems, like Samba and OpenSSH. Any idea? Thanks again! From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 11:17:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BEE116A41F for ; Mon, 19 Dec 2005 11:17:45 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from mail.dc-servers.com (mail.dc-servers.com [83.243.101.206]) by mx1.FreeBSD.org (Postfix) with SMTP id B424343D5E for ; Mon, 19 Dec 2005 11:17:43 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: (qmail 6351 invoked by uid 399); 19 Dec 2005 11:20:18 -0000 Received: from unknown (HELO alfie.jigsawhq.com) (work@ashleymoran.me.uk@213.106.224.113) by mail.dc-servers.com with SMTP; 19 Dec 2005 11:20:18 -0000 From: Ashley Moran Organization: Codeweavers Ltd To: freebsd-questions@freebsd.org Date: Mon, 19 Dec 2005 11:16:36 +0000 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512191116.36495.work@ashleymoran.me.uk> Subject: My KDE taskbar and desktop have disappeared X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 11:17:45 -0000 (Doubt this first bit is relevant but it's what happened...) This morning, I started up my desktop with the monitors off, so it came up in 640x480 or something useless. I rebooted and logged into KDE and got an error message saying "Taskbar applet cannot be started". I logged out and logged back in. This time it was silent but I still have no taskbar or desktop, and Control Centre doesn't start up. Does anyone know what I can do to fix this, or where the error is logged so I can work out what's up? Cheers Ashley PS i sent this from the wrong email in case it shows up again later From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 11:21:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA4DD16A41F for ; Mon, 19 Dec 2005 11:21:58 +0000 (GMT) (envelope-from scott@fishballoon.org) Received: from mta09-winn.ispmail.ntl.com (mta09-winn.ispmail.ntl.com [81.103.221.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F7C443D58 for ; Mon, 19 Dec 2005 11:21:57 +0000 (GMT) (envelope-from scott@fishballoon.org) Received: from aamta11-winn.ispmail.ntl.com ([81.103.221.35]) by mta09-winn.ispmail.ntl.com with ESMTP id <20051219112156.LVBG8609.mta09-winn.ispmail.ntl.com@aamta11-winn.ispmail.ntl.com> for ; Mon, 19 Dec 2005 11:21:56 +0000 Received: from llama.fishballoon.org ([81.104.195.171]) by aamta11-winn.ispmail.ntl.com with ESMTP id <20051219112156.ESUC29634.aamta11-winn.ispmail.ntl.com@llama.fishballoon.org> for ; Mon, 19 Dec 2005 11:21:56 +0000 Received: from scott by llama.fishballoon.org with local (Exim 4.52 (FreeBSD)) id 1EoJ5W-000JZ5-0X for freebsd-questions@freebsd.org; Mon, 19 Dec 2005 11:21:54 +0000 Date: Mon, 19 Dec 2005 11:21:53 +0000 From: Scott Mitchell To: freebsd-questions@freebsd.org Message-ID: <20051219112153.GA74583@llama.fishballoon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.11-RELEASE i386 Sender: Scott Mitchell Subject: FreeBSD, CVS and NetApp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 11:21:58 -0000 Hi all, Does anyone out there have recent experience with running a CVS server on FreeBSD, with the repository files NFS-mounted off a NetApp filer? When I say "server" I mean this would be a machine offering CVS access over ssh or pserver - it would be the only machine accessing the repository files on the NFS server, all clients would talk to the CVS server. There are a lot of reports of CVS file corruption when using an NFS-mounted repository. These all seem to boil down to "we don't really know why it happens, but it seems to be interoperability problems between NFS client and server implementations". There are more reports of problems when clients access the repository directly, but it seems to still happen when only one server machine is touching the NFS volume. So I'm looking for reports (good or bad) of these kinds of setup with specific FreeBSD and NetApp versions... Many thanks in advance, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott at fishballoon.org | 0xAA775B8B | -- Anon From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 11:38:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EC6F16A41F for ; Mon, 19 Dec 2005 11:38:56 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 615E843D58 for ; Mon, 19 Dec 2005 11:38:55 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: by nproxy.gmail.com with SMTP id p48so380366nfa for ; Mon, 19 Dec 2005 03:38:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=MK84w1EIT3B4MExg6rj6WsUn/vUkWud3ZygushaC4pVOiBdElfig67HRBlLMPt/i41jZsF0vCS6ltFTeti1olmJpbyQyrbX3kQLZnHeuNWa/DobDI9MIPEVerdcrnkiGsOYDYq0nzCFC+Y3jl+ADr6D4gAaH17zY3pdaNe49Rgk= Received: by 10.48.43.4 with SMTP id q4mr239418nfq; Mon, 19 Dec 2005 03:38:53 -0800 (PST) Received: by 10.48.232.8 with HTTP; Mon, 19 Dec 2005 03:38:53 -0800 (PST) Message-ID: Date: Mon, 19 Dec 2005 12:38:53 +0100 From: Thomas Linton To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to safty unplug a USB Stick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 11:38:56 -0000 My USB stick works fine, but I can't figure out how to safty unplug the USB stick. The LED on my stick is always on; if i try "camcontrol stop da0" or "camcontrol eject da0" it stays on. Under Linux the "eject" command turns the LED (Power) off. From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 11:53:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A97316A41F for ; Mon, 19 Dec 2005 11:53:13 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8778143D4C for ; Mon, 19 Dec 2005 11:53:12 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id jBJBu3P38796; Mon, 19 Dec 2005 03:56:03 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Sasa Stupar" , Date: Mon, 19 Dec 2005 03:52:47 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 11:53:13 -0000 Sasa, Try this ping flooder then: http://my-security.net/outofsite/ICMP%20Ping%20Flood.zip Ted >-----Original Message----- >From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >Sent: Monday, December 19, 2005 12:00 AM >To: Ted Mittelstaedt; freebsd-questions@freebsd.org >Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme >Song) > > >It doesn't work on winxp. I am going to build another machine >with FreeBSD >5.4 and I'll try it then and let you know the results. > >Sasa > >--On 18. december 2005 14:02 -0800 Ted Mittelstaedt > >wrote: > >> >> In looking at this again, I didn't realize you were pinging from >> Win2K >> >> Win2K uses the -f option to set the Do Not Fragment bit, UNIX uses >> the -f option to flood ping. Win2k ping does not have a flood ping >> option. You can download a ping for Windows from Microsoft here: >> >> http://research.microsoft.com/barc/mbone/mping.aspx >> >> that does have an option for flooding traffic. ( set the milliseconds >> between packets very low) but I have not tested it. Doubtless >> others are available on the Internet. >> >> Ted >> >>> -----Original Message----- >>> From: owner-freebsd-questions@freebsd.org >>> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Sasa Stupar >>> Sent: Sunday, December 18, 2005 6:07 AM >>> To: Ted Mittelstaedt; freebsd-questions@freebsd.org >>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme >>> Song) >>> >>> >>> Nothing. From the GUI view it is at 0% of utilisation. >>> >>> Sasa >>> >>> --On 18. december 2005 3:51 -0800 Ted Mittelstaedt >>> >>> wrote: >>> >>>> >>>> what does the CPU of the router do when your doing that? >>>> >>>> Ted >>>> >>>>> -----Original Message----- >>>>> From: owner-freebsd-questions@freebsd.org >>>>> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of >Sasa Stupar >>>>> Sent: Sunday, December 18, 2005 3:00 AM >>>>> To: Ted Mittelstaedt; freebsd-questions@freebsd.org >>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: >Freebsd Theme >>>>> Song) >>>>> >>>>> >>>>> >>>>> >>>>> --On 18. december 2005 2:32 -0800 Ted Mittelstaedt >>>>> >>>>> wrote: >>>>> >>>>>> >>>>>> >>>>>>> -----Original Message----- >>>>>>> From: owner-freebsd-questions@freebsd.org >>>>>>> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of >>> Sasa Stupar >>>>>>> Sent: Sunday, December 18, 2005 2:21 AM >>>>>>> To: Ted Mittelstaedt; freebsd-questions@freebsd.org >>>>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>>>> Theme Song) >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> --On 18. december 2005 1:33 -0800 Ted Mittelstaedt >>>>>>> >>>>>>> wrote: >>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> -----Original Message----- >>>>>>>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>>>>>>> Sent: Friday, December 16, 2005 5:25 AM >>>>>>>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>>>>>>> Cc: freebsd-questions@freebsd.org >>>>>>>>> Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd >>>>>>>>> Theme Song) >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> --On 16. december 2005 3:36 -0800 Ted Mittelstaedt >>>>>>>>> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> -----Original Message----- >>>>>>>>>>> From: Sasa Stupar [mailto:sasa@stupar.homelinux.net] >>>>>>>>>>> Sent: Thursday, December 15, 2005 12:34 AM >>>>>>>>>>> To: Ted Mittelstaedt; danial_thom@yahoo.com; Drew Tomlinson >>>>>>>>>>> Cc: freebsd-questions@freebsd.org >>>>>>>>>>> Subject: RE: Polling For 100 mbps Connections? (Was >Re: Freebsd >>>>>>>>>>> Theme Song) >>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> Ted >>>>>>>>>>> >>>>>>>>>>> Hmmm, here is test with iperf what I have done with and >>>>>>>>> without polling: >>>>>>>>>>> ************** >>>>>>>>>>> ------------------------------------------------------------ >>>>>>>>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>>>>>>>> TCP window size: 8.00 KByte (default) >>>>>>>>>>> ------------------------------------------------------------ >>>>>>>>>>> [1816] local 192.168.10.249 port 1088 connected with >>>>>>>>>>> 192.168.1.200 port 5001 >>>>>>>>>>> [ ID] Interval Transfer Bandwidth >>>>>>>>>>> [1816] 0.0-10.0 sec 108 MBytes 90.1 Mbits/sec >>>>>>>>>>> >>>>>>>>>>> This is when I use Device polling option on m0n0. >>>>>>>>>>> >>>>>>>>>>> If I disable this option then my transfer is worse: >>>>>>>>>>> ------------------------------------------------------------ >>>>>>>>>>> Client connecting to 192.168.1.200, TCP port 5001 >>>>>>>>>>> TCP window size: 8.00 KByte (default) >>>>>>>>>>> ------------------------------------------------------------ >>>>>>>>>>> [1816] local 192.168.10.249 port 1086 connected with >>>>>>>>>>> 192.168.1.200 port 5001 >>>>>>>>>>> [ ID] Interval Transfer Bandwidth >>>>>>>>>>> [1816] 0.0-10.0 sec 69.7 MBytes 58.4 Mbits/sec >>>>>>>>>>> *************** >>>>>>>>>>> >>>>>>>>>>> BTW: my router is m0n0wall (FBSD 4.11). >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> what are the cpu speeds and operating systems of all devices >>>>>>>>>> in the packet path, what is the make and model of switchs in >>>>>>>>>> use, provide dmesg output of the bsd box, a network diagram >>>>>>>>>> of the setup, etc. etc. etc. >>>>>>>>>> >>>>>>>>>> The above test results are not replicatable and thus, >worthless. >>>>>>>>>> Useful test results would allow a reader to build an exact >>>>>>>>>> duplicate of your setup, config it identically, and get >>> identical >>>>>>>>>> results. >>>>>>>>>> >>>>>>>>>> Ted >>>>>>>>>> >>>>>>>>> >>>>>>>>> OK. The server (192.168.1.200) is FreeBSD 5.4 with Duron 900 >>>>>>> and 3C905C >>>>>>>> >>>>>>>> The 3com 3c905 is not a very good card under FreeBSD the >>> driver was >>>>>>>> written >>>>>>>> without support from 3com and is shakey on a lot of >>>>> hardware. I would >>>>>>>> say >>>>>>>> there's a big question that your server is actually >saturating the >>>>>>>> ethernet. >>>>>>>> Probably that is why your only getting 90Mbt. >>>>>>>> >>>>>>>>> NIC; router is m0n0wall (FreeBSD 4.11) with three Intel >>>>>>>>> Pro/100S Nics and >>>>>>>>> Celeron 433; The user computer (192.168.10.249) is Celeron 2400 >>>>>>>>> with winxp >>>>>>>>> and integrated NIC Realtek 8139 series. Switch is CNET >CNSH-1600. >>>>>>>>> >>>>>>>> >>>>>>>> Once again, the winxp+realtek 8139 is not a particularly >>>>>>> steller combo, >>>>>>>> I would question that this system could saturate the >>>>> ethernet, either. >>>>>>>> >>>>>>>>> Diagram: >>>>>>>>> >>>>>>>>> dmesg from the router: >>>>>>>>> ---------------- >>>>>>>>> $ dmesg >>>>>>>>> Copyright (c) 1992-2005 The FreeBSD Project. >>>>>>>>> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, >>>>>>> 1992, 1993, 1994 >>>>>>>>> The Regents of the University of California. All >rights reserved. >>>>>>>>> FreeBSD 4.11-RELEASE-p11 #0: Wed Sep 7 13:49:09 CEST 2005 >>>>>>>>> root@fb411.neon1.net:/usr/src/sys/compile/M0N0WALL_GENERIC >>>>>>>>> Timecounter "i8254" frequency 1193182 Hz >>>>>>>>> CPU: Pentium II/Pentium II Xeon/Celeron (434.32-MHz >>> 686-class CPU) >>>>>>>>> Origin = "GenuineIntel" Id = 0x665 Stepping = 5 >>>>>>>>> >>>>>>>>> >Features=0x183f9ff>>>>>>>> GE,MCA,CMOV,PAT,PSE36,MMX,FXSR> >>>>>>>>> real memory = 201326592 (196608K bytes) >>>>>>>>> avail memory = 179142656 (174944K bytes) >>>>>>>>> Preloaded elf kernel "kernel" at 0xc1006000. >>>>>>>>> Preloaded mfs_root "/mfsroot" at 0xc100609c. >>>>>>>>> Pentium Pro MTRR support enabled >>>>>>>>> md0: Preloaded image 11534336 bytes at 0xc0504d9c >>>>>>>>> md1: Malloc disk >>>>>>>>> Using $PIR table, 8 entries at 0xc00fdef0 >>>>>>>>> npx0: on motherboard >>>>>>>>> npx0: INT 16 interface >>>>>>>>> pcib0: on >motherboard >>>>>>>>> pci0: on pcib0 >>>>>>>>> pcib1: at device >>>>>>>>> 1.0 on pci0 >>>>>>>>> pci1: on pcib1 >>>>>>>>> isab0: at device 7.0 on pci0 >>>>>>>>> isa0: on isab0 >>>>>>>>> atapci0: port 0xf000-0xf00f at >>>>>>>>> device 7.1 on >>>>>>>>> pci0 >>>>>>>>> ata0: at 0x1f0 irq 14 on atapci0 >>>>>>>>> ata1: at 0x170 irq 15 on atapci0 >>>>>>>>> uhci0: port >>>>>>>>> 0xd000-0xd01f irq 11 >>>>>>>>> at device 7.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 >>>>>>>>> chip1: port >>>>>>>>> 0x5000-0x500f at >>>>>>>>> device 7.3 on pci0 >>>>>>>>> pci0: (vendor=0x1274, dev=0x1371) at 8.0 irq 11 >>>>>>>>> fxp0: port 0xd800-0xd83f mem >>>>>>>>> 0xd0400000-0xd041ffff,0xd0460000-0xd0460fff irq 10 at device >>>>>>>>> 15.0 on pci0 >>>>>>>>> fxp0: Ethernet address 00:02:b3:62:f6:06 >>>>>>>>> inphy0: on miibus0 >>>>>>>>> inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>>>>>> fxp1: port 0xdc00-0xdc3f mem >>>>>>>>> 0xd0420000-0xd043ffff,0xd0462000-0xd0462fff irq 12 at device >>>>>>>>> 16.0 on pci0 >>>>>>>>> fxp1: Ethernet address 00:02:b3:9c:2a:16 >>>>>>>>> inphy1: on miibus1 >>>>>>>>> inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>>>>>> fxp2: port 0xe000-0xe03f mem >>>>>>>>> 0xd0440000-0xd045ffff,0xd0461000-0xd0461fff irq 7 at device >>>>>>> 19.0 on pci0 >>>>>>>>> fxp2: Ethernet address 00:02:b3:8c:e4:f6 >>>>>>>>> inphy2: on miibus2 >>>>>>>>> inphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >>>>>>>>> pmtimer0 on isa0 >>>>>>>>> fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq >>>>>>>>> 2 on isa0 >>>>>>>>> fdc0: FIFO enabled, 8 bytes threshold >>>>>>>>> fd0: <1440-KB 3.5" drive> on fdc0 drive 0 >>>>>>>>> atkbdc0: at port >0x60,0x64 on isa0 >>>>>>>>> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 >>>>>>>>> sio0: type 16550A, console >>>>>>>>> sio1: configured irq 3 not in bitmap of probed irqs 0 >>>>>>>>> BRIDGE 020214 loaded >>>>>>>>> IPsec: Initialized Security Association Processing. >>>>>>>>> IP Filter: v3.4.35 initialized. Default = block all, >>>>>>> Logging = enabled >>>>>>>>> ad0: 3098MB [6296/16/63] at ata0-master PIO4 >>>>>>>>> acd0: CDROM at ata1-master PIO4 >>>>>>>>> Mounting root from ufs:/dev/md0c >>>>>>>>> fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>>>>>> fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>>>>>> fxp2: Microcode loaded, int_delay: 1000 usec bundle_max: 6 >>>>>>>>> ata0: resetting devices .. done >>>>>>>>> ------------- >>>>>>>>> >>>>>>>>> If you need more just ask for it. You don't need to be >>>>> angry. Peace. >>>>>>>>> >>>>>>>> >>>>>>>> OK, next question: >>>>>>>> >>>>>>>> ftp transfer like this uses large packets, rerun the test >>>>> with ping -f >>>>>>>> with different ping packet sizes, post the results. >>>>>>>> >>>>>>>> Remember, routers have to deal with many sized packets. >>>>>>>> >>>>>>>> Ted >>>>>>>> >>>>>>> >>>>>>> Interesting. I have tested like you've said and I could ping >>>>>>> with packet >>>>>>> size 1450 bytes. Everything bigger is telling that >"packet must be >>>>>>> fragmented but DF is set up". This is of course pinging >>> from winxp to >>>>>>> server. >>>>>> >>>>>> That is normal since under winxp ping sets the DF bit I believe. >>>>>> >>>>>> The larger packets are not what matters, the smaller >>> packets are more >>>>>> interesting. I find it hard to believe your getting the same >>>>> throughput >>>>>> with >>>>>> flood pinging with 56 byte packets. >>>>>> >>>>>> Ted >>>>>> >>>>> >>>>> Here is the output: >>>>> ------------- >>>>> C:\Documents and Settings\nathsasa>ping -t -f -l 56 mig29 >>>>> >>>>> Preverjanje dosegljivosti mig29.workgroup [192.168.1.200] z >>> 56 B podatk >>>>> >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> Odgovor od 192.168.1.200: bajtov=56 èas < 1 ms TTL=63 >>>>> >>>>> Statistika preverjanja dosegljivosti za 192.168.1.200: >>>>> Paketov: Poslanih = 46, Prejetih = 46, Izgubljenih = 0 >>> (0% izguba), >>>>> Povpreèni èas v milisekundah: >>>>> Minimum = 0ms, Maksimum = 0ms, Povpreèje = 0ms >>>>> ----------- >>>>> >>>>> It's in my native language but the position is the same as >>> in english. >>>>> >>>>> -- >>>>> Sasa Stupar >>>>> _______________________________________________ >>>>> freebsd-questions@freebsd.org mailing list >>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>>> To unsubscribe, send any mail to >>>>> "freebsd-questions-unsubscribe@freebsd.org" >>>>> >>>>> -- >>>>> No virus found in this incoming message. >>>>> Checked by AVG Free Edition. >>>>> Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: >>>>> 12/16/2005 >>>>> >>>> >>> >>> >>> >>> -- >>> Sasa Stupar >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to >>> "freebsd-questions-unsubscribe@freebsd.org" >>> >>> -- >>> No virus found in this incoming message. >>> Checked by AVG Free Edition. >>> Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: >>> 12/16/2005 >>> >> > > > >-- >Sasa Stupar > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: >12/16/2005 > From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 12:12:44 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA59B16A41F for ; Mon, 19 Dec 2005 12:12:44 +0000 (GMT) (envelope-from ivan.roth@free.fr) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE5343D7C for ; Mon, 19 Dec 2005 12:12:28 +0000 (GMT) (envelope-from ivan.roth@free.fr) Received: from imp3-g19.free.fr (imp3-g19.free.fr [212.27.42.3]) by smtp5-g19.free.fr (Postfix) with ESMTP id 1F151171CA for ; Mon, 19 Dec 2005 13:12:26 +0100 (CET) Received: by imp3-g19.free.fr (Postfix, from userid 33) id D64C34C9DD; Mon, 19 Dec 2005 13:12:26 +0100 (MET) Received: from 83.214.71.138 ([83.214.71.138]) by imp4.free.fr (Horde) with HTTP for ; Mon, 19 Dec 2005 13:12:26 +0100 Message-ID: <20051219131226.9klflpxbj34gc440@imp4.free.fr> Date: Mon, 19 Dec 2005 13:12:26 +0100 From: ivan.roth@free.fr To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.2) Cc: Subject: Re: How to safty unplug a USB Stick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 12:12:45 -0000 Thomas Linton wrote: (already Cc to him) > My USB stick works fine, but I can't figure out how to safty unplug the USB > stick. The LED on my stick is always on; if i try "camcontrol stop da0" or > "camcontrol eject da0" it stays on. > > Under Linux the "eject" command turns the LED (Power) off. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > I am not really sure about this but isn't umount your key enough ? If not, I am interested in the solution cause I only mount/unmount my key. No trouble at this point. Regards, Ivan. From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 14:56:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89A5816A41F for ; Mon, 19 Dec 2005 14:56:31 +0000 (GMT) (envelope-from rihad@mail.ru) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D4C243D60 for ; Mon, 19 Dec 2005 14:56:29 +0000 (GMT) (envelope-from rihad@mail.ru) Received: from [62.212.229.11] (port=37485 helo=[62.212.229.11]) by mx2.mail.ru with esmtp id 1EoMR8-00025v-00 for freebsd-questions@freebsd.org; Mon, 19 Dec 2005 17:56:27 +0300 Message-ID: <43A6CA19.5020100@mail.ru> Date: Mon, 19 Dec 2005 18:56:25 +0400 From: rihad User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ports security branch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 14:56:31 -0000 Is there a security branch for the FreeBSD ports collection? Let's say, I installed FreeBSD 6.0 together with all needed -RELEASE ports/packages. Running security/portaudit after a while reveals that some of the installed packages have vulnerabilities. Am I on my own to go grab the fresh ports tree, and upgrade the affected software, suffering all the intricacies of the move by myself? Debian GNU/Linux has its security package updates, OpenBSD has a separately maintained "errata" ports branch (you still get to download a newer release of the software, though (IIRC)). From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 15:06:11 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C5D616A41F for ; Mon, 19 Dec 2005 15:06:11 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id EAAEA43D5A for ; Mon, 19 Dec 2005 15:06:10 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 23279 invoked by uid 502); 19 Dec 2005 15:06:10 -0000 Received: from dsl29226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.116.226) by 0 with SMTP; 19 Dec 2005 15:06:10 -0000 X-CLIENT-IP: 216.227.116.226 X-CLIENT-HOST: dsl29226.ywave.com Message-ID: <43A6CC60.2030708@ywave.com> Date: Mon, 19 Dec 2005 07:06:08 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ivan.roth@free.fr References: <20051219131226.9klflpxbj34gc440@imp4.free.fr> In-Reply-To: <20051219131226.9klflpxbj34gc440@imp4.free.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: How to safty unplug a USB Stick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 15:06:11 -0000 ivan.roth@free.fr wrote: > Thomas Linton wrote: (already Cc to him) > >>My USB stick works fine, but I can't figure out how to safty unplug the USB >>stick. The LED on my stick is always on; if i try "camcontrol stop da0" or >>"camcontrol eject da0" it stays on. >> >>Under Linux the "eject" command turns the LED (Power) off. > > > I am not really sure about this but isn't umount your key enough ? > > If not, I am interested in the solution cause I only mount/unmount my key. No > trouble at this point. > > Regards, Ivan. On 5.2/5.3/5.4 I've used umount then camcontrol eject dax. The light always turns off for me. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 15:12:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A55616A41F for ; Mon, 19 Dec 2005 15:12:04 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95EAC43D64 for ; Mon, 19 Dec 2005 15:12:02 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (83.253.29.241) by pne-smtpout2-sn2.hy.skanova.net (7.2.069.1) id 43A6B33B0000ADA6 for freebsd-questions@freebsd.org; Mon, 19 Dec 2005 16:12:02 +0100 Received: (qmail 48936 invoked by uid 1001); 19 Dec 2005 16:12:01 +0100 Date: Mon, 19 Dec 2005 16:12:01 +0100 From: Erik Trulsson To: rihad Message-ID: <20051219151201.GA48891@falcon.midgard.homeip.net> Mail-Followup-To: rihad , freebsd-questions@freebsd.org References: <43A6CA19.5020100@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43A6CA19.5020100@mail.ru> User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: ports security branch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 15:12:04 -0000 On Mon, Dec 19, 2005 at 06:56:25PM +0400, rihad wrote: > Is there a security branch for the FreeBSD ports collection? No, the ports tree is not branched at all. > Let's say, > I installed FreeBSD 6.0 together with all needed -RELEASE > ports/packages. Running security/portaudit after a while reveals that > some of the installed packages have vulnerabilities. Am I on my own to > go grab the fresh ports tree, and upgrade the affected software, > suffering all the intricacies of the move by myself? Yes, although sysutils/portmanager can be of some help when upgrading your ports. > Debian GNU/Linux > has its security package updates, OpenBSD has a separately maintained > "errata" ports branch (you still get to download a newer release of the > software, though (IIRC)). -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 15:31:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BAEC16A41F for ; Mon, 19 Dec 2005 15:31:19 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B36D43D5E for ; Mon, 19 Dec 2005 15:31:15 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id jBJFV3ZJ021852; Mon, 19 Dec 2005 17:31:05 +0200 Received: by flame.pc (Postfix, from userid 1001) id 97DDB115BB; Mon, 19 Dec 2005 17:30:00 +0200 (EET) Date: Mon, 19 Dec 2005 17:30:00 +0200 From: Giorgos Keramidas To: Gojyo Message-ID: <20051219153000.GB6217@flame.pc> 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: Running qmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 15:31:19 -0000 On 2005-12-19 11:54, Gojyo wrote: > Hi, > it seems that I have a issue with qmail itself. > Now I'm trying running it without daemontools (I can configure them later, > and, as Svein Halvor said, qmail should run as well without). > Now, /usr/local/etc/rc.d/qmail links correctly to /var/qmail/rc, which is a > copy of /var/qmail/boot/maildir. > At boot, the script is executed, and ps -A|grep qmail returns me this: > > 485 con- I 0:00.04 qmail-send > 501 con- I 0:00.01 splogger qmail > 502 con- I 0:00.01 qmail-lspawn ./Maildir/ > 503 con- I 0:00.01 qmail-rspawn > 504 con- I 0:00.01 qmail-clean > 606 p0 S+ 0:00.01 grep qmail > > However, no service is listening on port 25, as "sockstat -4l" tells me. > I've tryed using the others /var/qmail/boot scripts, but it's the same. That's because qmail-smtpd hasn't started. You have to do that separately from qmail-lspawn and qmail-rspawn. From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 16:42:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2844216A420 for ; Mon, 19 Dec 2005 16:42:22 +0000 (GMT) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D17D43D82 for ; Mon, 19 Dec 2005 16:41:48 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Mon, 19 Dec 2005 17:41:45 +0100 id 00039832.43A6E2C9.00001A88 Date: Mon, 19 Dec 2005 17:41:45 +0100 To: freebsd-questions Message-ID: <20051219164145.GA6735@lothlorien.nagual.st> References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <43A64DD2.8060801@jamesbailie.com> <1134976591.79728.9.camel@dracula.transylvania.net> <200512182328.38848.akbeech@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <200512182328.38848.akbeech@gmail.com> User-Agent: Mutt/1.4.2.1i From: dick hoogendijk Subject: Re: flash plugin in 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 16:42:22 -0000 On 18 Dec Beecher Rintoul wrote: > On Sunday 18 December 2005 10:16 pm, Dev Tugnait wrote: > > On Mon, 2005-12-19 at 01:06 -0500, James Bailie wrote: > > > Dev Tugnait wrote: > > > > The port is not broken cvsup your tree > > > > > > Yes it is. While some things work, it still does not create the > > > proper symbolic link for the acrobat plugin, nor is the path > > > for it correct in the sample libmap.confs. Beecher's fix will correct. > > > > The only thing it doesnt do is create symbolic links which does not mark > > a port as BROKEN for one, secondly why would you remove your > > browser_plugins dir? > > That was a typo, read the followup I sent immediately following the > first message. Secondly putting plugins in browser_linux_plugins does > break firefox and mozilla. I would call that broken where I come from. > Users should not have to move things that were installed in the wrong > place. That's the job of the port. You were very quick with your correction of the typo. Faster than some of us read their mails ;-) Secondly, I totally agree to the statement that the port is "broken" You have too much to manually correct. At the time I was not aware of the facts and lost quite some time finding out. If you know, it's not that kind of a deal. -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 6.0 +++ The Power to Serve From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 16:47:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D2D716A41F for ; Mon, 19 Dec 2005 16:47:31 +0000 (GMT) (envelope-from rihad@mail.ru) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D5D43D6E for ; Mon, 19 Dec 2005 16:47:30 +0000 (GMT) (envelope-from rihad@mail.ru) Received: from [62.212.229.11] (port=60386 helo=[62.212.229.11]) by mx2.mail.ru with esmtp id 1EoOAb-000AIK-00 for freebsd-questions@freebsd.org; Mon, 19 Dec 2005 19:47:29 +0300 Message-ID: <43A6E420.8060100@mail.ru> Date: Mon, 19 Dec 2005 20:47:28 +0400 From: rihad User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43A6CA19.5020100@mail.ru> <43A6CBD2.9060601@netfence.it> In-Reply-To: <43A6CBD2.9060601@netfence.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ports security branch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 16:47:31 -0000 Andrea Venturoli wrote: > rihad wrote: > > FreeBSD only has a "current" port tree. > > The port tree you call "-RELEASE" is simply "current" as it was at the > time the base OS was released. > Yes, wrong wording here. I was aware of that "snapshot" thing happening, just lazy to go check www.freebsd.org for the correct name. Thanks for the nitpick. From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 17:45:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD3D116A41F for ; Mon, 19 Dec 2005 17:45:51 +0000 (GMT) (envelope-from rbhurtha@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D1943D5A for ; Mon, 19 Dec 2005 17:45:50 +0000 (GMT) (envelope-from rbhurtha@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1150731wra for ; Mon, 19 Dec 2005 09:45:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HquzK2LTT0JPhGmlyTmVn/KktQpHhoNlXpdLG6LAdzw90VV4YhQpOCOuW4eZVk/2hP5HdiisEI/blRCwjLgLmxw9XmbEHKVA+w/5CzyDOzSxzxFP1AzdHfytYf619FQfoqAQ7Toe5iFUqIgpLQ/UV5a72EW3cwIjdbyM/Z/j7wk= Received: by 10.64.131.17 with SMTP id e17mr3201528qbd; Mon, 19 Dec 2005 09:45:49 -0800 (PST) Received: by 10.65.153.20 with HTTP; Mon, 19 Dec 2005 09:45:49 -0800 (PST) Message-ID: Date: Mon, 19 Dec 2005 17:45:49 +0000 From: Roshan To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Video / Audio Capture Framework in FreeBSD ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 17:45:52 -0000 Hello list. Does anyone know if there will be a Video / Audio capture framework that will be part of FreeBSD in the next few years ? I currently use the bktr device for image capture, but it would be nice if there was some kind of interface that would permit me to capture from a broader kind of video devices. On Linux they have v4l ( video for linux ) that does exactly that, but i don't think it will be ported to *BSD due to licensing issues. I came across bsdav in the ports tree, but it seems to be broken. I am also curious as to what kind of capture methods/framework other image/signal processing people use under FreeBSD. Thanks Roshan. From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 17:52:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC2316A420 for ; Mon, 19 Dec 2005 17:52:52 +0000 (GMT) (envelope-from travellers.dream.hunter@gmail.com) Received: from priv-edtnes57.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id B323E43D53 for ; Mon, 19 Dec 2005 17:52:50 +0000 (GMT) (envelope-from travellers.dream.hunter@gmail.com) Received: from [192.168.1.140] (really [207.219.37.163]) by priv-edtnes57.telusplanet.net (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20051219175250.JIVH20746.priv-edtnes57.telusplanet.net@[192.168.1.140]> for ; Mon, 19 Dec 2005 10:52:50 -0700 To: freebsd-questions@freebsd.org From: travellers.dream.hunter@gmail.com Date: Mon, 19 Dec 2005 12:52:57 -0500 Message-ID: <20051219175257.1548.45747@suting> Mime-version: 1.0 Content-type: Multipart/mixed; boundary="===============0899790983==" Subject: Always get the lowest vacation, not a dream X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 17:52:52 -0000 Mime message --===============0899790983== Content-type: text/plain Content-transfer-encoding: 7bit To ensure your Hunter Service is delivered to your inbox, be sure to add travellers.dream.hunter@gmail.com to your email address book or contact list. Travellers Dream Hunter (Xmas Sale Coupon: SAMX-74P3-ER) How can I save bucks, moneys, $$, for my dream trip? When will be the best deal, the cheapest price, the lowest price to go to Vegas, Bahamas, Barbados, Caribbean, Europe, France, or wherever? Expedia, Travelocity, Itravel2000, Priceline, Orbitz, Escapenow, Hotel.com. Who is offering the best deal? When are they offering the best deal? I have a fixed vacation schedule, when is the most suitable time to place my order? I only want non-stop flight, but I still want the best deal, the cheapest price, the lowest price. How can I get it? I only want to stay in 4-star hotel, but I still want the best deal, the cheapest price, the lowest price. How can I get it? Your dream and your answer can be fulfilled by Travellers Dream Hunter, your best tools for your vacation, trip and travel planning. Grasp the Chances, Save the Bucks!!! Want to know more details: http://www.google.ca/search?hl=en&q=%22traveller%27s+dream+hunter%22&btnG=Google+Search&meta= Note: You received this email, only because you subscribed to Hunter service. To remove yourself from the mailing list, please simply sendmail email to travellers.dream.hunter@gmail.com, subject 'Unscribe'. --===============0899790983==-- From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 18:16:46 2005 Return-Path: X-Original-To: freebsd-questions@freeBSD.org Delivered-To: freebsd-questions@freeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D41716A41F for ; Mon, 19 Dec 2005 18:16:46 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 174EA43D5E for ; Mon, 19 Dec 2005 18:16:45 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 37CD662CD61 for ; Mon, 19 Dec 2005 14:16:42 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 12543-03 for ; Mon, 19 Dec 2005 14:16:42 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id C4CDB62CD5B for ; Mon, 19 Dec 2005 14:16:41 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id C718036250; Mon, 19 Dec 2005 14:16:40 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id C5F9A34264 for ; Mon, 19 Dec 2005 14:16:40 -0400 (AST) Date: Mon, 19 Dec 2005 14:16:40 -0400 (AST) From: "Marc G. Fournier" To: freebsd-questions@freeBSD.org Message-ID: <20051219141510.U1087@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Cc: Subject: Multiple server monitoring with HPs iLO ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 18:16:46 -0000 I'm looking at deploying some HP servers in the new year,and one thing that I'm finding a drawback is that their iLO, as far as I can tell, would require me to open on browser window for ever server I want to monitor remotely ... Does anyone know of any tools (OSS, preferably runs on FreeBSD) that would allow me to almalgamate and monitor multiple DL servers from one window? Thanks ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 18:28:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7226716A41F for ; Mon, 19 Dec 2005 18:28:47 +0000 (GMT) (envelope-from mike@ascendency.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C0EC43D7F for ; Mon, 19 Dec 2005 18:28:34 +0000 (GMT) (envelope-from mike@ascendency.net) Received: from eisenhower.ascendency.net ([67.173.128.145]) by comcast.net (rwcrmhc11) with ESMTP id <2005121918283201300cami3e>; Mon, 19 Dec 2005 18:28:33 +0000 Received: from Mike8500 (ipcop.localdomain [192.168.1.1]) (authenticated bits=0) by eisenhower.ascendency.net (8.13.4/8.13.4) with ESMTP id jBJIST14011161 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Mon, 19 Dec 2005 12:28:31 -0600 (CST) (envelope-from mike@ascendency.net) From: "Mike Loiterman" To: Date: Mon, 19 Dec 2005 12:28:29 -0600 Message-ID: <017c01c604ca$03d6c6f0$0401a8c0@Mike8500> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcYEygHnGaU0Ar4oSRSRewsNegzg3g== X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (eisenhower.ascendency.net [192.168.1.22]); Mon, 19 Dec 2005 12:28:32 -0600 (CST) Subject: Correct procedure for upgading from php4 to php5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mike@ascendency.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 18:28:47 -0000 What would be the correct way to upgrade from php4 to php5? I tried: # portupgrade -rRno /usr/ports/www/mod_php5 mod_php4-4.4.1_3,1 But that only shows that it would upgrade the mod_php4 port and skip everything else: ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) - lang/perl5.8 (perl-5.8.7) - converters/libiconv (libiconv-1.9.2_1) - textproc/expat2 (expat-1.95.8_3) - www/apache20 (apache-2.0.55_2) + www/mod_php5 (mod_php4-4.4.1_3,1) - databases/php4-mysql (php4-mysql-4.4.1_3) - devel/php4-tokenizer (php4-tokenizer-4.4.1_3) - devel/php4-gettext (php4-gettext-4.4.1_3) - archivers/php4-zlib (php4-zlib-4.4.1_3) - sysutils/php4-posix (php4-posix-4.4.1_3) - lang/php4-overload (php4-overload-4.4.1_3) - archivers/php4-bz2 (php4-bz2-4.4.1_3) - textproc/php4-xml (php4-xml-4.4.1_3) - security/php4-mcrypt (php4-mcrypt-4.4.1_3) - textproc/php4-ctype (php4-ctype-4.4.1_3) - security/php4-mhash (php4-mhash-4.4.1_3) - security/php4-openssl (php4-openssl-4.4.1_3) - databases/adodb (adodb-4.68) - graphics/phplot (phplot-4.4.6_2) - converters/php4-mbstring (php4-mbstring-4.4.1_3) - graphics/php4-gd (php4-gd-4.4.1_3) - graphics/jpgraph (jpgraph-1.19) - devel/php4-pcre (php4-pcre-4.4.1_3) - www/php4-session (php4-session-4.4.1_3) - www/eaccelerator (eaccelerator-0.9.4.r1_1) - www/phpSysInfo (phpSysInfo-2.3) - print/pecl-pdflib (pecl-pdflib-2.0.4) - www/phpwiki (phpwiki-1.2.10_1) - lang/php4-extensions (php4-extensions-1.0) - www/gallery2 (gallery2-2.0.2) - mail/squirrelmail (squirrelmail-1.4.5_2) - www/drupal (drupal-4.6.4) - databases/phpmyadmin (phpMyAdmin-2.7.0.1) How can I get it to upgrade the other php4 ports to their respective php5 versions? ------------------------------ Mike Loiterman grantADLER Tel: 630-302-4944 Fax: 773-442-0992 Email: mike@ascendency.net PGP Key: 0xD1B9D18E From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 19:02:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B13D416A41F for ; Mon, 19 Dec 2005 19:02:10 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8C3143D64 for ; Mon, 19 Dec 2005 19:02:09 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.100] (adsl-209-30-154-170.dsl.rcsntx.swbell.net [209.30.154.170]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id 857A5114326 for ; Mon, 19 Dec 2005 13:01:05 -0600 (CST) Date: Mon, 19 Dec 2005 13:01:17 -0600 From: Paul Schmehl To: freebsd-questions@freebsd.org Message-ID: <124C8EC79D9A6FBB2A645B28@Paul-Schmehls-Computer.local> In-Reply-To: <43A6CA19.5020100@mail.ru> References: <43A6CA19.5020100@mail.ru> X-Mailer: Mulberry/4.0.0 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: ports security branch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 19:02:10 -0000 --On December 19, 2005 6:56:25 PM +0400 rihad wrote: > Is there a security branch for the FreeBSD ports collection? Let's say, > I installed FreeBSD 6.0 together with all needed -RELEASE ports/packages. > Running security/portaudit after a while reveals that some of the > installed packages have vulnerabilities. Am I on my own to go grab the > fresh ports tree, and upgrade the affected software, suffering all the > intricacies of the move by myself? Debian GNU/Linux has its security > package updates, OpenBSD has a separately maintained "errata" ports > branch (you still get to download a newer release of the software, though > (IIRC)). > On your own, but not in the sense you may think. If you cvsup your ports (I do it nightly for all my servers), then you can simply run portupgrade and all the affected ports will be upgraded (assuming you use the right switches - I use -ai because I want to be able to decline to upgrade a port if it's going to affect a lot of people and then schedule it for later that same day or the next.) I'm not sure what you mean by "suffering all the intricacies". Cvsup will fetch all the ports that have updates (assuming you use the right config - man is your friend), so you really don't have to do much except launch cvsup (if you haven't already scheduled it routinely) and then launch portupgrade once cvsup is done. When I set up a new server, one of the first things I do, before installing any applications, is run cvsup to update everything. Then I setup cvsup to run nightly, and only then to I begin installing whatever applications that particular server might need. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 19:23:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA92E16A41F for ; Mon, 19 Dec 2005 19:23:09 +0000 (GMT) (envelope-from lars@gmx.at) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F2A443D67 for ; Mon, 19 Dec 2005 19:23:08 +0000 (GMT) (envelope-from lars@gmx.at) Received: (qmail invoked by alias); 19 Dec 2005 19:23:07 -0000 Received: from 92.252.62.81.cust.bluewin.ch (EHLO [192.168.1.10]) [81.62.252.92] by mail.gmx.net (mp039) with SMTP; 19 Dec 2005 20:23:07 +0100 X-Authenticated: #912863 Message-ID: <43A7089B.9000603@gmx.at> Date: Mon, 19 Dec 2005 20:23:07 +0100 From: lars User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051215) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Marc G. Fournier" References: <20051219141510.U1087@ganymede.hub.org> In-Reply-To: <20051219141510.U1087@ganymede.hub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: Multiple server monitoring with HPs iLO ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 19:23:10 -0000 Marc G. Fournier wrote: > > I'm looking at deploying some HP servers in the new year,and one thing > that I'm finding a drawback is that their iLO, as far as I can tell, > would require me to open on browser window for ever server I want to > monitor remotely ... > > Does anyone know of any tools (OSS, preferably runs on FreeBSD) that > would allow me to almalgamate and monitor multiple DL servers from one > window? Doesn't HP's iLO have an SSH interface? From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 19:33:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 954D316A41F for ; Mon, 19 Dec 2005 19:33:10 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id C134343D64 for ; Mon, 19 Dec 2005 19:33:08 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from [172.26.2.238] ([172.26.2.238]) by mail.scls.lib.wi.us (8.12.9p2/8.12.9) with ESMTP id jBJJX7G1006955 for ; Mon, 19 Dec 2005 13:33:07 -0600 (CST) (envelope-from nalists@scls.lib.wi.us) Message-ID: <43A70AF3.2080101@scls.lib.wi.us> Date: Mon, 19 Dec 2005 13:33:07 -0600 From: Greg Barniskis User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43A6CA19.5020100@mail.ru> <124C8EC79D9A6FBB2A645B28@Paul-Schmehls-Computer.local> In-Reply-To: <124C8EC79D9A6FBB2A645B28@Paul-Schmehls-Computer.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ports security branch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 19:33:10 -0000 Paul Schmehl wrote: > I'm not sure what you mean by "suffering all the intricacies". Cvsup > will fetch all the ports that have updates (assuming you use the right > config - man is your friend), so you really don't have to do much except > launch cvsup (if you haven't already scheduled it routinely) and then > launch portupgrade once cvsup is done. > > When I set up a new server, one of the first things I do, before > installing any applications, is run cvsup to update everything. Then I > setup cvsup to run nightly, and only then to I begin installing whatever > applications that particular server might need. I do a very similar thing only I don't cvsup/portupgrade frequently, I portaudit frequently and then cvsup/portupgrade on demand. This way is somewhat less intrusive, as there are frequently port version bumps available that are not security related and certainly not required for continuity of service. When first getting used to this stuff I thought it moderately burdensome compared to automatic binary updates, but I quickly came to understand the value of being able to choose exactly what, how and when to upgrade. All regrets soon faded. Intricacies and suffering? Sometimes yes, but not that frequently, and it's worth it. -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 19:49:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B9F016A420 for ; Mon, 19 Dec 2005 19:49:08 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id D905243D5C for ; Mon, 19 Dec 2005 19:49:02 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id 61ECB62CD5F; Mon, 19 Dec 2005 15:49:01 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 35853-04; Mon, 19 Dec 2005 15:49:01 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id DC00B62CD5D; Mon, 19 Dec 2005 15:49:00 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id 6E1F634264; Mon, 19 Dec 2005 15:49:01 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 55A5433FC8; Mon, 19 Dec 2005 15:49:01 -0400 (AST) Date: Mon, 19 Dec 2005 15:49:01 -0400 (AST) From: "Marc G. Fournier" To: lars In-Reply-To: <43A7089B.9000603@gmx.at> Message-ID: <20051219154811.E1087@ganymede.hub.org> References: <20051219141510.U1087@ganymede.hub.org> <43A7089B.9000603@gmx.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Cc: freebsd-questions@freebsd.org Subject: Re: Multiple server monitoring with HPs iLO ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 19:49:08 -0000 On Mon, 19 Dec 2005, lars wrote: > Marc G. Fournier wrote: >> >> I'm looking at deploying some HP servers in the new year,and one thing that >> I'm finding a drawback is that their iLO, as far as I can tell, would >> require me to open on browser window for ever server I want to monitor >> remotely ... >> >> Does anyone know of any tools (OSS, preferably runs on FreeBSD) that would >> allow me to almalgamate and monitor multiple DL servers from one window? > Doesn't HP's iLO have an SSH interface? >From what I've been able to tell so far (not having a physical machine to play with yet) is that its purely web based ... for something that is meant to be deployed in a server room, you'd think they'd have some sort of 'integration' tool :( ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 20:04:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4198A16A41F for ; Mon, 19 Dec 2005 20:04:06 +0000 (GMT) (envelope-from lars@gmx.at) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 2FBBB43D8B for ; Mon, 19 Dec 2005 20:04:02 +0000 (GMT) (envelope-from lars@gmx.at) Received: (qmail invoked by alias); 19 Dec 2005 20:04:02 -0000 Received: from 92.252.62.81.cust.bluewin.ch (EHLO [192.168.1.10]) [81.62.252.92] by mail.gmx.net (mp033) with SMTP; 19 Dec 2005 21:04:02 +0100 X-Authenticated: #912863 Message-ID: <43A71231.3010809@gmx.at> Date: Mon, 19 Dec 2005 21:04:01 +0100 From: lars User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051215) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Marc G. Fournier" References: <20051219141510.U1087@ganymede.hub.org> <43A7089B.9000603@gmx.at> <20051219154811.E1087@ganymede.hub.org> In-Reply-To: <20051219154811.E1087@ganymede.hub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: Multiple server monitoring with HPs iLO ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 20:04:06 -0000 Marc G. Fournier wrote: > On Mon, 19 Dec 2005, lars wrote: > >> Marc G. Fournier wrote: >> >>> >>> I'm looking at deploying some HP servers in the new year,and one >>> thing that I'm finding a drawback is that their iLO, as far as I can >>> tell, would require me to open on browser window for ever server I >>> want to monitor remotely ... >>> >>> Does anyone know of any tools (OSS, preferably runs on FreeBSD) that >>> would allow me to almalgamate and monitor multiple DL servers from >>> one window? >> >> Doesn't HP's iLO have an SSH interface? > > >> From what I've been able to tell so far (not having a physical machine to > > play with yet) is that its purely web based ... for something that is > meant to be deployed in a server room, you'd think they'd have some sort > of 'integration' tool :( AFAIK HP's "integration tool" is HP OpenView, whether you want to use that is up to you. Opinions on it's quality vary. But for the SSH bit of iLO, I just logged into one of our servers. It has an SSH interface. The iLO command line is a bit odd, but usable. So remotely power cycling or marking a server from a Unix box is doable. IIRC you can even load your own key file via the web interface and henceforth log in automagically without interactively entering a password. From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 20:50:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 438C816A41F for ; Mon, 19 Dec 2005 20:50:04 +0000 (GMT) (envelope-from dhutch9999@yahoo.com) Received: from web33115.mail.mud.yahoo.com (web33115.mail.mud.yahoo.com [68.142.206.96]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D6F543D53 for ; Mon, 19 Dec 2005 20:50:02 +0000 (GMT) (envelope-from dhutch9999@yahoo.com) Received: (qmail 68171 invoked by uid 60001); 19 Dec 2005 20:50:01 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=cPFO9nXTq91cHlX2KdL6UUot8roSpMlGtin24oDO1MuShSPPMj+w1OPTAx+uembRDq6MWp95EQ8EkHmRPc5j95Qzr8GLAToxruIaFIx2cM3nlTPEQOMQmSlq5ksaAuh1zYsJ7wbjzKDZyfQ90PlcfpKuzDSqY656U5wgXfhWbKg= ; Message-ID: <20051219205001.68149.qmail@web33115.mail.mud.yahoo.com> Received: from [12.153.72.219] by web33115.mail.mud.yahoo.com via HTTP; Mon, 19 Dec 2005 12:50:00 PST Date: Mon, 19 Dec 2005 12:50:00 -0800 (PST) From: DH To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: System lockup building 6.0 RELEASE SMP-GENERIC kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 20:50:04 -0000 Hello All; I'm trying to compile the SMP-GENERIC 6.0 Kernel and my system completely locks up (requires a hard reset) at different points in the compilation process. The system is built around a Super Micro P3TDLE MOBO dual p3-1Ghz - 512 MB Regesitered ECC ram box. Bios is the most recent. HD Config - 3 SCSI U320 drives - RAID5 on an Adaptec 2130SLP RAID Controller. Secondary Drives - 1 SCSI CD Rom & 1 SCSI Tape Drive connected to an Adaptec 29160 SCSI controller. NIC(s) Intel Pro 1000 Gigabit Ethernet & an intengrated 10/100 Ethernet adapter. I've tried disabling ACPI , the integrated NIC, and IDE controller. I've also removed the Gigabit NIC, the secondary SCSI controller, and tried only using one P3 CPU indstead of both. I've run 2 different memory testers against the DRAM and both came back clean. I CAN compile a plain GENERIC kernel. But if I try to compile the SMP GENERIC kernel: cd /usr/src make buildkernel KERNCONF=SMP it locks up tighter than a Nun on Sunday ( no offense intended ; ). CVSup'ing & buildworld but that also locks up the box. SoftUpdates have been turned off. As you can see from the enclosed dmesg I get a whole slew of ACPI errors - that's the only hint I have ( before starting the build ) that there's a problem. >From what I've seen via googling people tend to ignore the ACPI errors or talk about interrupt storms but I've not seen anybody post a solution to to these issues. The MD5 of the iso downloads checked out fine. Did I miss something? Have I zigged when I should've zagged? I can't go to the 4.x series due to the need to run SAMBA 3x on this box. Is it worth trying NetBSD or OpenBSD or do they share too much of the same code? Any suggestions are greatly appriciated - thanks in advance. Please CC this e-mail address, I'm not a member of this discussion group. DavidH aac0: shutting down controller...done Shutting down ACPI Rebooting... Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (999.52-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x387fbff real memory = 536805376 (511 MB) avail memory = 515960832 (492 MB) ACPI-0698: *** Warning: Type override - [DEB_] had invalid type (Integer) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [MLIB] had invalid type (Integer) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [IO__] had invalid type (Integer) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [DATA] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [SIO_] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [SB__] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [PM__] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [ICNT] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [ACPI] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [OSB4] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [PM__] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [BIOS] had invalid type (Integer) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [CMOS] had invalid type (Integer) for Scope operator, changed to (Scope) MADT: Forcing active-low polarity and level trigger for SCI ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) pci_link0: irq 0 on acpi0 pci_link1: irq 0 on acpi0 pci_link2: irq 0 on acpi0 pci_link3: irq 0 on acpi0 pci_link4: on acpi0 pci_link5: irq 0 on acpi0 pci_link6: on acpi0 pci_link7: irq 0 on acpi0 pci_link8: on acpi0 pci_link9: irq 0 on acpi0 pci_link10: on acpi0 pci_link11: irq 0 on acpi0 pci_link12: irq 0 on acpi0 pci_link13: irq 0 on acpi0 pci_link14: irq 0 on acpi0 pci_link15: on acpi0 pci_link16: irq 0 on acpi0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 ahc0: port 0xd800-0xd8ff mem 0xed9ef000-0xed9effff irq 20 at device 3.0 on pci0 ahc0: [GIANT-LOCKED] aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs pci0: at device 4.0 (no driver attached) fxp0: port 0xd400-0xd43f mem 0xed9ee000-0xed9eefff,0xed800000-0xed8fffff irq 31 at device 6.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:30:48:21:d6:28 isab0: port 0x580-0x58f at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 15.1 on pci0 ata0: on atapci0 ata1: on atapci0 ohci0: at device 15.2 on pci0 ohci0: [GIANT-LOCKED] usb0: OHCI version 1.0, legacy support 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 pcib1: on acpi0 pci1: on pcib1 em0: port 0xe800-0xe83f mem 0xfebc0000-0xfebdffff,0xfeb80000-0xfebbffff irq 24 at device 1.0 on pci1 em0: Ethernet address: 00:04:23:ba:f8:09 em0: Speed:N/A Duplex:N/A aac0: mem 0xfe000000-0xfe7fffff,0xf0000000-0xf7ffffff irq 26 at device 2.0 on pci1 aac0: New comm. interface enabled aac0: Adaptec Raid Controller 2.0.0-1 aacp0: on aac0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] fdc0: port 0x3f2-0x3f3,0x3f4-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8800-0xc97ff,0xc9800-0xcdfff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 999524701 Hz quality 800 Timecounters tick every 1.000 msec Waiting 5 seconds for SCSI devices to settle aacd0: on aac0 aacd0: 69996MB (143351808 sectors) sa0 at ahc0 bus 0 target 1 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 15) pass2 at aacp0 bus 0 target 4 lun 0 pass2: Fixed unknown SCSI-3 device pass2: 3.300MB/s transfers pass3 at aacp0 bus 0 target 5 lun 0 pass3: Fixed unknown SCSI-3 device pass3: 3.300MB/s transfers pass4 at aacp0 bus 0 target 6 lun 0 pass4: Fixed unknown SCSI-3 device pass4: 3.300MB/s transfers cd0 at ahc0 bus 0 target 3 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.000MB/s transfers (20.000MHz, offset 16) cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/aacd0s1a __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 21:53:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C3BB16A41F for ; Mon, 19 Dec 2005 21:53:46 +0000 (GMT) (envelope-from slas7713@yahoo.com) Received: from web34605.mail.mud.yahoo.com (web34605.mail.mud.yahoo.com [209.191.68.139]) by mx1.FreeBSD.org (Postfix) with SMTP id 894E643D5E for ; Mon, 19 Dec 2005 21:53:45 +0000 (GMT) (envelope-from slas7713@yahoo.com) Received: (qmail 1678 invoked by uid 60001); 19 Dec 2005 21:53:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=1gA2Crp8QqkLmDz562tFpMcMldWGFp0QmyzWxGx32fvD3N6ZLmztMm73c6iZOgswbH7SgOb6XEVOjFc5NOo7ZxwGC9KXUaebOenCxDN27FBMowPGOpoz/DQFGF/dTuV5nSyNpGHTFRQmXlK5DPMPQrNECagYVTDs2xEV3bEGUGg= ; Message-ID: <20051219215345.1676.qmail@web34605.mail.mud.yahoo.com> Received: from [66.190.186.188] by web34605.mail.mud.yahoo.com via HTTP; Mon, 19 Dec 2005 13:53:44 PST Date: Mon, 19 Dec 2005 13:53:44 -0800 (PST) From: steve lasiter To: free bsd MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: upgrade then no ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 21:53:46 -0000 I have Freebsd 5.4 on all my servers. It had been a while since the initial load so I decided to upgrade all source code via cvsup and then ran make buildworld, make buildkernel, make installkernel. After all was said and done everything booted fine and all was working well. When I went to install a new port I noticed that all my ports were gone. All that is in my /usr/ports/ directory are the directories distfiles, and dns and a INDEX-5 file. I ran my ports-supfile for all-ports and it appeared to be installing but when it's done the /usr/ports/ directory is unchanged. When I went to install through sysinstall evey ftp site gives me this: Warning: Can't find the '5.4-RELEASE-p8' distribution on this FTP server. I still consider myself a Freebsd newbie and feel I've probably missed something simple but I have had no luck searching the net or bsd site. Thanks in advance, Steve L __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 21:57:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B20116A41F for ; Mon, 19 Dec 2005 21:57:48 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id E427743D8D for ; Mon, 19 Dec 2005 21:57:46 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i12so11688wra for ; Mon, 19 Dec 2005 13:57:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Kpqm7qvni+9shUFcKjDF3owjJZJjOwM37rlGFsytqUodtWIezVvKC9RwKDvZXRIhdXNcogvU7fAJQChsKJ1H4lU5chDZUa2d/KgMCh4Ca3D8AmstORm82yAYxrjuX8NXivyqAGi5kRI7rnX/7qw8IYc7yAd+GaHId+26GJiciSg= Received: by 10.65.197.20 with SMTP id z20mr4845022qbp; Mon, 19 Dec 2005 13:57:45 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id e17sm2857687qba.2005.12.19.13.57.44; Mon, 19 Dec 2005 13:57:45 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Mon, 19 Dec 2005 13:57:39 -0800 User-Agent: KMail/1.8.3 References: <20051219215345.1676.qmail@web34605.mail.mud.yahoo.com> In-Reply-To: <20051219215345.1676.qmail@web34605.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512191357.40466.ringworm01@gmail.com> Cc: steve lasiter Subject: Re: upgrade then no ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 21:57:48 -0000 On Monday 19 December 2005 13:53, steve lasiter wrote: > I have Freebsd 5.4 on all my servers. It had been a > while since the initial load so I decided to upgrade > all source code via cvsup and then ran make > buildworld, make buildkernel, make installkernel. > > After all was said and done everything booted fine and > all was working well. When I went to install a new > port I noticed that all my ports were gone. All that > is in my /usr/ports/ directory are the directories > distfiles, and dns and a INDEX-5 file. I ran my > ports-supfile for all-ports and it appeared to be > installing but when it's done the /usr/ports/ > directory is unchanged. When I went to install through > sysinstall evey ftp site gives me this: > > Warning: Can't find the '5.4-RELEASE-p8' distribution > on this FTP server. > > I still consider myself a Freebsd newbie and feel I've > probably missed something simple but I have had no > luck searching the net or bsd site. > > Thanks in advance, > > Steve L In your ports-sup file do you have this line? *default tag=. -Mike From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 22:04:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A99816A41F for ; Mon, 19 Dec 2005 22:04:09 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 889A143D62 for ; Mon, 19 Dec 2005 22:04:08 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i13so12707wra for ; Mon, 19 Dec 2005 14:04:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=B8DzGVoVB17ZbFiPjSCBeg74iNkqq5x7A/WNasCz5d5xVeH+S7hvVN/OXa3dPjxB+DUDGpEDauXSbQJjWZxV3P0D1YByzsn7axGBb1ulAZXnk7XSQoNrRkq6bRUqove8aTbksjGU3fvDxaVsHxlnOxQVYuAtdESd3p2Qw9fI5Lw= Received: by 10.65.205.12 with SMTP id h12mr790957qbq; Mon, 19 Dec 2005 14:04:07 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id o32sm2599711qbe.2005.12.19.14.04.06; Mon, 19 Dec 2005 14:04:07 -0800 (PST) From: "Michael C. Shultz" To: steve lasiter , freebsd-questions@freebsd.org Date: Mon, 19 Dec 2005 14:04:02 -0800 User-Agent: KMail/1.8.3 References: <20051219220016.99370.qmail@web34606.mail.mud.yahoo.com> In-Reply-To: <20051219220016.99370.qmail@web34606.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512191404.03199.ringworm01@gmail.com> Cc: Subject: Re: upgrade then no ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 22:04:09 -0000 On Monday 19 December 2005 14:00, steve lasiter wrote: > --- "Michael C. Shultz" wrote: > > On Monday 19 December 2005 13:53, steve lasiter > > > > wrote: > > > I have Freebsd 5.4 on all my servers. It had been > > > > a > > > > > while since the initial load so I decided to > > > > upgrade > > > > > all source code via cvsup and then ran make > > > buildworld, make buildkernel, make installkernel. > > > > > > After all was said and done everything booted fine > > > > and > > > > > all was working well. When I went to install a new > > > port I noticed that all my ports were gone. All > > > > that > > > > > is in my /usr/ports/ directory are the directories > > > distfiles, and dns and a INDEX-5 file. I ran my > > > ports-supfile for all-ports and it appeared to be > > > installing but when it's done the /usr/ports/ > > > directory is unchanged. When I went to install > > > > through > > > > > sysinstall evey ftp site gives me this: > > > > > > Warning: Can't find the '5.4-RELEASE-p8' > > > > distribution > > > > > on this FTP server. > > > > > > I still consider myself a Freebsd newbie and feel > > > > I've > > > > > probably missed something simple but I have had > > > > no > > > > > luck searching the net or bsd site. > > > > > > Thanks in advance, > > > > > > Steve L > > > > In your ports-sup file do you have this line? > > > > *default tag=. > > > > -Mike > > Michael, > > Yes, I have > *default release=cvs tag=RELENG_5_4 > Change it to *default release=cvs tag=. see man cvsup (note the ".") -Mike From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 22:11:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5AD816A41F for ; Mon, 19 Dec 2005 22:11:02 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51CED43D4C for ; Mon, 19 Dec 2005 22:11:02 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1205199wra for ; Mon, 19 Dec 2005 14:11:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=FmotUHLotJUG3Anl/bl5uHAw6QodBwDXEgRWysuUSfJeT3de0RTOPnkh5ECsuh5PAqZEAuyKCN9HaXW7pOyNptfLeJ80jGrnT1Xc1PmvzN9XwsgWNQfRXkTsxoWTx0khNklqYsuORmkwnd4yLUYa0izzvZEYxMNvL6ozvrpalmw= Received: by 10.54.114.11 with SMTP id m11mr52842wrc; Mon, 19 Dec 2005 14:10:59 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id 66sm6490872wra.2005.12.19.14.10.58; Mon, 19 Dec 2005 14:10:59 -0800 (PST) From: "Michael C. Shultz" To: steve lasiter Date: Mon, 19 Dec 2005 14:10:56 -0800 User-Agent: KMail/1.8.3 References: <20051219220016.99370.qmail@web34606.mail.mud.yahoo.com> <200512191404.03199.ringworm01@gmail.com> In-Reply-To: <200512191404.03199.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512191410.56762.ringworm01@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: upgrade then no ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 22:11:03 -0000 On Monday 19 December 2005 14:04, Michael C. Shultz wrote: > On Monday 19 December 2005 14:00, steve lasiter wrote: > > --- "Michael C. Shultz" wrote: > > > On Monday 19 December 2005 13:53, steve lasiter > > > > > > wrote: > > > > I have Freebsd 5.4 on all my servers. It had been > > > > > > a > > > > > > > while since the initial load so I decided to > > > > > > upgrade > > > > > > > all source code via cvsup and then ran make > > > > buildworld, make buildkernel, make installkernel. > > > > > > > > After all was said and done everything booted fine > > > > > > and > > > > > > > all was working well. When I went to install a new > > > > port I noticed that all my ports were gone. All > > > > > > that > > > > > > > is in my /usr/ports/ directory are the directories > > > > distfiles, and dns and a INDEX-5 file. I ran my > > > > ports-supfile for all-ports and it appeared to be > > > > installing but when it's done the /usr/ports/ > > > > directory is unchanged. When I went to install > > > > > > through > > > > > > > sysinstall evey ftp site gives me this: > > > > > > > > Warning: Can't find the '5.4-RELEASE-p8' > > > > > > distribution > > > > > > > on this FTP server. > > > > > > > > I still consider myself a Freebsd newbie and feel > > > > > > I've > > > > > > > probably missed something simple but I have had > > > > > > no > > > > > > > luck searching the net or bsd site. > > > > > > > > Thanks in advance, > > > > > > > > Steve L > > > > > > In your ports-sup file do you have this line? > > > > > > *default tag=. > > > > > > -Mike > > > > Michael, > > > > Yes, I have > > *default release=cvs tag=RELENG_5_4 > > Change it to *default release=cvs tag=. > see man cvsup (note the ".") > > -Mike Here is a better reference, the man page won't help you http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html Warning: Be very careful to specify any tag= fields correctly. Some tags are valid only for certain collections of files. If you specify an incorrect or misspelled tag, CVSup will delete files which you probably do not want deleted. In particular, use only tag=. for the ports-* collections. From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 22:52:20 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A8C916A41F for ; Mon, 19 Dec 2005 22:52:20 +0000 (GMT) (envelope-from kep.woof@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7738843D5D for ; Mon, 19 Dec 2005 22:52:19 +0000 (GMT) (envelope-from kep.woof@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so19039wra for ; Mon, 19 Dec 2005 14:52:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZbTHk80raIVZIhgCcO1G7SUlrQbDJfD7zMFAbv/TOai/G7ecDVGVqEloJGWX7qVnBV8NT/ExLMeOnuu0Dw8Fs2z4F7RVG9P3W9k96UaOgz7GQxZFoCiDf8XCOLDXBliUDBrBicGYt75X4B2aBNC+Q2Ttq8DOtKPJo5F2m9tFVsk= Received: by 10.64.10.15 with SMTP id 15mr3517488qbj; Mon, 19 Dec 2005 14:52:18 -0800 (PST) Received: by 10.65.230.12 with HTTP; Mon, 19 Dec 2005 14:52:18 -0800 (PST) Message-ID: <9c8168780512191452x27a2ed7dufe6d25a150cb2cbd@mail.gmail.com> Date: Mon, 19 Dec 2005 22:52:18 +0000 From: Kep Woof To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: usb psx-pc joypad adapter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 22:52:20 -0000 hi guys, i've got a usb joystick working ok, but i wanted to try with a playstation controller and usb adapter. the adapter has two ports, and a single usb connector. when i plug it into my 6.0-STABLE thinkpad i get this in dmesg: uhid0: vendor 0x0b43 product 0x0003, rev 1.00/19.12, addr 2, iclass 3/0 uhid0: no report descriptor device_attach: uhid0 attach returned 6 as opposed to this on the detected joystick: uhid0: MOSIC USB 2A4K GamePad, rev 1.10/1.00, addr 2, iclass 3/0 so, wondered if there was anything i could try to get this working?=20 if not, does anyone know if the single port versions of these adapters are supported under freebsd? i want to use it with e-uae, zsnes and xmame. finally, i noticed epsxe in ports, a psx emulator. is anyone running this, and is it useable? what kind of setups do people have? thanks guys, merry crimbo.. kep From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 23:35:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF1A16A420 for ; Mon, 19 Dec 2005 23:35:39 +0000 (GMT) (envelope-from fun@thingy.apana.org.au) Received: from rutherford.zen.co.uk (rutherford.zen.co.uk [212.23.3.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8158943D60 for ; Mon, 19 Dec 2005 23:35:36 +0000 (GMT) (envelope-from fun@thingy.apana.org.au) Received: from [82.71.1.109] (helo=[10.0.1.166]) by rutherford.zen.co.uk with esmtp (Exim 4.34) id 1EoUXU-0004xz-Qp; Mon, 19 Dec 2005 23:35:32 +0000 Message-ID: <43A74380.5080409@thingy.apana.org.au> Date: Mon, 19 Dec 2005 23:34:24 +0000 From: David Gerard User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ashley Moran , freebsd-questions@freebsd.org References: <200512191116.36495.work@ashleymoran.me.uk> In-Reply-To: <200512191116.36495.work@ashleymoran.me.uk> X-Enigmail-Version: 0.92.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-Rutherford-IP: [82.71.1.109] Cc: Subject: Re: My KDE taskbar and desktop have disappeared X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 23:35:39 -0000 Ashley Moran wrote: > Does anyone know what I can do to fix this, or where the error is logged so I > can work out what's up? if you can get a command line up, can you do "nohup kicker &"? (I have to restart kicker every month or two) - d. From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 23:39:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B36416A41F for ; Mon, 19 Dec 2005 23:39:28 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB85243D4C for ; Mon, 19 Dec 2005 23:39:27 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so1378115nzd for ; Mon, 19 Dec 2005 15:39:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=TZ2TxPmqRnrxM62ak1KWkW+GSDcEFvdA4Zez3oyE5iTjEW/LUZhCDguvzZNWazmFt9ud57mVbR4B+DQ+mhyyIuI5rG6kIN7vy/77htdlqafXI54o7FL0cFeI3ge08PJjzCa3RsfBeNMa8vDXAsGOnKj8uOzNCKhiox2P4NF45vQ= Received: by 10.65.186.7 with SMTP id n7mr5794483qbp; Mon, 19 Dec 2005 15:39:27 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id m3sm1987262qbe.2005.12.19.15.39.26; Mon, 19 Dec 2005 15:39:26 -0800 (PST) From: "Michael C. Shultz" To: steve lasiter , freebsd-questions@freebsd.org Date: Mon, 19 Dec 2005 15:39:18 -0800 User-Agent: KMail/1.8.3 References: <20051219225934.52965.qmail@web34610.mail.mud.yahoo.com> In-Reply-To: <20051219225934.52965.qmail@web34610.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512191539.18810.ringworm01@gmail.com> Cc: Subject: Re: upgrade then no ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 23:39:28 -0000 On Monday 19 December 2005 14:59, steve lasiter wrote: > Thanks Mike, > > That did it. Do you think the upgrade of my system > wasn't really an upgrade at all now due to that? > > Steve L ports and src are different things, it depends on how you had your cvs-src files set up. -Mike From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 23:44:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E87D216A41F for ; Mon, 19 Dec 2005 23:44:07 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2675343D5D for ; Mon, 19 Dec 2005 23:44:06 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: by nproxy.gmail.com with SMTP id p48so437103nfa for ; Mon, 19 Dec 2005 15:44:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=hEl4P97r1GEOZPDFTUuZRqSFIfBZ2j27kMCyzRKizD4PyorOORnl7tgiKH5uvIRbgnZ9ZOSKwa32mpi4KPId0n4JLMwO7a0jFGAGUiuwxLE9PQGUSwEWq2yiiItMmcJO9kbPDa/HTpuF0hAYER1YXFuWBzRP6seZ8tnxzvFddKI= Received: by 10.48.219.18 with SMTP id r18mr275936nfg; Mon, 19 Dec 2005 15:44:04 -0800 (PST) Received: by 10.48.229.16 with HTTP; Mon, 19 Dec 2005 15:44:04 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 00:44:04 +0100 From: Thomas Linton To: Ivan Roth In-Reply-To: <43A6A2E0.9050109@free.fr> MIME-Version: 1.0 References: <43A6A2E0.9050109@free.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: How to safty unplug a USB Stick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 23:44:08 -0000 Besides umount, to keep the FS consistant, I belive it would be necessary t= o actually turn off the USB stick before you remove it. With Windows and Linu= x there is also a way to safety remove -power off- a USB stick. On 12/19/05, Ivan Roth wrote: > > Thomas Linton wrote: > > My USB stick works fine, but I can't figure out how to safty unplug the > USB > > stick. The LED on my stick is always on; if i try "camcontrol stop da0" > or > > "camcontrol eject da0" it stays on. > > > > Under Linux the "eject" command turns the LED (Power) off. > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > > > > > I am not really sure about this but isn't umount your key enough ? > > If not, I am interested in the solution cause I only mount/unmount my > key. No trouble at this point. > > Regards, Ivan. > > From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 01:14:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FF6F16A41F for ; Tue, 20 Dec 2005 01:14:59 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (c-67-168-241-176.hsd1.or.comcast.net [67.168.241.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 285A443D5C for ; Tue, 20 Dec 2005 01:14:58 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.11.6/8.11.6) with UUCP id jBK1FAO02858; Mon, 19 Dec 2005 17:15:10 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id BAA01179; Tue, 20 Dec 2005 01:14:35 GMT Message-Id: <200512200114.BAA01179@sopwith.solgatos.com> To: freebsd-questions@freebsd.org Date: Mon, 19 Dec 2005 17:14:35 +0000 From: Dieter Cc: hampi@rootshell.be Subject: Re: extended/logical slices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 01:14:59 -0000 > FreeBSD 6 seems to recognize logical slices in extended ones. The > appropriate entries /dev/ad0sN appear. At least this works with > logical slices that contain VFAT or ext2fs. > Just 'fdisk' doesn't list the logical slices. Is there a tool that > can list these? NetBSD's fdisk can. From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 01:33:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4495816A41F for ; Tue, 20 Dec 2005 01:33:17 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8EDC43D58 for ; Tue, 20 Dec 2005 01:33:16 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id D563662C850; Mon, 19 Dec 2005 21:33:15 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 47974-05; Mon, 19 Dec 2005 21:33:15 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id 3A9F362C82A; Mon, 19 Dec 2005 21:33:14 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id 515E834264; Mon, 19 Dec 2005 21:33:18 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 4DADF33FC8; Mon, 19 Dec 2005 21:33:18 -0400 (AST) Date: Mon, 19 Dec 2005 21:33:18 -0400 (AST) From: "Marc G. Fournier" To: lars In-Reply-To: <43A71231.3010809@gmx.at> Message-ID: <20051219213234.H1087@ganymede.hub.org> References: <20051219141510.U1087@ganymede.hub.org> <43A7089B.9000603@gmx.at> <20051219154811.E1087@ganymede.hub.org> <43A71231.3010809@gmx.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Cc: freebsd-questions@freebsd.org Subject: Re: Multiple server monitoring with HPs iLO ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 01:33:17 -0000 On Mon, 19 Dec 2005, lars wrote: > But for the SSH bit of iLO, I just logged into one of our servers. It > has an SSH interface. The iLO command line is a bit odd, but usable. > > So remotely power cycling or marking a server from a Unix box is doable. > IIRC you can even load your own key file via the web interface and > henceforth log in automagically without interactively entering a > password. 'k, that holds possibilities then, with a bit of scripting ... is SSH part of the Standard iLO, or their Advanced? Thanks for checking ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 01:37:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E045516A41F for ; Tue, 20 Dec 2005 01:37:02 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 495E843D5F for ; Tue, 20 Dec 2005 01:37:02 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: by nproxy.gmail.com with SMTP id c29so444609nfb for ; Mon, 19 Dec 2005 17:37:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=py83OBBFBD56f50MXHQn15nZdBroeL7Yiku4LOVcqJrqyG9CWoS1DTtSdk+nt4OChqgGB1jSOja8cyiiICQDhzW1kGXRIvraNhpzbWNf582pbD66yNGfvVId67SQcEP4M6frKxVaZelEZpct28GyAob/cYChuFApt2+pVZrTsvA= Received: by 10.48.230.14 with SMTP id c14mr287606nfh; Mon, 19 Dec 2005 17:37:00 -0800 (PST) Received: by 10.49.2.17 with HTTP; Mon, 19 Dec 2005 17:37:00 -0800 (PST) Message-ID: <5ceb5d550512191737u23abdac4ya84a6d0c90e4638d@mail.gmail.com> Date: Tue, 20 Dec 2005 02:37:00 +0100 From: "Daniel A." To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Fine-tuning access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 01:37:03 -0000 Lately, I've been having an itch to get something cleared up. I give out free SSH shell accounts to people I know and to people that I dont know so well, but ask for it. The basic idea is that they get an account on a FreeBSD server that has lots of disk space, a descent CPU, but not such a great internet connection (Sadly). As the happy giver that I am, I also want to provide my users with web-hosting features. Mostly everyone knows that some user will at some point want to set up some kind of PHP+MySQL based web-service, like a bulletin board or a blog. When doing so, they need to enter their password and username to the MySQL server in a config file. For apache running as the www user to read this, the file has to be quite insecurely chmodded. I've thought a possible solution for this: Adding the www user to all my users groups, thus enabling the www user to read all files chmodded with read permissions for group. Are there any drawbacks of this solution? Is there a better solution that I'm not familiar with? Thanks in advance. From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 02:12:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E87B116A420 for ; Tue, 20 Dec 2005 02:12:45 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9620A43D5D for ; Tue, 20 Dec 2005 02:12:33 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 85594 invoked by uid 85); 20 Dec 2005 02:12:29 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.45602 secs); 20 Dec 2005 02:12:29 -0000 Received: from unknown (HELO ?192.168.2.84?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 20 Dec 2005 02:12:28 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org Date: Mon, 19 Dec 2005 17:12:07 -0900 User-Agent: KMail/1.8.3 References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <200512182328.38848.akbeech@gmail.com> <20051219164145.GA6735@lothlorien.nagual.st> In-Reply-To: <20051219164145.GA6735@lothlorien.nagual.st> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1471797.MSVyzjihiI"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512191712.23720.akbeech@gmail.com> Cc: Subject: Re: flash plugin in 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 02:12:46 -0000 --nextPart1471797.MSVyzjihiI Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 19 December 2005 07:41 am, dick hoogendijk wrote: > On 18 Dec Beecher Rintoul wrote: > > On Sunday 18 December 2005 10:16 pm, Dev Tugnait wrote: > > > On Mon, 2005-12-19 at 01:06 -0500, James Bailie wrote: > > > > Dev Tugnait wrote: > > > > > The port is not broken cvsup your tree > > > > > > > > Yes it is. While some things work, it still does not create the > > > > proper symbolic link for the acrobat plugin, nor is the path > > > > for it correct in the sample libmap.confs. Beecher's fix will > > > > correct. > > > > > > The only thing it doesnt do is create symbolic links which does not > > > mark a port as BROKEN for one, secondly why would you remove your > > > browser_plugins dir? > > > > That was a typo, read the followup I sent immediately following the > > first message. Secondly putting plugins in browser_linux_plugins does > > break firefox and mozilla. I would call that broken where I come from. > > Users should not have to move things that were installed in the wrong > > place. That's the job of the port. > > You were very quick with your correction of the typo. Faster than some > of us read their mails ;-) > Secondly, I totally agree to the statement that the port is "broken" > You have too much to manually correct. > At the time I was not aware of the facts and lost quite some time > finding out. If you know, it's not that kind of a deal. Even though I'm not a programmer, I'm looking into fixing that port. I've=20 tried contacting the maintainer and didn't get any response. If I manage to= =20 get it working I'll file a PR. The linuxpluginwrapper has been broken since= =20 the last upgrade, acroread way before that and it took me many hours to fin= d=20 all the fixes necessary (thank you everyone who helped me with that issue).= =20 If nothing else, I'll write all those changes into a script which will do i= t=20 automatically. I would think this would be a priority if FreeBSD is going t= o=20 be a viable desktop alternative. It's exactly this kind of situation that=20 causes new users to give up and go with the penguin, or worse go back to=20 micro$oft. I can't even tell someone to read the documentation, because the= re=20 isn't any. These fixes were scattered throughout many email threads that sp= an=20 many months. If anyone needs a copy of my work-around it can be found at: http://akparadise.byethost33.com/freebsd/linuxpluginwrapper_how_to.txt Just my .02 Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://akparadise.byethost33.com =2D------------------------------------------------------------------------= =2D------------- --nextPart1471797.MSVyzjihiI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDp2iHVq19LUoGB+MRAriWAKDKHA1QBh3y0Cmdnd4t7//4DcISAgCgm4u/ HgFAIDJFxxYqpcxvLDLXA8k= =0S0D -----END PGP SIGNATURE----- --nextPart1471797.MSVyzjihiI-- From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 02:33:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B9D16A41F for ; Tue, 20 Dec 2005 02:33:33 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from smtp109.sbc.mail.mud.yahoo.com (smtp109.sbc.mail.mud.yahoo.com [68.142.198.208]) by mx1.FreeBSD.org (Postfix) with SMTP id D617E43D60 for ; Tue, 20 Dec 2005 02:33:32 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: (qmail 82221 invoked from network); 20 Dec 2005 02:33:31 -0000 Received: from unknown (HELO ?127.0.0.1?) (calartstech@sbcglobal.net@68.127.38.82 with plain) by smtp109.sbc.mail.mud.yahoo.com with SMTP; 20 Dec 2005 02:33:31 -0000 Message-ID: <43A76D7A.5030501@sbcglobal.net> Date: Mon, 19 Dec 2005 18:33:30 -0800 From: Jose Borquez User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Riemer Palstra References: <43A5DBA1.3030001@sbcglobal.net> <20051218221105.GA37456@p3.a152.palstra.com> <43A5E649.9070202@sbcglobal.net> <20051219081710.GC37456@p3.a152.palstra.com> In-Reply-To: <20051219081710.GC37456@p3.a152.palstra.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions group Subject: Re: [Bulk] Re: [Bulk] Re: PHP startup error in Apache error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 02:33:34 -0000 Riemer Palstra wrote: >On Sun, Dec 18, 2005 at 02:44:25PM -0800, Jose Borquez wrote: > > >>The contents of my extensions.ini file are: >>extension=mysql.so >> >>; Directory in which the loadable extensions (modules) reside. >>; extension_dir = "./" >> >>It looks like that is commented out. >> >> > >That shouldn't matter as it should default to the "right" extension >directory. > > > >>I am assuming I need to uncomment this as well as extension=msql.so in >>the Dynamic Extensions section below. Am I correct? >> >> > >No need to, and msql is not mysql. > >I'm still suspecting somehow debugging was turned on at compile-time. >Could you show me what's in your /var/db/ports/php5/options ? > > > Thanks Riemer, but I fixed that problem. I am having another issue now with the following errors: [Mon Dec 19 18:17:09 2005] [error] PHP Warning: Invalid argument supplied for f oreach() in /usr/local/www/groupoffice-com-2.14-FINAL-4/configuration/index.php on line 299 /usr/local/www/groupoffice-com-2.14-FINAL-4/configuration/index.php(299) : Warni ng - Invalid argument supplied for foreach() [Mon Dec 19 18:17:18 2005] [error] PHP Warning: Invalid argument supplied for f oreach() in /usr/local/www/groupoffice-com-2.14-FINAL-4/configuration/index.php on line 299 /usr/local/www/groupoffice-com-2.14-FINAL-4/configuration/index.php(299) : Warni ng - Invalid argument supplied for foreach() Would you have any ideas about this? Would it be helpful if I posted the code as well and if so do I just need to post the php I get the errors on? Thanks in advance, Jose From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 02:41:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3CF316A41F for ; Tue, 20 Dec 2005 02:41:35 +0000 (GMT) (envelope-from europa100@comcast.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B3C943D4C for ; Tue, 20 Dec 2005 02:41:35 +0000 (GMT) (envelope-from europa100@comcast.net) Received: from lm741n.dyndns.org ([24.20.8.31]) by comcast.net (sccrmhc13) with SMTP id <2005122002413201300oommue>; Tue, 20 Dec 2005 02:41:32 +0000 Date: Mon, 19 Dec 2005 18:41:30 -0800 From: Rob To: freebsd-questions@freebsd.org Message-Id: <20051219184130.3da9117b.europa100@comcast.net> In-Reply-To: <200512191712.23720.akbeech@gmail.com> References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <200512182328.38848.akbeech@gmail.com> <20051219164145.GA6735@lothlorien.nagual.st> <200512191712.23720.akbeech@gmail.com> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: flash plugin in 6.0 / realplayer & fontconfig X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 02:41:36 -0000 On Mon, 19 Dec 2005 17:12:07 -0900 Beecher Rintoul wrote: > On Monday 19 December 2005 07:41 am, dick hoogendijk wrote: > > On 18 Dec Beecher Rintoul wrote: > > > On Sunday 18 December 2005 10:16 pm, Dev Tugnait wrote: > > > > On Mon, 2005-12-19 at 01:06 -0500, James Bailie wrote: > > > > > Dev Tugnait wrote: > > > > > > The port is not broken cvsup your tree > > > > > > > > > > Yes it is. While some things work, it still does not create the > > > > > proper symbolic link for the acrobat plugin, nor is the path > > > > > for it correct in the sample libmap.confs. Beecher's fix will > > > > > correct. > > > > > > > > The only thing it doesnt do is create symbolic links which does not > > > > mark a port as BROKEN for one, secondly why would you remove your > > > > browser_plugins dir? > > > > > > That was a typo, read the followup I sent immediately following the > > > first message. Secondly putting plugins in browser_linux_plugins does > > > break firefox and mozilla. I would call that broken where I come from. > > > Users should not have to move things that were installed in the wrong > > > place. That's the job of the port. > > > > You were very quick with your correction of the typo. Faster than some > > of us read their mails ;-) > > Secondly, I totally agree to the statement that the port is "broken" > > You have too much to manually correct. > > At the time I was not aware of the facts and lost quite some time > > finding out. If you know, it's not that kind of a deal. > > Even though I'm not a programmer, I'm looking into fixing that port. I've > tried contacting the maintainer and didn't get any response. If I manage to > get it working I'll file a PR. The linuxpluginwrapper has been broken since > the last upgrade, acroread way before that and it took me many hours to find > all the fixes necessary (thank you everyone who helped me with that issue). > If nothing else, I'll write all those changes into a script which will do it > automatically. I would think this would be a priority if FreeBSD is going to > be a viable desktop alternative. It's exactly this kind of situation that > causes new users to give up and go with the penguin, or worse go back to > micro$oft. I can't even tell someone to read the documentation, because there > isn't any. These fixes were scattered throughout many email threads that span > many months. > > If anyone needs a copy of my work-around it can be found at: > > http://akparadise.byethost33.com/freebsd/linuxpluginwrapper_how_to.txt > > Just my .02 > > Beech > I can sympathize about these linux program problems. I want to be able to listen to Real Audio streams, but as it is now I have to boot into Windows to do it. The linux-realplayer won't start because it can't find any fonts and it tells me to fix fontconfig. I never had problems with fonts before fontconfig came into being. I really have no idea why it exists. Moreover, I have no interest in learning XML, then cutting and pasting various config files together out of what little documentation exists for fontconfig. The documentation is so poor that I have no idea what I am doing anyway. Searches on Google and the mailing lists were no help either. It is very frustrating. I concur that some of these programs are just not desktop ready. At this rate I am never going to be able to get rid of XP on my laptop. Rob. From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 02:42:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D0F16A41F for ; Tue, 20 Dec 2005 02:42:02 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 040DB43D62 for ; Tue, 20 Dec 2005 02:42:01 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id jBK2fVCl003318; Mon, 19 Dec 2005 20:41:40 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <43A76F54.1020407@daleco.biz> Date: Mon, 19 Dec 2005 20:41:24 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051026 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mike@ascendency.net References: <017c01c604ca$03d6c6f0$0401a8c0@Mike8500> In-Reply-To: <017c01c604ca$03d6c6f0$0401a8c0@Mike8500> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Correct procedure for upgading from php4 to php5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 02:42:02 -0000 Mike Loiterman wrote: >What would be the correct way to upgrade from php4 to php5? > >I tried: > ># portupgrade -rRno /usr/ports/www/mod_php5 mod_php4-4.4.1_3,1 > >But that only shows that it would upgrade the mod_php4 port and skip >everything else: > > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > - lang/perl5.8 (perl-5.8.7) > - converters/libiconv (libiconv-1.9.2_1) > - textproc/expat2 (expat-1.95.8_3) > - www/apache20 (apache-2.0.55_2) > + www/mod_php5 (mod_php4-4.4.1_3,1) > - databases/php4-mysql (php4-mysql-4.4.1_3) > - devel/php4-tokenizer (php4-tokenizer-4.4.1_3) > - devel/php4-gettext (php4-gettext-4.4.1_3) > - archivers/php4-zlib (php4-zlib-4.4.1_3) > - sysutils/php4-posix (php4-posix-4.4.1_3) > - lang/php4-overload (php4-overload-4.4.1_3) > - archivers/php4-bz2 (php4-bz2-4.4.1_3) > - textproc/php4-xml (php4-xml-4.4.1_3) > - security/php4-mcrypt (php4-mcrypt-4.4.1_3) > - textproc/php4-ctype (php4-ctype-4.4.1_3) > - security/php4-mhash (php4-mhash-4.4.1_3) > - security/php4-openssl (php4-openssl-4.4.1_3) > - databases/adodb (adodb-4.68) > - graphics/phplot (phplot-4.4.6_2) > - converters/php4-mbstring (php4-mbstring-4.4.1_3) > - graphics/php4-gd (php4-gd-4.4.1_3) > - graphics/jpgraph (jpgraph-1.19) > - devel/php4-pcre (php4-pcre-4.4.1_3) > - www/php4-session (php4-session-4.4.1_3) > - www/eaccelerator (eaccelerator-0.9.4.r1_1) > - www/phpSysInfo (phpSysInfo-2.3) > - print/pecl-pdflib (pecl-pdflib-2.0.4) > - www/phpwiki (phpwiki-1.2.10_1) > - lang/php4-extensions (php4-extensions-1.0) > - www/gallery2 (gallery2-2.0.2) > - mail/squirrelmail (squirrelmail-1.4.5_2) > - www/drupal (drupal-4.6.4) > - databases/phpmyadmin (phpMyAdmin-2.7.0.1) > >How can I get it to upgrade the other php4 ports to their respective php5 >versions? > > > I assume lang/php4-extensions is installed? What if you use a comparable command on that target? Incidentally: as you probably know, several of the packages listed (e.g. squirrelmail, phpwiki, gallery, etc.) are independent of your PHP version and would only be "upgraded" if newer versions have been released, AFAIK. Kevin Kinsey -- A yawn is a silent shout. -- G. K. Chesterton From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 02:58:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ADEC16A41F for ; Tue, 20 Dec 2005 02:58:26 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5240443D69 for ; Tue, 20 Dec 2005 02:58:25 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so991134wxc for ; Mon, 19 Dec 2005 18:58:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=uhZd5JywFaemwku0MMUhFnBAN+fIJd9yY5lsTwnAvmw5ZhaV1HEUTvzy1uHyqKXVmB8tCQN2EhXj9gsR99OAl4mEk7yfMHaecJBgVKvgBXlQufrdg3saQKZsK0kdnjdSR5Byl5OtXk9vB2QlGU0jt3i98tklHVVRDg/dpqZ1obY= Received: by 10.70.60.13 with SMTP id i13mr5277893wxa; Mon, 19 Dec 2005 18:58:24 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id i39sm10708471wxd.2005.12.19.18.58.23; Mon, 19 Dec 2005 18:58:24 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Mon, 19 Dec 2005 18:58:21 -0800 User-Agent: KMail/1.8.3 References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <200512191712.23720.akbeech@gmail.com> <20051219184130.3da9117b.europa100@comcast.net> In-Reply-To: <20051219184130.3da9117b.europa100@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512191858.21724.ringworm01@gmail.com> Cc: Rob Subject: Re: flash plugin in 6.0 / realplayer & fontconfig X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 02:58:26 -0000 On Monday 19 December 2005 18:41, Rob wrote: > On Mon, 19 Dec 2005 17:12:07 -0900 > > Beecher Rintoul wrote: > > On Monday 19 December 2005 07:41 am, dick hoogendijk wrote: > > > On 18 Dec Beecher Rintoul wrote: > > > > On Sunday 18 December 2005 10:16 pm, Dev Tugnait wrote: > > > > > On Mon, 2005-12-19 at 01:06 -0500, James Bailie wrote: > > > > > > Dev Tugnait wrote: > > > > > > > The port is not broken cvsup your tree > > > > > > > > > > > > Yes it is. While some things work, it still does not create the > > > > > > proper symbolic link for the acrobat plugin, nor is the path > > > > > > for it correct in the sample libmap.confs. Beecher's fix will > > > > > > correct. > > > > > > > > > > The only thing it doesnt do is create symbolic links which does not > > > > > mark a port as BROKEN for one, secondly why would you remove your > > > > > browser_plugins dir? > > > > > > > > That was a typo, read the followup I sent immediately following the > > > > first message. Secondly putting plugins in browser_linux_plugins does > > > > break firefox and mozilla. I would call that broken where I come > > > > from. Users should not have to move things that were installed in the > > > > wrong place. That's the job of the port. > > > > > > You were very quick with your correction of the typo. Faster than some > > > of us read their mails ;-) > > > Secondly, I totally agree to the statement that the port is "broken" > > > You have too much to manually correct. > > > At the time I was not aware of the facts and lost quite some time > > > finding out. If you know, it's not that kind of a deal. > > > > Even though I'm not a programmer, I'm looking into fixing that port. I've > > tried contacting the maintainer and didn't get any response. If I manage > > to get it working I'll file a PR. The linuxpluginwrapper has been broken > > since the last upgrade, acroread way before that and it took me many > > hours to find all the fixes necessary (thank you everyone who helped me > > with that issue). If nothing else, I'll write all those changes into a > > script which will do it automatically. I would think this would be a > > priority if FreeBSD is going to be a viable desktop alternative. It's > > exactly this kind of situation that causes new users to give up and go > > with the penguin, or worse go back to micro$oft. I can't even tell > > someone to read the documentation, because there isn't any. These fixes > > were scattered throughout many email threads that span many months. > > > > If anyone needs a copy of my work-around it can be found at: > > > > http://akparadise.byethost33.com/freebsd/linuxpluginwrapper_how_to.txt > > > > Just my .02 > > > > Beech > > I can sympathize about these linux program problems. I want to be > able to listen to Real Audio streams, but as it is now I have to boot > into Windows to do it. > > The linux-realplayer won't start because it can't find any fonts and > it tells me to fix fontconfig. I never had problems with fonts before > fontconfig came into being. I really have no idea why it exists. > > Moreover, I have no interest in learning XML, then cutting and pasting > various config files together out of what little documentation exists > for fontconfig. The documentation is so poor that I have no idea what > I am doing anyway. Searches on Google and the mailing lists were no > help either. > > It is very frustrating. I concur that some of these programs are just > not desktop ready. At this rate I am never going to be able to get rid > of XP on my laptop. > > Rob. If desktop users only donated a quarter of what they pay for XP to open source projects I'm sure priorities would change drastically. As it is we get way more than we pay for. -Mike From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 03:12:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A941716A41F for ; Tue, 20 Dec 2005 03:12:10 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3554E43D53 for ; Tue, 20 Dec 2005 03:12:10 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-49.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.49]) by smtp02.mrf.mail.rcn.net with ESMTP; 19 Dec 2005 22:12:09 -0500 X-IronPort-AV: i="3.99,269,1131339600"; d="scan'208"; a="186416252:sNHT204597872" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17319.30343.278780.830596@jerusalem.litteratus.org> Date: Mon, 19 Dec 2005 22:12:07 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <20051219184130.3da9117b.europa100@comcast.net> References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <200512182328.38848.akbeech@gmail.com> <20051219164145.GA6735@lothlorien.nagual.st> <200512191712.23720.akbeech@gmail.com> <20051219184130.3da9117b.europa100@comcast.net> X-Mailer: VM 7.17 under 21.5 (beta23) "daikon" XEmacs Lucid Subject: Re: flash plugin in 6.0 / realplayer & fontconfig X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 03:12:11 -0000 Rob writes: > I can sympathize about these linux program problems. I want to > be able to listen to Real Audio streams, but as it is now I have > to boot into Windows to do it. > > The linux-realplayer won't start because it can't find any fonts > and it tells me to fix fontconfig. I never had problems with > fonts before fontconfig came into being. I really have no idea > why it exists. For the record, I am currently listening to NPR (the first thing I could find) using multimedia/linux-realplayer on FreeBSD 7.0-CURRENT #1: Sat Dec 3 23:27:16 EST 2005 I have no idea who fontconfig exists, but it sounds like you need to reinstall. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 03:13:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D89A16A41F for ; Tue, 20 Dec 2005 03:13:17 +0000 (GMT) (envelope-from mike@ascendency.net) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23EF643D5F for ; Tue, 20 Dec 2005 03:13:15 +0000 (GMT) (envelope-from mike@ascendency.net) Received: from eisenhower.ascendency.net ([67.173.128.145]) by comcast.net (sccrmhc12) with ESMTP id <20051220031313012007oid1e>; Tue, 20 Dec 2005 03:13:13 +0000 Received: from [192.168.1.14] (ipcop.localdomain [192.168.1.1]) (authenticated bits=0) by eisenhower.ascendency.net (8.13.4/8.13.4) with ESMTP id jBK3DAGh058441 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Mon, 19 Dec 2005 21:13:11 -0600 (CST) (envelope-from mike@ascendency.net) In-Reply-To: <43A76F54.1020407@daleco.biz> References: <017c01c604ca$03d6c6f0$0401a8c0@Mike8500> <43A76F54.1020407@daleco.biz> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-17--25117547; protocol="application/pkcs7-signature" Message-Id: <9C87CF48-E107-41F8-B956-9EA2B7BEA90C@ascendency.net> From: Mike Loiterman Date: Mon, 19 Dec 2005 21:13:08 -0600 To: Kevin Kinsey X-Mailer: Apple Mail (2.746.2) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (eisenhower.ascendency.net [192.168.1.22]); Mon, 19 Dec 2005 21:13:11 -0600 (CST) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Correct procedure for upgading from php4 to php5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 03:13:17 -0000 --Apple-Mail-17--25117547 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Dec 19, 2005, at 8:41 PM, Kevin Kinsey wrote: > Mike Loiterman wrote: > >> What would be the correct way to upgrade from php4 to php5? >> >> I tried: >> >> # portupgrade -rRno /usr/ports/www/mod_php5 mod_php4-4.4.1_3,1 >> >> But that only shows that it would upgrade the mod_php4 port and skip >> everything else: >> >> ---> Listing the results (+:done / -:ignored / >> *:skipped / !:failed) - lang/perl5.8 (perl-5.8.7) >> - converters/libiconv (libiconv-1.9.2_1) - textproc/expat2 >> (expat-1.95.8_3) - www/apache20 (apache-2.0.55_2) >> + www/mod_php5 (mod_php4-4.4.1_3,1) - databases/php4-mysql >> (php4-mysql-4.4.1_3) - devel/php4-tokenizer (php4- >> tokenizer-4.4.1_3) - devel/php4-gettext (php4- >> gettext-4.4.1_3) - archivers/php4-zlib (php4- >> zlib-4.4.1_3) - sysutils/php4-posix (php4- >> posix-4.4.1_3) - lang/php4-overload (php4- >> overload-4.4.1_3) - archivers/php4-bz2 (php4- >> bz2-4.4.1_3) - textproc/php4-xml (php4- >> xml-4.4.1_3) - security/php4-mcrypt (php4- >> mcrypt-4.4.1_3) - textproc/php4-ctype (php4- >> ctype-4.4.1_3) - security/php4-mhash (php4- >> mhash-4.4.1_3) - security/php4-openssl (php4- >> openssl-4.4.1_3) - databases/adodb (adodb-4.68) - >> graphics/phplot (phplot-4.4.6_2) - converters/php4- >> mbstring (php4-mbstring-4.4.1_3) - graphics/php4-gd (php4- >> gd-4.4.1_3) - graphics/jpgraph (jpgraph-1.19) - >> devel/php4-pcre (php4-pcre-4.4.1_3) - www/php4-session >> (php4-session-4.4.1_3) - www/eaccelerator >> (eaccelerator-0.9.4.r1_1) - www/phpSysInfo >> (phpSysInfo-2.3) - print/pecl-pdflib (pecl- >> pdflib-2.0.4) - www/phpwiki (phpwiki-1.2.10_1) - >> lang/php4-extensions (php4-extensions-1.0) - www/gallery2 >> (gallery2-2.0.2) - mail/squirrelmail >> (squirrelmail-1.4.5_2) - www/drupal (drupal-4.6.4) >> - databases/phpmyadmin (phpMyAdmin-2.7.0.1) >> >> How can I get it to upgrade the other php4 ports to their >> respective php5 >> versions? >> >> > > I assume lang/php4-extensions is installed? What if you use a > comparable command on that target? > > Incidentally: as you probably know, several of the packages > listed (e.g. squirrelmail, phpwiki, gallery, etc.) are independent > of your PHP version and would only be "upgraded" if newer > versions have been released, AFAIK. > > Kevin Kinsey > > -- > A yawn is a silent shout. > -- G. K. Chesterton > I think at this point, I'll probably leave well enough. From what I've seen, I'm probably not going to be gaining much by upgrading. ------------------------------ Mike Loiterman grantADLER Tel: 630-302-4944 Fax: 773-442-0992 Email: mike@ascendency.net PGP Key: 0xD1B9D18E --Apple-Mail-17--25117547-- From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 03:25:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 245F916A41F for ; Tue, 20 Dec 2005 03:25:20 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C93B43D53 for ; Tue, 20 Dec 2005 03:25:17 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 40859 invoked by uid 85); 20 Dec 2005 03:25:13 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.584505 secs); 20 Dec 2005 03:25:13 -0000 Received: from unknown (HELO ?192.168.2.84?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 20 Dec 2005 03:25:11 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org Date: Mon, 19 Dec 2005 18:24:55 -0900 User-Agent: KMail/1.8.3 References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <200512191712.23720.akbeech@gmail.com> <20051219184130.3da9117b.europa100@comcast.net> In-Reply-To: <20051219184130.3da9117b.europa100@comcast.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart49392881.DMAlnGUoGm"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512191825.10009.akbeech@gmail.com> Cc: Rob Subject: Re: flash plugin in 6.0 / realplayer & fontconfig X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 03:25:20 -0000 --nextPart49392881.DMAlnGUoGm Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 19 December 2005 05:41 pm, Rob wrote: > On Mon, 19 Dec 2005 17:12:07 -0900 > > Beecher Rintoul wrote: > > On Monday 19 December 2005 07:41 am, dick hoogendijk wrote: > > > On 18 Dec Beecher Rintoul wrote: > > > > On Sunday 18 December 2005 10:16 pm, Dev Tugnait wrote: > > > > > On Mon, 2005-12-19 at 01:06 -0500, James Bailie wrote: > > > > > > Dev Tugnait wrote: > > > > > > > The port is not broken cvsup your tree > > > > > > > > > > > > Yes it is. While some things work, it still does not create the > > > > > > proper symbolic link for the acrobat plugin, nor is the path > > > > > > for it correct in the sample libmap.confs. Beecher's fix will > > > > > > correct. > > > > > > > > > > The only thing it doesnt do is create symbolic links which does n= ot > > > > > mark a port as BROKEN for one, secondly why would you remove your > > > > > browser_plugins dir? > > > > > > > > That was a typo, read the followup I sent immediately following the > > > > first message. Secondly putting plugins in browser_linux_plugins do= es > > > > break firefox and mozilla. I would call that broken where I come > > > > from. Users should not have to move things that were installed in t= he > > > > wrong place. That's the job of the port. > > > > > > You were very quick with your correction of the typo. Faster than some > > > of us read their mails ;-) > > > Secondly, I totally agree to the statement that the port is "broken" > > > You have too much to manually correct. > > > At the time I was not aware of the facts and lost quite some time > > > finding out. If you know, it's not that kind of a deal. > > > > Even though I'm not a programmer, I'm looking into fixing that port. I'= ve > > tried contacting the maintainer and didn't get any response. If I manage > > to get it working I'll file a PR. The linuxpluginwrapper has been broken > > since the last upgrade, acroread way before that and it took me many > > hours to find all the fixes necessary (thank you everyone who helped me > > with that issue). If nothing else, I'll write all those changes into a > > script which will do it automatically. I would think this would be a > > priority if FreeBSD is going to be a viable desktop alternative. It's > > exactly this kind of situation that causes new users to give up and go > > with the penguin, or worse go back to micro$oft. I can't even tell > > someone to read the documentation, because there isn't any. These fixes > > were scattered throughout many email threads that span many months. > > > > If anyone needs a copy of my work-around it can be found at: > > > > http://akparadise.byethost33.com/freebsd/linuxpluginwrapper_how_to.txt > > > > Just my .02 > > > > Beech > > I can sympathize about these linux program problems. I want to be > able to listen to Real Audio streams, but as it is now I have to boot > into Windows to do it. > > The linux-realplayer won't start because it can't find any fonts and > it tells me to fix fontconfig. I never had problems with fonts before > fontconfig came into being. I really have no idea why it exists. I have no problems running realplayer installed from the ports. The helix=20 plugin doesn't work with Firefox or Mozilla, but realplay works standalone.= I=20 would start by making sure your ports are up to date and reinstalling=20 linux-fontconfig. If that doesn't work portupgrade -rf linux-realplayer and= =20 it will rebuild everything that depends on it. Also do a pkgdb -F to make=20 sure your dependency database is OK. I didn't have any config problems with= =20 fontconfig, and didn't have to tweak anything. Sounds like something else i= s=20 wrong. > > Moreover, I have no interest in learning XML, then cutting and pasting > various config files together out of what little documentation exists > for fontconfig. The documentation is so poor that I have no idea what > I am doing anyway. Searches on Google and the mailing lists were no > help either. > > It is very frustrating. I concur that some of these programs are just > not desktop ready. At this rate I am never going to be able to get rid > of XP on my laptop. =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://akparadise.byethost33.com =2D------------------------------------------------------------------------= =2D------------- --nextPart49392881.DMAlnGUoGm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDp3mVVq19LUoGB+MRAkFLAJ9B9vXmqqAyvW7NT5YedaHRnrOfKQCfbamM vZzx5x+v9jKdjdQLcLopQiQ= =xt/L -----END PGP SIGNATURE----- --nextPart49392881.DMAlnGUoGm-- From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 03:35:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ACCC16A41F for ; Tue, 20 Dec 2005 03:35:05 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FFFF43D45 for ; Tue, 20 Dec 2005 03:35:04 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id jBK3YYx4024603; Mon, 19 Dec 2005 19:34:34 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Mon, 19 Dec 2005 19:35:00 -0800 User-Agent: KMail/1.8.3 References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <20051219184130.3da9117b.europa100@comcast.net> <200512191825.10009.akbeech@gmail.com> In-Reply-To: <200512191825.10009.akbeech@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200512191935.00810.kstewart@owt.com> Cc: Rob , Beecher Rintoul Subject: Re: flash plugin in 6.0 / realplayer & fontconfig X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 03:35:05 -0000 On Monday 19 December 2005 07:24 pm, Beecher Rintoul wrote: > On Monday 19 December 2005 05:41 pm, Rob wrote: > > On Mon, 19 Dec 2005 17:12:07 -0900 > > > > Beecher Rintoul wrote: > > > On Monday 19 December 2005 07:41 am, dick hoogendijk wrote: > > > > On 18 Dec Beecher Rintoul wrote: > > > > > On Sunday 18 December 2005 10:16 pm, Dev Tugnait wrote: > > > > > > On Mon, 2005-12-19 at 01:06 -0500, James Bailie wrote: > > > > > > > Dev Tugnait wrote: > > > > > > > > The port is not broken cvsup your tree > > > > > > > > > > > > > > Yes it is. While some things work, it still does not > > > > > > > create the proper symbolic link for the acrobat plugin, > > > > > > > nor is the path for it correct in the sample > > > > > > > libmap.confs. Beecher's fix will correct. > > > > > > > > > > > > The only thing it doesnt do is create symbolic links which > > > > > > does not mark a port as BROKEN for one, secondly why would > > > > > > you remove your browser_plugins dir? > > > > > > > > > > That was a typo, read the followup I sent immediately > > > > > following the first message. Secondly putting plugins in > > > > > browser_linux_plugins does break firefox and mozilla. I would > > > > > call that broken where I come from. Users should not have to > > > > > move things that were installed in the wrong place. That's > > > > > the job of the port. > > > > > > > > You were very quick with your correction of the typo. Faster > > > > than some of us read their mails ;-) > > > > Secondly, I totally agree to the statement that the port is > > > > "broken" You have too much to manually correct. > > > > At the time I was not aware of the facts and lost quite some > > > > time finding out. If you know, it's not that kind of a deal. > > > > > > Even though I'm not a programmer, I'm looking into fixing that > > > port. I've tried contacting the maintainer and didn't get any > > > response. If I manage to get it working I'll file a PR. The > > > linuxpluginwrapper has been broken since the last upgrade, > > > acroread way before that and it took me many hours to find all > > > the fixes necessary (thank you everyone who helped me with that > > > issue). If nothing else, I'll write all those changes into a > > > script which will do it automatically. I would think this would > > > be a priority if FreeBSD is going to be a viable desktop > > > alternative. It's exactly this kind of situation that causes new > > > users to give up and go with the penguin, or worse go back to > > > micro$oft. I can't even tell someone to read the documentation, > > > because there isn't any. These fixes were scattered throughout > > > many email threads that span many months. > > > > > > If anyone needs a copy of my work-around it can be found at: > > > > > > http://akparadise.byethost33.com/freebsd/linuxpluginwrapper_how_t > > >o.txt > > > > > > Just my .02 > > > > > > Beech > > > > I can sympathize about these linux program problems. I want to be > > able to listen to Real Audio streams, but as it is now I have to > > boot into Windows to do it. > > > > The linux-realplayer won't start because it can't find any fonts > > and it tells me to fix fontconfig. I never had problems with fonts > > before fontconfig came into being. I really have no idea why it > > exists. > > I have no problems running realplayer installed from the ports. The > helix plugin doesn't work with Firefox or Mozilla, but realplay works > standalone. I would start by making sure your ports are up to date > and reinstalling linux-fontconfig. If that doesn't work portupgrade > -rf linux-realplayer and it will rebuild everything that depends on > it. Also do a pkgdb -F to make sure your dependency database is OK. I > didn't have any config problems with fontconfig, and didn't have to > tweak anything. Sounds like something else is wrong. I have no problem with the plugins. What I have is /usr/X11R6/lib/browser_linux_plugins/nphelix.so /usr/X11R6/lib/browser_linux_plugins/nphelix.xpt /usr/X11R6/lib/browser_plugins/nphelix.so /usr/X11R6/lib/browser_plugins/nphelix.xpt /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so /usr/X11R6/lib/linux-mozilla/plugins/nphelix.xpt Most of them are links and I don't know which directory is the important=20 one but I click on an ram and it plays. Kent > > > Moreover, I have no interest in learning XML, then cutting and > > pasting various config files together out of what little > > documentation exists for fontconfig. The documentation is so poor > > that I have no idea what I am doing anyway. Searches on Google > > and the mailing lists were no help either. > > > > It is very frustrating. I concur that some of these programs are > > just not desktop ready. At this rate I am never going to be able > > to get rid of XP on my laptop. =2D-=20 Kent Stewart Richland, WA "Nunca te acostar=E1s sin saber una cosa m=E1s" http://users.owt.com/kstewart/index.html From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 04:23:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 774F216A41F for ; Tue, 20 Dec 2005 04:23:44 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA5C43D53 for ; Tue, 20 Dec 2005 04:23:41 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 83952 invoked by uid 85); 20 Dec 2005 04:23:37 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.910198 secs); 20 Dec 2005 04:23:37 -0000 Received: from unknown (HELO ?192.168.2.84?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 20 Dec 2005 04:23:35 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org Date: Mon, 19 Dec 2005 19:23:19 -0900 User-Agent: KMail/1.8.3 References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <200512191825.10009.akbeech@gmail.com> <20051219194108.19300311.europa100@comcast.net> In-Reply-To: <20051219194108.19300311.europa100@comcast.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2468246.ZI7dZinIR2"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512191923.30999.akbeech@gmail.com> Subject: Re: flash plugin in 6.0 / realplayer & fontconfig (FIXED) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 04:23:44 -0000 --nextPart2468246.ZI7dZinIR2 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline > > > > > > The linux-realplayer won't start because it can't find any fonts and > > > it tells me to fix fontconfig. I never had problems with fonts before > > > fontconfig came into being. I really have no idea why it exists. > > > > I have no problems running realplayer installed from the ports. The hel= ix > > plugin doesn't work with Firefox or Mozilla, but realplay works > > standalone. I would start by making sure your ports are up to date and > > reinstalling linux-fontconfig. If that doesn't work portupgrade -rf > > linux-realplayer and it will rebuild everything that depends on it. Also > > do a pkgdb -F to make sure your dependency database is OK. I didn't have > > any config problems with fontconfig, and didn't have to tweak anything. > > Sounds like something else is wrong. > > Thank you Beecher. > > I did a recursive portupgrade and it works now. Hurray! > > Rob. You're welcome. I always upgrade anything linux recursively. Since most of = the=20 apps are packages you sometimes end up with either bad or wrong lib links i= f=20 you don't. Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://akparadise.byethost33.com =2D------------------------------------------------------------------------= =2D------------- --nextPart2468246.ZI7dZinIR2 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDp4dCVq19LUoGB+MRAlHIAKDSOWbZw/ZcDS6GsnDxbAq5HS4qlACgsksl nepI2wzW5K0yKD8jiN0vg3k= =A8e0 -----END PGP SIGNATURE----- --nextPart2468246.ZI7dZinIR2-- From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 06:24:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 642BC16A41F for ; Tue, 20 Dec 2005 06:24:33 +0000 (GMT) (envelope-from rihad@mail.ru) Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id B359343D62 for ; Tue, 20 Dec 2005 06:24:32 +0000 (GMT) (envelope-from rihad@mail.ru) Received: from [62.212.229.11] (port=14971 helo=[62.212.229.11]) by mx6.mail.ru with esmtp id 1EoavG-000EmW-00 for freebsd-questions@freebsd.org; Tue, 20 Dec 2005 09:24:30 +0300 Message-ID: <43A7A39D.7000305@mail.ru> Date: Tue, 20 Dec 2005 10:24:29 +0400 From: rihad User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ports security branch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 06:24:33 -0000 Is there a security branch for the FreeBSD ports collection? Let's say, I installed FreeBSD 6.0 together with all needed -RELEASE ports/packages (i.e., those on the CD). Running security/portaudit after a while reveals that some of the installed packages have vulnerabilities. Am I on my own to go grab the fresh ports tree, and upgrade the affected software, suffering all the intricacies of the move by myself? Debian GNU/Linux has its security package updates, OpenBSD has a separately maintained "errata" ports branch (it's very likely you still get to download a newer release of the software, though). Sorry if this is a bit OT. I've already asked this on freebsd-questions@ but they told me there's no such thing at all. From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 06:29:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A40016A41F for ; Tue, 20 Dec 2005 06:29:33 +0000 (GMT) (envelope-from imran@darkstar.thelakecity.com.pk) Received: from darkstar.thelakecity.com.pk (darkstar.thelakecity.com.pk [202.59.74.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE01443D67 for ; Tue, 20 Dec 2005 06:29:28 +0000 (GMT) (envelope-from imran@darkstar.thelakecity.com.pk) Received: from darkstar.thelakecity.com.pk (localhost [127.0.0.1]) by darkstar.thelakecity.com.pk (8.13.3/8.13.3) with ESMTP id jBK6SSvF032952 for ; Tue, 20 Dec 2005 11:28:28 +0500 (PKT) (envelope-from imran@darkstar.thelakecity.com.pk) Received: (from root@localhost) by darkstar.thelakecity.com.pk (8.13.3/8.13.3/Submit) id jBK6SRaA032951 for freebsd-questions@freebsd.org; Tue, 20 Dec 2005 11:28:27 +0500 (PKT) (envelope-from imran) Date: Tue, 20 Dec 2005 11:28:27 +0500 (PKT) From: Imran Imtiaz Message-Id: <200512200628.jBK6SRaA032951@darkstar.thelakecity.com.pk> To: freebsd-questions@freebsd.org Subject: network monitoring tool X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 06:29:33 -0000 can anyone tell me which is the best network monitoring tool for unix which can tell me that from which ip the traffic is comming and the type of traffic and in which i can give a criteria like today which ip has downloaded how much amount of data. I am currently using ntop but it is not showing me the details based on criteria it just show me the traffic from the day it is up. I want something simple and effective. Regards, Imran Imtiaz From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 06:31:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD72416A41F for ; Tue, 20 Dec 2005 06:31:14 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from stimpy.forestinformatics.com (cvo-cr1-200-239.peak.org [69.59.200.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A93A43D99 for ; Tue, 20 Dec 2005 06:31:02 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from mothra (rodan [192.168.0.11]) by stimpy.forestinformatics.com (8.12.9/8.12.9) with SMTP id jBK6UgOo061148; Mon, 19 Dec 2005 22:30:59 -0800 (PST) (envelope-from jeff.hamann@forestinformatics.com) Message-ID: <000d01c6052e$f0d715e0$0a00a8c0@mothra> From: "Jeff D. Hamann" To: Date: Mon, 19 Dec 2005 22:30:38 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on stimpy.forestinformatics.com Cc: freebsd-questions@freebsd.org Subject: getting an old server up to scratch... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 06:31:14 -0000 I've been trying to build a new server and I've gotten to stage where I can start moving some of the data over from the old server. In the process I've decided to move my version control software from cvs to svn and have been using svn nicely now for some time. My old machine is a FreeBSD 4.4 machine and the ports trees simply doesn't work anymore. I only get: stimpy# cd /usr/ports/devel/cvs2svn stimpy# make install "/usr/ports/Mk/bsd.port.mk", line 4942: Malformed conditional (defined(USE_RCORDER) || defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES") "/usr/ports/Mk/bsd.port.mk", line 4952: Malformed conditional (defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES") "/usr/ports/Mk/bsd.port.mk", line 4963: if-less endif "/usr/ports/Mk/bsd.port.mk", line 4963: Need an operator "/usr/ports/Mk/bsd.port.mk", line 5272: if-less endif "/usr/ports/Mk/bsd.port.mk", line 5272: Need an operator make: fatal errors encountered -- cannot continue stimpy# for practically every port these days. I've tried installing from source and I need to upgrade python (which doesn't work using portupgrade either). I see it isn't possible to use cvs2svn on the new machine were I get to pass in the cvs path as :pserver:/blah,blah,blah... and I can't make a dump file on the old machine... now what? For svn users, is there a way to dump the cvs repos without using cvs2svn? and for FreeBSD users, Is it possible to get the port working or should I just move on and lick my wounds? Thanks, Jeff. From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 06:57:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A72016A41F for ; Tue, 20 Dec 2005 06:57:52 +0000 (GMT) (envelope-from bossyaka@rambler.ru) Received: from mxb.rambler.ru (mxb.rambler.ru [81.19.66.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0DBC43D64 for ; Tue, 20 Dec 2005 06:57:50 +0000 (GMT) (envelope-from bossyaka@rambler.ru) Received: from mailc.rambler.ru (mailc.rambler.ru [81.19.66.27]) by mxb.rambler.ru (Postfix) with ESMTP id 637B1889D9 for ; Tue, 20 Dec 2005 09:57:49 +0300 (MSK) Received: from localhost (apt.hm.ukrtel.net [213.179.243.91]) (authenticated bits=0) by mailc.rambler.ru (8.12.10/8.12.10) with ESMTP id jBK6vL2F048788 for ; Tue, 20 Dec 2005 09:57:22 +0300 (MSK) X-AntiVirus: Checked by Dr.Web [version: 4.33, engine: 4.33.0.09273, virus records: 95570, updated: 15.11.2005] Date: Tue, 20 Dec 2005 08:57:24 +0200 From: Ivan Ivanov X-Mailer: The Bat! (v3.60.07) Professional X-Priority: 3 (Normal) Message-ID: <1649626668.20051220085724@rambler.ru> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------271BB1F9327C147F" X-Auth-User: bossyaka, whoson: (null) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem with install GCC4.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ivan Ivanov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 06:57:52 -0000 ------------271BB1F9327C147F Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo all! I have a FreeBSD 5.3. 1. Try to install the GCC 4.2 from ports, but I get a error(see a attachment log.gz). What I need to do? 2. I update src and ports throught cvsup. In attachment cvsup.gz my supfile. Please explain me, how I can update may system to FreeBSD 6.0 Stable? What I need to change in my supfile and do after this? -- Best regards. Anton ------------271BB1F9327C147F-- From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 07:29:00 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8DFA16A41F for ; Tue, 20 Dec 2005 07:29:00 +0000 (GMT) (envelope-from ivan.roth@free.fr) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 532F043D45 for ; Tue, 20 Dec 2005 07:29:00 +0000 (GMT) (envelope-from ivan.roth@free.fr) Received: from imp3-g19.free.fr (imp3-g19.free.fr [212.27.42.3]) by smtp2-g19.free.fr (Postfix) with ESMTP id AEE6B62691 for ; Tue, 20 Dec 2005 08:28:59 +0100 (CET) Received: by imp3-g19.free.fr (Postfix, from userid 33) id 4363347867; Tue, 20 Dec 2005 08:28:59 +0100 (MET) Received: from 83.214.71.138 ([83.214.71.138]) by imp4.free.fr (Horde) with HTTP for ; Tue, 20 Dec 2005 08:28:59 +0100 Message-ID: <20051220082859.sc62c09ctj5s0koo@imp4.free.fr> Date: Tue, 20 Dec 2005 08:28:59 +0100 From: ivan.roth@free.fr To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.2) Cc: Subject: Re: unmounting USB key (sorry, lost the original title) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 07:29:00 -0000 Hi, I can't remember who posted that and I removed my emails from server. I try to eject my USB key using cmacontrol and I got this: # camcontrol devlist at scbus1 target 0 lun 0 (da0,pass0) # camcontrol eject 1:0:0 Unit stopped successfully, Media ejected #camcontrol devlist at scbus1 target 0 lun 0 (da0,pass0) You see, it seems to be successfully stopped but I still have it by asking the devlist the moment after. Don't know how to help more than that, sorry :) Regards, Ivan. ------------------------------------------------------------------ little P.S: for those who are saying FreeBSD is not ready and the penguin, and M$, etc, etc, Mike is right, let's see what we could have with just a hundredth of M$ money. If you come to FreeBSD then you may want to discover and search many new things by yourself. Help the project, give your time, share your knowledge. I am not a programmer, so I translate the handbook. And from day to day, it will be more accessible. But I am not sure this is the place for pessimism. Also note that almost all questions asked here get their solution in less than 24 hours. -- How you say ? FreeBSD enthousiast, yes :) From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 08:17:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 751A016A41F for ; Tue, 20 Dec 2005 08:17:57 +0000 (GMT) (envelope-from dinesh@alphaque.com) Received: from ns2.alphaque.com (ns2.alphaque.com [202.75.47.153]) by mx1.FreeBSD.org (Postfix) with SMTP id 0E6B943D53 for ; Tue, 20 Dec 2005 08:17:54 +0000 (GMT) (envelope-from dinesh@alphaque.com) Received: (qmail 77854 invoked by uid 0); 20 Dec 2005 08:17:49 -0000 Received: from lucifer.net-gw.com (HELO prophet.alphaque.com) (202.75.47.153) by lucifer.net-gw.com with SMTP; 20 Dec 2005 08:17:49 -0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by prophet.alphaque.com (8.13.4/8.13.4) with ESMTP id jBK8FtLR071616; Tue, 20 Dec 2005 16:15:55 +0800 (MYT) (envelope-from dinesh@alphaque.com) Message-ID: <43A7BDBB.1020103@alphaque.com> Date: Tue, 20 Dec 2005 16:15:55 +0800 From: Dinesh Nair User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8b) Gecko/20051026 MIME-Version: 1.0 To: Thomas Linton References: <43A6A2E0.9050109@free.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Ivan Roth Subject: Re: How to safty unplug a USB Stick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 08:17:57 -0000 On 12/20/05 07:44 Thomas Linton said the following: > Besides umount, to keep the FS consistant, I belive it would be necessary to > actually turn off the USB stick before you remove it. With Windows and Linux > there is also a way to safety remove -power off- a USB stick. i've just unmounted and then pulled out various usb sticks, CF cards and sony memory sticks and have not seen any filesystem problems when i stick them back in again. never had to use camcontrol eject. -- Regards, /\_/\ "All dogs go to heaven." dinesh@alphaque.com (0 0) http://www.alphaque.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+ From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 09:00:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F38C16A41F for ; Tue, 20 Dec 2005 09:00:35 +0000 (GMT) (envelope-from bossyaka@rambler.ru) Received: from mxb.rambler.ru (mxb.rambler.ru [81.19.66.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B165643D5F for ; Tue, 20 Dec 2005 09:00:33 +0000 (GMT) (envelope-from bossyaka@rambler.ru) Received: from mailc.rambler.ru (mailc.rambler.ru [81.19.66.27]) by mxb.rambler.ru (Postfix) with ESMTP id AF81988A61 for ; Tue, 20 Dec 2005 12:00:32 +0300 (MSK) Received: from localhost (apt.hm.ukrtel.net [213.179.243.91]) (authenticated bits=0) by mailc.rambler.ru (8.12.10/8.12.10) with ESMTP id jBK90I2F015059 for ; Tue, 20 Dec 2005 12:00:20 +0300 (MSK) Resent-Date: Tue, 20 Dec 2005 12:00:19 +0300 (MSK) Resent-Message-Id: <200512200900.jBK90I2F015059@mailc.rambler.ru> X-AntiVirus: Checked by Dr.Web [version: 4.33, engine: 4.33.0.09273, virus records: 95570, updated: 15.11.2005] Date: Tue, 20 Dec 2005 11:00:28 +0200 From: Ivan Ivanov X-Mailer: The Bat! (v3.60.07) Professional X-Priority: 3 (Normal) Message-ID: <716608787.20051220110028@rambler.ru> To: freebsd-questions@freebsd.org Resent-From: Ivan Ivanov MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Auth-User: bossyaka, whoson: (null) Subject: Problem with install GCC4.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ivan Ivanov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 09:00:35 -0000 Hallo all! I have a FreeBSD 5.3. 1. Try to install the GCC 4.2 from ports, but I get a error. ----------------------------------------------------------- Making GCC 4.2.0 for FreeBSD 5.3 target=i386-portbld-freebsd5.3 ===> WARNING: Vulnerability database out of date, checking anyway ===> Extracting for gcc-4.2.0_20051210 => MD5 Checksum OK for gcc-core-4.2-20051210.tar.bz2. => MD5 Checksum OK for gcc-g++-4.2-20051210.tar.bz2. => MD5 Checksum OK for gcc-objc-4.2-20051210.tar.bz2. => MD5 Checksum OK for gcc-testsuite-4.2-20051210.tar.bz2. ===> gcc-4.2.0_20051210 depends on file: /usr/local/bin/perl5.8.7 - found ===> Patching for gcc-4.2.0_20051210 ===> gcc-4.2.0_20051210 depends on file: /usr/local/bin/perl5.8.7 - found ===> Applying FreeBSD patches for gcc-4.2.0_20051210 ===> gcc-4.2.0_20051210 depends on executable: gmake - found ===> gcc-4.2.0_20051210 depends on executable: bison - found ===> gcc-4.2.0_20051210 depends on file: /usr/local/bin/perl5.8.7 - found ===> gcc-4.2.0_20051210 depends on shared library: iconv.3 - found ===> Configuring for gcc-4.2.0_20051210 ................................. echo timestamp > stmp-fixinc rm -f mm_malloc.h cat .././..//gcc-4.2-20051210/gcc/config/i386/gmm_malloc.h > mm_malloc.h if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi for file in .. .././..//gcc-4.2-20051210/gcc/ginclude/float.h .././..//gcc-4.2-20051210/gcc/ginclude/iso646.h .././..//gcc-4.2-20051210/gcc/ginclude/stdarg.h .././..//gcc-4.2-20051210/gcc/ginclude/stdbool.h .././..//gcc-4.2-20051210/gcc/ginclude/stddef.h .././..//gcc-4.2-20051210/gcc/ginclude/varargs.h .././..//gcc-4.2-20051210/gcc/config/i386/mmintrin.h .././..//gcc-4.2-20051210/gcc/config/i386/mm3dnow.h .././..//gcc-4.2-20051210/gcc/config/i386/xmmintrin.h .././..//gcc-4.2-20051210/gcc/config/i386/emmintrin.h .././..//gcc-4.2-20051210/gcc/config/i386/pmmintrin.h mm_malloc.h; do \ if [ X$file != X.. ]; then \ realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \ echo timestamp > include/$realfile; \ rm -f include/$realfile; \ cp $file include; \ chmod a+r include/$realfile; \ fi; \ done rm -f include/limits.h cp xlimits.h include/limits.h cp .././..//gcc-4.2-20051210/gcc/unwind-generic.h include/unwind.h chmod a+r include/limits.h rm -f include/README cp .././..//gcc-4.2-20051210/gcc/../fixincludes/README-fixinc include/README chmod a+r include/README echo timestamp > stmp-int-hdrs creating as echo timestamp > stamp-as creating collect-ld echo timestamp > stamp-collect-ld creating nm echo timestamp > stamp-nm objext='.o' \ LIB1ASMFUNCS='' \ LIB2FUNCS_ST='_eprintf __gcc_bcmp' \ LIBGCOV='_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler' \ LIB2ADD='' \ LIB2ADD_ST='' \ LIB2ADDEH='.././..//gcc-4.2-20051210/gcc/unwind-dw2.c .././..//gcc-4.2-20051210/gcc/unwind-dw2-fde.c .././..//gcc-4.2-20051210/gcc/unwind-sjlj.c .././..//gcc-4.2-20051210/gcc/gthr-gnat.c .././..//gcc-4.2-20051210/gcc/unwind-c.c' \ LIB2ADDEHSTATIC='.././..//gcc-4.2-20051210/gcc/unwind-dw2.c .././..//gcc-4.2-20051210/gcc/unwind-dw2-fde.c .././..//gcc-4.2-20051210/gcc/unwind-sjlj.c .././..//gcc-4.2-20051210/gcc/gthr-gnat.c .././..//gcc-4.2-20051210/gcc/unwind-c.c' \ LIB2ADDEHSHARED='.././..//gcc-4.2-20051210/gcc/unwind-dw2.c .././..//gcc-4.2-20051210/gcc/unwind-dw2-fde.c .././..//gcc-4.2-20051210/gcc/unwind-sjlj.c .././..//gcc-4.2-20051210/gcc/gthr-gnat.c .././..//gcc-4.2-20051210/gcc/unwind-c.c' \ LIB2ADDEHDEP='.././..//gcc-4.2-20051210/gcc/unwind-generic.h unwind-pe.h unwind.inc unwind-dw2-fde.h unwind-dw2.h' \ LIBUNWIND='' \ LIBUNWINDDEP='' \ SHLIBUNWIND_LINK='' \ SHLIBUNWIND_INSTALL='' \ FPBIT='' \ FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' \ LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \ DPBIT='' \ DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' \ TPBIT='' \ TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' \ MULTILIBS=` ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld --print-multi-lib` \ EXTRA_MULTILIB_PARTS='' \ SHLIB_LINK=' ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_INSTALL='$(mkinstalldirs) $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /usr/bin/install -c -m 644 @multilib_dir@/@shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; ln -s @shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' \ SHLIB_EXT='.so' \ SHLIB_MULTILIB='' \ SHLIB_MKMAP='.././..//gcc-4.2-20051210/gcc/mkmap-symver.awk' \ SHLIB_MKMAP_OPTS='' \ SHLIB_MAPFILES='.././..//gcc-4.2-20051210/gcc/libgcc-std.ver' \ SHLIB_NM_FLAGS='-pg' \ MULTILIB_OSDIRNAMES='' \ ASM_HIDDEN_OP='' \ GCC_FOR_TARGET=' ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld' \ mkinstalldirs='/bin/sh .././..//gcc-4.2-20051210/gcc/../mkinstalldirs' \ /bin/sh mklibgcc > tmp-libgcc.mk mv tmp-libgcc.mk libgcc.mk TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \ /bin/sh .././..//gcc-4.2-20051210/gcc/mkconfig.sh tconfig.h ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time \ -c .././..//gcc-4.2-20051210/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time \ -c .././..//gcc-4.2-20051210/gcc/crtstuff.c -DCRT_END \ -o crtend.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fPIC \ -c .././..//gcc-4.2-20051210/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \ -o crtbeginS.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fPIC \ -c .././..//gcc-4.2-20051210/gcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O \ -o crtendS.o gmake \ CFLAGS="-g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common " \ CONFIG_H="tconfig.h auto-host.h .././..//gcc-4.2-20051210/gcc/../include/ansidecl.h" TM_H="tm.h options.h .././..//gcc-4.2-20051210/gcc/config/i386/i386.h .././..//gcc-4.2-20051210/gcc/config/i386/unix.h .././..//gcc-4.2-20051210/gcc/config/i386/att.h .././..//gcc-4.2-20051210/gcc/config/dbxelf.h .././..//gcc-4.2-20051210/gcc/config/elfos.h .././..//gcc-4.2-20051210/gcc/config/freebsd-spec.h .././..//gcc-4.2-20051210/gcc/config/freebsd.h .././..//gcc-4.2-20051210/gcc/config/i386/freebsd.h .././..//gcc-4.2-20051210/gcc/defaults.h insn-constants.h insn-flags.h options.h" \ INCLUDES="-I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber" \ MAKEOVERRIDES= \ -f libgcc.mk all gmake[3]: Entering directory `/usr/ports/lang/gcc42/work/build/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/sh .././..//gcc-4.2-20051210/gcc/../mkinstalldirs $d; fi; \ done mkdir libgcc if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_muldi3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_muldi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_negdi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_negdi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_lshrdi3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_lshrdi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_ashldi3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_ashldi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_ashrdi3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_ashrdi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_cmpdi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_cmpdi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_ucmpdi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_ucmpdi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_floatdidf -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_floatdidf.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_floatdisf -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_floatdisf.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_fixunsdfsi -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_fixunssfsi -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_fixunssfsi.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_fixunsdfdi -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_fixunsdfdi.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_fixdfdi -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_fixdfdi.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_fixunssfdi -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_fixunssfdi.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_fixsfdi -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_fixsfdi.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_fixxfdi -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_fixxfdi.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_fixunsxfdi -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_floatdixf -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_floatdixf.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_fixunsxfsi -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_fixunsxfsi.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_fixtfdi -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_fixtfdi.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_fixunstfdi -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_fixunstfdi.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_floatditf -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_floatditf.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_clear_cache -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_clear_cache.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_enable_execute_stack -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_enable_execute_stack.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_trampoline -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_trampoline.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL__main -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./__main.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_absvsi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_absvsi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_absvdi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_absvdi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_addvsi3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_addvsi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_addvdi3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_addvdi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_subvsi3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_subvsi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_subvdi3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_subvdi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_mulvsi3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_mulvsi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_mulvdi3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_mulvdi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_negvsi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_negvsi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_negvdi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_negvdi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_ctors -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_ctors.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_ffssi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_ffssi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_ffsdi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_ffsdi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_clz -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_clz.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_clzsi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_clzsi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_clzdi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_clzdi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_ctzsi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_ctzsi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_ctzdi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_ctzdi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_popcount_tab -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_popcount_tab.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_popcountsi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_popcountsi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_popcountdi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_popcountdi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_paritysi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_paritysi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_paritydi2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_paritydi2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_powisf2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_powisf2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_powidf2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_powidf2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_powixf2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_powixf2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_powitf2 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_powitf2.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_mulsc3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_mulsc3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_muldc3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_muldc3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_mulxc3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_mulxc3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_multc3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_multc3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_divsc3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_divsc3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_divdc3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_divdc3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_divxc3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_divxc3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_divtc3 -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_divtc3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_floatundidf -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_floatundidf.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_floatundisf -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_floatundisf.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_floatundixf -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_floatundixf.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_floatunditf -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_floatunditf.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_eprintf -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_eprintf.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL__gcc_bcmp -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./__gcc_bcmp.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_divdi3 -fexceptions -fnon-call-exceptions -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_divdi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_moddi3 -fexceptions -fnon-call-exceptions -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_moddi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_udivdi3 -fexceptions -fnon-call-exceptions -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_udivdi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_umoddi3 -fexceptions -fnon-call-exceptions -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_umoddi3.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_udiv_w_sdiv -fexceptions -fnon-call-exceptions -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_udiv_w_sdiv.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -DL_udivmoddi4 -fexceptions -fnon-call-exceptions -c .././..//gcc-4.2-20051210/gcc/libgcc2.c -o libgcc/./_udivmoddi4.o ./xgcc -B./ -B/usr/local/i386-portbld-freebsd5.3/bin/ -isystem /usr/local/i386-portbld-freebsd5.3/include -isystem /usr/local/i386-portbld-freebsd5.3/sys-include -L/usr/ports/lang/gcc42/work/build/gcc/../ld -O2 -O2 -O -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I.././..//gcc-4.2-20051210/gcc -I.././..//gcc-4.2-20051210/gcc/. -I.././..//gcc-4.2-20051210/gcc/../include -I.././..//gcc-4.2-20051210/gcc/../libcpp/include -I.././..//gcc-4.2-20051210/gcc/../libdecnumber -fexceptions -c .././..//gcc-4.2-20051210/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o gmake[3]: Leaving directory `/usr/ports/lang/gcc42/work/build/gcc' gmake[2]: Leaving directory `/usr/ports/lang/gcc42/work/build/gcc' gmake[1]: Leaving directory `/usr/ports/lang/gcc42/work/build/gcc' *** Error code 2 Stop in /usr/ports/lang/gcc42. ----------------------------------------------------------- Sorry for big log, but I do not know what I need to send. What I need to do? 2. I update src and ports throught cvsup. Please explain me, how I can update may system to FreeBSD 6.0 Stable? What I need to change in my supfile and do after this? My supfile ----------------------------------------------------------- *default host=cvsup5.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs *default tag=RELENG_5 *default delete use-rel-suffix *default compress src-all ports-all tag=. doc-all tag=. ----------------------------------------------------------- -- Best regards, Anton From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 09:30:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D82416A41F for ; Tue, 20 Dec 2005 09:30:01 +0000 (GMT) (envelope-from LukeD@pobox.com) Received: from thorn.pobox.com (vds.fauxbox.com [208.210.124.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BAD243D62 for ; Tue, 20 Dec 2005 09:29:58 +0000 (GMT) (envelope-from LukeD@pobox.com) Received: from thorn (localhost [127.0.0.1]) by thorn.pobox.com (Postfix) with ESMTP id CAC73B8 for ; Tue, 20 Dec 2005 04:30:18 -0500 (EST) Received: from pool-71-113-106-149.sttlwa.dsl-w.verizon.net (pool-71-113-106-149.sttlwa.dsl-w.verizon.net [71.113.106.149]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by thorn.sasl.smtp.pobox.com (Postfix) with ESMTP id 2CF171AE8 for ; Tue, 20 Dec 2005 04:30:17 -0500 (EST) Date: Tue, 20 Dec 2005 01:29:52 -0800 (PST) From: Luke Dean X-X-Sender: lukas@border.crystalsphere.multiverse To: freebsd-questions@freebsd.org Message-ID: <20051220010208.D19327@border.crystalsphere.multiverse> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Possible solution to lockups on FreeBSD 6? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Luke Dean List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 09:30:01 -0000 In my ongoing quest to figure out why my machine keeps locking up since I upgraded from 5.4 to 6.0, I came across this interesting passage in man (5) pf.conf: BUGS Due to a lock order reversal (LOR) with the socket layer, the use of the group and user filter parameter in conjuction with a Giant-free netstack can result in a deadlock. If you have to use group or user you must set debug.mpsafenet to ``0'' from the loader(8), for the moment. This work- around will still produce the LOR, but Giant will protect from the dead- lock. In the release notes for FreeBSD 6, I found: Fine-grained locking has been applied to many of the data structures in the IPX/SPX protocol stack. While not fully MPSAFE at this point, it is generally safe to use IPX/SPX without the Giant lock (in other words, the debug.mpsafenet sysctl variable may be set to 1). While I don't fully understand what this passage is talking about, I take it to mean that the default value of debug.mpsafenet is now 1, and that this is a new feature of FreeBSD version 6. I use pf. I use the user filter parameter on some oft-evaluated rules. I discovered that my debug.mpsafenet is indeed "1" . My system is deadlocking occasionally under 6 where it never did so under 5.4. I think I'm going to attempt to set debug.mpsafenet to "0" in my loader.conf and see how many days I can go without a lockup this time. I've seen several threads lately from people having lockup troubles after upgrading to version 6, and at least one of them mentioned pf specifically, so I bet some of the rest of you may want to try this too. From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 09:53:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D4B216A41F for ; Tue, 20 Dec 2005 09:53:41 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from tin.colossus.net (tin.colossus.net [216.121.224.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C566243D64 for ; Tue, 20 Dec 2005 09:53:40 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from nexpc (212.210-193-15.adsl.qala.com.sg [210.193.15.212]) by tin.colossus.net (8.9.3p2/8.9.3) with SMTP id BAA20302 for ; Tue, 20 Dec 2005 01:53:39 -0800 Message-ID: <012c01c6054c$665afc10$c801a8c0@nexpc> From: "Foo Ji-Haw" To: Date: Tue, 20 Dec 2005 18:01:50 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How native is the native JDK14? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 09:53:41 -0000 Hi all, I am still compiling the /usr/port/java/jdk14/, which I think is the = native Java implementation. But as I see the compiling going on, I read = a couple of lines saying that they are going to turn on linux binary = compatibility. My question is: did they turn it on just for the purpose of the = compilation, or is jdk14/ not a real native implementation? Anyway, I also read from www.freebsdfoundation.org/downloads/java.shtml: The FreeBSD Foundation has negotiated a license with Sun Microsystems to = distribute FreeBSD binaries for the Java Runtime Environment (JRE) and = Java Development Kit (JDK). These implementations have been made = possible through the hard work of the BSD Java team, and contributors = (particularly WorldGate Communications, Inc.) as well as through = donations to the FreeBSD Foundation that supported hardware, developer = time, testing resources, and license negotiation. Looks like getting Java is going to get easier. Yeah! From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 10:08:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4637F16A41F for ; Tue, 20 Dec 2005 10:08:58 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id C371643D46 for ; Tue, 20 Dec 2005 10:08:57 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.8.84] (generic.ATOSORIGIN.ES [212.170.156.200]) by strange.daemonsecurity.com (Postfix) with ESMTP id 19C852E041; Tue, 20 Dec 2005 11:08:55 +0100 (CET) Message-ID: <43A7D82F.5090905@locolomo.org> Date: Tue, 20 Dec 2005 11:08:47 +0100 From: Erik Norgaard User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051214) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Foo Ji-Haw References: <012c01c6054c$665afc10$c801a8c0@nexpc> In-Reply-To: <012c01c6054c$665afc10$c801a8c0@nexpc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How native is the native JDK14? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 10:08:58 -0000 Foo Ji-Haw wrote: > My question is: did they turn it on just for the purpose of the compilation, > or is jdk14/ not a real native implementation? The linux stuff is required for the first compilation because to compile java you need java. You can deinstall the linux packages after java is installed, and future compilations should go just fine without reinstalling these packages. Cheers, Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt Subject ID: 9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72 Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 10:42:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8734E16A41F for ; Tue, 20 Dec 2005 10:42:23 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C3B43D67 for ; Tue, 20 Dec 2005 10:42:21 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: by zproxy.gmail.com with SMTP id f1so1427484nzc for ; Tue, 20 Dec 2005 02:42:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=dyPajADZoPwO3xthZ+GAmx2NGtNhu/m9kgICdR5EEkZMzmJPFtrNDVnXIvZzq5MygX1zbMCG+v755AwB2ee3ZS15rhnpERsDsbBXZEC9RAXTWHeUG3HsJqiFL9cfR54mH0d+SaJoNFOfUovUxWlb9z3QkEPBmfBupWHHA82WQ/g= Received: by 10.64.131.17 with SMTP id e17mr3961467qbd; Tue, 20 Dec 2005 02:42:20 -0800 (PST) Received: by 10.65.61.9 with HTTP; Tue, 20 Dec 2005 02:42:20 -0800 (PST) Message-ID: <59adc1a0512200242k6acca537n@mail.gmail.com> Date: Tue, 20 Dec 2005 11:42:20 +0100 From: Dimitar Vasilev To: Ivan Ivanov In-Reply-To: <716608787.20051220110028@rambler.ru> MIME-Version: 1.0 References: <716608787.20051220110028@rambler.ru> Content-Type: text/plain; charset=ISO-8859-5 Content-Transfer-Encoding: base64 Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Problem with install GCC4.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 10:42:23 -0000 Pgo+Cj4KPiBTdG9wIGluIC91c3IvcG9ydHMvbGFuZy9nY2M0Mi4KPiAtLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQo+IFNvcnJ5IGZvciBi aWcgbG9nLCBidXQgSSBkbyBub3Qga25vdyB3aGF0IEkgbmVlZCB0byBzZW5kLgo+IFdoYXQgSSBu ZWVkIHRvIGRvPwo+Cj4gMi4gSSB1cGRhdGUgc3JjIGFuZCBwb3J0cyB0aHJvdWdodCBjdnN1cC4g UGxlYXNlIGV4cGxhaW4gbWUsCj4gaG93IEkgY2FuIHVwZGF0ZSBtYXkgc3lzdGVtIHRvIEZyZWVC U0QgNi4wIFN0YWJsZT8KPiBXaGF0IEkgbmVlZCB0byBjaGFuZ2UgaW4gbXkgc3VwZmlsZSBhbmQg ZG8gYWZ0ZXIgdGhpcz8KPgo+IE15IHN1cGZpbGUKPiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQo+ICpkZWZhdWx0IGhvc3Q9Y3ZzdXA1 LkZyZWVCU0Qub3JnCj4gKmRlZmF1bHQgYmFzZT0vdmFyL2RiCj4gKmRlZmF1bHQgcHJlZml4PS91 c3IKPiAqZGVmYXVsdCByZWxlYXNlPWN2cwo+ICpkZWZhdWx0IHRhZz1SRUxFTkdfNQo+ICpkZWZh dWx0IGRlbGV0ZSB1c2UtcmVsLXN1ZmZpeAo+ICpkZWZhdWx0IGNvbXByZXNzCj4gc3JjLWFsbAo+ IHBvcnRzLWFsbCB0YWc9Lgo+IGRvYy1hbGwgdGFnPS4KPiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQo+IC0tCj4gQmVzdCByZWdhcmRz LAo+IEFudG9uCj4KPiBfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fXwo+IGZyZWVic2QtcXVlc3Rpb25zQGZyZWVic2Qub3JnIG1haWxpbmcgbGlzdAo+IGh0dHA6 Ly9saXN0cy5mcmVlYnNkLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2ZyZWVic2QtcXVlc3Rpb25zCj4g VG8gdW5zdWJzY3JpYmUsIHNlbmQgYW55IG1haWwgdG8gIgo+IGZyZWVic2QtcXVlc3Rpb25zLXVu c3Vic2NyaWJlQGZyZWVic2Qub3JnIgo+CgpjaGFuZ2UgUkVMRU5HXzUgdG8gUkVMRU5HXzYKCi0t CrTY3Nji6uAgstDh2NvV0gpEaW1pdGFyIFZhc3NpbGV2CgpHbnVQRyBrZXkgSUQ6IDB4NEI4REI1 MjUKS2V5c2VydmVyOiBwZ3AubWl0LmVkdQpLZXkgZmluZ2VycHJpbnQ6IEQ4OEEgM0I5MiBERUQ1 IDkxN0UgMzQxRSBENjJGIDhDNTEgNUZDNCA0QjhEIEI1MjUK From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 10:57:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD12516A41F for ; Tue, 20 Dec 2005 10:57:53 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEDC543D5E for ; Tue, 20 Dec 2005 10:57:50 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so1035105wxc for ; Tue, 20 Dec 2005 02:57:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=V+h50oFYxkFJ9cMqgO9N7JcI+rsTYPsX7r5x8RRsZaReWprVVatDhTKsKNcHwnkN9LATC7w+6gWg01u3VFrJzmW5f2/ZW8kUBWcw4NyZFveAHVXiD/lZNy0oHn23xEPgtHN3of/74u6dLpUhkiAVDrRoVCisnWLXseg7XB8oq/o= Received: by 10.70.36.8 with SMTP id j8mr5613028wxj; Tue, 20 Dec 2005 02:57:50 -0800 (PST) Received: by 10.70.68.4 with HTTP; Tue, 20 Dec 2005 02:57:50 -0800 (PST) Message-ID: <27dbfc8c0512200257k292a2f48h6bfee61d8569cebf@mail.gmail.com> Date: Tue, 20 Dec 2005 11:57:50 +0100 From: Valerio daelli To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Installing mysql 5 with linuxthreads from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 10:57:53 -0000 Hi I have problem installing mysql 50 on FreeBSD 5.4. I am trying to install it with linuxthreads and I keep getting these errors: $ cd /usr/ports/databases/mysql50-server $ make -DWITH_LINUXTHREADS -DDATA_DIR=3D/data/mysql CONFIGURE_ARGS=3D"--without-debug --without-readline \ --without-libedit --without-bench --without-extra-tools \ --with-libwrap --with-mysqlfs --with-vio --with-low-memory \ --enable-thread-safe-client --enable-assembler --without-berkeley-db \ --with-named-thread-libs=3D-pthread --prefix=3D/usr/local" install ..... if c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME=3D"\"/usr/local\"" -DDATADIR=3D"\"/data/mysql\"" -DSHAREDIR=3D"\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../include -I../include -I../regex -I. -DDBUG_OFF -O -pipe -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads -O -pipe -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=3D1000000 -MT mysqld.o -MD -MP -MF ".deps/mysqld.T= po" -c -o mysqld.o mysqld.cc; then mv -f ".deps/mysqld.Tpo" ".deps/mysqld.Po"; else rm -f ".deps/mysqld.Tpo"; exit 1; fi mysqld.cc: In function `int main(int, char**)': mysqld.cc:3266: error: `pthread_setprio' undeclared (first use this function) mysqld.cc:3266: error: (Each undeclared identifier is reported only once fo= r each function it appears in.) *** Error code 1 Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.16/sql. *** Error code 1 I found the definition of the function pthread_setprio in /usr/local/include/mysql/my_pthread.h. Does anybody how to fix this error? Thanks Valerio From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 11:02:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE11E16A41F for ; Tue, 20 Dec 2005 11:02:04 +0000 (GMT) (envelope-from gojyo83@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4782443D77 for ; Tue, 20 Dec 2005 11:01:59 +0000 (GMT) (envelope-from gojyo83@gmail.com) Received: by zproxy.gmail.com with SMTP id i1so1711954nzh for ; Tue, 20 Dec 2005 03:01:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=jniWrTZ8BQ8oylVp0XqyQcIWwJzcE0pWGNKwo6uP4lSUhFK01D8GUzlskEudnIq4C2Ew34EncnXg1+/DKYiAyzECLyPBGzhPP5rpLeXm25FdGoWvuuC27565WGh18WJYIeQ8Q+VAIE5/xLLqAazsCu4JrZqdtYz9mUsLFw9o4gI= Received: by 10.65.204.4 with SMTP id g4mr1313503qbq; Tue, 20 Dec 2005 03:01:57 -0800 (PST) Received: by 10.65.113.1 with HTTP; Tue, 20 Dec 2005 03:01:57 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 12:01:57 +0100 From: Gojyo To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Running qmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 11:02:04 -0000 I manually started qmail-smtp. However, even if it's running, it doesn't listen on any socket. I think I'm missing something, but what? Is there some other thing that should I do? From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 11:08:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E4A816A41F for ; Tue, 20 Dec 2005 11:08:33 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C8443D4C for ; Tue, 20 Dec 2005 11:08:31 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1EofM6-000969-6A for freebsd-questions@freebsd.org; Tue, 20 Dec 2005 14:08:30 +0300 Received: from localhost.stc ([127.0.0.1] helo=sysadm.stc) by sysadm.stc with esmtp (Exim 4.54 (FreeBSD)) id 1EofLf-0005NB-0e for freebsd-questions@freebsd.org; Tue, 20 Dec 2005 14:08:03 +0300 Received: (from igorr@localhost) by sysadm.stc (8.13.4/8.13.3/Submit) id jBKB82mF020656 for freebsd-questions@freebsd.org; Tue, 20 Dec 2005 14:08:02 +0300 (MSK) (envelope-from igorr) Date: Tue, 20 Dec 2005 14:08:02 +0300 From: Igor Robul To: freebsd-questions@freebsd.org Message-ID: <20051220110802.GE10718@sysadm.stc> References: <43A429D1.2090309@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43A429D1.2090309@gmail.com> User-Agent: Mutt/1.5.11 X-Archived: Yes Subject: Re: Recursive ACLs commands X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 11:08:33 -0000 On Sat, Dec 17, 2005 at 10:08:01AM -0500, bazzoola wrote: > Greetings, > > I was just wondering if I can set or lists acls recursively on specific > directories ? > > I couldn't find the usual '-R' option for setfacl > Is there another way to do this? find . -type f -exec setfacl -m xxx {} \; or find . -type d -exec setfacl -d -m u::,g::,o::,g:rrr:rwx {} \; I hope you have got idea From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 11:44:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09C4C16A41F for ; Tue, 20 Dec 2005 11:44:23 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BC6A43D6D for ; Tue, 20 Dec 2005 11:44:21 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id jBKBi9po031149; Tue, 20 Dec 2005 13:44:09 +0200 Received: by flame.pc (Postfix, from userid 1001) id D3E1C1157A; Tue, 20 Dec 2005 13:43:06 +0200 (EET) Date: Tue, 20 Dec 2005 13:43:06 +0200 From: Giorgos Keramidas To: Gojyo Message-ID: <20051220114306.GE1064@flame.pc> 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: Running qmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 11:44:23 -0000 On 2005-12-20 12:01, Gojyo wrote: > I manually started qmail-smtp. > However, even if it's running, it doesn't listen on any socket. Please quote the original message when you reply. I usually reply to 50-100 messages every day and this does *not* include the work-related email traffic I get. It so happens, mostly because of my aversion to qmail, that I remember the original post, but you can't expect everyone to remember everything about the original post without any sort of context. How did you start qmail-smtpd? It's not supposed to work just by running the binary as root. The qmail documentation explains how you can start it with tcpserver, for example. > I think I'm missing something, but what? > Is there some other thing that should I do? Yes, you are indeed missing something. The best way to find out what you are missing is to read carefully the qmail installation guide or one of the dozens of online tutorials about setting up qmail, i.e.: http://www.lifewithqmail.org/ Your question is answered in the qmail FAQ too: http://cr.yp.to/qmail/faq.html http://cr.yp.to/qmail/faq/servers.html#tcpserver-smtpd I hope this helps, - Giorgos From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 11:52:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 854D716A41F for ; Tue, 20 Dec 2005 11:52:23 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7423E43D68 for ; Tue, 20 Dec 2005 11:52:18 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1055219wxc for ; Tue, 20 Dec 2005 03:52:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sKjccd+1SCFXhcDh8/spMlgjg96MfyrIMV8wMtSkDDEoTixTfUwi+Da1DRtQjdY0tqAvoAm/NH5Hn/lpvh7S8LDuraCoKm3B7uNGH3u7pUX50hapJ2JcMDPHFzb9IJLMwNN6burTxEdKaCH+J8zlj7bYa6y7WcuV1HaPf7dVO+4= Received: by 10.70.60.13 with SMTP id i13mr5646105wxa; Tue, 20 Dec 2005 03:52:17 -0800 (PST) Received: by 10.70.105.11 with HTTP; Tue, 20 Dec 2005 03:52:17 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 12:52:17 +0100 From: Svein Halvor Halvorsen Sender: sveinhal@gmail.com To: Gojyo In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Running qmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 11:52:23 -0000 On 12/20/05, Gojyo wrote: > I manually started qmail-smtp. > However, even if it's running, it doesn't listen on any socket. > > I think I'm missing something, but what? > Is there some other thing that should I do? I don't think qmail-smtpd is listening on any socket, but rather on on stdin. So you could start qmail-smtpd from the command line and start typing your SMTP session. The normal way to run qmail-smtd is by way of tcpserver. This program will listen on any socket and start any program on connect and redirect the connection to the server's stdin, although inetd should work also. Se: http://cr.yp.to/qmail/faq/servers.html#tcpserver-smtpd From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 12:08:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FC6F16A41F for ; Tue, 20 Dec 2005 12:08:49 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3247E43D46 for ; Tue, 20 Dec 2005 12:08:47 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1057410wxc for ; Tue, 20 Dec 2005 04:08:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type; b=gQy+zYyo843Fky0RnXVdEyiwKUgz1alit/tYHkiMqFGniDHIUNS6hpNwPnSAVtFE4aKhJwKknoJ88rA4BvECROCf9eQgvvdi6HulBTmHMe/NFeL+xQ+O86G2cr4EIllxyHxQtf6vnYtt/rKeISykZwjZpZnA63lnU62men+JLdA= Received: by 10.70.102.16 with SMTP id z16mr5713012wxb; Tue, 20 Dec 2005 04:08:47 -0800 (PST) Received: by 10.70.105.11 with HTTP; Tue, 20 Dec 2005 04:08:47 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 13:08:47 +0100 From: Svein Halvor Halvorsen Sender: sveinhal@gmail.com To: FreeBSD Questions MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_5096_31704617.1135080527356" Subject: Intel 855 AGP blues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 12:08:49 -0000 ------=_Part_5096_31704617.1135080527356 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I've got agp in my kernel, but get no /dev/agpgart device, and hence no xvideo in xorg. No trace of agp in my dmesg (neither in verbose mode). I recompiled my kernel from RELENG_6 today, but to no avail. I've asked this question before also, but got no replies. I can seem to find any traces of it in my logs, so I'm not sure when, but I am certain that this used to work (possibly back when I used 5.x, I'm not sure, unfortunately). Any help please? (Anything could help, just pointers on relevant keyword to google for--anyt= hing) Svein Halvor (uname, scanpci, dmesg and kernconf attached) [root@weld:~]$ uname -a FreeBSD weld.thelosingend.net 6.0-STABLE FreeBSD 6.0-STABLE #6: Tue Dec 20 12:16:09 CET 2005 =20 sveinhal@weld.thelosingend.net:/usr/obj/usr/src/sys/WELD i386 [root@weld:~]$ scanpci | grep -B1 855 pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x8086 device 0x3580 Intel Corp. 82852/855GM Host Bridge -- pci bus 0x0000 cardnum 0x02 function 0x00: vendor 0x8086 device 0x3582 Intel Corp. 82852/855GM Integrated Graphics Device -- pci bus 0x0000 cardnum 0x02 function 0x01: vendor 0x8086 device 0x3582 Intel Corp. 82852/855GM Integrated Graphics Device ------=_Part_5096_31704617.1135080527356 Content-Type: application/octet-stream; name=WELD Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="WELD" IwojIEdFTkVSSUMgLS0gR2VuZXJpYyBrZXJuZWwgY29uZmlndXJhdGlvbiBmaWxlIGZvciBGcmVl QlNEL2kzODYKIwojIEZvciBtb3JlIGluZm9ybWF0aW9uIG9uIHRoaXMgZmlsZSwgcGxlYXNlIHJl YWQgdGhlIGhhbmRib29rIHNlY3Rpb24gb24KIyBLZXJuZWwgQ29uZmlndXJhdGlvbiBGaWxlczoK IwojICAgIGh0dHA6Ly93d3cuRnJlZUJTRC5vcmcvZG9jL2VuX1VTLklTTzg4NTktMS9ib29rcy9o YW5kYm9vay9rZXJuZWxjb25maWctY29uZmlnLmh0bWwKIwojIFRoZSBoYW5kYm9vayBpcyBhbHNv IGF2YWlsYWJsZSBsb2NhbGx5IGluIC91c3Ivc2hhcmUvZG9jL2hhbmRib29rCiMgaWYgeW91J3Zl IGluc3RhbGxlZCB0aGUgZG9jIGRpc3RyaWJ1dGlvbiwgb3RoZXJ3aXNlIGFsd2F5cyBzZWUgdGhl CiMgRnJlZUJTRCBXb3JsZCBXaWRlIFdlYiBzZXJ2ZXIgKGh0dHA6Ly93d3cuRnJlZUJTRC5vcmcv KSBmb3IgdGhlCiMgbGF0ZXN0IGluZm9ybWF0aW9uLgojCiMgQW4gZXhoYXVzdGl2ZSBsaXN0IG9m IG9wdGlvbnMgYW5kIG1vcmUgZGV0YWlsZWQgZXhwbGFuYXRpb25zIG9mIHRoZQojIGRldmljZSBs aW5lcyBpcyBhbHNvIHByZXNlbnQgaW4gdGhlIC4uLy4uL2NvbmYvTk9URVMgYW5kIE5PVEVTIGZp bGVzLiAKIyBJZiB5b3UgYXJlIGluIGRvdWJ0IGFzIHRvIHRoZSBwdXJwb3NlIG9yIG5lY2Vzc2l0 eSBvZiBhIGxpbmUsIGNoZWNrIGZpcnN0IAojIGluIE5PVEVTLgojCiMgJEZyZWVCU0Q6IHNyYy9z eXMvaTM4Ni9jb25mL0dFTkVSSUMsdiAxLjM4NC4yLjIgMjAwMy8wNS8zMSAxNToxODo0MSBzY290 dGwgRXhwICQKCm1hY2hpbmUJCWkzODYKI2NwdQkJSTQ4Nl9DUFUKI2NwdQkJSTU4Nl9DUFUKY3B1 CQlJNjg2X0NQVQppZGVudAkJV0VMRAoKI1RvIHN0YXRpY2FsbHkgY29tcGlsZSBpbiBkZXZpY2Ug d2lyaW5nIGluc3RlYWQgb2YgL2Jvb3QvZGV2aWNlLmhpbnRzCiNoaW50cwkJIkdFTkVSSUMuaGlu dHMiCQkjRGVmYXVsdCBwbGFjZXMgdG8gbG9vayBmb3IgZGV2aWNlcy4KCiNtYWtlb3B0aW9ucwlE RUJVRz0tZwkJI0J1aWxkIGtlcm5lbCB3aXRoIGdkYigxKSBkZWJ1ZyBzeW1ib2xzCgpvcHRpb25z IAlTQ0hFRF80QlNECQkjNEJTRCBzY2hlZHVsZXIKb3B0aW9ucyAJSU5FVAkJCSNJbnRlck5FVHdv cmtpbmcKb3B0aW9ucyAJSU5FVDYJCQkjSVB2NiBjb21tdW5pY2F0aW9ucyBwcm90b2NvbHMKb3B0 aW9ucyAJRkZTCQkJI0JlcmtlbGV5IEZhc3QgRmlsZXN5c3RlbQpvcHRpb25zIAlTT0ZUVVBEQVRF UwkJI0VuYWJsZSBGRlMgc29mdCB1cGRhdGVzIHN1cHBvcnQKb3B0aW9ucyAJVUZTX0FDTAkJCSNT dXBwb3J0IGZvciBhY2Nlc3MgY29udHJvbCBsaXN0cwpvcHRpb25zIAlVRlNfRElSSEFTSAkJI0lt cHJvdmUgcGVyZm9ybWFuY2Ugb24gYmlnIGRpcmVjdG9yaWVzCm9wdGlvbnMgCU1EX1JPT1QJCQkj TUQgaXMgYSBwb3RlbnRpYWwgcm9vdCBkZXZpY2UKb3B0aW9ucyAJTkZTQ0xJRU5UCQkjTmV0d29y ayBGaWxlc3lzdGVtIENsaWVudApvcHRpb25zIAlORlNTRVJWRVIJCSNOZXR3b3JrIEZpbGVzeXN0 ZW0gU2VydmVyCm9wdGlvbnMgCU5GU19ST09UCQkjTkZTIHVzYWJsZSBhcyByb290IGRldmljZSwg cmVxdWlyZXMgTkZTQ0xJRU5UCm9wdGlvbnMgCU1TRE9TRlMJCQkjTVNET1MgRmlsZXN5c3RlbQpv cHRpb25zIAlDRDk2NjAJCQkjSVNPIDk2NjAgRmlsZXN5c3RlbQpvcHRpb25zIAlQUk9DRlMJCQkj UHJvY2VzcyBmaWxlc3lzdGVtIChyZXF1aXJlcyBQU0VVRE9GUykKb3B0aW9ucyAJUFNFVURPRlMJ CSNQc2V1ZG8tZmlsZXN5c3RlbSBmcmFtZXdvcmsKb3B0aW9ucyAJQ09NUEFUXzQzCQkjQ29tcGF0 aWJsZSB3aXRoIEJTRCA0LjMgW0tFRVAgVEhJUyFdCm9wdGlvbnMgCUNPTVBBVF9GUkVFQlNENAkJ I0NvbXBhdGlibGUgd2l0aCBGcmVlQlNENApvcHRpb25zIAlTQ1NJX0RFTEFZPTE1MDAwCSNEZWxh eSAoaW4gbXMpIGJlZm9yZSBwcm9iaW5nIFNDU0kKb3B0aW9ucyAJS1RSQUNFCQkJI2t0cmFjZSgx KSBzdXBwb3J0Cm9wdGlvbnMgCVNZU1ZTSE0JCQkjU1lTVi1zdHlsZSBzaGFyZWQgbWVtb3J5Cm9w dGlvbnMgCVNZU1ZNU0cJCQkjU1lTVi1zdHlsZSBtZXNzYWdlIHF1ZXVlcwpvcHRpb25zIAlTWVNW U0VNCQkJI1NZU1Ytc3R5bGUgc2VtYXBob3JlcwpvcHRpb25zIAlfS1BPU0lYX1BSSU9SSVRZX1ND SEVEVUxJTkcgI1Bvc2l4IFAxMDAzXzFCIHJlYWwtdGltZSBleHRlbnNpb25zCm9wdGlvbnMgCUtC RF9JTlNUQUxMX0NERVYJIyBpbnN0YWxsIGEgQ0RFViBlbnRyeSBpbiAvZGV2Cm9wdGlvbnMgCUFI Q19SRUdfUFJFVFRZX1BSSU5UCSMgUHJpbnQgcmVnaXN0ZXIgYml0ZmllbGRzIGluIGRlYnVnCgkJ CQkJIyBvdXRwdXQuICBBZGRzIH4xMjhrIHRvIGRyaXZlci4Kb3B0aW9ucyAJQUhEX1JFR19QUkVU VFlfUFJJTlQJIyBQcmludCByZWdpc3RlciBiaXRmaWVsZHMgaW4gZGVidWcKCQkJCQkjIG91dHB1 dC4gIEFkZHMgfjIxNWsgdG8gZHJpdmVyLgoKIyBEZWJ1Z2dpbmcgZm9yIHVzZSBpbiAtY3VycmVu dAojb3B0aW9ucyAJRERCCQkJI0VuYWJsZSB0aGUga2VybmVsIGRlYnVnZ2VyCiNvcHRpb25zIAlJ TlZBUklBTlRTCQkjRW5hYmxlIGNhbGxzIG9mIGV4dHJhIHNhbml0eSBjaGVja2luZwojb3B0aW9u cyAJSU5WQVJJQU5UX1NVUFBPUlQJI0V4dHJhIHNhbml0eSBjaGVja3Mgb2YgaW50ZXJuYWwgc3Ry dWN0dXJlcywgcmVxdWlyZWQgYnkgSU5WQVJJQU5UUwojb3B0aW9ucyAJV0lUTkVTUwkJCSNFbmFi bGUgY2hlY2tzIHRvIGRldGVjdCBkZWFkbG9ja3MgYW5kIGN5Y2xlcwojb3B0aW9ucyAJV0lUTkVT U19TS0lQU1BJTgkjRG9uJ3QgcnVuIHdpdG5lc3Mgb24gc3BpbmxvY2tzIGZvciBzcGVlZAoKIyBU byBtYWtlIGFuIFNNUCBrZXJuZWwsIHRoZSBuZXh0IHR3byBhcmUgbmVlZGVkCiNvcHRpb25zIAlT TVAJCQkjIFN5bW1ldHJpYyBNdWx0aVByb2Nlc3NvciBLZXJuZWwKI29wdGlvbnMgCUFQSUNfSU8J CQkjIFN5bW1ldHJpYyAoQVBJQykgSS9PCgpkZXZpY2UJCWlzYQpkZXZpY2UJCWVpc2EKZGV2aWNl CQlwY2kKCiMgRmxvcHB5IGRyaXZlcwpkZXZpY2UJCWZkYwoKIyBBVEEgYW5kIEFUQVBJIGRldmlj ZXMKZGV2aWNlCQlhdGEKZGV2aWNlCQlhdGFkaXNrCQkJIyBBVEEgZGlzayBkcml2ZXMKZGV2aWNl CQlhdGFwaWNkCQkJIyBBVEFQSSBDRFJPTSBkcml2ZXMKZGV2aWNlCQlhdGFwaWZkCQkJIyBBVEFQ SSBmbG9wcHkgZHJpdmVzCmRldmljZQkJYXRhcGlzdAkJCSMgQVRBUEkgdGFwZSBkcml2ZXMKb3B0 aW9ucyAJQVRBX1NUQVRJQ19JRAkJI1N0YXRpYyBkZXZpY2UgbnVtYmVyaW5nCgojIFNDU0kgQ29u dHJvbGxlcnMKZGV2aWNlCQlhaGIJCSMgRUlTQSBBSEExNzQyIGZhbWlseQpkZXZpY2UJCWFoYwkJ IyBBSEEyOTQwIGFuZCBvbmJvYXJkIEFJQzd4eHggZGV2aWNlcwpkZXZpY2UJCWFoZAkJIyBBSEEz OTMyMC8yOTMyMCBhbmQgb25ib2FyZCBBSUM3OXh4IGRldmljZXMKZGV2aWNlCQlhbWQJCSMgQU1E IDUzQzk3NCAoVGVrcmFtIERDLTM5MChUKSkKZGV2aWNlCQlpc3AJCSMgUWxvZ2ljIGZhbWlseQpk ZXZpY2UJCW1wdAkJIyBMU0ktTG9naWMgTVBULUZ1c2lvbgojZGV2aWNlCQluY3IJCSMgTkNSL1N5 bWJpb3MgTG9naWMKZGV2aWNlCQlzeW0JCSMgTkNSL1N5bWJpb3MgTG9naWMgKG5ld2VyIGNoaXBz ZXRzICsgdGhvc2Ugb2YgYG5jcicpCmRldmljZQkJdHJtCQkjIFRla3JhbSBEQzM5NVUvVVcvRiBE QzMxNVUgYWRhcHRlcnMKCmRldmljZQkJYWR2CQkjIEFkdmFuc3lzIFNDU0kgYWRhcHRlcnMKZGV2 aWNlCQlhZHcJCSMgQWR2YW5zeXMgd2lkZSBTQ1NJIGFkYXB0ZXJzCmRldmljZQkJYWhhCQkjIEFk YXB0ZWMgMTU0eCBTQ1NJIGFkYXB0ZXJzCmRldmljZQkJYWljCQkjIEFkYXB0ZWMgMTVbMDEyXXgg U0NTSSBhZGFwdGVycywgQUlDLTZbMjNdNjAuCmRldmljZQkJYnQJCSMgQnVzbG9naWMvTXlsZXgg TXVsdGlNYXN0ZXIgU0NTSSBhZGFwdGVycwoKZGV2aWNlCQluY3YJCSMgTkNSIDUzQzUwMApkZXZp Y2UJCW5zcAkJIyBXb3JrYml0IE5pbmphIFNDU0ktMwpkZXZpY2UJCXN0ZwkJIyBUTUMgMThDMzAv MThDNTAKCiMgUkFJRCBjb250cm9sbGVycyBpbnRlcmZhY2VkIHRvIHRoZSBTQ1NJIHN1YnN5c3Rl bQpkZXZpY2UJCWFzcgkJIyBEUFQgU21hcnRSQUlEIFYsIFZJIGFuZCBBZGFwdGVjIFNDU0kgUkFJ RApkZXZpY2UJCWNpc3MJCSMgQ29tcGFxIFNtYXJ0IFJBSUQgNSoKZGV2aWNlCQlkcHQJCSMgRFBU IFNtYXJ0Y2FjaGUgSUlJLCBJViAtIFNlZSBOT1RFUyBmb3Igb3B0aW9ucyEKZGV2aWNlCQlpaXIJ CSMgSW50ZWwgSW50ZWdyYXRlZCBSQUlECmRldmljZQkJbWx5CQkjIE15bGV4IEFjY2VsZVJBSUQv ZVh0cmVtZVJBSUQKCiMgU0NTSSBwZXJpcGhlcmFscwpkZXZpY2UJCXNjYnVzCQkjIFNDU0kgYnVz IChyZXF1aXJlZCkKZGV2aWNlCQljaAkJIyBTQ1NJIG1lZGlhIGNoYW5nZXJzCmRldmljZQkJZGEJ CSMgRGlyZWN0IEFjY2VzcyAoZGlza3MpCmRldmljZQkJc2EJCSMgU2VxdWVudGlhbCBBY2Nlc3Mg KHRhcGUgZXRjKQpkZXZpY2UJCWNkCQkjIENECmRldmljZQkJcGFzcwkJIyBQYXNzdGhyb3VnaCBk ZXZpY2UgKGRpcmVjdCBTQ1NJIGFjY2VzcykKZGV2aWNlCQlzZXMJCSMgU0NTSSBFbnZpcm9ubWVu dGFsIFNlcnZpY2VzIChhbmQgU0FGLVRFKQoKIyBSQUlEIGNvbnRyb2xsZXJzCmRldmljZQkJYWFj CQkjIEFkYXB0ZWMgRlNBIFJBSUQKZGV2aWNlCQlhYWNwCQkjIFNDU0kgcGFzc3Rocm91Z2ggZm9y IGFhYyAocmVxdWlyZXMgQ0FNKQpkZXZpY2UJCWFtcgkJIyBBTUkgTWVnYVJBSUQKZGV2aWNlCQlp ZGEJCSMgQ29tcGFxIFNtYXJ0IFJBSUQKZGV2aWNlCQlpcHMJCSMgSUJNIChBZGFwdGVjKSBTZXJ2 ZVJBSUQKZGV2aWNlCQltbHgJCSMgTXlsZXggREFDOTYwIGZhbWlseQpkZXZpY2UJCXBzdAkJIyBQ cm9taXNlIFN1cGVydHJhayBTWDYwMDAKZGV2aWNlCQl0d2UJCSMgM3dhcmUgQVRBIFJBSUQKCiMg YXRrYmRjMCBjb250cm9scyBib3RoIHRoZSBrZXlib2FyZCBhbmQgdGhlIFBTLzIgbW91c2UKZGV2 aWNlCQlhdGtiZGMJCSMgQVQga2V5Ym9hcmQgY29udHJvbGxlcgpkZXZpY2UJCWF0a2JkCQkjIEFU IGtleWJvYXJkCmRldmljZQkJcHNtCQkjIFBTLzIgbW91c2UKCmRldmljZQkJdmdhCQkjIFZHQSB2 aWRlbyBjYXJkIGRyaXZlcgoKZGV2aWNlCQlzcGxhc2gJCSMgU3BsYXNoIHNjcmVlbiBhbmQgc2Ny ZWVuIHNhdmVyIHN1cHBvcnQKCiMgc3lzY29ucyBpcyB0aGUgZGVmYXVsdCBjb25zb2xlIGRyaXZl ciwgcmVzZW1ibGluZyBhbiBTQ08gY29uc29sZQpkZXZpY2UJCXNjCgojIEVuYWJsZSB0aGlzIGZv ciB0aGUgcGN2dCAoVlQyMjAgY29tcGF0aWJsZSkgY29uc29sZSBkcml2ZXIKI2RldmljZQkJdnQK I29wdGlvbnMgCVhTRVJWRVIJCQkjIHN1cHBvcnQgZm9yIFggc2VydmVyIG9uIGEgdnQgY29uc29s ZQojb3B0aW9ucyAJRkFUX0NVUlNPUgkJIyBzdGFydCB3aXRoIGJsb2NrIGN1cnNvcgoKZGV2aWNl CQlhZ3AJCSMgc3VwcG9ydCBzZXZlcmFsIEFHUCBjaGlwc2V0cwpvcHRpb25zCQlWRVNBCm9wdGlv bnMJCVNDX1BJWEVMX01PREUKCiMgRmxvYXRpbmcgcG9pbnQgc3VwcG9ydCAtIGRvIG5vdCBkaXNh YmxlLgpkZXZpY2UJCW5weAoKIyBQb3dlciBtYW5hZ2VtZW50IHN1cHBvcnQgKHNlZSBOT1RFUyBm b3IgbW9yZSBvcHRpb25zKQojZGV2aWNlCQlhcG0KIyBBZGQgc3VzcGVuZC9yZXN1bWUgc3VwcG9y dCBmb3IgdGhlIGk4MjU0LgpkZXZpY2UJCXBtdGltZXIKCiMgUENDQVJEIChQQ01DSUEpIHN1cHBv cnQKIyBQY21jaWEgYW5kIGNhcmRidXMgYnJpZGdlIHN1cHBvcnQKZGV2aWNlCQljYmIJCQkjIGNh cmRidXMgKHllbnRhKSBicmlkZ2UKI2RldmljZQkJcGNpYwkJCSMgRXhDQSBJU0EgYW5kIFBDSSBi cmlkZ2VzCmRldmljZQkJcGNjYXJkCQkJIyBQQyBDYXJkICgxNi1iaXQpIGJ1cwpkZXZpY2UJCWNh cmRidXMJCQkjIENhcmRCdXMgKDMyLWJpdCkgYnVzCgojIFNlcmlhbCAoQ09NKSBwb3J0cwpkZXZp Y2UJCXNpbwkJIyA4MjUwLCAxNls0NV01MCBiYXNlZCBzZXJpYWwgcG9ydHMKCiMgUGFyYWxsZWwg cG9ydApkZXZpY2UJCXBwYwpkZXZpY2UJCXBwYnVzCQkjIFBhcmFsbGVsIHBvcnQgYnVzIChyZXF1 aXJlZCkKZGV2aWNlCQlscHQJCSMgUHJpbnRlcgpkZXZpY2UJCXBsaXAJCSMgVENQL0lQIG92ZXIg cGFyYWxsZWwKZGV2aWNlCQlwcGkJCSMgUGFyYWxsZWwgcG9ydCBpbnRlcmZhY2UgZGV2aWNlCiNk ZXZpY2UJCXZwbwkJIyBSZXF1aXJlcyBzY2J1cyBhbmQgZGEKCgojIFBDSSBFdGhlcm5ldCBOSUNz LgpkZXZpY2UJCWRlCQkjIERFQy9JbnRlbCBEQzIxeDR4IChgYFR1bGlwJycpCmRldmljZQkJZW0J CSMgSW50ZWwgUFJPLzEwMDAgYWRhcHRlciBHaWdhYml0IEV0aGVybmV0IENhcmQKZGV2aWNlCQl0 eHAJCSMgM0NvbSAzY1I5OTAgKGBgVHlwaG9vbicnKQpkZXZpY2UJCXZ4CQkjIDNDb20gM2M1OTAs IDNjNTk1IChgYFZvcnRleCcnKQoKIyBQQ0kgRXRoZXJuZXQgTklDcyB0aGF0IHVzZSB0aGUgY29t bW9uIE1JSSBidXMgY29udHJvbGxlciBjb2RlLgojIE5PVEU6IEJlIHN1cmUgdG8ga2VlcCB0aGUg J2RldmljZSBtaWlidXMnIGxpbmUgaW4gb3JkZXIgdG8gdXNlIHRoZXNlIE5JQ3MhCmRldmljZQkJ bWlpYnVzCQkjIE1JSSBidXMgc3VwcG9ydApkZXZpY2UJCWRjCQkjIERFQy9JbnRlbCAyMTE0MyBh bmQgdmFyaW91cyB3b3JrYWxpa2VzCmRldmljZQkJZnhwCQkjIEludGVsIEV0aGVyRXhwcmVzcyBQ Uk8vMTAwQiAoODI1NTcsIDgyNTU4KQpkZXZpY2UJCXBjbgkJIyBBTUQgQW03OUM5N3ggUENJIDEw LzEwMCAocHJlY2VkZW5jZSBvdmVyICdsbmMnKQpkZXZpY2UJCXJsCQkjIFJlYWxUZWsgODEyOS84 MTM5CmRldmljZQkJc2YJCSMgQWRhcHRlYyBBSUMtNjkxNSAoYGBTdGFyZmlyZScnKQpkZXZpY2UJ CXNpcwkJIyBTaWxpY29uIEludGVncmF0ZWQgU3lzdGVtcyBTaVMgOTAwL1NpUyA3MDE2CmRldmlj ZQkJc2sJCSMgU3lzS29ubmVjdCBTSy05ODR4IGFuZCBTSy05ODJ4IGdpZ2FiaXQgZXRoZXJuZXQK ZGV2aWNlCQlzdGUJCSMgU3VuZGFuY2UgU1QyMDEgKEQtTGluayBERkUtNTUwVFgpCmRldmljZQkJ dGkJCSMgQWx0ZW9uIE5ldHdvcmtzIFRpZ29uIEkvSUkgZ2lnYWJpdCBldGhlcm5ldApkZXZpY2UJ CXRsCQkjIFRleGFzIEluc3RydW1lbnRzIFRodW5kZXJMQU4KZGV2aWNlCQl0eAkJIyBTTUMgRXRo ZXJQb3dlciBJSSAoODNjMTcwIGBgRVBJQycnKQpkZXZpY2UJCXZyCQkjIFZJQSBSaGluZSwgUmhp bmUgSUkKZGV2aWNlCQl3YgkJIyBXaW5ib25kIFc4OUM4NDBGCmRldmljZQkJeGwJCSMgM0NvbSAz YzkweCAoYGBCb29tZXJhbmcnJywgYGBDeWNsb25lJycpCmRldmljZQkJYmdlCQkjIEJyb2FkY29t IEJDTTU3MHh4IEdpZ2FiaXQgRXRoZXJuZXQKCiMgSVNBIEV0aGVybmV0IE5JQ3MuICBwY2NhcmQg bmljcyBpbmNsdWRlZC4KZGV2aWNlCQljcwkJIyBDcnlzdGFsIFNlbWljb25kdWN0b3IgQ1M4OXgw IE5JQwojICdkZXZpY2UgZWQnIHJlcXVpcmVzICdkZXZpY2UgbWlpYnVzJwpkZXZpY2UJCWVkCQkj IE5FWzEyXTAwMCwgU01DIFVsdHJhLCAzYzUwMywgRFM4MzkwIGNhcmRzCmRldmljZQkJZXgJCSMg SW50ZWwgRXRoZXJFeHByZXNzIFByby8xMCBhbmQgUHJvLzEwKwpkZXZpY2UJCWVwCQkjIEV0aGVy bGluayBJSUkgYmFzZWQgY2FyZHMKZGV2aWNlCQlmZQkJIyBGdWppdHN1IE1CODY5NnggYmFzZWQg Y2FyZHMKZGV2aWNlCQlpZQkJIyBFdGhlckV4cHJlc3MgOC8xNiwgM0M1MDcsIFN0YXJMQU4gMTAg ZXRjLgpkZXZpY2UJCWxuYwkJIyBORTIxMDAsIE5FMzItVkwgTGFuY2UgRXRoZXJuZXQgY2FyZHMK ZGV2aWNlCQlzbgkJIyBTTUMncyA5MDAwIHNlcmllcyBvZiBldGhlcm5ldCBjaGlwcwpkZXZpY2UJ CXhlCQkjIFhpcmNvbSBwY2NhcmQgZXRoZXJuZXQKCiMgSVNBIGRldmljZXMgdGhhdCB1c2UgdGhl IG9sZCBJU0Egc2hpbXMKI2RldmljZQkJbGUKCiMgV2lyZWxlc3MgTklDIGNhcmRzCmRldmljZQkJ d2xhbgkJIyA4MDIuMTEgc3VwcG9ydApkZXZpY2UJCWFuCQkjIEFpcm9uZXQgNDUwMC80ODAwIDgw Mi4xMSB3aXJlbGVzcyBOSUNzLiAKZGV2aWNlCQlhd2kJCSMgQmF5U3RhY2sgNjYwIGFuZCBvdGhl cnMKZGV2aWNlCQl3aQkJIyBXYXZlTEFOL0ludGVyc2lsL1N5bWJvbCA4MDIuMTEgd2lyZWxlc3Mg TklDcy4KI2RldmljZQkJd2wJCSMgT2xkZXIgbm9uIDgwMi4xMSBXYXZlbGFuIHdpcmVsZXNzIE5J Qy4KCiMgUHNldWRvIGRldmljZXMgLSB0aGUgbnVtYmVyIGluZGljYXRlcyBob3cgbWFueSB1bml0 cyB0byBhbGxvY2F0ZS4KZGV2aWNlCQlyYW5kb20JCSMgRW50cm9weSBkZXZpY2UKZGV2aWNlCQls b29wCQkjIE5ldHdvcmsgbG9vcGJhY2sKZGV2aWNlCQlldGhlcgkJIyBFdGhlcm5ldCBzdXBwb3J0 CmRldmljZQkJc2wJCSMgS2VybmVsIFNMSVAKZGV2aWNlCQlwcHAJCSMgS2VybmVsIFBQUApkZXZp Y2UJCXR1bgkJIyBQYWNrZXQgdHVubmVsLgpkZXZpY2UJCXB0eQkJIyBQc2V1ZG8tdHR5cyAodGVs bmV0IGV0YykKZGV2aWNlCQltZAkJIyBNZW1vcnkgImRpc2tzIgpkZXZpY2UJCWdpZgkJIyBJUHY2 IGFuZCBJUHY0IHR1bm5lbGluZwpkZXZpY2UJCWZhaXRoCQkjIElQdjYtdG8tSVB2NCByZWxheWlu ZyAodHJhbnNsYXRpb24pCgojIFRoZSBgYnBmJyBkZXZpY2UgZW5hYmxlcyB0aGUgQmVya2VsZXkg UGFja2V0IEZpbHRlci4KIyBCZSBhd2FyZSBvZiB0aGUgYWRtaW5pc3RyYXRpdmUgY29uc2VxdWVu Y2VzIG9mIGVuYWJsaW5nIHRoaXMhCmRldmljZQkJYnBmCQkjIEJlcmtlbGV5IHBhY2tldCBmaWx0 ZXIKCiMgVVNCIHN1cHBvcnQKZGV2aWNlCQl1aGNpCQkjIFVIQ0kgUENJLT5VU0IgaW50ZXJmYWNl CmRldmljZQkJb2hjaQkJIyBPSENJIFBDSS0+VVNCIGludGVyZmFjZQpkZXZpY2UJCWVoY2kKZGV2 aWNlCQl1c2IJCSMgVVNCIEJ1cyAocmVxdWlyZWQpCm9wdGlvbnMJCU5FVEdSQVBICmRldmljZQkJ dWRicAkJIyBVU0IgRG91YmxlIEJ1bGsgUGlwZSBkZXZpY2VzCmRldmljZQkJdWdlbgkJIyBHZW5l cmljCmRldmljZQkJdWhpZAkJIyAiSHVtYW4gSW50ZXJmYWNlIERldmljZXMiCmRldmljZQkJdWti ZAkJIyBLZXlib2FyZApkZXZpY2UJCXVscHQJCSMgUHJpbnRlcgpkZXZpY2UJCXVtYXNzCQkjIERp c2tzL01hc3Mgc3RvcmFnZSAtIFJlcXVpcmVzIHNjYnVzIGFuZCBkYQpkZXZpY2UJCXVtcwkJIyBN b3VzZQpkZXZpY2UJCXVyaW8JCSMgRGlhbW9uZCBSaW8gNTAwIE1QMyBwbGF5ZXIKZGV2aWNlCQl1 c2Nhbm5lcgkjIFNjYW5uZXJzCiMgVVNCIEV0aGVybmV0LCByZXF1aXJlcyBtaWkKZGV2aWNlCQlh dWUJCSMgQURNdGVrIFVTQiBldGhlcm5ldApkZXZpY2UJCWF4ZQkJIyBBU0lYIEVsZWN0cm9uaWNz IFVTQiBldGhlcm5ldApkZXZpY2UJCWN1ZQkJIyBDQVRDIFVTQiBldGhlcm5ldApkZXZpY2UJCWt1 ZQkJIyBLYXdhc2FraSBMU0kgVVNCIGV0aGVybmV0CgojIEZpcmVXaXJlIHN1cHBvcnQKZGV2aWNl CQlmaXJld2lyZQkjIEZpcmVXaXJlIGJ1cyBjb2RlCmRldmljZQkJc2JwCQkjIFNDU0kgb3ZlciBG aXJlV2lyZSAoUmVxdWlyZXMgc2NidXMgYW5kIGRhKQpkZXZpY2UJCWZ3ZQkJIyBFdGhlcm5ldCBv dmVyIEZpcmVXaXJlIChub24tc3RhbmRhcmQhKQoKI2x5ZGtvcnQKZGV2aWNlCQlzb3VuZApkZXZp Y2UJCXNuZF9pY2gKZGV2aWNlCQlzcGVha2VyCgojZmlyZXdhbGwKb3B0aW9ucwkJSVBGSVJFV0FM TAkJCSNmaXJld2FsbC1zdPh0dGUKb3B0aW9ucwkJSVBGSVJFV0FMTF9WRVJCT1NFCQkjZW5hYmxl IGxvZ2dpbmcKb3B0aW9ucwkJSVBGSVJFV0FMTF9ERUZBVUxUX1RPX0FDQ0VQVAkjZGVmYXVsdCBy dWxlICJhbGxvdyIKb3B0aW9ucwkJRFVNTVlORVQJCQkKb3B0aW9ucwkJSFo9MTAwMAogICAgICAg IAojZGV2aWNlCQlwZiAgICAgICAgICAgICAgIyByZXF1aXJlZAojZGV2aWNlCQlwZmxvZyAgICAg ICAgICAgIyBvcHRpb25hbAojZGV2aWNlCQlwZnN5bmMgICAgICAgICAgIyBvcHRpb25hbAojb3B0 aW9ucwlQRklMX0hPT0tTCgoKZGV2aWNlCQlpbwpkZXZpY2UJCW1lbQoKb3B0aW9ucwkJQ09NUEFU X0xJTlVYCm9wdGlvbnMJCUxJTlBST0NGUwoKb3B0aW9ucwkJTlRGUwpvcHRpb25zCQlOVUxMRlMK Cm9wdGlvbnMJCUxJQklDT05WCm9wdGlvbnMJCU5URlNfSUNPTlYKb3B0aW9ucwkJQ0Q5NjYwX0lD T05WCm9wdGlvbnMJCU1TRE9TRlNfSUNPTlYKCm9wdGlvbnMgICAgICAgICBORVRTTUIKb3B0aW9u cyAgICAgICAgIE5FVFNNQkNSWVBUTwpvcHRpb25zICAgICAgICAgTElCTUNIQUlOCm9wdGlvbnMg ICAgICAgICBTTUJGUwoKZGV2aWNlCQlhdGFwaWNhbQo= ------=_Part_5096_31704617.1135080527356 Content-Type: application/octet-stream; name=dmesg.verbose Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="dmesg.verbose" Preloaded elf module "/boot/kernel/cpufreq.ko" at 0xc0b2d518. Preloaded elf module "/boot/kernel/if_ipw.ko" at 0xc0b2d5c4. Preloaded elf module "/boot/kernel/wlan_wep.ko" at 0xc0b2d670. module_register: module vesa already exists! Module vesa failed to register: 17 Calibrating clock(s) ... i8254 clock: 1193142 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 1198986133 Hz CPU: Intel(R) Pentium(R) M processor 1200MHz (1198.99-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x695 Stepping = 5 Features=0xa7e9f9bf Features2=0x180 real memory = 661118976 (630 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages) 0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages) 0x0000000000c25000 - 0x0000000026b2ffff, 636530688 bytes (155403 pages) avail memory = 637673472 (608 MB) bios32: Found BIOS32 Service Directory header at 0xc00f5e60 bios32: Entry = 0xfd750 (c00fd750) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xfd750+0x260 pnpbios: Found PnP BIOS data at 0xc00f5ee0 pnpbios: Entry = f0000:bd2c Rev = 1.0 Other BIOS signatures found: wlan: <802.11 Link Layer> netsmb_dev: loaded nfslock: pseudo-device mem: Pentium Pro MTRR support enabled io: VESA: information block 56 45 53 41 00 03 00 01 00 01 01 00 00 00 40 00 00 01 7d 00 00 01 45 01 00 01 57 01 00 01 8d 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 VESA: 18 mode(s) found VESA: v3.0, 8000k memory, flags:0x1, mode table:0xc0a3b340 (1000040) VESA: Intel(r)852MG/852MGE/855MG/855MGE Graphics Chip Accelerated VGA BIOS VESA: Intel Corporation Intel(r)852MG/852MGE/855MG/855MGE Graphics Controller Hardware Version 0.0 null: random: splash: image@0xc0a3c228, size:481078 splash_bmp: beyond screen capacity (800x600, 256 colors) bmp_start(): splash_mode:259 splash: image decoder found: splash_bmp ACPI-0377: *** Info: Table [SSDT] replaced by host OS ACPI-0377: *** Info: Table [SSDT] replaced by host OS ACPI: overriding DSDT/SSDT with custom table ACPI-0377: *** Info: Table [DSDT] replaced by host OS npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: [MPSAFE] pci_open(1): mode 1 addr port (0x0cf8) is 0x8000f904 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=35808086) pcibios: BIOS version 2.10 Found $PIR table, 9 entries at 0xc00fdf30 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs embedded 0 30 A 0x60 10 embedded 0 30 B 0x61 10 embedded 0 30 C 0x62 11 embedded 0 30 D 0x63 11 embedded 2 3 A 0x60 10 embedded 2 3 B 0x61 10 embedded 2 3 C 0x62 11 embedded 2 5 A 0x63 11 slot 1 2 4 A 0x68 5 slot 1 2 4 B 0x69 5 embedded 0 0 A 0x60 10 embedded 0 0 B 0x61 10 embedded 0 0 C 0x62 11 embedded 0 0 D 0x63 11 embedded 0 31 A 0x62 11 embedded 0 31 B 0x61 10 embedded 0 29 A 0x60 10 embedded 0 29 B 0x63 11 embedded 0 29 C 0x62 11 embedded 0 29 D 0x6b 10 embedded 0 2 A 0x60 10 embedded 0 2 B 0x61 10 embedded 0 1 A 0x60 10 embedded 0 1 B 0x61 10 AcpiOsDerivePciId: bus 2 dev 3 func 0 AcpiOsDerivePciId: bus 2 dev 3 func 1 AcpiOsDerivePciId: bus 0 dev 31 func 0 acpi0: Power Button (fixed) atpic: Programming IRQ9 as level/low AcpiOsDerivePciId: bus 0 dev 0 func 0 AcpiOsDerivePciId: bus 0 dev 0 func 1 pci_link0: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 10 pci_link0: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 10 pci_link0: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 10 pci_link1: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 10 pci_link1: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 10 pci_link1: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 10 pci_link2: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 11 pci_link2: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 11 pci_link2: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 11 pci_link3: Links after initial probe: Index IRQ Rtd Ref IRQs 0 11 N 0 11 pci_link3: Links after initial validation: Index IRQ Rtd Ref IRQs 0 11 N 0 11 pci_link3: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 11 pci_link4: Links after initial probe: Index IRQ Rtd Ref IRQs 0 5 N 0 5 pci_link4: Links after initial validation: Index IRQ Rtd Ref IRQs 0 5 N 0 5 pci_link4: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 5 pci_link5: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 5 pci_link5: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 5 pci_link5: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 5 pci_link6: Links after initial probe: Index IRQ Rtd Ref IRQs 0 255 N 0 10 pci_link6: Links after initial validation: Index IRQ Rtd Ref IRQs 0 255 N 0 10 pci_link6: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 10 pci_link7: Links after initial probe: Index IRQ Rtd Ref IRQs 0 10 N 0 10 pci_link7: Links after initial validation: Index IRQ Rtd Ref IRQs 0 10 N 0 10 pci_link7: Links after disable: Index IRQ Rtd Ref IRQs 0 255 N 0 10 acpi_ec0: port 0x62,0x66 on acpi0 acpi_ec0: info: new max delay is 20 us acpi_ec0: info: new max delay is 100 us ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 est0: on cpu0 p4tcc0: on cpu0 acpi_acad0: on acpi0 acpi_ec0: info: new max delay is 250 us battery0: on acpi0 battery1: on acpi0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 ACPI: Found matching pin for 0.2.INTA at func 0: 10 ACPI: Found matching pin for 0.29.INTA at func 0: 10 ACPI: Found matching pin for 0.29.INTB at func 1: 11 ACPI: Found matching pin for 0.29.INTC at func 2: 11 ACPI: Found matching pin for 0.29.INTD at func 7: 10 ACPI: Found matching pin for 0.31.INTA at func 1: 255 ACPI: Found matching pin for 0.31.INTB at func 3: 10 pci0: on pcib0 pci0: physical bus=0 found-> vendor=0x8086, dev=0x3580, revid=0x02 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3584, revid=0x02 bus=0, slot=0, func=1 class=08-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x0080, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3585, revid=0x02 bus=0, slot=0, func=3 class=08-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x0080, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x3582, revid=0x02 bus=0, slot=2, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0003, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 1 supports D0 D1 D3 current D0 map[10]: type 3, range 32, base e8000000, size 27, enabled map[14]: type 1, range 32, base e0000000, size 19, enabled map[18]: type 4, range 32, base 00001800, size 3, enabled pcib0: matched entry for 0.2.INTA (src \\_SB_.PCI0.LPCB.LNKA:0) pcib0: slot 2 INTA routed to irq 10 via \\_SB_.PCI0.LPCB.LNKA found-> vendor=0x8086, dev=0x3582, revid=0x02 bus=0, slot=2, func=1 class=03-80-00, hdrtype=0x00, mfdev=1 cmdreg=0x0003, statreg=0x0090, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) powerspec 1 supports D0 D1 D3 current D0 map[10]: type 3, range 32, base f0000000, size 27, enabled map[14]: type 1, range 32, base e0080000, size 19, enabled found-> vendor=0x8086, dev=0x24c2, revid=0x01 bus=0, slot=29, func=0 class=0c-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 map[20]: type 4, range 32, base 00001820, size 5, enabled pcib0: matched entry for 0.29.INTA (src \\_SB_.PCI0.LPCB.LNKA:0) pcib0: slot 29 INTA routed to irq 10 via \\_SB_.PCI0.LPCB.LNKA found-> vendor=0x8086, dev=0x24c4, revid=0x01 bus=0, slot=29, func=1 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=11 map[20]: type 4, range 32, base 00001840, size 5, enabled pcib0: matched entry for 0.29.INTB (src \\_SB_.PCI0.LPCB.LNKD:0) pcib0: slot 29 INTB routed to irq 11 via \\_SB_.PCI0.LPCB.LNKD found-> vendor=0x8086, dev=0x24c7, revid=0x01 bus=0, slot=29, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=c, irq=11 map[20]: type 4, range 32, base 00001860, size 5, enabled pcib0: matched entry for 0.29.INTC (src \\_SB_.PCI0.LPCB.LNKC:0) pcib0: slot 29 INTC routed to irq 11 via \\_SB_.PCI0.LPCB.LNKC found-> vendor=0x8086, dev=0x24cd, revid=0x01 bus=0, slot=29, func=7 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=10 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base e0100000, size 10, enabled pcib0: matched entry for 0.29.INTD (src \\_SB_.PCI0.LPCB.LNKH:0) pcib0: slot 29 INTD routed to irq 10 via \\_SB_.PCI0.LPCB.LNKH found-> vendor=0x8086, dev=0x2448, revid=0x81 bus=0, slot=30, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x8080, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x24cc, revid=0x01 bus=0, slot=31, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x24ca, revid=0x01 bus=0, slot=31, func=1 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 map[20]: type 4, range 32, base 00001810, size 4, enabled map[24]: type 1, range 32, base 00000000, size 10, memory disabled found-> vendor=0x8086, dev=0x24c3, revid=0x01 bus=0, slot=31, func=3 class=0c-05-00, hdrtype=0x00, mfdev=0 cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 map[20]: type 4, range 32, base 00001880, size 5, enabled pcib0: matched entry for 0.31.INTB (src \\_SB_.PCI0.LPCB.LNKB:0) pcib0: slot 31 INTB routed to irq 10 via \\_SB_.PCI0.LPCB.LNKB found-> vendor=0x8086, dev=0x24c5, revid=0x01 bus=0, slot=31, func=5 class=04-01-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 2 supports D0 D3 current D0 map[10]: type 4, range 32, base 00001c00, size 8, enabled map[14]: type 4, range 32, base 000018c0, size 6, enabled map[18]: type 1, range 32, base e0100c00, size 9, enabled map[1c]: type 1, range 32, base e0100800, size 8, enabled pcib0: matched entry for 0.31.INTB (src \\_SB_.PCI0.LPCB.LNKB:0) pcib0: slot 31 INTB routed to irq 10 via \\_SB_.PCI0.LPCB.LNKB pci0: at device 0.1 (no driver attached) pci0: at device 0.3 (no driver attached) acpi_video0: port 0x1800-0x1807 mem 0xe8000000-0xefffffff,0xe0000000-0xe007ffff irq 10 at device 2.0 on pci0 found CRT monitor(100), detectable by BIOS, head #0 found TV(200), detectable by BIOS, head #0 found unknown output(300), detectable by BIOS, head #0 found unknown output(400), detectable by BIOS, head #0 found unknown output(500), detectable by BIOS, head #0 found unknown output(600), detectable by BIOS, head #0 pci0: at device 2.1 (no driver attached) uhci0: port 0x1820-0x183f irq 10 at device 29.0 on pci0 uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1820 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x1840-0x185f irq 11 at device 29.1 on pci0 uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1840 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x1860-0x187f irq 11 at device 29.2 on pci0 uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1860 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xe0100000-0xe01003ff irq 10 at device 29.7 on pci0 ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xe0100000 ehci0: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered pcib1: at device 30.0 on pci0 pcib1: secondary bus 2 pcib1: subordinate bus 2 pcib1: I/O decode 0xf000-0xfff pcib1: memory decode 0xe0200000-0xe02fffff pcib1: prefetched decode 0xfff00000-0xfffff pcib1: Subtractively decoded bridge. ACPI: Found matching pin for 2.3.INTA at func 0: 255 ACPI: Found matching pin for 2.3.INTB at func 1: 255 ACPI: Found matching pin for 2.3.INTC at func 2: 11 ACPI: Found matching pin for 2.4.INTA at func 0: 5 ACPI: Found matching pin for 2.5.INTA at func 0: 11 pci2: on pcib1 pci2: physical bus=2 found-> vendor=0x1180, dev=0x0476, revid=0xac bus=2, slot=3, func=0 class=06-07-00, hdrtype=0x02, mfdev=1 cmdreg=0x0000, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x07 (1750 ns) intpin=a, irq=255 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base 00000000, size 12, memory disabled found-> vendor=0x1180, dev=0x0476, revid=0xac bus=2, slot=3, func=1 class=06-07-00, hdrtype=0x02, mfdev=1 cmdreg=0x0000, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x07 (1750 ns) intpin=b, irq=255 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type 1, range 32, base 00000000, size 12, memory disabled found-> vendor=0x1180, dev=0x0552, revid=0x04 bus=2, slot=3, func=2 class=0c-00-10, hdrtype=0x00, mfdev=1 cmdreg=0x0106, statreg=0x0210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x02 (500 ns), maxlat=0x04 (1000 ns) intpin=c, irq=11 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base e0211000, size 11, enabled pcib1: (null) requested memory range 0xe0211000-0xe02117ff: good pcib1: matched entry for 2.3.INTC (src \\_SB_.PCI0.LPCB.LNKC:0) pcib1: slot 3 INTC routed to irq 11 via \\_SB_.PCI0.LPCB.LNKC found-> vendor=0x8086, dev=0x1043, revid=0x04 bus=2, slot=4, func=0 class=02-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0116, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x02 (500 ns), maxlat=0x22 (8500 ns) intpin=a, irq=5 powerspec 2 supports D0 D3 current D0 map[10]: type 1, range 32, base e0210000, size 12, enabled pcib1: (null) requested memory range 0xe0210000-0xe0210fff: good pcib1: matched entry for 2.4.INTA (src \\_SB_.PCI0.LPCB.LNKE:0) pcib1: slot 4 INTA routed to irq 5 via \\_SB_.PCI0.LPCB.LNKE found-> vendor=0x14e4, dev=0x165d, revid=0x01 bus=2, slot=5, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0116, statreg=0x02b0, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type 1, range 64, base e0200000, size 16, enabled pcib1: (null) requested memory range 0xe0200000-0xe020ffff: good pcib1: matched entry for 2.5.INTA (src \\_SB_.PCI0.LPCB.LNKD:0) pcib1: slot 5 INTA routed to irq 11 via \\_SB_.PCI0.LPCB.LNKD cbb0: at device 3.0 on pci2 pcib1: cbb0 requested memory range 0xe0200000-0xe02fffff: good cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0xe0212000 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pcib1: matched entry for 2.3.INTA (src \\_SB_.PCI0.LPCB.LNKA:0) pcib1: slot 3 INTA routed to irq 10 via \\_SB_.PCI0.LPCB.LNKA cbb0: [MPSAFE] cbb0: PCI Configuration space: 0x00: 0x04761180 0x02100007 0x060700ac 0x00822000 0x10: 0xe0212000 0x020000dc 0x20040302 0xfffff000 0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 0x30: 0x00000000 0xfffffffc 0x00000000 0x0700010a 0x40: 0x014f1028 0x00000001 0x00000000 0x00000000 0x50: 0x00000000 0x00000000 0x00000000 0x00000000 0x60: 0x00000000 0x00000000 0x00000000 0x00000000 0x70: 0x00000000 0x00000000 0x00000000 0x00000000 0x80: 0x20a00001 0x00000000 0x04630463 0x00000000 0x90: 0x00000000 0x00000000 0x00000000 0x00000000 0xa0: 0x00000000 0x00000000 0x00000000 0x00000000 0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 0xc0: 0x014f1028 0x00000000 0x00000000 0x00000000 0xd0: 0x00000000 0x00000000 0x00000000 0xfe0a0001 0xe0: 0x24c04000 0x00000000 0x00000000 0x00000000 0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 cbb1: at device 3.1 on pci2 pcib1: cbb1 requested memory range 0xe0200000-0xe02fffff: good cbb1: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0xe0213000 cardbus1: on cbb1 pccard1: <16-bit PCCard bus> on cbb1 pcib1: matched entry for 2.3.INTB (src \\_SB_.PCI0.LPCB.LNKB:0) pcib1: slot 3 INTB routed to irq 10 via \\_SB_.PCI0.LPCB.LNKB cbb1: [MPSAFE] cbb1: PCI Configuration space: 0x00: 0x04761180 0x02100007 0x060700ac 0x00822000 0x10: 0xe0213000 0x020000dc 0x20060502 0xfffff000 0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 0x30: 0x00000000 0xfffffffc 0x00000000 0x0700020a 0x40: 0x014f1028 0x00000001 0x00000000 0x00000000 0x50: 0x00000000 0x00000000 0x00000000 0x00000000 0x60: 0x00000000 0x00000000 0x00000000 0x00000000 0x70: 0x00000000 0x00000000 0x00000000 0x00000000 0x80: 0x20a00001 0x00000000 0x04630463 0x00000000 0x90: 0x00000000 0x00000000 0x00000000 0x00000000 0xa0: 0x00000000 0x00000000 0x00000000 0x00000000 0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 0xc0: 0x014f1028 0x00000000 0x00000000 0x00000000 0xd0: 0x00000000 0x00000000 0x00000000 0xfe0a0001 0xe0: 0x24c04000 0x00000000 0x00000000 0x00000000 0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 fwohci0: mem 0xe0211000-0xe02117ff irq 11 at device 3.2 on pci2 fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xe0211000 fwohci0: [MPSAFE] fwohci0: OHCI version 1.0 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:06:5b:80:08:13:13:7b fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:06:5b:13:13:7b fwe0: bpf attached fwe0: Ethernet address: 02:06:5b:13:13:7b fwe0: if_start running deferred for Giant sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) ipw0: mem 0xe0210000-0xe0210fff irq 5 at device 4.0 on pci2 ipw0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xe0210000 ipw0: bpf attached ipw0: Ethernet address: 00:04:23:62:f6:c8 ipw0: bpf attached ipw0: bpf attached ipw0: [MPSAFE] ipw0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps bge0: mem 0xe0200000-0xe020ffff irq 11 at device 5.0 on pci2 bge0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xe0200000 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: bpf attached bge0: Ethernet address: 00:0b:db:e4:23:b0 bge0: [MPSAFE] isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1810-0x181f at device 31.1 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x1810 ata0: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=50 stat1=00 devices=0x1 ata0: [MPSAFE] ata1: on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff ata1: [MPSAFE] pci0: at device 31.3 (no driver attached) pcm0: port 0x1c00-0x1cff,0x18c0-0x18ff mem 0xe0100c00-0xe0100dff,0xe0100800-0xe01008ff irq 10 at device 31.5 on pci0 pcm0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x1c00 pcm0: Reserved 0x40 bytes for rid 0x14 type 4 at 0x18c0 pcm0: [GIANT-LOCKED] pcm0: pcm0: Codec features headphone, 20 bit DAC, 20 bit ADC, 5 bit master volume, SigmaTel 3D Enhancement pcm0: Primary codec extended features variable rate PCM, reserved 1, AMAP, reserved 4 pcm0: sndbuf_setmap 2689d000, 4000; 0xd9844000 -> 2689d000 pcm0: sndbuf_setmap 26894000, 4000; 0xd9848000 -> 26894000 acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] psm0: unable to allocate IRQ psmcpnp0: irq 12 on acpi0 psm0: current command byte:0047 psm0: flags 0x3000 irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons psm0: config:00003000, flags:00000008, packet size:3 psm0: syncmask:c0, syncbits:00 sio0: irq maps: 0xe01 0xe09 0xe01 0xe01 sio0: port 0x2f8-0x2ff irq 3 flags 0x10 on acpi0 sio0: type 16550A ex_isa_identify() ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it sio: sio0 already exists; skipping it pnp_identify: Trying Read_Port at 203 pnp_identify: Trying Read_Port at 243 pnp_identify: Trying Read_Port at 283 pnp_identify: Trying Read_Port at 2c3 pnp_identify: Trying Read_Port at 303 pnp_identify: Trying Read_Port at 343 pnp_identify: Trying Read_Port at 383 pnp_identify: Trying Read_Port at 3c3 PNP Identify complete unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it ahc_isa_probe 1: ioport 0x1c00 alloc failed isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcc7ff,0xcc800-0xcd7ff,0xcd800-0xcf7ff,0xd8000-0xdbfff,0xdc000-0xdffff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) ppc0: parallel port not found. ppc0: failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio1 failed to probe at port 0x2f8 irq 3 on isa0 sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices ums0: Logitech USB Optical Mouse, rev 1.10/21.10, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. Device configuration finished. linprocfs registered procfs registered Timecounter "TSC" frequency 1198986133 Hz quality 800 Timecounters tick every 1.000 msec Linux ELF exec handler installed lo0: bpf attached ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to accept, logging unlimited DUMMYNET with IPv6 initialized (040826) acpi_acad0: acline initialization start acpi_acad0: On Line acpi_acad0: acline initialization done, tried 1 times battery0: battery initialization start battery0: battery initialization done, tried 1 times battery1: battery initialization start ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire ad0: setting PIO4 on Intel ICH4 chip ad0: setting UDMA100 on Intel ICH4 chip ad0: 38154MB at ata0-master UDMA100 ad0: 78140160 sectors [77520C/16H/63S] 16 sectors/interrupt 1 depth queue pcm0: measured ac97 link rate at 47998 Hz, will use 48000 Hz GEOM: new disk ad0 (probe0:sbp0:0:0:0): error 22 (probe0:sbp0:0:0:0): Unretryable Error (probe1:sbp0:0:1:0): error 22 (probe1:sbp0:0:1:0): Unretryable Error (probe2:sbp0:0:2:0): error 22 (probe2:sbp0:0:2:0): Unretryable Error (probe3:sbp0:0:3:0): error 22 (probe3:sbp0:0:3:0): Unretryable Error (probe4:sbp0:0:4:0): error 22 (probe4:sbp0:0:4:0): Unretryable Error (probe5:sbp0:0:5:0): error 22 (probe5:sbp0:0:5:0): Unretryable Error (probe6:sbp0:0:6:0): error 22 (probe6:sbp0:0:6:0): Unretryable Error Trying to mount root from ufs:/dev/ad0s4a start_init: trying /sbin/init ipw0: Please load firmware ipw0: link state changed to UP battery1: battery initialization failed, giving up acpi_ec0: info: new max delay is 11000 us stray irq7 stray irq7 stray irq7 stray irq7 too many stray irq 7's: not logging anymore ------=_Part_5096_31704617.1135080527356-- From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 12:30:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1779D16A41F for ; Tue, 20 Dec 2005 12:30:19 +0000 (GMT) (envelope-from feczo@siodigit.hu) Received: from adsl.siodigit.hu (adsl.siodigit.hu [212.108.241.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35FCC43D4C for ; Tue, 20 Dec 2005 12:30:17 +0000 (GMT) (envelope-from feczo@siodigit.hu) Received: from feczo.sdi.hu ([192.168.0.217]) by adsl.siodigit.hu with esmtp (Exim 4.50) id 1Eoga9-00077P-1F for freebsd-questions@freebsd.org; Tue, 20 Dec 2005 13:27:05 +0100 Message-ID: <43A7F9FE.4070402@siodigit.hu> Date: Tue, 20 Dec 2005 13:33:02 +0100 From: Feczak Szabolcs User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051010) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: php5-mbstring (5.1.1) compile error on amd64 r5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 12:30:19 -0000 Hi everyone, yesterday I wanted to upgrade the ports. I cvsupped and run portupgrade. Today I have realized that the mbstring extension is out of order. After some investigation I found that even though in the /usr/ports/lang/php5/Makefile I read PORTVERSION= 5.1.1, /usr/ports$ make search name=php5 reports : Port: php5-5.0.4_2 Path: /usr/ports/lang/php5 Info: PHP Scripting Language (Apache Module and CLI) Maint: ale@FreeBSD.org B-deps: apache-1.3.33_1 bison-1.75_2 expat-1.95.8_1 gettext-0.14.4 libiconv-1.9.2_1 libxml2-2.6.19 m4-1.4.3 perl-5.8.6_2 pkgconfig-0.17.2 R-deps: apache-1.3.33_1 expat-1.95.8_1 libiconv-1.9.2_1 libxml2-2.6.19 perl-5.8.6_2 pkgconfig-0.17.2 WWW: http://www.php.net/ so I made make fetchindex manually and solved this issue, but Im wondering why it didn't made this automatically so back to the main problem issuing a make in /usr/ports/converters/php5-mbstring results: cc -DNOT_RUBY -DHAVE_CONFIG_H -I. -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring -DPHP_ATOM_INC -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/include -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/main -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/oniguruma -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/libmbfl -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/libmbfl/mbfl -DHAVE_CONFIG_H -O -pipe -c /usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/oniguruma/regerror.c -fPIC -DPIC -o oniguruma/.libs/regerror.o In file included from /usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/oniguruma/regerror.c:37: /usr/include/varargs.h:34:2: #error " is obsolete with this version of GCC." /usr/include/varargs.h:35:2: #error "Change your code to use instead." so if I correct line 37 of regerror.c from varargs.h to stdarg.h I got another error: cc -DNOT_RUBY -DHAVE_CONFIG_H -I. -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring -DPHP_ATOM_INC -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/include -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/main -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/oniguruma -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/libmbfl -I/usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/libmbfl/mbfl -DHAVE_CONFIG_H -O -pipe -c /usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/oniguruma/regerror.c -fPIC -DPIC -o oniguruma/.libs/regerror.o /usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/oniguruma/regerror.c: In function `onig_error_code_to_str': /usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/oniguruma/regerror.c:189: error: syntax error before "va_dcl" /usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/oniguruma/regerror.c:197: error: syntax error before "__builtin_stdarg_start" /usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/oniguruma/regerror.c:264: error: syntax error before "va_dcl" /usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/oniguruma/regerror.c:268: error: redefinition of parameter 's' /usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/oniguruma/regerror.c:187: error: previous definition of 's' was here /usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring/oniguruma/regerror.c:272: error: syntax error before "__builtin_stdarg_start" *** Error code 1 Stop in /usr/ports/converters/php5-mbstring/work/php-5.1.1/ext/mbstring. *** Error code 1 I did successfull upgrade on completly different machine (SMP i386 - 5.3) the machine with problems: uname -a FreeBSD 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #0: Fri Sep 9 16:42:21 CEST 2005 /usr/src/sys/amd64/compile/kernel amd64 Any clue ? From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 12:40:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC13516A41F for ; Tue, 20 Dec 2005 12:40:34 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A0943D5E for ; Tue, 20 Dec 2005 12:40:33 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: by nproxy.gmail.com with SMTP id p48so479633nfa for ; Tue, 20 Dec 2005 04:40:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c3Wt/+qNr9LCYe0oCm2mtsu2vkr0wHYLn9Cs82nFQ9HMo2gBxvlPFLlPfO3757PoFX9NsuvuzCDK9cpEim+shiDr2pIJZ/HQUoU37M8Wo2sGR5o4iSzvDjmmjqulhwIBVjVNxFkL4R/f/qcU2Ywk71EVV5RjHgjo0tUw4+mNEA0= Received: by 10.49.32.19 with SMTP id k19mr300318nfj; Tue, 20 Dec 2005 04:40:31 -0800 (PST) Received: by 10.48.225.4 with HTTP; Tue, 20 Dec 2005 04:40:30 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 07:40:30 -0500 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: "Daniel A." In-Reply-To: <5ceb5d550512191737u23abdac4ya84a6d0c90e4638d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5ceb5d550512191737u23abdac4ya84a6d0c90e4638d@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Fine-tuning access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 12:40:34 -0000 On 12/19/05, Daniel A. wrote: > I've thought a possible solution for this: > Adding the www user to all my users groups, thus enabling the www user > to read all files chmodded with read permissions for group. > Are there any drawbacks of this solution? > Is there a better solution that I'm not familiar with? That's a common solution. So is forcing them to go through a sysadmin to install their files, and make them owned by www. Considered PHP's security record, you might want to do the latter. Mike -- Michael P. Soulier From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 13:23:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B276A16A41F for ; Tue, 20 Dec 2005 13:23:48 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7EA243D5A for ; Tue, 20 Dec 2005 13:23:47 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: by nproxy.gmail.com with SMTP id p48so482825nfa for ; Tue, 20 Dec 2005 05:23:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LW+IqlDn9dtTYuXaMA4ci+Ow4TdQ7DBXGn1hehbuNd0e+hRSb9TENmtjzx7ytMpVfq61+0Fy6Xzl/NbSWDQjuP6zCg4/40HKlr/L4RJm1UQ9FmucyrhZ/ExRYDbioAFPZhXFUkx1yOpxGhP7lTwWgr7xv0h4zb1swax0hJjo9fw= Received: by 10.48.31.14 with SMTP id e14mr302032nfe; Tue, 20 Dec 2005 05:23:46 -0800 (PST) Received: by 10.48.229.16 with HTTP; Tue, 20 Dec 2005 05:23:46 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 14:23:46 +0100 From: Thomas Linton To: Dinesh Nair In-Reply-To: <43A7BDBB.1020103@alphaque.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43A6A2E0.9050109@free.fr> <43A7BDBB.1020103@alphaque.com> Cc: freebsd-questions@freebsd.org, Ivan Roth Subject: Re: How to safty unplug a USB Stick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 13:23:48 -0000 I don't have FS problems. After a umount the USB stick has still the Power LED on. Under Linux an "eject" turns the Power LED off. I tried /usr/ports/sysutils/eject without success (freeBSD 5.4) I went a little bit through the source of an linux "eject" and the *BSD "eject". The Linux Verion is using "cdrom.h" and *BSD "cdio.h".=20 I think that both "eject's" are actually doing the same (*BSD: ioctl(fd,CDIOEJECT); Linux ioctl (fd,CDROMEJECT)). I'm not a kernel/driver programmer, but I think the umass Driver or SCSI Driver (because "eject /dev/cd0" also doesn't work ) doesn't accept a CDIOEJECT. On 12/20/05, Dinesh Nair wrote: > > > On 12/20/05 07:44 Thomas Linton said the following: > > Besides umount, to keep the FS consistant, I belive it would be necessa= ry > to > > actually turn off the USB stick before you remove it. With Windows and > Linux > > there is also a way to safety remove -power off- a USB stick. > > i've just unmounted and then pulled out various usb sticks, CF cards and > sony memory sticks and have not seen any filesystem problems when i stick > them back in again. never had to use camcontrol eject. > > -- > Regards, /\_/\ "All dogs go to heaven." > dinesh@alphaque.com (0 0) http://www.alphaque.com/ > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D----oOO--(_)--OOo----=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+ > | for a in past present future; do = | > | for b in clients employers associates relatives neighbours pets; do = | > | echo "The opinions here in no way reflect the opinions of my $a $b." = | > | done; done = | > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 13:40:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E8E016A41F for ; Tue, 20 Dec 2005 13:40:18 +0000 (GMT) (envelope-from kcrenshaw@viscient.com) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4891343D70 for ; Tue, 20 Dec 2005 13:40:09 +0000 (GMT) (envelope-from kcrenshaw@viscient.com) Received: (qmail 26799 invoked from network); 20 Dec 2005 13:40:06 -0000 Received: from c-24-99-82-226.hsd1.ga.comcast.net (HELO TIEWIREPC2) (kcrenshaw@viscient.com@[24.99.82.226]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Dec 2005 13:40:05 -0000 From: "Kevin Crenshaw" To: Date: Tue, 20 Dec 2005 08:40:01 -0500 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcYFat9iMUbqXEPTQC+TD+Zyrp3rPQ== Message-Id: <20051220134009.4891343D70@mx1.FreeBSD.org> X-Mailman-Approved-At: Tue, 20 Dec 2005 13:44:43 +0000 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Can you run Xen on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 13:40:18 -0000 Xen supports installation on Red Hat and Suse Linux. Does this mean that Xen will run on FreeBSD using linux binary compatibility? Does anyone have a recommendation for Virtualization software to run on FreeBSD? Kevin From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 14:19:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9468716A41F for ; Tue, 20 Dec 2005 14:19:35 +0000 (GMT) (envelope-from csprakash@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC88243D5F for ; Tue, 20 Dec 2005 14:19:34 +0000 (GMT) (envelope-from csprakash@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so1210953wra for ; Tue, 20 Dec 2005 06:19:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding:from; b=gt23/Raa5Bc0tUlDsyIfX/My5N9ND0x3zfD3v7nmMflsSaj+Ji57zSbkimDFgoCEx6+4CEy8R6r/WTSPXLQ5CHNXJkn7duSkKMAVS6/9nZW5Ku/3CXwTx6L6mbWXwWcyvvmBnJBDCE+YcIavk6yFeI6sdMRiiesbuHZ8OJVVL14= Received: by 10.64.156.20 with SMTP id d20mr4168706qbe; Tue, 20 Dec 2005 06:19:32 -0800 (PST) Received: from ?219.64.66.100? ( [219.64.66.100]) by mx.gmail.com with ESMTP id f13sm2909459qba.2005.12.20.06.19.20; Tue, 20 Dec 2005 06:19:32 -0800 (PST) Message-ID: <43A812B9.7030905@gmail.com> Date: Tue, 20 Dec 2005 19:48:33 +0530 User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051028) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: "c.s.prakash" Subject: how to create device files in FreeBSD 6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 14:19:35 -0000 hai, i have an external modem connected to serial port, i cant find any deivce /dev/cuaa0 for serial port to connect, and i cant able to create using mknod in /dev/ directory but i it is possible in other directory, i did this as root. how can i create the device uing devfs, From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 14:39:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FB3516A422 for ; Tue, 20 Dec 2005 14:39:05 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id E275043D8A for ; Tue, 20 Dec 2005 14:38:57 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.8.84] (generic.atosorigin.es [212.170.156.200]) by strange.daemonsecurity.com (Postfix) with ESMTP id 581402E041; Tue, 20 Dec 2005 15:38:55 +0100 (CET) Message-ID: <43A8177D.2010007@locolomo.org> Date: Tue, 20 Dec 2005 15:38:53 +0100 From: Erik Norgaard User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051214) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "c.s.prakash" References: <43A812B9.7030905@gmail.com> In-Reply-To: <43A812B9.7030905@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: how to create device files in FreeBSD 6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 14:39:05 -0000 c.s.prakash wrote: > i have an external modem connected to serial port, i cant find any > deivce /dev/cuaa0 for serial port to connect, > and i cant able to create using mknod in /dev/ directory but i it is > possible in other directory, i did this as root. > > how can i create the device uing devfs, You shouldn't need to, devfs automatically updates /dev when new hardware is attached. It is likely that the correct driver isn't loaded. If the device driver is not compiled into the kernel then you can load a kernel module with kldload - assuming the device is supported. Cheers, Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt Subject ID: 9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72 Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 14:54:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 944DB16A41F for ; Tue, 20 Dec 2005 14:54:38 +0000 (GMT) (envelope-from lordi@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE7E343D5F for ; Tue, 20 Dec 2005 14:54:37 +0000 (GMT) (envelope-from lordi@msdi.ca) Received: from ian.msdi.ca ([24.201.183.241]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id FRQ06958 for ; Tue, 20 Dec 2005 09:54:44 -0500 Message-Id: <7.0.0.16.2.20051220094707.0516efa0@Msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Tue, 20 Dec 2005 09:54:35 -0500 To: freebsd-questions@freebsd.org From: Ian Lord In-Reply-To: <20051219213234.H1087@ganymede.hub.org> References: <20051219141510.U1087@ganymede.hub.org> <43A7089B.9000603@gmx.at> <20051219154811.E1087@ganymede.hub.org> <43A71231.3010809@gmx.at> <20051219213234.H1087@ganymede.hub.org> Mime-Version: 1.0 X-DEBUG: 1 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Multiple server monitoring with HPs iLO ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 14:54:38 -0000 At 20:33 2005-12-19, Marc G. Fournier wrote: >On Mon, 19 Dec 2005, lars wrote: > >>But for the SSH bit of iLO, I just logged into=20 >>one of our servers. It has an SSH interface.=20 >>The iLO command line is a bit odd, but usable. >> >>So remotely power cycling or marking a server=20 >>from a Unix box is doable. IIRC you can even=20 >>load your own key file via the web interface=20 >>and henceforth log in automagically without interactively entering a= password. Hi, we have a bunch of Hp servers in our server room. The ilo card (standard or upgraded) doesnt=20 support ssh. It's a web based device. In fact,=20 you don't need the advanced feature unless you=20 want graphical view of your server or if you=20 want to mounth isos in the virtual cdrom. There is a software (windows only I think) which=20 is called Insight manager. Here is the link http://h18013.www1.hp.com/products/servers/management/hpsim/index.html It's free as long as you run it from an hp/compaq=20 system. It's basically a striped down version of=20 openview. All of the managed devices (can be hp,=20 dell, ibm, whatever) communicate with the server=20 with snmp traps. When the software manage a=20 hp/compaq server you naturally have a lot more functionnality :) The problem with freebsd, it that hp doesnt=20 provide agents (not sure if you can install those=20 from linux, didn't try). So basically, your=20 management station cannot receive traps regarding=20 hp agents, but will receive traps from the ilo=20 card if you configure snmp on it. Hope it helps a bit... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Windows:"Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD:"Are you guys coming or what?" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ian Lord, CCNA MSD Informatique 1711 Mont=E9e Major Terrebonne (Qu=E9bec) J7M 1E6 T=E9l.: (514) 776-MSDI -> (514) 776-6734 Sans Frais: 1(877) 776-MSDI -> 1(877) 776-6734 http://www.msdi.ca=20 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 14:58:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00D8416A41F for ; Tue, 20 Dec 2005 14:58:07 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37FB343D5A for ; Tue, 20 Dec 2005 14:58:06 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from ian.msdi.ca ([24.201.183.241]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id FRQ06958 for ; Tue, 20 Dec 2005 09:58:13 -0500 Message-Id: <7.0.0.16.2.20051220095723.0606ffe0@msdi.ca> Message-Id: <7.0.0.16.2.20051220094707.0516efa0@Msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Tue, 20 Dec 2005 09:58:04 -0500 To: freebsd-questions@freebsd.org From: Ian Lord Mime-Version: 1.0 X-DEBUG: 1 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Multiple server monitoring with HPs iLO ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 14:58:07 -0000 At 20:33 2005-12-19, Marc G. Fournier wrote: >On Mon, 19 Dec 2005, lars wrote: > >>But for the SSH bit of iLO, I just logged into one of our servers. >>It has an SSH interface. The iLO command line is a bit odd, but usable. >> >>So remotely power cycling or marking a server from a Unix box is >>doable. IIRC you can even load your own key file via the web >>interface and henceforth log in automagically without interactively >>entering a password. ~~~~~~~~~~~~~~~~~~~~~ Sorry if you receive this email twice, I sent with the wrong email address the first time, think it didn't work ~~~~~~~~~~~~~~~~~~~~~ Hi, we have a bunch of Hp servers in our server room. The ilo card (standard or upgraded) doesnt support ssh. It's a web based device. In fact, you don't need the advanced feature unless you want graphical view of your server or if you want to mounth isos in the virtual cdrom. There is a software (windows only I think) which is called Insight manager. Here is the link http://h18013.www1.hp.com/products/servers/management/hpsim/index.html It's free as long as you run it from an hp/compaq system. It's basically a striped down version of openview. All of the managed devices (can be hp, dell, ibm, whatever) communicate with the server with snmp traps. When the software manage a hp/compaq server you naturally have a lot more functionnality :) The problem with freebsd, it that hp doesnt provide agents (not sure if you can install those from linux, didn't try). So basically, your management station cannot receive traps regarding hp agents, but will receive traps from the ilo card if you configure snmp on it. Hope it helps a bit... From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 15:05:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB76716A41F for ; Tue, 20 Dec 2005 15:05:39 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id F184A43D66 for ; Tue, 20 Dec 2005 15:05:38 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so151838wri for ; Tue, 20 Dec 2005 07:05:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=llGtS7dLcMkf++p2SKkSb8rDDtGTQ9vJ83XRhraBHLcZAPvP0u7ewiFSPzaF1G/v5IFWiWqLYwSTSGiYiLK0ZcRSODjE4f2krOgElgJi5Fz1dyPPiu3VMdQ9duL5LwcBF7GLHjnwR3niq8WFtsxKctXBqJfLDPN57pWPLZQHFco= Received: by 10.65.153.12 with SMTP id f12mr4196720qbo; Tue, 20 Dec 2005 07:05:37 -0800 (PST) Received: by 10.65.206.5 with HTTP; Tue, 20 Dec 2005 07:05:37 -0800 (PST) Message-ID: <54db43990512200705x2b28f125t8a31d80b21459b15@mail.gmail.com> Date: Tue, 20 Dec 2005 10:05:37 -0500 From: Bob Johnson To: "c.s.prakash" In-Reply-To: <43A8177D.2010007@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43A812B9.7030905@gmail.com> <43A8177D.2010007@locolomo.org> Cc: bobo1009@mailtest2.eng.ufl.edu, freebsd-questions@freebsd.org Subject: Re: how to create device files in FreeBSD 6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 15:05:40 -0000 On 12/20/05, Erik Norgaard wrote: > c.s.prakash wrote: > > > i have an external modem connected to serial port, i cant find any > > deivce /dev/cuaa0 for serial port to connect, > > and i cant able to create using mknod in /dev/ directory but i it is > > possible in other directory, i did this as root. > > > > how can i create the device uing devfs, > > You shouldn't need to, devfs automatically updates /dev when new > hardware is attached. It is likely that the correct driver isn't loaded. > > If the device driver is not compiled into the kernel then you can load a > kernel module with kldload - assuming the device is supported. I believe the serial driver is still enabled in the generic kernel.=20 Perhaps, if you haven't built a custom kernel, you have the serial port disabled in the BIOS settings? If your serial port is actually a USB to serial converter, you will need to load its driver. - Bob From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 15:31:12 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C9016A41F for ; Tue, 20 Dec 2005 15:31:12 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D71143D99 for ; Tue, 20 Dec 2005 15:30:58 +0000 (GMT) (envelope-from th.linton@gmail.com) Received: by nproxy.gmail.com with SMTP id p48so493823nfa for ; Tue, 20 Dec 2005 07:30:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rMPdGuWbokL0vzhZuMg8EGnFSUyEsRGbeJWN64iCqO2nCFlR16WxB937oxSk+QfPsg9QW6doqmKuzSoYQB07V+nHLVOqrPdTnT/gn26ThZNaEiBHp3snjc7yTg0yCEwIV7m89radHkjmyPbTV8IyUBX13fyM+/MI5Sw0zhsfV6M= Received: by 10.48.143.4 with SMTP id q4mr309468nfd; Tue, 20 Dec 2005 07:30:54 -0800 (PST) Received: by 10.48.229.16 with HTTP; Tue, 20 Dec 2005 07:30:54 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 16:30:54 +0100 From: Thomas Linton To: ivan.roth@free.fr In-Reply-To: <20051220082859.sc62c09ctj5s0koo@imp4.free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051220082859.sc62c09ctj5s0koo@imp4.free.fr> Cc: questions@freebsd.org Subject: Re: unmounting USB key (sorry, lost the original title) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 15:31:12 -0000 I tried the same thing, but the LED stays on; my laptop IBM TP43 has dual-boot with WinXP and under WinXP it is possible to safety remove (turn off) the USB stick. On my previous laptop IBM TP42 with Fedora Core 1 an eject was able to Power Off the USB Stick (LED off). Update from Micah is interresting: On 5.2/5.3/5.4 I've used umount then camcontrol eject dax. The light always turns off for me. HTH, Micah On 12/20/05, ivan.roth@free.fr wrote: > Hi, > > I can't remember who posted that and I removed my emails from server. > > I try to eject my USB key using cmacontrol and I got this: > > # camcontrol devlist > at scbus1 target 0 lun 0 (da0,pass0) > # camcontrol eject 1:0:0 > Unit stopped successfully, Media ejected > #camcontrol devlist > at scbus1 target 0 lun 0 (da0,pass0) > > > You see, it seems to be successfully stopped but I still have it by askin= g > the > devlist the moment after. > > Don't know how to help more than that, sorry :) > > Regards, Ivan. > > > ------------------------------------------------------------------ > little P.S: for those who are saying FreeBSD is not ready and the penguin= , > and > M$, etc, etc, Mike is right, let's see what we could have with just a > hundredth > of M$ money. If you come to FreeBSD then you may want to discover and sea= rch > many new things by yourself. Help the project, give your time, share your > knowledge. I am not a programmer, so I translate the handbook. And from d= ay > to > day, it will be more accessible. > But I am not sure this is the place for pessimism. Also note that almost = all > questions asked here get their solution in less than 24 hours. > > -- > How you say ? FreeBSD enthousiast, yes :) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 15:58:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4CD616A41F for ; Tue, 20 Dec 2005 15:58:09 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5CCC43D4C for ; Tue, 20 Dec 2005 15:58:08 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (dpc6747145123.direcpc.com [67.47.145.123]) (authenticated bits=128) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id jBKFvx28015508 for ; Tue, 20 Dec 2005 10:58:05 -0500 (EST) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.3/8.12.10) with ESMTP id jBKFw6Zk021067 for ; Tue, 20 Dec 2005 10:58:08 -0500 (EST) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.3/8.13.1/Submit) id jBKFw6Wn021066 for freebsd-questions@freebsd.org; Tue, 20 Dec 2005 10:58:06 -0500 (EST) (envelope-from tbohml) From: Tuc at T-B-O-H Message-Id: <200512201558.jBKFw6Wn021066@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-questions@freebsd.org Date: Tue, 20 Dec 2005 10:58:06 -0500 (EST) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Bricked my machine, HELP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 15:58:09 -0000 Hi, I was trying to upgrade from 4.X to 5.4 and I bricked my laptop... When it boots, the last thing I see is : atapci0: port 0x376,0x170-0x177,0x3f6,0x1f0-0x1f 7 at device 5.1 on pci0 atapci0: Lazy allocation of 0x10 bytes rid 0x20 type 4 at 0 ata0: channel #0 on atapci0 atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 ata0: reset tp1 mask=03 ostat0=50 ostat1=00 ata0-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 ata0-slave: stat=0x00 err=0x01 lsb=0x00 msb=0x00 ata0: reset tp2 stat0=50 stat1=00 devices=0x1 ata0: [MPSAFE] ata1: channel #1 on atapci0 atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 I tried doing a safe boot, EISA setting off, etc.. No luck. HELP! Thanks, Tuc From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 16:40:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A4D16A41F for ; Tue, 20 Dec 2005 16:40:27 +0000 (GMT) (envelope-from jimmy@jamesbailie.com) Received: from smtp102.rog.mail.re2.yahoo.com (smtp102.rog.mail.re2.yahoo.com [206.190.36.80]) by mx1.FreeBSD.org (Postfix) with SMTP id AD80F43D5E for ; Tue, 20 Dec 2005 16:40:23 +0000 (GMT) (envelope-from jimmy@jamesbailie.com) Received: (qmail 3715 invoked from network); 20 Dec 2005 16:40:22 -0000 Received: from unknown (HELO ?70.29.126.205?) (jazzturk@rogers.com@70.29.126.205 with plain) by smtp102.rog.mail.re2.yahoo.com with SMTP; 20 Dec 2005 16:40:22 -0000 Message-ID: <43A833F5.5050304@jamesbailie.com> Date: Tue, 20 Dec 2005 11:40:21 -0500 From: James Bailie User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051218) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Linux Realplayer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 16:40:27 -0000 For all those folks out there who could not get the standalone helix realplayer to display menu text or button images, or who had the acrobat plugin recognized by Firefox but not working, I have found installing the latest linux-pango and linux-gtk fixed things on my system. Since the RUN_DEPENDS of linux-realplayer and acroread7 specify a symbolic link which does not contain precise version info, the gtk+ dependency will be satisifed by older, incompatible versions of linux-gtk2. The mystery for me, was where the older version of the library came from. I originally tried to portupgrade linux-gtk2, but it told me that port wasn't installed. -- James Bailie http://www.jamesbailie.com From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 16:49:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3880916A420 for ; Tue, 20 Dec 2005 16:49:35 +0000 (GMT) (envelope-from magalhj@yahoo.com.br) Received: from web31602.mail.mud.yahoo.com (web31602.mail.mud.yahoo.com [68.142.198.148]) by mx1.FreeBSD.org (Postfix) with SMTP id 86A6543D49 for ; Tue, 20 Dec 2005 16:49:33 +0000 (GMT) (envelope-from magalhj@yahoo.com.br) Received: (qmail 39054 invoked by uid 60001); 20 Dec 2005 16:49:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=FqZ7L4/yb1JR4BsJWB55/TkmZNIFPIoiSsB+uqLOlUJufeJnRAyCPoCFHZkNsINxU8XbD5bifui/ZqA1TF6rc1nACAkCoxTRXs05FXsSj3zvqoYGmgCQ5I0Ba0lDhb0FqbdteysavKP7QNMf8fKp04XRybbk370hE/X6dbDEohQ= ; Message-ID: <20051220164932.39052.qmail@web31602.mail.mud.yahoo.com> Received: from [200.216.238.36] by web31602.mail.mud.yahoo.com via HTTP; Tue, 20 Dec 2005 13:49:32 ART Date: Tue, 20 Dec 2005 13:49:32 -0300 (ART) From: Aguiar Magalhaes To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Hardware supported X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 16:49:35 -0000 Hi list, I´d like to known if the external tape drive DAT USB 2.0 (HP or other) is supported in FreeBSD 6.0 AMD64 bits I couldn´t get any information about it Could you help me ? Thanks Aguiar _______________________________________________________ Yahoo! doce lar. Faça do Yahoo! sua homepage. http://br.yahoo.com/homepageset.html From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 17:00:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D771816A41F for ; Tue, 20 Dec 2005 17:00:44 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4345B43D67 for ; Tue, 20 Dec 2005 17:00:43 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.53 (FreeBSD)) id 1Eokqu-000MP9-8G for freebsd-questions@freebsd.org; Tue, 20 Dec 2005 20:00:40 +0300 Received: from localhost.stc ([127.0.0.1] helo=sysadm.stc) by sysadm.stc with esmtp (Exim 4.54 (FreeBSD)) id 1EokqS-0005oX-F9 for freebsd-questions@freebsd.org; Tue, 20 Dec 2005 20:00:12 +0300 Received: (from igorr@localhost) by sysadm.stc (8.13.4/8.13.3/Submit) id jBKH0BVM022352 for freebsd-questions@freebsd.org; Tue, 20 Dec 2005 20:00:11 +0300 (MSK) (envelope-from igorr) Date: Tue, 20 Dec 2005 20:00:11 +0300 From: Igor Robul To: freebsd-questions@freebsd.org Message-ID: <20051220170011.GF10718@sysadm.stc> References: <142786200.20051217012843@mail333.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <142786200.20051217012843@mail333.com> User-Agent: Mutt/1.5.11 X-Archived: Yes Subject: Re: Courier and postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 17:00:45 -0000 On Sat, Dec 17, 2005 at 01:28:43AM +0300, Playnet wrote: > Hello freebsd-questions, > > How i can install subj? > Or i need use Exim? > I have LDAP server and userlist within. What better for auth via LDAP > and good work? Postfix + ... (cyrus?) or Exim + ... (courier?) ? Personaly I use Exim+Courier-IMAP, but you of course can use Postfix, or even sendmail :-) Because of Courier-IMAP you need to setup your mail delivery agent to deliver mail in Maildir format. From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 17:16:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1357416A41F for ; Tue, 20 Dec 2005 17:16:44 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from relay03.roc.ny.frontiernet.net (relay03.roc.ny.frontiernet.net [66.133.182.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 784AB43D5F for ; Tue, 20 Dec 2005 17:16:43 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from filter04.roc.ny.frontiernet.net (filter04.roc.ny.frontiernet.net [66.133.183.71]) by relay03.roc.ny.frontiernet.net (Postfix) with ESMTP id B2612358035 for ; Tue, 20 Dec 2005 17:16:42 +0000 (UTC) Received: from relay03.roc.ny.frontiernet.net ([66.133.182.166]) by filter04.roc.ny.frontiernet.net (filter04.roc.ny.frontiernet.net [66.133.183.71]) (amavisd-new, port 10024) with LMTP id 16404-05-8 for ; Tue, 20 Dec 2005 17:16:42 +0000 (UTC) Received: from blacklamb.mykitchentable.net (67-137-46-178.dsl2.elk.ca.frontiernet.net [67.137.46.178]) by relay03.roc.ny.frontiernet.net (Postfix) with ESMTP id 4696F358830 for ; Tue, 20 Dec 2005 17:16:42 +0000 (UTC) Received: from [192.168.25.6] (unknown [192.168.25.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id B9709154B02 for ; Tue, 20 Dec 2005 09:16:37 -0800 (PST) Message-ID: <43A83C71.3030009@mykitchentable.net> Date: Tue, 20 Dec 2005 09:16:33 -0800 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new-2.3.2 (20050629) at filter04.roc.ny.frontiernet.net Subject: db_dump185 Utility? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 17:16:44 -0000 I suspect I have a corrupted bayes token database for SpamAssassin. ‘file’ says it’s a Berkeley DB 1.85 hash file. I googled for ways to repair it and came across many references to a man page for the db_dump utility. I don’t seem to have this on my system. The man page states that db_dump is not always built when the libraries are installed and I should see my system administrator for further information. Since I am the sys admin for this box and don’t have any further information, I’m hoping some one else does. How can I build and install this utility and the corresponding db_load? I’m clueless. Thanks, Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 17:18:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69C6616A41F for ; Tue, 20 Dec 2005 17:18:18 +0000 (GMT) (envelope-from jimmy@jamesbailie.com) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id ADB1B43D53 for ; Tue, 20 Dec 2005 17:18:10 +0000 (GMT) (envelope-from jimmy@jamesbailie.com) Received: (qmail 40671 invoked from network); 20 Dec 2005 17:18:07 -0000 Received: from unknown (HELO ?70.29.126.205?) (jazzturk@rogers.com@70.29.126.205 with plain) by smtp103.rog.mail.re2.yahoo.com with SMTP; 20 Dec 2005 17:18:07 -0000 Message-ID: <43A83CCE.5060501@jamesbailie.com> Date: Tue, 20 Dec 2005 12:18:06 -0500 From: James Bailie User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051218) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <43A833F5.5050304@jamesbailie.com> In-Reply-To: <43A833F5.5050304@jamesbailie.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Linux Realplayer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 17:18:18 -0000 James Bailie wrote: > The mystery for me, was where the older version of the library > came from. I originally tried to portupgrade linux-gtk2, but it > told me that port wasn't installed. It occurs to me, it was probably installed by sysinstall when I installed 5.x from scratch in the summer. -- James Bailie http://www.jamesbailie.com From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 17:21:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B23916A41F; Tue, 20 Dec 2005 17:21:15 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from yearning.mcc.ac.uk (yearning.mcc.ac.uk [130.88.203.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A9C43D77; Tue, 20 Dec 2005 17:21:14 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by yearning.mcc.ac.uk with esmtp (Exim 4.51 (FreeBSD)) id 1EolAm-000Lej-Or; Tue, 20 Dec 2005 17:21:12 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) by dogma.freebsd-uk.eu.org (8.13.1/8.13.1) with ESMTP id jBKHL7Rw097174; Tue, 20 Dec 2005 17:21:07 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.13.1/8.12.6/Submit) id jBKHL6rQ097173; Tue, 20 Dec 2005 17:21:06 GMT Date: Tue, 20 Dec 2005 17:21:06 +0000 From: Jonathon McKitrick To: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Message-ID: <20051220172106.GA96934@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Cc: Subject: fwe driver under 6.0-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 17:21:15 -0000 Hey guys, I just got a new laptop, and I'm trying to get the onboard ethernet over firewire to work so I can download the iwi driver. :-) I can't seem to ping anything, even the router, after bringing up fwe0. Are there any tricks to this I need to be aware of? jm -- From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 17:29:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24FA916A41F for ; Tue, 20 Dec 2005 17:29:38 +0000 (GMT) (envelope-from neal@rigney.org) Received: from zinc.nocdirect.com (zinc.nocdirect.com [69.73.148.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF2A543D45 for ; Tue, 20 Dec 2005 17:29:37 +0000 (GMT) (envelope-from neal@rigney.org) Received: from jrigney by zinc.nocdirect.com with local (Exim 4.52) id 1EolId-00027g-6y for freebsd-questions@freebsd.org; Tue, 20 Dec 2005 11:29:19 -0600 From: "Neal Rigney" To: freebsd-questions@freebsd.org X-Mailer: NeoMail 1.27 X-IPAddress: 192.156.110.32 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Message-Id: Date: Tue, 20 Dec 2005 11:29:19 -0600 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - zinc.nocdirect.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [32116 2045] / [47 12] X-AntiAbuse: Sender Address Domain - rigney.org X-Source: X-Source-Args: X-Source-Dir: Subject: Occasional console freezing in 6.0-stable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 17:29:38 -0000 I previously sent out a query about a graid3 volume causing my system to lock hard, but there's now a new wrinkle: I removed the graid3 volume from my system, and am attempting to copy data off to a NFS mount. The NFS mount is connected via a GigE connection. The GigE card is a re(4)-based card, and seems to work fine in small packet mode. I was running in jumbo-frame mode last night, and received a console message a bout a frame that was too large - around 2100 bytes. I had used ifconfig to configure the mtu of the re card to 7644, the allowed value according to the re(4) manpage. >From the point of this message onward, the NFS mount would not work -- I got repeated "server not responding" messages. My console at this point still worked, and the two machines could still talk across the GigE link (ping and ssh both worked fine). I bounced the NFS server (not the machine, just the server) and reconfigured the cards for a 1500 mtu, thinking I was still getting frame errors under NFS and just wasn't seeing them. I then checked if I could see the NFS mount. Doing this resulted in the expected hang of my process. However, attempting to change to a new virtual console yielded only a beep from the machine, with no actual change of the console. Further attempts resulted in no beep and no console change. On a hunch, I used ssh to connect to the NFS client machine. It was up fine, with no load. The cpio process I was using to copy data was still there, hung on IO as I would expect from a dead NFS mount. Thinking that the server was at least safe even if it wasn't behaving really well, I attempted one more access of the NFS mount. This one, however, resulted in a complete hang of the system. No IP response, no keyboard response. At this point my wife has given up on having access to her media files for a few more days. I'm willing to experiment (I've got backups made). What can I do to help resolve this problem? I've got plenty of FreeBSD experience, but nothing since around 4.7 in the kernel world. -- From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 17:37:11 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B2E316A420 for ; Tue, 20 Dec 2005 17:37:11 +0000 (GMT) (envelope-from doug@safeport.com) Received: from pemaquid.safeport.com (pemaquid.safeport.com [209.31.154.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C7A343D6A for ; Tue, 20 Dec 2005 17:37:10 +0000 (GMT) (envelope-from doug@safeport.com) Received: from localhost (localhost [127.0.0.1]) by pemaquid.safeport.com (8.13.1/8.12.11) with ESMTP id jBKHb9js046978 for ; Tue, 20 Dec 2005 12:37:09 -0500 (EST) (envelope-from doug@safeport.com) Date: Tue, 20 Dec 2005 12:37:09 -0500 (EST) From: doug@safeport.com To: freebsd-questions@FreeBSD.ORG Message-ID: <20051220121303.H71203@pemaquid.safeport.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: nslookup strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 17:37:11 -0000 I was using nslookup because of its convenient syntax to do some stuff. My workstation communicates via a gateway which also severs as its name server. I get the following: nslookup *** Can't find server name for address 192.168.3.1: Non-existent host/domain *** Can't find server name for address ::: No response from server *** Default servers are not available However dig works fine as does "regular" use of DNS. /etc/resolv.conf: nameserver 192.168.3.1 I started and stopped named and was able to use nslookup for a while. My question for the list is where I might look to find an indication of the error. there is nothing in /var/log/messages or all.log. Sockstat shows named listening on 192.168.3.1. Except for an occasional abnormally long response using ssh DNS also works normally. Thanks for any ideas. _____ Douglas Denault http://www.safeport.com doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 18:17:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB9C316A420 for ; Tue, 20 Dec 2005 18:17:59 +0000 (GMT) (envelope-from lars@gmx.at) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 0CAB243D58 for ; Tue, 20 Dec 2005 18:17:58 +0000 (GMT) (envelope-from lars@gmx.at) Received: (qmail invoked by alias); 20 Dec 2005 18:17:57 -0000 Received: from 238.84.203.62.cust.bluewin.ch (EHLO [192.168.1.10]) [62.203.84.238] by mail.gmx.net (mp027) with SMTP; 20 Dec 2005 19:17:57 +0100 X-Authenticated: #912863 Message-ID: <43A84AD8.9070104@gmx.at> Date: Tue, 20 Dec 2005 19:18:00 +0100 From: lars User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051215) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ian Lord References: <7.0.0.16.2.20051220095723.0606ffe0@msdi.ca> In-Reply-To: <7.0.0.16.2.20051220095723.0606ffe0@msdi.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: Multiple server monitoring with HPs iLO ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 18:18:00 -0000 > Hi, > > we have a bunch of Hp servers in our server room. > > The ilo card (standard or upgraded) doesnt support ssh. It's a web based > device. In fact, you don't need the advanced feature unless you want > graphical view of your server or if you want to mounth isos in the > virtual cdrom. I think you are mistaken since I just logged in to one of our servers with Putty: --------------------------------------------------------------- User:Administrator logged-in to ilo-XXXXXXXXXX(nnn.nnn.nnn.nnn) iLO 1.80 pass21 at 18:05:43 Jul 12 2005 Server Name: BLUEBIRD Server Power: On hpiLO-> --------------------------------------------------------------- It's a HP ProLiant DL 380 G4, see iLO Revision in the output. And that software comes stock with the server. Unless HP made a mistake delivering it. We also once received the full set of redundant fans, for free :-) From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 18:29:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E578516A41F for ; Tue, 20 Dec 2005 18:29:01 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8476743D5A for ; Tue, 20 Dec 2005 18:28:59 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from ian.msdi.ca ([24.201.183.241]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id FRQ06958 for ; Tue, 20 Dec 2005 13:29:06 -0500 Message-Id: <7.0.0.16.2.20051220132356.051c5008@Msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Tue, 20 Dec 2005 13:28:55 -0500 To: freebsd-questions@freebsd.org From: Ian Lord In-Reply-To: <43A84AD8.9070104@gmx.at> References: <7.0.0.16.2.20051220095723.0606ffe0@msdi.ca> <43A84AD8.9070104@gmx.at> Mime-Version: 1.0 X-DEBUG: 1 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Multiple server monitoring with HPs iLO ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 18:29:02 -0000 At 13:18 2005-12-20, lars wrote: >>Hi, >>we have a bunch of Hp servers in our server room. >>The ilo card (standard or upgraded) doesnt support ssh. It's a web >>based device. In fact, you don't need the advanced feature unless you want >>graphical view of your server or if you want to mounth isos in the >>virtual cdrom. > >I think you are mistaken since I just logged in to one of our >servers with Putty: >--------------------------------------------------------------- >User:Administrator logged-in to ilo-XXXXXXXXXX(nnn.nnn.nnn.nnn) >iLO 1.80 pass21 at 18:05:43 Jul 12 2005 >Server Name: BLUEBIRD >Server Power: On > >hpiLO-> >--------------------------------------------------------------- >It's a HP ProLiant DL 380 G4, see iLO Revision in the output. > >And that software comes stock with the server. >Unless HP made a mistake delivering it. > >We also once received the full set of redundant fans, for free :-) Hmmm I just tried a bunch of my servers: G1 servers are accepting telnet, but not ssh G3 servers are accepting neither Connecting with telnet only gives me the status of the server (up or down) But I don't have G2 neither G4 servers perhaps it's a new feature of G4 servers... Are you able to do anything with the ssh connection (see console, reboot, etc) or is it just to let you know the status of the server like it does for me in G1 ? From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 18:32:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3815716A41F for ; Tue, 20 Dec 2005 18:32:46 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33304.mail.mud.yahoo.com (web33304.mail.mud.yahoo.com [68.142.206.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 9FAA743D91 for ; Tue, 20 Dec 2005 18:32:26 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 64481 invoked by uid 60001); 20 Dec 2005 18:32:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=aJ/ay13BUxZ6Xlw/3WjW8F+fS7oQbjfgZ8IvDz2KREju6gDYzaw43Q9eHbRaqSPD4PupZ/mJPy2b3TpJ9xcOKnGDJtVZYtmkaOQnQT+vMttkH1fZQbOR5iXOfSX3uYhb5AARxc0sNjsyMcn73v4gpgprDedE03lbPbxWXG6anzQ= ; Message-ID: <20051220183225.64479.qmail@web33304.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33304.mail.mud.yahoo.com via HTTP; Tue, 20 Dec 2005 10:32:25 PST Date: Tue, 20 Dec 2005 10:32:25 -0800 (PST) From: Danial Thom To: Ted Mittelstaedt , Sasa Stupar , freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danial_thom@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 18:32:46 -0000 LOL. Trying to dig ditches with ice cream sticks boys? --- Ted Mittelstaedt wrote: > > Sasa, > > Try this ping flooder then: > > http://my-security.net/outofsite/ICMP%20Ping%20Flood.zip > > Ted > > >-----Original Message----- > >From: Sasa Stupar > [mailto:sasa@stupar.homelinux.net] > >Sent: Monday, December 19, 2005 12:00 AM > >To: Ted Mittelstaedt; > freebsd-questions@freebsd.org > >Subject: RE: Polling For 100 mbps Connections? > (Was Re: Freebsd Theme > >Song) > > > > > >It doesn't work on winxp. I am going to build > another machine > >with FreeBSD > >5.4 and I'll try it then and let you know the > results. > > > >Sasa > > > >--On 18. december 2005 14:02 -0800 Ted > Mittelstaedt > > > >wrote: > > > >> > >> In looking at this again, I didn't realize > you were pinging from > >> Win2K > >> > >> Win2K uses the -f option to set the Do Not > Fragment bit, UNIX uses > >> the -f option to flood ping. Win2k ping > does not have a flood ping > >> option. You can download a ping for Windows > from Microsoft here: > >> > >> > http://research.microsoft.com/barc/mbone/mping.aspx > >> > >> that does have an option for flooding > traffic. ( set the milliseconds > >> between packets very low) but I have not > tested it. Doubtless > >> others are available on the Internet. > >> > >> Ted > >> > >>> -----Original Message----- > >>> From: owner-freebsd-questions@freebsd.org > >>> > [mailto:owner-freebsd-questions@freebsd.org]On > Behalf Of Sasa Stupar > >>> Sent: Sunday, December 18, 2005 6:07 AM > >>> To: Ted Mittelstaedt; > freebsd-questions@freebsd.org > >>> Subject: RE: Polling For 100 mbps > Connections? (Was Re: Freebsd Theme > >>> Song) > >>> > >>> > >>> Nothing. From the GUI view it is at 0% of > utilisation. > >>> > >>> Sasa > >>> > >>> --On 18. december 2005 3:51 -0800 Ted > Mittelstaedt > >>> > >>> wrote: > >>> > >>>> > >>>> what does the CPU of the router do when > your doing that? > >>>> > >>>> Ted > >>>> > >>>>> -----Original Message----- > >>>>> From: owner-freebsd-questions@freebsd.org > >>>>> > [mailto:owner-freebsd-questions@freebsd.org]On > Behalf Of > >Sasa Stupar > >>>>> Sent: Sunday, December 18, 2005 3:00 AM > >>>>> To: Ted Mittelstaedt; > freebsd-questions@freebsd.org > >>>>> Subject: RE: Polling For 100 mbps > Connections? (Was Re: > >Freebsd Theme > >>>>> Song) > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> --On 18. december 2005 2:32 -0800 Ted > Mittelstaedt > >>>>> > >>>>> wrote: > >>>>> > >>>>>> > >>>>>> > >>>>>>> -----Original Message----- > >>>>>>> From: > owner-freebsd-questions@freebsd.org > >>>>>>> > [mailto:owner-freebsd-questions@freebsd.org]On > Behalf Of > >>> Sasa Stupar > >>>>>>> Sent: Sunday, December 18, 2005 2:21 AM > >>>>>>> To: Ted Mittelstaedt; > freebsd-questions@freebsd.org > >>>>>>> Subject: RE: Polling For 100 mbps > Connections? (Was Re: Freebsd > >>>>>>> Theme Song) > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> --On 18. december 2005 1:33 -0800 Ted > Mittelstaedt > >>>>>>> > >>>>>>> wrote: > >>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>> -----Original Message----- > >>>>>>>>> From: Sasa Stupar > [mailto:sasa@stupar.homelinux.net] > >>>>>>>>> Sent: Friday, December 16, 2005 5:25 > AM > >>>>>>>>> To: Ted Mittelstaedt; > danial_thom@yahoo.com; Drew Tomlinson > >>>>>>>>> Cc: freebsd-questions@freebsd.org > >>>>>>>>> Subject: RE: Polling For 100 mbps > Connections? (Was Re: Freebsd > >>>>>>>>> Theme Song) > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> --On 16. december 2005 3:36 -0800 Ted > Mittelstaedt > >>>>>>>>> > >>>>>>>>> wrote: > >>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>>> -----Original Message----- > >>>>>>>>>>> From: Sasa Stupar > [mailto:sasa@stupar.homelinux.net] > >>>>>>>>>>> Sent: Thursday, December 15, 2005 > 12:34 AM > >>>>>>>>>>> To: Ted Mittelstaedt; > danial_thom@yahoo.com; Drew Tomlinson > >>>>>>>>>>> Cc: freebsd-questions@freebsd.org > >>>>>>>>>>> Subject: RE: Polling For 100 mbps > Connections? (Was > >Re: Freebsd > >>>>>>>>>>> Theme Song) > >>>>>>>>>>> > >>>>>>>>>>>> > >>>>>>>>>>>> Ted > >>>>>>>>>>> > >>>>>>>>>>> Hmmm, here is test with iperf what > I have done with and > >>>>>>>>> without polling: > >>>>>>>>>>> ************** > >>>>>>>>>>> > ------------------------------------------------------------ > >>>>>>>>>>> Client connecting to 192.168.1.200, > TCP port 5001 > >>>>>>>>>>> TCP window size: 8.00 KByte > (default) > >>>>>>>>>>> > ------------------------------------------------------------ > >>>>>>>>>>> [1816] local 192.168.10.249 port > 1088 connected with > >>>>>>>>>>> 192.168.1.200 port 5001 > >>>>>>>>>>> [ ID] Interval Transfer > Bandwidth > >>>>>>>>>>> [1816] 0.0-10.0 sec 108 MBytes > 90.1 Mbits/sec > >>>>>>>>>>> > >>>>>>>>>>> This is when I use Device polling > option on m0n0. > >>>>>>>>>>> > >>>>>>>>>>> If I disable this option then my > transfer is worse: > >>>>>>>>>>> > ------------------------------------------------------------ > >>>>>>>>>>> Client connecting to 192.168.1.200, > TCP port 5001 > >>>>>>>>>>> TCP window size: 8.00 KByte > (default) > === message truncated === __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 18:40:06 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08B5516A41F for ; Tue, 20 Dec 2005 18:40:06 +0000 (GMT) (envelope-from rubenl@bloemgarten.demon.nl) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A66543D55 for ; Tue, 20 Dec 2005 18:40:04 +0000 (GMT) (envelope-from rubenl@bloemgarten.demon.nl) Received: from axelds.demon.nl ([83.160.138.74]:167 helo=abubbletprpdda) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1EomP5-0009Uz-Le; Tue, 20 Dec 2005 18:40:03 +0000 From: "Ruben Bloemgarten" To: , Date: Tue, 20 Dec 2005 19:39:36 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20051220121303.H71203@pemaquid.safeport.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Thread-Index: AcYFjCWKzuEF03ldQYqPVvivnbaDxAAB1Wnw Cc: Subject: RE: nslookup strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ruben@bloemgarten.demon.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 18:40:06 -0000 Hi Douglas, If you are using dns relay on your gateway why would you want to use named ? Also, it might be an idea to put the dns server ( i.e. the gateway) in your resolv.conf. Furthermore, neither your hosts ip4 ip (192.168.3.1) nor your non existant ip6 ip (:::) should be able to be resolved, unless you've set this up specifically yourself. In short, your 'error' message is more message than error. Regards, Ruben -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of doug@safeport.com Sent: December 20, 2005 6:37 PM To: freebsd-questions@FreeBSD.ORG Subject: nslookup strangeness I was using nslookup because of its convenient syntax to do some stuff. My workstation communicates via a gateway which also severs as its name server. I get the following: nslookup *** Can't find server name for address 192.168.3.1: Non-existent host/domain *** Can't find server name for address ::: No response from server *** Default servers are not available However dig works fine as does "regular" use of DNS. /etc/resolv.conf: nameserver 192.168.3.1 I started and stopped named and was able to use nslookup for a while. My question for the list is where I might look to find an indication of the error. there is nothing in /var/log/messages or all.log. Sockstat shows named listening on 192.168.3.1. Except for an occasional abnormally long response using ssh DNS also works normally. Thanks for any ideas. _____ Douglas Denault http://www.safeport.com doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.1/207 - Release Date: 12/19/2005 -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.1/207 - Release Date: 12/19/2005 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 18:53:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7ED116A41F for ; Tue, 20 Dec 2005 18:53:52 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: from web60021.mail.yahoo.com (web60021.mail.yahoo.com [209.73.178.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 911DA43D73 for ; Tue, 20 Dec 2005 18:53:43 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 99494 invoked by uid 60001); 20 Dec 2005 18:53:42 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=pkBjliSk6tJBQ6nwb8hXtWf/OvhNxD8iEdR47LC3h/T9y3CKr2ShjWlduUcJFjsvIQf+bv1U04Gf1R8kN2NNj9t/dmd7IDy0owJKvMuRqw+6Ruh84IxQ5a37FzTQLnYFje/gfv0yKI81ndkUzOfcQ6QYZ9QnCssDjjyDvbU8+ZY= ; Message-ID: <20051220185342.99492.qmail@web60021.mail.yahoo.com> Received: from [216.252.84.45] by web60021.mail.yahoo.com via HTTP; Tue, 20 Dec 2005 13:53:42 EST Date: Tue, 20 Dec 2005 13:53:42 -0500 (EST) From: Peter To: freebsd-questions@freebsd.org In-Reply-To: <200512200628.jBK6SRaA032951@darkstar.thelakecity.com.pk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: network monitoring tool X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 18:53:52 -0000 --- Imran Imtiaz wrote: > can anyone tell me which is the best network monitoring tool for unix > which can tell me that from which ip the traffic is comming and the type > of traffic and in which i can give a criteria like today which ip has > downloaded how much amount of data. I am currently using ntop but it is > not showing me the details based on criteria it just show me the traffic > from the day it is up. I want something simple and effective. I use OpenBSD's pf and, with its label feature, it is not difficult to extract statistics with a shell script. Right now I am looking at traffic type, not IP addresses. It all depends on how you create your rules. Below is a sample pf rule and the output my script provides me. pass out on $EXT \ inet proto udp \ from $EXT to any \ port 123 \ keep state \ label "outbound - $proto:$dstport ->" ============================ Host: kovacs.domain.com Interface: tun0 Month: December 2005 Timestamp: Dec 20 13:30 Data time: 8d 3h 40m ------------------------------------------ Traffic type Bytes-in Bytes-out ------------------------------------------ icmp:echoreq 45108 45528 tcp:110 343961 52701 tcp:113 0 0 tcp:11371 0 0 tcp:119 0 0 tcp:20 0 0 tcp:21 123577 79800 tcp:22 0 0 tcp:25 50400 53476 tcp:2703 0 0 tcp:43 5833 863 tcp:443 12338 2914 tcp:53 0 0 tcp:6112 0 0 tcp:6667 0 0 tcp:80 48203259 5243942 udp:123 366396 381064 udp:53 2629955 1584473 udp:6277 2384 2262 -------------------------------------------------- TOTALS(B) 51603928 7401496 TOTALS(MB) 49.21 7.05 RATE(B/m) 4395.56 630.45 ============================ __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 19:00:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4BB16A41F for ; Tue, 20 Dec 2005 19:00:10 +0000 (GMT) (envelope-from lars@gmx.at) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 4C27A43D45 for ; Tue, 20 Dec 2005 19:00:09 +0000 (GMT) (envelope-from lars@gmx.at) Received: (qmail invoked by alias); 20 Dec 2005 19:00:07 -0000 Received: from 238.84.203.62.cust.bluewin.ch (EHLO [192.168.1.10]) [62.203.84.238] by mail.gmx.net (mp019) with SMTP; 20 Dec 2005 20:00:07 +0100 X-Authenticated: #912863 Message-ID: <43A854B8.9030000@gmx.at> Date: Tue, 20 Dec 2005 20:00:08 +0100 From: lars User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051215) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ian Lord References: <7.0.0.16.2.20051220095723.0606ffe0@msdi.ca> <43A84AD8.9070104@gmx.at> <7.0.0.16.2.20051220132356.051c5008@Msdi.ca> In-Reply-To: <7.0.0.16.2.20051220132356.051c5008@Msdi.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: Multiple server monitoring with HPs iLO ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 19:00:10 -0000 > Hmmm I just tried a bunch of my servers: > > G1 servers are accepting telnet, but not ssh > G3 servers are accepting neither > > Connecting with telnet only gives me the status of the server (up or down) > > But I don't have G2 neither G4 servers perhaps it's a new feature of G4 > servers... I couldn't say, it's our first ProLiant. But maybe you can update your iLO to v1.80. > Are you able to do anything with the ssh connection (see console, > reboot, etc) or is it just to let you know the status of the server like > it does for me in G1 ? I could, at least according to the command suggestions. ------------------------------------------------------------------------ ------------------------------------------------------------------------ help : Used to get context sensitive help. show : Used to show values of a property or contents of a collection target. create : Used to create new instances in the name space of the MAP. delete : Used to destroy instances in the name space of the MAP. load : Used to move a binary image from an URI to the MAP Example : load -source http://188.188.188.55/images/fw/iLO170.bin reset : Used to cause a target to cycle from enabled to disabled and back to enabled. set : Used to set a property or set of properties to a specific value. start : Used to cause a target to change state to a higher run level. stop : Used to cause a target to change state to a lower run level. cd : Used to set the current default target. exit : Used to terminate the CLP session. version : Used to query the version of the CLP implementation or other CLP elements. HP CLI Commands: POWER : Control server power. UID : Control Unit-ID light. NMI : Generate an NMI. VM : Virtual media commands. REMCONS: Invoke remote console. VSP : Invoke virtual serial port. ------------------------------------------------------------------------ SM-CLP Version 1.0 hpiLO-> uid The UID light is currently: Off hpiLO-> uid on hpiLO-> uid The UID light is currently: On hpiLO-> uid off hpiLO-> uid The UID light is currently: Off SM-CLP Version 1.0 ------------------------------------------------------------------------ ------------------------------------------------------------------------ Above you see how I just fooled around with the UID LED. I guess I could power cycle the machine too. But since I never needed it and I can't test right now, so I can't say for sure. From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 19:35:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3792916A41F for ; Tue, 20 Dec 2005 19:35:47 +0000 (GMT) (envelope-from excalibur@icehouse.net) Received: from mail.icehouse.net (mail.icehouse.net [216.255.223.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 755D643D5C for ; Tue, 20 Dec 2005 19:35:46 +0000 (GMT) (envelope-from excalibur@icehouse.net) Received: by mail.icehouse.net (Postfix, from userid 1001) id 0082D60071; Tue, 20 Dec 2005 10:33:57 -0800 (PST) Received: from [216.255.214.105] (ppp-boise-82.icehouse.net [216.255.214.105]) by mail.icehouse.net (Postfix) with ESMTP id 0B4B963843; Mon, 19 Dec 2005 18:51:19 -0800 (PST) Message-ID: <43A771C2.5040402@icehouse.net> Date: Mon, 19 Dec 2005 19:51:46 -0700 From: Andrew Falanga User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en To: Gayn Winters , freebsd-questions@freebsd.org References: <058901c6012e$66b18070$6501a8c0@workdog> In-Reply-To: <058901c6012e$66b18070$6501a8c0@workdog> X-Scrubber-ClamAV: clean MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: New to FreeBSD, need some questions answered X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 19:35:47 -0000 >You mean you got through the install and when you were asked on which >slice you wanted to install FreeBSD you were only offered the choice of >the SATA drive? > >If you have a working FreeBSD system, what does dmesg say? What does >fdisk (from inside FreeBSD) say? They both only see the SATA drive? > >Boot the system from DOS and run DOS's fdisk; what does it say? > >If all the FreeBSD utilities can see the SATA but not the PATA drive, >then I'd check the cable and the jumpers on the PATA drive. Be sure the >jumper is NOT set to Cable Select. > >Once you can see both drives, just answer "yes" to installing the >FreeBSD boot loader during installation. If you don't want to >reinstall, read man boot0cfg. > >Welcome and good luck, > >-gayn > >Bristol Systems Inc. >714/532-6776 >www.bristolsystems.com > > > > Gayn, Both drives were seen by the install program. In fact, I had to tell the install to NOT use ad0 because it is PATA drive. I figured that ad0 would be the SATA drive because I had to alter CMOS to make the SATA drive the boot (or "first") drive in the system. I'll definitely be reading up on the boot0cfg manual page. Sorry that it's taken so long to get back. I've very little time to play on my computer at home. I'm really excited about FreeBSD. I've used OpenBSD for a "long" time and am familiar with the BSD's. I wanted to get back in to BSD (I've been using Linux for a while, honestly, I don't like it all that much). I went with FreeBSD because of it's support, especially for OpenOffice (at least it appeared that it would be easier to get OpenOffice on FreeBSD than on OBSD). Thanks for the welcome and the help. Andy From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 20:00:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D077E16A420 for ; Tue, 20 Dec 2005 20:00:46 +0000 (GMT) (envelope-from spammesilly@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA09543D67 for ; Tue, 20 Dec 2005 20:00:45 +0000 (GMT) (envelope-from spammesilly@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1415557wra for ; Tue, 20 Dec 2005 12:00:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=SjxSziFZ9bx94Q9r5iMSPlOy99eLVEAcAbeCB+UnAa0C8dXNl0duXjRPl3B4l3kZec8Jw9q7Z1C6+KxukGKDOOSQPoHoaq9tz1OTWLufNnQTCRraH7/u0eXmE6FiTedxcA84Xm+nCWUI2t8y9OfMZAObYEmiP4JgKw+CsnyNseY= Received: by 10.54.83.19 with SMTP id g19mr591059wrb; Tue, 20 Dec 2005 12:00:44 -0800 (PST) Received: by 10.54.121.2 with HTTP; Tue, 20 Dec 2005 12:00:44 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 15:00:44 -0500 From: Daniel Gonzalez To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: How to Safely unplug USB stick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 20:00:47 -0000 > > I went a little bit through the source of an linux "eject" and the > *BSD "eject". The Linux Verion is using "cdrom.h" and *BSD "cdio.h". > I think that both "eject's" are actually doing the same (*BSD: > ioctl(fd,CDIOEJECT); Linux ioctl (fd,CDROMEJECT)). I'm not a > kernel/driver programmer, but I think the umass Driver or SCSI Driver > (because "eject /dev/cd0" also doesn't work ) doesn't accept a > CDIOEJECT. Have you tried: # /usr/local/sbin/eject /dev/acd0 My cdrom drive is usually /dev/cd0 because it's a CD RW. Otherwise non-writable drives are /dev/acd0. My CDRW won't eject with /dev/cd0 but it works fine with eject /dev/acd0. As for the USB stick, I mount it using the following: # mount_msdosfs -o longnames /dev/da0s1 /mnt/usbflash0 And umount with the following: # umount /mnt/usbflash0 (I'm using PCBSD which is FreeBSD 6.0-RELEASE, GENERIC kernel Unmounting the drive causes the LED light to flicker, then extinguish. Don't know if that helps you any, but that is what happens on my system Hope that helps -- Dan Gonzalez spammesilly@gmail.com IM: signulth From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 20:23:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2917916A41F; Tue, 20 Dec 2005 20:23:53 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 870C743D45; Tue, 20 Dec 2005 20:23:52 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id jBKKKYSH004261; Tue, 20 Dec 2005 12:20:34 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id jBKKKYUx004260; Tue, 20 Dec 2005 12:20:34 -0800 Date: Tue, 20 Dec 2005 12:20:34 -0800 From: Brooks Davis To: Jonathon McKitrick Message-ID: <20051220202034.GE28172@odin.ac.hmc.edu> References: <20051220172106.GA96934@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HnQK338I3UIa/qiP" Content-Disposition: inline In-Reply-To: <20051220172106.GA96934@dogma.freebsd-uk.eu.org> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: fwe driver under 6.0-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 20:23:53 -0000 --HnQK338I3UIa/qiP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 20, 2005 at 05:21:06PM +0000, Jonathon McKitrick wrote: > Hey guys, >=20 > I just got a new laptop, and I'm trying to get the onboard ethernet over > firewire to work so I can download the iwi driver. :-) >=20 > I can't seem to ping anything, even the router, after bringing up fwe0. = Are > there any tricks to this I need to be aware of? What have you hooked it up to? It must be a FreeBSD box. Boot strapping the wireless nic with NDIS or picking up a cheap USB flash drive and using sneaker net may be easier. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --HnQK338I3UIa/qiP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDqGeRXY6L6fI4GtQRAhLFAJwLsY6mpPu16MsydYfMQECBpryzXQCfUQ+/ Ga+4mAGZng7znZea9Cdp18o= =mKnz -----END PGP SIGNATURE----- --HnQK338I3UIa/qiP-- From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 21:42:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58EF516A420 for ; Tue, 20 Dec 2005 21:42:27 +0000 (GMT) (envelope-from scott@lackluster.net) Received: from tinker.apex13.com (tinker.apex13.com [69.72.250.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F41E43D7F for ; Tue, 20 Dec 2005 21:42:18 +0000 (GMT) (envelope-from scott@lackluster.net) Received: from localhost (localhost.apex13.com [127.0.0.1]) by tinker.apex13.com (Postfix) with ESMTP id A14E939C51 for ; Tue, 20 Dec 2005 16:42:16 -0500 (EST) Received: from tinker.apex13.com ([127.0.0.1]) by localhost (tinker.apex13.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14499-07 for ; Tue, 20 Dec 2005 16:42:15 -0500 (EST) Received: from [192.168.123.112] (adsl-68-94-167-146.dsl.ksc2mo.swbell.net [68.94.167.146]) by tinker.apex13.com (Postfix) with ESMTP id A87BA39BC2 for ; Tue, 20 Dec 2005 16:42:15 -0500 (EST) Message-ID: <43A87AAF.1090806@lackluster.net> Date: Tue, 20 Dec 2005 13:42:07 -0800 From: Scott Smith User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051128) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <142786200.20051217012843@mail333.com> <20051220170011.GF10718@sysadm.stc> In-Reply-To: <20051220170011.GF10718@sysadm.stc> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.3 (20050822) (FreeBSD) at localhost Subject: Re: Courier and postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 21:42:27 -0000 I am running Postfix and Courier IMAP without problems. I had some trouble with my delivery agent because the latest versions of maildrop don't seem to support mysql, but I'm not using it anymore. Scott Igor Robul wrote: > On Sat, Dec 17, 2005 at 01:28:43AM +0300, Playnet wrote: > >>Hello freebsd-questions, >> >>How i can install subj? -- scott@lackluster.net From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 22:08:45 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D4F16A41F for ; Tue, 20 Dec 2005 22:08:45 +0000 (GMT) (envelope-from mattw@scriptarchive.com) Received: from resourceindex.absolute-hosting.net (resourceindex.absolute-hosting.net [65.109.239.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3489943D5D for ; Tue, 20 Dec 2005 22:08:44 +0000 (GMT) (envelope-from mattw@scriptarchive.com) Received: (from msa@localhost) by resourceindex.absolute-hosting.net (8.12.10/8.12.10) id jBKM8idM000399; Tue, 20 Dec 2005 17:08:44 -0500 Date: Tue, 20 Dec 2005 17:08:44 -0500 From: mattw@scriptarchive.com Message-Id: <200512202208.jBKM8idM000399@resourceindex.absolute-hosting.net> X-Authentication-Warning: resourceindex.absolute-hosting.net: msa set sender to mattw@scriptarchive.com using -f To: questions@FreeBSD.org References: <200512202208.jBKM8fQF032767@resourceindex.absolute-hosting.net> In-Reply-To: <200512202208.jBKM8fQF032767@resourceindex.absolute-hosting.net> X-Loop: mattw@scriptarchive.com Precedence: junk Cc: Subject: Re: Hi,sos! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 22:08:45 -0000 --- Your message has *not* been delivered! --- Hi, Thank you for attempting to contact Matt Wright at Matt's Script Archive. The email address you just attempted to use is no longer in service. It has been distributed over the internet for many years now and therefore receives an impossible amount of spam. If you would like to contact Matt, complete the form at: http://www.scriptarchive.com/contact/ Please understand that I am unable to answer most requests for help with the free scripts that are distributed from Matt's Script Archive. If you are having problems, I suggest you read the README file that accompanies each download as it contains detailed installation and usage instructions. Thanks, Matt Wright Matt's Script Archive, Inc. From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 22:32:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A978016A41F for ; Tue, 20 Dec 2005 22:32:10 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from relay02.roc.ny.frontiernet.net (relay02.roc.ny.frontiernet.net [66.133.182.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA8D143D5A for ; Tue, 20 Dec 2005 22:32:08 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from filter01.roc.ny.frontiernet.net (filter01.roc.ny.frontiernet.net [66.133.183.68]) by relay02.roc.ny.frontiernet.net (Postfix) with ESMTP id 408FD370625 for ; Tue, 20 Dec 2005 22:32:08 +0000 (UTC) Received: from relay02.roc.ny.frontiernet.net ([66.133.182.165]) by filter01.roc.ny.frontiernet.net (filter01.roc.ny.frontiernet.net [66.133.183.68]) (amavisd-new, port 10024) with LMTP id 04678-02-4 for ; Tue, 20 Dec 2005 22:32:08 +0000 (UTC) Received: from blacklamb.mykitchentable.net (67-137-46-178.dsl2.elk.ca.frontiernet.net [67.137.46.178]) by relay02.roc.ny.frontiernet.net (Postfix) with ESMTP id F057237052D for ; Tue, 20 Dec 2005 22:32:07 +0000 (UTC) Received: from [192.168.25.6] (unknown [192.168.25.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 0CE0C15345C for ; Tue, 20 Dec 2005 14:32:06 -0800 (PST) Message-ID: <43A88665.4090205@mykitchentable.net> Date: Tue, 20 Dec 2005 14:32:05 -0800 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.2 (20050629) at filter01.roc.ny.frontiernet.net Subject: Ntop on 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 22:32:10 -0000 I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0. It appeared to install fine and seems OK when I start it. However whenever I try and access it via a browser, I just get a blank page. ntop reports the following warning: Tue Dec 20 14:20:58 2005 **WARNING** gzflush error -2(stream error) It does this with each access attempt. I've googled and learned that ntop creates compressed files and uses zlib to uncompress them on the fly. I assume my problem has something to do with this process? Any ideas on what to check or how to resolve? Thanks, Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 23:09:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6634616A41F for ; Tue, 20 Dec 2005 23:09:41 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAAF443D62 for ; Tue, 20 Dec 2005 23:09:35 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so10494nzo for ; Tue, 20 Dec 2005 15:09:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=S01tOu91HRnwd7qPezsfc85wAYipl9fAhY18GmYu+aT8TD0v58Ganf3VDe+LnfQyIwaXUnfAJreUeR8AsBKStGhAOgeQJdnXtEbDTq8kjZdPbXCmMbP9ZrBcir5JWPHn43PqxPswVZse/TFzb/zMkV9S+OUJZWC2cmERoK0mEns= Received: by 10.36.47.14 with SMTP id u14mr57499nzu; Tue, 20 Dec 2005 15:09:34 -0800 (PST) Received: from ?192.168.5.63? ( [216.202.42.5]) by mx.gmail.com with ESMTP id 19sm119971nzp.2005.12.20.15.09.34; Tue, 20 Dec 2005 15:09:34 -0800 (PST) Message-ID: <43A88E84.2070403@gmail.com> Date: Tue, 20 Dec 2005 15:06:44 -0800 From: Kurt Buff User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Drew Tomlinson References: <43A88665.4090205@mykitchentable.net> In-Reply-To: <43A88665.4090205@mykitchentable.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Ntop on 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kurt.buff@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 23:09:41 -0000 Drew Tomlinson wrote: > I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0. It > appeared to install fine and seems OK when I start it. However whenever > I try and access it via a browser, I just get a blank page. ntop > reports the following warning: > > Tue Dec 20 14:20:58 2005 **WARNING** gzflush error -2(stream error) > > It does this with each access attempt. I've googled and learned that > ntop creates compressed files and uses zlib to uncompress them on the > fly. I assume my problem has something to do with this process? > > Any ideas on what to check or how to resolve? > > Thanks, > > Drew > Is this a fresh install of 6.0? I've got a fresh install of FBSD 6.0 and ntop 3.2_1 from ports, and don't have this problem. Kurt From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 23:47:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 546E316A41F for ; Tue, 20 Dec 2005 23:47:23 +0000 (GMT) (envelope-from jahan@bol-online.com) Received: from mx1.bol-online.com (mx1.bol-online.com [202.84.35.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C5BD43D55 for ; Tue, 20 Dec 2005 23:47:21 +0000 (GMT) (envelope-from jahan@bol-online.com) Received: from dell.bol-online.com (ppp074.bol-online.com [202.84.34.84]) by mx1.bol-online.com (Postfix) with ESMTP id 80F287DDBA for ; Wed, 21 Dec 2005 05:48:52 +0600 (BDT) Message-Id: <6.2.5.6.0.20051221055747.02ace6d0@bol-online.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.5.6 Date: Wed, 21 Dec 2005 06:00:32 +0600 To: freebsd-questions@freebsd.org From: Aftab Jahan Subedar In-Reply-To: <1134440021.1485.13.camel@sutdypc> References: <1134440021.1485.13.camel@sutdypc> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-BOL-MailScanner-Information: Please contact the ISP for more information X-BOL-MailScanner: Found to be clean X-BOL-MailScanner-SpamCheck: spam, SBL+XBL X-MailScanner-From: jahan@bol-online.com X-MailScanner-To: freebsd-questions@freebsd.org Subject: Re: I'm looking for school of freebsd in montreal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 23:47:23 -0000 Hey hey hey, Why not come n visit Bangladesh. plus get a free FreeBSD training, just for you.!!! Not joking.. For others US$499. + Free stay at my home. Aftab Jahan Subedar CEO/Software Engineer Subedar Technologies Subedar Baag Bibir Bagicha #1 North Jatrabari Dhaka 1204 Bangladesh tel:+88027519050 At 08:13 AM 12/13/2005, psiinformatique wrote: >#I'm looking for school of freebsd in montreal and i dont find any. Im >#not realy good in BSD, i start to use last year. I use as my main os >#on my laptop to become a normal user, but more i get into it, more i >#feel stupid about this new world.... > >#I'm realy impress by the work of your team. Im am interest to go school >#to learn Completely (more as possible). Im am interest to do Server and >#network security, then Programmation. > >#MY QUESTION Someone know if there is an school, in Montreal (canada), >#that give cours about FreeBSD? > >#If not, i put all my money to bank and in couple of year I realy hope >#to go Berkeley University (California) to learn more about it. > >#I hope at the same time to give the hand to Arnold Waterstachi > >#Tanx for your help >#Eric Royal > > > > >_______________________________________________ >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 Dec 20 23:49:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0930616A41F for ; Tue, 20 Dec 2005 23:49:09 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from relay04.roc.ny.frontiernet.net (relay04.roc.ny.frontiernet.net [66.133.182.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878A643D66 for ; Tue, 20 Dec 2005 23:48:45 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from filter08.roc.ny.frontiernet.net (filter08.roc.ny.frontiernet.net [66.133.183.75]) by relay04.roc.ny.frontiernet.net (Postfix) with ESMTP id 62D0335851D; Tue, 20 Dec 2005 23:48:43 +0000 (UTC) Received: from relay04.roc.ny.frontiernet.net ([66.133.182.167]) by filter08.roc.ny.frontiernet.net (filter08.roc.ny.frontiernet.net [66.133.183.75]) (amavisd-new, port 10024) with LMTP id 30012-10-56; Tue, 20 Dec 2005 23:48:43 +0000 (UTC) Received: from blacklamb.mykitchentable.net (67-137-46-178.dsl2.elk.ca.frontiernet.net [67.137.46.178]) by relay04.roc.ny.frontiernet.net (Postfix) with ESMTP id 07C7735855F; Tue, 20 Dec 2005 23:48:42 +0000 (UTC) Received: from [192.168.25.6] (unknown [192.168.25.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id E361315345C; Tue, 20 Dec 2005 15:48:41 -0800 (PST) Message-ID: <43A89858.80709@mykitchentable.net> Date: Tue, 20 Dec 2005 15:48:40 -0800 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: kurt.buff@gmail.com References: <43A88665.4090205@mykitchentable.net> <43A88E84.2070403@gmail.com> In-Reply-To: <43A88E84.2070403@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.2 (20050629) at filter08.roc.ny.frontiernet.net Cc: FreeBSD Questions Subject: Re: Ntop on 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 23:49:09 -0000 On 12/20/2005 3:06 PM Kurt Buff wrote: >Drew Tomlinson wrote: > > >>I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0. It >>appeared to install fine and seems OK when I start it. However whenever >>I try and access it via a browser, I just get a blank page. ntop >>reports the following warning: >> >>Tue Dec 20 14:20:58 2005 **WARNING** gzflush error -2(stream error) >> >>It does this with each access attempt. I've googled and learned that >>ntop creates compressed files and uses zlib to uncompress them on the >>fly. I assume my problem has something to do with this process? >> >>Any ideas on what to check or how to resolve? >> >>Thanks, >> >>Drew >> >> >> > >Is this a fresh install of 6.0? I've got a fresh install of FBSD 6.0 and >ntop 3.2_1 from ports, and don't have this problem. > Thanks for your reply. Yes, it's fairly fresh. FreeBSD blacksheep.mykitchentable.net 6.0-STABLE FreeBSD 6.0-STABLE #4: Thu Dec 1 11:33:29 PST 2005 Any ideas? Thanks, Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com From owner-freebsd-questions@FreeBSD.ORG Tue Dec 20 23:58:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3DE216A420 for ; Tue, 20 Dec 2005 23:58:16 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4694843D45 for ; Tue, 20 Dec 2005 23:58:16 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so18233nzo for ; Tue, 20 Dec 2005 15:58:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=YDCObcN1HlbKm0bOXujjDUt712i4opF2G656OVrGcySJ641uYwFJud4ULf9VKFagpHszKFQktnk6XaiZ8mCdvGmyIf4Yhct1Hfvs+aYgYkbREn8ra3ErO6DBMKobyt/JE24Fg6Vs44Q2f8MeuVeazx7ezr/3AGEcbeIIpOf/02I= Received: by 10.36.50.9 with SMTP id x9mr114253nzx; Tue, 20 Dec 2005 15:58:15 -0800 (PST) Received: from ?192.168.5.63? ( [216.202.42.5]) by mx.gmail.com with ESMTP id r15sm103898nza.2005.12.20.15.58.13; Tue, 20 Dec 2005 15:58:14 -0800 (PST) Message-ID: <43A899EB.2060209@gmail.com> Date: Tue, 20 Dec 2005 15:55:23 -0800 From: Kurt Buff User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Drew Tomlinson References: <43A88665.4090205@mykitchentable.net> <43A88E84.2070403@gmail.com> <43A89858.80709@mykitchentable.net> In-Reply-To: <43A89858.80709@mykitchentable.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Ntop on 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kurt.buff@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 23:58:16 -0000 Drew Tomlinson wrote: > On 12/20/2005 3:06 PM Kurt Buff wrote: >> Drew Tomlinson wrote: >> >>> I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0. It >>> appeared to install fine and seems OK when I start it. However whenever >>> I try and access it via a browser, I just get a blank page. ntop >>> reports the following warning: >>> >>> Tue Dec 20 14:20:58 2005 **WARNING** gzflush error -2(stream error) >>> >>> It does this with each access attempt. I've googled and learned that >>> ntop creates compressed files and uses zlib to uncompress them on the >>> fly. I assume my problem has something to do with this process? >>> >>> Any ideas on what to check or how to resolve? >>> >>> Thanks, >>> >>> Drew >> >> Is this a fresh install of 6.0? I've got a fresh install of FBSD 6.0 and >> ntop 3.2_1 from ports, and don't have this problem. >> > Thanks for your reply. Yes, it's fairly fresh. > > FreeBSD blacksheep.mykitchentable.net 6.0-STABLE FreeBSD 6.0-STABLE #4: > Thu Dec 1 11:33:29 PST 2005 > > Any ideas? > > Thanks, > > Drew This isn't an upgrade of FBSD 4.x or 5.x, is it? Or an upgrade of an older version of ntop? The reason I ask is that this was a problem that was noted in ntop 2.something under 4.x and 5.x. If you google for the specific error message: http://www.google.com/search?hl=en&lr=&q=ntop+freebsd+%22gzflush+error%22&btnG=Search you'll see stuff like that talked about in several places. I just flattened the box when I upgraded the OS, starting from a fresh install of 6.0, then cvsupping the ports to get ntop current, and all has been well since. Kurt From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 00:10:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 285DA16A41F for ; Wed, 21 Dec 2005 00:10:07 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from relay04.roc.ny.frontiernet.net (relay04.roc.ny.frontiernet.net [66.133.182.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D9D43D49 for ; Wed, 21 Dec 2005 00:10:06 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from filter07.roc.ny.frontiernet.net (filter07.roc.ny.frontiernet.net [66.133.183.74]) by relay04.roc.ny.frontiernet.net (Postfix) with ESMTP id C5DE63583CE; Wed, 21 Dec 2005 00:10:05 +0000 (UTC) Received: from relay04.roc.ny.frontiernet.net ([66.133.182.167]) by filter07.roc.ny.frontiernet.net (filter07.roc.ny.frontiernet.net [66.133.183.74]) (amavisd-new, port 10024) with LMTP id 27340-05-12; Wed, 21 Dec 2005 00:10:05 +0000 (UTC) Received: from blacklamb.mykitchentable.net (67-137-46-178.dsl2.elk.ca.frontiernet.net [67.137.46.178]) by relay04.roc.ny.frontiernet.net (Postfix) with ESMTP id 41C093581F0; Wed, 21 Dec 2005 00:10:04 +0000 (UTC) Received: from [192.168.25.6] (unknown [192.168.25.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 5BCA215345C; Tue, 20 Dec 2005 16:10:00 -0800 (PST) Message-ID: <43A89D55.3060702@mykitchentable.net> Date: Tue, 20 Dec 2005 16:09:57 -0800 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: kurt.buff@gmail.com References: <43A88665.4090205@mykitchentable.net> <43A88E84.2070403@gmail.com> <43A89858.80709@mykitchentable.net> <43A899EB.2060209@gmail.com> In-Reply-To: <43A899EB.2060209@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.2 (20050629) at filter07.roc.ny.frontiernet.net Cc: FreeBSD Questions Subject: Re: Ntop on 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 00:10:07 -0000 On 12/20/2005 3:55 PM Kurt Buff wrote: >Drew Tomlinson wrote: > > >>On 12/20/2005 3:06 PM Kurt Buff wrote: >> >> >>>Drew Tomlinson wrote: >>> >>> >>> >>>>I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0. It >>>>appeared to install fine and seems OK when I start it. However whenever >>>>I try and access it via a browser, I just get a blank page. ntop >>>>reports the following warning: >>>> >>>>Tue Dec 20 14:20:58 2005 **WARNING** gzflush error -2(stream error) >>>> >>>>It does this with each access attempt. I've googled and learned that >>>>ntop creates compressed files and uses zlib to uncompress them on the >>>>fly. I assume my problem has something to do with this process? >>>> >>>>Any ideas on what to check or how to resolve? >>>> >>>>Thanks, >>>> >>>>Drew >>>> >>>> >>>Is this a fresh install of 6.0? I've got a fresh install of FBSD 6.0 and >>>ntop 3.2_1 from ports, and don't have this problem. >>> >>> >>> >>Thanks for your reply. Yes, it's fairly fresh. >> >>FreeBSD blacksheep.mykitchentable.net 6.0-STABLE FreeBSD 6.0-STABLE #4: >>Thu Dec 1 11:33:29 PST 2005 >> >>Any ideas? >> >>Thanks, >> >>Drew >> >> > >This isn't an upgrade of FBSD 4.x or 5.x, is it? Or an upgrade of an >older version of ntop? > No. This box had a hard drive failure. Since I had to replace the drive, I upgraded to 6.0 at that time. >The reason I ask is that this was a problem that >was noted in ntop 2.something under 4.x and 5.x. If you google for the >specific error message: > >http://www.google.com/search?hl=en&lr=&q=ntop+freebsd+%22gzflush+error%22&btnG=Search > > Been Googling all day and I've seen those posts. However I just realized it was you. :) >you'll see stuff like that talked about in several places. > >I just flattened the box when I upgraded the OS, starting from a fresh >install of 6.0, then cvsupping the ports to get ntop current, and all >has been well since. > > I just edited the Makefile to add --without-zlib and am recompiling now. We'll see if that works around this problem for now. But I'd sure like to know why things aren't working on my machine? AFAIK, I did a standard install and haven't done much with the box since. It just serves as my gateway router for my home network so there's not much on it. Thanks, Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 00:46:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C50B816A41F for ; Wed, 21 Dec 2005 00:46:12 +0000 (GMT) (envelope-from lists@webtent.net) Received: from columbus.webtent.org (static-70-110-70-42.tampfl.fios.verizon.net [70.110.70.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74D7643D4C for ; Wed, 21 Dec 2005 00:46:09 +0000 (GMT) (envelope-from lists@webtent.net) Received: from localhost (localhost [127.0.0.1]) by columbus.webtent.org (Postfix) with ESMTP id C2F721435E2 for ; Tue, 20 Dec 2005 19:46:05 -0500 (EST) From: Robert Fitzpatrick To: FreeBSD Content-Type: text/plain Date: Tue, 20 Dec 2005 19:46:05 -0500 Message-Id: <1135125965.17437.9.camel@columbus.webtent.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1 Content-Transfer-Encoding: 7bit Subject: php port using pear to get PEAR_Frontend_Web X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: robert@webtent.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 00:46:12 -0000 Can't seem to get this pear package to install, others install OK. Does anyone know of an issue with the php port that could cause this? Not sure about segmentation fault, I also see this on successfully installed package. According to the PEAR site, there is no 0.5 version. esmtp# pear install PEAR_Frontend_Web Failed to download pear/PEAR_Frontend_Web within preferred state "stable", latest release is version 0.4, stability "beta", use "channel://pear.php.net/PEAR_Frontend_Web-0.4" to install Cannot initialize 'PEAR_Frontend_Web', invalid or missing package file Package "PEAR_Frontend_Web" is not valid install failed Segmentation fault (core dumped) esmtp# pear install channel://pear.php.net/PEAR_Frontend_Web-0.4 pear/pear requires package "pear/PEAR_Frontend_Web" (version >= 0.5.0), downloaded version is 0.4 pear/PEAR_Frontend_Web cannot be installed, conflicts with installed packages No valid packages found install failed Segmentation fault (core dumped) -- Robert From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 00:58:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 630E216A41F for ; Wed, 21 Dec 2005 00:58:33 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C75B43D53 for ; Wed, 21 Dec 2005 00:58:31 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so27401nzo for ; Tue, 20 Dec 2005 16:58:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=UqKpvMBE2CmDOtiJcUXES+HhXN+wyKz4OOgwyzIfSeZTeOc99f5loSjMx9pnFIsSw3+hL00+vWwrXb+R0w4LnVmoGZug/GOxMO8+NoZNPYG+yEt2ymoavCNHHRrUNctREVj7JRY2YWqcH3DNArxd6AFrIUkbmCnMlg3qQp3DP1E= Received: by 10.36.32.8 with SMTP id f8mr153133nzf; Tue, 20 Dec 2005 16:58:30 -0800 (PST) Received: from ?192.168.5.63? ( [216.202.42.5]) by mx.gmail.com with ESMTP id 39sm250665nzk.2005.12.20.16.58.29; Tue, 20 Dec 2005 16:58:30 -0800 (PST) Message-ID: <43A8A80C.9060802@gmail.com> Date: Tue, 20 Dec 2005 16:55:40 -0800 From: Kurt Buff User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Drew Tomlinson References: <43A88665.4090205@mykitchentable.net> <43A88E84.2070403@gmail.com> <43A89858.80709@mykitchentable.net> <43A899EB.2060209@gmail.com> <43A89D55.3060702@mykitchentable.net> In-Reply-To: <43A89D55.3060702@mykitchentable.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Ntop on 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kurt.buff@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 00:58:33 -0000 Drew Tomlinson wrote: > > Been Googling all day and I've seen those posts. However I just > realized it was you. :) Well, not *just* me. :) > I just edited the Makefile to add --without-zlib and am recompiling > now. We'll see if that works around this problem for now. But I'd sure > like to know why things aren't working on my machine? AFAIK, I did a > standard install and haven't done much with the box since. It just > serves as my gateway router for my home network so there's not much on it. I didn't need to do that. However, I've found the ntop list to be useful, so it might be worthwhile subscribing to that for a while. > Thanks, > > Drew > From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 01:05:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6F5B16A41F for ; Wed, 21 Dec 2005 01:05:35 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D8FF43D4C for ; Wed, 21 Dec 2005 01:05:35 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: by nproxy.gmail.com with SMTP id l37so9436nfc for ; Tue, 20 Dec 2005 17:05:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fCeDuCMjbyuBlQYoU4lzZky8c+GKwh7/JhicLd0+DbTLrh746PR1xayJuUYB8YOgBbY5A4ukaxkmlIfAI3d0Y7E8tvP9jayMk6CbgMOiKAHoQywFUu0atPpvtHkHgpYHTQrd6naMpoccFDaXg/jj2EV74xu+X37ou4sHbjk+rVc= Received: by 10.48.254.2 with SMTP id b2mr8162nfi; Tue, 20 Dec 2005 17:05:33 -0800 (PST) Received: by 10.49.2.17 with HTTP; Tue, 20 Dec 2005 17:05:32 -0800 (PST) Message-ID: <5ceb5d550512201705y62ac497ah9410a0d168e6ac4e@mail.gmail.com> Date: Wed, 21 Dec 2005 02:05:33 +0100 From: "Daniel A." To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: New host and apache? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 01:05:36 -0000 Just yesterday, I decided that I would move over my domain to use it with my home server. So I did all the DNS-related stuff, and it worked fine. But, to change the host on the server was not so easy. After doing this: hostname shizlit.info edit /etc/hosts to reflect changes --snip etc/hosts-- ::1 localhost.shizlit.info localhost 127.0.0.1 localhost.shizlit.info localhost 192.168.0.2 mooh.shizlit.info mooh 192.168.0.2 mooh.shizlit.info. ---snip end /etc/hosts-- Whenever I try to run the httpd (Apache 1.3.34), it exits with the following error: httpd in free(): error: junk pointer, too high to make sense However, if I comment the lines "AddModule mod_php5.c" and "LoadModule php5_module libexec/apache/libphp5.so" in httpd.conf, the server starts just fine. I've tried rebuilding php5 and it's extensions from ports. Could anyone tell me how to do this right? From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 01:16:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C0116A41F for ; Wed, 21 Dec 2005 01:16:43 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B59343D68 for ; Wed, 21 Dec 2005 01:16:40 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so17506wxc for ; Tue, 20 Dec 2005 17:16:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JKLEDqdTb9Ef/xjlNS8BBU6YEWYprOnEvbPljohjLXtC86bChKy6OTzPcPTQtjhW8Gwo+xLs+u2TNcPaRfPecogZBmOE3LU4G+wECAm11ubfCv8PmRoyeHOH7fx9xx5LQxmX1N0tKLLGueQQCRILcZWJ4XZczCDgktBu9xMlRCk= Received: by 10.70.53.1 with SMTP id b1mr154762wxa; Tue, 20 Dec 2005 17:16:40 -0800 (PST) Received: by 10.70.66.9 with HTTP; Tue, 20 Dec 2005 17:16:40 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 19:16:40 -0600 From: Nikolas Britton To: Roshan In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Video / Audio Capture Framework in FreeBSD ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 01:16:43 -0000 On 12/19/05, Roshan wrote: > Hello list. > Does anyone know if there will be a Video / Audio capture framework > that will be part of FreeBSD in the next few years ? > I currently use the bktr device for image capture, but it would be > nice if there was some kind of interface that would permit me to > capture from a broader kind of video devices. On Linux they have v4l > ( video for linux ) that does exactly that, but i don't think it will > be ported to *BSD due to licensing issues. I came across bsdav in the > ports tree, but it seems to be broken. I am also curious as to what > kind of capture methods/framework other image/signal processing people > use under FreeBSD. > Thanks > Roshan. Ditto!, Also what about motion capture (motion detection triggering for hdd storage etc.) for security surveillance. software such as ZoneMinder, eLViS, and the ELSAMS project: http://www.andrew.cmu.edu/user/kwyu/ etc. etc. From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 01:23:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACA3316A41F for ; Wed, 21 Dec 2005 01:23:52 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A49843D58 for ; Wed, 21 Dec 2005 01:23:52 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so21481wxc for ; Tue, 20 Dec 2005 17:23:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=R5OmyOKShnG/zd0B4g+nmHf2CnulQ03NCAXVNF34wuK0bG0EGobe+V3J/tbSXh9bkFjJm/Fk2kPOL8zn5ZCu/JQlvlSlBXWzqVSg1+9nhVAgZL/c62LZ/D3UD90q16PiNywCeCiCSSYH6kd19akAMv+CukpfxpHceaWZ3mwaO0k= Received: by 10.70.95.20 with SMTP id s20mr158885wxb; Tue, 20 Dec 2005 17:23:51 -0800 (PST) Received: by 10.70.66.9 with HTTP; Tue, 20 Dec 2005 17:23:51 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 19:23:51 -0600 From: Nikolas Britton To: "Jeff D. Hamann" In-Reply-To: <000d01c6052e$f0d715e0$0a00a8c0@mothra> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000d01c6052e$f0d715e0$0a00a8c0@mothra> Cc: users@subversion.tigris.org, freebsd-questions@freebsd.org Subject: Re: getting an old server up to scratch... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 01:23:52 -0000 On 12/20/05, Jeff D. Hamann wrote: > I've been trying to build a new server and I've gotten to stage where I c= an > start moving some of the data over from the old server. In the process I'= ve > decided to move my version control software from cvs to svn and have been > using svn nicely now for some time. My old machine is a FreeBSD 4.4 machi= ne > and the ports trees simply doesn't work anymore. I only get: > > stimpy# cd /usr/ports/devel/cvs2svn > stimpy# make install > "/usr/ports/Mk/bsd.port.mk", line 4942: Malformed conditional > (defined(USE_RCORDER) || defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} !=3D "Y= ES") > "/usr/ports/Mk/bsd.port.mk", line 4952: Malformed conditional > (defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} !=3D "YES") > "/usr/ports/Mk/bsd.port.mk", line 4963: if-less endif > "/usr/ports/Mk/bsd.port.mk", line 4963: Need an operator > "/usr/ports/Mk/bsd.port.mk", line 5272: if-less endif > "/usr/ports/Mk/bsd.port.mk", line 5272: Need an operator > make: fatal errors encountered -- cannot continue > stimpy# > > for practically every port these days. I've tried installing from source = and > I need to upgrade python (which doesn't work using portupgrade either). I > see it isn't possible to use cvs2svn on the new machine were I get to pas= s > in the cvs path as :pserver:/blah,blah,blah... and I can't make a dump fi= le > on the old machine... > > now what? > > For svn users, is there a way to dump the cvs repos without using cvs2svn= ? > > and for FreeBSD users, > > Is it possible to get the port working or should I just move on and lick = my > wounds? > Have you tryed updating your ports system with cvsup and/or updating that system to 4.11 (RELENG_4_11) ? From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 01:28:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62B3616A41F for ; Wed, 21 Dec 2005 01:28:11 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD93B43D46 for ; Wed, 21 Dec 2005 01:28:10 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so21897wxc for ; Tue, 20 Dec 2005 17:28:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MBkSFVAcyRue6s29okMi+oqvKRyK8TR3F/xoZ1v+iwb7C/dtsR79oWG8LnAf5s+jYwCmqrLaOYURJwRwSRscaZqF2eie8Qb8+4tOBmPKFW8rpAzggAAWkQ5DAhPouWFcj8eLj1SX983IRKIDQe/OZzF2nChE22Ox8e+PoAV50XA= Received: by 10.70.89.3 with SMTP id m3mr191392wxb; Tue, 20 Dec 2005 17:28:10 -0800 (PST) Received: by 10.70.66.9 with HTTP; Tue, 20 Dec 2005 17:28:10 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 19:28:10 -0600 From: Nikolas Britton To: Kevin Crenshaw In-Reply-To: <20051220134009.4891343D70@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051220134009.4891343D70@mx1.FreeBSD.org> Cc: freebsd-questions@freebsd.org Subject: Re: Can you run Xen on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 01:28:11 -0000 On 12/20/05, Kevin Crenshaw wrote: > Xen supports installation on Red Hat and Suse Linux. Does this mean that > Xen will run on FreeBSD using linux binary compatibility? Does anyone ha= ve > a recommendation for Virtualization software to run on FreeBSD? > I don't see why not, it's what we do with VMware. Why not try and port Xen to FreeBSD, you have the source code. From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 02:04:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 093F116A420 for ; Wed, 21 Dec 2005 02:04:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEEEF43D5D for ; Wed, 21 Dec 2005 02:04:00 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 9283 invoked by uid 207); 21 Dec 2005 02:03:57 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.30/3.97. Clear:RC:1(81.186.70.18):. Processed in 0.092434 secs); 21 Dec 2005 02:03:57 -0000 Received: from dialup18.ach.sch.gr (HELO flame.pc) ([81.186.70.18]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with SMTP for ; 21 Dec 2005 02:03:56 -0000 Received: by flame.pc (Postfix, from userid 1001) id 1E144116E6; Wed, 21 Dec 2005 04:00:10 +0200 (EET) Date: Wed, 21 Dec 2005 04:00:10 +0200 From: Giorgos Keramidas To: "Jeff D. Hamann" , users@subversion.tigris.org, freebsd-questions@freebsd.org Message-ID: <20051221020009.GA1088@flame.pc> References: <000d01c6052e$f0d715e0$0a00a8c0@mothra> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Subject: Re: getting an old server up to scratch... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 02:04:07 -0000 On 2005-12-20 19:23, Nikolas Britton wrote: >On 12/20/05, Jeff D. Hamann wrote: >> I've been trying to build a new server and I've gotten to stage where I can >> start moving some of the data over from the old server. In the process I've >> decided to move my version control software from cvs to svn and have been >> using svn nicely now for some time. My old machine is a FreeBSD 4.4 machine >> and the ports trees simply doesn't work anymore. I only get: >> >> stimpy# cd /usr/ports/devel/cvs2svn >> stimpy# make install >> "/usr/ports/Mk/bsd.port.mk", line 4942: Malformed conditional >> (defined(USE_RCORDER) || defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES") >> "/usr/ports/Mk/bsd.port.mk", line 4952: Malformed conditional >> (defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES") >> "/usr/ports/Mk/bsd.port.mk", line 4963: if-less endif >> "/usr/ports/Mk/bsd.port.mk", line 4963: Need an operator >> "/usr/ports/Mk/bsd.port.mk", line 5272: if-less endif >> "/usr/ports/Mk/bsd.port.mk", line 5272: Need an operator >> make: fatal errors encountered -- cannot continue >> stimpy# > > Have you tryed updating your ports system with cvsup and/or updating > that system to 4.11 (RELENG_4_11) ? Nikolas, sorry for hijacking your reply, I missed the original post. 4.4 is *very* old. It's possible that there are makefile constructs in the makefiles of the Ports infrastructure that were not supported by make(1) back then. How difficult/risky would it be to update your base-system to some more modern version of the 4.X branch, i.e. RELENG_4? - Giorgos From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 02:09:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E921416A41F for ; Wed, 21 Dec 2005 02:09:52 +0000 (GMT) (envelope-from kcrenshaw@viscient.com) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8291143D5D for ; Wed, 21 Dec 2005 02:09:52 +0000 (GMT) (envelope-from kcrenshaw@viscient.com) Received: (qmail 2982 invoked from network); 21 Dec 2005 02:09:51 -0000 Received: from c-24-99-82-226.hsd1.ga.comcast.net (HELO TIEWIREPC2) (kcrenshaw@viscient.com@[24.99.82.226]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Dec 2005 02:09:51 -0000 From: "Kevin Crenshaw" To: "'Nikolas Britton'" Date: Tue, 20 Dec 2005 21:09:49 -0500 Keywords: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcYFzeLp4ZDqoZL8TAeRtvOdk3/YVAABZssQ Message-Id: <20051221020952.8291143D5D@mx1.FreeBSD.org> Cc: freebsd-questions@freebsd.org Subject: RE: Can you run Xen on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 02:09:53 -0000 Thanks for your reply. I'll look into it. Kevin -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Nikolas Britton Sent: Tuesday, December 20, 2005 8:28 PM To: Kevin Crenshaw Cc: freebsd-questions@freebsd.org Subject: Re: Can you run Xen on FreeBSD? On 12/20/05, Kevin Crenshaw wrote: > Xen supports installation on Red Hat and Suse Linux. Does this mean that > Xen will run on FreeBSD using linux binary compatibility? Does anyone have > a recommendation for Virtualization software to run on FreeBSD? > I don't see why not, it's what we do with VMware. Why not try and port Xen to FreeBSD, you have the source code. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 02:13:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEE5E16A438 for ; Wed, 21 Dec 2005 02:13:53 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC13243EEA for ; Wed, 21 Dec 2005 01:47:02 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so23834wxc for ; Tue, 20 Dec 2005 17:47:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rhfQ+DtkQylk4LpX/xOIV6RJm6FktpkQxs0+72Qd/Qui7PWqTVB4adWhlYm3+s0O/T9twT0TX8/1XF0i/7MgXgbVqR9DXFDaE01TJpy96omSAc07wRLITDoAa5cImFd1gWkseYhvXwRXrR6yvAWnMdg3UR9/hw8GmLpYmRAFgh0= Received: by 10.70.94.5 with SMTP id r5mr193820wxb; Tue, 20 Dec 2005 17:47:01 -0800 (PST) Received: by 10.70.66.9 with HTTP; Tue, 20 Dec 2005 17:47:01 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 19:47:01 -0600 From: Nikolas Britton To: Aguiar Magalhaes In-Reply-To: <20051220164932.39052.qmail@web31602.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051220164932.39052.qmail@web31602.mail.mud.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Hardware supported X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 02:13:54 -0000 On 12/20/05, Aguiar Magalhaes wrote: > Hi list, > > I=B4d like to known if the external tape drive DAT USB > 2.0 (HP or other) is supported in FreeBSD 6.0 AMD64 > bits > > I couldn=B4t get any information about it > USB?, Probably not. Check the hardware notes pages: http://www.freebsd.org/releases/6.0R/hardware-i386.html http://www.freebsd.org/releases/6.0R/hardware-amd64.html It might show up as a umass device but don't bet on it... look for an external SCSI drives to buy instead. From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 02:20:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F17AF16A41F for ; Wed, 21 Dec 2005 02:20:52 +0000 (GMT) (envelope-from lloyd.peterson@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7520043D49 for ; Wed, 21 Dec 2005 02:20:52 +0000 (GMT) (envelope-from lloyd.peterson@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so27166wxc for ; Tue, 20 Dec 2005 18:20:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EapVXPNl8pwQNUby6WBd4odCS7FbzLQcnaW/MKlAj4hYNz0EFdfHdrHW7V5a6pm6lXxILryA692E/BSzcEJwkr6othS4T6Qt92p2TJFmTOSkXkNJjmyoB27WfacxU+95z+tKBYJ+26JVx+EuigVD4Hnme2zWNgBdV4XKSffN1hc= Received: by 10.70.28.17 with SMTP id b17mr204156wxb; Tue, 20 Dec 2005 18:20:51 -0800 (PST) Received: by 10.70.62.15 with HTTP; Tue, 20 Dec 2005 18:20:51 -0800 (PST) Message-ID: <95550eab0512201820h7cc594a4j6ff6b47c2b49ad29@mail.gmail.com> Date: Tue, 20 Dec 2005 21:20:51 -0500 From: Aaron Peterson To: FreeBSD Questions In-Reply-To: <95550eab0512201748v6a1470em82383318585ae446@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051220134009.4891343D70@mx1.FreeBSD.org> <95550eab0512201748v6a1470em82383318585ae446@mail.gmail.com> Subject: Re: Can you run Xen on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 02:20:53 -0000 On 12/20/05, Aaron Peterson wrote: > On 12/20/05, Nikolas Britton wrote: > > On 12/20/05, Kevin Crenshaw wrote: > > > Xen supports installation on Red Hat and Suse Linux. Does this mean = that > > > Xen will run on FreeBSD using linux binary compatibility? Does anyon= e have > > > a recommendation for Virtualization software to run on FreeBSD? > > > > > > > I don't see why not, it's what we do with VMware. Why not try and port > > Xen to FreeBSD, you have the source code. > > I'm under the impression that Xen doesn't "run on" anything. It is a > "hypervisor" that loads before any other OS, and uses the first > virtual machine (which could easilly be freebsd as far as I know) to > translate system and network calls for all the other virtual machines. > > Aaron > From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 02:21:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA5116A41F for ; Wed, 21 Dec 2005 02:21:20 +0000 (GMT) (envelope-from lloyd.peterson@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B7A443D53 for ; Wed, 21 Dec 2005 02:21:20 +0000 (GMT) (envelope-from lloyd.peterson@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so27166wxc for ; Tue, 20 Dec 2005 18:21:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FKhqPOAKGzxiQGp2NQS1G+MjK4vp6JXxQWd7mVqQDyq7t9cukeP8mS4mkRvQ0g1ZmehvoFKYaKwnRyAhPmwoQpBxiDbaEUU1lA+hUNMgkpevSgHlzq6tVfQmIPqipn+sZ3Bqoy+YnJfBWyVdYaq77ckupsWIQXtvfwTD/iCG1Ys= Received: by 10.70.97.9 with SMTP id u9mr243451wxb; Tue, 20 Dec 2005 18:21:19 -0800 (PST) Received: by 10.70.62.15 with HTTP; Tue, 20 Dec 2005 18:21:19 -0800 (PST) Message-ID: <95550eab0512201821y31e6dfecu41219911d05d58d7@mail.gmail.com> Date: Tue, 20 Dec 2005 21:21:19 -0500 From: Aaron Peterson To: FreeBSD Questions In-Reply-To: <95550eab0512201819t7f63f169ge7480a3a48a76285@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051221020952.8291143D5D@mx1.FreeBSD.org> <95550eab0512201819t7f63f169ge7480a3a48a76285@mail.gmail.com> Subject: Re: Can you run Xen on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 02:21:20 -0000 On 12/20/05, Aaron Peterson wrote: > On 12/20/05, Kevin Crenshaw wrote: > > Thanks for your reply. I'll look into it. > > > > Kevin > > > > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Nikolas Britt= on > > Sent: Tuesday, December 20, 2005 8:28 PM > > To: Kevin Crenshaw > > Cc: freebsd-questions@freebsd.org > > Subject: Re: Can you run Xen on FreeBSD? > > > > On 12/20/05, Kevin Crenshaw wrote: > > > Xen supports installation on Red Hat and Suse Linux. Does this mean = that > > > Xen will run on FreeBSD using linux binary compatibility? Does anyon= e > > have > > > a recommendation for Virtualization software to run on FreeBSD? > > > > > > > I don't see why not, it's what we do with VMware. Why not try and port > > Xen to FreeBSD, you have the source code. > > Also, Xen currently requires any guest OS to be running a modified > kernel. Suse and Redhat "support" for Xen means that they ship with > this modified kernel so they can be installed as a guest OS. They > might also ship with the Xen hypervisor and have some way to install > Suse or Redhat as VM 1 (the controlling virtual machine). If you're > asking if one can run FreeBSD as a guest, I'm guessing the answer is > yes. > > In the upcoming year, intel and AMD are releasing new virtualization > technology built into their CPUs. When this happens, Xen will be able > to use any x86 OS without modification supposedly. > > Just some extra information I picked up at Ohio Linuxfest this year > that I thought might help you on your quest :-) > > Aaron > From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 04:37:36 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C1616A41F for ; Wed, 21 Dec 2005 04:37:36 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id F3A0543D4C for ; Wed, 21 Dec 2005 04:37:34 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 7791 invoked by uid 502); 21 Dec 2005 04:37:33 -0000 Received: from dsl29226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.116.226) by 0 with SMTP; 21 Dec 2005 04:37:33 -0000 X-CLIENT-IP: 216.227.116.226 X-CLIENT-HOST: dsl29226.ywave.com Message-ID: <43A8DC0C.4090405@ywave.com> Date: Tue, 20 Dec 2005 20:37:32 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thomas Linton References: <20051220082859.sc62c09ctj5s0koo@imp4.free.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org, ivan.roth@free.fr Subject: Re: unmounting USB key (sorry, lost the original title) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 04:37:36 -0000 Thomas Linton wrote: > I tried the same thing, but the LED stays on; my laptop IBM TP43 has > dual-boot with WinXP and under WinXP it is possible to safety remove > (turn off) the USB stick. > > On my previous laptop IBM TP42 with Fedora Core 1 an eject was able to > Power Off the USB Stick (LED off). > > Update from Micah is interresting: > > On 5.2/5.3/5.4 I've used umount then camcontrol eject dax. The light > always turns off for me. > > HTH, > Micah > > > On 12/20/05, ivan.roth@free.fr wrote: > >>Hi, >> >>I can't remember who posted that and I removed my emails from server. >> >>I try to eject my USB key using cmacontrol and I got this: >> >># camcontrol devlist >> at scbus1 target 0 lun 0 (da0,pass0) >># camcontrol eject 1:0:0 >>Unit stopped successfully, Media ejected >>#camcontrol devlist >> at scbus1 target 0 lun 0 (da0,pass0) >> >> >>You see, it seems to be successfully stopped but I still have it by asking >>the >>devlist the moment after. >> >>Don't know how to help more than that, sorry :) >> >>Regards, Ivan. >> >> >>------------------------------------------------------------------ >>little P.S: for those who are saying FreeBSD is not ready and the penguin, >>and >>M$, etc, etc, Mike is right, let's see what we could have with just a >>hundredth >>of M$ money. If you come to FreeBSD then you may want to discover and search >>many new things by yourself. Help the project, give your time, share your >>knowledge. I am not a programmer, so I translate the handbook. And from day >>to >>day, it will be more accessible. >>But I am not sure this is the place for pessimism. Also note that almost all >>questions asked here get their solution in less than 24 hours. >> >>-- >>How you say ? FreeBSD enthousiast, yes :) Additionally, my USB key's light does NOT turn off when using XP's "safely remove hardware" feature. The light only turns off under FreeBSD's camcontrol eject, Linux's eject, and Windows 98's eject.... A camcontrol devlist does still show the device. The light will not relight even if I do a camcontrol start on the device and remount it. I've wondered if the eject is strictly necessary. Especially since many of the university's XP computers have restricted accounts that don't allow us to "safely" remove hardware - leaving us students to "unsafely" remove our USB drives. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 04:39:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F5A616A41F for ; Wed, 21 Dec 2005 04:39:13 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 467A343D73 for ; Wed, 21 Dec 2005 04:39:04 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 7840 invoked by uid 502); 21 Dec 2005 04:39:02 -0000 Received: from dsl29226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.116.226) by 0 with SMTP; 21 Dec 2005 04:39:02 -0000 X-CLIENT-IP: 216.227.116.226 X-CLIENT-HOST: dsl29226.ywave.com Message-ID: <43A8DC65.1070602@ywave.com> Date: Tue, 20 Dec 2005 20:39:01 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Crenshaw References: <20051220134009.4891343D70@mx1.FreeBSD.org> In-Reply-To: <20051220134009.4891343D70@mx1.FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Can you run Xen on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 04:39:13 -0000 Kevin Crenshaw wrote: > Xen supports installation on Red Hat and Suse Linux. Does this mean that > Xen will run on FreeBSD using linux binary compatibility? Does anyone have > a recommendation for Virtualization software to run on FreeBSD? > > Kevin > From what looks like their home page (http://www.cl.cam.ac.uk/Research/SRG/netos/xen/) In addition to Linux, members of Xen's user community have contributed or are working on ports to other operating systems such as NetBSD (Christian Limpach), FreeBSD (Kip Macy) and Plan 9 (Ron Minnich). A port of Windows XP was developed for an earlier version of Xen, but is not available for release due to licence restrictions. Looks like someone is working on a port of it. Try contacting Kip Macy to see what the status is. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 05:01:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5848416A41F for ; Wed, 21 Dec 2005 05:01:48 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06E543D45 for ; Wed, 21 Dec 2005 05:01:47 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so43579wxc for ; Tue, 20 Dec 2005 21:01:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bgtQPH5Iz2//XiSgZIE9TjnjGH68BCmR5+lySDRko1yQzO2wgNioSQhp8ielRA7SlqE9l/khpUaNr72eZK3zmjI9RN/AiDktpivm0m68LQXXymU97Ub9v/fC7sVkMj9NuleOACAOQN4IzU5r4SGVmlNxSGnAk64INlxDiGy3wtQ= Received: by 10.70.42.8 with SMTP id p8mr358283wxp; Tue, 20 Dec 2005 21:01:46 -0800 (PST) Received: by 10.70.42.4 with HTTP; Tue, 20 Dec 2005 21:01:46 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 21:01:46 -0800 From: Derrick Ryalls To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: HP Pavillion laptop can't boot FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 05:01:48 -0000 Greetings, I recently purchased an HP Pavillion laptop (dv8000) that has an AMD-64 CPU= , with the intent on running FreeBSD 6.0 (i386) as a dual boot option. I hav= e installed BSD numerous times on various desktops, but this is my first attempt on a laptop. When I boot off the CD, before the boot menu comes up, an error message comes up: elf32_lookup_symbol: corrupt symbol table. Then the normal boot menu comes up, at which point selecting option 1 (normal) or option 2 (without ACPI) causes the BTX loader to halt after displaying some hex errors. I even tried hitting option 6, unsettng acpi_load, then booting, but the same error comes up. I tried 6.0 AMD-64 and didn't get as far. Before the boot menu could come up, it continually spews what appears to be the same/similar hex errors and didn't even respond to Cntrl-Alt-Delete. Trying 5.4, I don't get the elf32 error before the boot menu, but if I select option 1 it has trouble loading ACPI and then shuts down. Selecting option 2 (with the 5.4 cd) does not bring up an error, the system just shuts down. Out of curiousity, I tried = a Knoppix 4.0 CD and was able to fully boot and get a functioning system up (albeit running off the CD). My bios has painfully few options, such as boot order and disabling the onboard wireless nic, nothing else. Is there something else I should try, or do I have to wait for the time being? TIA for any suggestions. -Derrick From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 05:20:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C678016A41F for ; Wed, 21 Dec 2005 05:20:21 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from stimpy.forestinformatics.com (cvo-cr1-200-239.peak.org [69.59.200.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08CC243D46 for ; Wed, 21 Dec 2005 05:20:20 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from mothra (rodan [192.168.0.11]) by stimpy.forestinformatics.com (8.12.9/8.12.9) with SMTP id jBL5KDOo064489; Tue, 20 Dec 2005 21:20:14 -0800 (PST) (envelope-from jeff.hamann@forestinformatics.com) Message-ID: <001701c605ee$390df850$0a00a8c0@mothra> From: "Jeff D. Hamann" To: "Nikolas Britton" , References: <000d01c6052e$f0d715e0$0a00a8c0@mothra> Date: Tue, 20 Dec 2005 21:20:08 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on stimpy.forestinformatics.com Cc: freebsd-questions@freebsd.org Subject: Re: getting an old server up to scratch... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 05:20:22 -0000 This is the result after a cvsup attempt using the following cvsupfile: stimpy# cd /etc stimpy# cat cvsupfile *default host=cvsup5.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_4 *default delete use-rel-suffix *default compress src-all *default tag=. ports-all doc-all stimpy# stimpy# make buildkernel KERNCONF=MYKERNEL -------------------------------------------------------------- >>> Kernel build for MYKERNEL started on Tue Dec 20 21:18:33 PST 2005 -------------------------------------------------------------- ===> MYKERNEL mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=/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 config -d /usr/obj/usr/src/sys/MYKERNEL /usr/src/sys/i386/conf/MYKERNEL ERROR: version of config(8) does not match kernel! config version = 400018, version required = 400019 Make sure that /usr/src/usr.sbin/config is in sync with your /usr/src/sys and install a new config binary before trying this again. If running the new config fails check your config file against the GENERIC or LINT config files for changes in config syntax, or option/device naming conventions *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. stimpy# ----- Original Message ----- From: "Nikolas Britton" To: "Jeff D. Hamann" Cc: ; Sent: Tuesday, December 20, 2005 5:23 PM Subject: Re: getting an old server up to scratch... > On 12/20/05, Jeff D. Hamann wrote: >> I've been trying to build a new server and I've gotten to stage where I >> can >> start moving some of the data over from the old server. In the process >> I've >> decided to move my version control software from cvs to svn and have been >> using svn nicely now for some time. My old machine is a FreeBSD 4.4 >> machine >> and the ports trees simply doesn't work anymore. I only get: >> >> stimpy# cd /usr/ports/devel/cvs2svn >> stimpy# make install >> "/usr/ports/Mk/bsd.port.mk", line 4942: Malformed conditional >> (defined(USE_RCORDER) || defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != >> "YES") >> "/usr/ports/Mk/bsd.port.mk", line 4952: Malformed conditional >> (defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES") >> "/usr/ports/Mk/bsd.port.mk", line 4963: if-less endif >> "/usr/ports/Mk/bsd.port.mk", line 4963: Need an operator >> "/usr/ports/Mk/bsd.port.mk", line 5272: if-less endif >> "/usr/ports/Mk/bsd.port.mk", line 5272: Need an operator >> make: fatal errors encountered -- cannot continue >> stimpy# >> >> for practically every port these days. I've tried installing from source >> and >> I need to upgrade python (which doesn't work using portupgrade either). I >> see it isn't possible to use cvs2svn on the new machine were I get to >> pass >> in the cvs path as :pserver:/blah,blah,blah... and I can't make a dump >> file >> on the old machine... >> >> now what? >> >> For svn users, is there a way to dump the cvs repos without using >> cvs2svn? >> >> and for FreeBSD users, >> >> Is it possible to get the port working or should I just move on and lick >> my >> wounds? >> > > Have you tryed updating your ports system with cvsup and/or updating > that system to 4.11 (RELENG_4_11) ? > > From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 05:49:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABBCE16A41F for ; Wed, 21 Dec 2005 05:49:50 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2796A43D5A for ; Wed, 21 Dec 2005 05:49:49 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so47956wxc for ; Tue, 20 Dec 2005 21:49:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ahOQFkT6yEZ8CnBNjGBrFukbeT4QFRYMS80HTF4poPigqeC/3pU0/GZikd0YEA24G9QBAx5tdVAAUby4bj0Omowug/6pH/h70iJFMiTgwAGr5DRrarvO9mC1XZC7wTgwkPHw5IVHkdpF5RS254SfzhRsrC08BXOCzfeoeMbc8VE= Received: by 10.70.116.19 with SMTP id o19mr367730wxc; Tue, 20 Dec 2005 21:49:49 -0800 (PST) Received: by 10.70.66.9 with HTTP; Tue, 20 Dec 2005 21:49:48 -0800 (PST) Message-ID: Date: Tue, 20 Dec 2005 23:49:48 -0600 From: Nikolas Britton To: Micah In-Reply-To: <43A8DC65.1070602@ywave.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051220134009.4891343D70@mx1.FreeBSD.org> <43A8DC65.1070602@ywave.com> Cc: freebsd-questions@freebsd.org, Kevin Crenshaw Subject: Re: Can you run Xen on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 05:49:50 -0000 On 12/20/05, Micah wrote: > Kevin Crenshaw wrote: > > Xen supports installation on Red Hat and Suse Linux. Does this mean th= at > > Xen will run on FreeBSD using linux binary compatibility? Does anyone = have > > a recommendation for Virtualization software to run on FreeBSD? > > > > Kevin > > > > From what looks like their home page > (http://www.cl.cam.ac.uk/Research/SRG/netos/xen/) > > In addition to Linux, members of Xen's user community have contributed > or are working on ports to other operating systems such as NetBSD > (Christian Limpach), FreeBSD (Kip Macy) and Plan 9 (Ron Minnich). A port > of Windows XP was developed for an earlier version of Xen, but is not > available for release due to licence restrictions. > > Looks like someone is working on a port of it. Try contacting Kip Macy > to see what the status is. > http://wiki.xensource.com/xenwiki/OSCompatibility Umm so is Xen sorta like VMware ESX Server? Does Xen run directly on the hardware and then partitions it, like the IBM midrange systems do? If it does run on the hardware what about device drivers etc. From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 06:18:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F9E816A420 for ; Wed, 21 Dec 2005 06:18:03 +0000 (GMT) (envelope-from skye@f4.ca) Received: from seattle.f4.ca (seattle.f4.ca [216.127.61.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B5243D46 for ; Wed, 21 Dec 2005 06:18:02 +0000 (GMT) (envelope-from skye@f4.ca) Received: from c-67-168-132-243.hsd1.wa.comcast.net ([67.168.132.243] helo=[192.168.0.10]) by seattle.f4.ca with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.42) id 1EoxIX-0002b4-Hf for freebsd-questions@freebsd.org; Tue, 20 Dec 2005 22:18:02 -0800 Mime-Version: 1.0 (Apple Message framework v623) Content-Transfer-Encoding: 7bit Message-Id: <250fb0489d744a70966a9cb7575fe046@f4.ca> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Skye Poier Date: Tue, 20 Dec 2005 22:18:01 -0800 X-Mailer: Apple Mail (2.623) X-Antivirus-Scanner: Cleared by Exiscan & ClamAV X-Spam-Score: -- Subject: FreeBSD on Intel SR1435VP2 Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 06:18:03 -0000 Hi BSDers, I've been looking at buying an Intel SR1435VP2 1U server (se7320vp2 mobo) for my modest FreeBSD based ISP, it appears the chipset is fully supported (especially the 6300ESB onboard hotswap SATA RAID with management tools, most importantly) but I was just curious if anyone else is running FreeBSD 5.4 or 6.0 on this platform, and what your experiences have been. Data Sheet: http://www.intel.com/design/servers/boards/se7320vp2/ Thanks, Skye Poier Seattle From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 06:45:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 814C016A41F for ; Wed, 21 Dec 2005 06:45:28 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: from web34605.mail.mud.yahoo.com (web34605.mail.mud.yahoo.com [209.191.68.139]) by mx1.FreeBSD.org (Postfix) with SMTP id 676B543D5F for ; Wed, 21 Dec 2005 06:45:27 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: (qmail 95977 invoked by uid 60001); 21 Dec 2005 06:45:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=TdvZERa0QmCKZIhGRpgmeth7FH1P8nHD1BPtyor7PAGAEj3RjjHb3zmlJG2LnnzWQu6ds4Z4OpsSPFhUzwI4vyAzv+yS+rC8OZCJQBBauOF/scGyNdEM55cgZhZv1t4m0fxr77HOuZlBc+wkOS55IF23A9UbTm6S3PztweeDiDI= ; Message-ID: <20051221064526.95975.qmail@web34605.mail.mud.yahoo.com> Received: from [202.149.214.46] by web34605.mail.mud.yahoo.com via HTTP; Wed, 21 Dec 2005 06:45:26 GMT Date: Wed, 21 Dec 2005 06:45:26 +0000 (GMT) From: Deepak Naidu To: Peter , freebsd-questions@freebsd.org In-Reply-To: <20051220185342.99492.qmail@web60021.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: network monitoring tool X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 06:45:28 -0000 You can try bandwidthd, iftop, iptraff applications which i used in Linux.. I hope u may get BSD equilavent of them.... Cheers, Deepak Naidu. Peter wrote: --- Imran Imtiaz wrote: > can anyone tell me which is the best network monitoring tool for unix > which can tell me that from which ip the traffic is comming and the type > of traffic and in which i can give a criteria like today which ip has > downloaded how much amount of data. I am currently using ntop but it is > not showing me the details based on criteria it just show me the traffic > from the day it is up. I want something simple and effective. I use OpenBSD's pf and, with its label feature, it is not difficult to extract statistics with a shell script. Right now I am looking at traffic type, not IP addresses. It all depends on how you create your rules. Below is a sample pf rule and the output my script provides me. pass out on $EXT \ inet proto udp \ from $EXT to any \ port 123 \ keep state \ label "outbound - $proto:$dstport ->" ============================ Host: kovacs.domain.com Interface: tun0 Month: December 2005 Timestamp: Dec 20 13:30 Data time: 8d 3h 40m ------------------------------------------ Traffic type Bytes-in Bytes-out ------------------------------------------ icmp:echoreq 45108 45528 tcp:110 343961 52701 tcp:113 0 0 tcp:11371 0 0 tcp:119 0 0 tcp:20 0 0 tcp:21 123577 79800 tcp:22 0 0 tcp:25 50400 53476 tcp:2703 0 0 tcp:43 5833 863 tcp:443 12338 2914 tcp:53 0 0 tcp:6112 0 0 tcp:6667 0 0 tcp:80 48203259 5243942 udp:123 366396 381064 udp:53 2629955 1584473 udp:6277 2384 2262 -------------------------------------------------- TOTALS(B) 51603928 7401496 TOTALS(MB) 49.21 7.05 RATE(B/m) 4395.56 630.45 ============================ __________________________________________________________ Find your next car at http://autos.yahoo.ca _______________________________________________ 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" Linux your Life, Don't Window it [[]] { All for the best } --------------------------------- To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 08:14:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3549F16A41F for ; Wed, 21 Dec 2005 08:14:38 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 749C743D5F for ; Wed, 21 Dec 2005 08:14:37 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so59188wxc for ; Wed, 21 Dec 2005 00:14:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=tCoW1NVvxIgf8az9d3mZhz7w1aNu2/uLFlB8i4myMTu/S5lgt2pIQ1flc2ur84stQnfjOj0qY7BBhdR1XD15CwVrkmo+YTFb4+oZkgpgquEyU6wZdnQsgYG8RXWbHJvJeoBtKsGE+g+oxcJKasJvYLev7gZbYuoBO+/VlXxpdpk= Received: by 10.70.42.8 with SMTP id p8mr486006wxp; Wed, 21 Dec 2005 00:14:36 -0800 (PST) Received: by 10.70.68.4 with HTTP; Wed, 21 Dec 2005 00:14:36 -0800 (PST) Message-ID: <27dbfc8c0512210014q701f091bn60b4bfc698301334@mail.gmail.com> Date: Wed, 21 Dec 2005 09:14:36 +0100 From: Valerio daelli To: Drew Tomlinson In-Reply-To: <43A83C71.3030009@mykitchentable.net> MIME-Version: 1.0 References: <43A83C71.3030009@mykitchentable.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: db_dump185 Utility? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 08:14:38 -0000 On 12/20/05, Drew Tomlinson wrote: > > I suspect I have a corrupted bayes token database for SpamAssassin. > 'file' says it's a Berkeley DB 1.85 hash file. I googled for ways to > repair it and came across many references to a man page for the db_dump > utility. I don't seem to have this on my system. > > The man page states that db_dump is not always built when the libraries > are installed and I should see my system administrator for further > information. Since I am the sys admin for this box and don't have any > further information, I'm hoping some one else does. > > How can I build and install this utility and the corresponding db_load? > I'm clueless. > > Thanks, > > Drew > > -- > Visit The Alchemist's Warehouse > Magic Tricks, DVDs, Videos, Books, & More! > > http://www.alchemistswarehouse.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" > You could try to install the db42 port. It contains these kinds of utility: /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_archive.html /var/db/pkg/db42- 4.2.52_4/+CONTENTS:share/doc/db42/utility/db_checkpoint.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_deadlock.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_dump.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_load.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_printlog.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_recover.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_stat.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_upgrade.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_verify.html Greetings Valerio From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 09:42:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34E5E16A41F for ; Wed, 21 Dec 2005 09:42:18 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 347A043D5E for ; Wed, 21 Dec 2005 09:42:14 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so69966wxc for ; Wed, 21 Dec 2005 01:42:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NYPA+txh8mn7VyMw8Prs6JMpzXbar4tsB13qb9deFvzen6blnDniGX/uUvAczJOS/tPvhqMXEgks+AXZLJ5JmnVTEjataFMznaISVs4uZdscdBcI47dWoj7o2AZVY9+Dtj1jLkobmrKXIhp5yRu2fDMiCVVLBYPbHUt03O+ihN4= Received: by 10.70.97.9 with SMTP id u9mr563579wxb; Wed, 21 Dec 2005 01:42:12 -0800 (PST) Received: by 10.70.66.9 with HTTP; Wed, 21 Dec 2005 01:42:12 -0800 (PST) Message-ID: Date: Wed, 21 Dec 2005 03:42:12 -0600 From: Nikolas Britton To: "Jeff D. Hamann" In-Reply-To: <001701c605ee$390df850$0a00a8c0@mothra> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000d01c6052e$f0d715e0$0a00a8c0@mothra> <001701c605ee$390df850$0a00a8c0@mothra> Cc: keramida@ceid.upatras.gr, freebsd-questions@freebsd.org Subject: Re: getting an old server up to scratch... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 09:42:18 -0000 On 12/20/05, Jeff D. Hamann wrote: > This is the result after a cvsup attempt using the following cvsupfile: > > stimpy# cd /etc > stimpy# cat cvsupfile > *default host=3Dcvsup5.FreeBSD.org > *default base=3D/usr > *default prefix=3D/usr > *default release=3Dcvs > *default tag=3DRELENG_4 > *default delete use-rel-suffix > *default compress > src-all > *default tag=3D. > ports-all > doc-all > stimpy# > > > stimpy# make buildkernel KERNCONF=3DMYKERNEL > > -------------------------------------------------------------- > >>> Kernel build for MYKERNEL started on Tue Dec 20 21:18:33 PST 2005 > -------------------------------------------------------------- > =3D=3D=3D> MYKERNEL > mkdir -p /usr/obj/usr/src/sys > cd /usr/src/sys/i386/conf; > PATH=3D/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 > config -d /usr/obj/usr/src/sys/MYKERNEL /usr/src/sys/i386/conf/MYKERNEL > ERROR: version of config(8) does not match kernel! > config version =3D 400018, version required =3D 400019 > > Make sure that /usr/src/usr.sbin/config is in sync > with your /usr/src/sys and install a new config binary > before trying this again. > > If running the new config fails check your config > file against the GENERIC or LINT config files for > changes in config syntax, or option/device naming > conventions > > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > stimpy# > Slow down bud, your doing to many things at the same time and missing critical steps. Lets start from the top. Your sup file should look like this: *default host=3Dcvsup5.us.FreeBSD.org *default base=3D/usr *default prefix=3D/usr *default release=3Dcvs tag=3DRELENG_4_11 *default delete use-rel-suffix *default compress src-all Normally you have at least two sup files, one for the system and the other(s) for everything else. After you re-cvsup you need to buildworld, not the kernel. here are the general steps: 1. build world. 2. build kernel, use the generic kernel!!!!!! 3. install kernel. 4. reboot. 5. do a basic test of the system. if basic things such as; ls, cd, more, and grep work then... 6. drop into single user mode ('shutdown now') 7. install world. 8. run mergemaster. 9. reboot. 10. Test out new system. 11. make and install your custom kernel, don't use your old custom config file, make a new one based on the, new, generic kernel config file!! 12. cvsup ports src. 13. update / install new ports. Read the following for the details: http://www.freebsd.org/releng/ http://www.freebsd.org/doc/en/books/handbook/synching.html http://www.freebsd.org/doc/en/books/handbook/cvsup.html http://www.freebsd.org/doc/en/books/handbook/makeworld.html http://www.freebsd.org/doc/en/books/handbook/kernelconfig.html http://www.freebsd.org/doc/en/books/handbook/ports.html From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 10:11:14 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EB3816A420 for ; Wed, 21 Dec 2005 10:11:14 +0000 (GMT) (envelope-from juberloharia@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 319B643D73 for ; Wed, 21 Dec 2005 10:11:10 +0000 (GMT) (envelope-from juberloharia@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so72336wxc for ; Wed, 21 Dec 2005 02:11:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=i9zD/Tzk8Vd7GdDnjBJiBuES5GbqNlj63/8tamG2yospmEWzhtdQqXNHF23ZCk3orkTR49zlDI6qqh34sRcmPvauuAKs7nypBi6mpl2dSMnc46RlpsStKisNpY8JZue3NVxjxjZTd1cnBexP01QM16yHhaZ9wIt4Y1JOh+7qQVs= Received: by 10.70.7.19 with SMTP id 19mr571700wxg; Wed, 21 Dec 2005 02:11:08 -0800 (PST) Received: by 10.70.13.6 with HTTP; Wed, 21 Dec 2005 02:11:08 -0800 (PST) Message-ID: <3c945b5b0512210211h14252d69ie0aa0d6777840bde@mail.gmail.com> Date: Wed, 21 Dec 2005 15:41:08 +0530 From: Juber Loharia To: doc@FreeBSD.org, questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: HELLO X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 10:11:14 -0000 Hello I My name is Juber loharia i am looking for SAP 4.7e INSTALLATION PROCEDURE for WINDOWS 2000 Advanced Server on my pc , the document which is listed here for sap installation is for LINUX and i am looking for windows 2000 Advanced Server, i am looking for the ENTIRE DETAIL Procedure for INSTALLATION waiting for your reply Thank you -- Juber Loharia Mob : 9820525975 From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 10:16:59 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B07B116A420 for ; Wed, 21 Dec 2005 10:16:59 +0000 (GMT) (envelope-from szabszi@goodwill.hu) Received: from jail.goodwill.hu (ip24.d100.tiszanet.hu [217.65.100.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3538243D66 for ; Wed, 21 Dec 2005 10:16:55 +0000 (GMT) (envelope-from szabszi@goodwill.hu) Received: from [80.98.98.24] (helo=[192.168.2.8]) by jail.goodwill.hu with esmtpa (Exim 4.54 (FreeBSD)) id 1Ep0dd-0006en-E3 for questions@freebsd.org; Wed, 21 Dec 2005 09:52:01 +0000 Message-ID: <43A91739.9060005@goodwill.hu> Date: Wed, 21 Dec 2005 09:50:01 +0100 From: =?ISO-8859-1?Q?G=E9czi_Szabolcs?= Organization: Goodwill Pharma Kft. User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: multiple racoon connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: szabszi@goodwill.hu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 10:16:59 -0000 Hi There, I try to establish multiple connections with racoon/ipsec/gifX configuration. However, I can only establish 1 connection. I think racoon could manage multiple connections, but I don't know what should I do to get racoon working. I got FreeBSD 5.4 Stable. any idea? sz From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 11:19:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD0516A41F for ; Wed, 21 Dec 2005 11:19:52 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E03443D58 for ; Wed, 21 Dec 2005 11:19:49 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 1154 invoked by uid 510); 21 Dec 2005 11:21:42 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.87/1146. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-3.8/5.0):. Processed in 5.046088 secs); 21 Dec 2005 11:21:42 -0000 X-Spam-Status: No, hits=-3.8 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-3.8/5.0):. Processed in 5.046088 secs Process 1147) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 21 Dec 2005 11:21:37 +0000 From: Robert Slade To: Juber Loharia In-Reply-To: <3c945b5b0512210211h14252d69ie0aa0d6777840bde@mail.gmail.com> References: <3c945b5b0512210211h14252d69ie0aa0d6777840bde@mail.gmail.com> Content-Type: text/plain Message-Id: <1135164097.32604.6.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Wed, 21 Dec 2005 11:21:37 +0000 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: HELLO X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 11:19:52 -0000 On Wed, 2005-12-21 at 10:11, Juber Loharia wrote: > Hello > > I My name is Juber loharia i am looking for SAP 4.7e INSTALLATION PROCEDURE > for WINDOWS 2000 Advanced Server on my pc , the document which is listed > here for sap installation is for LINUX and i am looking for windows 2000 > Advanced Server, i am looking for the ENTIRE DETAIL Procedure for > INSTALLATION > > waiting for your reply > > Thank you > > -- > Juber Loharia > Mob : 9820525975 Juber, This is a mailing list for Freebsd, you should ask on a Windows based list. Rob From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 12:15:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A0DE16A43E for ; Wed, 21 Dec 2005 12:15:51 +0000 (GMT) (envelope-from kcrenshaw@viscient.com) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 176E543D46 for ; Wed, 21 Dec 2005 12:15:50 +0000 (GMT) (envelope-from kcrenshaw@viscient.com) Received: (qmail 25273 invoked from network); 21 Dec 2005 12:15:50 -0000 Received: from c-24-99-82-226.hsd1.ga.comcast.net (HELO TIEWIREPC2) (kcrenshaw@viscient.com@[24.99.82.226]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Dec 2005 12:15:50 -0000 From: "Kevin Crenshaw" To: "'Nikolas Britton'" , "'Micah'" Date: Wed, 21 Dec 2005 07:15:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcYF8lth135Dd/rOS6+8ONUtbMvsEQANaYHA Message-Id: <20051221121550.176E543D46@mx1.FreeBSD.org> Cc: freebsd-questions@freebsd.org Subject: RE: Can you run Xen on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 12:15:51 -0000 I'm no expert on Xen, but it does seem like a good, open source, alternative to VMWare. If you would like to know more, here is their home page: http://www.xensource.com HTH, kevin -----Original Message----- From: Nikolas Britton [mailto:nikolas.britton@gmail.com] Sent: Wednesday, December 21, 2005 12:50 AM To: Micah Cc: Kevin Crenshaw; freebsd-questions@freebsd.org Subject: Re: Can you run Xen on FreeBSD? On 12/20/05, Micah wrote: > Kevin Crenshaw wrote: > > Xen supports installation on Red Hat and Suse Linux. Does this mean that > > Xen will run on FreeBSD using linux binary compatibility? Does anyone have > > a recommendation for Virtualization software to run on FreeBSD? > > > > Kevin > > > > From what looks like their home page > (http://www.cl.cam.ac.uk/Research/SRG/netos/xen/) > > In addition to Linux, members of Xen's user community have contributed > or are working on ports to other operating systems such as NetBSD > (Christian Limpach), FreeBSD (Kip Macy) and Plan 9 (Ron Minnich). A port > of Windows XP was developed for an earlier version of Xen, but is not > available for release due to licence restrictions. > > Looks like someone is working on a port of it. Try contacting Kip Macy > to see what the status is. > http://wiki.xensource.com/xenwiki/OSCompatibility Umm so is Xen sorta like VMware ESX Server? Does Xen run directly on the hardware and then partitions it, like the IBM midrange systems do? If it does run on the hardware what about device drivers etc. From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 15:07:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 113F016A41F for ; Wed, 21 Dec 2005 15:07:41 +0000 (GMT) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [68.165.89.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 334C743D5F for ; Wed, 21 Dec 2005 15:07:40 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 69143 invoked by uid 1008); 21 Dec 2005 15:08:35 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 21 Dec 2005 15:08:35 -0000 Received: from 24.90.33.115 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Wed, 21 Dec 2005 10:08:35 -0500 (EST) Message-ID: <53917.24.90.33.115.1135177715.squirrel@mail.el.net> Date: Wed, 21 Dec 2005 10:08:35 -0500 (EST) From: "kalin mintchev" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: firefox 1.5 port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 15:07:41 -0000 this is getting pretty retarded.. i rebuild nspr.. nsCanvasRenderingContext2D.cpp:2040: error: `cairo_set_source_surface' undeclared (first use this function) nsCanvasRenderingContext2D.cpp:2041: error: `cairo_paint_with_alpha' undeclared (first use this function) gmake[4]: *** [nsCanvasRenderingContext2D.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla/content/canvas/src' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/content/canvas' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/content' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. updating cairo i get this crap: ===> cairo-1.0.2_1 is marked as broken: Unknown component ltverhack. merry christmas to you too... -- From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 15:11:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD40016A41F for ; Wed, 21 Dec 2005 15:11:47 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs2.arnes.si (avs2.arnes.si [193.2.1.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE9FD43D5C for ; Wed, 21 Dec 2005 15:11:41 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs2.arnes.si [193.2.1.75]) by avs2.arnes.si (Postfix) with ESMTP id 8BC9C245809 for ; Wed, 21 Dec 2005 16:11:39 +0100 (CET) Received: from avs2.arnes.si ([193.2.1.75]) by localhost (avs2.arnes.si [193.2.1.75]) (amavisd-new, port 10024) with ESMTP id 74612-03 for ; Wed, 21 Dec 2005 16:11:39 +0100 (CET) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs2.arnes.si (Postfix) with ESMTP id 3426E245808 for ; Wed, 21 Dec 2005 16:11:38 +0100 (CET) Received: from [192.168.10.249] (master.workgroup [192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id jBLFBcUT009084 for ; Wed, 21 Dec 2005 16:11:38 +0100 (CET) (envelope-from sasa@stupar.homelinux.net) Date: Wed, 21 Dec 2005 16:11:40 +0100 From: Sasa Stupar To: FreeBSD Q ML Message-ID: X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Subject: KDE - how to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 15:11:47 -0000 Hi! I have been searching and trying to build a FreeBSD with KDE desktop but I have not luck. The X starts but only the xdm. Is there some nice step by step guide for it? Don't tell me for handbook since I have tried to do it without success. Regards, -- Sasa Stupar From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 15:15:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B435616A41F for ; Wed, 21 Dec 2005 15:15:21 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25DF243D5D for ; Wed, 21 Dec 2005 15:15:21 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by wproxy.gmail.com with SMTP id i34so181004wra for ; Wed, 21 Dec 2005 07:15:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dBAxNBmW6hvb47BFO2m2Dz8pO3sb+soPh+o7X3QWS5H7fB8i4mRsHaLHJ4DyNfhr2O5COMwoNTU2DzpHLsRkHj9XZi/hr7crTpw6niEHrduPds3hrfIZFcgTgEK4PlEX2TaKB1R0FZuI1iDXNWlyueOGGDK5vqdcxhvakRrzXWs= Received: by 10.65.197.10 with SMTP id z10mr561165qbp; Wed, 21 Dec 2005 07:15:19 -0800 (PST) Received: by 10.65.206.8 with HTTP; Wed, 21 Dec 2005 07:15:19 -0800 (PST) Message-ID: Date: Wed, 21 Dec 2005 16:15:19 +0100 From: Pietro Cerutti To: FreeBSD In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Subject: Re: KDE - how to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 15:15:21 -0000 On 12/21/05, Sasa Stupar wrote: > Hi! Hi, > > I have been searching and trying to build a FreeBSD with KDE desktop but = I > have not luck. The X starts but only the xdm. the first thing that comes to my mind is: did you add "exec kde" in your ~/.xinitrc ? If it's not the solution, please post some more information about your pkgs and configuration! > Is there some nice step by step guide for it? Don't tell me for handbook > since I have tried to do it without success. > > Regards, > -- > Sasa Stupar Hope this helps, regards -- Pietro Cerutti Beansidhe - SwiSS Death / Thrash Metal Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 15:17:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BA0116A41F for ; Wed, 21 Dec 2005 15:17:47 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from mail.alkar.net (mail.alkar.net [195.248.191.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FD5943D5A for ; Wed, 21 Dec 2005 15:17:43 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from [213.227.193.75] (HELO [192.168.0.177]) by mail.alkar.net (CommuniGate Pro SMTP 4.3.9) with ESMTP id 415562343; Wed, 21 Dec 2005 17:17:41 +0200 Message-ID: <43A98E4A.9050007@oxygen.az> Date: Wed, 21 Dec 2005 17:18:02 +0000 From: Tofik Suleymanov User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sasa Stupar References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Q ML Subject: Re: KDE - how to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 15:17:47 -0000 Sasa Stupar wrote: > Hi! > > I have been searching and trying to build a FreeBSD with KDE desktop > but I have not luck. The X starts but only the xdm. > Is there some nice step by step guide for it? Don't tell me for > handbook since I have tried to do it without success. > > Regards, Quick try.Assuming that X, xdm and kde are properly installed just add one line (below) in to .xsession located in your home dir: > cat ~/.xsession /usr/local/bin/startkde > Then restart xdm. From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 15:23:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8F2F16A41F for ; Wed, 21 Dec 2005 15:23:42 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from mail.alkar.net (mail.alkar.net [195.248.191.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20DEA43D55 for ; Wed, 21 Dec 2005 15:23:41 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from [213.227.193.75] (HELO [192.168.0.177]) by mail.alkar.net (CommuniGate Pro SMTP 4.3.9) with ESMTP id 415565447; Wed, 21 Dec 2005 17:23:40 +0200 Message-ID: <43A98FB0.3040600@oxygen.az> Date: Wed, 21 Dec 2005 17:24:00 +0000 From: Tofik Suleymanov User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Justin Pessa References: <906c85330512171635h11af4f30q6567f7eff29d5bef@mail.gmail.com> In-Reply-To: <906c85330512171635h11af4f30q6567f7eff29d5bef@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Problems rebuilding world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 15:23:42 -0000 Justin Pessa wrote: >I'm rebuilding world to upgrade from 5.4 to 6.0 on my laptop. The >original build worked find then crapped out when running install world >with an error saying that /usr/share/locale/uk_UA.CP1251/LC_COLLATE >could not be found. So now I can't load any additional applications >because almost everything segfaults. > >I removed my /usr/src directory and cvsup'd everything fresh. I can >build my 6.0 kernel without problem but I get the following make error >when building world: > > > Maybe try to 'rm -rf /usr/obj/*' also before buildworld ? From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 15:32:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 597D016A41F for ; Wed, 21 Dec 2005 15:32:41 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from relay02.roc.ny.frontiernet.net (relay02.roc.ny.frontiernet.net [66.133.182.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39ADE43D5F for ; Wed, 21 Dec 2005 15:32:40 +0000 (GMT) (envelope-from drew@mykitchentable.net) Received: from filter08.roc.ny.frontiernet.net (filter08.roc.ny.frontiernet.net [66.133.183.75]) by relay02.roc.ny.frontiernet.net (Postfix) with ESMTP id 86FB4370C2C; Wed, 21 Dec 2005 15:25:14 +0000 (UTC) Received: from relay02.roc.ny.frontiernet.net ([66.133.182.165]) by filter08.roc.ny.frontiernet.net (filter08.roc.ny.frontiernet.net [66.133.183.75]) (amavisd-new, port 10024) with LMTP id 25377-01-53; Wed, 21 Dec 2005 15:25:14 +0000 (UTC) Received: from blacklamb.mykitchentable.net (67-137-46-178.dsl2.elk.ca.frontiernet.net [67.137.46.178]) by relay02.roc.ny.frontiernet.net (Postfix) with ESMTP id EB574370D0F; Wed, 21 Dec 2005 15:25:10 +0000 (UTC) Received: from [192.168.25.6] (unknown [192.168.25.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 2758B15347F; Wed, 21 Dec 2005 07:25:10 -0800 (PST) Message-ID: <43A973D5.4050703@mykitchentable.net> Date: Wed, 21 Dec 2005 07:25:09 -0800 From: Drew Tomlinson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: kurt.buff@gmail.com References: <43A88665.4090205@mykitchentable.net> <43A88E84.2070403@gmail.com> <43A89858.80709@mykitchentable.net> <43A899EB.2060209@gmail.com> <43A89D55.3060702@mykitchentable.net> <43A8A80C.9060802@gmail.com> <43A8E032.4020507@mykitchenatable.net> In-Reply-To: <43A8E032.4020507@mykitchenatable.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.2 (20050629) at filter08.roc.ny.frontiernet.net Cc: FreeBSD Questions Subject: zlib Borked? (Was Re: Ntop on 6.0) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 15:32:41 -0000 Kurt Buff wrote: >Drew Tomlinson wrote: > > >>Been Googling all day and I've seen those posts. However I just >>realized it was you. :) >> >> > >Well, not *just* me. :) > > > >>I just edited the Makefile to add --without-zlib and am recompiling >>now. We'll see if that works around this problem for now. But I'd sure >>like to know why things aren't working on my machine? AFAIK, I did a >>standard install and haven't done much with the box since. It just >>serves as my gateway router for my home network so there's not much on it. >> >> > >I didn't need to do that. However, I've found the ntop list to be >useful, so it might be worthwhile subscribing to that for a while. > > Adding --without-zlib worked for me. Would still appreciate any insight as to how my system may be screwed up and why zlib didn't work for me if anyone knows. Or even what I might rebuild or check to verify my zlib installation. Seems like it comes with the base system as I don't see any reference to it in ports. Thanks, Drew -- Visit The Alchemist's Warehouse Magic Tricks, DVDs, Videos, Books, & More! http://www.alchemistswarehouse.com From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 15:42:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B266916A41F for ; Wed, 21 Dec 2005 15:42:05 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from avs3.arnes.si (avs3.arnes.si [193.2.1.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 944EA43D4C for ; Wed, 21 Dec 2005 15:42:04 +0000 (GMT) (envelope-from sasa@stupar.homelinux.net) Received: from localhost (avs3.arnes.si [193.2.1.68]) by avs3.arnes.si (Postfix) with ESMTP id 1AE7A1D7981; Wed, 21 Dec 2005 16:42:03 +0100 (CET) Received: from avs3.arnes.si ([193.2.1.68]) by localhost (avs3.arnes.si [193.2.1.68]) (amavisd-new, port 10024) with ESMTP id 52645-01; Wed, 21 Dec 2005 16:42:02 +0100 (CET) Received: from xmail.homelinux.net (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs3.arnes.si (Postfix) with ESMTP id 9DD3B1D799B; Wed, 21 Dec 2005 16:42:02 +0100 (CET) Received: from [192.168.10.249] (master.workgroup [192.168.10.249]) (authenticated bits=0) by xmail.homelinux.net (8.13.5/8.13.3) with ESMTP id jBLFfedo009251; Wed, 21 Dec 2005 16:41:57 +0100 (CET) (envelope-from sasa@stupar.homelinux.net) Date: Wed, 21 Dec 2005 16:41:43 +0100 From: Sasa Stupar To: Tofik Suleymanov Message-ID: In-Reply-To: <43A98E4A.9050007@oxygen.az> References: <43A98E4A.9050007@oxygen.az> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on mig29.workgroup X-Virus-Status: Clean X-Virus-Scanned: by amavisd-new at arnes.si Cc: FreeBSD Q ML Subject: Re: KDE - how to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 15:42:05 -0000 --On 21. december 2005 17:18 +0000 Tofik Suleymanov wrote: > Sasa Stupar wrote: > >> Hi! >> >> I have been searching and trying to build a FreeBSD with KDE desktop >> but I have not luck. The X starts but only the xdm. >> Is there some nice step by step guide for it? Don't tell me for >> handbook since I have tried to do it without success. >> >> Regards, > > Quick try.Assuming that X, xdm and kde are properly installed just > add one line (below) in to .xsession located in your home dir: > > > cat ~/.xsession > /usr/local/bin/startkde > > > > Then restart xdm. > Thanx. That did it. Now it works. -- Sasa Stupar From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 16:00:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 683E416A41F for ; Wed, 21 Dec 2005 16:00:25 +0000 (GMT) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [68.165.89.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id C284B43D55 for ; Wed, 21 Dec 2005 16:00:24 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 79669 invoked by uid 1008); 21 Dec 2005 16:01:20 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 21 Dec 2005 16:01:20 -0000 Received: from 24.90.33.115 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Wed, 21 Dec 2005 11:01:20 -0500 (EST) Message-ID: <61207.24.90.33.115.1135180880.squirrel@mail.el.net> In-Reply-To: References: <53917.24.90.33.115.1135177715.squirrel@mail.el.net> Date: Wed, 21 Dec 2005 11:01:20 -0500 (EST) From: "kalin mintchev" To: "Teo De Las Heras" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org Subject: Re: firefox 1.5 port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 16:00:25 -0000 > Have you tried going into the cairo directory in /usr/ports and doing a > make > deinstall and make reinstall? yes... i installed from source and passed that point now... i just think that the purpose of the port system is to avoid stitching it all together from srcs... specially a port as widely used and popular as firefox.. > > Teo > > > On 12/21/05, kalin mintchev wrote: >> >> >> this is getting pretty retarded.. i rebuild nspr.. >> >> nsCanvasRenderingContext2D.cpp:2040: error: `cairo_set_source_surface' >> undeclared (first use this function) >> nsCanvasRenderingContext2D.cpp:2041: error: `cairo_paint_with_alpha' >> undeclared (first use this function) >> gmake[4]: *** [nsCanvasRenderingContext2D.o] Error 1 >> gmake[4]: Leaving directory >> `/usr/ports/www/firefox/work/mozilla/content/canvas/src' >> gmake[3]: *** [libs] Error 2 >> gmake[3]: Leaving directory >> `/usr/ports/www/firefox/work/mozilla/content/canvas' >> gmake[2]: *** [libs] Error 2 >> gmake[2]: Leaving directory >> `/usr/ports/www/firefox/work/mozilla/content' >> gmake[1]: *** [tier_9] Error 2 >> gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' >> gmake: *** [default] Error 2 >> *** Error code 2 >> >> Stop in /usr/ports/www/firefox. >> >> updating cairo i get this crap: >> >> ===> cairo-1.0.2_1 is marked as broken: Unknown component ltverhack. >> >> merry christmas to you too... >> >> >> >> >> >> >> >> -- >> >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> > -- From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 16:03:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 342F516A41F for ; Wed, 21 Dec 2005 16:03:17 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id A80A443D58 for ; Wed, 21 Dec 2005 16:03:16 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 543 invoked from network); 21 Dec 2005 16:03:16 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Dec 2005 16:03:16 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 6946E28423; Wed, 21 Dec 2005 11:03:15 -0500 (EST) Sender: lowell@be-well.ilk.org To: Tuc at T-B-O-H References: <200512201558.jBKFw6Wn021066@himinbjorg.tucs-beachin-obx-house.com> From: Lowell Gilbert Date: 21 Dec 2005 11:03:15 -0500 In-Reply-To: <200512201558.jBKFw6Wn021066@himinbjorg.tucs-beachin-obx-house.com> Message-ID: <44bqzao2t8.fsf@be-well.ilk.org> Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Bricked my machine, HELP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 16:03:17 -0000 Tuc at T-B-O-H writes: > Hi, > > I was trying to upgrade from 4.X to 5.4 and I bricked my laptop... > > When it boots, the last thing I see is : > > atapci0: port 0x376,0x170-0x177,0x3f6,0x1f0-0x1f > 7 at device 5.1 on pci0 > atapci0: Lazy allocation of 0x10 bytes rid 0x20 type 4 at 0 > ata0: channel #0 on atapci0 > atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 > atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 > ata0: reset tp1 mask=03 ostat0=50 ostat1=00 > ata0-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 > ata0-slave: stat=0x00 err=0x01 lsb=0x00 msb=0x00 > ata0: reset tp2 stat0=50 stat1=00 devices=0x1 > ata0: [MPSAFE] > ata1: channel #1 on atapci0 > atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 > atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 > > > I tried doing a safe boot, EISA setting off, etc.. No luck. HELP! Try setting ATAPI DMA off? From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 16:04:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0082116A41F for ; Wed, 21 Dec 2005 16:04:18 +0000 (GMT) (envelope-from maslak@ihlas.net.tr) Received: from mailhub.ihlas.net.tr (mailhub.ihlas.net.tr [213.238.128.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 801A643D7C for ; Wed, 21 Dec 2005 16:04:11 +0000 (GMT) (envelope-from maslak@ihlas.net.tr) Received: (qmail 77329 invoked from network); 21 Dec 2005 16:05:47 -0000 Received: from unknown (HELO ihlasnetym) (maslak@213.238.150.220) by 0 with ESMTPA; 21 Dec 2005 16:05:47 -0000 Message-ID: <17f301c60648$2e08abd0$dc96eed5@ihlasnetym> From: "Yavuz Maslak" To: Date: Wed, 21 Dec 2005 18:03:34 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: I could not dial with modem on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 16:04:18 -0000 Hello I have a internal modem which runs on windows. I add it on FreeBSD machine to dial an isp phone. But I haven't had the = modem run on FreeBSD5.3. =20 My kernel is GENERIC kernel.=20 Here is my /etc/ppp/ppp.conf as below; default: set log Phase Chat LCP IPCP CCP tun command set device /dev/cuaa2 dial: set phone "0123456789" set redial 3.3 100 set reconnect 3 100 set authname *********** set authkey *********** set timeout 1800 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 delete ALL add default HISADDR enable dns=20 Also I don't know that the machine recognize it or not And I don't know = that which Com(1,2,3,4) port the modem uses. I didn't see in dmesg or = ppp.log. When I put term after ppp command on the screen.I got error as below; Warning: deflink: /dev/cuaa2: Bad file descriptor Failed to open /dev/cuaa2 in ppp.conf I tried other cuaa(s) like cuaa1=20 What shall I do ? How can I install this modem on FreeBSD5.3 Thanks From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 16:09:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A337D16A41F for ; Wed, 21 Dec 2005 16:09:11 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04B743D46 for ; Wed, 21 Dec 2005 16:09:10 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (localhost.localdomain [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id jBLG96WM027942 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Dec 2005 08:09:06 -0800 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.8/Submit) id jBLG95fI027940; Wed, 21 Dec 2005 08:09:05 -0800 Date: Wed, 21 Dec 2005 08:09:05 -0800 From: "Loren M. Lang" To: Keith Bottner Message-ID: <20051221160905.GA27642@alzatex.com> References: <20051209162735.574015bc@frankie.konav201.local> <014901c5ff28$2174bac0$1801a8c0@Stile> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline In-Reply-To: <014901c5ff28$2174bac0$1801a8c0@Stile> User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on hosea.tallye.com X-Virus-Status: Clean Cc: 'Robert Marella' , 'FreeBSD Questions' Subject: Re: Detect hardware changes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 16:09:11 -0000 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 12, 2005 at 08:27:06AM -0600, Keith Bottner wrote: > >=20 > > -----Original Message----- > > From: Loren M. Lang [mailto:lorenl@alzatex.com] > > Sent: Friday, December 09, 2005 9:06 AM > > To: Peter Giessel > > Cc: Keith Bottner; 'FreeBSD Questions' > > Subject: Re: Detect hardware changes > >=20 > > On Thu, Dec 08, 2005 at 12:02:25PM -0900, Peter Giessel wrote: > > > On 12/8/2005 11:51, Keith Bottner seems to have typed: > > > > skc0@pci2:9:0: class=3D0x020000 card=3D0x00241737 chip=3D0x1032173= 7=20 > > > > rev=3D0x10 hdr=3D0x00 > > > > vendor =3D 'Linksys' > > > > device =3D 'EG1032 Gigabit Ethernet' > > > > class =3D network > > > > subclass =3D ethernet > > >=20 > > > Looks like this should be supported using the nge driver. > >=20 > > No, actually the sk driver, look at the first line of pciconfig=20 > > output. ifconfig -a should list a network card called skc0 which you=20 > > just need to configure. If all you need is dhcp then just run=20 > > dhclient skc0. Add the device to rc.conf for it to work on boot. > > Use man rc.conf for help or copy the line for the xl0 network card you= =20 > > already have. > >=20 > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list=20 > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > >=20 > >=20 > > ipconfig -a doesn't show the skc0 device which I believe is my=20 > > ultimate problem. Can I infer from your earlier message that this=20 > > means the sk module is not being loaded or is not available? How can I= =20 > > check to see if the loadable module is installed? > >=20 > > Thanks, > >=20 > > Keith > > > > Hello Keith > > > > skc0 is the controller. You should see sk0 in ifconfig -a. > > > > Can you please show us the output of ifconfig -a and rc.conf.=20 > > > > Thank you > > Robert >=20 > Ifconfig does not show skc0 but here is the output for completeness: Did you try ifconfig -a? Also, any lines on sk0 or skc0 from the output of dmesg would be helpful. >=20 > xl0: flags=3D8843 mtu 1500 > options=3D9 > inet 192.168.1.217 netmask 0xffffff00 broadcast 192.168.1.255 > inet6 fe80::2b0:d0ff:fe16:3d30%xl0 prefixlen 64 scopeid 0x1=20 > ether 00:b0:d0:16:3d:30 > media: Ethernet autoselect (100baseTX ) > status: active > lo0: flags=3D8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000=20 > inet6 ::1 prefixlen 128=20 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2=20 >=20 > And rc.conf is: >=20 > defaultrouter=3D"192.168.1.1" > hostname=3D"gsdev.bltmobile.com" > ifconfig_xl0=3D"inet 192.168.1.217 netmask 255.255.255.0" > ifconfig_skc0=3D"inet 10.0.130.204 netmask 255.255.255.0" > linux_enable=3D"YES" > moused_enable=3D"YES" > sshd_enable=3D"YES" > usbd_enable=3D"YES" > postgresql_enable=3D"YES" >=20 > Anything else that I can send that will help? >=20 > Keith >=20 >=20 >=20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 =20 --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDqX4hbTXoRwEYo9IRAmQdAJ9304YJlfXUcMvEZ/Ml8EMJ02yMzwCfQW/H O+wb3R5WYiX5bXip+6N1j0A= =XaQz -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq-- From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 16:15:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C83B216A41F for ; Wed, 21 Dec 2005 16:15:42 +0000 (GMT) (envelope-from awebster@connectalk.com) Received: from esafe.connectalk.com (esafe.connectalk.com [204.19.165.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 972F643D7C for ; Wed, 21 Dec 2005 16:15:28 +0000 (GMT) (envelope-from awebster@connectalk.com) Received: from connectalk.com ([10.125.204.14]) by eSafe SMTP Relay 1133537594; Wed Dec 21 11:12:58 X-MIMEOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 21 Dec 2005 11:15:18 -0500 Message-ID: <9D61D69E3C1F7F459C5513AD830EE2192BC187@mtlex01.connectalk.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: CARP VLAN MTU question Thread-Index: AcYGSbvUrllZAlKCSF6LfgqPNXlByQ== From: "Webster, Andrew" To: X-ESAFE-STATUS: Mail clean X-ESAFE-DETAILS: Clean Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: CARP VLAN MTU question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 16:15:42 -0000 Hi, =20 When setting CARP over VLAN configured interfaces, the MTU value of the CARP interface reflects that of the physical interface, not the VLAN interface. Should it not be indicative of the MTU available on the VLAN interface (4 less than the physical interface) since it is to the CARP interface that the data is ultimately directed? =20 =20 System: FreeBSD 5.4-p8 with CARP device compiled in. =20 =20 Interface vxn1 is the physical interface on which two vlans (vlan0 and vlan1) are configured. Two CARP interfaces (carp0 and carp1) are added, one for each vlan. As seen below, the MTU for the physical interface is 1500, and the VLAN interfaces 1496, but the CARP interfaces are showing 1500. =20 vxn0: flags=3D8843 mtu 1500 inet6 fe80::20c:29ff:fef1:9f42%vxn0 prefixlen 64 scopeid 0x1=20 inet 10.1.1.1 netmask 0xffffff00 broadcast 10.1.1.255 ether 00:0c:29:f1:9f:42 vxn1: flags=3D8943 mtu 1500 inet6 fe80::20c:29ff:fef1:9f4c%vxn1 prefixlen 64 scopeid 0x2=20 ether 00:0c:29:f1:9f:4c lo0: flags=3D8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000=20 inet6 ::1 prefixlen 128=20 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5=20 vlan0: flags=3D8943 mtu 1496 inet 10.10.10.11 netmask 0xffffff00 broadcast 10.10.10.255 inet6 fe80::20c:29ff:fef1:9f42%vlan0 prefixlen 64 scopeid 0x6=20 ether 00:0c:29:f1:9f:4c vlan: 10 parent interface: vxn1 vlan1: flags=3D8943 mtu 1496 inet 10.10.20.11 netmask 0xffffff00 broadcast 10.10.20.255 inet6 fe80::20c:29ff:fef1:9f42%vlan1 prefixlen 64 scopeid 0x7=20 ether 00:0c:29:f1:9f:4c vlan: 20 parent interface: vxn1 carp0: flags=3D41 mtu 1500 inet 10.10.10.10 netmask 0xffffff00=20 carp: MASTER vhid 1 advbase 1 advskew 0 carp1: flags=3D41 mtu 1500 inet 10.10.20.10 netmask 0xffffff00=20 carp: MASTER vhid 1 advbase 1 advskew 0 =20 =20 Andrew=20 =20 *************************************************************************= ************************* The contents of this email and any attachments are confidential. They are intended for the named recipient(s) only. If you have received this email in error please notify the system manager= or the=20 sender immediately and do not disclose the contents to anyone or make cop= ies. ** eSafe scanned this email for viruses, vandals and malicious content. *= * *************************************************************************= ************************* From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 16:26:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4014716A41F for ; Wed, 21 Dec 2005 16:26:19 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69EE143D90 for ; Wed, 21 Dec 2005 16:26:01 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (localhost.localdomain [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id jBLGPuWM028199 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Dec 2005 08:25:56 -0800 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.8/Submit) id jBLGPtUa028197; Wed, 21 Dec 2005 08:25:55 -0800 Date: Wed, 21 Dec 2005 08:25:55 -0800 From: "Loren M. Lang" To: Danial Thom Message-ID: <20051221162555.GB27642@alzatex.com> References: <439C3C3F.8070404@makeworld.com> <20051211153812.77698.qmail@web33311.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uZ3hkaAS1mZxFaxD" Content-Disposition: inline In-Reply-To: <20051211153812.77698.qmail@web33311.mail.mud.yahoo.com> User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on hosea.tallye.com X-Virus-Status: Clean Cc: RacerX@makeworld.com, freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: Freebsd Theme Song X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 16:26:19 -0000 --uZ3hkaAS1mZxFaxD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 11, 2005 at 07:38:12AM -0800, Danial Thom wrote: > Because those of us with real jobs are required > to do so. >=20 > Kris doesn't just not see my point. If you can't > see that then you can't be reasoned with either. >=20 > --- Chris wrote: Hmm, a TOP poster as well. >=20 > > Danial Thom wrote: > >=20 > > > Kris is just a PR front man for a "team" of > > > developers that is lost. Their "theory" on > > how to > > > build a better mousetrap for MP is completely > > > wrong, and now they're going to try something > > > else, using the entire FreeBSD community as > > > guinea pigs. First 5.4 was the answer. Then > > 6.0. > > > Now it looks like 6.0 sucks too. Its a damn > > > shame. > > >=20 > > > DT > >=20 > > IF you are such a man that can actually call > > himself an engineer - why > > hide behind Yahoo mail? > >=20 > > Next, IF you are as you claim to be - WHY are > > you not on the "team" or > > at least contributing code? > >=20 > > To insult one person for not seeing your point > > of view is a show of > > closed mindedness - to insult a whole list of > > users ... Well, I do think > > that speaks volumes about you - as a whole. > >=20 > > If you feel the need to insult Kris - keep it > > off-list. If you feel the > > need to insult the rest of us, you may be > > better off seeking help in the > > real world and moving on. > >=20 > > Why would you continually expose yourself to us > > if we make you that > > unhappy? > >=20 > > Or - is it a craving you need to satisfy by > > either bitching and moaning > > or insulting us to make yourself feel superior? > >=20 > > If that's the case - then professional help is > > for you. Seek it, feel > > better about yourself - and move on. > >=20 > > --=20 > > Best regards, > > Chris > >=20 > > A Smith and Wesson beats four aces. > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > >=20 >=20 >=20 > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around=20 > http://mail.yahoo.com=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 =20 --uZ3hkaAS1mZxFaxD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDqYITbTXoRwEYo9IRAlY5AJ9I+GwFEAYuBbDxTB3M+t7o5GssQQCfQ5p2 QMzPl8uENOUwDzAvgGq5lu0= =INVF -----END PGP SIGNATURE----- --uZ3hkaAS1mZxFaxD-- From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 16:50:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E6A16A41F for ; Wed, 21 Dec 2005 16:50:15 +0000 (GMT) (envelope-from dave.horvath@netzero.net) Received: from outbound-mail.lax.untd.com (outbound-mail.lax.untd.com [64.136.28.164]) by mx1.FreeBSD.org (Postfix) with SMTP id 749F543D62 for ; Wed, 21 Dec 2005 16:50:11 +0000 (GMT) (envelope-from dave.horvath@netzero.net) Received: from webmail29.lax.untd.com (webmail29.lax.untd.com [10.131.27.169]) by smtpout06.lax.untd.com with SMTP id AABB4VB5FA5U5KAS for (sender ); Wed, 21 Dec 2005 08:48:37 -0800 (PST) Received: (from dave.horvath@netzero.net) by webmail29.lax.untd.com (jqueuemail) id LCRSKEAB; Wed, 21 Dec 2005 08:47:40 PST Received: from [65.215.112.190] by webmail29.lax.untd.com with HTTP: Wed, 21 Dec 2005 16:46:57 GMT X-Originating-IP: [65.215.112.190] Mime-Version: 1.0 From: "dave.horvath@netzero.net" X-UOL-SENDER: dave.horvath@netzero.net Sender: dave.horvath@netzero.net Date: Wed, 21 Dec 2005 16:46:57 GMT To: freebsd-questions@freebsd.org X-Mailer: Webmail Version 4.0 Message-Id: <20051221.084740.6138.198318@webmail29.lax.untd.com> X-ContentStamp: 2:1:3290413742 X-UNTD-OriginStamp: pSEEwmOJlsJtNvEvFkkhwDgRmvOspFQwOnEmzVssh8T/51oWCHR2TcFW5MGSucl6 X-UNTD-Peer-Info: 10.131.27.169|webmail29.lax.untd.com|webmail29.lax.untd.com|dave.horvath@netzero.net Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Is MegaCameras.com still in business? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 16:50:15 -0000 I saw a posting dated Dec. 1st from Murray Haberman asking: =93Is MegaCa= meras.com still in business?=94 I have a similar question/worry On Dec. 9th they charged my MasterCard $371.82 for my order and I have s= till to receive it, even though the online form indicated that my $10.14= shipping was for Federal Express 1 day Home Delivery. I called their only listed phone number (888-882-6342) and got either a = standard phone machine pre-recorded male voice saying "I am sorry - we a= re unable to take your call at this time" OR I get a Verizon recording a= sking me to input the phone number of the person I am trying to reach or= the mailbox number I specifically need to leave a message. Either way I= don't have those numbers that succeed in getting to leaving a voice mai= l. . Dave Horvath (212) 989-0417 home (917) 747-9869 cell From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 16:57:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 892C516A41F for ; Wed, 21 Dec 2005 16:57:05 +0000 (GMT) (envelope-from slackwarewolf@comcast.net) Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0117A43D62 for ; Wed, 21 Dec 2005 16:57:04 +0000 (GMT) (envelope-from slackwarewolf@comcast.net) Received: from [192.168.0.100] (pcp0011279654pcs.pthurn01.mi.comcast.net[69.246.87.201]) by comcast.net (rwcrmhc13) with ESMTP id <200512211657040150053u2ve>; Wed, 21 Dec 2005 16:57:04 +0000 From: Allen To: freebsd-questions@freebsd.org Date: Wed, 21 Dec 2005 11:53:39 -0500 User-Agent: KMail/1.8 References: <439C3C3F.8070404@makeworld.com> <20051211153812.77698.qmail@web33311.mail.mud.yahoo.com> <20051221162555.GB27642@alzatex.com> In-Reply-To: <20051221162555.GB27642@alzatex.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512211153.40211.slackwarewolf@comcast.net> Subject: Re: Freebsd Theme Song X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 16:57:05 -0000 On Wednesday 21 December 2005 11:25, Loren M. Lang wrote: > On Sun, Dec 11, 2005 at 07:38:12AM -0800, Danial Thom wrote: > > Because those of us with real jobs are required > > to do so. > > > > Kris doesn't just not see my point. If you can't > > see that then you can't be reasoned with either. > > > > --- Chris wrote: > > Hmm, a TOP poster as well. Hmm, a NON trimmer as well. ;) Sorry couldn't resist. We all need some humor. -Allen. >_____ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:01:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7885116A41F for ; Wed, 21 Dec 2005 17:01:24 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0204A43D4C for ; Wed, 21 Dec 2005 17:01:23 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 18572 invoked from network); 21 Dec 2005 17:01:23 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Dec 2005 17:01:23 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 3DACB28423; Wed, 21 Dec 2005 12:01:22 -0500 (EST) Sender: lowell@be-well.ilk.org To: Derrick Ryalls References: From: Lowell Gilbert Date: 21 Dec 2005 12:01:22 -0500 In-Reply-To: Message-ID: <447j9yo04d.fsf@be-well.ilk.org> Lines: 30 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions Subject: Re: HP Pavillion laptop can't boot FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 17:01:24 -0000 Derrick Ryalls writes: > I recently purchased an HP Pavillion laptop (dv8000) that has an AMD-64 CPU, > with the intent on running FreeBSD 6.0 (i386) as a dual boot option. I have > installed BSD numerous times on various desktops, but this is my first > attempt on a laptop. > > When I boot off the CD, before the boot menu comes up, an error message > comes up: elf32_lookup_symbol: corrupt symbol table. Then the normal boot > menu comes up, at which point selecting option 1 (normal) or option 2 > (without ACPI) causes the BTX loader to halt after displaying some hex > errors. I even tried hitting option 6, unsettng acpi_load, then booting, > but the same error comes up. > > I tried 6.0 AMD-64 and didn't get as far. Before the boot menu could come > up, it continually spews what appears to be the same/similar hex errors and > didn't even respond to Cntrl-Alt-Delete. Trying 5.4, I don't get the elf32 > error before the boot menu, but if I select option 1 it has trouble loading > ACPI and then shuts down. Selecting option 2 (with the 5.4 cd) does not > bring up an error, the system just shuts down. Out of curiousity, I tried a > Knoppix 4.0 CD and was able to fully boot and get a functioning system up > (albeit running off the CD). > > My bios has painfully few options, such as boot order and disabling the > onboard wireless nic, nothing else. > > Is there something else I should try, or do I have to wait for the time > being? What happens when you boot in "safe mode"? From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:01:40 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86BAA16A44E for ; Wed, 21 Dec 2005 17:01:40 +0000 (GMT) (envelope-from gaberhsieh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E231D43D66 for ; Wed, 21 Dec 2005 17:01:39 +0000 (GMT) (envelope-from gaberhsieh@gmail.com) Received: by zproxy.gmail.com with SMTP id n1so212956nzf for ; Wed, 21 Dec 2005 09:01:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=hiYGq6RC3TU+anaJLxsc+8K8VFgC2L2umGIsA74wA/z5HMvUDTklx0aOOKHMHohkZXqyY9hLWHHtYuRcFAVEHX4toHNrWnf4ade0v7hqYk3GDU2VcZCATjHMWCFfdD49FRnv2plcREvy8AwvCSL1oHu2B5jL8NeQPAUGCHQDeUY= Received: by 10.65.126.5 with SMTP id d5mr653790qbn; Wed, 21 Dec 2005 09:01:39 -0800 (PST) Received: by 10.65.116.20 with HTTP; Wed, 21 Dec 2005 09:01:39 -0800 (PST) Message-ID: Date: Thu, 22 Dec 2005 01:01:39 +0800 From: Hsieh Gaber To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: How and where to download the DVD version of FreeBSD ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 17:01:40 -0000 I try to find a place which the FreeBSD 6.0 DVD version exists, after searching for hours, I got no answer, and that's why I have to write this mail to you. Could you tell me where to download DVD version of FreeBSD ? Thanks a lot if you have the answer I need. From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:08:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3088816A41F for ; Wed, 21 Dec 2005 17:08:13 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BB2043D45 for ; Wed, 21 Dec 2005 17:08:12 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id jBLHBQP50920; Wed, 21 Dec 2005 09:11:26 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Derrick Ryalls" , "FreeBSD Questions" Date: Wed, 21 Dec 2005 09:08:09 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: HP Pavillion laptop can't boot FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 17:08:13 -0000 boot off floppies and try a ftp install. Or, boot windows and burn the freebsd cd in the laptop (i assume the laptop has a cd burner) sounds like a media error. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Derrick Ryalls >Sent: Tuesday, December 20, 2005 9:02 PM >To: FreeBSD Questions >Subject: HP Pavillion laptop can't boot FreeBSD > > >Greetings, > >I recently purchased an HP Pavillion laptop (dv8000) that has >an AMD-64 CPU, >with the intent on running FreeBSD 6.0 (i386) as a dual boot >option. I have >installed BSD numerous times on various desktops, but this is my first >attempt on a laptop. > >When I boot off the CD, before the boot menu comes up, an error message >comes up: elf32_lookup_symbol: corrupt symbol table. Then the >normal boot >menu comes up, at which point selecting option 1 (normal) or option 2 >(without ACPI) causes the BTX loader to halt after displaying some hex >errors. I even tried hitting option 6, unsettng acpi_load, >then booting, >but the same error comes up. > >I tried 6.0 AMD-64 and didn't get as far. Before the boot menu >could come >up, it continually spews what appears to be the same/similar >hex errors and >didn't even respond to Cntrl-Alt-Delete. Trying 5.4, I don't >get the elf32 >error before the boot menu, but if I select option 1 it has >trouble loading >ACPI and then shuts down. Selecting option 2 (with the 5.4 cd) does not >bring up an error, the system just shuts down. Out of >curiousity, I tried a >Knoppix 4.0 CD and was able to fully boot and get a functioning >system up >(albeit running off the CD). > >My bios has painfully few options, such as boot order and disabling the >onboard wireless nic, nothing else. > >Is there something else I should try, or do I have to wait for the time >being? > >TIA for any suggestions. > >-Derrick >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.371 / Virus Database: 267.14.1/207 - Release Date: >12/19/2005 > From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:16:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3CFB16A41F for ; Wed, 21 Dec 2005 17:16:47 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4A4443D62 for ; Wed, 21 Dec 2005 17:16:46 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20051221171645.FCOH5278.mta11.adelphia.net@barbish>; Wed, 21 Dec 2005 12:16:45 -0500 From: "fbsd_user" To: "Yavuz Maslak" , Date: Wed, 21 Dec 2005 12:16:40 -0500 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) Importance: Normal In-Reply-To: <17f301c60648$2e08abd0$dc96eed5@ihlasnetym> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Cc: Subject: RE: I could not dial with modem on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 21 Dec 2005 17:16:47 -0000 Internal modems are manufactured for two target markets, MS/Windows and every thing else. Winmodems are cheep because the hardware controller function is handled by the software you have to install into windows. This hardware controller function is contained in a chip on the modem circuit board. Winmodems are missing this chip and have a replacement chip that directs the modem to use driver software running in the windows system to perform the controller function. The most common replacement chip is manufactured by Lucent. There are many versions of this Lucent chip each version needing a different software driver version. Up until version 4.4, FBSD did not have any solution to using Winmodems, but with the release of 4.4 the ports collection contains the "Linux Winmodem 'ltmdm' driver" which was ported to FBSD. This port is very poorly documented, only works with a limited number of Lucent chip version, and is unreliable. Your whole internet connection is managed by your modem and trying to shoe horn a modem specially manufactured for the MS/Windows operating system into FBSD is not the way to achieve a satisfactory dialup connection. To summarize. For best results you should use an external serial modem for connecting your FBSD box to the internet. This method works using the default generic kernel, creates no irq conflicts with the motherboard bios, and will work right out of the box so to say. All serial modems use the PC's serial ports' controller built into the motherboard. This has been the standard since PCs first came out If you want to use a internal modem in FBSD, you have to get one that has an onboard controller, preferable one that uses the PCI bus and has onboard jumpers to select irq number and com port setting. Even under Windows it's better to use a modem that has a hardware controller. These cost around $100.00. I recommend the Zoom model 3049L external modem, works right out of the box. How to determine if FBSD found my modem at boot time? The Boot log /var/run/boot.log is where you find out if FBSD found your modem. If you are using a external serial modem, then in the boot log you would see some messages about sio0 and sio1 having there irq number assigned, these are your PCs com port 1 and 2. For ISA and PCI modems, If you see PCI device unknown, this means FBSD found your modem during the probe process but could not match it to known devices in it's device table. This generally means your modem is a winmodem. If FBSD knows your modem it will replace the (unknown) keyword with the description of your modem. This does not mean you will have a working modem, it just means FBSD found it during the probe and has it listed in it's internal table. This is where you have to check out the irq number assigned by the PCs bios. During the PC hardware boot process the Bios summary screen should be displayed. You have to check this display to verify that your modem is not sharing it's bios assigned irq number with another device. Some times turning off the bio's plug-n-play option will allow you to assign irq numbers to devices. Setup bios have different options depending on the motherboard manufacture. Best advice is to play a round with bio setting until the summary screen shows the Nic and modem cards are not sharing irq's with other devices. They have to have exclusive use of the assigned irq number. The final test is to use the tip program to talk directly to the modem. Enter tip com1 or com2 to connect to the external serial modem, or tip com3 or com4 to connect to internal ISA or PCI modems. If the tip command responds with the connected message then your modem is functioning correctly. Try entering the Hayes at command, the modem should answer with ok. Use ~ followed by ctrl + d keys at same time to exit tip command. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Yavuz Maslak Sent: Wednesday, December 21, 2005 11:04 AM To: freebsd-questions@freebsd.org Subject: I could not dial with modem on FreeBSD? Hello I have a internal modem which runs on windows. I add it on FreeBSD machine to dial an isp phone. But I haven't had the modem run on FreeBSD5.3. My kernel is GENERIC kernel. Here is my /etc/ppp/ppp.conf as below; default: set log Phase Chat LCP IPCP CCP tun command set device /dev/cuaa2 dial: set phone "0123456789" set redial 3.3 100 set reconnect 3 100 set authname *********** set authkey *********** set timeout 1800 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 delete ALL add default HISADDR enable dns Also I don't know that the machine recognize it or not And I don't know that which Com(1,2,3,4) port the modem uses. I didn't see in dmesg or ppp.log. When I put term after ppp command on the screen.I got error as below; Warning: deflink: /dev/cuaa2: Bad file descriptor Failed to open /dev/cuaa2 in ppp.conf I tried other cuaa(s) like cuaa1 What shall I do ? How can I install this modem on FreeBSD5.3 Thanks _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:18:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69D1016A41F for ; Wed, 21 Dec 2005 17:18:12 +0000 (GMT) (envelope-from FreeBSD@keyslapper.net) Received: from english-breakfast.cloud9.net (english-breakfast.cloud9.net [168.100.1.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50BC543D7C for ; Wed, 21 Dec 2005 17:17:49 +0000 (GMT) (envelope-from FreeBSD@keyslapper.net) Received: from english-breakfast.cloud9.net (localhost.cloud9.net [127.0.0.1]) by english-breakfast.cloud9.net (Postfix) with SMTP id 5484C1963E for ; Wed, 21 Dec 2005 12:17:47 -0500 (EST) Received: from keyslapper.net (250-119.customer.cloud9.net [168.100.250.119]) by english-breakfast.cloud9.net (Postfix) with ESMTP id 21C4419E68 for ; Wed, 21 Dec 2005 12:17:45 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by keyslapper.net (Postfix) with ESMTP id BD9B711B23 for ; Wed, 21 Dec 2005 12:12:57 -0500 (EST) Received: from keyslapper.net ([127.0.0.1]) by localhost (keyslapper.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60076-02 for ; Wed, 21 Dec 2005 12:12:57 -0500 (EST) Received: from www.keyslapper.net (localhost [127.0.0.1]) by keyslapper.net (Postfix) with ESMTP id 7E32C116B7 for ; Wed, 21 Dec 2005 12:12:57 -0500 (EST) Received: from 38.112.155.126 (SquirrelMail authenticated user leblanc) by www.keyslapper.net with HTTP; Wed, 21 Dec 2005 12:12:57 -0500 (EST) Message-ID: <29754.38.112.155.126.1135185177.squirrel@www.keyslapper.net> In-Reply-To: <20051221.084740.6138.198318@webmail29.lax.untd.com> References: <20051221.084740.6138.198318@webmail29.lax.untd.com> Date: Wed, 21 Dec 2005 12:12:57 -0500 (EST) From: "Louis J. LeBlanc" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at keyslapper.net Content-Transfer-Encoding: quoted-printable X-AntiVirus: Checked by Vexira Antivirus v1.5 Subject: Re: Is MegaCameras.com still in business? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 17:18:12 -0000 On Wed, December 21, 2005 11:46 am, dave.horvath@netzero.net wrote: > I saw a posting dated Dec. 1st from Murray Haberman asking: =93Is > MegaCameras.com still in business?=94 I have a similar question/worry > On Dec. 9th they charged my MasterCard $371.82 for my order and I have > still to receive it, even though the online form indicated that my $10.= 14 > shipping was for Federal Express 1 day Home Delivery. prefix =3D o ns =3D "urn:schemas-microsoft-com:office:office" /> > I called their only listed phone number (888-882-6342) and got either a > standard phone machine pre-recorded male voice saying "I am sorry - we = are > unable to take your call at this time" OR I get a Verizon recording ask= ing > me to input the phone number of the person I am trying to reach or the > mailbox number I specifically need to leave a message. Either way I don= 't > have those numbers that succeed in getting to leaving a voice mail. . This has been a fairly regular problem with online camera shops, many of which are located somewhere in New York (particularly down in the Bronx). Check out a recent /. thread for more info. There are a LOT of comments about several different experiences, and some useful links. http://slashdot.org/article.pl?sid=3D05/12/12/1250209&tid=3D95&tid=3D98&t= id=3D1 Hey, at least they didn't threaten to come kick your ass or ruin your credit - or both. Good luck Lou --=20 Louis LeBlanc FreeBSD@keyslapper.net Fully Funded Hobbyist, KeySlapper Extrordinaire :=FE http://www.keyslapper.net =D4=BF=D4=AC From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:21:02 2005 Return-Path: X-Original-To: questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E088016A41F for ; Wed, 21 Dec 2005 17:21:02 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A60143D5C for ; Wed, 21 Dec 2005 17:21:01 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20051221172100.KXWG14388.mta9.adelphia.net@barbish>; Wed, 21 Dec 2005 12:21:00 -0500 From: "fbsd_user" To: "Hsieh Gaber" , Date: Wed, 21 Dec 2005 12:21:00 -0500 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) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Cc: Subject: RE: How and where to download the DVD version of FreeBSD ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 21 Dec 2005 17:21:03 -0000 There are NO DVD versions. You can download the .ISO file of the FBSD install CD and then burn the .iso file to a blank cd on your pc and then use that cd to install from. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Hsieh Gaber Sent: Wednesday, December 21, 2005 12:02 PM To: questions@FreeBSD.org Subject: How and where to download the DVD version of FreeBSD ? I try to find a place which the FreeBSD 6.0 DVD version exists, after searching for hours, I got no answer, and that's why I have to write this mail to you. Could you tell me where to download DVD version of FreeBSD ? Thanks a lot if you have the answer I need. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:33:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 432DF16A41F for ; Wed, 21 Dec 2005 17:33:29 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA2A43D73 for ; Wed, 21 Dec 2005 17:33:14 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (localhost.localdomain [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id jBLHX3WM029378 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Dec 2005 09:33:03 -0800 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.8/Submit) id jBLHWxl9029376; Wed, 21 Dec 2005 09:32:59 -0800 Date: Wed, 21 Dec 2005 09:32:59 -0800 From: "Loren M. Lang" To: cpghost Message-ID: <20051221173259.GC27642@alzatex.com> References: <20051210162448.10858.qmail@web33314.mail.mud.yahoo.com> <439B0BD2.8080809@thingy.apana.org.au> <20051211011434.GA70478@epia2.farid-hajji.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GZVR6ND4mMseVXL/" Content-Disposition: inline In-Reply-To: <20051211011434.GA70478@epia2.farid-hajji.net> User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C X-Virus-Scanned: ClamAV version 0.87, clamav-milter version 0.87 on hosea.tallye.com X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: Freebsd Theme Song X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 17:33:29 -0000 --GZVR6ND4mMseVXL/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 11, 2005 at 02:14:34AM +0100, cpghost wrote: > On Sat, Dec 10, 2005 at 05:09:38PM +0000, David Gerard wrote: > > Danial Thom wrote: > >=20 > > > I vote for > > > "Look what they've done to my song, Ma" - a > > > commentary on the destruction of the (formally) > > > world's best operating system. > >=20 > > So far I'm finding 6.x a heck of a lot better than 5.x. The mousewheel > > just works, a lot more of the ports just work, sound works ... you still > > have to fiddle with /boot/loader.conf to get the sound to go, which is > > completely braindead, but I'm sure it'll be up to the standard of Linux > > distros 2001. >=20 > Ahemm, speaking of sound... how about a, *cough*, working MIDI sequencer? > Any way to attach a MIDI device to 5.x or 6.x _and_ being able to record > from it? Anything workable yet? No? Am I missing something crucial here? How about Timidity? What would be nice, though, is for timidity to show up as a hardware device. >=20 > > I would suggest a song about Pokemon sex toys. >=20 > :) >=20 > > - d. >=20 > Thanks, > -cpghost. >=20 > --=20 > Cordula's Web. http://www.cordula.ws/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 =20 --GZVR6ND4mMseVXL/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDqZHLbTXoRwEYo9IRAtV0AJ43WEHrohAOxFWPJxKSy1buBcRZCgCfSTGI e8aCc0eKGvz+cmno3C2jmzw= =Ryjf -----END PGP SIGNATURE----- --GZVR6ND4mMseVXL/-- From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:35:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C000E16A420 for ; Wed, 21 Dec 2005 17:35:57 +0000 (GMT) (envelope-from redtick@sb