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@sbcglobal.net) Received: from web81211.mail.mud.yahoo.com (web81211.mail.mud.yahoo.com [68.142.199.115]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F63A43D8A for ; Wed, 21 Dec 2005 17:35:49 +0000 (GMT) (envelope-from redtick@sbcglobal.net) Received: (qmail 96011 invoked by uid 60001); 21 Dec 2005 17:35:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=OM1DBtxSIWBArZGF8Sw5CnAEIHBvww8h7fh5FiOfkLW9ac9fUGYN22njq6095BdS3v9pd1p3iNZWoGg1rF2dc7bThfC4E9dLXcpuvzZMkqSSYIMP1n8gQiPmP9W4rGJplk2op8tu89FxZ3GFx3D9YI+QEVMLDXe040167bN0T7o= ; Message-ID: <20051221173546.96009.qmail@web81211.mail.mud.yahoo.com> Received: from [12.171.187.21] by web81211.mail.mud.yahoo.com via HTTP; Wed, 21 Dec 2005 09:35:46 PST Date: Wed, 21 Dec 2005 09:35:46 -0800 (PST) From: Mark Busby 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: Time warp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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:35:57 -0000 One of my boxes took a trip of sorts. From auth.log, Dec 17 07:57:32 redtick sshd[56969]: Dec 17 11:47:43 redtick sshd[57596]: Dec 18 15:45:20 redtick sshd[61804]: Dec 18 17:00:00 redtick sshd[62099]: Dec 18 21:18:52 redtick sshd[62776]: Dec 18 21:19:18 redtick sshd[62779]: Dec 19 04:16:13 redtick sshd[64163]: Dec 20 10:49:19 redtick sshd[68705]: Dec 21 02:03:23 redtick sshd[71045]: Dec 22 06:34:26 redtick sshd[75435]: Dec 22 16:18:17 redtick sshd[76898]: Dec 23 08:21:56 redtick sshd[79415]: Dec 17 21:21:54 redtick sshd[360]: . Dec 17 21:21:54 redtick sshd[360]: . Dec 17 21:23:01 redtick sshd[519]: A reboot reset the time. chkrootkit returns nothing found. Now some things are not working right because of this, but the main one is ddclient. Where does ddclient store the time info? A reinstall of ddclient did not clear the time problem. Thanks From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:36:03 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 3107416A41F for ; Wed, 21 Dec 2005 17:36:03 +0000 (GMT) (envelope-from pgiessel@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB38243D80 for ; Wed, 21 Dec 2005 17:36:02 +0000 (GMT) (envelope-from pgiessel@mac.com) Received: from mac.com (webmail20-en1 [10.13.10.175]) by smtpout.mac.com (Xserve/8.12.11/smtpout16/MantshX 4.0) with ESMTP id jBLHZl19006649; Wed, 21 Dec 2005 09:35:47 -0800 (PST) Received: from webmail20 (localhost [127.0.0.1]) by mac.com (Xserve/webmail20/MantshX 4.0) with ESMTP id jBLHZkn5003995; Wed, 21 Dec 2005 09:35:46 -0800 (PST) Message-ID: <3995238.1135186546887.JavaMail.pgiessel@mac.com> Date: Wed, 21 Dec 2005 08:35:46 -0900 From: Peter Giessel To: fbsd_user@a1poweruser.com in-reply-to: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit references: X-Originating-IP: 158.145.111.132/instID=289 Cc: Hsieh Gaber , questions@FreeBSD.org 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 17:36:03 -0000 On Wednesday, December 21, 2005, at 08:25AM, fbsd_user wrote: >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. There is no downloaded version of the FreeBSD DVD, but FreeBSD Mall put one together, and you can buy it here: http://www.freebsdmall.com/cgi-bin/fm/bsddvd6.0?id=AXxtnJIv&mv_pc=23 From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:47: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 EDACB16A41F for ; Wed, 21 Dec 2005 17:47:33 +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 7E72E43D9E for ; Wed, 21 Dec 2005 17:47:12 +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 jBLHl9WM029637 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Dec 2005 09:47:09 -0800 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.8/Submit) id jBLHl8kh029635; Wed, 21 Dec 2005 09:47:08 -0800 Date: Wed, 21 Dec 2005 09:47:08 -0800 From: "Loren M. Lang" To: Ted Mittelstaedt Message-ID: <20051221174708.GD27642@alzatex.com> References: <20051212030305.76424.qmail@web30304.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="F8dlzb82+Fcn6AgP" Content-Disposition: inline In-Reply-To: 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: Yance Kowara , freebsd-questions@freebsd.org Subject: Re: FreeBSD router two DSL connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 17:47:34 -0000 --F8dlzb82+Fcn6AgP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 11, 2005 at 11:28:17PM -0800, Ted Mittelstaedt wrote: >=20 > If both DSL lines go to the same ISP it is easy, run > PPP on them and setup multilink PPP. The ISP has to > do so also. >=20 > If they are going to different ISP's then you cannot > do it with any operating system or device save BGP - the idea is > completely -stupid- to put it simply. If you think different, > then explain why and I'll shoot every networking scenario > you present so full of holes you will think it's swiss cheese. > And if you think your going to run BGP I'll shoot that full > of holes also. I strongly disagree. There are many reasons for this. Two of which are increased throughoutput and redundancy. The primary problem is that you need to make sure outgoing data for a connection is using the same line as the incoming connection. If the majority to all connections are outgoing and both lines use NAT and have unique IP addresses, it's simpler to setup. If you have incoming connections as well, either only one of the two lines will be used or you'll need BGP or some kind of static route setup by the two ISPs. For an internet cafe, most connections will probably be outgoing so it won't be a problem. I have done this with a Linux router and using Comcast Cable and SpiritOne DSL. We had all incoming connections use DSL and outgoing connections use either line. We balanced them by internal IP addresses, but there might be more sophisticated methods. I do not know what support FreeBSD has for this kind of routing though. At the very minimum, you could get redundancy for outgoing connections by switching the route to use the other line when the first one fails. >=20 > Note that Steven's scenario below is for 2 circuits that > both start at a single entity, and both end at a single entity. >=20 > Ted >=20 >=20 > >-----Original Message----- > >From: owner-freebsd-questions@freebsd.org > >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Yance Kowara > >Sent: Sunday, December 11, 2005 7:03 PM > >To: freebsd-questions@freebsd.org > >Subject: FreeBSD router two DSL connections > > > > > >Hi all, > > > >I am trying to figure out if *BSD can achieve this: > > > >I have two DSL connections to play with, and I would > >like to configure a *BSD router that can combine the > >two DSLs together. > > > >There is a howto at > >http://stevenfettig.com/mythoughts/archives/000173.php > > > >But it concerns OpenBSD and it was for a T1 connection > >using a dual T1 card. I would like to configure one on > >2 DSLs connected to two individual NICs. > > > >Is this feasible at all, or should I just invest in a > >dual Wan hardware? > > > >Kind regards, > > > >Yance > > > >__________________________________________________ > >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=20 > >"freebsd-questions-unsubscribe@freebsd.org" > > > >--=20 > >No virus found in this incoming message. > >Checked by AVG Free Edition. > >Version: 7.1.371 / Virus Database: 267.13.13/197 - Release=20 > >Date: 12/9/2005 > > > _______________________________________________ > 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 --F8dlzb82+Fcn6AgP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDqZUcbTXoRwEYo9IRAmS6AJ9sXGvI1NSHwUQQ/Ul2n50rdi6fEACfVmG2 HIE6+f6bLFTsgkv2IdrIcoA= =0u+Z -----END PGP SIGNATURE----- --F8dlzb82+Fcn6AgP-- From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:49: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 75CA516A420 for ; Wed, 21 Dec 2005 17:49:19 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from skippyii.compar.com (skippyii.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABA443D6D for ; Wed, 21 Dec 2005 17:49:16 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM0011e6ede298.cpe.net.cable.rogers.com [70.28.254.189]) by skippyii.compar.com (8.13.1/8.13.1) with ESMTP id jBLHoam1026096; Wed, 21 Dec 2005 12:50:36 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <00d001c60656$f8ec7d00$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: , References: <20051221.084740.6138.198318@webmail29.lax.untd.com> Date: Wed, 21 Dec 2005 12:50:03 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Cc: Subject: [OT] e: 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 17:49:19 -0000 > I saw a posting dated Dec. 1st from Murray Haberman asking: "Is MegaCameras.com still in business?" 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. > 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 asking 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. . Steps to follow: 1) Call mastercard and get the charges reversed 2) Call the BBB and report MegaCameras.com (aka Geoffrey Jones, 718-265-1320) 3) Read digg.com and slashdot.org stores about unscrupulous camera stores operating in NYC 4) Remember, if it's too good to be true, it probably is! -- Matt Emmerton From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:54: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 1596816A41F for ; Wed, 21 Dec 2005 17:54:14 +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 EA1CE43D6B for ; Wed, 21 Dec 2005 17:53:30 +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 jBLHrLWM029800 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Dec 2005 09:53:21 -0800 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.8/Submit) id jBLHrLrX029797; Wed, 21 Dec 2005 09:53:21 -0800 Date: Wed, 21 Dec 2005 09:53:21 -0800 From: "Loren M. Lang" To: Sean Message-ID: <20051221175321.GE27642@alzatex.com> References: <439D8830.2060608@comcast.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UnaWdueM1EBWVRzC" Content-Disposition: inline In-Reply-To: <439D8830.2060608@comcast.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: IDE recomendations. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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:54:14 -0000 --UnaWdueM1EBWVRzC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 12, 2005 at 09:24:48AM -0500, Sean wrote: > I want to try and find some time to start to start beating on some code= =20 > again, it has been many years since, and wanted to ask for some=20 > recommendations on an IDE package. >=20 > In the past I just used a text editor, but want something more. > Right now I been looking over XEmacs, but wanted some other input. >=20 > What are others using here and why? Vim is my IDE. It support syntax highlighting, word completion, tags (useful for quickly jumping to a function), software version control, support for integrating with build system and jumping to the line of code that generated the error, and integration with various debuggers. Some of this functionality is improved/added by the vim plugins I use. >=20 >=20 > Thanks > Sean > _______________________________________________ > 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 --UnaWdueM1EBWVRzC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD4DBQFDqZaRbTXoRwEYo9IRApDwAJdDKkOFQd5/9wkAJGySpxrd4XO3AJ9+IrQ7 ImoQu/tEdF8+QlonGdzjtw== =wQfs -----END PGP SIGNATURE----- --UnaWdueM1EBWVRzC-- From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 17:56: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 3263916A422 for ; Wed, 21 Dec 2005 17:56:10 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33310.mail.mud.yahoo.com (web33310.mail.mud.yahoo.com [68.142.206.125]) by mx1.FreeBSD.org (Postfix) with SMTP id 1FE6A43D6D for ; Wed, 21 Dec 2005 17:55:55 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 24642 invoked by uid 60001); 21 Dec 2005 17:55:37 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=EWyp7MxjDfxMU0c9Tjvgae/gQvw8X1ulH82RtSNLqXDTIk+5kLKtBtrO3Q1Q8LJDntJZqPIzZP7laIdb7eum+7++MuT7WJ+Hl83w62b7l9gbllHPjkq41Ks2hs9tfFJXpsrdZpQtIvqA8Wr9E7cUXS68les6nxun/lwdPKWmW9k= ; Message-ID: <20051221175537.24640.qmail@web33310.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33310.mail.mud.yahoo.com via HTTP; Wed, 21 Dec 2005 09:55:37 PST Date: Wed, 21 Dec 2005 09:55:37 -0800 (PST) From: Danial Thom To: "Loren M. Lang" , Ted Mittelstaedt In-Reply-To: <20051221174708.GD27642@alzatex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Yance Kowara , freebsd-questions@freebsd.org Subject: Re: FreeBSD router two DSL connections 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: Wed, 21 Dec 2005 17:56:10 -0000 --- "Loren M. Lang" wrote: > On Sun, Dec 11, 2005 at 11:28:17PM -0800, Ted > Mittelstaedt wrote: > > > > If both DSL lines go to the same ISP it is > easy, run > > PPP on them and setup multilink PPP. The ISP > has to > > do so also. > > > > If they are going to different ISP's then you > cannot > > do it with any operating system or device > save BGP - the idea is > > completely -stupid- to put it simply. If you > think different, > > then explain why and I'll shoot every > networking scenario > > you present so full of holes you will think > it's swiss cheese. > > And if you think your going to run BGP I'll > shoot that full > > of holes also. > > I strongly disagree. There are many reasons > for this. Two of which are > increased throughoutput and redundancy. The > primary problem is that you > need to make sure outgoing data for a > connection is using the same line > as the incoming connection. If the majority to > all connections are > outgoing and both lines use NAT and have unique > IP addresses, it's > simpler to setup. If you have incoming > connections as well, either only > one of the two lines will be used or you'll > need BGP or some kind of > static route setup by the two ISPs. For an > internet cafe, most > connections will probably be outgoing so it > won't be a problem. Thats not right at all, although in *some* cases it may be desirable. All upstream ISPs are connected to everyone on the internet, so it doesn't matter which you send your packets to (the entire point of a "connectionless" network. They both can forward your traffic to wherever its going. For efficiencies sake, you may argue that sending to the ISP that sent you the traffic will be a "better path", but if one of your pipes is saturated and the other running at 20% then its likely more efficient to keep your pipes filled and send to "either" isp. You can achieve this with per-packet load-balancing with ciscos, or bit-balancing with a product like ETs for FreeBSD. Unless your 2 isps are connected substantially differently (say if one is in Europe and one in the US), you'll do better keeping your pipes balanced, as YOU are the bottleneck, not the upstream, assuming you have quality upstream providers. Danial __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 18:01: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 D3EEB16A41F for ; Wed, 21 Dec 2005 18:01:23 +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 5E9C143D58 for ; Wed, 21 Dec 2005 18:01:23 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 4447 invoked by uid 60001); 21 Dec 2005 18:01:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=xH7TKwCIwg6GVyeHF6nBWz6LWQqv0XiqKAdxYSqRbOmRnSm8FrPp9OOJ9MbO08T5tJg19A+zMOXFDj2X+2ri05qY3tQxIG3mxqgWiVHXDfUzy6G4hXk37W54RSfxrDQSwCSDw/Z/x2M87dGIy649oX+DsZSa0QlPlw8k+BBNpcM= ; Message-ID: <20051221180121.4445.qmail@web33304.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33304.mail.mud.yahoo.com via HTTP; Wed, 21 Dec 2005 10:01:21 PST Date: Wed, 21 Dec 2005 10:01:21 -0800 (PST) From: Danial Thom To: danial_thom@yahoo.com, "Loren M. Lang" , Ted Mittelstaedt In-Reply-To: <20051221175537.24640.qmail@web33310.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Yance Kowara , freebsd-questions@freebsd.org Subject: Re: FreeBSD router two DSL connections 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: Wed, 21 Dec 2005 18:01:24 -0000 --- Danial Thom wrote: > > > --- "Loren M. Lang" wrote: > > > On Sun, Dec 11, 2005 at 11:28:17PM -0800, Ted > > Mittelstaedt wrote: > > > > > > If both DSL lines go to the same ISP it is > > easy, run > > > PPP on them and setup multilink PPP. The > ISP > > has to > > > do so also. > > > > > > If they are going to different ISP's then > you > > cannot > > > do it with any operating system or device > > save BGP - the idea is > > > completely -stupid- to put it simply. If > you > > think different, > > > then explain why and I'll shoot every > > networking scenario > > > you present so full of holes you will think > > it's swiss cheese. > > > And if you think your going to run BGP I'll > > shoot that full > > > of holes also. > > > > I strongly disagree. There are many reasons > > for this. Two of which are > > increased throughoutput and redundancy. The > > primary problem is that you > > need to make sure outgoing data for a > > connection is using the same line > > as the incoming connection. If the majority > to > > all connections are > > outgoing and both lines use NAT and have > unique > > IP addresses, it's > > simpler to setup. If you have incoming > > connections as well, either only > > one of the two lines will be used or you'll > > need BGP or some kind of > > static route setup by the two ISPs. For an > > internet cafe, most > > connections will probably be outgoing so it > > won't be a problem. > > Thats not right at all, although in *some* > cases > it may be desirable. All upstream ISPs are > connected to everyone on the internet, so it > doesn't matter which you send your packets to > (the entire point of a "connectionless" > network. > They both can forward your traffic to wherever > its going. For efficiencies sake, you may argue > that sending to the ISP that sent you the > traffic > will be a "better path", but if one of your > pipes > is saturated and the other running at 20% then > its likely more efficient to keep your pipes > filled and send to "either" isp. You can > achieve > this with per-packet load-balancing with > ciscos, > or bit-balancing with a product like ETs for > FreeBSD. Unless your 2 isps are connected > substantially differently (say if one is in > Europe and one in the US), you'll do better > keeping your pipes balanced, as YOU are the > bottleneck, not the upstream, assuming you have > quality upstream providers. > > Danial Another thought, if you are just an internet cafe, just send all of your requests on one pipe (whichever has the best peering), since the vast majority of your bandwidth is incoming. You don't need 2 pipes going out; you're only sending small packets, syns and acks for the most part. It greatly simplifies your situation. DT __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 18:05: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 4B90116A420 for ; Wed, 21 Dec 2005 18:05:42 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id C04FD43D5E for ; Wed, 21 Dec 2005 18:05:41 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 816E256423; Thu, 22 Dec 2005 07:05:38 +1300 (NZDT) Date: Thu, 22 Dec 2005 07:05:38 +1300 From: Jonathan Chen To: kalin mintchev Message-ID: <20051221180538.GB60056@osiris.chen.org.nz> References: <53917.24.90.33.115.1135177715.squirrel@mail.el.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53917.24.90.33.115.1135177715.squirrel@mail.el.net> User-Agent: Mutt/1.4.2.1i 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 18:05:42 -0000 On Wed, Dec 21, 2005 at 10:08:35AM -0500, 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. You shouldn't be updating bits and pieces of your system by hand. Have your tried `portupgrade -Rr firefox'? CHeers. -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 18:10: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 919A216A41F for ; Wed, 21 Dec 2005 18:10:22 +0000 (GMT) (envelope-from tgoodaire@linux.ca) Received: from smtp100.rog.mail.re2.yahoo.com (smtp100.rog.mail.re2.yahoo.com [206.190.36.78]) by mx1.FreeBSD.org (Postfix) with SMTP id 021C343D45 for ; Wed, 21 Dec 2005 18:10:21 +0000 (GMT) (envelope-from tgoodaire@linux.ca) Received: (qmail 68799 invoked from network); 21 Dec 2005 18:10:20 -0000 Received: from unknown (HELO spank) (tgoodaire@rogers.com@72.136.250.175 with login) by smtp100.rog.mail.re2.yahoo.com with SMTP; 21 Dec 2005 18:10:20 -0000 Received: from dahmer.killaz.localdomain (dahmer [192.168.1.100]) by spank (Postfix) with ESMTP id 9B78C39941 for ; Wed, 21 Dec 2005 18:10:16 +0000 (UTC) Received: by dahmer.killaz.localdomain (Postfix, from userid 1001) id 558314D; Wed, 21 Dec 2005 13:10:16 -0500 (EST) Date: Wed, 21 Dec 2005 13:10:16 -0500 From: Tim Goodaire To: freebsd-questions@freebsd.org Message-ID: <20051221181016.GA94200@dahmer.killaz.localdomain> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.5.11 Subject: KDE application menu blank X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 18:10:22 -0000 Hello, I'm running FreeBSD 6.0, and I'm having a problem with kde 3.4. The applica= tion menu is blank.=20 The applications are installed, it's just that KDE doesn't seem to know tha= t they're there. I've tried googling for an answer to this, and searching bug reports but ha= ven't found anything relevant. I imagine that the solution is something like "run command X to r= ebuild the menus", but I don't know what "X" is. Any pointers would be much appreciated. Tim From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 18:17: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 0F3FE16A41F for ; Wed, 21 Dec 2005 18:17:23 +0000 (GMT) (envelope-from djh@nebcorp.com) Received: from ratchet.nebcorp.com (ratchet.nebcorp.com [205.217.153.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id D440243D5A for ; Wed, 21 Dec 2005 18:17:22 +0000 (GMT) (envelope-from djh@nebcorp.com) Received: by ratchet.nebcorp.com (Postfix, from userid 1014) id 6494DD982A; Wed, 21 Dec 2005 10:17:21 -0800 (PST) Date: Wed, 21 Dec 2005 10:17:21 -0800 From: Danny Howard To: freebsd-questions@freebsd.org Message-ID: <20051221181721.GV19387@ratchet.nebcorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Loop: djhoward@uiuc.edu Subject: ssh -X yields "Error: Can't open display:" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 18:17:23 -0000 Hello, I'm trying to run xfig, but the version on this Fedora laptop is jacked. So, I installed xfig on one of the FreeBSD servers, to forward over SSH, with ssh -X, right? I can ssh -X and run X apps on other Linux hosts. But here I have a problem: 10:10 djh@cobra ~$ ssh -X -i ~/.ssh/mito.key castor Last login: Wed Dec 21 09:57:51 2005 from cobra Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE (GENERIC) #0: Fri Nov 5 04:19:18 UTC 2004 0-10:11 djh@castor ~> xfig Error: Can't open display: Huh! I've dug through my .tcshrc, my .login ... nothing is clobbering any DISPLAY variables. SSH_CLIENT=192.168.1.128 34586 22 SSH_CONNECTION=192.168.1.128 34586 192.168.1.28 22 SSH_TTY=/dev/ttyp2 Let's see ... I went through sshd_config, but it appears that by default: #X11Forwarding yes #X11DisplayOffset 10 #X11UseLocalhost yes I ... have no idea ... anyone run into this before? I'll try uncommenting the defauilt options, just in case sshd got configured funny, but ... dunno ... Thanks, -danny -- http://dannyman.toldme.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 18:22: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 039B316A41F for ; Wed, 21 Dec 2005 18:22:25 +0000 (GMT) (envelope-from deejy-pooh@ntlworld.com) Received: from mta09-winn.ispmail.ntl.com (mta09-winn.ispmail.ntl.com [81.103.221.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08FAA43D5A for ; Wed, 21 Dec 2005 18:22:23 +0000 (GMT) (envelope-from deejy-pooh@ntlworld.com) Received: from aamta10-winn.ispmail.ntl.com ([81.103.221.35]) by mta09-winn.ispmail.ntl.com with ESMTP id <20051221182222.OJFZ8609.mta09-winn.ispmail.ntl.com@aamta10-winn.ispmail.ntl.com> for ; Wed, 21 Dec 2005 18:22:22 +0000 Received: from cpc4-linc4-5-1-cust91.nott.cable.ntl.com ([82.25.112.91]) by aamta10-winn.ispmail.ntl.com with ESMTP id <20051221182222.VQJA1068.aamta10-winn.ispmail.ntl.com@cpc4-linc4-5-1-cust91.nott.cable.ntl.com> for ; Wed, 21 Dec 2005 18:22:22 +0000 From: deej To: freebsd-questions@freebsd.org Date: Wed, 21 Dec 2005 18:22:19 +0000 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512211822.19543.deejy-pooh@ntlworld.com> 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 18:22:25 -0000 Boot the bugger up and just type kdm. Works for me on a new install, no hacking required. Seasons Greetings, Deej From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 18:23: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 2C81E16A41F for ; Wed, 21 Dec 2005 18:23:59 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id D471943D66 for ; Wed, 21 Dec 2005 18:23:53 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so142568wxc for ; Wed, 21 Dec 2005 10:23: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:references; b=fkicS0hm3PGXOJQJqvK0PDdZXmZgLyAUuc9wp3cI20mkcjdHIg1Qq6IbMk36HeX0HSwEMeO2FdnbW1uUdB7kksFvibytopd9psSfcw6UxAxJux8EUvqhocXYQsnhG2MO3vHaAKtSKo3AMKnPtXcCwbDAX2nPadVkCXoS/nHmX5A= Received: by 10.70.19.6 with SMTP id 6mr972269wxs; Wed, 21 Dec 2005 10:23:52 -0800 (PST) Received: by 10.70.42.4 with HTTP; Wed, 21 Dec 2005 10:23:52 -0800 (PST) Message-ID: Date: Wed, 21 Dec 2005 10:23:52 -0800 From: Derrick Ryalls To: FreeBSD Questions In-Reply-To: <447j9yo04d.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <447j9yo04d.fsf@be-well.ilk.org> 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: 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 18:23:59 -0000 On 21 Dec 2005 12:01:22 -0500, Lowell Gilbert < freebsd-questions-local@be-well.ilk.org> wrote: > > 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 no= t > > 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"? > I think I got the same error, but I will double check in a couple hours whe= n I get home and can try again. From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 18:26: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 56EC716A422 for ; Wed, 21 Dec 2005 18:26:00 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DDC43D66 for ; Wed, 21 Dec 2005 18:25:59 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so214768nzo for ; Wed, 21 Dec 2005 10:25:59 -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:references; b=pS5goh77OErmoCGkLBkTbFK8sLAWLZ7ADA4Cf6lSIs9AiVfXJmRJray8tv9wcSEKRDzfcusMRsSPHkfz3EvQ+Mypb7tvYapA8DbgUD0M3iXDRGxSxRQG9KRKCHdDjYdtOPVf3UCMnptJx6Q07lNhTdPfemjuxSwxvYxg9nELz30= Received: by 10.36.139.8 with SMTP id m8mr938997nzd; Wed, 21 Dec 2005 10:25:58 -0800 (PST) Received: by 10.36.147.15 with HTTP; Wed, 21 Dec 2005 10:25:58 -0800 (PST) Message-ID: Date: Wed, 21 Dec 2005 13:25:58 -0500 From: Teo De Las Heras To: freebsd-questions@freebsd.org In-Reply-To: <200512211822.19543.deejy-pooh@ntlworld.com> MIME-Version: 1.0 References: <200512211822.19543.deejy-pooh@ntlworld.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: 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 18:26:00 -0000 on a similar note, is it possible to create scripts that run after a user logs in. I'm setting up freeBSD as my home PC and I don't like to go right into KDE. However, I'd like startX to run when my wife logs in. Teo On 12/21/05, deej wrote: > > Boot the bugger up and just type kdm. Works for me on a new install, no > hacking required. > > Seasons Greetings, > Deej > _______________________________________________ > 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 18:26: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 977C116A420 for ; Wed, 21 Dec 2005 18:26:01 +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 783FA43D66 for ; Wed, 21 Dec 2005 18:26:00 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so138438wxc for ; Wed, 21 Dec 2005 10:25:59 -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=SCnODOvqqoaJ9gwKeQaGF/RJ6ovdUPbYJt+fWd+eTn0lAa4UPhnDJgYqvje+xYhoYmUi67PoiLa3mFYBKwqGvruAEZrkWDB3eeKTb79SogVUiAkOZsauSH+b5AqPD8UaCSzh7uU3IG+PsxRBxINnnkKuTh+YumhHE8eDwDXwMcI= Received: by 10.70.25.17 with SMTP id 17mr951772wxy; Wed, 21 Dec 2005 10:25:58 -0800 (PST) Received: by 10.70.42.4 with HTTP; Wed, 21 Dec 2005 10:25:58 -0800 (PST) Message-ID: Date: Wed, 21 Dec 2005 10:25:58 -0800 From: Derrick Ryalls To: Ted Mittelstaedt In-Reply-To: MIME-Version: 1.0 References: 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: 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 18:26:01 -0000 > >-----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 > On 12/21/05, Ted Mittelstaedt wrote: > > > > 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 > > I don't have a floppy drive to use, but in any case I used 3 different FreeBSD CDs, all failed. One of the CDs I had previously used to install o= n a desktop, so I doubt it is a media issue. From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 18: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 E0BDA16A41F for ; Wed, 21 Dec 2005 18:29:32 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AFD943D79 for ; Wed, 21 Dec 2005 18:29:21 +0000 (GMT) (envelope-from teoheras@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so215543nzo for ; Wed, 21 Dec 2005 10:29:21 -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:references; b=hu6oFJM8JM3L0aT63hiUAQicKEvkjEHFpQqGx4W00vr5+cctAGn5akz+v973MO1H+6s3v//L49FpXxOyUBoNz2XR2sLH9wEwHNQGoRs71BhDe5DX8IaVAZ61xqKJQCkQS8TedxUETkY1028QS8tvwRsKgjHuSTzNWEAmKDymDXQ= Received: by 10.36.146.1 with SMTP id t1mr978657nzd; Wed, 21 Dec 2005 10:29:20 -0800 (PST) Received: by 10.36.147.15 with HTTP; Wed, 21 Dec 2005 10:29:20 -0800 (PST) Message-ID: Date: Wed, 21 Dec 2005 13:29:20 -0500 From: Teo De Las Heras To: freebsd-questions@freebsd.org In-Reply-To: <20051221181016.GA94200@dahmer.killaz.localdomain> MIME-Version: 1.0 References: <20051221181016.GA94200@dahmer.killaz.localdomain> 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: KDE application menu blank X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 18:29:33 -0000 There is a menu update tool in the FreeBSD menu system. It will scan your system for new programs and prompt you to check off the ones you want to ad= d to the menu. Teo On 12/21/05, Tim Goodaire wrote: > > Hello, > > I'm running FreeBSD 6.0, and I'm having a problem with kde 3.4. The > application menu is blank. > The applications are installed, it's just that KDE doesn't seem to know > that they're there. > > I've tried googling for an answer to this, and searching bug reports but > haven't found anything > relevant. I imagine that the solution is something like "run command X to > rebuild the menus", but > I don't know what "X" is. > > Any pointers would be much appreciated. > > Tim > _______________________________________________ > 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 18:29:56 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 E207516A41F for ; Wed, 21 Dec 2005 18:29:56 +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 574E743D6A for ; Wed, 21 Dec 2005 18:29:55 +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 1Ep8fX-0007o6-U1 for questions@FreeBSD.org; Wed, 21 Dec 2005 19:26:31 +0100 Message-ID: <43A99FCF.5070409@siodigit.hu> Date: Wed, 21 Dec 2005 19:32:47 +0100 From: Feczak Szabolcs User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051010) 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: Group membership above 15 of them X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 18:29:57 -0000 Hi, I would like to have users with more than 15 groups. The default kern.ngroups: is 16 by default and readonly, and not even /etc/sysctl.conf allows to modify it after reboot, although securelevel is -1. I read somewhere that I need the modify the source and rebuild world for this. If I put myself into more than 15 groups I cannot login anymore and only sshd[52178]: initgroups(username,100): Invalid argument message in the syslog warns me about this - I think more warnings needed at some other point since you can easily lock out yourself from a remote system. So what steps should I take to let this configuration work. Isn't there an easier way then rebuild wolrd ? From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 18:32:40 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 A8F6F16A41F for ; Wed, 21 Dec 2005 18:32:40 +0000 (GMT) (envelope-from djh@nebcorp.com) Received: from ratchet.nebcorp.com (ratchet.nebcorp.com [205.217.153.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF7F43D5D for ; Wed, 21 Dec 2005 18:32:40 +0000 (GMT) (envelope-from djh@nebcorp.com) Received: by ratchet.nebcorp.com (Postfix, from userid 1014) id 5C9B4D982A; Wed, 21 Dec 2005 10:32:39 -0800 (PST) Date: Wed, 21 Dec 2005 10:32:39 -0800 From: Danny Howard To: freebsd-questions@freebsd.org Message-ID: <20051221183239.GW19387@ratchet.nebcorp.com> References: <20051221181721.GV19387@ratchet.nebcorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051221181721.GV19387@ratchet.nebcorp.com> User-Agent: Mutt/1.4.2.1i X-Loop: djhoward@uiuc.edu Subject: Re: ssh -X yields "Error: Can't open display:" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 18:32:40 -0000 Ahhh ... 10:22 djh@cobra ~$ ssh -v -X -i ~/.ssh/mito.key castor [...] debug1: Requesting X11 forwarding with authentication spoofing. debug1: Remote: No xauth program; cannot forward with spoofing. :) 0-10:25 djh@castor /usr/ports# find /usr/ports -name pkg-plist | xargs grep -l xauth /usr/ports/lang/sml-nj/pkg-plist /usr/ports/news/nntpcache/pkg-plist /usr/ports/shells/zsh/pkg-plist /usr/ports/shells/zsh-devel/pkg-plist /usr/ports/x11/XFree86/pkg-plist /usr/ports/x11/XFree86-4-clients/pkg-plist /usr/ports/x11/xorg-clients/pkg-plist 1-10:25 djh@castor /usr/ports# portinstall x11/xorg-clients [ ... portinstall crashes, burns ... ] 1-10:29 djh@castor /usr/ports# pkg_add -r xorg-clients Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/xorg-clients.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/xorg-clients.tbz' by URL 1-10:30 djh@castor /usr/ports# cd x11/xorg-clients 0-10:30 djh@castor /usr/ports/x11/xorg-clients# make clean install [ ... ] do_traps.c:113: error: syntax error before '*' token do_traps.c:113: warning: type defaults to `int' in declaration of `traps' do_traps.c:113: error: ISO C forbids data definition with no type or storage class do_traps.c: In function `InitFixedTraps': do_traps.c:129: error: `XTrap' undeclared (first use in this function) do_traps.c:129: error: (Each undeclared identifier is reported only once do_traps.c:129: error: for each function it appears in.) do_traps.c:129: error: `curTrap' undeclared (first use in this function) do_traps.c:130: warning: ISO C90 forbids mixed declarations and code do_traps.c:144: error: syntax error before ')' token do_traps.c:207: warning: value computed is not used do_traps.c: In function `DoFixedTraps': do_traps.c:248: warning: implicit declaration of function `XRenderAddTraps' *** Error code 1 Stop in /usr/ports/x11/xorg-clients/work/xc/programs/x11perf. Well, I suppose I'll puzzle this one out too. :) Thanks, -danny From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 18:42:06 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 54C9216A41F for ; Wed, 21 Dec 2005 18:42:06 +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 A4FD343D5E for ; Wed, 21 Dec 2005 18:42:05 +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 415636050 for questions@freebsd.org; Wed, 21 Dec 2005 20:42:04 +0200 Message-ID: <43A9BE31.5080102@oxygen.az> Date: Wed, 21 Dec 2005 20:42:25 +0000 From: Tofik Suleymanov User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) 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: sendmsg 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 18:42:06 -0000 I get this from 'man 2 recv' : ssize_t recvmsg(int s, struct msghdr *msg, int flags); Where 'struct msghdr' is described in sys/socket.h like: struct msghdr { caddr_t msg_name; /* optional address */ u_int msg_namelen; /* size of address */ struct iovec *msg_iov; /* scatter/gather array */ u_int msg_iovlen; /* # elements in msg_iov */ caddr_t msg_control; /* ancillary data, see below */ u_int msg_controllen; /* ancillary data buffer len */ int msg_flags; /* flags on received message */ }; And where 'caddr_t msg_control' is also described in sys/socket.h like: struct cmsghdr { u_int cmsg_len; /* data byte count, including hdr */ int cmsg_level; /* originating protocol */ int cmsg_type; /* protocol-specific type */ /* followed by u_char cmsg_data[]; */ }; I'm obviously missing something, but how can i get the actual data coming from socket using this function if 'u_char cmsg_data[]' is commented out in 'struct cmsghdr' declaration (possibly containing incoming data?) From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 18:42: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 272C816A41F for ; Wed, 21 Dec 2005 18:42:09 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4947543D58 for ; Wed, 21 Dec 2005 18:42:08 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 684305641C; Thu, 22 Dec 2005 07:42:07 +1300 (NZDT) Date: Thu, 22 Dec 2005 07:42:07 +1300 From: Jonathan Chen To: Teo De Las Heras Message-ID: <20051221184207.GA1034@osiris.chen.org.nz> References: <200512211822.19543.deejy-pooh@ntlworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org 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 18:42:09 -0000 On Wed, Dec 21, 2005 at 01:25:58PM -0500, Teo De Las Heras wrote: > on a similar note, is it possible to create scripts that run after a user > logs in. I'm setting up freeBSD as my home PC and I don't like to go right > into KDE. However, I'd like startX to run when my wife logs in. You can do this by adding `startx' at the end of a .login/.profile (depending on the shell she's using). -- Jonathan Chen ---------------------------------------------------------------------- Vini, vidi, velcro... I came, I saw, I stuck around From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 18:43: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 0E45B16A41F for ; Wed, 21 Dec 2005 18:43:27 +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 2EBA043D6E for ; Wed, 21 Dec 2005 18:43:11 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id jBLIgLx4026128; Wed, 21 Dec 2005 10:42:22 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Wed, 21 Dec 2005 10:42:51 -0800 User-Agent: KMail/1.8.3 References: <53917.24.90.33.115.1135177715.squirrel@mail.el.net> <61207.24.90.33.115.1135180880.squirrel@mail.el.net> In-Reply-To: <61207.24.90.33.115.1135180880.squirrel@mail.el.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200512211042.51445.kstewart@owt.com> Cc: kalin mintchev , Teo De Las Heras 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 18:43:27 -0000 On Wednesday 21 December 2005 08:01 am, kalin mintchev wrote: > > 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.. > But that is why you use things like portupgrade or portmanage. You have=20 dependancies and sometimes, not all of the time, they have to be=20 updated before you build the main application. If you do the updating=20 out of sequence (a>b>c>d) such as update b before you update d, you may=20 have to go back and force the update because the flag to update is no=20 longer there.=20 A "portupgrade -rR" won't fix what you have already broken. You have to=20 force it with -fr. That will take a long time and you probably can't=20 recover any other way because the package site only has=20 firefox-1.5_4,1. =46or example, nspr and cairo build just fine on my system. I cvsuped and=20 tried it on 6-stable. It sounds like you are in that position now. If there are a number of changes and it looks like an interface is=20 affected, I run "portupgrade -purR xxx". Michael will probably tell you=20 how to do it with portmanage. I think like portupgrade and use it. Kent > > 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: > >> > >> =3D=3D=3D> cairo-1.0.2_1 is marked as broken: Unknown component > >> ltverhack. > >> > >> merry christmas to you too... > >> =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 Wed Dec 21 18:45: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 B1AF516A41F for ; Wed, 21 Dec 2005 18:45:49 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E5943D70 for ; Wed, 21 Dec 2005 18:45:47 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from wcborstel.demon.nl ([83.160.142.57]:18257 helo=[192.168.1.9]) by post-22.mail.nl.demon.net with esmtp (Exim 4.51) id 1Ep8yA-000KBj-OD; Wed, 21 Dec 2005 18:45:46 +0000 Message-ID: <43A9A240.9070709@wcborstel.nl> Date: Wed, 21 Dec 2005 19:43:12 +0100 From: Jorn Argelo User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051120) 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 18:45:49 -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, Open /etc/ttys with your favourite editor and search for this line: ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure Change this into: ttyv8 "/usr/X11R6/bin/kdm" xterm on secure And voila, KDM will start at boot. Best regards, Jorn From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 19:01: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 2E2E716A41F for ; Wed, 21 Dec 2005 19:01:30 +0000 (GMT) (envelope-from djh@nebcorp.com) Received: from ratchet.nebcorp.com (ratchet.nebcorp.com [205.217.153.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id E668C43D45 for ; Wed, 21 Dec 2005 19:01:29 +0000 (GMT) (envelope-from djh@nebcorp.com) Received: by ratchet.nebcorp.com (Postfix, from userid 1014) id 04D3ED9855; Wed, 21 Dec 2005 11:01:28 -0800 (PST) Date: Wed, 21 Dec 2005 11:01:28 -0800 From: Danny Howard To: freebsd-questions@freebsd.org Message-ID: <20051221190128.GY19387@ratchet.nebcorp.com> References: <20051221181721.GV19387@ratchet.nebcorp.com> <20051221183239.GW19387@ratchet.nebcorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051221183239.GW19387@ratchet.nebcorp.com> User-Agent: Mutt/1.4.2.1i X-Loop: djhoward@uiuc.edu Subject: Re: ssh -X yields "Error: Can't open display:" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 19:01:30 -0000 On Wed, Dec 21, 2005 at 10:32:39AM -0800, Danny Howard wrote: > 1-10:29 djh@castor /usr/ports# pkg_add -r xorg-clients > Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/xorg-clients.tbz: > File unavailable (e.g., file not found, no access) > pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/xorg-clients.tbz' by URL So ... the way you get around that, is, you look in ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/`uname -r`/packages/All/ for the package name, then: pkg_add -r ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/5.3-RELEASE/packages/All/xorg-clients-6.7.0_4.tbz And now I can run xfig. :) -danny -- http://dannyman.toldme.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 19:13: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 D1ADE16A41F for ; Wed, 21 Dec 2005 19:13:24 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A8E043D73 for ; Wed, 21 Dec 2005 19:13:23 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: by nproxy.gmail.com with SMTP id l37so79385nfc for ; Wed, 21 Dec 2005 11:13:22 -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=L79p6Z8cIRQtnJjDvRpClzNdQsIatXlRvqFnoSS/b5Wb9J7VC9DX1zEC3fXOSMDO9Eiy4hmH5yePtWxoNK2S1KdtyGZc9LHw8aqjpcHB7dvvl+EtA9J2ZrpdZ/3m0LoZ3ecX+W1QhVHdLbay0spLG5kbMundTD7DE7h2rc/ADdY= Received: by 10.48.237.17 with SMTP id k17mr51056nfh; Wed, 21 Dec 2005 11:13:21 -0800 (PST) Received: by 10.48.108.18 with HTTP; Wed, 21 Dec 2005 11:13:21 -0800 (PST) Message-ID: <5ceb5d550512211113v6cbd6130peaf22aa8f158762f@mail.gmail.com> Date: Wed, 21 Dec 2005 20:13:21 +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: Reading roots mail when connected remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 19:13:24 -0000 Stupid question, I know :( How do I read the mail sent to root, if I can only access my server via SSH= ? When I su, and type "mail", it shows only mail to the user I connected with= . Also, is it possible to make sendmail send the daily status mails to a *real* email address, like this one? From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 19:14: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 A700B16A41F for ; Wed, 21 Dec 2005 19:14:55 +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 9E60043D86 for ; Wed, 21 Dec 2005 19:14:44 +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 jBLJE8x4026970; Wed, 21 Dec 2005 11:14:08 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Wed, 21 Dec 2005 11:14:37 -0800 User-Agent: KMail/1.8.3 References: <20051221181721.GV19387@ratchet.nebcorp.com> <20051221183239.GW19387@ratchet.nebcorp.com> <20051221190128.GY19387@ratchet.nebcorp.com> In-Reply-To: <20051221190128.GY19387@ratchet.nebcorp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200512211114.38143.kstewart@owt.com> Cc: Danny Howard Subject: Re: ssh -X yields "Error: Can't open display:" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 19:14:55 -0000 On Wednesday 21 December 2005 11:01 am, Danny Howard wrote: > On Wed, Dec 21, 2005 at 10:32:39AM -0800, Danny Howard wrote: > > 1-10:29 djh@castor /usr/ports# pkg_add -r xorg-clients > > Error: FTP Unable to get > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/L > >atest/xorg-clients.tbz: File unavailable (e.g., file not found, no > > access) > > pkg_add: unable to fetch > > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/ > >Latest/xorg-clients.tbz' by URL > > So ... the way you get around that, is, you look in > ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/` >uname -r`/packages/All/ for the package name, then: > > pkg_add -r > ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/5 >.3-RELEASE/packages/All/xorg-clients-6.7.0_4.tbz > > And now I can run xfig. :) > That doesn't work. FreeBSD-5.3-release does not have current packages.=20 They are dinosaurs the day after they unlock the port system from a=20 release. You have to look for packages in 5-stable/.../Latest. Such as ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest/ The package site always lags behind the port system. If you want current=20 applications, you have to cvsup and then build them on your system. You=20 have choices but you have to understand the options. Kent =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 Wed Dec 21 19:18: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 743A216A41F for ; Wed, 21 Dec 2005 19:18:14 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD41043D8B for ; Wed, 21 Dec 2005 19:17:54 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so225806nzo for ; Wed, 21 Dec 2005 11:17:54 -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=d5BX41YpnIQoQS04eYPlg4CErEFrjmY00gSF0ZA7UnZvXNeZfjfjbdggUC4SeD5wBupR5P691xnX1qSF1a69on4ywOeoQWG2/n8ebtmKN5j/XcO7Eapgcz5iKXrrodUtOTrr+R2Bmgjvq/4GOzPq5YPKGmRVw/xxxC7vPH4tW78= Received: by 10.36.146.1 with SMTP id t1mr1029746nzd; Wed, 21 Dec 2005 11:17:53 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id 36sm337345nza.2005.12.21.11.17.52; Wed, 21 Dec 2005 11:17:53 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Wed, 21 Dec 2005 11:17:48 -0800 User-Agent: KMail/1.8.3 References: <53917.24.90.33.115.1135177715.squirrel@mail.el.net> <61207.24.90.33.115.1135180880.squirrel@mail.el.net> <200512211042.51445.kstewart@owt.com> In-Reply-To: <200512211042.51445.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512211117.49785.ringworm01@gmail.com> Cc: kalin mintchev , Teo De Las Heras , Kent Stewart 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 19:18:14 -0000 On Wednesday 21 December 2005 10:42, Kent Stewart wrote: > On Wednesday 21 December 2005 08:01 am, kalin mintchev wrote: > > > 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.. > > But that is why you use things like portupgrade or portmanage. You have > dependancies and sometimes, not all of the time, they have to be > updated before you build the main application. If you do the updating > out of sequence (a>b>c>d) such as update b before you update d, you may > have to go back and force the update because the flag to update is no > longer there. > > A "portupgrade -rR" won't fix what you have already broken. You have to > force it with -fr. That will take a long time and you probably can't > recover any other way because the package site only has > firefox-1.5_4,1. > > For example, nspr and cairo build just fine on my system. I cvsuped and > tried it on 6-stable. It sounds like you are in that position now. > > If there are a number of changes and it looks like an interface is > affected, I run "portupgrade -purR xxx". Michael will probably tell you > how to do it with portmanage. I think like portupgrade and use it. > > Kent > :) With portmanager he should do: portmanager www/firefox -f -Mike From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 19:21: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 F34C216A437 for ; Wed, 21 Dec 2005 19:21:45 +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 474A443D53 for ; Wed, 21 Dec 2005 19:21:44 +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 jBLJLhO6004233 for ; Wed, 21 Dec 2005 14:21:43 -0500 (EST) (envelope-from doug@safeport.com) Date: Wed, 21 Dec 2005 14:21:43 -0500 (EST) From: doug@safeport.com To: freebsd-questions@FreeBSD.ORG In-Reply-To: Message-ID: <20051221140517.N71203@pemaquid.safeport.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: RE: 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: Wed, 21 Dec 2005 19:21:46 -0000 Hi - thanks for the reply. The host in question runs named because it is also a secondary name server for the domains Safeport hosts. I also use it as the name server for our internal network. The error is that nslookup terminates after the message and that I apparently changed something as this as been this way for years. What I was looking for is some other log/file that might give an indication of why the server will not answer the IPV4 query sent on 192.168.3.1. On Tue, 20 Dec 2005, Ruben Bloemgarten wrote: > 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 > > _____ Douglas Denault http://www.safeport.com doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 19:23: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 9763C16A41F for ; Wed, 21 Dec 2005 19:23:29 +0000 (GMT) (envelope-from jimmy@jamesbailie.com) Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 03B7A43D5F for ; Wed, 21 Dec 2005 19:23:14 +0000 (GMT) (envelope-from jimmy@jamesbailie.com) Received: (qmail 69003 invoked from network); 21 Dec 2005 19:23:09 -0000 Received: from unknown (HELO ?70.29.126.205?) (jazzturk@rogers.com@70.29.126.205 with plain) by smtp104.rog.mail.re2.yahoo.com with SMTP; 21 Dec 2005 19:23:09 -0000 Message-ID: <43A9AB9D.2040505@jamesbailie.com> Date: Wed, 21 Dec 2005 14:23:09 -0500 From: James Bailie User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051218) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Daniel A." References: <5ceb5d550512211113v6cbd6130peaf22aa8f158762f@mail.gmail.com> In-Reply-To: <5ceb5d550512211113v6cbd6130peaf22aa8f158762f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Reading roots mail when connected remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 19:23:29 -0000 Daniel A. wrote: > Stupid question, I know :( mail -u root -- James Bailie http://www.jamesbailie.com From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 19:32: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 D970916A41F for ; Wed, 21 Dec 2005 19:32:00 +0000 (GMT) (envelope-from dan@ferrarishields.com) Received: from mail.ferrarishields.com (mail.ferrarishields.com [216.82.146.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E1743D64 for ; Wed, 21 Dec 2005 19:32:00 +0000 (GMT) (envelope-from dan@ferrarishields.com) Received: from ws4 (ws4 [10.70.153.5]) by mail.ferrarishields.com (Postfix) with SMTP id 5162C7301A; Wed, 21 Dec 2005 11:32:00 -0800 (PST) Message-ID: <036901c60665$3bae2590$0599460a@ws4> From: "Dan O'Connor" To: "Daniel A." , References: <5ceb5d550512211113v6cbd6130peaf22aa8f158762f@mail.gmail.com> Date: Wed, 21 Dec 2005 11:32:05 -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 Cc: Subject: Re: Reading roots mail when connected remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 19:32:01 -0000 > How do I read the mail sent to root, if I can only access my server > via SSH? > When I su, and type "mail", it shows only mail to the user I connected > with. > Also, is it possible to make sendmail send the daily status mails to a > *real* email address, like this one? As root, edit /etc/mail/aliases and point root to you: root: your_username then run 'newaliases'. All of root's mail will come to you... ~Dan -- FreeBSD Cheat Sheets http://www.mostgraveconcern.com/freebsd/ From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 19: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 2587016A41F for ; Wed, 21 Dec 2005 19:45:51 +0000 (GMT) (envelope-from Erin@Fortenberry.net) Received: from intake.emails-are.us (intake.emails-are.us [66.240.197.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D345C43D66 for ; Wed, 21 Dec 2005 19:45:47 +0000 (GMT) (envelope-from Erin@Fortenberry.net) Received: from localhost (localhost.webs-are.us [127.0.0.1]) by intake.emails-are.us (Postfix) with ESMTP id E228FDA843; Wed, 21 Dec 2005 11:46:15 -0800 (PST) Received: from intake.emails-are.us ([127.0.0.1]) by localhost (vhost.methodent.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32395-08; Wed, 21 Dec 2005 11:46:14 -0800 (PST) Received: from snkxwefortenbe (chfw02.scripps.com [207.203.254.110]) by intake.emails-are.us (Postfix) with ESMTP id 49BBCDA80A; Wed, 21 Dec 2005 11:46:14 -0800 (PST) From: "Erin Fortenberry" To: "'Daniel A.'" , Date: Wed, 21 Dec 2005 14:45:44 -0500 Message-ID: <003801c60667$22cc4b90$1215450a@ad.ewsad.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcYGYsK303pA44M8SRaRB2Ey+uOrrwABBglA In-Reply-To: <5ceb5d550512211113v6cbd6130peaf22aa8f158762f@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: by emails-are.us anti-virus X-Spam-Status: No, score=-101.551 tagged_above=-999 required=5 tests=[AWL=1.048, BAYES_00=-2.599, USER_IN_WHITELIST=-100] X-Spam-Score: -101.551 X-Spam-Level: Cc: Subject: RE: Reading roots mail when connected remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 19:45:51 -0000 In roots home directory, make a file called ".forward". In this file, place the email address you want all of roots mail to go to. You can also add another users to root in the /etc/mail/aliases file. -Erin > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Daniel A. > Sent: Wednesday, December 21, 2005 2:13 PM > To: freebsd-questions@freebsd.org > Subject: Reading roots mail when connected remotely > > Stupid question, I know :( > How do I read the mail sent to root, if I can only access my > server via SSH? > When I su, and type "mail", it shows only mail to the user I > connected with. > Also, is it possible to make sendmail send the daily status mails to a > *real* email address, like this one? > _______________________________________________ > 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 19:45: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 E794A16A420 for ; Wed, 21 Dec 2005 19:45:59 +0000 (GMT) (envelope-from pgiessel@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F00543D6A for ; Wed, 21 Dec 2005 19:45:58 +0000 (GMT) (envelope-from pgiessel@mac.com) Received: from mac.com (webmail02-en1 [10.13.11.144]) by smtpout.mac.com (Xserve/8.12.11/smtpout10/MantshX 4.0) with ESMTP id jBLJjvUr022650; Wed, 21 Dec 2005 11:45:57 -0800 (PST) Received: from webmail02 (localhost [127.0.0.1]) by mac.com (Xserve/webmail02/MantshX 4.0) with ESMTP id jBLJjvZM014598; Wed, 21 Dec 2005 11:45:57 -0800 (PST) Message-ID: <2950883.1135194357624.JavaMail.pgiessel@mac.com> Date: Wed, 21 Dec 2005 10:45:57 -0900 From: Peter Giessel To: "Daniel A." in-reply-to: <5ceb5d550512211113v6cbd6130peaf22aa8f158762f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit references: <5ceb5d550512211113v6cbd6130peaf22aa8f158762f@mail.gmail.com> X-Originating-IP: 158.145.111.132/instID=16 Cc: freebsd-questions@freebsd.org Subject: Re: Reading roots mail when connected remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 19:46:00 -0000 On Wednesday, December 21, 2005, at 10:38AM, Daniel A. wrote: >Also, is it possible to make sendmail send the daily status mails to a >*real* email address, like this one? See /etc/mail/aliases From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 19:55: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 0271116A41F for ; Wed, 21 Dec 2005 19:55:27 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D68443D53 for ; Wed, 21 Dec 2005 19:55:25 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so208425wra for ; Wed, 21 Dec 2005 11:55:25 -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=RML3y7ZbSAqJTPzTIBLr4uGeRUFT6s0rzhEP5Dc7OhO2rTB5wgESUebbLYkljEyZNKjChd60pCqbb6yENRyJNO5ijmRHVYrsT8rPPZWbJKr0CtG26Q9B3fJFUEEfXsRn1Y3UsFQcMk+DmkzI2aZCf/0CwvaVD9/OcrEUsCKeuHc= Received: by 10.65.205.18 with SMTP id h18mr783301qbq; Wed, 21 Dec 2005 11:55:25 -0800 (PST) Received: by 10.65.206.8 with HTTP; Wed, 21 Dec 2005 11:55:24 -0800 (PST) Message-ID: Date: Wed, 21 Dec 2005 20:55:24 +0100 From: Pietro Cerutti To: FreeBSD In-Reply-To: <5ceb5d550512211113v6cbd6130peaf22aa8f158762f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5ceb5d550512211113v6cbd6130peaf22aa8f158762f@mail.gmail.com> Subject: Re: Reading roots mail when connected remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 19:55:27 -0000 On 12/21/05, Daniel A. wrote: > Stupid question, I know :( > How do I read the mail sent to root, if I can only access my server via S= SH? > When I su, and type "mail", it shows only mail to the user I connected wi= th. su - (with the minus sign) simulates a full login, see man su for details -- 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 22:39: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 1E1A616A41F for ; Wed, 21 Dec 2005 22:39:12 +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 8996C43D55 for ; Wed, 21 Dec 2005 22:39:11 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 33126 invoked by uid 85); 21 Dec 2005 22:39:08 -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.464467 secs); 21 Dec 2005 22:39:08 -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; 21 Dec 2005 22:39:07 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org Date: Wed, 21 Dec 2005 13:39:00 -0900 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_GmdqDlbp2SO4J6M" Message-Id: <200512211339.02986.akbeech@gmail.com> Subject: linuxpluginwrapper problems (again!) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 22:39:12 -0000 --Boundary-00=_GmdqDlbp2SO4J6M Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline I decided to try mozilla which built with no problems. In the process I upgraded linuxpluginwrapper and now none of the linux plugins work and both mozilla and firefox start with the following errors: LoadPlugin: failed to initialize shared library /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so [/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so: Undefined symbol "XmQmotif"] LoadPlugin: failed to initialize shared library /usr/X11R6/lib/linux-flashplugin7/libflashplayer.so [/usr/X11R6/lib/linux-flashplugin7/libflashplayer.so: Undefined symbol "ah_arctan"] LoadPlugin: failed to initialize shared library /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so [/usr/X11R6/lib/linux-mozilla/plugins/nphelix.so: Undefined symbol "stderr"] I tried uninstalling pluginwrapper and all of the plugins and rebuilding. Same problem. It looks like I may have a library problem, but that is beyond my ability to troubleshoot. I did correct the paths in /etc/libmap.conf and the symlinks are correct. This only seems to affect the plugins handled by linuxpluginwrapper as java and mplayer are recognized and work. Does anyone have a suggestion as to what went wrong? I attached my libmap.conf. uname: FreeBSD stargate.akparadise.com 7.0-CURRENT FreeBSD 7.0-CURRENT #32: Mon Dec 19 07:58:51 AKST 2005 root@stargate.akparadise.com:/usr/obj/usr/src/sys/STARGATE i386 Beech -- --------------------------------------------------------------------------------------- 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 --------------------------------------------------------------------------------------- --Boundary-00=_GmdqDlbp2SO4J6M Content-Type: text/plain; charset="us-ascii"; name="libmap.conf.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="libmap.conf.txt" # /etc/libmap.conf for FreeBSD 6.0(6.0-BETA3 or after) and 7-current # $Id: libmap.conf-FreeBSD6,v 1.21 2005/09/10 00:29:33 nork Exp $ ####################################################### # Flash6 with Opera is not avilable. # Flash6 with Konqueror # SEE ALSO: http://freebsd.kde.org/howtos/konqueror-flash.php # This configuration was integrated to following one. # Flash6 with Mozilla/Firebird/Galeon/Epiphany/Konqueror [/usr/X11R6/lib/linux-flashplugin6/libflashplayer.so] libpthread.so.0 pluginwrapper/flash6.so libdl.so.2 pluginwrapper/flash6.so libz.so.1 libz.so.3 libstdc++-libc6.2-2.so.3 libstdc++.so.5 libm.so.6 libm.so.4 libc.so.6 pluginwrapper/flash6.so ####################################################### # 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 ####################################################### # Helix RealPlayer with Mozilla/Firebird/Galeon/Epiphany/Konqueror [/usr/X11R6/lib/linux-mozilla/plugins/nphelix.so] libstdc++.so.5 libstdc++.so.5 libc.so.6 pluginwrapper/realplayer.so --Boundary-00=_GmdqDlbp2SO4J6M-- From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 23:13:40 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 E95F716A41F for ; Wed, 21 Dec 2005 23:13:40 +0000 (GMT) (envelope-from volker@vwsoft.com) Received: from gwfra.elbekies.net (tce71.tce85.de [195.145.102.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id D010C43D5D for ; Wed, 21 Dec 2005 23:13:31 +0000 (GMT) (envelope-from volker@vwsoft.com) Received-SPF: pass (gwfra.elbekies.net: domain of vwsoft.com designates 213.6.211.166 as permitted sender) client-ip=213.6.211.166; envelope-from=volker@vwsoft.com; helo=mail.vtec.ipme.de; Received: from mail.vtec.ipme.de (Ad3a6.a.pppool.de [213.6.211.166]) by gwfra.elbekies.net (Postfix) with ESMTP id 0A23B17036 for ; Thu, 22 Dec 2005 00:13:20 +0100 (CET) Received: from [192.168.16.3] (cesar.sz.vwsoft.com [192.168.16.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id 43A525C11; Wed, 21 Dec 2005 23:58:56 +0100 (CET) Message-ID: <43A9DDC3.7050506@vwsoft.com> Date: Wed, 21 Dec 2005 23:57:07 +0100 From: Volker User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Thunderbird/1.0.6 Mnenhy/0.6.0.101 X-Accept-Language: en-us, en MIME-Version: 1.0 To: szabszi@goodwill.hu References: <20051221120121.E87F816A422@hub.freebsd.org> In-Reply-To: <20051221120121.E87F816A422@hub.freebsd.org> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-VWSoft-MailScanner: Found to be clean X-TarmacIntl-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com Cc: freebsd-questions@freebsd.org Subject: Re: multiple racoon connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 23:13:41 -0000 On 2005-12-21 13:01, szabszi@goodwill.hu wrote: > 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 sz, racoon does nothing but the key exchange. If you're able to establish one connection with IPSec, you should go with as many connections as your CPU power is able to provide. If you're looking for any help, you should post your setup and some pieces of config files. Without that, anybody here may tell stories but it won't help you. Possible reasons: racoon setup wrong, firewall problem but most likey SPD typos. I'm using IPSec tunnels between several gateway systems running FreeBSD 5.4 and FreeBSD _is_ able to run more than one IPSec connection at a time. However I've experienced trouble while running gif tunnels through an IPSec connection on FreeBSD 5.x (also tested on 6.x). The session stalled as soon as more traffic went through the GIF tunnel. IPSec itself worked fine. Greetings, Volker From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 23:52: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 AEB8116A41F for ; Wed, 21 Dec 2005 23:52:01 +0000 (GMT) (envelope-from rusisnoc@bera.rus.uni-stuttgart.de) Received: from skylla.rus.uni-stuttgart.de (skylla.rus.uni-stuttgart.de [141.58.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D19643DC2 for ; Wed, 21 Dec 2005 23:51:33 +0000 (GMT) (envelope-from rusisnoc@bera.rus.uni-stuttgart.de) Received: from localhost (localhost [127.0.0.1]) by skylla.rus.uni-stuttgart.de (Postfix) with ESMTP id 53BA8B3083 for ; Thu, 22 Dec 2005 00:51:28 +0100 (CET) Received: from skylla.rus.uni-stuttgart.de ([127.0.0.1]) by localhost (skylla [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30573-01-77 for ; Thu, 22 Dec 2005 00:51:25 +0100 (CET) Received: from helpdesk.bera.rus.uni-stuttgart.de (helpdesk.bera.rus.uni-stuttgart.de [129.69.221.120]) by skylla.rus.uni-stuttgart.de (Postfix) with ESMTP id CD78DB1A5E for ; Thu, 22 Dec 2005 00:51:25 +0100 (CET) Received: from rusisnoc by helpdesk.bera.rus.uni-stuttgart.de with local (Exim 3.35 #1 (Debian)) id 1EpDjx-0002Ql-00 for ; Thu, 22 Dec 2005 00:51:25 +0100 Date: Thu, 22 Dec 2005 00:51:24 +0100 From: Georg Auernhammer To: freebsd-questions@freebsd.org Message-ID: <20051221235124.GA8757@bera.rus.uni-stuttgart.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i X-Virus-Scanned: by amavisd-new at skylla.rus.uni-stuttgart.de X-Spam-Status: No, hits=-2.599 tagged_above=-999 required=5 tests=BAYES_00 X-Spam-Level: Subject: Could notconnect to port 3690 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 23:52:01 -0000 Hello! I recently installed FreeBSD on a AMD64 computer. Installed subversion. and no firewall. But now I can't connect to port 3690: telnet localhost 3690 works fine othermachine# telnet thatmachine 3690 will not work. any suggestions? -- Georg Auernhammer http://www.isnochys.de From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 00:59: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 5492316A41F for ; Thu, 22 Dec 2005 00:59:43 +0000 (GMT) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (jasper.nighttide.net [207.5.141.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EBA743D4C for ; Thu, 22 Dec 2005 00:59:42 +0000 (GMT) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (darren@localhost [127.0.0.1]) by olmec.nighttide.net (8.13.4/8.13.4) with ESMTP id jBM0xfEY069216 for ; Wed, 21 Dec 2005 19:59:41 -0500 (EST) (envelope-from darren@nighttide.net) Received: from localhost (darren@localhost) by olmec.nighttide.net (8.13.4/8.13.4/Submit) with ESMTP id jBM0xfeW069213 for ; Wed, 21 Dec 2005 19:59:41 -0500 (EST) (envelope-from darren@nighttide.net) X-Authentication-Warning: olmec.nighttide.net: darren owned process doing -bs Date: Wed, 21 Dec 2005 19:59:41 -0500 (EST) From: Darren Henderson To: freebsd-questions@freebsd.org In-Reply-To: <20051219184130.3da9117b.europa100@comcast.net> Message-ID: <20051221195415.A69077@olmec> 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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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: Thu, 22 Dec 2005 00:59:43 -0000 On Mon, 19 Dec 2005, Rob wrote: > 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. While not directly related to the point its possible to listen to realaudio streams just fine without linux compatibility or resorting to windows. Look into mplayer, mplayer-plugin, xine, kmplayer, gmplayer and perhaps even xmms. ______________________________________________________________________ Darren Henderson darren@nighttide.net Help fight junk e-mail, visit http://www.cauce.org/ From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 01:19: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 91A8616A41F for ; Thu, 22 Dec 2005 01:19:47 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B7A43D5A for ; Thu, 22 Dec 2005 01:19:46 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so196613wxc for ; Wed, 21 Dec 2005 17:19: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:in-reply-to:mime-version:content-type:references; b=QAkQPKqHC9zFOoJYQqUVy4qJCR4dU/yUA1biZHoHFk8UgdK6sNcl/9w/fHWFzUulpHqRNOhCx79EewuQG7gV+7JAbdKRKvb8sDovELhadPuTrTW0xkoa8PickNs45o8sF2BZqzGzS0VYi7L+goYyznKkPt1WA7gN7BMxNvujHys= Received: by 10.70.42.8 with SMTP id p8mr1366737wxp; Wed, 21 Dec 2005 17:19:45 -0800 (PST) Received: by 10.70.42.4 with HTTP; Wed, 21 Dec 2005 17:19:45 -0800 (PST) Message-ID: Date: Wed, 21 Dec 2005 17:19:45 -0800 From: Derrick Ryalls To: FreeBSD Questions In-Reply-To: <76ff51010512211131y3c074380l85faf702821bf935@mail.gmail.com> MIME-Version: 1.0 References: <76ff51010512211131y3c074380l85faf702821bf935@mail.gmail.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: 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: Thu, 22 Dec 2005 01:19:47 -0000 On 12/21/05, Derrick Ryalls wrote: > > > >-----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 > > > On 12/21/05, Ted Mittelstaedt wrote: > > > > > > > > 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 > > > > > > > > I don't have a floppy drive to use, but in any case I used 3 different > > FreeBSD CDs, all failed. One of the CDs I had previously used to > install on > > a desktop, so I doubt it is a media issue. > > _______________________________________________ > > 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" > > > > What you are getting is a keyboard lock error; I've got a Compaq > Presario M2000 with an AMD Sepron processor, and no matter what > FreeBSD distro or version I use, after 4.9, my install would always > lock up. I've posted a thread on this issue to the message board, and > a few gentlemen replied and had a solution for this; you must get into > single-user mode, and set a few sysctls to bypass the keyboard and > serial port confusion. > > Interrupt the kernel loading process, then: > > set hint.sio.0.disabled=3D1 > set hint.sio.1.disabled=3D1 > set hint.atkbd.0.flags=3D0x9 > > And continue booting...This was my help from Ariff Abdullah and Nathan > Vidican > > I tried the above set of commands (after hitting option 6 on the boot menu = - escape to loader prompt) including unsetting acpi, then typing boot and the same error came up. I am unable to boot to single user mode directly as the above post suggest, not does safe mode work. I did notice one difference though. If I cold boot the laptop, in place of the elf32 error message, the system hangs. If I first boot into windows then reboot to install CD, I get the elf32 error and the option to choose m= y boot. From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 01:38: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 1DEEA16A41F for ; Thu, 22 Dec 2005 01:38:35 +0000 (GMT) (envelope-from jester@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9886343D46 for ; Thu, 22 Dec 2005 01:38:34 +0000 (GMT) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail2.panix.com (Postfix) with ESMTP id 5C9AE9DCA1 for ; Wed, 21 Dec 2005 20:38:33 -0500 (EST) Received: (from jester@localhost) by panix2.panix.com (8.11.6p3/8.8.8/PanixN1.1) id jBM1cXF28283 for freebsd-questions@freebsd.org; Wed, 21 Dec 2005 20:38:33 -0500 (EST) Date: Wed, 21 Dec 2005 20:38:33 -0500 From: Jesse Sheidlower To: freebsd-questions@freebsd.org Message-ID: <20051222013833.GA23549@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i Subject: automake19: texinfo error during build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 01:38:35 -0000 I'm trying to upgrade my automake from 1.8.5_2 to 1.9.6 (in order to install Subversion, which seems to require this). During the build, I get a screenful of errors like ./automake19.texi:8788: Unknown command `tie'. ./automake19.texi:8788: Misplaced {. ./automake19.texi:8788: Misplaced }. ./automake19.texi:9090: Unknown command `tie'. [...] before dying with --- makeinfo: Removing output file `./automake19.info' due to errors; use --force to preserve. *** Error code 2 Stop in /usr/ports/devel/automake19/work/automake-1.9.6/doc. *** Error code 1 Stop in /usr/ports/devel/automake19/work/automake-1.9.6. *** Error code 1 Stop in /usr/ports/devel/automake19. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade39976.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! devel/automake19 (automake-1.8.5_2) (texinfo error) --- I think my dependencies are up to date. Oh, this is on 4.X. I didn't see anything relevant from Googling. What do I need to fix to get this in order? Thanks. Jesse Sheidlower From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 01:54: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 32BBA16A41F for ; Thu, 22 Dec 2005 01:54:43 +0000 (GMT) (envelope-from jahilliya@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4786843D55 for ; Thu, 22 Dec 2005 01:54:41 +0000 (GMT) (envelope-from jahilliya@gmail.com) Received: by zproxy.gmail.com with SMTP id l1so321376nzf for ; Wed, 21 Dec 2005 17:54: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=jGyHGdzuysJp4+edQ8q5KkD6XrwL7uPBmItOlV0T8ZTDa2bUH+pvgmu8FVhi/98wtiq8WJmeL5WRSrMvn1AxY2jA3r9+awN2/n76SGs16AlrlbUWFySn9In1aaARsnYMvER0UwZeZ2lRHGTfk2Nr8YCnxmSYXDbYDgumjNeZXDk= Received: by 10.65.22.18 with SMTP id z18mr15011qbi; Wed, 21 Dec 2005 17:54:40 -0800 (PST) Received: by 10.64.180.13 with HTTP; Wed, 21 Dec 2005 17:54:40 -0800 (PST) Message-ID: Date: Thu, 22 Dec 2005 09:54:40 +0800 From: Daniel To: Georg Auernhammer In-Reply-To: <20051221235124.GA8757@bera.rus.uni-stuttgart.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051221235124.GA8757@bera.rus.uni-stuttgart.de> Cc: freebsd-questions@freebsd.org Subject: Re: Could notconnect to port 3690 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 01:54:43 -0000 Check what IP address subversion is listening on. sockstat -l On 12/22/05, Georg Auernhammer wrote: > Hello! > > I recently installed FreeBSD on a AMD64 computer. > Installed subversion. > and no firewall. > > But now I can't connect to port 3690: > telnet localhost 3690 > works fine > > othermachine# telnet thatmachine 3690 > will not work. > > any suggestions? > -- > Georg Auernhammer > http://www.isnochys.de > _______________________________________________ > 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 Thu Dec 22 01:58: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 58EC716A41F for ; Thu, 22 Dec 2005 01:58:12 +0000 (GMT) (envelope-from excalibur@icehouse.net) Received: from mail.icehouse.net (mail.icehouse.net [216.255.223.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 224AB43D8C for ; Thu, 22 Dec 2005 01:58:01 +0000 (GMT) (envelope-from excalibur@icehouse.net) Received: from [216.255.214.108] (ppp-boise-85.icehouse.net [216.255.214.108]) by mail.icehouse.net (Postfix) with ESMTP id ADC6150A79 for ; Wed, 21 Dec 2005 17:57:21 -0800 (PST) Message-ID: <43AA081D.3050800@icehouse.net> Date: Wed, 21 Dec 2005 18:57:49 -0700 From: Andrew Falanga User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Additional dual boot issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 01:58:12 -0000 Ok, I was following my post in usenet (didn't know that messages posted here were propogated there, cool). Someone responded to another chap who was having a similar problem as mine that the issue was probably that they hadn't loaded the FreeBSD bootloader on to the second drive. So, I did this: # as root dd if=/dev/ad0 of=mbr.ad0 bs=512 count=1 boot0cfg -B ad0 In my system, the IDE drive (with windows) is ad0 and the SATA drive with FreeBSD is ad4. Now, when I'm presented with F1 - FreeBSD F5 - Drive1 I press F5 and am presented with F1 - DOS F5 - Drive0 This differs in that when I was presented with F5 on the first menu I'd press it and FreeBSD would boot. Now, it appears to try to boot Windows but all that happens is I get a blank screen for a few seconds then the machine does a soft reboot and I'm back to the bootloader prompts after the BIOS does its thing. What could be the issue now? Andy P.S. What does 'ad' mean in ad0, ad1 ... adN? Also, remember that I'm not a member of this list. Please respond to me directly when you respond to the list as well. Someone who responded last time mentioned a gmail account, or something, if that is some sort of "work-around" for folks like me with limited space for e-mail, I'd like to know more. From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 02:06:10 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 A928B16A41F for ; Thu, 22 Dec 2005 02:06:10 +0000 (GMT) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxsf24.cluster1.charter.net (mxsf24.cluster1.charter.net [209.225.28.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1530443D5F for ; Thu, 22 Dec 2005 02:06:09 +0000 (GMT) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxip03a.cluster1.charter.net (mxip03a.cluster1.charter.net [209.225.28.133]) by mxsf24.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id jBM268Ul024236 for ; Wed, 21 Dec 2005 21:06:08 -0500 Received: from 24-183-196-66.dhcp.jcsn.tn.charter.com (HELO [192.168.1.6]) ([24.183.196.66]) by mxip03a.cluster1.charter.net with ESMTP; 21 Dec 2005 21:06:05 -0500 X-IronPort-AV: i="3.99,281,1131339600"; d="scan'208"; a="1783074840:sNHT16541322" Message-ID: <43AA0565.3030907@wilderness.homeip.net> Date: Wed, 21 Dec 2005 19:46:13 -0600 From: Laurence Sanford User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051203) 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: Pango port broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 02:06:10 -0000 When compiling pango, (/ports/x11-toolkits/pango) I recieve the following error: /bin/sh /usr/ports/x11-toolkits/pango/work/gnome-libtool --mode=link cc -O -pipe -Wall -L/usr/local/lib -L/usr/X11R6/lib -o libpango-1.0.la -rpath /usr/X11R6/lib -version-info 1001:1:1001 -export-symbols-regex "^pango_.*" break.lo ellipsize.lo fonts.lo glyphstring.lo mapping.lo modules.lo pango-attributes.lo pango-color.lo pango-context.lo pango-coverage.lo pango-engine.lo pango-fontmap.lo pango-fontset.lo pango-glyph-item.lo pango-item.lo pango-layout.lo pango-markup.lo pango-renderer.lo pango-script.lo pango-tabs.lo pango-utils.lo reorder-items.lo shape.lo pango-enum-types.lo -L/usr/local/lib -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv mini-fribidi/libmini-fribidi.la -lm gnome-libtool: link: CURRENT `1001' is not a nonnegative integer gnome-libtool: link: `1001:1:1001' is not valid version information gmake[4]: *** [libpango-1.0.la] Error 1 This build is initiated using portupgrade -rR pango - this being broken is preventing Gaim and several other ports I use from building, which need to build because they broke due to other dependencies being upgraded while upgrading Firefox. Any recommendations? From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 03:21: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 1E9F916A41F for ; Thu, 22 Dec 2005 03:21:21 +0000 (GMT) (envelope-from evas@mountaincable.net) Received: from ns2.mountaincable.net (ns2.mountaincable.net [24.215.0.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 934E243D45 for ; Thu, 22 Dec 2005 03:21:20 +0000 (GMT) (envelope-from evas@mountaincable.net) Received: from homeaqk797bphw (dhcp-0-10-dc-82-ec-78.cpe.mountaincable.net [24.213.86.84]) by ns2.mountaincable.net (Postfix) with SMTP id D3DEE160DE5 for ; Wed, 21 Dec 2005 22:21:16 -0500 (EST) Message-ID: <002601c606a6$550226e0$5456d518@homeaqk797bphw> From: "Chris Saunders" To: Date: Wed, 21 Dec 2005 22:18: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 Subject: Connecting to internet. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 03:21:21 -0000 Just installed FreeBSD and it seems everything went fine. I have also recently installed Slackware Linux and it seems to have automatically set itself up to connect to the internet. I have had a look in the FreeBSD Handbook (not too deeply), but didn't see a section on getting connected. I'm hoping that someone could either give me either a method or a direction in the documentation. Regards Chris Saunders From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 03:48: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 F152F16A420 for ; Thu, 22 Dec 2005 03:48:09 +0000 (GMT) (envelope-from tom@trancegeek.net) Received: from jet14.hasweb.com (jet14.hasweb.com [72.29.75.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B3DF43D5D for ; Thu, 22 Dec 2005 03:48:06 +0000 (GMT) (envelope-from tom@trancegeek.net) Received: from pool-151-204-247-69.bos.east.verizon.net ([151.204.247.69] helo=[192.168.1.44]) by jet14.hasweb.com with esmtpa (Exim 4.52) id 1EpHQy-0001Jf-D7; Wed, 21 Dec 2005 22:48:04 -0500 Message-ID: <43AA21F0.6060508@trancegeek.net> Date: Wed, 21 Dec 2005 22:48:00 -0500 From: Tom Norris 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: <002601c606a6$550226e0$5456d518@homeaqk797bphw> In-Reply-To: <002601c606a6$550226e0$5456d518@homeaqk797bphw> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jet14.hasweb.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - trancegeek.net X-Source: X-Source-Args: X-Source-Dir: Cc: Chris Saunders Subject: Re: Connecting to internet. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 03:48:10 -0000 Chris Saunders wrote: > Just installed FreeBSD and it seems everything went fine. > I have also recently installed Slackware Linux and it seems > to have automatically set itself up to connect to the internet. > I have had a look in the FreeBSD Handbook (not too deeply), > but didn't see a section on getting connected. I'm hoping that > someone could either give me either a method or a direction > in the documentation. > > Regards > Chris Saunders How are you connected? A wired lan, a dial up connection, a wireless lan, sattelite, gerbils that run on a wheel (you put a carrot in front of them when you need to download faster) tin cans connected with string, carrier pidgeon? -- Tom From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 04:18: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 6016016A41F for ; Thu, 22 Dec 2005 04:18:15 +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 E08B943D5E for ; Thu, 22 Dec 2005 04:18:14 +0000 (GMT) (envelope-from rubenl@bloemgarten.demon.nl) Received: from axelds.demon.nl ([83.160.138.74]:59052 helo=abubbletprpdda) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1EpHu9-0002Yg-QR; Thu, 22 Dec 2005 04:18:13 +0000 From: "Ruben Bloemgarten" To: "'Chris Saunders'" , Date: Thu, 22 Dec 2005 05:17:47 +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: <002601c606a6$550226e0$5456d518@homeaqk797bphw> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Thread-Index: AcYGpwFvzICmb0m+SQGt+ge3Q2NCAgABy2Gg Cc: Subject: RE: Connecting to internet. 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: Thu, 22 Dec 2005 04:18:15 -0000 Chris, http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-set up.html and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-confi gfiles.html Do try to take a *slightly* closer look next time, preferably before you post a question. Thanks. Regards, Ruben -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Chris Saunders Sent: December 22, 2005 4:18 AM To: freebsd-questions@freebsd.org Subject: Connecting to internet. Just installed FreeBSD and it seems everything went fine. I have also recently installed Slackware Linux and it seems to have automatically set itself up to connect to the internet. I have had a look in the FreeBSD Handbook (not too deeply), but didn't see a section on getting connected. I'm hoping that someone could either give me either a method or a direction in the documentation. Regards Chris Saunders _______________________________________________ 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.2/208 - Release Date: 12/20/2005 -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.2/208 - Release Date: 12/20/2005 From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 04:45: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 D7AD216A41F for ; Thu, 22 Dec 2005 04:45:07 +0000 (GMT) (envelope-from evas@mountaincable.net) Received: from ns2.mountaincable.net (ns2.mountaincable.net [24.215.0.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 185F643D5D for ; Thu, 22 Dec 2005 04:45:07 +0000 (GMT) (envelope-from evas@mountaincable.net) Received: from homeaqk797bphw (dhcp-0-10-dc-82-ec-78.cpe.mountaincable.net [24.213.86.84]) by ns2.mountaincable.net (Postfix) with SMTP id 550E6160C1B; Wed, 21 Dec 2005 23:45:06 -0500 (EST) Message-ID: <001701c606b2$0a8b8960$5456d518@homeaqk797bphw> From: "Chris Saunders" To: , References: Date: Wed, 21 Dec 2005 23:41:57 -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 Cc: Subject: Re: Connecting to internet. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 04:45:08 -0000 Thanks for the reply Ruben (and others). I did see these sections when having a cursory look at the docs but was hoping for something simpler. On some older versions of Linux that I have installed there was a program called adsl-setup that I used to get connected. I thought FreeBSD would have something similar and I was just not finding it. Thanks again. Regards Chris Saunders ----- Original Message ----- From: "Ruben Bloemgarten" To: "'Chris Saunders'" ; Sent: Wednesday, December 21, 2005 11:17 PM Subject: RE: Connecting to internet. > Chris, > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-set > up.html > > and > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-confi > gfiles.html > > Do try to take a *slightly* closer look next time, preferably before you > post a question. Thanks. > > Regards, > Ruben From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 05:01: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 414D016A41F for ; Thu, 22 Dec 2005 05:01:29 +0000 (GMT) (envelope-from chris@monochrome.org) Received: from mail.monochrome.org (b4.ebbed1.client.atlantech.net [209.190.235.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACEAB43D5A for ; Thu, 22 Dec 2005 05:01:28 +0000 (GMT) (envelope-from chris@monochrome.org) Received: from tripel (tripel [192.168.1.11]) by mail.monochrome.org (8.9.3/8.9.3) with ESMTP id AAA80909; Thu, 22 Dec 2005 00:01:24 -0500 (EST) (envelope-from chris@monochrome.org) Date: Thu, 22 Dec 2005 00:01:49 -0500 (EST) From: Chris Hill To: Chris Saunders In-Reply-To: <001701c606b2$0a8b8960$5456d518@homeaqk797bphw> Message-ID: <20051221235148.M48710@tripel.monochrome.org> References: <001701c606b2$0a8b8960$5456d518@homeaqk797bphw> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ruben@bloemgarten.demon.nl, freebsd-questions@freebsd.org Subject: Re: Connecting to internet. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 05:01:29 -0000 On Wed, 21 Dec 2005, Chris Saunders wrote: > Thanks for the reply Ruben (and others). I did see these sections > when having a cursory look at the docs but was hoping for something > simpler. On some older versions of Linux that I have installed there > was a program called adsl-setup that I used to get connected. Sounds like you're on a DSL line. The proper way to connect depends on what what your ISP is set up for. Mine uses a straight ethernet-to-ATM bridge, so I just ifconfig and I'm off. I hear a lot of ISPs use PPP over ethernet, and other stuff as well. Best would be to find out what your ISP uses. If it's PPP over ethernet, search the web site (and/or archives) for that phrase, or for PPPoE. > I thought FreeBSD would have something similar and I was just not > finding it. Not quite so automated here. There is dhclient, the DHCP client, which allows your machine to get a dynamic IP from your ISP. I've never used it but I know it exists. HTH. -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ] From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 05:13:34 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 A65FD16A41F for ; Thu, 22 Dec 2005 05:13:34 +0000 (GMT) (envelope-from rene.mendoza@syspres.com) Received: from daffy.activeinvitesoftware.com (adsl-71-141-254-235.dsl.snfc21.pacbell.net [71.141.254.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 619FF43D4C for ; Thu, 22 Dec 2005 05:13:33 +0000 (GMT) (envelope-from rene.mendoza@syspres.com) Received: from [192.168.2.140] (unknown [210.213.170.108]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by daffy.activeinvitesoftware.com (Postfix) with ESMTP id F02371106806 for ; Wed, 21 Dec 2005 21:13:51 -0800 (PST) Message-ID: <43AA35EF.5060000@syspres.com> Date: Thu, 22 Dec 2005 13:13:19 +0800 From: "Rene C. Mendoza" User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) 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: php4-4.4.1_3 won't install on 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: Thu, 22 Dec 2005 05:13:34 -0000 Hello! I've got a problem installing php-4.4.1_3 on my FreeBSD 5.4 machine. Here's what I did: 1. cvsup'ed the ports tree 2. updated all ports 3. tried to install squirrelmail (requires php to install) . . . At this point, I get the following error. As you can see, the php port is compiled without problems. It fails only when it is being installed. ################################## Build complete. (It is safe to ignore warnings about tempnam and tmpnam). ===> Installing for php4-4.4.1_3 ===> php4-4.4.1_3 depends on file: /usr/local/sbin/apxs - found ===> php4-4.4.1_3 depends on file: /usr/local/sbin/apxs - found ===> Generating temporary packing list ===> Checking if lang/php4 already installed Installing PHP SAPI module: apache2handler /usr/local/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/share/apache2/build/libtool' libphp4.la /usr/local/libexec/apache2 /usr/local/share/apache2/build/libtool --mode=install cp libphp4.la /usr/local/libexec/apache2/ cp .libs/libphp4.so /usr/local/libexec/apache2/libphp4.so libtool: install: warning: remember to run `libtool --finish /usr/ports/lang/php4/work/php-4.4.1/libs' grep: /usr/local/libexec/apache2/libphp4.la: No such file or directory grep: /usr/local/libexec/apache2/libphp4.la: No such file or directory Warning! dlname not found in /usr/local/libexec/apache2/libphp4.la. Assuming installing a .so rather than a libtool archive. chmod 755 /usr/local/libexec/apache2/libphp4.so Bus error (core dumped) *** Error code 138 Stop in /usr/ports/lang/php4/work/php-4.4.1. *** Error code 1 Stop in /usr/ports/lang/php4. *** Error code 1 Stop in /usr/ports/devel/pear. *** Error code 1 Stop in /usr/ports/databases/pear-DB. *** Error code 1 Stop in /usr/ports/mail/squirrelmail. ########### I also get the following error on /var/log/messages: Dec 21 19:41:18 donald kernel: pid 27250 (perl5.8.7), uid 0: exited on signal 10 (core dumped) Hope this is not a hardware issue. I was thinking of rebuilding world just to see if the problem can be solved but only as last resort. thanks, rene From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 06:04: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 9147E16A41F for ; Thu, 22 Dec 2005 06:04:36 +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 E65D243D5E for ; Thu, 22 Dec 2005 06:04:33 +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 jBM67lP53619; Wed, 21 Dec 2005 22:07:48 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , Date: Wed, 21 Dec 2005 22:04:30 -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: <20051221.084740.6138.198318@webmail29.lax.untd.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: 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: Thu, 22 Dec 2005 06:04:36 -0000 You need to call your credit card company immediately and ask specifically for the fraud department and have them reverse the charges. Do not dick around - this company has almost certainly had dozens of other chargebacks by now. Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of >dave.horvath@netzero.net >Sent: Wednesday, December 21, 2005 8:47 AM >To: freebsd-questions@freebsd.org >Subject: Is MegaCameras.com still in business? > > >I saw a posting dated Dec. 1st from Murray Haberman asking: “Is >MegaCameras.com still in business?” 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."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 asking 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. . > > > >Dave Horvath >(212) 989-0417 home >(917) 747-9869 cell >_______________________________________________ >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.2/208 - Release Date: >12/20/2005 > From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 06:20: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 43C6E16A41F for ; Thu, 22 Dec 2005 06:20:22 +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 AA55643D5A for ; Thu, 22 Dec 2005 06:20:21 +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 jBM6NYP53674; Wed, 21 Dec 2005 22:23:34 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Loren M. Lang" Date: Wed, 21 Dec 2005 22:20:17 -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: <20051221174708.GD27642@alzatex.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Yance Kowara , freebsd-questions@freebsd.org Subject: RE: FreeBSD router two DSL connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 06:20:22 -0000 >-----Original Message----- >From: Loren M. Lang [mailto:lorenl@alzatex.com] >Sent: Wednesday, December 21, 2005 9:47 AM >To: Ted Mittelstaedt >Cc: Yance Kowara; freebsd-questions@freebsd.org >Subject: Re: FreeBSD router two DSL connections > > >On Sun, Dec 11, 2005 at 11:28:17PM -0800, Ted Mittelstaedt wrote: >> >> If both DSL lines go to the same ISP it is easy, run >> PPP on them and setup multilink PPP. The ISP has to >> do so also. >> >> If they are going to different ISP's then you cannot >> do it with any operating system or device save BGP - the idea is >> completely -stupid- to put it simply. If you think different, >> then explain why and I'll shoot every networking scenario >> you present so full of holes you will think it's swiss cheese. >> And if you think your going to run BGP I'll shoot that full >> of holes also. > >I strongly disagree. There are many reasons for this. Two of which are >increased throughoutput and redundancy. If you have read this thread you will have already seen that you cannot get increased throughput this way. As I asked before, explain how a DSL line to SpiritOne running at 1MBit/sec and a Comcast cable connection running at 1MBit/sec will allow you to download the FreeBSD release iso file at 2MBit/sec. This will be interesting. If you can't do it, which I will tell you that you can't, you have not increased throughput. And as for redundancy, I already explained that while this setup increases redundancy, the redundancy must be manually done - monitored by a human, and switched over when needed - or it will not react to the most common redundancy problems. > The primary problem is that you >need to make sure outgoing data for a connection is using the same line >as the incoming connection. No, not at all. The primary problem is that the incoming data that is in response to the outgoing connection will come in on the same line that the outgoing connection used. >If the majority to all connections are >outgoing and both lines use NAT and have unique IP addresses, it's >simpler to setup. >If you have incoming connections as well, either only >one of the two lines will be used or you'll need BGP Explain how to run BGP with a DSL line to Spirit One and a cable line to Comcast. >or some kind of >static route setup by the two ISPs. Rubbish. Explain how this would work. It won't. > >I have done this with a Linux router and using Comcast Cable and >SpiritOne DSL. We had all incoming connections use DSL and outgoing >connections use either line. You used the dual-NAT package that was detailed earlier which is the only one that can do that - is specific to Linux - and as I explained before, also will not permit you to take a 1MB DSL line from one provider and a 1MB cable line from the cable company and download a freebsd iso at 2MB. Thus it is not load-balancing because it does not actually use both lines for a connection. > We balanced them by internal IP addresses, You did not balance them, you had some of the inside IP numbers use one line, and others use the other line. This isn't load balancing. >but there might be more sophisticated methods. I do not know what >support FreeBSD has for this kind of routing though. At the very >minimum, you could get redundancy for outgoing connections by switching >the route to use the other line when the first one fails. > Which is not redundant. Considering the OP asked for specifics on how to do this and your response as been a bunch of theoretical gobbdleygook that is flat out wrong network theory, you haven't done anything to help the poor bastard. Ted From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 07:03: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 9DBA116A41F for ; Thu, 22 Dec 2005 07:03:00 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 134B343D5F for ; Thu, 22 Dec 2005 07:02:59 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EpKTT-0007fy-V9 for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 08:02:51 +0100 Received: from port-212-202-34-162.dynamic.qsc.de ([212.202.34.162]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Dec 2005 08:02:51 +0100 Received: from Markus by port-212-202-34-162.dynamic.qsc.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Dec 2005 08:02:51 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Markus Trippelsdorf Date: Thu, 22 Dec 2005 07:02:39 +0000 (UTC) Lines: 14 Message-ID: References: <43AA0565.3030907@wilderness.homeip.net> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: port-212-202-34-162.dynamic.qsc.de User-Agent: slrn/0.9.8.1 (FreeBSD) Sender: news Subject: Re: Pango port broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 07:03:00 -0000 On 2005-12-22, Laurence Sanford wrote: > When compiling pango, (/ports/x11-toolkits/pango) I recieve the > following error: > gnome-libtool: link: CURRENT `1001' is not a nonnegative integer > gnome-libtool: link: `1001:1:1001' is not valid version information > gmake[4]: *** [libpango-1.0.la] Error 1 > Any recommendations? portupgrade "libtool-1.5*" -- Markus From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 07:24: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 0DB1E16A41F for ; Thu, 22 Dec 2005 07:24:45 +0000 (GMT) (envelope-from deejy-pooh@ntlworld.com) Received: from mta08-winn.ispmail.ntl.com (mta08-winn.ispmail.ntl.com [81.103.221.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3037B43D58 for ; Thu, 22 Dec 2005 07:24:43 +0000 (GMT) (envelope-from deejy-pooh@ntlworld.com) Received: from aamta09-winn.ispmail.ntl.com ([81.103.221.35]) by mta08-winn.ispmail.ntl.com with ESMTP id <20051222072442.EVAO17804.mta08-winn.ispmail.ntl.com@aamta09-winn.ispmail.ntl.com> for ; Thu, 22 Dec 2005 07:24:42 +0000 Received: from cpc4-linc4-5-1-cust91.nott.cable.ntl.com ([82.25.112.91]) by aamta09-winn.ispmail.ntl.com with ESMTP id <20051222072442.DEYY13162.aamta09-winn.ispmail.ntl.com@cpc4-linc4-5-1-cust91.nott.cable.ntl.com> for ; Thu, 22 Dec 2005 07:24:42 +0000 From: deej To: freebsd-questions@freebsd.org Date: Thu, 22 Dec 2005 07:24:38 +0000 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: base64 Content-Disposition: inline Message-Id: <200512220724.39108.deejy-pooh@ntlworld.com> Subject: Re: Signature-of-the-year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 07:24:45 -0000 PkpvbmF0aGFuIENoZW4gPGpvbmNAY2hlbi5vcmcubno+Cj4tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0KPiCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoFZpbmksIHZpZGksIHZlbGNy by4uLgo+oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKBJIGNhbWUsIEkg c2F3LCBJIHN0dWNrIGFyb3VuZAoKCVRoaXMgb25lIG5lYXJseSBwYXNzZWQgbWUgYnkuLi4gdmVy eSBnb29kIDo+fQoKCQlEZWVqCg== From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 07:25: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 BB4E116A41F for ; Thu, 22 Dec 2005 07:25:35 +0000 (GMT) (envelope-from rusisnoc@bera.rus.uni-stuttgart.de) Received: from medousa.rus.uni-stuttgart.de (medousa.rus.uni-stuttgart.de [129.69.2.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCE0643D45 for ; Thu, 22 Dec 2005 07:25:32 +0000 (GMT) (envelope-from rusisnoc@bera.rus.uni-stuttgart.de) Received: from localhost (localhost [127.0.0.1]) by medousa.rus.uni-stuttgart.de (Postfix) with ESMTP id 48584232701; Thu, 22 Dec 2005 08:25:31 +0100 (CET) Received: from medousa.rus.uni-stuttgart.de ([127.0.0.1]) by localhost (medousa [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30031-01-14; Thu, 22 Dec 2005 08:25:28 +0100 (CET) Received: from helpdesk.bera.rus.uni-stuttgart.de (helpdesk.bera.rus.uni-stuttgart.de [129.69.221.120]) by medousa.rus.uni-stuttgart.de (Postfix) with ESMTP id 419F42326F8; Thu, 22 Dec 2005 08:25:28 +0100 (CET) Received: from rusisnoc by helpdesk.bera.rus.uni-stuttgart.de with local (Exim 3.35 #1 (Debian)) id 1EpKpL-0002EU-00; Thu, 22 Dec 2005 08:25:27 +0100 Date: Thu, 22 Dec 2005 08:25:27 +0100 From: Georg Auernhammer To: Daniel Message-ID: <20051222072527.GA7867@bera.rus.uni-stuttgart.de> References: <20051221235124.GA8757@bera.rus.uni-stuttgart.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i X-Virus-Scanned: by amavisd-new at medousa.rus.uni-stuttgart.de X-Spam-Status: No, hits=-4.399 tagged_above=-999 required=5 tests=ALL_TRUSTED, BAYES_00 X-Spam-Level: Cc: freebsd-questions@freebsd.org Subject: Re: Could notconnect to port 3690 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 07:25:35 -0000 > Check what IP address subversion is listening on. > > sockstat -l root@cherub# sockstat -l USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS root svnserve 22017 3 tcp6 *:3690 *:* is there a "built-in" firewall? because sockstat -l looks very normal.. -- Georg Auernhammer http://www.isnochys.de From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 07:30: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 200D716A420 for ; Thu, 22 Dec 2005 07:30:32 +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 8595643D45 for ; Thu, 22 Dec 2005 07:30:31 +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 1FBEB24609C; Thu, 22 Dec 2005 08:30:30 +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 43274-02; Thu, 22 Dec 2005 08:30:29 +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 AD5DB245DBF; Thu, 22 Dec 2005 08:30:25 +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 jBM7UORR014660; Thu, 22 Dec 2005 08:30:25 +0100 (CET) (envelope-from sasa@stupar.homelinux.net) Date: Thu, 22 Dec 2005 08:30:28 +0100 From: Sasa Stupar To: Jorn Argelo Message-ID: In-Reply-To: <43A9A240.9070709@wcborstel.nl> References: <43A9A240.9070709@wcborstel.nl> 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: Thu, 22 Dec 2005 07:30:32 -0000 --On 21. december 2005 19:43 +0100 Jorn Argelo 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, > > Open /etc/ttys with your favourite editor and search for this line: > > ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure > > Change this into: > > ttyv8 "/usr/X11R6/bin/kdm" xterm on secure > > And voila, KDM will start at boot. > > Best regards, > > Jorn OK. KDE is starting on boot but it won't let me to log in as root nor I can't su after I have logged in as normal user. And another thing: I have configure X with "xorgcfg -textmode" and I have specified my card, monitor, resolution. Hence, after the log into my account I have 640*480 only resolution. I have tried to change in preferences>peripheral>display but I have only one choose 640*480. What am I missing here? -- Sasa Stupar From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 08: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 E175A16A43A for ; Thu, 22 Dec 2005 08:19:11 +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 6A7F443D66 for ; Thu, 22 Dec 2005 08:19:10 +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 0A4402E16B for ; Thu, 22 Dec 2005 09:19:08 +0100 (CET) Message-ID: <43AA617C.7040709@locolomo.org> Date: Thu, 22 Dec 2005 09:19:08 +0100 From: Erik Norgaard User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051214) 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 Subject: Donkeys crash FreeBSD6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 08:19:12 -0000 Hi: I have tried using both mldonkey and xmule on my FreeBSD6, and both are able to crash the system. I have used mostly mldonkey, and even running only the core the system crashes at unknown events: It has happened on FBSD 5.4 and 6.0 with & without X and other applications running. I also suspect mldonkey to have destroyed one disk. Yesterday I tried xmule, but it only ran 4 hours then the system crashed. I am fairly certain that no other program is causing the crash, it happens only if one of these are running and independent on what other applications are running. Without xmule or mldonkey running my system is stable as rock. Any ideas of what is going on? Did IFPI add some evil patch? Any working alternatives? Thanks, 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 Thu Dec 22 08:38: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 67B2016A41F for ; Thu, 22 Dec 2005 08:38:33 +0000 (GMT) (envelope-from rusisnoc@bera.rus.uni-stuttgart.de) Received: from medousa.rus.uni-stuttgart.de (medousa.rus.uni-stuttgart.de [129.69.2.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF91643D5D for ; Thu, 22 Dec 2005 08:38:32 +0000 (GMT) (envelope-from rusisnoc@bera.rus.uni-stuttgart.de) Received: from localhost (localhost [127.0.0.1]) by medousa.rus.uni-stuttgart.de (Postfix) with ESMTP id B79122327C1; Thu, 22 Dec 2005 09:38:31 +0100 (CET) Received: from medousa.rus.uni-stuttgart.de ([127.0.0.1]) by localhost (medousa [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04743-01-54; Thu, 22 Dec 2005 09:38:29 +0100 (CET) Received: from helpdesk.bera.rus.uni-stuttgart.de (helpdesk.bera.rus.uni-stuttgart.de [129.69.221.120]) by medousa.rus.uni-stuttgart.de (Postfix) with ESMTP id A01E62327A2; Thu, 22 Dec 2005 09:38:29 +0100 (CET) Received: from rusisnoc by helpdesk.bera.rus.uni-stuttgart.de with local (Exim 3.35 #1 (Debian)) id 1EpLy1-0004cj-00; Thu, 22 Dec 2005 09:38:29 +0100 Date: Thu, 22 Dec 2005 09:38:28 +0100 From: Georg Auernhammer To: Daniel Message-ID: <20051222083828.GA17763@bera.rus.uni-stuttgart.de> References: <20051221235124.GA8757@bera.rus.uni-stuttgart.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i X-Virus-Scanned: by amavisd-new at medousa.rus.uni-stuttgart.de X-Spam-Status: No, hits=-4.399 tagged_above=-999 required=5 tests=ALL_TRUSTED, BAYES_00 X-Spam-Level: Cc: freebsd-questions@freebsd.org Subject: Re: Could notconnect to port 3690 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 08:38:33 -0000 Thanks for your help. started it in inetd.conf as tcp now it's working -- Georg Auernhammer http://www.isnochys.de From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 08:42:15 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 5CE8E16A41F for ; Thu, 22 Dec 2005 08:42:15 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9127043D5A for ; Thu, 22 Dec 2005 08:42:14 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so242863wxc for ; Thu, 22 Dec 2005 00: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:references; b=dRYUbx5VlcqNG7haJj8KsBCvDAwwgt6cq1El/UVtIPyTpfusgD5eH+XUTIVYTjfCr93cZSP38PDxvCMeDm5wRRlCzTr53p/l2rKGjBSiT1FtZMv2JOqWRESsOuyYnCJ12jgHpA8yKOBySchLcZS7FgoHsD5trU/qBxIPg0zWGRE= Received: by 10.70.79.4 with SMTP id c4mr1750526wxb; Thu, 22 Dec 2005 00:42:13 -0800 (PST) Received: by 10.70.68.4 with HTTP; Thu, 22 Dec 2005 00:42:13 -0800 (PST) Message-ID: <27dbfc8c0512220042s6b6f1704m320204550fce595b@mail.gmail.com> Date: Thu, 22 Dec 2005 09:42:13 +0100 From: Valerio daelli To: Feczak Szabolcs In-Reply-To: <43A99FCF.5070409@siodigit.hu> MIME-Version: 1.0 References: <43A99FCF.5070409@siodigit.hu> 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: questions@freebsd.org Subject: Re: Group membership above 15 of them X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 08:42:15 -0000 On 12/21/05, Feczak Szabolcs wrote: > > Hi, > > I would like to have users with more than 15 groups. The default > kern.ngroups: is 16 by default and readonly, and not even /etc/sysctl.con= f > allows to modify it after reboot, although securelevel is -1. I read > somewhere > that I need the modify the source and rebuild world for this. If I put > myself > into more than 15 groups I cannot login anymore and only > sshd[52178]: initgroups(username,100): Invalid argument message > in the syslog warns me about this - I think more warnings needed > at some other point since you can easily lock out yourself from > a remote system. > > So what steps should I take to let this configuration work. > Isn't there an easier way then rebuild wolrd ? We have a configuration with 64 groups and it is pretty stable. We modified the sources: /usr/include/sys/syslimits.h /usr/src/sys/sys/syslimits.h and put the NGROUPS_MAX to 64. Then we rebuilt everything and now it just works. Valerio From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 09:12: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 8AED916A41F for ; Thu, 22 Dec 2005 09:12:19 +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 8802C43D5D for ; Thu, 22 Dec 2005 09:12:18 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 13814 invoked by uid 510); 22 Dec 2005 09:14:15 +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 2.4425 secs); 22 Dec 2005 09:14:15 -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 2.4425 secs Process 13807) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 22 Dec 2005 09:14:13 +0000 From: Robert Slade To: Sasa Stupar In-Reply-To: References: <43A9A240.9070709@wcborstel.nl> Content-Type: text/plain Message-Id: <1135242852.12271.11.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Thu, 22 Dec 2005 09:14:12 +0000 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" 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: Thu, 22 Dec 2005 09:12:19 -0000 On Thu, 2005-12-22 at 07:30, Sasa Stupar wrote: > --On 21. december 2005 19:43 +0100 Jorn Argelo 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, > > > > Open /etc/ttys with your favourite editor and search for this line: > > > > ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure > > > > Change this into: > > > > ttyv8 "/usr/X11R6/bin/kdm" xterm on secure > > > > And voila, KDM will start at boot. > > > > Best regards, > > > > Jorn > > OK. KDE is starting on boot but it won't let me to log in as root nor I > can't su after I have logged in as normal user. > And another thing: I have configure X with "xorgcfg -textmode" and I have > specified my card, monitor, resolution. Hence, after the log into my > account I have 640*480 only resolution. I have tried to change in > preferences>peripheral>display but I have only one choose 640*480. > What am I missing here? Sasa, Setting up X-Windows with XDM and KDE is covered in detail in the manual. You really should read it as unlike Windows or some flavors of Linux you will not get far. You could have found the answers to the questions you have asked in the manual, including this. The section is: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html KDE is generic and does not always sit well with FreeBSD which is better run from the command line as it is more suited to server applications which can do without the overhead of the GUI. BTW I have found that the easiest way of setting the screen resolution is to delete the unused settings so hat the scree section only has one in it. Rob From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 09:13: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 60C3216A41F for ; Thu, 22 Dec 2005 09:13:57 +0000 (GMT) (envelope-from jayp.ml@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id D655643D5E for ; Thu, 22 Dec 2005 09:13:56 +0000 (GMT) (envelope-from jayp.ml@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so233501wxc for ; Thu, 22 Dec 2005 01:13:56 -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=bWkvUw2mtJhDRmAx5aGWtgpOeHd/IlQUBQY4f/n7HiFkrpqJMtYAmRrpXN9RCzFmocxKJOXGnge3IoSyTm/cyM6hqpr1sPU6V0hG3lFqjEAEvsGJnMyEZ2HLOyh7ULYkOnZ03x1IEsr/amrRQTdlX+lerOOWnXDZqLn13jlHtLc= Received: by 10.70.30.3 with SMTP id d3mr1734353wxd; Thu, 22 Dec 2005 01:13:56 -0800 (PST) Received: by 10.70.40.6 with HTTP; Thu, 22 Dec 2005 01:13:55 -0800 (PST) Message-ID: Date: Thu, 22 Dec 2005 18:13:55 +0900 From: Jay To: Erik Norgaard In-Reply-To: <43AA617C.7040709@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43AA617C.7040709@locolomo.org> Cc: FreeBSD questions Subject: Re: Donkeys crash FreeBSD6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 09:13:57 -0000 On 12/22/05, Erik Norgaard wrote: > Hi: > > I have tried using both mldonkey and xmule on my FreeBSD6, and both are > able to crash the system. > > I have used mostly mldonkey, and even running only the core the system > crashes at unknown events: It has happened on FBSD 5.4 and 6.0 with & > without X and other applications running. I also suspect mldonkey to > have destroyed one disk. > > Yesterday I tried xmule, but it only ran 4 hours then the system crashed. > > I am fairly certain that no other program is causing the crash, it > happens only if one of these are running and independent on what other > applications are running. Without xmule or mldonkey running my system is > stable as rock. > > Any ideas of what is going on? Did IFPI add some evil patch? Any working > alternatives? > > Thanks, 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 > _______________________________________________ > 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" > In my case, it was bad capacitor on mobo which freezed system when there were *heavy* hdd activity. From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 09:23: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 453EC16A41F for ; Thu, 22 Dec 2005 09:23:01 +0000 (GMT) (envelope-from arden@nildram.co.uk) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B1A743D60 for ; Thu, 22 Dec 2005 09:22:57 +0000 (GMT) (envelope-from arden@nildram.co.uk) Received: from vector.linux.vnet (unknown [84.12.29.241]) by smtp.nildram.co.uk (Postfix) with SMTP id 6C84126FCD4 for ; Thu, 22 Dec 2005 09:22:54 +0000 (GMT) Date: Thu, 22 Dec 2005 09:23:50 +0100 From: arden To: freebsd-questions@freebsd.org Message-Id: <20051222092350.24833671.arden@nildram.co.uk> In-Reply-To: <001701c606b2$0a8b8960$5456d518@homeaqk797bphw> References: <001701c606b2$0a8b8960$5456d518@homeaqk797bphw> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.1; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Connecting to internet. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 09:23:01 -0000 On Wed, 21 Dec 2005 23:41:57 -0500 "Chris Saunders" wrote: > Thanks for the reply Ruben (and others). I did see these sections when > having a > cursory look at the docs but was hoping for something simpler. On some > older > versions of Linux that I have installed there was a program called > adsl-setup > that I used to get connected. I thought FreeBSD would have something > similar > and I was just not finding it. > > Thanks again. > Regards > Chris Saunders how is the internet connecting to your machine? usb or ethernet ? Im guessing since you are using usb as far as I understand adsl-setup is a scipt to make setting up a usb device easier you would find it alot easier if you have an ethernet device just put in the log in details over a web browser interface connect to your machine(s) via dhcp and it dose all the work for you I dosnt care if the client attached of the bds linux mac skyOS (off topic has anyone tryed skyos) windows BeOS or something you've roled yourself as long as its "talking " the correct standard Arden > > ----- Original Message ----- > From: "Ruben Bloemgarten" > To: "'Chris Saunders'" ; > > Sent: Wednesday, December 21, 2005 11:17 PM > Subject: RE: Connecting to internet. > > > > Chris, > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-set > > up.html > > > > and > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-confi > > gfiles.html > > > > Do try to take a *slightly* closer look next time, preferably before you > > post a question. Thanks. > > > > Regards, > > Ruben > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 09:48: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 38D3316A41F for ; Thu, 22 Dec 2005 09:48:07 +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 ADB0443D46 for ; Thu, 22 Dec 2005 09:48:06 +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 jBM9pJP54492; Thu, 22 Dec 2005 01:51:19 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , "Loren M. Lang" Date: Thu, 22 Dec 2005 01:48:02 -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: <20051221175537.24640.qmail@web33310.mail.mud.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Yance Kowara , freebsd-questions@freebsd.org Subject: RE: FreeBSD router two DSL connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 09:48:07 -0000 >-----Original Message----- >From: Danial Thom [mailto:danial_thom@yahoo.com] >Sent: Wednesday, December 21, 2005 9:56 AM >To: Loren M. Lang; Ted Mittelstaedt >Cc: Yance Kowara; freebsd-questions@freebsd.org >Subject: Re: FreeBSD router two DSL connections > > >All upstream ISPs are >connected to everyone on the internet, so it >doesn't matter which you send your packets to >(the entire point of a "connectionless" network. >They both can forward your traffic to wherever >its going. They aren't going to forward your traffic unless it's sourced by an IP number they assign. To do otherwise means they would permit you to spoof IP numbers. And while it's possible some very small ISP's run by idiots that don't know any better might still permit this, their feeds certainly will not. >For efficiencies sake, you may argue >that sending to the ISP that sent you the traffic >will be a "better path", but if one of your pipes >is saturated and the other running at 20% letsseenow, these are full duplex 'pipes', can we have some direction this saturation is taking place in? I mean, since you are at least trying to make a senseless explanation sound right, you might as well try a bit harder. >then >its likely more efficient to keep your pipes >filled and send to "either" isp. You can achieve >this with per-packet load-balancing with ciscos, per packet load balancing is for parallel links between 2 endpoints. Not three, as in you, your first ISP, and your second ISP. Surprising you would drag up a Ciscoism as your such a big fan of BSD-based routers. >or bit-balancing with a product like ETs for >FreeBSD. Unless your 2 isps are connected >substantially differently (say if one is in >Europe and one in the US), you'll do better >keeping your pipes balanced, as YOU are the >bottleneck, not the upstream, assuming you have >quality upstream providers. > Sometimes you run into someone who is so ignorant of the subject of which he is trying to speak, - routing in this case - that you can't even argue with the person. Kind of like trying to explain the concept of the fossil record to a creationist. This is one of these times. Ted From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 09:55: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 98CD616A41F for ; Thu, 22 Dec 2005 09:55:21 +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 01EC143D55 for ; Thu, 22 Dec 2005 09:55:20 +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 jBM9wHP54526; Thu, 22 Dec 2005 01:58:17 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , "Sasa Stupar" , Date: Thu, 22 Dec 2005 01:55:00 -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: <20051220183225.64479.qmail@web33304.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: Thu, 22 Dec 2005 09:55:21 -0000 actually, I tested the ping-flooder from the my-security.net link and surprisingly it works under W2K. At least, enough to be able to get the FreeBSD system it was targeted at to start instituting ICMP limiting. I have no idea if it could in fact actually saturate a 100BaseT connection, or in fact if any Win2K system could. The presumption was that if Sasa was indeed interesting in running it, we could move on to a bit more sophistication, such as packet-counting access lists on the FreeBSD router that he's publishing stats from. Once we get some numbers from that, we could begin doing some rudimentary math to see what we have. Unfortunately, though, looks like Sasa has lost interest in the project when it started to require some effort to do. :-( Ted >-----Original Message----- >From: Danial Thom [mailto:danial_thom@yahoo.com] >Sent: Tuesday, December 20, 2005 10:32 AM >To: Ted Mittelstaedt; Sasa Stupar; freebsd-questions@freebsd.org >Subject: RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme >Song) > > >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 > >-- >No virus found in this incoming message. >Checked by AVG Free Edition. >Version: 7.1.371 / Virus Database: 267.14.2/208 - Release Date: >12/20/2005 > From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 09:59: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 D95A616A41F for ; Thu, 22 Dec 2005 09:59:59 +0000 (GMT) (envelope-from xotazu@cvc.uab.es) Received: from venezia.uab.es (venezia.uab.es [158.109.168.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305DE43D58 for ; Thu, 22 Dec 2005 09:59:57 +0000 (GMT) (envelope-from xotazu@cvc.uab.es) Received: from venezia.uab.es ([127.0.0.1]) by venezia.uab.es (Sun Java System Messaging Server 6.1 HotFix 0.10 (built Jan 6 2005)) with ESMTP id <0IRW00CN79BA5WB0@venezia.uab.es> for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 11:04:22 +0100 (CET) Received: from cvc.uab.es ([158.109.4.2]) by venezia.uab.es (Sun Java System Messaging Server 6.1 HotFix 0.10 (built Jan 6 2005)) with SMTP id <0IRW007679BA6R90@venezia.uab.es> for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 11:04:22 +0100 (CET) Received: from cvc131.uab.es by cvc.uab.es (SMI-8.6/SMI-SVR4) id LAA04879; Thu, 22 Dec 2005 11:08:10 +0100 Date: Thu, 22 Dec 2005 10:58:51 +0100 From: Xavier Otazu To: freebsd-questions@freebsd.org Message-id: <20051222105851.25a976f9@cvc131.uab.es> Organization: CVC MIME-version: 1.0 X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: kern.mxdsiz option and ld-elf incompatibility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 10:00:00 -0000 Hello: I am a newbie in FreeBSD. For the last days I am installing FreeBSD 6.0 and the usual tools I use in Linux. I installed 'wine' and it worked perfectly, but a problem appeared when changing a kernel boot option. I defined ' kern.maxdsiz="1500M" ' in the /boot/loader.conf file in order to enlarge available data for my programs. My computer has 750Mb physical RAM and 1521Mb swap space. When defining high amounts of datasize using this kernel option, wine complains with a "/libexec/ld-elf.so.1 not found". But when defining moderated amounts of datasize, for example kern.maxdsiz="700M", it works fine. Is it a kernel bug, or do I have to tweak some other kernel options? Thanks in advance Xavier From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 10:00: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 3E16F16A420 for ; Thu, 22 Dec 2005 10:00:22 +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 331BC43D58 for ; Thu, 22 Dec 2005 10:00:21 +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 jBMA3ZP54972; Thu, 22 Dec 2005 02:03:35 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Derrick Ryalls" Date: Thu, 22 Dec 2005 02:00:18 -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: 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 10:00:22 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Derrick Ryalls >Sent: Wednesday, December 21, 2005 10:26 AM >To: Ted Mittelstaedt >Cc: FreeBSD Questions >Subject: Re: HP Pavillion laptop can't boot FreeBSD > > >> >-----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 >> On 12/21/05, Ted Mittelstaedt wrote: >> > >> > 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 >> >> >I don't have a floppy drive to use, but in any case I used 3 different >FreeBSD CDs, all failed. One of the CDs I had previously used >to install on >a desktop, so I doubt it is a media issue. > Try booting a 4.11 CD, I have systems which will boot 4.11 fine but will not boot 5.4 or later. If an install works on that, I would send-pr the bug. Also, make sure to firmware/bios update the laptop. Ted From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 10:17: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 1817316A41F for ; Thu, 22 Dec 2005 10:17:01 +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 3AC7043D55 for ; Thu, 22 Dec 2005 10:17:00 +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 B7FC32E045; Thu, 22 Dec 2005 11:16:55 +0100 (CET) Message-ID: <43AA7D16.7000509@locolomo.org> Date: Thu, 22 Dec 2005 11:16:54 +0100 From: Erik Norgaard User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051214) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jay References: <43AA617C.7040709@locolomo.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD questions Subject: Re: Donkeys crash FreeBSD6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 10:17:01 -0000 Jay wrote: > On 12/22/05, Erik Norgaard wrote: > >>Hi: >> >>I have tried using both mldonkey and xmule on my FreeBSD6, and both are >>able to crash the system. >> >>I have used mostly mldonkey, and even running only the core the system >>crashes at unknown events: It has happened on FBSD 5.4 and 6.0 with & >>without X and other applications running. I also suspect mldonkey to >>have destroyed one disk. >> >>Yesterday I tried xmule, but it only ran 4 hours then the system crashed. >> >>I am fairly certain that no other program is causing the crash, it >>happens only if one of these are running and independent on what other >>applications are running. Without xmule or mldonkey running my system is >>stable as rock. >> > In my case, it was bad capacitor on mobo which freezed system when > there were *heavy* hdd activity. Interesting, I can't really talk about heavy disk activity: With mldonkey it appears to be big files, and system may run out of memory to handle this? With xmule I see no such indication, I got just 2.5MB of an ISO. Is this a problem with all ed2k clients? Is bittorrent more stable protocol/implementation? Which client is recomendable? Thanks, 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 Thu Dec 22 10:32: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 895CF16A420 for ; Thu, 22 Dec 2005 10:32:36 +0000 (GMT) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0985F43D8A for ; Thu, 22 Dec 2005 10:32:28 +0000 (GMT) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (localhost.esiee.fr [127.0.0.1]) by mail.esiee.fr (Postfix) with SMTP id EDA5F365917 for ; Thu, 22 Dec 2005 11:32:26 +0100 (CET) Received: from [147.215.1.21] (lisa.esiee.fr [147.215.1.21]) by mail.esiee.fr (Postfix) with ESMTP id CE7EB365903 for ; Thu, 22 Dec 2005 11:32:26 +0100 (CET) Message-ID: <43AA80BA.5080902@esiee.fr> Date: Thu, 22 Dec 2005 11:32:26 +0100 From: Frank Bonnet User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051110) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: libm.so.3 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: Thu, 22 Dec 2005 10:32:36 -0000 Hello I compiled xtraceroute from ports without noise but when I started it I get this error message. > xtraceroute /libexec/ld-elf.so.1: Shared object "libm.so.3" not found, required by "libGL.so.1" of course this file is not present there is a libm.so.2 instead ... I am at 6.0-R any help welcome ! Thanks a lot -- Regards Frank Bonnet From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 10:35: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 A86EB16A41F for ; Thu, 22 Dec 2005 10:35:48 +0000 (GMT) (envelope-from rjw@dynode.net) Received: from union.dynode.net (ppp173-2.lns1.per1.internode.on.net [150.101.173.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 498C543D5C for ; Thu, 22 Dec 2005 10:35:46 +0000 (GMT) (envelope-from rjw@dynode.net) Received: from main.dynode.net (main.dynode.net [192.168.0.11]) by union.dynode.net (8.13.4/8.13.4) with ESMTP id jBM16scY033635 for ; Thu, 22 Dec 2005 09:06:54 +0800 (WST) (envelope-from rjw@main.dynode.net) Received: from main.dynode.net (localhost [127.0.0.1]) by main.dynode.net (8.13.4/8.13.3) with ESMTP id jBM0wcrE092680 for ; Thu, 22 Dec 2005 08:58:38 +0800 (WST) (envelope-from rjw@main.dynode.net) Received: (from rjw@localhost) by main.dynode.net (8.13.4/8.13.1/Submit) id jBM0wcKY092679 for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 08:58:38 +0800 (WST) (envelope-from rjw) Date: Thu, 22 Dec 2005 08:58:38 +0800 From: "Russell J. Wood" To: freebsd-questions@freebsd.org Message-ID: <20051222005838.GA92637@main.dynode.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: sysctl kern.cp_time: calculating output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 10:35:48 -0000 Hi all, I have a question regarding the output from sysctl kern.cp_time. I know that the output is in the form of: user nice sys interrupt idle and that the numbers are incremental, but what I don't know is what these numbers and increments mean. If someone could explain this, it is greatly appreciated. Regards, Russell From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 10:43: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 D8C8616A41F for ; Thu, 22 Dec 2005 10:43:14 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 630AE43D49 for ; Thu, 22 Dec 2005 10:43:14 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so370165nzo for ; Thu, 22 Dec 2005 02:43: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=IM5m6jIB2giDpm9KDRppDXFusrzuez1Fps7GgHaB9YQHlvValcRqxU9pHhrmpDbtyPiyPoLctohocQVW7Wfx5f8wdokUA69MdU7qV2uY7TpdUO7iYIDBrBwnAQLadMaDEULUO26V4MHk848TI7E5/782l2xcwnHtzPkwBvDi1pg= Received: by 10.36.139.8 with SMTP id m8mr1752728nzd; Thu, 22 Dec 2005 02:43:13 -0800 (PST) Received: by 10.37.20.33 with HTTP; Thu, 22 Dec 2005 02:43:13 -0800 (PST) Message-ID: Date: Thu, 22 Dec 2005 13:43:13 +0300 From: "Andrew P." To: Erik Norgaard In-Reply-To: <43AA7D16.7000509@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43AA617C.7040709@locolomo.org> <43AA7D16.7000509@locolomo.org> Cc: FreeBSD questions , Jay Subject: Re: Donkeys crash FreeBSD6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 10:43:15 -0000 On 12/22/05, Erik Norgaard wrote: > Jay wrote: > > On 12/22/05, Erik Norgaard wrote: > > > >>Hi: > >> > >>I have tried using both mldonkey and xmule on my FreeBSD6, and both are > >>able to crash the system. > >> > >>I have used mostly mldonkey, and even running only the core the system > >>crashes at unknown events: It has happened on FBSD 5.4 and 6.0 with & > >>without X and other applications running. I also suspect mldonkey to > >>have destroyed one disk. > >> > >>Yesterday I tried xmule, but it only ran 4 hours then the system crashe= d. > >> > >>I am fairly certain that no other program is causing the crash, it > >>happens only if one of these are running and independent on what other > >>applications are running. Without xmule or mldonkey running my system i= s > >>stable as rock. > >> > > In my case, it was bad capacitor on mobo which freezed system when > > there were *heavy* hdd activity. > > Interesting, I can't really talk about heavy disk activity: > > With mldonkey it appears to be big files, and system may run out of > memory to handle this? With xmule I see no such indication, I got just > 2.5MB of an ISO. Is this a problem with all ed2k clients? > > Is bittorrent more stable protocol/implementation? Which client is > recomendable? > > Thanks, 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 > _______________________________________________ > 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" > The problem with a bad capacitor causing random crashes may or may not apply to any application on any PC. We've got mldonkey here running for months on end. It has never crashed itself or caused a system crash. 10 people are using it through its web interface. It handles literally terabytes of ed2k/bittorrent downloads. Good luck! Andrew P. From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 11:00: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 91F5916A41F for ; Thu, 22 Dec 2005 11:00:26 +0000 (GMT) (envelope-from pretenda@wrgn.net) Received: from customer-domains.icp-qv1-irony7.iinet.net.au (customer-domains.icp-qv1-irony7.iinet.net.au [203.59.1.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE23D43D78 for ; Thu, 22 Dec 2005 11:00:15 +0000 (GMT) (envelope-from pretenda@wrgn.net) Received: from 210-84-32-20.dyn.iinet.net.au (HELO titan) ([210.84.32.20]) by customer-domains.icp-qv1-irony7.iinet.net.au with ESMTP; 22 Dec 2005 19:00:13 +0800 Message-Id: <4lkejh$1brrfs@iinet-mail.icp-qv1-irony7.iinet.net.au> X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== From: To: Date: Thu, 22 Dec 2005 22:09:13 +1100 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcYG6CQbIF2GHgLBRzmWzzpBX6qgQA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: FreeBSD router two DSL connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 11:00:26 -0000 > Which is not redundant. > Considering the OP asked for specifics on how to do this and your > response as been a bunch of theoretical gobbdleygook that is flat out > wrong network theory, you haven't done anything to help the poor bastard. Hi, This is a pretty firey debate. I have a question along the lines of this thread. I currently have a 1.5Mbit ADSL tail at the school that I work for. This tail connects to the Education Office which hosts a variety of websites, we then get internet access through the education office. We currently also have 230 PCs, and the connection is slowing down significantly. What I planned on doing was purchasing a 20Mbit ADSL 2+ connection and setting up a FreeBSD router which forwards all internet traffic through the ADSL2+ connection, and the Education Office traffic would be forwarded through the existing connection. Is this feasible? I would assume that it would be a simple matter of letting the router know what ranges need to be forwarded to the existing connection, and defaulting the rest to the new connection. Note there is NO load balancing in this scenario, so don't flame my head off. Sorry if this is not making sense, I've had a long day. Cheers, Matt From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 11:57:32 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 4918516A41F for ; Thu, 22 Dec 2005 11:57:32 +0000 (GMT) (envelope-from kristian@struer.net) Received: from smtp.domainteam.dk (smtp.domainteam.dk [62.242.36.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7625743D86 for ; Thu, 22 Dec 2005 11:57:31 +0000 (GMT) (envelope-from kristian@struer.net) Received: from hardcoretux (fw.struer.net [82.192.176.5]) by smtp.domainteam.dk (Postfix) with ESMTP id 0448E26131 for ; Thu, 22 Dec 2005 12:57:29 +0100 (CET) Date: Thu, 22 Dec 2005 12:57:29 +0100 From: "Kristian M / Struer.Net / Drift" To: questions@freebsd.org Message-Id: <20051222125729.08216ce5.kristian@struer.net> Organization: Struer Net A/S X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.7; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Cflags and other compiling questions. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 11:57:32 -0000 Hi Folks I'm kinda new to freebsd, i have been running Gentoo linux for a long time, and know you can optimize your programs if you compile them your self, i have already an portage collection, (witch i update with cvsup-without-gui) this works perfectly, but my question is, how can i optimize the programs? >From gentoo, i have Cflags and march values, example, -march can be set to pentium4 if this is the kind of cpu you have, and then the programs will be compiled with optimizations for this kind of cpu. I actually dont know for sure if this helps (performance, stability, anything) but it would be nice to know. Maybe someone can point me to some homepage or guide but it have to be simple as i dont have much time to do everything the right way, by reading all the welldocumentated stuff out there (although it would properly be for the best). Happy holidays ;) Regards Kristian Mide Denmark From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 12:23: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 E50DE16A41F for ; Thu, 22 Dec 2005 12:23:29 +0000 (GMT) (envelope-from rusisnoc@bera.rus.uni-stuttgart.de) Received: from charybdis.rus.uni-stuttgart.de (charybdis.rus.uni-stuttgart.de [129.69.1.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD4FE43D66 for ; Thu, 22 Dec 2005 12:23:28 +0000 (GMT) (envelope-from rusisnoc@bera.rus.uni-stuttgart.de) Received: from localhost (localhost [127.0.0.1]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id 5F1592F35FC for ; Thu, 22 Dec 2005 13:23:27 +0100 (CET) Received: from charybdis.rus.uni-stuttgart.de ([127.0.0.1]) by localhost (charybdis [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10143-01-32 for ; Thu, 22 Dec 2005 13:23:24 +0100 (CET) Received: from helpdesk.bera.rus.uni-stuttgart.de (helpdesk.bera.rus.uni-stuttgart.de [129.69.221.120]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id 77B0F2EF405 for ; Thu, 22 Dec 2005 13:23:24 +0100 (CET) Received: from rusisnoc by helpdesk.bera.rus.uni-stuttgart.de with local (Exim 3.35 #1 (Debian)) id 1EpPTg-0000Og-00 for ; Thu, 22 Dec 2005 13:23:24 +0100 Date: Thu, 22 Dec 2005 13:23:23 +0100 From: Georg Auernhammer To: freebsd-questions@freebsd.org Message-ID: <20051222122323.GA32562@bera.rus.uni-stuttgart.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i X-Virus-Scanned: by amavisd-new at charybdis.rus.uni-stuttgart.de X-Spam-Status: No, hits=-4.399 tagged_above=-999 required=5 tests=ALL_TRUSTED, BAYES_00 X-Spam-Level: Subject: amd64 + RAID freezing system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 12:23:30 -0000 Hello! i have an amd64 with Sata 80Gig Hardisk and extra RAID: ad4: 76319MB at ata2-master SATA150 ad8: 238475MB at ata4-master SATA150 ad10: 238475MB at ata5-master SATA150 ad12: 238475MB at ata6-master SATA150 ad14: 238475MB at ata7-master SATA150 ar0: 476837MB status: READY ar0: disk0 READY (master) using ad14 at ata7-master ar0: disk1 READY (master) using ad10 at ata5-master ar0: disk2 READY (mirror) using ad8 at ata4-master ar0: disk3 READY (mirror) using ad12 at ata6-master newfs and mounting ar0 works. but as sonn as i am trying to write data on the RAID, the system freezes. i had some problems writing the label to ar0s1d but after some reboots he managed to write the label on ar0. only thing is, i cant write data... Any suggestions? -- Georg Auernhammer http://www.isnochys.de From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 12:28: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 A8BC416A41F for ; Thu, 22 Dec 2005 12:28:17 +0000 (GMT) (envelope-from regnans@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id F243143D46 for ; Thu, 22 Dec 2005 12:28:13 +0000 (GMT) (envelope-from regnans@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so97953uge for ; Thu, 22 Dec 2005 04:28:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:x-enigmail-supports:content-type:content-transfer-encoding; b=tpQ63e14Jr1xlH+hObVTTiiq2h8ytB/oSrFv99+rKV6NIrLac9hsojMx1cZilLLV4OOQ1NJdXtsIWsZ1fY9sD/ZCckr9IqazMK6KsMLQ4492i/TrAlbdQxDj0CYa+U9xydGernCHAGnHnK8LaKZLI76cXgGElPwSJPWVGkDL26Y= Received: by 10.67.22.3 with SMTP id z3mr434968ugi; Thu, 22 Dec 2005 04:28:11 -0800 (PST) Received: from ?192.168.2.193? ( [83.169.148.153]) by mx.gmail.com with ESMTP id w40sm608982ugc.2005.12.22.04.28.10; Thu, 22 Dec 2005 04:28:11 -0800 (PST) Message-ID: <43AA9BD8.80704@gmail.com> Date: Thu, 22 Dec 2005 13:28:08 +0100 From: h p User-Agent: Mozilla Thunderbird 1.0 (X11/20050324) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Hill References: <001701c606b2$0a8b8960$5456d518@homeaqk797bphw> <20051221235148.M48710@tripel.monochrome.org> In-Reply-To: <20051221235148.M48710@tripel.monochrome.org> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Chris Saunders , ruben@bloemgarten.demon.nl, freebsd-questions@freebsd.org Subject: Re: Connecting to internet. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 12:28:17 -0000 >> Thanks for the reply Ruben (and others). I did see these sections >> when having a cursory look at the docs but was hoping for something >> simpler. On some older versions of Linux that I have installed there >> was a program called adsl-setup that I used to get connected. > > > Sounds like you're on a DSL line. The proper way to connect depends on > what what your ISP is set up for. Mine uses a straight ethernet-to-ATM > bridge, so I just ifconfig and I'm off. I hear a lot of ISPs use PPP > over ethernet, and other stuff as well. Best would be to find out what > your ISP uses. If it's PPP over ethernet, search the web site (and/or > archives) for that phrase, or for PPPoE. > >> I thought FreeBSD would have something similar and I was just not >> finding it. > > > Not quite so automated here. There is dhclient, the DHCP client, which > allows your machine to get a dynamic IP from your ISP. I've never used > it but I know it exists. Works very simple: In sysinstall, when you configure your network card, you simply answer 'yes' to the question whether you want to use DHCP. In my case, that sets the gateway to the internet correctly, and everything works out of the box, at home and in my office. I don't know about something such as adsl-setup though. Best bet is to choose a provider whose ADSL-modem functions as a DHCP server, i think. Helge From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 13:23: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 D1E1016A41F for ; Thu, 22 Dec 2005 13:23:49 +0000 (GMT) (envelope-from Erin@Fortenberry.net) Received: from intake.emails-are.us (intake.emails-are.us [66.240.197.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id D14F043D5D for ; Thu, 22 Dec 2005 13:23:48 +0000 (GMT) (envelope-from Erin@Fortenberry.net) Received: from localhost (localhost.webs-are.us [127.0.0.1]) by intake.emails-are.us (Postfix) with ESMTP id 89899DA83E; Thu, 22 Dec 2005 05:24:17 -0800 (PST) Received: from intake.emails-are.us ([127.0.0.1]) by localhost (vhost.methodent.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54084-01; Thu, 22 Dec 2005 05:24:16 -0800 (PST) Received: from snkxwefortenbe (chfw02.scripps.com [207.203.254.110]) by intake.emails-are.us (Postfix) with ESMTP id D93ABDA83C; Thu, 22 Dec 2005 05:24:15 -0800 (PST) From: "Erin Fortenberry" To: "'Frank Bonnet'" , "'FreeBSD'" Date: Thu, 22 Dec 2005 08:23:45 -0500 Message-ID: <000b01c606fa$f0282030$1215450a@ad.ewsad.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcYG5Dp5sVFiQoONRgy3kUUn/ROG4wAFpG0w In-Reply-To: <43AA80BA.5080902@esiee.fr> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: by emails-are.us anti-virus X-Spam-Status: No, score=-101.604 tagged_above=-999 required=5 tests=[AWL=0.995, BAYES_00=-2.599, USER_IN_WHITELIST=-100] X-Spam-Score: -101.604 X-Spam-Level: Cc: Subject: RE: libm.so.3 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: Thu, 22 Dec 2005 13:23:49 -0000 You need to install /usr/ports/misc/compat5x You might also let the maintainer of the port know this so he can fix the problem in the Makefile. -Erin > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Frank Bonnet > Sent: Thursday, December 22, 2005 5:32 AM > To: FreeBSD > Subject: libm.so.3 problem > > Hello > > I compiled xtraceroute from ports without noise but when I > started it I > get this error message. > > > xtraceroute > /libexec/ld-elf.so.1: Shared object "libm.so.3" not found, > required by > "libGL.so.1" > > of course this file is not present there is a libm.so.2 instead ... > > I am at 6.0-R > > any help welcome ! > > Thanks a lot > -- > Regards > Frank Bonnet > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 13:28: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 A7A0716A41F for ; Thu, 22 Dec 2005 13:28:41 +0000 (GMT) (envelope-from nvidican@wmptl.com) Received: from wmptl.net (fw1.wmptl.com [216.8.159.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C1CE43D45 for ; Thu, 22 Dec 2005 13:28:40 +0000 (GMT) (envelope-from nvidican@wmptl.com) Received: from [10.0.0.104] (r3140ca.wmptl.net [10.0.0.104]) by wmptl.net (8.13.1/8.13.1) with ESMTP id jBMDSd4G083645; Thu, 22 Dec 2005 08:28:39 -0500 (EST) (envelope-from nvidican@wmptl.com) Message-ID: <43AAAA06.20407@wmptl.com> Date: Thu, 22 Dec 2005 08:28:38 -0500 From: Nathan Vidican User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pretenda@wrgn.net References: <4lkejh$1brrfs@iinet-mail.icp-qv1-irony7.iinet.net.au> In-Reply-To: <4lkejh$1brrfs@iinet-mail.icp-qv1-irony7.iinet.net.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.44 Cc: questions@freebsd.org Subject: Re: FreeBSD router two DSL connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 13:28:41 -0000 pretenda@wrgn.net wrote: >>Which is not redundant. > > > > > >>Considering the OP asked for specifics on how to do this and your > > >>response as been a bunch of theoretical gobbdleygook that is flat out > > >>wrong network theory, you haven't done anything to help the poor bastard. > > > > > Hi, > > > > This is a pretty firey debate. > > > > I have a question along the lines of this thread. I currently have a 1.5Mbit > ADSL tail at the school that I work for. This tail connects to the Education > Office which hosts a variety of websites, we then get internet access > through the education office. > > > > We currently also have 230 PCs, and the connection is slowing down > significantly. What I planned on doing was purchasing a 20Mbit ADSL 2+ > connection and setting up a FreeBSD router which forwards all internet > traffic through the ADSL2+ connection, and the Education Office traffic > would be forwarded through the existing connection. Is this feasible? I > would assume that it would be a simple matter of letting the router know > what ranges need to be forwarded to the existing connection, and defaulting > the rest to the new connection. > > > > Note there is NO load balancing in this scenario, so don't flame my head > off. > > > > Sorry if this is not making sense, I've had a long day. > > > > Cheers, > > Matt > > _______________________________________________ > 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" > > First off, you might have posted this under a new subject/thread to avoid getting into the debate and to potentially get replies from those not interested in agruing this one anymore. That said - there's all the flame you'll get from me. You should be able to connect both of your 'tails' (interesting term btw - never heard a pipe/connection called a 'tail') - and yes, specify which are to go out the pipe to your education office, set the default route to the other connection and you should be off to the races, ie: Con1 (education office) xxx.xxx.xxx.xxx Con2 (Large ADSL pipe) yyy.yyy.yyy.yyy route add 0.0.0.0 yyy.yyy.yyy.yyy route add some.ip.net.work/24 xxx.xxx.xxx.xxx route add some.other.ip.range/26 xxx.xxx.xxx.xxx etc... Of course, depending on your configuration, you may have to use your upstream provided default route instead of the interface IP as indicated in the above example, (PPPoE uses your own IP as the default gateway, which is the case in -most- DSL setups). Anyhow, should be relatively straight-forward, just add the static routes to a script called when the connection is made, (for ppp, use ppp.links). -- Nathan Vidican nvidican@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 13:40: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 46EB516A41F for ; Thu, 22 Dec 2005 13:40:10 +0000 (GMT) (envelope-from evas@mountaincable.net) Received: from ns1.mountaincable.net (ns1a.mountaincable.net [24.215.0.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B809C43D58 for ; Thu, 22 Dec 2005 13:40:09 +0000 (GMT) (envelope-from evas@mountaincable.net) Received: from homeaqk797bphw (dhcp-0-10-dc-82-ec-78.cpe.mountaincable.net [24.213.86.84]) by ns1.mountaincable.net (Postfix) with SMTP id 886AF189C0; Thu, 22 Dec 2005 08:40:06 -0500 (EST) Message-ID: <002201c606fc$c8047b60$5456d518@homeaqk797bphw> From: "Chris Saunders" To: "h p" , "Chris Hill" References: <001701c606b2$0a8b8960$5456d518@homeaqk797bphw><20051221235148.M48710@tripel.monochrome.org> <43AA9BD8.80704@gmail.com> Date: Thu, 22 Dec 2005 08:36:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Cc: ruben@bloemgarten.demon.nl, freebsd-questions@freebsd.org Subject: Re: Connecting to internet. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 13:40:10 -0000 Thanks so much Helge. Tried this and everything is working fine now. Regards Chris Saunders > Works very simple: In sysinstall, when you configure your network card, > you simply answer 'yes' to the question whether you want to use DHCP. In > my case, that sets the gateway to the internet correctly, and everything > works out of the box, at home and in my office. > I don't know about something such as adsl-setup though. Best bet is to > choose a provider whose ADSL-modem functions as a DHCP server, i think. > > Helge From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 13:53: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 B781116A41F for ; Thu, 22 Dec 2005 13:53:47 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id B752343D7B for ; Thu, 22 Dec 2005 13:53:37 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 11465 invoked from network); 22 Dec 2005 13:53:36 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Dec 2005 13:53:36 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id BDA2A28423; Thu, 22 Dec 2005 08:53:35 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Erin Fortenberry" References: <000b01c606fa$f0282030$1215450a@ad.ewsad.net> From: Lowell Gilbert Date: 22 Dec 2005 08:53:35 -0500 In-Reply-To: <000b01c606fa$f0282030$1215450a@ad.ewsad.net> Message-ID: <448xuds0f4.fsf@be-well.ilk.org> Lines: 45 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: 'Frank Bonnet' , 'FreeBSD' Subject: Re: libm.so.3 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: Thu, 22 Dec 2005 13:53:47 -0000 Please don't top-post. I've reformatted the message for readability. "Erin Fortenberry" writes: > Frank Bonnet wrote: > > Subject: libm.so.3 problem > > > > Hello > > > > I compiled xtraceroute from ports without noise but when I > > started it I > > get this error message. > > > > > xtraceroute > > /libexec/ld-elf.so.1: Shared object "libm.so.3" not found, > > required by > > "libGL.so.1" > > > > of course this file is not present there is a libm.so.2 instead ... > > > > I am at 6.0-R > > > > any help welcome ! > > > > Thanks a lot > > -- > > Regards > > Frank Bonnet > You need to install /usr/ports/misc/compat5x It will solve the problem in this case, but in general the GL libraries shouldn't depend on compat5x. There are several ports to get GL libraries from, but libglut, I'm pretty sure, doesn't require the compat libraries. A common way for this kind of problem to occur is for someone to forget to recompile all of their ports when they upgrade from 5.x to 6.x. Of course, it's also possible to get it by installing incorrect versions of packages. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 14:19:22 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 296DD16A41F for ; Thu, 22 Dec 2005 14:19:22 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E4143D60 for ; Thu, 22 Dec 2005 14:19:21 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 96742 invoked by uid 1002); 22 Dec 2005 14:12:39 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(209.167.16.15):. Processed in 1.472428 secs); 22 Dec 2005 14:12:39 -0000 Received: from unknown (HELO xzibit) (209.167.16.15) by pearl.ibctech.ca with (RC4-MD5 encrypted) SMTP; 22 Dec 2005 14:12:37 -0000 From: "Steve Bertrand" To: "'Ted Mittelstaedt'" Date: Thu, 22 Dec 2005 09:12:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-reply-to: Thread-Index: AcYGv9sJgfQJl21kSlqJeAEUNjMxsgAPWdDQ X-Qmail-Scanner-Message-ID: <113526075867596736@pearl.ibctech.ca> Message-Id: <20051222141921.55E4143D60@mx1.FreeBSD.org> Cc: questions@freebsd.org Subject: RE: FreeBSD router two DSL connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 14:19:22 -0000 > If you have read this thread you will have already seen that > you cannot get increased throughput this way. > > As I asked before, explain how a DSL line to SpiritOne > running at 1MBit/sec and a Comcast cable connection running > at 1MBit/sec will allow you to download the FreeBSD release > iso file at 2MBit/sec. This will be interesting. > > If you can't do it, which I will tell you that you can't, you > have not increased throughput. I agree with this whole-heartedly. > And as for redundancy, I already explained that while this > setup increases redundancy, the redundancy must be manually > done - monitored by a human, and switched over when needed - > or it will not react to the most common redundancy problems. Well, technically, it could be scripted: - load balancer pings primary upstream gateway - primary upstream gateway does not respond - run script that reconfigures routing tables, NAT etc accordingly Which I wouldn't trust in a critical uptime environment. Plus, this would NOT have the effect of increasing throughput. > > > The primary problem is that you > >need to make sure outgoing data for a connection is using > the same line > >as the incoming connection. > > No, not at all. The primary problem is that the incoming > data that is in response to the outgoing connection will come > in on the same line that the outgoing connection used. Yes indeed. Unless you mask or 'spoof' your IP in the packet header as it's going out, the traffic will always come back via the same pipe. Unless of course your upstream allows this, which I doubt very much. > >If the majority to all connections are > >outgoing and both lines use NAT and have unique IP addresses, it's > >simpler to setup. > >If you have incoming connections as well, either only one of the two > >lines will be used or you'll need BGP > > Explain how to run BGP with a DSL line to Spirit One and a > cable line to Comcast. BGP with two separate Internet providers such as those you speak of is nearly impossible. Realistically, to run BGP, you have to have utmost co-ordination between yourself, and BOTH providers. As soon as either one disagrees (which they will), this will not work. BGP is typically used in Point-to-Point connections. Generally, it's used by ISP's to THEIR upstream providers. For instance, at the ISP at which I work, part of the feed consists of three T-1's. Two of the T-1's are bound together as a single channel (effectively doubling the throughput), and the third is for load-balancing and redundancy. BGP is used for this, but if I want to make a change, I have to get on the phone with my upstream provider, and do the BGP changes together at both ends. Trying to do BGP with a single $40 to $80 DSL customer would not only be financially wasteful because of wasted time and resources, most networks are not set up to do this easily. As a matter of fact, just thinking about it makes my head hurt. If you really want this type of redundancy, and reliable throughput, especially for a business, go the proper way and get your connection(s) from an ISP's upstream provider. (Allstream, MCI, Sprint etc). > >or some kind of > >static route setup by the two ISPs. We are a small ISP (<10,000 clients), and I wouldn't even do this. This is easily something that could be forgotten it was done, slip through the cracks, and cause all sorts of havoc down the road once the client has up and left. Especially if the second provider mucks up their end. Again, personally, the way I look at it is if you want to pay $40-$80 for your Internet connection, you technically get what you pay for. If you REALLY wanted this done, you would have to personally know someone inside the ISP who actually has direct and full access to the infrastructure. I assure you, calling Comcast support desk and asking them to 'please apply this routing structure for me' will get you no where. You would have lost them at 'apply' :) > >I have done this with a Linux router and using Comcast Cable and > >SpiritOne DSL. We had all incoming connections use DSL and outgoing > >connections use either line. > > You used the dual-NAT package that was detailed earlier which > is the only one that can do that - is specific to Linux - and > as I explained before, also will not permit you to take a 1MB > DSL line from one provider and a 1MB cable line from the > cable company and download a freebsd iso at 2MB. Thus it is > not load-balancing because it does not actually use both > lines for a connection. > > > We balanced them by internal IP addresses, > > You did not balance them, you had some of the inside IP > numbers use one line, and others use the other line. This > isn't load balancing. Which, AFAICT, if the device sent data out one of the lines, it would have come back in the same. Essentially, you are 'preserving' throughput simply by dividing your network in half. This is not balancing. Balancing is 'least-used'. In this configuration, you could have one pipe maxed out, while the other at 2%. It would depend on which network device was doing what. This situation also provides no redundancy (each half will go down in the event one of the connections goes down), nor increased throughput (each half of the network still only utilizes one connection). > > >but there might be more sophisticated methods. I do not know what > >support FreeBSD has for this kind of routing though. At the very > >minimum, you could get redundancy for outgoing connections > by switching > >the route to use the other line when the first one fails. > > > > Which is not redundant. I've always classified redundancy as 'automatic failover'. If something breaks, it can fix itself and I don't have to come into work to fix anything, and I can read about it in my morning notifications. Steve From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 14:57: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 A6C9316A420 for ; Thu, 22 Dec 2005 14:57:12 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from makeworld.com (makeworld.com [216.201.122.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3884D43D64 for ; Thu, 22 Dec 2005 14:57:11 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.makeworld.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id D709762B6 for ; Wed, 21 Dec 2005 19:54:19 -0600 (CST) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03195-01 for ; Wed, 21 Dec 2005 19:54:19 -0600 (CST) Received: by makeworld.com (Postfix, from userid 1008) id 1514D625F; Wed, 21 Dec 2005 19:54:19 -0600 (CST) Received: from [216.201.122.106] (apu.makeworld.com [216.201.122.106]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id E24306115 for ; Wed, 21 Dec 2005 19:54:18 -0600 (CST) Message-ID: <43AA0751.8080204@makeworld.com> Date: Wed, 21 Dec 2005 19:54:25 -0600 From: Chris User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on makeworld.com Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: RacerX@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 14:57:12 -0000 -- Best regards, Chris Almost anything is easier to get into than out of. From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 15:20: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 89DEF16A41F for ; Thu, 22 Dec 2005 15:20:45 +0000 (GMT) (envelope-from dave.list@pixelhammer.com) Received: from ecluster5.tls.net (ecluster5.tls.net [65.196.224.135]) by mx1.FreeBSD.org (Postfix) with SMTP id C864043D5E for ; Thu, 22 Dec 2005 15:20:44 +0000 (GMT) (envelope-from dave.list@pixelhammer.com) Received: (qmail 19838 invoked by uid 89); 22 Dec 2005 15:20:43 -0000 Received: from 64-184-10-248.bb.hrtc.net (HELO ?192.168.0.101?) (ldg%tls.net@64.184.10.248) by auth-ecluster5.tls.net with SMTP; 22 Dec 2005 15:20:43 -0000 Message-ID: <43AAC43D.8000704@pixelhammer.com> Date: Thu, 22 Dec 2005 10:20:29 -0500 From: DAve User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) 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: Rocket FM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 15:20:45 -0000 Has anyone tried using the Rocket FM transmitter on FreeBSD? I have an old system and the family wants a house radio station. Google didn't give any real info, and the ports tree shows no RocketFM driver. Thanks, DAve From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 16:03: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 E80C216A420 for ; Thu, 22 Dec 2005 16:03:24 +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 7CA4043D86 for ; Thu, 22 Dec 2005 16:03:03 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (pcp0011936892pcs.summit01.nj.comcast.net [69.249.95.97]) (authenticated bits=128) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id jBMG32dU097461 for ; Thu, 22 Dec 2005 11:03:02 -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 jBMG3CFI013606 for ; Thu, 22 Dec 2005 11:03:12 -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 jBMG3Cxe013605 for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 11:03:12 -0500 (EST) (envelope-from tbohml) From: Tuc at T-B-O-H Message-Id: <200512221603.jBMG3Cxe013605@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-questions@freebsd.org Date: Thu, 22 Dec 2005 11:03:12 -0500 (EST) In-Reply-To: <44bqzao2t8.fsf@be-well.ilk.org> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: 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: Thu, 22 Dec 2005 16:03:25 -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? > If I understand correctly, thats part of the "Safe boot" (I got the beastie to come up after making a change) and it didn't help. Thanks, Tuc From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 16:38: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 040E016A41F for ; Thu, 22 Dec 2005 16:38:43 +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 53FAF43D5D for ; Thu, 22 Dec 2005 16:38:42 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (pcp0011936892pcs.summit01.nj.comcast.net [69.249.95.97]) (authenticated bits=128) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id jBMGcfdU098808 for ; Thu, 22 Dec 2005 11:38:41 -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 jBMGcp7G014392 for ; Thu, 22 Dec 2005 11:38:52 -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 jBMGcp13014391 for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 11:38:51 -0500 (EST) (envelope-from tbohml) From: Tuc at T-B-O-H Message-Id: <200512221638.jBMGcp13014391@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-questions@freebsd.org Date: Thu, 22 Dec 2005 11:38:51 -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: USB PenDrive question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 16:38:43 -0000 Hi, I'm using a SOEKRIS box for an application, and I have a 2G CF card as my primary drive. Its doing well and all, but a 1.2G /usr partition just isn't cutting it. Has anyone used any high capacity pen drives with FreeBSD 5.4 (Like the http://www.memoryx.net/xpe4096.html) and are there any "gotchas" I might have to worry about? Thanks, Tuc From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 15:52: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 BD5F116A41F for ; Thu, 22 Dec 2005 15:52:43 +0000 (GMT) (envelope-from vctw@yahoo.com) Received: from web35807.mail.mud.yahoo.com (web35807.mail.mud.yahoo.com [66.163.179.176]) by mx1.FreeBSD.org (Postfix) with SMTP id DF91A43D55 for ; Thu, 22 Dec 2005 15:52:42 +0000 (GMT) (envelope-from vctw@yahoo.com) Received: (qmail 12676 invoked by uid 60001); 22 Dec 2005 15:52:42 -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=MPXjWg2IRmqnCZchY19dvsytH1Z07FRcDRfgK/ZTqVgId9USLmBctN68sluRCajGv1gPVi3dOk+pyHgoaTf/Qc9iG2mWgTEuYAqzqGDuT+ypKhmPkzOSwdCtjyjE3ry6otAukr9OCH74JNCokS9GJKFoDm/4eDvUIfDCxxwhmRM= ; Message-ID: <20051222155242.12674.qmail@web35807.mail.mud.yahoo.com> Received: from [220.133.1.96] by web35807.mail.mud.yahoo.com via HTTP; Thu, 22 Dec 2005 23:52:42 CST Date: Thu, 22 Dec 2005 23:52:42 +0800 (CST) From: Vincent Chen To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Thu, 22 Dec 2005 16:42:54 +0000 Cc: Subject: racoon on FreeBSD 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: Thu, 22 Dec 2005 15:52:43 -0000 Hi, all I have a VPN connection between FreeBSD 4.7 and Mandriva linux 2006, which works fine for quite a while. Now, I upgrade FreeBSD 4.7 to 6.0 but found only racoon2 available in package collection. After trying to build racoon from port, I got 'port broken' message or something like that. I really don't like racoon2, several startup scripts and different configuration. Is it possible that I can get racoon running on 6.0, so I don't have to worry about new configuration? Thanks, Vincent Chen ___________________________________________________ ģĖ·sŠĐ Yahoo!Đ_žŊ§YŪÉģq°T 7.0ĄA§KķOšôļôđqļÜĨô§AĨīĄI http://messenger.yahoo.com.tw/ From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 16:57: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 5546F16A41F for ; Thu, 22 Dec 2005 16:57:19 +0000 (GMT) (envelope-from soman.abhijit@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F53343D78 for ; Thu, 22 Dec 2005 16:57:16 +0000 (GMT) (envelope-from soman.abhijit@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so448820nzo for ; Thu, 22 Dec 2005 08:57:14 -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=ayPneITzNcOfMWzj7GOdZ933fcwWJ8+KkY19CpyS2Iy6AdK6Bv/Vcnm4Me87wj14+Th986kM5xNJpKHM9wF/m0pniRmNr0VteJmvUD9AngxU7b/kdQGLPyarVRrQIHH8HvwUyig8P2lP3SBHoo+Y/FkRzEa7sgt/AkYgfRvVj54= Received: by 10.36.56.11 with SMTP id e11mr574581nza; Thu, 22 Dec 2005 08:57:14 -0800 (PST) Received: by 10.37.18.71 with HTTP; Thu, 22 Dec 2005 08:57:14 -0800 (PST) Message-ID: Date: Thu, 22 Dec 2005 22:27:14 +0530 From: Abhi To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline Subject: 6.0 Release kernel panic - page fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 16:57:19 -0000 SGksCiAgIEknbSBleHBlcmllbmNpbmcga2VybmVsIHBhbmljcyB3aXRoIDYuMCBSZWxlYXNlLiBJ IGRpZCBhIGZyZXNoCmluc3RhbGwgb2YgNi4wIFJlbGVhc2UgYWZ0ZXIgcGxheWluZyB3aXRoIHNv bWUgbGludXggZGlzdHJvcyBhbmQKRnJlZWJzZCA1LjQgUmVsZWFzZS4gVGhlIG9ubHkgcHJvYmxl bSBpIGhhZCB3YXMgZHVlIHRvIGZhdWx0eSBSQU0uIEkKcmVwbGFjZWQgdGhlIFJBTSBhbmQgaGFk IG5vIHByb2JsZW1zLiBCdXQgIGZvciBzb21lZGF5cyBteSBzeXN0ZW0gaGFzCnN0YXJ0ZWQgdG8g cGFuaWMgcmFuZG9tbHkuIEFsbCB0aGUgY3Jhc2ggZHVtcHMgaSBnb3Qgc2hvdyBzb21ldGhpbmcK d3JvbmcgaW4gdGhlIGZpbGUgcGNwdS5oIGF0IGxpbmUgMTY1LgogSSdtIHR0YWNoaW5nIG15IGN1 c3RvbSBrZXJuZWwgY29uZmlndXJhdGlvbiBmaWxlIGFuZCBvbmUgY3Jhc2ggZHVtcCBpCmdvdCB3 aXRoIGtnZGIuIEkgaG9wZSBzb21lb25lIGNhbiB0ZWxsIG1lIHdoeSB0aGlzJ3MgaGFwcGVuaW5n LCBhbmQgaWYKdGhpcydzIGZyZWVic2QgcHJvYmxlbSBvciAgaGFyZHdhcmUgcHJvYmxlbS4KClRo YW5rcyBmb3IgeW91ciBoZWxwLgoKR3JlZXRpbmdzLApBYmhpaml0CgotLS0tLS0tLS0tLS0tLS0t LQpkbWVzZyBvdXRwdXQ6Ci0tLS0tLS0tLS0tLS0tLS0tCgpDb3B5cmlnaHQgKGMpIDE5OTItMjAw NSBUaGUgRnJlZUJTRCBQcm9qZWN0LgpDb3B5cmlnaHQgKGMpIDE5NzksIDE5ODAsIDE5ODMsIDE5 ODYsIDE5ODgsIDE5ODksIDE5OTEsIDE5OTIsIDE5OTMsIDE5OTQKCVRoZSBSZWdlbnRzIG9mIHRo ZSBVbml2ZXJzaXR5IG9mIENhbGlmb3JuaWEuIEFsbCByaWdodHMgcmVzZXJ2ZWQuCkZyZWVCU0Qg Ni4wLVJFTEVBU0UgIzA6IFNhdCBEZWMgMTcgMTM6MDI6MjcgSVNUIDIwMDUKICAgIGFiaGlqaXRA bG9jYWxob3N0Oi91c3Ivb2JqL3Vzci9zcmMvc3lzL0xVR0JVUloKVGltZWNvdW50ZXIgImk4MjU0 IiBmcmVxdWVuY3kgMTE5MzE4MiBIeiBxdWFsaXR5IDAKQ1BVOiBJbnRlbCBQZW50aXVtIElJSSAo NzAyLjk5LU1IeiA2ODYtY2xhc3MgQ1BVKQogIE9yaWdpbiA9ICJHZW51aW5lSW50ZWwiICBJZCA9 IDB4NjgzICBTdGVwcGluZyA9IDMKICBGZWF0dXJlcz0weDM4M2Y5ZmY8RlBVLFZNRSxERSxQU0Us VFNDLE1TUixQQUUsTUNFLENYOCxTRVAsTVRSUixQR0UsTUNBLENNT1YsUEFULFBTRTM2LE1NWCxG WFNSLFNTRT4KcmVhbCBtZW1vcnkgID0gNTM1NjkxMjY0ICg1MTAgTUIpCmF2YWlsIG1lbW9yeSA9 IDUxOTA3Nzg4OCAoNDk1IE1CKQpucHgwOiBbRkFTVF0KbnB4MDogPG1hdGggcHJvY2Vzc29yPiBv biBtb3RoZXJib2FyZApucHgwOiBJTlQgMTYgaW50ZXJmYWNlCmNwdTAgb24gbW90aGVyYm9hcmQK cGNpYjA6IDxJbnRlbCA4MjgxMCAoaTgxMCBHTUNIKSBIb3N0IFRvIEh1YiBicmlkZ2U+IHBjaWJ1 cyAwIG9uIG1vdGhlcmJvYXJkCnBpcjA6IDxQQ0kgSW50ZXJydXB0IFJvdXRpbmcgVGFibGU6IDgg RW50cmllcz4gb24gbW90aGVyYm9hcmQKcGNpMDogPFBDSSBidXM+IG9uIHBjaWIwCmFncDA6IDxJ bnRlbCA4MjgxMCAoaTgxMCBHTUNIKSBTVkdBIGNvbnRyb2xsZXI+IG1lbQoweGU4MDAwMDAwLTB4 ZWJmZmZmZmYsMHhlZmY4MDAwMC0weGVmZmZmZmZmIGlycSAxMSBhdCBkZXZpY2UgMS4wIG9uCnBj aTAKcGNpYjE6IDxQQ0lCSU9TIFBDSS1QQ0kgYnJpZGdlPiBhdCBkZXZpY2UgMzAuMCBvbiBwY2kw CnBjaTE6IDxQQ0kgYnVzPiBvbiBwY2liMQppc2FiMDogPFBDSS1JU0EgYnJpZGdlPiBhdCBkZXZp Y2UgMzEuMCBvbiBwY2kwCmlzYTA6IDxJU0EgYnVzPiBvbiBpc2FiMAphdGFwY2kwOiA8SW50ZWwg SUNIIFVETUE2NiBjb250cm9sbGVyPiBwb3J0CjB4MWYwLTB4MWY3LDB4M2Y2LDB4MTcwLTB4MTc3 LDB4Mzc2LDB4ZmZhMC0weGZmYWYgYXQgZGV2aWNlIDMxLjEgb24KcGNpMAphdGEwOiA8QVRBIGNo YW5uZWwgMD4gb24gYXRhcGNpMAphdGExOiA8QVRBIGNoYW5uZWwgMT4gb24gYXRhcGNpMAp1aGNp MDogPEludGVsIDgyODAxQUEgKElDSCkgVVNCIGNvbnRyb2xsZXI+IHBvcnQgMHhkYTAwLTB4ZGEx ZiBpcnEgOQphdCBkZXZpY2UgMzEuMiBvbiBwY2kwCnVoY2kwOiBbR0lBTlQtTE9DS0VEXQp1c2Iw OiA8SW50ZWwgODI4MDFBQSAoSUNIKSBVU0IgY29udHJvbGxlcj4gb24gdWhjaTAKdXNiMDogVVNC IHJldmlzaW9uIDEuMAp1aHViMDogSW50ZWwgVUhDSSByb290IGh1YiwgY2xhc3MgOS8wLCByZXYg MS4wMC8xLjAwLCBhZGRyIDEKdWh1YjA6IDIgcG9ydHMgd2l0aCAyIHJlbW92YWJsZSwgc2VsZiBw b3dlcmVkCnBjbTA6IDxJbnRlbCBJQ0ggKDgyODAxQUEpPiBwb3J0IDB4ZGUwMC0weGRlZmYsMHhk YzAwLTB4ZGMzZiBpcnEgMTAgYXQKZGV2aWNlIDMxLjUgb24gcGNpMApwY20wOiBbR0lBTlQtTE9D S0VEXQpwY20wOiA8Q2lycnVzIExvZ2ljIENTNDI5OSBBQzk3IENvZGVjPgpwbXRpbWVyMCBvbiBp c2EwCm9ybTA6IDxJU0EgT3B0aW9uIFJPTT4gYXQgaW9tZW0gMHhjMDAwMC0weGM3ZmZmIG9uIGlz YTAKYXRrYmRjMDogPEtleWJvYXJkIGNvbnRyb2xsZXIgKGk4MDQyKT4gYXQgcG9ydCAweDYwLDB4 NjQgb24gaXNhMAphdGtiZDA6IDxBVCBLZXlib2FyZD4gaXJxIDEgb24gYXRrYmRjMAprYmQwIGF0 IGF0a2JkMAphdGtiZDA6IFtHSUFOVC1MT0NLRURdCnBzbTA6IDxQUy8yIE1vdXNlPiBpcnEgMTIg b24gYXRrYmRjMApwc20wOiBbR0lBTlQtTE9DS0VEXQpwc20wOiBtb2RlbCBJbnRlbGxpTW91c2Us IGRldmljZSBJRCAzCmZkYzA6IDxFbmhhbmNlZCBmbG9wcHkgY29udHJvbGxlcj4gYXQgcG9ydCAw eDNmMC0weDNmNSwweDNmNyBpcnEgNiBkcnEgMiBvbiBpc2EwCmZkYzA6IFtGQVNUXQpmZDA6IDwx NDQwLUtCIDMuNSIgZHJpdmU+IG9uIGZkYzAgZHJpdmUgMApwcGMwOiA8UGFyYWxsZWwgcG9ydD4g YXQgcG9ydCAweDM3OC0weDM3ZiBpcnEgNyBvbiBpc2EwCnBwYzA6IEdlbmVyaWMgY2hpcHNldCAo TklCQkxFLW9ubHkpIGluIENPTVBBVElCTEUgbW9kZQpwcGJ1czA6IDxQYXJhbGxlbCBwb3J0IGJ1 cz4gb24gcHBjMApwbGlwMDogPFBMSVAgbmV0d29yayBpbnRlcmZhY2U+IG9uIHBwYnVzMApscHQw OiA8UHJpbnRlcj4gb24gcHBidXMwCmxwdDA6IEludGVycnVwdC1kcml2ZW4gcG9ydApwcGkwOiA8 UGFyYWxsZWwgSS9PPiBvbiBwcGJ1czAKc2MwOiA8U3lzdGVtIGNvbnNvbGU+IGF0IGZsYWdzIDB4 MTAwIG9uIGlzYTAKc2MwOiBWR0EgPDE2IHZpcnR1YWwgY29uc29sZXMsIGZsYWdzPTB4MzAwPgpz aW8wIGF0IHBvcnQgMHgzZjgtMHgzZmYgaXJxIDQgZmxhZ3MgMHgxMCBvbiBpc2EwCnNpbzA6IHR5 cGUgMTY1NTBBCnNpbzEgYXQgcG9ydCAweDJmOC0weDJmZiBpcnEgMyBvbiBpc2EwCnNpbzE6IHR5 cGUgMTY1NTBBCnZnYTA6IDxHZW5lcmljIElTQSBWR0E+IGF0IHBvcnQgMHgzYzAtMHgzZGYgaW9t ZW0gMHhhMDAwMC0weGJmZmZmIG9uIGlzYTAKdW5rbm93bjogPFBOUDBjMDE+IGNhbid0IGFzc2ln biByZXNvdXJjZXMgKG1lbW9yeSkKdW5rbm93bjogPFBOUDAzMDM+IGNhbid0IGFzc2lnbiByZXNv dXJjZXMgKHBvcnQpCnVua25vd246IDxQTlAwNTAxPiBjYW4ndCBhc3NpZ24gcmVzb3VyY2VzIChw b3J0KQp1bmtub3duOiA8UE5QMDUwMT4gY2FuJ3QgYXNzaWduIHJlc291cmNlcyAocG9ydCkKdW5r bm93bjogPFBOUDA0MDA+IGNhbid0IGFzc2lnbiByZXNvdXJjZXMgKHBvcnQpCnVua25vd246IDxQ TlAwNzAwPiBjYW4ndCBhc3NpZ24gcmVzb3VyY2VzIChwb3J0KQp1bmtub3duOiA8UE5QMGYxMz4g Y2FuJ3QgYXNzaWduIHJlc291cmNlcyAoaXJxKQpUaW1lY291bnRlciAiVFNDIiBmcmVxdWVuY3kg NzAyOTg2MDI3IEh6IHF1YWxpdHkgODAwClRpbWVjb3VudGVycyB0aWNrIGV2ZXJ5IDEuMDAwIG1z ZWMKYWQwOiBETUEgbGltaXRlZCB0byBVRE1BMzMsIGNvbnRyb2xsZXIgZm91bmQgbm9uLUFUQTY2 IGNhYmxlCmFkMDogMTkwOTJNQiA8U2VhZ2F0ZSBTVDMyMDQxM0EgMy41Mz4gYXQgYXRhMC1tYXN0 ZXIgVURNQTMzCmFjZDA6IENEUlcgPEhMLURULVNUIEdDRS04NTI1Qi8xLjAzPiBhdCBhdGEwLXNs YXZlIFVETUEzMwphY2QxOiBDRFJPTSA8U0FNU1VORyBDRC1ST00gU0MtMTUyQy9DUzA0PiBhdCBh dGExLW1hc3RlciBQSU80ClRyeWluZyB0byBtb3VudCByb290IGZyb20gdWZzOi9kZXYvYWQwczFh CldBUk5JTkc6IC8gd2FzIG5vdCBwcm9wZXJseSBkaXNtb3VudGVkCkxvYWRpbmcgY29uZmlndXJh dGlvbiBmaWxlcy4Ka2VybmVsIGR1bXBzIG9uIC9kZXYvYWQwczFiCkVudHJvcHkgaGFydmVzdGlu ZzoKIGludGVycnVwdHMKIGV0aGVybmV0CiBwb2ludF90b19wb2ludAoga2lja3N0YXJ0Ci4Kc3dh cG9uOiBhZGRpbmcgL2Rldi9hZDBzMWIgYXMgc3dhcCBkZXZpY2UKU3RhcnRpbmcgZmlsZSBzeXN0 ZW0gY2hlY2tzOgovZGV2L2FkMHMxYTogMTU0MiBmaWxlcywgNDMxNTkgdXNlZCwgMjEwNjU2IGZy ZWUgKDE4MDAgZnJhZ3MsIDI2MTA3CmJsb2NrcywgMC43JSBmcmFnbWVudGF0aW9uKQovZGV2L2Fk MHMxaDogREVGRVIgRk9SIEJBQ0tHUk9VTkQgQ0hFQ0tJTkcKL2Rldi9hZDBzMWY6IERFRkVSIEZP UiBCQUNLR1JPVU5EIENIRUNLSU5HCi9kZXYvYWQwczFlOiBERUZFUiBGT1IgQkFDS0dST1VORCBD SEVDS0lORwovZGV2L2FkMHMxZzogREVGRVIgRk9SIEJBQ0tHUk9VTkQgQ0hFQ0tJTkcKL2Rldi9h ZDBzMWQ6IERFRkVSIEZPUiBCQUNLR1JPVU5EIENIRUNLSU5HCmNkMCBhdCBhdGEwIGJ1cyAwIHRh cmdldCAxIGx1biAwCmNkMDogPEhMLURULVNUIENELVJXIEdDRS04NTI1QiAxLjAzPiBSZW1vdmFi bGUgQ0QtUk9NIFNDU0ktMCBkZXZpY2UKY2QwOiAzMy4wMDBNQi9zIHRyYW5zZmVycwpjZDA6IEF0 dGVtcHQgdG8gcXVlcnkgZGV2aWNlIHNpemUgZmFpbGVkOiBOT1QgUkVBRFksIE1lZGl1bSBub3QK cHJlc2VudCAtIHRyYXkgY2xvc2VkCmNkMSBhdCBhdGExIGJ1cyAwIHRhcmdldCAwIGx1biAwCmNk MTogPFNBTVNVTkcgQ0QtUk9NIFNDLTE1MkMgQ1MwND4gUmVtb3ZhYmxlIENELVJPTSBTQ1NJLTAg ZGV2aWNlCmNkMTogMTYuMDAwTUIvcyB0cmFuc2ZlcnMKY2QxOiBBdHRlbXB0IHRvIHF1ZXJ5IGRl dmljZSBzaXplIGZhaWxlZDogTk9UIFJFQURZLCBNZWRpdW0gbm90IHByZXNlbnQKV0FSTklORzog L2RhdGEgd2FzIG5vdCBwcm9wZXJseSBkaXNtb3VudGVkCldBUk5JTkc6IC9ob21lIHdhcyBub3Qg cHJvcGVybHkgZGlzbW91bnRlZApXQVJOSU5HOiAvdG1wIHdhcyBub3QgcHJvcGVybHkgZGlzbW91 bnRlZAovdG1wOiBtb3VudCBwZW5kaW5nIGVycm9yOiBibG9ja3MgMTYgZmlsZXMgNQpXQVJOSU5H OiAvdXNyIHdhcyBub3QgcHJvcGVybHkgZGlzbW91bnRlZApXQVJOSU5HOiAvdmFyIHdhcyBub3Qg cHJvcGVybHkgZGlzbW91bnRlZApTZXR0aW5nIGhvc3RuYW1lOiBsb2NhbGhvc3QuCmxvMDogZmxh Z3M9ODA0OTxVUCxMT09QQkFDSyxSVU5OSU5HLE1VTFRJQ0FTVD4gbXR1IDE2Mzg0CglpbmV0NiA6 OjEgcHJlZml4bGVuIDEyOAoJaW5ldDYgZmU4MDo6MSVsbzAgcHJlZml4bGVuIDY0IHNjb3BlaWQg MHgyCglpbmV0IDEyNy4wLjAuMSBuZXRtYXNrIDB4ZmYwMDAwMDAKQWRkaXRpb25hbCByb3V0aW5n IG9wdGlvbnM6Ci4KU3RhcnRpbmcgZGV2ZC4KTW91bnRpbmcgTkZTIGZpbGUgc3lzdGVtczoKLgpD cmVhdGluZyBhbmQvb3IgdHJpbW1pbmcgbG9nIGZpbGVzOgouClN0YXJ0aW5nIHN5c2xvZ2QuCkNo ZWNraW5nIGZvciBjb3JlIGR1bXAgb24gL2Rldi9hZDBzMWIuLi4Kc2F2ZWNvcmU6IHJlYm9vdCBh ZnRlciBwYW5pYzogcGFnZSBmYXVsdApEZWMgMjIgMjE6NDI6MTIgbG9jYWxob3N0IHNhdmVjb3Jl OiByZWJvb3QgYWZ0ZXIgcGFuaWM6IHBhZ2UgZmF1bHQKc2F2ZWNvcmU6IHdyaXRpbmcgY29yZSB0 byB2bWNvcmUuMQpUdXJuaW5nIG9uIGFjY291bnRpbmcuCkFjY291bnRpbmcgZW5hYmxlZApDbGVh cmluZyAvdG1wLgpFTEYgbGRjb25maWcgcGF0aDogL2xpYiAvdXNyL2xpYiAvdXNyL2xpYi9jb21w YXQgL3Vzci9YMTFSNi9saWIgL3Vzci9sb2NhbC9saWIKYS5vdXQgbGRjb25maWcgcGF0aDogL3Vz ci9saWIvYW91dCAvdXNyL2xpYi9jb21wYXQvYW91dCAvdXNyL1gxMVI2L2xpYi9hb3V0ClJlY292 ZXJpbmcgdmkgZWRpdG9yIHNlc3Npb25zOgouClN0YXJ0aW5nIHVzYmQuClN0YXJ0aW5nIGxvY2Fs IGRhZW1vbnM6Ci4KVXBkYXRpbmcgbW90ZAouCkNvbmZpZ3VyaW5nIHN5c2NvbnM6CiBrZXlyYXRl CiBmb250OHgxNgogYmxhbmt0aW1lCiBzY3JlZW5zYXZlcgouCkluaXRpYWwgaTM4NiBpbml0aWFs aXphdGlvbjoKLgpBZGRpdGlvbmFsIEFCSSBzdXBwb3J0OgogbGludXgKLgpTdGFydGluZyBjcm9u LgpMb2NhbCBwYWNrYWdlIGluaXRpYWxpemF0aW9uOgouCkFkZGl0aW9uYWwgVENQIG9wdGlvbnM6 Ci4KU3RhcnRpbmcgZGVmYXVsdCBtb3VzZWQ6Ci4KU3RhcnRpbmcgYmFja2dyb3VuZCBmaWxlIHN5 c3RlbSBjaGVja3MgaW4gNjAgc2Vjb25kcy4KLS0tLS0tLS0tLS0tLS0tLS0tLS0tCgprZXJuZWwg Y29uZmlndXJhdGlvbgotLS0tLS0tLS0tLS0tLS0tLS0tLS0tCgojIExVR0JVUlogLS0gQ3VzdG9t IEtlcm5lbCBjb25maWd1cmF0aW9uIGZpbGUgLS0gRnJlZUJTRCA1LjQgLyBpMzg2CgojIE9wdGlv bnMKbWFjaGluZQkJaTM4NgojY3B1CQlJNDg2X0NQVQojY3B1CQlJNTg2X0NQVQpjcHUJCUk2ODZf Q1BVCmlkZW50CQlMVUdCVVJaCgojIENoYW5nZSBLZXJuZWwgb3V0cHV0IGNvbG9ycwpvcHRpb25z IFNDX0tFUk5FTF9DT05TX0FUVFI9KEZHX0dSRUVOfEJHX0JMQUNLKQpvcHRpb25zIFNDX0tFUk5F TF9DT05TX1JFVl9BVFRSPShGR19CTEFDS3xCR19SRUQpCgojIE1pc2Mgb3B0aW9ucwpvcHRpb25z ICAgICAgICAgU0NfRElTQUJMRV9SRUJPT1QgICAgICAgIyBkaXNhYmxlIHJlYm9vdCBrZXkgc2Vx dWVuY2UKCiMgVG8gc3RhdGljYWxseSBjb21waWxlIGluIGRldmljZSB3aXJpbmcgaW5zdGVhZCBv ZiAvYm9vdC9kZXZpY2UuaGludHMKI2hpbnRzCQkiR0VORVJJQy5oaW50cyIJCSMgRGVmYXVsdCBw bGFjZXMgdG8gbG9vayBmb3IgZGV2aWNlcy4KCiNvcHRpb25zIEREQgptYWtlb3B0aW9ucwlERUJV Rz0tZwkJIyBDb21waWxlIGRlYnVnIGtlcm5lbAoKI29wdGlvbnMgICAgICAgICBTQ0hFRF9VTEUg ICAgICAgICAgICAgICMgVUxFIHNjaGVkdWxlcgpvcHRpb25zIAlTQ0hFRF80QlNECQkjIDRCU0Qg c2NoZWR1bGVyCm9wdGlvbnMgICAgICAgICBQUkVFTVBUSU9OICAgICAgICAgICAgICAjIEVuYWJs ZSBLZXJuZWwgdGhyZWFkIHByZWVtcHRpb24Kb3B0aW9ucyAJSU5FVAkJCSMgSW50ZXJORVR3b3Jr aW5nCm9wdGlvbnMgCUlORVQ2CQkJIyBJUHY2IGNvbW11bmljYXRpb25zIHByb3RvY29scwpvcHRp b25zIAlGRlMJCQkjIEJlcmtlbGV5IEZhc3QgRmlsZXN5c3RlbQpvcHRpb25zIAlTT0ZUVVBEQVRF UwkJIyBFbmFibGUgRkZTIHNvZnQgdXBkYXRlcyBzdXBwb3J0Cm9wdGlvbnMgCVVGU19BQ0wJCQkj IFN1cHBvcnQgZm9yIGFjY2VzcyBjb250cm9sIGxpc3RzCm9wdGlvbnMgCVVGU19ESVJIQVNICQkj IEltcHJvdmUgcGVyZm9ybWFuY2Ugb24gYmlnIGRpcmVjdG9yaWVzCm9wdGlvbnMgCU1EX1JPT1QJ CQkjIE1EIGlzIGEgcG90ZW50aWFsIHJvb3QgZGV2aWNlCiNvcHRpb25zIAlORlNDTElFTlQJCSMg TmV0d29yayBGaWxlc3lzdGVtIENsaWVudAojb3B0aW9ucyAJTkZTU0VSVkVSCQkjIE5ldHdvcmsg RmlsZXN5c3RlbSBTZXJ2ZXIKI29wdGlvbnMgCU5GU19ST09UCQkjIE5GUyB1c2FibGUgYXMgLywg cmVxdWlyZXMgTkZTQ0xJRU5UCm9wdGlvbnMgCU1TRE9TRlMJCQkjIE1TRE9TIEZpbGVzeXN0ZW0K b3B0aW9ucyAJQ0Q5NjYwCQkJIyBJU08gOTY2MCBGaWxlc3lzdGVtCm9wdGlvbnMgCVBST0NGUwkJ CSMgUHJvY2VzcyBmaWxlc3lzdGVtIChyZXF1aXJlcyBQU0VVRE9GUykKb3B0aW9ucyAJUFNFVURP RlMJCSMgUHNldWRvLWZpbGVzeXN0ZW0gZnJhbWV3b3JrCm9wdGlvbnMgCUdFT01fR1BUCQkjIEdV SUQgUGFydGl0aW9uIFRhYmxlcy4Kb3B0aW9ucyAJQ09NUEFUXzQzCQkjIENvbXBhdGlibGUgd2l0 aCBCU0QgNC4zIFtLRUVQIFRISVMhXQpvcHRpb25zIAlDT01QQVRfRlJFRUJTRDQJCSMgQ29tcGF0 aWJsZSB3aXRoIEZyZWVCU0Q0Cm9wdGlvbnMgCUNPTVBBVF9GUkVFQlNENQkJIyBDb21wYXRpYmxl IHdpdGggRnJlZUJTRDUKb3B0aW9ucyAJU0NTSV9ERUxBWT01MDAwICAgICAgICAgIyBEZWxheSAo aW4gbXMpIGJlZm9yZSBwcm9iaW5nIFNDU0kKb3B0aW9ucyAJS1RSQUNFCQkJIyBrdHJhY2UoMSkg c3VwcG9ydApvcHRpb25zIAlTWVNWU0hNCQkJIyBTWVNWLXN0eWxlIHNoYXJlZCBtZW1vcnkKb3B0 aW9ucyAJU1lTVk1TRwkJCSMgU1lTVi1zdHlsZSBtZXNzYWdlIHF1ZXVlcwpvcHRpb25zIAlTWVNW U0VNCQkJIyBTWVNWLXN0eWxlIHNlbWFwaG9yZXMKb3B0aW9ucyAJX0tQT1NJWF9QUklPUklUWV9T Q0hFRFVMSU5HICMgUE9TSVggUDEwMDNfMUIgcmVhbC10aW1lIGV4dGVuc2lvbnMKb3B0aW9ucyAJ S0JEX0lOU1RBTExfQ0RFVgkjIGluc3RhbGwgYSBDREVWIGVudHJ5IGluIC9kZXYKI29wdGlvbnMg CUFIQ19SRUdfUFJFVFRZX1BSSU5UCSMgUHJpbnQgcmVnaXN0ZXIgYml0ZmllbGRzIGluIGRlYnVn CgkJCQkJIyBvdXRwdXQuICBBZGRzIH4xMjhrIHRvIGRyaXZlci4KI29wdGlvbnMgCUFIRF9SRUdf UFJFVFRZX1BSSU5UCSMgUHJpbnQgcmVnaXN0ZXIgYml0ZmllbGRzIGluIGRlYnVnCgkJCQkJIyBv dXRwdXQuICBBZGRzIH4yMTVrIHRvIGRyaXZlci4Kb3B0aW9ucyAJQURBUFRJVkVfR0lBTlQJCSMg R2lhbnQgbXV0ZXggaXMgYWRhcHRpdmUuCgpkZXZpY2UJCWFwaWMJCQkjIEkvTyBBUElDCgojIEJ1 cyBzdXBwb3J0LiAgRG8gbm90IHJlbW92ZSBpc2EsIGV2ZW4gaWYgeW91IGhhdmUgbm8gaXNhIHNs b3RzCmRldmljZQkJaXNhCmRldmljZQkJZWlzYQpkZXZpY2UJCXBjaQoKIyBGbG9wcHkgZHJpdmVz CmRldmljZQkJZmRjCgojIEFUQSBhbmQgQVRBUEkgZGV2aWNlcwpkZXZpY2UJCWF0YQpkZXZpY2UJ CWF0YWRpc2sJCSMgQVRBIGRpc2sgZHJpdmVzCiNkZXZpY2UJCWF0YXJhaWQJCSMgQVRBIFJBSUQg ZHJpdmVzCmRldmljZQkJYXRhcGljZAkJIyBBVEFQSSBDRFJPTSBkcml2ZXMKI2RldmljZQkJYXRh cGlmZAkJIyBBVEFQSSBmbG9wcHkgZHJpdmVzCiNkZXZpY2UJCWF0YXBpc3QJCSMgQVRBUEkgdGFw ZSBkcml2ZXMKb3B0aW9ucyAJQVRBX1NUQVRJQ19JRAkjIFN0YXRpYyBkZXZpY2UgbnVtYmVyaW5n CgojIEFUQVBJL0NBTSBkZXZpY2VzCmRldmljZSBhdGFwaWNhbQoKIyBTQ1NJIENvbnRyb2xsZXJz CiNkZXZpY2UJCWFoYgkJIyBFSVNBIEFIQTE3NDIgZmFtaWx5CiNkZXZpY2UJCWFoYwkJIyBBSEEy OTQwIGFuZCBvbmJvYXJkIEFJQzd4eHggZGV2aWNlcwojZGV2aWNlCQlhaGQJCSMgQUhBMzkzMjAv MjkzMjAgYW5kIG9uYm9hcmQgQUlDNzl4eCBkZXZpY2VzCiNkZXZpY2UJCWFtZAkJIyBBTUQgNTND OTc0IChUZWtyYW0gREMtMzkwKFQpKQojZGV2aWNlCQlpc3AJCSMgUWxvZ2ljIGZhbWlseQojZGV2 aWNlCQltcHQJCSMgTFNJLUxvZ2ljIE1QVC1GdXNpb24KI2RldmljZQkJbmNyCQkjIE5DUi9TeW1i aW9zIExvZ2ljCiNkZXZpY2UJCXN5bQkJIyBOQ1IvU3ltYmlvcyBMb2dpYyAobmV3ZXIgY2hpcHNl dHMgKyB0aG9zZSBvZiBgbmNyJykKI2RldmljZQkJdHJtCQkjIFRla3JhbSBEQzM5NVUvVVcvRiBE QzMxNVUgYWRhcHRlcnMKCiNkZXZpY2UJCWFkdgkJIyBBZHZhbnN5cyBTQ1NJIGFkYXB0ZXJzCiNk ZXZpY2UJCWFkdwkJIyBBZHZhbnN5cyB3aWRlIFNDU0kgYWRhcHRlcnMKI2RldmljZQkJYWhhCQkj IEFkYXB0ZWMgMTU0eCBTQ1NJIGFkYXB0ZXJzCiNkZXZpY2UJCWFpYwkJIyBBZGFwdGVjIDE1WzAx Ml14IFNDU0kgYWRhcHRlcnMsIEFJQy02WzIzXTYwLgojZGV2aWNlCQlidAkJIyBCdXNsb2dpYy9N eWxleCBNdWx0aU1hc3RlciBTQ1NJIGFkYXB0ZXJzCgojZGV2aWNlCQluY3YJCSMgTkNSIDUzQzUw MAojZGV2aWNlCQluc3AJCSMgV29ya2JpdCBOaW5qYSBTQ1NJLTMKI2RldmljZQkJc3RnCQkjIFRN QyAxOEMzMC8xOEM1MAoKIyBTQ1NJIHBlcmlwaGVyYWxzCmRldmljZQkJc2NidXMJCSMgU0NTSSBi dXMgKHJlcXVpcmVkIGZvciBTQ1NJKQojZGV2aWNlCQljaAkJIyBTQ1NJIG1lZGlhIGNoYW5nZXJz CmRldmljZQkJZGEJCSMgRGlyZWN0IEFjY2VzcyAoZGlza3MpCiNkZXZpY2UJCXNhCQkjIFNlcXVl bnRpYWwgQWNjZXNzICh0YXBlIGV0YykKZGV2aWNlCQljZAkJIyBDRApkZXZpY2UJCXBhc3MJCSMg UGFzc3Rocm91Z2ggZGV2aWNlIChkaXJlY3QgU0NTSSBhY2Nlc3MpCiNkZXZpY2UJCXNlcwkJIyBT Q1NJIEVudmlyb25tZW50YWwgU2VydmljZXMgKGFuZCBTQUYtVEUpCgojIFJBSUQgY29udHJvbGxl cnMgaW50ZXJmYWNlZCB0byB0aGUgU0NTSSBzdWJzeXN0ZW0KI2RldmljZQkJYW1yCQkjIEFNSSBN ZWdhUkFJRAojZGV2aWNlCQlhcmNtc3IJCSMgQXJlY2EgU0FUQSBJSSBSQUlECiNkZXZpY2UJCWFz cgkJIyBEUFQgU21hcnRSQUlEIFYsIFZJIGFuZCBBZGFwdGVjIFNDU0kgUkFJRAojZGV2aWNlCQlj aXNzCQkjIENvbXBhcSBTbWFydCBSQUlEIDUqCiNkZXZpY2UJCWRwdAkJIyBEUFQgU21hcnRjYWNo ZSBJSUksIElWIC0gU2VlIE5PVEVTIGZvciBvcHRpb25zCiNkZXZpY2UJCWhwdG12CQkjIEhpZ2hw b2ludCBSb2NrZXRSQUlEIDE4MngKI2RldmljZQkJaWlyCQkjIEludGVsIEludGVncmF0ZWQgUkFJ RAojZGV2aWNlCQlpcHMJCSMgSUJNIChBZGFwdGVjKSBTZXJ2ZVJBSUQKI2RldmljZQkJbWx5CQkj IE15bGV4IEFjY2VsZVJBSUQvZVh0cmVtZVJBSUQKI2RldmljZQkJdHdhCQkjIDN3YXJlIDkwMDAg c2VyaWVzIFBBVEEvU0FUQSBSQUlECgojIFJBSUQgY29udHJvbGxlcnMKI2RldmljZQkJYWFjCQkj IEFkYXB0ZWMgRlNBIFJBSUQKI2RldmljZQkJYWFjcAkJIyBTQ1NJIHBhc3N0aHJvdWdoIGZvciBh YWMgKHJlcXVpcmVzIENBTSkKI2RldmljZQkJaWRhCQkjIENvbXBhcSBTbWFydCBSQUlECiNkZXZp Y2UJCW1seAkJIyBNeWxleCBEQUM5NjAgZmFtaWx5CiNkZXZpY2UJCXBzdAkJIyBQcm9taXNlIFN1 cGVydHJhayBTWDYwMDAKI2RldmljZQkJdHdlCQkjIDN3YXJlIEFUQSBSQUlECgojIGF0a2JkYzAg Y29udHJvbHMgYm90aCB0aGUga2V5Ym9hcmQgYW5kIHRoZSBQUy8yIG1vdXNlCmRldmljZQkJYXRr YmRjCQkjIEFUIGtleWJvYXJkIGNvbnRyb2xsZXIKZGV2aWNlCQlhdGtiZAkJIyBBVCBrZXlib2Fy ZApkZXZpY2UJCXBzbQkJIyBQUy8yIG1vdXNlCgpkZXZpY2UJCXZnYQkJIyBWR0EgdmlkZW8gY2Fy ZCBkcml2ZXIKCmRldmljZQkJc3BsYXNoCQkjIFNwbGFzaCBzY3JlZW4gYW5kIHNjcmVlbiBzYXZl ciBzdXBwb3J0CgojIHN5c2NvbnMgaXMgdGhlIGRlZmF1bHQgY29uc29sZSBkcml2ZXIsIHJlc2Vt YmxpbmcgYW4gU0NPIGNvbnNvbGUKZGV2aWNlCQlzYwoKIyBFbmFibGUgdGhpcyBmb3IgdGhlIHBj dnQgKFZUMjIwIGNvbXBhdGlibGUpIGNvbnNvbGUgZHJpdmVyCiNkZXZpY2UJCXZ0CiNvcHRpb25z IAlYU0VSVkVSCQkjIHN1cHBvcnQgZm9yIFggc2VydmVyIG9uIGEgdnQgY29uc29sZQojb3B0aW9u cyAJRkFUX0NVUlNPUgkjIHN0YXJ0IHdpdGggYmxvY2sgY3Vyc29yCgpkZXZpY2UJCWFncAkJIyBz dXBwb3J0IHNldmVyYWwgQUdQIGNoaXBzZXRzCgojIEZsb2F0aW5nIHBvaW50IHN1cHBvcnQgLSBk byBub3QgZGlzYWJsZS4KZGV2aWNlCQlucHgKCiMgUG93ZXIgbWFuYWdlbWVudCBzdXBwb3J0IChz ZWUgTk9URVMgZm9yIG1vcmUgb3B0aW9ucykKI2RldmljZQkJYXBtCiMgQWRkIHN1c3BlbmQvcmVz dW1lIHN1cHBvcnQgZm9yIHRoZSBpODI1NC4KZGV2aWNlCQlwbXRpbWVyCgojIFBDQ0FSRCAoUENN Q0lBKSBzdXBwb3J0CiMgUENNQ0lBIGFuZCBjYXJkYnVzIGJyaWRnZSBzdXBwb3J0CiNkZXZpY2UJ CWNiYgkJIyBjYXJkYnVzICh5ZW50YSkgYnJpZGdlCiNkZXZpY2UJCXBjY2FyZAkJIyBQQyBDYXJk ICgxNi1iaXQpIGJ1cwojZGV2aWNlCQljYXJkYnVzCQkjIENhcmRCdXMgKDMyLWJpdCkgYnVzCgoj IFNlcmlhbCAoQ09NKSBwb3J0cwpkZXZpY2UJCXNpbwkJIyA4MjUwLCAxNls0NV01MCBiYXNlZCBz ZXJpYWwgcG9ydHMKCiMgUGFyYWxsZWwgcG9ydApkZXZpY2UJCXBwYwpkZXZpY2UJCXBwYnVzCQkj IFBhcmFsbGVsIHBvcnQgYnVzIChyZXF1aXJlZCkKZGV2aWNlCQlscHQJCSMgUHJpbnRlcgpkZXZp Y2UJCXBsaXAJCSMgVENQL0lQIG92ZXIgcGFyYWxsZWwKZGV2aWNlCQlwcGkJCSMgUGFyYWxsZWwg cG9ydCBpbnRlcmZhY2UgZGV2aWNlCiNkZXZpY2UJCXZwbwkJIyBSZXF1aXJlcyBzY2J1cyBhbmQg ZGEKCiMgSWYgeW91J3ZlIGdvdCBhICJkdW1iIiBzZXJpYWwgb3IgcGFyYWxsZWwgUENJIGNhcmQg dGhhdCBpcwojIHN1cHBvcnRlZCBieSB0aGUgcHVjKDQpIGdsdWUgZHJpdmVyLCB1bmNvbW1lbnQg dGhlIGZvbGxvd2luZwojIGxpbmUgdG8gZW5hYmxlIGl0IChjb25uZWN0cyB0byB0aGUgc2lvIGFu ZC9vciBwcGMgZHJpdmVycyk6CiNkZXZpY2UgICAgICAgICBwdWMKCiMgUENJIEV0aGVybmV0IE5J Q3MuCiNkZXZpY2UJCWRlCQkjIERFQy9JbnRlbCBEQzIxeDR4IChgYFR1bGlwJycpCiNkZXZpY2UJ CWVtCQkjIEludGVsIFBSTy8xMDAwIGFkYXB0ZXIgR2lnYWJpdCBFdGhlcm5ldCBDYXJkCiNkZXZp Y2UJCWl4Z2IJCSMgSW50ZWwgUFJPLzEwR2JFIEV0aGVybmV0IENhcmQKI2RldmljZQkJdHhwCQkj IDNDb20gM2NSOTkwIChgYFR5cGhvb24nJykKI2RldmljZQkJdngJCSMgM0NvbSAzYzU5MCwgM2M1 OTUgKGBgVm9ydGV4JycpCgojIFBDSSBFdGhlcm5ldCBOSUNzIHRoYXQgdXNlIHRoZSBjb21tb24g TUlJIGJ1cyBjb250cm9sbGVyIGNvZGUuCiMgTk9URTogQmUgc3VyZSB0byBrZWVwIHRoZSAnZGV2 aWNlIG1paWJ1cycgbGluZSBpbiBvcmRlciB0byB1c2UgdGhlc2UgTklDcyEKI2RldmljZQkJbWlp YnVzCQkjIE1JSSBidXMgc3VwcG9ydAojZGV2aWNlCQliZmUJCSMgQnJvYWRjb20gQkNNNDQweCAx MC8xMDAgRXRoZXJuZXQKI2RldmljZQkJYmdlCQkjIEJyb2FkY29tIEJDTTU3MHh4IEdpZ2FiaXQg RXRoZXJuZXQKI2RldmljZQkJZGMJCSMgREVDL0ludGVsIDIxMTQzIGFuZCB2YXJpb3VzIHdvcmth bGlrZXMKI2RldmljZQkJZnhwCQkjIEludGVsIEV0aGVyRXhwcmVzcyBQUk8vMTAwQiAoODI1NTcs IDgyNTU4KQojZGV2aWNlCQlsZ2UJCSMgTGV2ZWwgMSBMWFQxMDAxIGdpZ2FiaXQgZXRoZXJuZXQK I2RldmljZQkJbmdlCQkjIE5hdFNlbWkgRFA4MzgyMCBnaWdhYml0IGV0aGVybmV0CiNkZXZpY2UJ CXBjbgkJIyBBTUQgQW03OUM5N3ggUENJIDEwLzEwMCAocHJlY2VkZW5jZSBvdmVyICdsbmMnKQoj ZGV2aWNlCQlyZQkJIyBSZWFsVGVrIDgxMzlDKy84MTY5LzgxNjlTLzgxMTBTCiNkZXZpY2UJCXJs CQkjIFJlYWxUZWsgODEyOS84MTM5CiNkZXZpY2UJCXNmCQkjIEFkYXB0ZWMgQUlDLTY5MTUgKGBg U3RhcmZpcmUnJykKI2RldmljZQkJc2lzCQkjIFNpbGljb24gSW50ZWdyYXRlZCBTeXN0ZW1zIFNp UyA5MDAvU2lTIDcwMTYKI2RldmljZQkJc2sJCSMgU3lzS29ubmVjdCBTSy05ODR4ICYgU0stOTgy eCBnaWdhYml0IEV0aGVybmV0CiNkZXZpY2UJCXN0ZQkJIyBTdW5kYW5jZSBTVDIwMSAoRC1MaW5r IERGRS01NTBUWCkKI2RldmljZQkJdGkJCSMgQWx0ZW9uIE5ldHdvcmtzIFRpZ29uIEkvSUkgZ2ln YWJpdCBFdGhlcm5ldAojZGV2aWNlCQl0bAkJIyBUZXhhcyBJbnN0cnVtZW50cyBUaHVuZGVyTEFO CiNkZXZpY2UJCXR4CQkjIFNNQyBFdGhlclBvd2VyIElJICg4M2MxNzAgYGBFUElDJycpCiNkZXZp Y2UJCXZnZQkJIyBWSUEgVlQ2MTJ4IGdpZ2FiaXQgZXRoZXJuZXQKI2RldmljZQkJdnIJCSMgVklB IFJoaW5lLCBSaGluZSBJSQojZGV2aWNlCQl3YgkJIyBXaW5ib25kIFc4OUM4NDBGCiNkZXZpY2UJ CXhsCQkjIDNDb20gM2M5MHggKGBgQm9vbWVyYW5nJycsIGBgQ3ljbG9uZScnKQoKIyBJU0EgRXRo ZXJuZXQgTklDcy4gIHBjY2FyZCBOSUNzIGluY2x1ZGVkLgojZGV2aWNlCQljcwkJIyBDcnlzdGFs IFNlbWljb25kdWN0b3IgQ1M4OXgwIE5JQwojICdkZXZpY2UgZWQnIHJlcXVpcmVzICdkZXZpY2Ug bWlpYnVzJwojZGV2aWNlCQllZAkJIyBORVsxMl0wMDAsIFNNQyBVbHRyYSwgM2M1MDMsIERTODM5 MCBjYXJkcwojZGV2aWNlCQlleAkJIyBJbnRlbCBFdGhlckV4cHJlc3MgUHJvLzEwIGFuZCBQcm8v MTArCiNkZXZpY2UJCWVwCQkjIEV0aGVybGluayBJSUkgYmFzZWQgY2FyZHMKI2RldmljZQkJZmUJ CSMgRnVqaXRzdSBNQjg2OTZ4IGJhc2VkIGNhcmRzCiNkZXZpY2UJCWllCQkjIEV0aGVyRXhwcmVz cyA4LzE2LCAzQzUwNywgU3RhckxBTiAxMCBldGMuCiNkZXZpY2UJCWxuYwkJIyBORTIxMDAsIE5F MzItVkwgTGFuY2UgRXRoZXJuZXQgY2FyZHMKI2RldmljZQkJc24JCSMgU01DJ3MgOTAwMCBzZXJp ZXMgb2YgRXRoZXJuZXQgY2hpcHMKI2RldmljZQkJeGUJCSMgWGlyY29tIHBjY2FyZCBFdGhlcm5l dAoKIyBJU0EgZGV2aWNlcyB0aGF0IHVzZSB0aGUgb2xkIElTQSBzaGltcwojZGV2aWNlCQlsZQoK IyBXaXJlbGVzcyBOSUMgY2FyZHMKI2RldmljZQkJd2xhbgkJIyA4MDIuMTEgc3VwcG9ydAojZGV2 aWNlCQlhbgkJIyBBaXJvbmV0IDQ1MDAvNDgwMCA4MDIuMTEgd2lyZWxlc3MgTklDcy4KI2Rldmlj ZQkJYXdpCQkjIEJheVN0YWNrIDY2MCBhbmQgb3RoZXJzCiNkZXZpY2UJCXdpCQkjIFdhdmVMQU4v SW50ZXJzaWwvU3ltYm9sIDgwMi4xMSB3aXJlbGVzcyBOSUNzLgojZGV2aWNlCQl3bAkJIyBPbGRl ciBub24gODAyLjExIFdhdmVsYW4gd2lyZWxlc3MgTklDLgoKIyBQc2V1ZG8gZGV2aWNlcy4KZGV2 aWNlCQlsb29wCQkjIE5ldHdvcmsgbG9vcGJhY2sKZGV2aWNlCQltZW0JCSMgTWVtb3J5IGFuZCBr ZXJuZWwgbWVtb3J5IGRldmljZXMKZGV2aWNlCQlpbwkJIyBJL08gZGV2aWNlCmRldmljZQkJcmFu ZG9tCQkjIEVudHJvcHkgZGV2aWNlCmRldmljZQkJZXRoZXIJCSMgRXRoZXJuZXQgc3VwcG9ydApk ZXZpY2UJCXNsCQkjIEtlcm5lbCBTTElQCmRldmljZQkJcHBwCQkjIEtlcm5lbCBQUFAKZGV2aWNl CQl0dW4JCSMgUGFja2V0IHR1bm5lbC4KZGV2aWNlCQlwdHkJCSMgUHNldWRvLXR0eXMgKHRlbG5l dCBldGMpCmRldmljZQkJbWQJCSMgTWVtb3J5ICJkaXNrcyIKZGV2aWNlCQlnaWYJCSMgSVB2NiBh bmQgSVB2NCB0dW5uZWxpbmcKZGV2aWNlCQlmYWl0aAkJIyBJUHY2LXRvLUlQdjQgcmVsYXlpbmcg KHRyYW5zbGF0aW9uKQoKIyBUaGUgYGJwZicgZGV2aWNlIGVuYWJsZXMgdGhlIEJlcmtlbGV5IFBh Y2tldCBGaWx0ZXIuCiMgQmUgYXdhcmUgb2YgdGhlIGFkbWluaXN0cmF0aXZlIGNvbnNlcXVlbmNl cyBvZiBlbmFibGluZyB0aGlzIQojIE5vdGUgdGhhdCAnYnBmJyBpcyByZXF1aXJlZCBmb3IgREhD UC4KZGV2aWNlCQlicGYJCSMgQmVya2VsZXkgcGFja2V0IGZpbHRlcgoKIyBVU0Igc3VwcG9ydApk ZXZpY2UJCXVoY2kJCSMgVUhDSSBQQ0ktPlVTQiBpbnRlcmZhY2UKI2RldmljZQkJb2hjaQkJIyBP SENJIFBDSS0+VVNCIGludGVyZmFjZQojZGV2aWNlCQllaGNpCQkjIEVIQ0kgUENJLT5VU0IgaW50 ZXJmYWNlIChVU0IgMi4wKQpkZXZpY2UJCXVzYgkJIyBVU0IgQnVzIChyZXF1aXJlZCkKI2Rldmlj ZQkJdWRicAkJIyBVU0IgRG91YmxlIEJ1bGsgUGlwZSBkZXZpY2VzCmRldmljZQkJdWdlbgkJIyBH ZW5lcmljCmRldmljZQkJdWhpZAkJIyAiSHVtYW4gSW50ZXJmYWNlIERldmljZXMiCiNkZXZpY2UJ CXVrYmQJCSMgS2V5Ym9hcmQKI2RldmljZQkJdWxwdAkJIyBQcmludGVyCiNkZXZpY2UJCXVtYXNz CQkjIERpc2tzL01hc3Mgc3RvcmFnZSAtIFJlcXVpcmVzIHNjYnVzIGFuZCBkYQojZGV2aWNlCQl1 bXMJCSMgTW91c2UKI2RldmljZQkJdXJpbwkJIyBEaWFtb25kIFJpbyA1MDAgTVAzIHBsYXllcgoj ZGV2aWNlCQl1c2Nhbm5lcgkjIFNjYW5uZXJzCiMgVVNCIEV0aGVybmV0LCByZXF1aXJlcyBtaWkK I2RldmljZQkJYXVlCQkjIEFETXRlayBVU0IgRXRoZXJuZXQKI2RldmljZQkJYXhlCQkjIEFTSVgg RWxlY3Ryb25pY3MgVVNCIEV0aGVybmV0CiNkZXZpY2UJCWNkY2UJCSMgR2VuZXJpYyBVU0Igb3Zl ciBFdGhlcm5ldAojZGV2aWNlCQljdWUJCSMgQ0FUQyBVU0IgRXRoZXJuZXQKI2RldmljZQkJa3Vl CQkjIEthd2FzYWtpIExTSSBVU0IgRXRoZXJuZXQKI2RldmljZQkJcnVlCQkjIFJlYWxUZWsgUlRM ODE1MCBVU0IgRXRoZXJuZXQKCiMgRmlyZVdpcmUgc3VwcG9ydAojZGV2aWNlCQlmaXJld2lyZQkj IEZpcmVXaXJlIGJ1cyBjb2RlCiNkZXZpY2UJCXNicAkJIyBTQ1NJIG92ZXIgRmlyZVdpcmUgKFJl cXVpcmVzIHNjYnVzIGFuZCBkYSkKI2RldmljZQkJZndlCQkjIEV0aGVybmV0IG92ZXIgRmlyZVdp cmUgKG5vbi1zdGFuZGFyZCEpCi0tLS0tLS0tLS0tLS0tLS0tLQpjcmFzaCBkdW1wOgotLS0tLS0t LS0tLS0tLS0tLQpGcmVlQlNEIGxvY2FsaG9zdCA2LjAtUkVMRUFTRSBGcmVlQlNEIDYuMC1SRUxF QVNFICMwOiBTYXQgRGVjIDE3CjEzOjAyOjI3IElTVCAyMDA1ICAgICBhYmhpaml0QGxvY2FsaG9z dDovdXNyL29iai91c3Ivc3JjL3N5cy9MVUdCVVJaIAppMzg2CgpVbnJlYWQgcG9ydGlvbiBvZiB0 aGUga2VybmVsIG1lc3NhZ2UgYnVmZmVyOgoKCkZhdGFsIHRyYXAgMTI6IHBhZ2UgZmF1bHQgd2hp bGUgaW4ga2VybmVsIG1vZGUKZmF1bHQgdmlydHVhbCBhZGRyZXNzICAgPSAweDE0CmZhdWx0IGNv ZGUgICAgICAgICAgICAgID0gc3VwZXJ2aXNvciByZWFkLCBwYWdlIG5vdCBwcmVzZW50Cmluc3Ry dWN0aW9uIHBvaW50ZXIgICAgID0gMHgyMDoweGMwNWZhM2VhCnN0YWNrIHBvaW50ZXIgICAgICAg ICAgID0gMHgyODoweGQ1NDNhYzZjCmZyYW1lIHBvaW50ZXIgICAgICAgICAgID0gMHgyODoweGQ1 NDNhYzk4CmNvZGUgc2VnbWVudCAgICAgICAgICAgID0gYmFzZSAweDAsIGxpbWl0IDB4ZmZmZmYs IHR5cGUgMHgxYgogICAgICAgICAgICAgICAgICAgICAgICA9IERQTCAwLCBwcmVzIDEsIGRlZjMy IDEsIGdyYW4gMQpwcm9jZXNzb3IgZWZsYWdzICAgICAgICA9IGludGVycnVwdCBlbmFibGVkLCBy ZXN1bWUsIElPUEwgPSAwCmN1cnJlbnQgcHJvY2VzcyAgICAgICAgID0gMzggKHN3aTA6IHNpbykK dHJhcCBudW1iZXIgICAgICAgICAgICAgPSAxMgpwYW5pYzogcGFnZSBmYXVsdApVcHRpbWU6IDJo Nm0xcwpEdW1waW5nIDUxMCBNQiAoMiBjaHVua3MpCiAgY2h1bmsgMDogMU1CICgxNTkgcGFnZXMp IC4uLiBvawogIGNodW5rIDE6IDUxME1CICgxMzA1MjggcGFnZXMpIDQ5NCA0NzggNDYyIDQ0NiA0 MzAgNDE0IDM5OCAzODIgMzY2IDM1MCAzMzQgMzE4CjMwMiAyODYgMjcwIDI1NCAyMzggMjIyIDIw NiAxOTAgMTc0IDE1OCAxNDIgMTI2IDExMCA5NCA3OCA2MiA0NiAzMCAxNAoKIzAgIGRvYWR1bXAg KCkgYXQgcGNwdS5oOjE2NQoxNjUgICAgICAgICAgICAgX19hc20gX192b2xhdGlsZSgibW92bCAl JWZzOjAsJTAiIDogIj1yIiAodGQpKTsKCihrZ2RiKSBsaXN0ICoweGMwNWZhM2VhCjB4YzA1ZmEz ZWEgaXMgYXQgL3Vzci9zcmMvc3lzL2kzODYvaTM4Ni9zdXBwb3J0LnM6NDkwLgo0ODUgICAgICAg ICAgICAgY21wbCAgICAlZWN4LCVlYXggICAgICAgICAgICAgICAgICAgICAgIC8qIG92ZXJsYXBw aW5nICYmIHNyYyA8CmRzdD8gKi8KNDg2ICAgICAgICAgICAgIGpiICAgICAgMWYKNDg3CjQ4OCAg ICAgICAgICAgICBzaHJsICAgICQyLCVlY3ggICAgICAgICAgICAgICAgICAgICAgICAgLyogY29w eSBieSAzMi1iaXQgd29yZHMKKi8KNDg5ICAgICAgICAgICAgIGNsZCAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAvKiBub3BlLCBjb3B5IGZvcndhcmRzICoKLwo0OTAgICAgICAg ICAgICAgcmVwCjQ5MSAgICAgICAgICAgICBtb3ZzbAo0OTIgICAgICAgICAgICAgbW92bCAgICAy MCglZXNwKSwlZWN4CjQ5MyAgICAgICAgICAgICBhbmRsICAgICQzLCVlY3ggICAgICAgICAgICAg ICAgICAgICAgICAgLyogYW55IGJ5dGVzIGxlZnQ/ICovCjQ5NCAgICAgICAgICAgICByZXAKCihr Z2RiKSBiYWNrdHJhY2UKIzAgIGRvYWR1bXAgKCkgYXQgcGNwdS5oOjE2NQojMSAgMHhjMDRjNTI0 YSBpbiBib290IChob3d0bz0yNjApIGF0IC91c3Ivc3JjL3N5cy9rZXJuL2tlcm5fc2h1dGRvd24u YzozOTkKIzIgIDB4YzA0YzU0ZTAgaW4gcGFuaWMgKGZtdD0weGMwNjFhMDI3ICIlcyIpCiAgICBh dCAvdXNyL3NyYy9zeXMva2Vybi9rZXJuX3NodXRkb3duLmM6NTU1CiMzICAweGMwNWZjMzE4IGlu IHRyYXBfZmF0YWwgKGZyYW1lPTB4ZDU0M2FjMmMsIGV2YT0yMCkKICAgIGF0IC91c3Ivc3JjL3N5 cy9pMzg2L2kzODYvdHJhcC5jOjgzMQojNCAgMHhjMDVmYzA4MyBpbiB0cmFwX3BmYXVsdCAoZnJh bWU9MHhkNTQzYWMyYywgdXNlcm1vZGU9MCwgZXZhPTIwKQogICAgYXQgL3Vzci9zcmMvc3lzL2kz ODYvaTM4Ni90cmFwLmM6NzQyCiM1ICAweGMwNWZiY2UxIGluIHRyYXAgKGZyYW1lPQogICAgICB7 dGZfZnMgPSAtMTA2ODY5NTU0NCwgdGZfZXMgPSAtMTA1MDkzNTI1NiwgdGZfZHMgPSA0MCwgdGZf ZWRpID0gLTEwNTAyNTg3OAo4LCB0Zl9lc2kgPSAyMCwgdGZfZWJwID0gLTcxNjk4NTE5MiwgdGZf aXNwID0gLTcxNjk4NTI1NiwgdGZfZWJ4ID0gNSwgdGZfZWR4ID0gMQowOCwgdGZfZWN4ID0gMSwg dGZfZWF4ID0gLTEwNTAyNTg4MDgsIHRmX3RyYXBubyA9IDEyLCB0Zl9lcnIgPSAwLCB0Zl9laXAg PSAtMTA2Nwo0NzM5NDIsIHRmX2NzID0gMzIsIHRmX2VmbGFncyA9IDY2MDUwLCB0Zl9lc3AgPSAw LCB0Zl9zcyA9IC0xMDUwMjQwOTY4fSkKICAgIGF0IC91c3Ivc3JjL3N5cy9pMzg2L2kzODYvdHJh cC5jOjQzMgojNiAgMHhjMDVlYmRjYSBpbiBjYWxsdHJhcCAoKSBhdCAvdXNyL3NyYy9zeXMvaTM4 Ni9pMzg2L2V4Y2VwdGlvbi5zOjEzOQojNyAgMHhjMDVmYTNlYSBpbiBnZW5lcmljX2Jjb3B5ICgp IGF0IC91c3Ivc3JjL3N5cy9pMzg2L2kzODYvc3VwcG9ydC5zOjQ4OQpQcmV2aW91cyBmcmFtZSBp bm5lciB0byB0aGlzIGZyYW1lIChjb3JydXB0IHN0YWNrPykKCihrZ2RiKSBidCBmdWxsCiMwICBk b2FkdW1wICgpIGF0IHBjcHUuaDoxNjUKTm8gbG9jYWxzLgojMSAgMHhjMDRjNTI0YSBpbiBib290 IChob3d0bz0yNjApIGF0IC91c3Ivc3JjL3N5cy9rZXJuL2tlcm5fc2h1dGRvd24uYzozOTkKICAg ICAgICBmaXJzdF9idWZfcHJpbnRmID0gMQojMiAgMHhjMDRjNTRlMCBpbiBwYW5pYyAoZm10PTB4 YzA2MWEwMjcgIiVzIikKICAgIGF0IC91c3Ivc3JjL3N5cy9rZXJuL2tlcm5fc2h1dGRvd24uYzo1 NTUKICAgICAgICB0ZCA9IChzdHJ1Y3QgdGhyZWFkICopIDB4YzE1Y2IxODAKICAgICAgICBib290 b3B0ID0gMjYwCiAgICAgICAgbmV3cGFuaWMgPSAwCiAgICAgICAgYXAgPSAweGMxNWNiMTgwICJI 77+9XFzvv73vv710WO+/vSIKICAgICAgICBidWYgPSAicGFnZSBmYXVsdCIsICdcMCcgPHJlcGVh dHMgMjQ1IHRpbWVzPgojMyAgMHhjMDVmYzMxOCBpbiB0cmFwX2ZhdGFsIChmcmFtZT0weGQ1NDNh YzJjLCBldmE9MjApCiAgICBhdCAvdXNyL3NyYy9zeXMvaTM4Ni9pMzg2L3RyYXAuYzo4MzEKICAg ICAgICBjb2RlID0gNDAKICAgICAgICB0eXBlID0gMTIKICAgICAgICBzcyA9IDQwCiAgICAgICAg ZXNwID0gMAogICAgICAgIHNvZnRzZWcgPSB7c3NkX2Jhc2UgPSAwLCBzc2RfbGltaXQgPSAxMDQ4 NTc1LCBzc2RfdHlwZSA9IDI3LAogIHNzZF9kcGwgPSAwLCBzc2RfcCA9IDEsIHNzZF94eCA9IDEy LCBzc2RfeHgxID0gMiwgc3NkX2RlZjMyID0gMSwKICBzc2RfZ3JhbiA9IDF9CiM0ICAweGMwNWZj MDgzIGluIHRyYXBfcGZhdWx0IChmcmFtZT0weGQ1NDNhYzJjLCB1c2VybW9kZT0wLCBldmE9MjAp CiAgICBhdCAvdXNyL3NyYy9zeXMvaTM4Ni9pMzg2L3RyYXAuYzo3NDIKICAgICAgICB2YSA9IDAK ICAgICAgICB2bSA9IChzdHJ1Y3Qgdm1zcGFjZSAqKSAweDAKIG1hcCA9IDB4YzA2NmI0ZTAKICAg ICAgICBydiA9IDEKICAgICAgICBmdHlwZSA9IDEgJ1wwMDEnCiAgICAgICAgdGQgPSAoc3RydWN0 IHRocmVhZCAqKSAweGMxNWNiMTgwCiAgICAgICAgcCA9IChzdHJ1Y3QgcHJvYyAqKSAweGMxNWNh YzQ4CiM1ICAweGMwNWZiY2UxIGluIHRyYXAgKGZyYW1lPQogICAgICB7dGZfZnMgPSAtMTA2ODY5 NTU0NCwgdGZfZXMgPSAtMTA1MDkzNTI1NiwgdGZfZHMgPSA0MCwgdGZfZWRpID0gLTEwNTAyNTg3 OAo4LCB0Zl9lc2kgPSAyMCwgdGZfZWJwID0gLTcxNjk4NTE5MiwgdGZfaXNwID0gLTcxNjk4NTI1 NiwgdGZfZWJ4ID0gNSwgdGZfZWR4ID0gMQowOCwgdGZfZWN4ID0gMSwgdGZfZWF4ID0gLTEwNTAy NTg4MDgsIHRmX3RyYXBubyA9IDEyLCB0Zl9lcnIgPSAwLCB0Zl9laXAgPSAtMTA2Nwo0NzM5NDIs IHRmX2NzID0gMzIsIHRmX2VmbGFncyA9IDY2MDUwLCB0Zl9lc3AgPSAwLCB0Zl9zcyA9IC0xMDUw MjQwOTY4fSkKICAgIGF0IC91c3Ivc3JjL3N5cy9pMzg2L2kzODYvdHJhcC5jOjQzMgogICAgICAg IHRkID0gKHN0cnVjdCB0aHJlYWQgKikgMHhjMTVjYjE4MAogICAgICAgIHAgPSAoc3RydWN0IHBy b2MgKikgMHhjMTVjYWM0OAogICAgICAgIHN0aWNrcyA9IDMyMjc5NzIzNTIKICAgICAgICBpID0g MAogICAgICAgIHVjb2RlID0gMAogICAgICAgIHR5cGUgPSAxMgogICAgICAgIGNvZGUgPSAwCiAg ICAgICAgZXZhID0gMjAKIzYgIDB4YzA1ZWJkY2EgaW4gY2FsbHRyYXAgKCkgYXQgL3Vzci9zcmMv c3lzL2kzODYvaTM4Ni9leGNlcHRpb24uczoxMzkKTm8gbG9jYWxzLgojNyAgMHhjMDVmYTNlYSBp biBnZW5lcmljX2Jjb3B5ICgpIGF0IC91c3Ivc3JjL3N5cy9pMzg2L2kzODYvc3VwcG9ydC5zOjQ4 OQpObyBsb2NhbHMuCgoKLS0KSWYgS2FybCwgaW5zdGVhZCBvZiB3cml0aW5nIGEgbG90IGFib3V0 IENhcGl0YWwsIGhhZCBtYWRlIGEgbG90IG9mCkNhcGl0YWwsIGl0IHdvdWxkIGhhdmUgYmVlbiBt dWNoIGJldHRlci4KICAgICAgICAgICAgICAgIC0tIEthcmwgTWFyeCdzIE1vdGhlcgo= From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 17:16: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 8566716A41F for ; Thu, 22 Dec 2005 17:16:33 +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 D281643D58 for ; Thu, 22 Dec 2005 17:16:32 +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 E574AD27669 for ; Thu, 22 Dec 2005 12:16:30 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Thu, 22 Dec 2005 12:16:30 -0500 X-Sasl-enc: N21Uq1d7FmSOvp6OJxeYFmt8xfhCQDEUkDivXtdTHcr+ 1135271790 Received: from gumby.localdomain (88-104-204-181.dynamic.dsl.as9105.com [88.104.204.181]) by frontend2.messagingengine.com (Postfix) with ESMTP id 1F80C5714A4 for ; Thu, 22 Dec 2005 12:16:29 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Thu, 22 Dec 2005 17:16:26 +0000 User-Agent: KMail/1.8.3 References: <200512211822.19543.deejy-pooh@ntlworld.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512221716.27675.list-freebsd-2004@morbius.sent.com> 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: Thu, 22 Dec 2005 17:16:33 -0000 On Wednesday 21 December 2005 18:25, Teo De Las Heras wrote: > on a similar note, is it possible to create scripts that run after a user > logs in. I'm setting up freeBSD as my home PC and I don't like to go right > into KDE. However, I'd like startX to run when my wife logs in. another way is to let kdm run, but hit ctrl-alt-Fn (where n=2 - 8) to select another tty for text login. IMHO the console is best left for error messages anyway. From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 17:19: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 0C10116A425 for ; Thu, 22 Dec 2005 17:19:01 +0000 (GMT) (envelope-from jorn@wcborstel.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 68C3443D64 for ; Thu, 22 Dec 2005 17:19:00 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from wcborstel.demon.nl ([83.160.142.57]:18121 helo=[192.168.1.9]) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1EpU5h-000LhM-Pu; Thu, 22 Dec 2005 17:18:58 +0000 Message-ID: <43AADF5C.5090803@wcborstel.nl> Date: Thu, 22 Dec 2005 18:16:12 +0100 From: Jorn Argelo User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051120) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sasa Stupar References: <43A9A240.9070709@wcborstel.nl> 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: Thu, 22 Dec 2005 17:19:01 -0000 Sasa Stupar wrote: > > > --On 21. december 2005 19:43 +0100 Jorn Argelo 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, >> >> >> Open /etc/ttys with your favourite editor and search for this line: >> >> ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure >> >> Change this into: >> >> ttyv8 "/usr/X11R6/bin/kdm" xterm on secure >> >> And voila, KDM will start at boot. >> >> Best regards, >> >> Jorn > > > OK. KDE is starting on boot but it won't let me to log in as root nor > I can't su after I have logged in as normal user. > And another thing: I have configure X with "xorgcfg -textmode" and I > have specified my card, monitor, resolution. Hence, after the log into > my account I have 640*480 only resolution. I have tried to change in > preferences>peripheral>display but I have only one choose 640*480. > What am I missing here? > 1) Don't log into KDE as root. It's just not done. Create a normal user who is in the wheel group, which solves your su problem. 2) X -configure is the way to automatically configure your X server. Google for the Modes and DefaultDepth options in xorg.conf. 3) The FreeBSD handbook does an excellent job describing this :-) Cheers, Jorn From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 17:19: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 7196F16A423 for ; Thu, 22 Dec 2005 17:19:57 +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 06FAB43D62 for ; Thu, 22 Dec 2005 17:19:57 +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 9F114D2A8C6 for ; Thu, 22 Dec 2005 12:19:55 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Thu, 22 Dec 2005 12:19:55 -0500 X-Sasl-enc: yOC9ko+6111vl/1jz1X1gRI5PW0UyaUcELHyf6O/epyn 1135271994 Received: from gumby.localdomain (88-104-204-181.dynamic.dsl.as9105.com [88.104.204.181]) by frontend2.messagingengine.com (Postfix) with ESMTP id C884857146E for ; Thu, 22 Dec 2005 12:19:54 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Thu, 22 Dec 2005 17:19:52 +0000 User-Agent: KMail/1.8.3 References: <43A9A240.9070709@wcborstel.nl> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512221719.53755.list-freebsd-2004@morbius.sent.com> 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: Thu, 22 Dec 2005 17:19:57 -0000 On Thursday 22 December 2005 07:30, Sasa Stupar wrote: > --On 21. december 2005 19:43 +0100 Jorn Argelo wrote: > > ttyv8 "/usr/X11R6/bin/kdm" xterm on secure > > > > And voila, KDM will start at boot. > OK. KDE is starting on boot but it won't let me to log in as root nor I that's a good thing > can't su after I have logged in as normal user. Are you in the wheel group? From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 17:25: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 0EEF816A41F for ; Thu, 22 Dec 2005 17:25:44 +0000 (GMT) (envelope-from tim.lastine@hi.umn.edu) Received: from email1.smig.net (email1.smig.net [216.188.208.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE25A43D5C for ; Thu, 22 Dec 2005 17:25:43 +0000 (GMT) (envelope-from tim.lastine@hi.umn.edu) Received: from tim-dell-2005.hi.umn.edu (hi56.smig.net [216.188.196.56]) by email1.smig.net (8.12.8/8.12.8) with ESMTP id jBMHPgXc056301; Thu, 22 Dec 2005 11:25:42 -0600 (CST) Message-Id: <7.0.0.16.0.20051222100521.01ed28d8@smig.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Thu, 22 Dec 2005 11:25:36 -0600 To: freebsd-questions@freebsd.org From: Tim Lastine Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Inconsistencies in df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 17:25:44 -0000 Hi, We are wondering why df gives such peculiar outputs on large disk drives? The used space and the available space do not add up the reported size of the partition. Is this a problem, or is it just the way it is? We are using a 250 Gig SATA (ad4) drive and a 1000 Gig SATA Raid 0(da0) drive. Incidentally, while partitioning the drives on install, the disk geometry warning came up for both drives. We just used the geometry that the installer chose. canicula-a# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad4s1a 2.9G 55M 2.6G 2% / devfs 1.0K 1.0K 0B 100% /dev /dev/ad4s1f 62G 4.0K 57G 0% /opt /dev/da0s1d 906G 4.0K 833G 0% /raid /dev/ad4s1e 3.9G 810M 2.8G 22% /usr /dev/ad4s1d 2.9G 302K 2.7G 0% /var canicula-a# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad4s1a 3049102 56150 2749024 2% / devfs 1 1 0 100% /dev /dev/ad4s1f 64489864 4 59330672 0% /opt /dev/da0s1d 949613700 4 873644600 0% /raid /dev/ad4s1e 4058062 29730 2903688 22% /usr /dev/ad4s1d 3045006 302 2801104 0% /var Thank You From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 17:30: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 045AA16A42F for ; Thu, 22 Dec 2005 17:30:26 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from relay2.av-mx.com (relay2.av-mx.com [137.118.16.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FBF643D5A for ; Thu, 22 Dec 2005 17:29:54 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.60] (HELO mx2.av-mx.com) by relay2.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 111160660 for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 12:29:52 -0500 Received: (qmail 20677 invoked from network); 22 Dec 2005 17:29:52 -0000 Received: from webx1.neonova.net (137.118.60.140) by 0 with SMTP; 22 Dec 2005 17:29:52 -0000 X-CLIENT-IP: 137.118.60.140 X-CLIENT-HOST: webx1.neonova.net Received: (from nobody@localhost) by webX1.neonova.net (8.11.6/8.11.6) id jBMHTqm03644; Thu, 22 Dec 2005 12:29:52 -0500 Received: from 216.227.116.226 (SquirrelMail authenticated user micahjon@ywave.com) by webx1.neonova.net with HTTP; Thu, 22 Dec 2005 12:29:52 -0500 (EST) Message-ID: <65530.216.227.116.226.1135272592.squirrel@webx1.neonova.net> Date: Thu, 22 Dec 2005 12:29:52 -0500 (EST) From: "Michael Lieske" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.7) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: GPGME fails to build under fresh 6.0 install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: micahjon@ywave.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 17:30:26 -0000 I'm doing a fresh install of FreeBSD 6.0 on my desktop system. While installing KDE from ports, the gpgme build crashed with the error quoted below. Google turns up little other than "try WITH_PTH and WITHOUT_PTH", neither of which makes any difference (I used make -DWITH_PTH build and make -DWITHOUT_PTH build). Since pointyhat indicates gpgme builds just fine, and it built just fine on the same machine under 5.4, I'm wondering if there's a dependency borked or a misconfiguration somewhere. Any clues on how to get it working? Thanks, Micah *** Error Excerpt *** cc -O2 -fno-strict-aliasing -pipe -O2 -pipe -march=athlon -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o .libs/t-keylist-sig t-keylist-sig.o ../../gpgme/.libs/libgpgme.so -L/usr/local/lib /usr/local/lib/libgpg-error.so -lintl -Wl,--rpath -Wl,/usr/local/lib .../../gpgme/.libs/libgpgme.so: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() creating t-keylist-sig if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gpgme -I/usr/local/include -O2 -fno-strict-aliasing -pipe -O2 -pipe -march=athlon -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-thread1.o -MD -MP -MF ".deps/t-thread1.Tpo" -c -o t-thread1.o t-thread1.c; \ then mv -f ".deps/t-thread1.Tpo" ".deps/t-thread1.Po"; else rm -f ".deps/t-thread1.Tpo"; exit 1; fi /bin/sh /usr/local/bin/libtool15 --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -O2 -pipe -march=athlon -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-thread1 -L/usr/local/lib/pth t-thread1.o ../../gpgme/libgpgme-pthread.la cc -O2 -fno-strict-aliasing -pipe -O2 -pipe -march=athlon -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o .libs/t-thread1 t-thread1.o -L/usr/local/lib/pth ../../gpgme/.libs/libgpgme-pthread.so -L/usr/local/lib /usr/local/lib/libgpg-error.so -lintl -Wl,--rpath -Wl,/usr/local/lib .../../gpgme/.libs/libgpgme-pthread.so: warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() t-thread1.o(.text+0x847): In function `main': : undefined reference to `pthread_create' t-thread1.o(.text+0x86a): In function `main': : undefined reference to `pthread_create' t-thread1.o(.text+0x87d): In function `main': : undefined reference to `pthread_join' t-thread1.o(.text+0x890): In function `main': : undefined reference to `pthread_join' gmake[3]: *** [t-thread1] Error 1 gmake[3]: Leaving directory `/usr/ports/security/gpgme/work/gpgme-1.0.3/tests/gpg' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/security/gpgme/work/gpgme-1.0.3/tests' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/security/gpgme/work/gpgme-1.0.3' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/security/gpgme. From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 17:32: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 48A4216A420 for ; Thu, 22 Dec 2005 17:32:43 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7255D43D69 for ; Thu, 22 Dec 2005 17:32:27 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IRW006MTU1UA662@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 11:32:18 -0600 (CST) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id jBMHWAJe042492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Dec 2005 12:32:17 -0500 Received: from mteterin.us.murex.com (smmsp@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id jBMHW3hh030957 for ; Thu, 22 Dec 2005 12:32:04 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id jBLM4n1T021171 for freebsd-questions@freebsd.org; Wed, 21 Dec 2005 17:04:49 -0500 Date: Wed, 21 Dec 2005 17:04:49 -0500 From: Mikhail Teterin To: freebsd-questions@freebsd.org Message-id: <200512211704.49530.mi+mx@aldan.algebra.com> Organization: Virtual Estates, Inc. MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline X-Virus-Scanned: ClamAV devel-20050525/1213/Mon Dec 19 09:48:34 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Authentication-warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f User-Agent: KMail/1.8.3 Subject: what's an equivalent for the following Perl one-liner? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 17:32:43 -0000 I'd like a sed string, that will remove both the carriage returns and the blanks at eol in one go. Perl appears to recognize the \r character and DTRT: perl -p -e 's,[ \r]+$,,' < in > out What's the sed's equivalent? Thanks! -mi From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 18:06: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 9415916A41F for ; Thu, 22 Dec 2005 18:06:11 +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 AECEA43D5E for ; Thu, 22 Dec 2005 18:06:10 +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 jBMI68G1023860; Thu, 22 Dec 2005 12:06:09 -0600 (CST) (envelope-from nalists@scls.lib.wi.us) Message-ID: <43AAEAE4.1010408@scls.lib.wi.us> Date: Thu, 22 Dec 2005 12:05:24 -0600 From: Greg Barniskis User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Lastine References: <7.0.0.16.0.20051222100521.01ed28d8@smig.net> In-Reply-To: <7.0.0.16.0.20051222100521.01ed28d8@smig.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Inconsistencies in df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 18:06:11 -0000 Tim Lastine wrote: > Hi, > > We are wondering why df gives such peculiar outputs on large disk > drives? If I'm not mistaken, it's because "Available" is a relative term. Some space is reserved by the OS for itself. See part 9.25 of http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html I haven't done the math against your example, but I'd wager it adds up correctly if you revise your assumptions accordingly. -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 18:10: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 5B67916A41F for ; Thu, 22 Dec 2005 18:10:58 +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 6B7DE43D58 for ; Thu, 22 Dec 2005 18:10:57 +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 jBMIAuG1024057; Thu, 22 Dec 2005 12:10:56 -0600 (CST) (envelope-from nalists@scls.lib.wi.us) Message-ID: <43AAEC0F.9070309@scls.lib.wi.us> Date: Thu, 22 Dec 2005 12:10:23 -0600 From: Greg Barniskis User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Barniskis References: <7.0.0.16.0.20051222100521.01ed28d8@smig.net> <43AAEAE4.1010408@scls.lib.wi.us> In-Reply-To: <43AAEAE4.1010408@scls.lib.wi.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Tim Lastine , freebsd-questions@freebsd.org Subject: Re: Inconsistencies in df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 18:10:58 -0000 Greg Barniskis wrote: > Tim Lastine wrote: > >> Hi, >> >> We are wondering why df gives such peculiar outputs on large disk >> drives? > > > If I'm not mistaken, it's because "Available" is a relative term. Some > space is reserved by the OS for itself. See part 9.25 of > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html > > I haven't done the math against your example, but I'd wager it adds up > correctly if you revise your assumptions accordingly. > Sorry, 9.25 and 9.26 both. -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 18:32: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 018F716A41F for ; Thu, 22 Dec 2005 18:32:21 +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 615ED43D5E for ; Thu, 22 Dec 2005 18:32:20 +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 5A5B224530C; Thu, 22 Dec 2005 19:32:19 +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 20814-07; Thu, 22 Dec 2005 19:32:19 +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 1F2E3245266; Thu, 22 Dec 2005 19:32:19 +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 jBMIWEtq002522; Thu, 22 Dec 2005 19:32:18 +0100 (CET) (envelope-from sasa@stupar.homelinux.net) Date: Thu, 22 Dec 2005 19:32:18 +0100 From: Sasa Stupar To: RW , freebsd-questions@freebsd.org Message-ID: In-Reply-To: <200512221719.53755.list-freebsd-2004@morbius.sent.com> References: <43A9A240.9070709@wcborstel.nl> <200512221719.53755.list-freebsd-2004@morbius.sent.com> 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: 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: Thu, 22 Dec 2005 18:32:21 -0000 --On 22. december 2005 17:19 +0000 RW wrote: > On Thursday 22 December 2005 07:30, Sasa Stupar wrote: >> --On 21. december 2005 19:43 +0100 Jorn Argelo wrote: >> > ttyv8 "/usr/X11R6/bin/kdm" xterm on secure >> > >> > And voila, KDM will start at boot. > >> OK. KDE is starting on boot but it won't let me to log in as root nor I > > that's a good thing > >> can't su after I have logged in as normal user. > > Are you in the wheel group? > _______________________________________________ No, I am not in wheel group. I thought I could su if I am not in the wheel group (well, at least I can do it on linux) but I am learning FreeBSD slowly. BUt why it won't let me log in as root? As I have read if the following line has secure written then root logins are allowed: ttyv8 "/usr/X11R6/bin/kdm" xterm on secure or have I missaunderstood this? -- Sasa Stupar From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 18:33: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 DACC416A41F for ; Thu, 22 Dec 2005 18:33:30 +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 9C59B43D75 for ; Thu, 22 Dec 2005 18:33:29 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id jBMIWo8f012427; Thu, 22 Dec 2005 12:32:50 -0600 (CST) (envelope-from dan) Date: Thu, 22 Dec 2005 12:32:50 -0600 From: Dan Nelson To: Mikhail Teterin Message-ID: <20051222183250.GB39217@dan.emsphone.com> References: <200512211704.49530.mi+mx@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512211704.49530.mi+mx@aldan.algebra.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: what's an equivalent for the following Perl one-liner? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 18:33:31 -0000 In the last episode (Dec 21), Mikhail Teterin said: > I'd like a sed string, that will remove both the carriage returns and > the blanks at eol in one go. Perl appears to recognize the \r > character and DTRT: > > perl -p -e 's,[ \r]+$,,' < in > out > > What's the sed's equivalent? Thanks! sed -E 's,[ ^M]*$,,' < in > out Note the ^M is a single control-character (entered via Ctrl-V Ctrl-M at a shell prompt for example). sed does not parse backslash-escapes except for \n which represents a newline. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 19:14: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 6FFAC16A41F for ; Thu, 22 Dec 2005 19:14:24 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id E033643D45 for ; Thu, 22 Dec 2005 19:14:23 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IRW00GMIYRYTQQB@vms040.mailsrvcs.net> for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 13:14:23 -0600 (CST) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id jBMJEKj2044024 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Dec 2005 14:14:22 -0500 Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id jBMJEEA1031776; Thu, 22 Dec 2005 14:14:14 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id jBMJEA2J031771; Thu, 22 Dec 2005 14:14:10 -0500 Date: Thu, 22 Dec 2005 14:14:09 -0500 From: Mikhail Teterin In-reply-to: <20051222183250.GB39217@dan.emsphone.com> To: Dan Nelson Message-id: <200512221414.10321.mi+mx@aldan.algebra.com> Organization: Virtual Estates, Inc. MIME-version: 1.0 Content-type: text/plain; charset=koi8-u Content-transfer-encoding: 8BIT Content-disposition: inline X-Virus-Scanned: ClamAV devel-20050525/1213/Mon Dec 19 09:48:34 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 References: <200512211704.49530.mi+mx@aldan.algebra.com> <20051222183250.GB39217@dan.emsphone.com> X-Authentication-warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f User-Agent: KMail/1.8.3 Cc: freebsd-questions@freebsd.org Subject: Re: what's an equivalent for the following Perl one-liner? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 19:14:24 -0000 ÞÅÔŨÅŌ 22 ĮŌÕÄÅÎØ 2005 13:32, Dan Nelson ũÉ ÎÁÐÉÓÁĖÉ: > In the last episode (Dec 21), Mikhail Teterin said: > > I'd like a sed string, that will remove both the carriage returns and > > the blanks at eol in one go. Perl appears to recognize the \r > > character and DTRT: > > > > perl -p -e 's,[ \r]+$,,' < in > out > > > > What's the sed's equivalent? Thanks! > > sed -E 's,[ ^M]*$,,' < in > out > > Note the ^M is a single control-character (entered via Ctrl-V Ctrl-M at > a shell prompt for example). Yes, I used this in the past, but the ports' Makefiles are supposed to be ASCII-only :-( > sed does not parse backslash-escapes except for \n which represents a > newline. Is not that a bug really? There may be some legacy reasons not to do it by default, but I'd expect the -E flag to turn on the recognition of such symbols... Thanks! -mi From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 19: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 7866716A41F for ; Thu, 22 Dec 2005 19:15:49 +0000 (GMT) (envelope-from reko.turja@liukuma.net) Received: from mxfep01.bredband.com (mxfep01.bredband.com [195.54.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF49243D53 for ; Thu, 22 Dec 2005 19:15:30 +0000 (GMT) (envelope-from reko.turja@liukuma.net) Received: from ironport.bredband.com ([195.54.107.82] [195.54.107.82]) by mxfep01.bredband.com with ESMTP id <20051222191529.URER4422.mxfep01.bredband.com@ironport.bredband.com> for ; Thu, 22 Dec 2005 20:15:29 +0100 Received: from c-9a0471d5.019-61-68617010.cust.bredbandsbolaget.se (HELO moria.endor.swagman.org) ([213.113.4.154]) by ironport.bredband.com with ESMTP; 22 Dec 2005 20:16:16 +0100 X-BrightmailFiltered: true X-IronPort-AV: i="3.99,285,1131318000"; d="scan'208"; a="21309690:sNHT49202541" Received: from rivendell (rivendell.endor.swagman.org [192.168.10.10]) by moria.endor.swagman.org (Postfix) with SMTP id 0E5DE1141A; Thu, 22 Dec 2005 21:13:50 +0200 (EET) Message-ID: <019101c6072c$1ac39aa0$0a0aa8c0@endor.swagman.org> From: "Reko Turja" To: References: <43A9A240.9070709@wcborstel.nl> <200512221719.53755.list-freebsd-2004@morbius.sent.com> Date: Thu, 22 Dec 2005 21:15:31 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Cc: Sasa Stupar 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: Thu, 22 Dec 2005 19:15:49 -0000 ----- Original Message ----- From: "Sasa Stupar" To: "RW" ; Sent: Thursday, December 22, 2005 8:32 PM Subject: Re: KDE - how to? > > > --On 22. december 2005 17:19 +0000 RW > wrote: > >> Are you in the wheel group? >> _______________________________________________ > > No, I am not in wheel group. I thought I could su if I am not in the > wheel group (well, at least I can do it on linux) but I am learning > FreeBSD slowly. You _must_ be in the wheel group to be able to su in any case. Linux people see whole wheel group and root as a bad thing for anarchistic society, BSD folks like the additional layer of security - One has to crack wheel group users password or account in order to get root in a machine using su. > BUt why it won't let me log in as root? As I have read if the > following line has secure written then root logins are allowed: > ttyv8 "/usr/X11R6/bin/kdm" xterm on secure > or have I missaunderstood this? Secure means that root can login from these terminals directly (insecure terminals enforce the login as regular user then su:ing). -Reko From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 19:25: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 1D34D16A41F for ; Thu, 22 Dec 2005 19:25:14 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from outbound-mail.nyc.untd.com (outbound-mail.nyc.untd.com [64.136.20.164]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E90B43D69 for ; Thu, 22 Dec 2005 19:25:10 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from webmail49.nyc.untd.com (webmail49.nyc.untd.com [10.141.27.189]) by smtpout06.nyc.untd.com with SMTP id AABB4X9NTAL755US for (sender ); Thu, 22 Dec 2005 11:25:05 -0800 (PST) Received: (from gs_stoller@juno.com) by webmail49.nyc.untd.com (jqueuemail) id LCUMW246; Thu, 22 Dec 2005 11:24:22 PST Received: from [67.84.55.15] by webmail49.nyc.untd.com with HTTP: Thu, 22 Dec 2005 19:23:24 GMT X-Originating-IP: [67.84.55.15] Mime-Version: 1.0 From: "gs_stoller@juno.com" X-UOL-SENDER: gs_stoller@juno.com Sender: gs_stoller@juno.com Date: Thu, 22 Dec 2005 19:23:24 GMT To: freebsd-questions@freebsd.org X-Mailer: Webmail Version 4.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Type: text/plain Message-Id: <20051222.112422.14922.174120@webmail49.nyc.untd.com> X-ContentStamp: 13:6:3754578810 X-UNTD-OriginStamp: /s5f1SIGSI3+WdnoYQ8yRKUN2Rb+YKG4J5dgLFA4eHLSHf+brvjqig== X-UNTD-Peer-Info: 10.141.27.189|webmail49.nyc.untd.com|webmail49.nyc.untd.com|gs_stoller@juno.com Cc: GS_Stoller@juno.com Subject: slice-table / partition-table X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 19:25:14 -0000 I have 2 hard drives on my system. One (my main drive) has an MS-DOS slice (naturally the first slice) and 3 FreeBSD slices. The other drive had 1 OS2 slice (just because an OS2 CDROM was used to slice it up) and 1 MS-DOS slice. At one time, I was thinking of putting the boot program on the second hard drive, and may have done it with the CDROM of FreeBSD 4.7 . Recently, while I was running MS-DOS and processing e-mail (trying to remove an attachment from a letter in order to save it in the MS-DOS slice on the second hard drive) through juno.com , I discovered that the MS-DOS slice on this second hard drive was hosed (naturally, that discovery could only be made while running MS-DOS ), and verified that fact by trying to go to = a directory on that second drive. MS-DOS didn't go there but complain= ed, and following that I couldn't see anything on that second drive. To investigate this, I rebooted into my FreeBSD 4.3 slice and found that the slice-table (often called "partition-table") on the sec= ond drive was identical to that of the first drive. In fact, when I tri= ed fdisk on each drive, I found the results identical except for the s= ize (# of cylinders) of the drives. Originally, the second drive's fdi= sk results stated 3 heads and some sectors per cylinder (but I don't re= call how many). I conclude that there is a strong possibility that only= the slice-table sector has been copied (from the first drive), though= I have no idea how this could have happened (though I consider the poss= ible putting of the boot program on the second hard drive as possibly co= ntributory). Does anyone have any idea of how this can happen? Has any= one seen this or the like before? I also conclude that there is a strong possibility that the rest of the= second disk (i.e., my data on it) is okay, and if I can rebuild the sl= ice-table then I can recover the rest of the disk and all my data. I t= hink I can do this if I can get the following things/information: 1) is there a duplicate of the slice-table = somewhere on the disk, and if so, where is it, and how can I exam= ine it rather than the primary slice-table , and is there a way to have its contents replace the contents of the primary slice-table , 2) is there a program that can look at a(n entire) disk and break i= t up into contiguous sectors that belong to particular systems (in m= y case OS2 or MS-DOS ), {I would be willing to write such a pr= ogram if someone would tell me how to read sectors without a slice-= table [say with just an LBA number] and how to recognize whet= her a sector belongs to OS2 or MS-DOS , and any timing constraint= s for reading/writing cylinders [e.g., usual timing for getting a = read/write head to cylinder 0 , the time to move between cylinders, etc.], if such constraints exist [mayb= e we have fixed heads and so no timing constraints]}, 3) FreeBSD programs (or Linux programs or MS-DOS programs i= f FreeBSD programs aren't available) that can read any sector give= n its LBA number or the like [somewhat like fdisk reads/writ= es of sector 0 ], what could be really useful [if I have to rebuild= files] is a program that reads a range of sectors and greps it= s contents, reporting the LBA = number [and some contents] of those sectors that pass the grep = test, 4) the structure of the slice-table's sector and = of the slice-table and FreeBSD programs that can write specif= ic values (given as arguments [say in structures]) into the sl= ice-table without affecting the contents of any other sector on that= disk, 5) how to mark a slice "", 6) FreeBSD programs (or Linux programs or MS-DOS programs if = FreeBSD programs aren't available) other than fdisk that can wri= te the slice-table's sector (including its magic number and boo= t code) without affecting the contents of any other sectoron that di= sk, 7) how can I recognize sectors that were in a slice assigned for = MS-DOS usage, and/or is there a way of finding the "first" (i.e., o= ne with lowest LBA ) and "last" sector assigned for MS-DOS us= age or used by MS-DOS , 8) FreeBSD programs (or Linux programs or MS-DOS programs if = FreeBSD programs aren't available) software to rebuild files and = [Windows-98] directories from fragments (with human direction) [t= his is just in case there is more damage than I suspect at present, I'm hoping not to need this one], 9) any caveats or information that would prove useful in this ende= avor. If I have to rebuild the slice-table from scratch, I presume that I c= an make any entries I wish in the slice-table and then look at the con= tents of the slices to see if they are what I would like to find there= and appropriately change the slice-table until I find it set up as it= was before. Anything wrong with my presumption? If I succeed in this, I'm thinking of publishing an article on how to r= ecover from this sort of problem. uname -a for my system gives: FreeBSD 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 200= 1 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 19:35: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 7D4A016A41F for ; Thu, 22 Dec 2005 19:35:43 +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 BC46143D5F for ; Thu, 22 Dec 2005 19:35:42 +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 jBMJcvP57226; Thu, 22 Dec 2005 11:38:57 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , Date: Thu, 22 Dec 2005 11:35:40 -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: <4lkejh$1brrfs@iinet-mail.icp-qv1-irony7.iinet.net.au> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: FreeBSD router two DSL connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 19:35:43 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of >pretenda@wrgn.net >Sent: Thursday, December 22, 2005 3:09 AM >To: freebsd-questions@freebsd.org >Subject: RE: FreeBSD router two DSL connections > > >> Which is not redundant. > > > >> Considering the OP asked for specifics on how to do this and your > >> response as been a bunch of theoretical gobbdleygook that is flat out > >> wrong network theory, you haven't done anything to help the >poor bastard. > > > >Hi, > > > >This is a pretty firey debate. > > > >I have a question along the lines of this thread. I currently >have a 1.5Mbit >ADSL tail at the school that I work for. This tail connects to >the Education >Office which hosts a variety of websites, we then get internet access >through the education office. > > > >We currently also have 230 PCs, and the connection is slowing down >significantly. What I planned on doing was purchasing a 20Mbit ADSL 2+ >connection and setting up a FreeBSD router which forwards all internet >traffic through the ADSL2+ connection, and the Education Office traffic >would be forwarded through the existing connection. Is this feasible? The easiest way would be to purchase a DSL modem/router for use with the ADSL2 connection (or a ADSL2 modem coupled to a etherent-to-ethernet DSL router) Set this up as a network address translator, plug it into your school network. (you can use FreeBSD for this if you want) You will need to do a bit of exploring to find out the subnets that the ED office is using. For example, suppose ED office has assigned IP subnet 10.0.10.0/24 to your school. Their existing DSL tail has an IP number of 10.0.10.1 on it. You have your PC's seup to use IP addresses 10.0.10.10 - 10.0.10.240 with a subnet mask of 255.255.255.0 and a gateway of 10.0.10.1 You do some queries with nslookup to find out all the IP adresses of the Ed servers, and you find they are on subnets 10.0.12.x, 10.0.15.x, 192.168.4.x, etc. So, first thing you do is you setup your BSD system/DSL router/DSl modem as a translator, and set it's internal interface IP address to 10.0.10.2 Then you add in a bunch of static routes into it for the ED subnets you discovered, pointing those subnets to 10.0.10.1 Last you set your PC's to use 10.0.10.2 as their default gateway. When the PC's send traffic to the Internet the router sends that out the ADSL2 line When the PC's send traffic to ED, the router issues an ICMP redirect that installs an ICMP route in the PC's that points to 10.0.10.1 for that host. Ted From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 19:46: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 A109D16A41F for ; Thu, 22 Dec 2005 19:46:27 +0000 (GMT) (envelope-from tijl@ulyssis.org) Received: from nibbel.kulnet.kuleuven.ac.be (nibbel.kulnet.kuleuven.ac.be [134.58.240.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E8A43D53 for ; Thu, 22 Dec 2005 19:46:26 +0000 (GMT) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 7C6184C602; Thu, 22 Dec 2005 20:46:25 +0100 (CET) Received: from smtp02.kuleuven.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id EE2624C111; Thu, 22 Dec 2005 20:46:24 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.42.180]) by smtp02.kuleuven.be (Postfix) with ESMTP id 855D22CAAB0; Thu, 22 Dec 2005 20:46:24 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.13.4/8.13.4) with ESMTP id jBMJkMTs003225; Thu, 22 Dec 2005 20:46:22 +0100 (CET) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-questions@freebsd.org Date: Thu, 22 Dec 2005 20:46:21 +0100 User-Agent: KMail/1.8.3 References: <200512211704.49530.mi+mx@aldan.algebra.com> <20051222183250.GB39217@dan.emsphone.com> <200512221414.10321.mi+mx@aldan.algebra.com> In-Reply-To: <200512221414.10321.mi+mx@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200512222046.22133.tijl@ulyssis.org> X-Virus-Scanned: by KULeuven Antivirus Cluster Cc: Mikhail Teterin Subject: Re: what's an equivalent for the following Perl one-liner? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 19:46:27 -0000 On Thursday 22 December 2005 20:14, Mikhail Teterin wrote: > =DE=C5=D4=D7=C5=D2 22 =C7=D2=D5=C4=C5=CE=D8 2005 13:32, Dan Nelson =F7=C9= =CE=C1=D0=C9=D3=C1=CC=C9: > > In the last episode (Dec 21), Mikhail Teterin said: > > > I'd like a sed string, that will remove both the carriage returns > > > and the blanks at eol in one go. Perl appears to recognize the \r > > > character and DTRT: > > > > > > perl -p -e 's,[ \r]+$,,' < in > out > > > > > > What's the sed's equivalent? Thanks! > > > > sed -E 's,[ ^M]*$,,' < in > out > > > > Note the ^M is a single control-character (entered via Ctrl-V > > Ctrl-M at a shell prompt for example). > > Yes, I used this in the past, but the ports' Makefiles are supposed > to be ASCII-only :-( Try col(1) or tr(1) to remove the carriage return and then sed to remove=20 the spaces. From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 19:53: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 620BC16A41F for ; Thu, 22 Dec 2005 19:53:05 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC85B43D5A for ; Thu, 22 Dec 2005 19:53:04 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com ([151.204.231.237]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IRX00AIA0KF4HR8@vms040.mailsrvcs.net> for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 13:53:04 -0600 (CST) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id jBMJqwo3045461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Dec 2005 14:53:02 -0500 Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.4/8.13.4) with ESMTP id jBMJqqK9031970; Thu, 22 Dec 2005 14:52:52 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.4/8.13.4/Submit) id jBMJqoeT031969; Thu, 22 Dec 2005 14:52:50 -0500 Date: Thu, 22 Dec 2005 14:52:50 -0500 From: Mikhail Teterin In-reply-to: <200512222046.22133.tijl@ulyssis.org> To: Tijl Coosemans Message-id: <200512221452.50599.mi+mx@aldan.algebra.com> Organization: Virtual Estates, Inc. MIME-version: 1.0 Content-type: text/plain; charset=koi8-u Content-transfer-encoding: 7bit Content-disposition: inline X-Virus-Scanned: ClamAV devel-20050525/1213/Mon Dec 19 09:48:34 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 References: <200512211704.49530.mi+mx@aldan.algebra.com> <200512221414.10321.mi+mx@aldan.algebra.com> <200512222046.22133.tijl@ulyssis.org> X-Authentication-warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f User-Agent: KMail/1.8.3 Cc: freebsd-questions@freebsd.org Subject: Re: what's an equivalent for the following Perl one-liner? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 19:53:05 -0000 > Try col(1) or tr(1) to remove the carriage return and then sed to remove > the spaces. Well, yes, but that's a two-stage process. A shame to go through the whole file twice just because our tools aren't good enough. -mi From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 21:02: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 EC73416A41F for ; Thu, 22 Dec 2005 21:02:20 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A8D43D90 for ; Thu, 22 Dec 2005 21:01:51 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: by nproxy.gmail.com with SMTP id l37so174180nfc for ; Thu, 22 Dec 2005 13:01: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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UVUsgmOu/MkuHPZq3HpnGExPSJ7uD69t4iplfA0J1LjatFJEtU07nK8fSR87QTSJn+tIRLtQZ4eMmr2Wpd2OeNN4C9oOjWSE9OnEz2hGvLewdSD4w7/8nJW2USetAVlYsmMdgDKM27iWnb/VjZ57Xtq86Dh8+aib2058oIdchDc= Received: by 10.48.254.2 with SMTP id b2mr111928nfi; Thu, 22 Dec 2005 13:01:50 -0800 (PST) Received: by 10.48.108.12 with HTTP; Thu, 22 Dec 2005 13:01:50 -0800 (PST) Message-ID: <5ceb5d550512221301s1162b324o1fa4eb0f8fbff6d5@mail.gmail.com> Date: Thu, 22 Dec 2005 22:01:50 +0100 From: "Daniel A." To: freebsd-questions@freebsd.org In-Reply-To: <5ceb5d550512201705y62ac497ah9410a0d168e6ac4e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5ceb5d550512201705y62ac497ah9410a0d168e6ac4e@mail.gmail.com> Subject: Re: 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: Thu, 22 Dec 2005 21:02:21 -0000 Funny, I fixed the problem. The problem was not what I thought it was. The problem was related to (At least) the mysql and mysqli extensions of PH= P5. Although, I did recompile these extensions a few times, it only worked the very last time I recompiled them. On 12/21/05, Daniel A. wrote: > 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 Thu Dec 22 21:37: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 6A0CC16A41F for ; Thu, 22 Dec 2005 21:37:01 +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 6CFE043D9C for ; Thu, 22 Dec 2005 21:35:42 +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 jBMLZP8o000348; Thu, 22 Dec 2005 15:35:25 -0600 (CST) Received: from a129103.n1.vanderbilt.edu (A129103.N1.Vanderbilt.Edu [129.59.129.103]) by smtp02.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9.3B+d3.7.9) with ESMTP id jBMLZMIR000290 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 22 Dec 2005 15:35:23 -0600 (CST) From: Don Hinton Organization: ISIS To: freebsd-questions@freebsd.org Date: Thu, 22 Dec 2005 15:33:50 -0600 User-Agent: KMail/1.8.2 References: <200512211704.49530.mi+mx@aldan.algebra.com> <200512222046.22133.tijl@ulyssis.org> <200512221452.50599.mi+mx@aldan.algebra.com> In-Reply-To: <200512221452.50599.mi+mx@aldan.algebra.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1347489.ylz1jkMKKb"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512221533.53804.don.hinton@vanderbilt.edu> Cc: Mikhail Teterin Subject: Re: what's an equivalent for the following Perl one-liner? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 21:37:01 -0000 --nextPart1347489.ylz1jkMKKb Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 22 December 2005 13:52, Mikhail Teterin wrote: > > Try col(1) or tr(1) to remove the carriage return and then sed to remove > > the spaces. > > Well, yes, but that's a two-stage process. A shame to go through the whole > file twice just because our tools aren't good enough. How about this: sed 's/ *[[:cntrl:]]$//'=20 hth... don > > -mi > _______________________________________________ > 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 --nextPart1347489.ylz1jkMKKb Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDqxvB0U0xbM5cLs0RAlIBAJ933Gav0o0NffCSUmTgKhmwVS/iCQCfQZmt yzq88ptOVr/wYheDxmkjhpU= =vf60 -----END PGP SIGNATURE----- --nextPart1347489.ylz1jkMKKb-- From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 22:17: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 D2E7516A41F for ; Thu, 22 Dec 2005 22:17:09 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5320343D53 for ; Thu, 22 Dec 2005 22:17:05 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.1/8.13.1) with ESMTP id jBMMH4ti002535 for ; Thu, 22 Dec 2005 14:17:04 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.1/8.13.1/Submit) id jBMMH3o5002534 for freebsd-questions@FreeBSD.ORG; Thu, 22 Dec 2005 14:17:03 -0800 (PST) (envelope-from kline) Date: Thu, 22 Dec 2005 14:16:58 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20051222221658.GA2457@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Subject: HP Scanner:: zilch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 22:17:10 -0000 Folks, Before I write off the HP Scanjet 4100c, I thought it's best to check with the list first. I have "device usb" in the kernel; I did a kernel load of uscanner.ko and a kldstat shows that the module is there. My two USB ports seem to be alive. Is there a command to double-check?? I have yet to reboot to reinitialize my 5.3 system. Otherwise, can anybody suggest ideas of things to try next? xsane execs but cannot find anything. thanks for some clues. gary PS: In /usr/local/etc/sane.d, the hp.conf file lists the 4100c with two heex addrs. .... PPS: I got this from a fellow engineer who bought the thing boxed, unopened, and marked "AS IS" so yeah, it may not be working. -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 22:26: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 A973E16A41F for ; Thu, 22 Dec 2005 22:26:53 +0000 (GMT) (envelope-from albi@scii.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 2657D43D80 for ; Thu, 22 Dec 2005 22:26:46 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9898 helo=mail.aseed.antenna.nl) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1EpYtY-00010O-AR; Thu, 22 Dec 2005 22:26:44 +0000 Received: from http.aseed.antenna.nl (http.aseed.antenna.nl [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id C42B7154FB0; Thu, 22 Dec 2005 23:28:30 +0100 (CET) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 76E9958C6B8; Thu, 22 Dec 2005 23:27:03 +0100 (CET) Date: Thu, 22 Dec 2005 23:26:37 +0100 From: albi To: Gary Kline Message-Id: <20051222232637.90542f5c.albi@scii.nl> In-Reply-To: <20051222221658.GA2457@thought.org> References: <20051222221658.GA2457@thought.org> X-Mailer: Sylpheed version 2.1.1 (GTK+ 2.8.6; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HP Scanner:: zilch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 22:26:53 -0000 On Thu, 22 Dec 2005 14:16:58 -0800 Gary Kline wrote: > Before I write off the HP Scanjet 4100c, I thought it's > best to check with the list first. > > I have "device usb" in the kernel; I did a kernel load of > uscanner.ko and a kldstat shows that the module is there. > My two USB ports seem to be alive. Is there a command to > double-check?? two commands to try : scanimage -L sane-find-scanner (you might want to try this as root if you don't find anything as a normal user, after (scanner is found) that fix permissions) -- grtjs, albi gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 23:28: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 16C7316A41F for ; Thu, 22 Dec 2005 23:28:44 +0000 (GMT) (envelope-from leblanc@keyslapper.net) Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50BFE43D58 for ; Thu, 22 Dec 2005 23:28:43 +0000 (GMT) (envelope-from leblanc@keyslapper.net) Received: from russian-caravan.cloud9.net (localhost [127.0.0.1]) by russian-caravan.cloud9.net (Postfix) with SMTP id 7193517D12 for ; Thu, 22 Dec 2005 18:28:40 -0500 (EST) Received: from keyslapper.net (250-119.customer.cloud9.net [168.100.250.119]) by russian-caravan.cloud9.net (Postfix) with ESMTP id B966B17D49 for ; Thu, 22 Dec 2005 18:28:39 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by keyslapper.net (Postfix) with ESMTP id 99C7811710 for ; Thu, 22 Dec 2005 18:23:46 -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 18104-06 for ; Thu, 22 Dec 2005 18:23:46 -0500 (EST) Received: by keyslapper.net (Postfix, from userid 1001) id 67C3D115FE; Thu, 22 Dec 2005 18:23:46 -0500 (EST) Date: Thu, 22 Dec 2005 18:23:46 -0500 From: Louis LeBlanc To: FreeBSD Questions Message-ID: <20051222232346.GA48463@keyslapper.net> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline X-PGP-Key: http://www.keyslapper.net/~leblanc/leblanc-at-keyslapper-net.asc User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at keyslapper.net X-AntiVirus: Checked by Vexira Antivirus v1.5 Cc: Subject: openldap setup question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 23:28:44 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I know this is OT, but I'm trying to set up an LDAP server (openldap-2.2.29 client and server from ports) for user address books. I'm not interested in setting up LDAP authentication for the whole system. I'd prefer the ldap server use the regular login passwords, like the imap server does - the interface to change these is just easier to deal with for me. At this point, I have the server set up, and I've installed the java based ldapbrowser package (from ports, of course) and it seems to be able to add users. Unfortunately, the users added don't seem to be able to add or modify their own address books, and I have to have their password to add them - which I don't like. I don't want a network wide address book, like a company would use, I want my 3 users to be able to import their address books and have them available to themselves only - no anonymous connection, no access to any users book by other users. Ideally, I'd like to see bookmarks saved this way too, but I don't think most browsers can read them over LDAP. Oh well. So, can anyone tell me if this is a realistic application of the LDAP tools? If so, any pointers to the docs that actually describe these two features/uses? There are dozens of howtos and quick start guides out there, but I have yet to find one that addresses PAM authentication and user writeable address books. I know LDAP is a good tool for authentication, but I like having a single access route - namely the system login. This makes it much easier to be sure all users can change *all* their passwords in one go. Having separate login dbs for samba, sasl, shell, and ldap would make that quite a pain. TIA Lou --=20 Louis LeBlanc FreeBSD-at-keyslapper-DOT-net Fully Funded Hobbyist, KeySlapper Extrordinaire :) Please send off-list email to: leblanc at keyslapper d.t net Key fingerprint =3D C5E7 4762 F071 CE3B ED51 4FB8 AF85 A2FE 80C8 D9A2 diplomacy, n: Lying in state. --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDqzWCr4Wi/oDI2aIRApcgAJ4roRnXXdB/pfU5fCptMpdyw1n4TgCggudW 5Gcm0jIYKej05KCd6wXa2/I= =qxTA -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 23:42: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 A68E916A41F for ; Thu, 22 Dec 2005 23:42:10 +0000 (GMT) (envelope-from no-spam@swiftdsl.com.au) Received: from smtp.ade.swiftdsl.com.au (smtp.ade.swiftdsl.com.au [218.214.228.98]) by mx1.FreeBSD.org (Postfix) with SMTP id 2CBF043D66 for ; Thu, 22 Dec 2005 23:42:08 +0000 (GMT) (envelope-from no-spam@swiftdsl.com.au) Received: (qmail 27452 invoked from network); 22 Dec 2005 23:42:08 -0000 Received: from unknown (HELO daemon.foo.lan) (218.214.176.70) by smtp.ade.swiftdsl.com.au with SMTP; 22 Dec 2005 23:42:08 -0000 From: Ian Moore To: freebsd-questions@freebsd.org Date: Fri, 23 Dec 2005 10:11:56 +1030 User-Agent: KMail/1.8.3 References: <43A7A39D.7000305@mail.ru> In-Reply-To: <43A7A39D.7000305@mail.ru> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2416466.esUNh859vs"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512231012.05320.no-spam@swiftdsl.com.au> Cc: rihad 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: Thu, 22 Dec 2005 23:42:10 -0000 --nextPart2416466.esUNh859vs Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 20 December 2005 16:54, rihad wrote: > Is there a security branch for the FreeBSD ports collection?=20 No, there isn't. > Let's say,=20 > 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?=20 CVSUP & Portupgrade or portupdate makes this process very simple, they mana= ge=20 all the intricacies for you. Check out Dru Lavigne's article on protupgrade= =20 for a simple portupgrade how-to: http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html I update my ports with it all the time and rarely have problems.=20 If you only want to track security vulnerabilities, just portupgrade the po= rts=20 that have vulnerabilities - that would be roughly equivalent to tracking a= =20 security branch. > Debian=20 > 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. Cheers, =2D-=20 Ian gpg key: http://home.swiftdsl.com.au/~imoore/no-spam.asc --nextPart2416466.esUNh859vs Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDqznNPUlnmbKkJ6ARAt1IAJ98kErsNP/LAh4TNrIEH/iYPtp5PgCbBN2h UlQRhP0Yacf1ZopMC5CA4Aw= =grg+ -----END PGP SIGNATURE----- --nextPart2416466.esUNh859vs-- From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 23:46: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 395A316A41F for ; Thu, 22 Dec 2005 23:46:53 +0000 (GMT) (envelope-from admin@ncgun.com) Received: from probsd.org (rrcs-24-199-182-230.midsouth.biz.rr.com [24.199.182.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE36243D46 for ; Thu, 22 Dec 2005 23:46:52 +0000 (GMT) (envelope-from admin@ncgun.com) Received: from localhost (jail [192.168.1.4]) by probsd.org (Postfix) with ESMTP id EFDCC9F095 for ; Thu, 22 Dec 2005 18:47:50 -0500 (EST) Received: from probsd.org ([192.168.1.4]) by localhost (probsd.org [192.168.1.4]) (amavisd-new, port 10024) with ESMTP id 80753-06 for ; Thu, 22 Dec 2005 18:47:50 -0500 (EST) Received: from probsd.org (jail [192.168.1.4]) by probsd.org (Postfix) with ESMTP id F33999F093 for ; Thu, 22 Dec 2005 18:47:49 -0500 (EST) Received: from 192.168.1.1 (SquirrelMail authenticated user ms) by probsd.org with HTTP; Thu, 22 Dec 2005 18:47:49 -0500 (EST) Message-ID: <4659.192.168.1.1.1135295270.squirrel@probsd.org> Date: Thu, 22 Dec 2005 18:47:49 -0500 (EST) From: "Craig" 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 Scanned: by amavisd-new Subject: Quake 3 and Punkbuster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 23:46:53 -0000 I have the latest version (quake3-1.32b_4) of Quake 3 server running on a FreeBSD 4-STABLE box. The server runs fine, but it seems the Punkbuster anti-cheat software that is now bundled w/ Quake dosent want to load. This is what I've done. The server runs as a normal user. All files and executables are owned by that user. I have a .q3a/ DIR which contains the config files and the "pb" directory (~/.q3a/pb). I ran pbweb.x86 to update the the server Punkbuster (PB) files and added sv_punkbuster "1" to all config files. But the server does not start PB. I then used rcon to access the server from a Windows Quake client and enabled PB with pb_sv_enable and wrote the permanent change with pb_sv_writecfg. I then rebooted the Q3 server and still no PB. Anyone running Quake 3 under FreeBSD and have Punkbuster running that could lend some assistance? Craig From owner-freebsd-questions@FreeBSD.ORG Thu Dec 22 23:46: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 398A116A41F for ; Thu, 22 Dec 2005 23:46:58 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBC3F43D46 for ; Thu, 22 Dec 2005 23:46:57 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.3) with ESMTP id jBMNkvuH093840; Thu, 22 Dec 2005 16:46:57 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.3/Submit) with ESMTP id jBMNkuwA093837; Thu, 22 Dec 2005 16:46:57 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 22 Dec 2005 16:46:56 -0700 (MST) From: Warren Block To: Gary Kline In-Reply-To: <20051222221658.GA2457@thought.org> Message-ID: <20051222164245.X93782@wonkity.com> References: <20051222221658.GA2457@thought.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (wonkity.com [127.0.0.1]); Thu, 22 Dec 2005 16:46:57 -0700 (MST) Cc: FreeBSD Mailing List Subject: Re: HP Scanner:: zilch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 23:46:58 -0000 On Thu, 22 Dec 2005, Gary Kline wrote: > Before I write off the HP Scanjet 4100c, I thought it's > best to check with the list first. > > I have "device usb" in the kernel; I did a kernel load of > uscanner.ko and a kldstat shows that the module is there. > My two USB ports seem to be alive. Is there a command to > double-check?? Device detection should auto-load the uscanner module for you. > I have yet to reboot to reinitialize my 5.3 system. Otherwise, > can anybody suggest ideas of things to try next? xsane execs > but cannot find anything. > > thanks for some clues. > > gary > > PS: In /usr/local/etc/sane.d, the hp.conf file lists the > 4100c with two heex addrs. .... My Epson requires this line in epson.conf: usb /dev/uscanner0 The hp.conf file kind of implies something similar, but I can't tell whether it would want the line above or this: /dev/uscanner0 option connect-device -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 00:10: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 0EB5D16A41F for ; Fri, 23 Dec 2005 00:10:34 +0000 (GMT) (envelope-from freebsd-questions@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 988B343D46 for ; Fri, 23 Dec 2005 00:10:33 +0000 (GMT) (envelope-from freebsd-questions@amadeus.demon.nl) Received: from amadeus.demon.nl ([82.161.18.200]:62531 helo=[10.0.1.2]) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1EpaW0-000B8i-Ho for freebsd-questions@freebsd.org; Fri, 23 Dec 2005 00:10:32 +0000 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: References: <5ceb5d550512211113v6cbd6130peaf22aa8f158762f@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: freebsd-questions Date: Fri, 23 Dec 2005 01:10:31 +0100 To: FreeBSD Questions X-Mailer: Apple Mail (2.746.2) Subject: Re: Reading roots mail when connected remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 00:10:34 -0000 On 21 dec 2005, at 20:55, Pietro Cerutti wrote: > On 12/21/05, Daniel A. wrote: >> Stupid question, I know :( >> How do I read the mail sent to root, if I can only access my >> server via SSH? >> When I su, and type "mail", it shows only mail to the user I >> connected with. > > su - (with the minus sign) simulates a full login, see man su for > details > ...followed by: mail -uroot Arno From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 00:11: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 4561316A41F for ; Fri, 23 Dec 2005 00:11:41 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE2843D79 for ; Fri, 23 Dec 2005 00:11:31 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id jBN0BCxM032580 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 22 Dec 2005 16:11:16 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id jBN0B30d032579; Thu, 22 Dec 2005 16:11:03 -0800 (PST) (envelope-from james) Date: Thu, 22 Dec 2005 16:11:02 -0800 From: James Long To: freebsd-questions@freebsd.org Message-ID: <20051223001102.GA32544@ns.museum.rain.com> References: <20051222035049.GA25222@ns.museum.rain.com> <20051222043519.GA4610@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051222043519.GA4610@odin.ac.hmc.edu> User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-100.8 required=5.0 tests=ALL_TRUSTED, J_CHICKENPOX_62,USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Cc: Brooks Davis Subject: Re: Reboots under 6.0 while exercising md device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 00:11:41 -0000 On Wed, Dec 21, 2005 at 08:35:19PM -0800, Brooks Davis wrote: > On Wed, Dec 21, 2005 at 07:50:49PM -0800, James Long wrote: [snip] > > > > What do I need to fix to be able to use a RAM-backed filesystem? > > From mdconfig(8): > > -t type > Select the type of the memory disk. > > malloc Storage for this type of memory disk is allocated with > malloc(9). This limits the size to the malloc bucket > limit in the kernel. If the -o reserve option is not > set, creating and filling a large malloc-backed memory > disk is a very easy way to panic a system. > > As a rule, swap or vnode backed md devices are a better idea than malloc > ones. > > -- Brooks Thank you very much. That not only works much better, it shatters my ignorant misconception about the -t switch. If I may: I naively assumed that a malloc'ed RAMDISK would just remove X number of bytes of physical RAM from FreeBSD's VM system, and dedicate that RAM to a memory disk. Since this RAM would now be outside the VM system, contents of such RAM could never be swapped out, thus my memory disk would always be fast, but would reduce the physical RAM available to the VM system. I assumed a swap-backed disk would do similar, but would be subject to swapping if the memory disk data hadn't been accessed recently, and demand for new VM pages became sufficient to force the memory disk out of physical RAM into swap. My memory disk would usually be fast, provided that I accessed it frequently. Parts of the disk that were not accessed frequently could be swapped out to free up physical RAM, and re-accessing those parts would then mean a disk access to swap in the pertinent pages. I assumed a file-backed disk would be about the same as a swap-backed md, except that it's paged to and from a file system, instead of a swap partition. How much of that is wrong? :) And would *any* program that tried to malloc 500 megs of RAM be likely to crash the system, or is this a unique skill that mdconfig has mastered? Thanks! From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 00:19: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 53FF916A41F for ; Fri, 23 Dec 2005 00:19:37 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE7DE43D4C for ; Fri, 23 Dec 2005 00:19:34 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.1/8.13.1) with ESMTP id jBN0JXh2003775; Thu, 22 Dec 2005 16:19:33 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.1/8.13.1/Submit) id jBN0JVKJ003774; Thu, 22 Dec 2005 16:19:31 -0800 (PST) (envelope-from kline) Date: Thu, 22 Dec 2005 16:19:31 -0800 From: Gary Kline To: albi Message-ID: <20051223001931.GC2613@thought.org> References: <20051222221658.GA2457@thought.org> <20051222232637.90542f5c.albi@scii.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051222232637.90542f5c.albi@scii.nl> User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Gary Kline , freebsd-questions@FreeBSD.ORG Subject: Re: HP Scanner:: zilch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 00:19:37 -0000 On Thu, Dec 22, 2005 at 11:26:37PM +0100, albi wrote: > On Thu, 22 Dec 2005 14:16:58 -0800 > Gary Kline wrote: > > > Before I write off the HP Scanjet 4100c, I thought it's > > best to check with the list first. > > > > I have "device usb" in the kernel; I did a kernel load of > > uscanner.ko and a kldstat shows that the module is there. > > My two USB ports seem to be alive. Is there a command to > > double-check?? > > two commands to try : > > scanimage -L > sane-find-scanner > > (you might want to try this as root if you don't find anything as a > normal user, after (scanner is found) that fix permissions) > Nada. Either the transformer isn't working or the unit itseld is defective. Or *both*. That's what comes with "AS-IS". How can i be sure that my dual USB ports are working? Is "usbstats" (?) the right utility? Again, I know 0.0 about USB. thanks in advance, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 00:22: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 E87A616A41F for ; Fri, 23 Dec 2005 00:22:52 +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 5C24943D5D for ; Fri, 23 Dec 2005 00:22: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 jBN0Mpdu026016; Thu, 22 Dec 2005 16:22:51 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id jBN0Mp8Q026015; Thu, 22 Dec 2005 16:22:51 -0800 Date: Thu, 22 Dec 2005 16:22:51 -0800 From: Brooks Davis To: James Long Message-ID: <20051223002251.GA24821@odin.ac.hmc.edu> References: <20051222035049.GA25222@ns.museum.rain.com> <20051222043519.GA4610@odin.ac.hmc.edu> <20051223001102.GA32544@ns.museum.rain.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline In-Reply-To: <20051223001102.GA32544@ns.museum.rain.com> 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: Brooks Davis , freebsd-questions@freebsd.org Subject: Re: Reboots under 6.0 while exercising md device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 00:22:53 -0000 --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 22, 2005 at 04:11:02PM -0800, James Long wrote: > On Wed, Dec 21, 2005 at 08:35:19PM -0800, Brooks Davis wrote: > > On Wed, Dec 21, 2005 at 07:50:49PM -0800, James Long wrote: > [snip] > > >=20 > > > What do I need to fix to be able to use a RAM-backed filesystem? > >=20 > > From mdconfig(8): > >=20 > > -t type > > Select the type of the memory disk. > >=20 > > malloc Storage for this type of memory disk is allocated= with > > malloc(9). This limits the size to the malloc bu= cket > > limit in the kernel. If the -o reserve option is= not > > set, creating and filling a large malloc-backed m= emory > > disk is a very easy way to panic a system. > >=20 > > As a rule, swap or vnode backed md devices are a better idea than malloc > > ones. > >=20 > > -- Brooks >=20 > Thank you very much. That not only works much better, it shatters my=20 > ignorant misconception about the -t switch. >=20 > If I may: >=20 > I naively assumed that a malloc'ed RAMDISK would just remove X number > of bytes of physical RAM from FreeBSD's VM system, and dedicate that > RAM to a memory disk. Since this RAM would now be outside the VM > system, contents of such RAM could never be swapped out, thus my > memory disk would always be fast, but would reduce the physical RAM > available to the VM system. It allocates kernel address space which is quite scarce on 32-bit platforms. I'm not sure if it allocated physical memory. Given the panicking behavior, I suspect that is deferred. > I assumed a swap-backed disk would do similar, but would be subject to > swapping if the memory disk data hadn't been accessed recently, and > demand for new VM pages became sufficient to force the memory disk > out of physical RAM into swap. My memory disk would usually be fast, > provided that I accessed it frequently. Parts of the disk that were > not accessed frequently could be swapped out to free up physical RAM, > and re-accessing those parts would then mean a disk access to swap in > the pertinent pages. I believe this is mostly accurate. If you're actually out of memory, there's a good chance you're going to be swapping anyway so this might or might not actually cost you anything. If you have frequent, randomly distributed access to the file system it's likely to be expensive. On the other hand, if there are hot spots, the swapping may be beneficial because it will allow other processes to proceed more efficiently. > I assumed a file-backed disk would be about the same as a swap-backed > md, except that it's paged to and from a file system, instead of a > swap partition. Basically. > How much of that is wrong? :) > > And would *any* program that tried to malloc 500 megs of RAM be likely > to crash the system, or is this a unique skill that mdconfig has > mastered? No, just any kernel process. Userland processes have around 2GB (IIRC, 2.5GB by default) of address space each and the kernel gets what's left. Since the kernel has to service everything else, that space goes fast. 64-bit architectures aren't so badly off since they have 2^63 bytes of address space for the kernel. They are still constrained by physical memory so a large malloc late in the game may fail. -- 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 --jRHKVT23PllUwdXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDq0NaXY6L6fI4GtQRAmwXAJwKq6Dgwx8+SxRULyFcks7KPXvhTgCgkoC4 rEh3EixjdJuO0G1i0jwSuj0= =2+5j -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP-- From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 00:28: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 A370316A41F for ; Fri, 23 Dec 2005 00:28:28 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9DE343D5E for ; Fri, 23 Dec 2005 00:28:26 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([68.67.248.52]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051223002826.NPMI5278.mta11.adelphia.net@default.chvlva.adelphia.net>; Thu, 22 Dec 2005 19:28:26 -0500 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id E9EBFB5A0; Thu, 22 Dec 2005 19:28:26 -0500 (EST) Date: Thu, 22 Dec 2005 19:28:26 -0500 From: Parv To: Tim Lastine Message-ID: <20051223002826.GA40026@holestein.holy.cow> Mail-Followup-To: Tim Lastine , freebsd-questions@freebsd.org References: <7.0.0.16.0.20051222100521.01ed28d8@smig.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7.0.0.16.0.20051222100521.01ed28d8@smig.net> Cc: freebsd-questions@freebsd.org Subject: Re: Inconsistencies in df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 00:28:28 -0000 in message <7.0.0.16.0.20051222100521.01ed28d8@smig.net>, wrote Tim Lastine thusly... > > We are wondering why df gives such peculiar outputs on large disk > drives? The used space and the available space do not add up the > reported size of the partition. Is this a problem, or is it just the > way it is? We are using a 250 Gig SATA (ad4) drive and a 1000 Gig > SATA Raid 0(da0) drive ... > canicula-a# df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/ad4s1a 2.9G 55M 2.6G 2% / ... > canicula-a# df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad4s1a 3049102 56150 2749024 2% / ... > /dev/ad4s1f 64489864 4 59330672 0% /opt > /dev/da0s1d 949613700 4 873644600 0% /raid > /dev/ad4s1e 4058062 29730 2903688 22% /usr > /dev/ad4s1d 3045006 302 2801104 0% /var (Tabs were evil in the above case as df outputs were not lined up correctly; i have readjusted the above.) Try to take 8% reserve in account ... df -t ufs \ | tail +2 \ | awk ' { sum = $3 + $4 + $2 * 0.08 ; printf "%s: space diff: %f\n" , $1 , $2 - sum } ' ... subject to rounding errors. Here is an example ... # df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s2a 138606 51952 75566 41% / devfs 1 1 0 100% /dev /dev/ad0s2d 594926 417042 130290 76% /usr /dev/ad0s2e 475886 95826 341990 22% /var /dev/ad0s2g 16724102 11949534 3436640 78% /misc /dev/ad0s2f 2875822 16170 2629588 1% /work procfs 4 4 0 100% /proc # df -t ufs | tail +2 | awk '{ ... }' # awk program is given above /dev/ad0s2a: space diff: -0.480000 /dev/ad0s2d: space diff: -0.080000 /dev/ad0s2e: space diff: -0.880000 /dev/ad0s2g: space diff: -0.160000 /dev/ad0s2f: space diff: -1.760000 - Parv -- From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 00:53: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 2F84816A41F for ; Fri, 23 Dec 2005 00:53:54 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 586EB43D53 for ; Fri, 23 Dec 2005 00:53:53 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.1/8.13.1) with ESMTP id jBN0rpcj004006; Thu, 22 Dec 2005 16:53:51 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.1/8.13.1/Submit) id jBN0roif004005; Thu, 22 Dec 2005 16:53:50 -0800 (PST) (envelope-from kline) Date: Thu, 22 Dec 2005 16:53:50 -0800 From: Gary Kline To: Warren Block Message-ID: <20051223005350.GD2613@thought.org> References: <20051222221658.GA2457@thought.org> <20051222164245.X93782@wonkity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051222164245.X93782@wonkity.com> User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: HP Scanner:: zilch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 00:53:54 -0000 On Thu, Dec 22, 2005 at 04:46:56PM -0700, Warren Block wrote: > On Thu, 22 Dec 2005, Gary Kline wrote: > > > Before I write off the HP Scanjet 4100c, I thought it's > > best to check with the list first. > > > > I have "device usb" in the kernel; I did a kernel load of > > uscanner.ko and a kldstat shows that the module is there. > > My two USB ports seem to be alive. Is there a command to > > double-check?? > > Device detection should auto-load the uscanner module for you. > > > I have yet to reboot to reinitialize my 5.3 system. Otherwise, > > can anybody suggest ideas of things to try next? xsane execs > > but cannot find anything. > > > > thanks for some clues. > > > > gary > > > > PS: In /usr/local/etc/sane.d, the hp.conf file lists the > > 4100c with two heex addrs. .... > > My Epson requires this line in epson.conf: > > usb /dev/uscanner0 > > The hp.conf file kind of implies something similar, but I can't tell > whether it would want the line above or this: > > /dev/uscanner0 > option connect-device Hm, this is strange. I have two hp files in sane.d, both sseem oriented toward Linux. There is an entry for the 4100c in "hp.conf", but it wants to create /dev/scanner. root@tao:/usr/local/etc/sane.d# ll hp* -r--r--r-- 1 root wheel 497 Dec 22 16:40 hp.conf -r--r--r-- 1 root wheel 238 Oct 9 23:09 hp5400.conf >From "hp.conf":: root@tao:/usr/local/etc/sane.d# more hp.conf scsi HP # Uncomment the following if you have "Error during device I/O" on SCSI # option dumb-read # # The usual place for a SCSI-scanner on Linux /dev/scanner # # USB-scanners supported by the hp-backend # HP ScanJet 4100C usb 0x03f0 0x0101 . . . Would it make sense to create an "hp4100.conf" with your epson line "usb /dev/uscanner0" as a first line? > I am missing /dev/uscanner0. How is this /dev created? q2 16:27 [5015] kldstat Id Refs Address Size Name 1 11 0xc0400000 5e7530 kernel 2 14 0xc09e8000 537f0 acpi.ko 3 1 0xc1aaf000 2000 blank_saver.ko 4 1 0xc1ad1000 17000 linux.ko 5 1 0xc2352000 3000 uscanner.ko Does this output look right? This may be right the scanner wasn't seen. I figured that by kldloading uscanner.ko, /dev/uscanner0 would be auto-created. I need some other magic. -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 01:40: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 EC24416A41F for ; Fri, 23 Dec 2005 01:40:43 +0000 (GMT) (envelope-from vctw@yahoo.com) Received: from web35806.mail.mud.yahoo.com (web35806.mail.mud.yahoo.com [66.163.179.175]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F0A443D55 for ; Fri, 23 Dec 2005 01:40:43 +0000 (GMT) (envelope-from vctw@yahoo.com) Received: (qmail 54292 invoked by uid 60001); 23 Dec 2005 01:40:42 -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=Xok7+XhcRIRjLSHuYrpqqAf2GweJxbydULTgO1NlWqE7RaRfSWh0+ivAEUESkkW4a3S+gZomUBOCKtncxmgM/MBKDLViV0AJR3/X4CtZvjeE2ZjXaX8elBGgHJtJYUTJs6BjOS0HovB5o28nhO0i1wHglPeBEG/Za3Et96OFkLM= ; Message-ID: <20051223014042.54290.qmail@web35806.mail.mud.yahoo.com> Received: from [220.133.1.96] by web35806.mail.mud.yahoo.com via HTTP; Fri, 23 Dec 2005 09:40:42 CST Date: Fri, 23 Dec 2005 09:40:42 +0800 (CST) From: Vincent Chen To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Fri, 23 Dec 2005 01:45:03 +0000 Cc: Subject: strange ntpd problem in 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: Fri, 23 Dec 2005 01:40:44 -0000 Hi, all I have the following 2 line in my rc.conf ntpd_enable="YES" ntpd_flags="-c /etc/ntp.conf -p /var/run/ntpd.pid" after system reboot, I can see ntpd running but 'ntpq -p' gives nothing. I have to 'killall ntpd' and '/usr/sbin/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid' manually to get the peers connected like this. ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== *clock.isc.org 204.123.2.5 2 u 360 512 37 179.512 1.236 4.032 +ntp-nasa.arc.na .GPS. 1 u 367 512 37 178.973 0.203 5.656 +time-a.nist.gov .ACTS. 1 u 361 512 37 245.621 -0.267 4.155 220-130-158-52. 220.130.158.50 2 u 430 512 33 52.823 7.489 5.799 +220-130-158-51. 220.130.158.50 2 u 373 512 37 50.890 6.736 2.976 -220-130-158-71. 220.130.158.70 2 u 366 512 37 54.160 6.995 7.094 Why ntpd has no peers after system first boot? Maybe it's firewall issue, can I configure ntpd trying to talk to peers again automatically until peers connected? my ntp.conf: # # servers in US # server clock.isc.org prefer server ntp.nasa.gov server time-a.nist.gov # # servers in Taiwan # server time.stdtime.gov.tw server tick.stdtime.gov.tw server tock.stdtime.gov.tw driftfile /etc/ntp.drift Thanks, Vincent ___________________________________________________ ģĖ·sŠĐ Yahoo!Đ_žŊ§YŪÉģq°T 7.0ĄA§KķOšôļôđqļÜĨô§AĨīĄI http://messenger.yahoo.com.tw/ From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 02:35: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 67CE316A41F for ; Fri, 23 Dec 2005 02:35:01 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81A6943D55 for ; Fri, 23 Dec 2005 02:35:00 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so384340wxc for ; Thu, 22 Dec 2005 18:34:59 -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=QGWp5mkvf9khQtMTPLKw+tKDArgBh8ml0X71PyyqFJwkvrNd4c3+6+odkpuTmrTviYpdk4F/jIo1auOlPZwe8IF5SONsEUPnx8w5Jzm6rLrCPxljtAk3B3I2tzdz9e9iKcWNzFDpj5rp0gnKzyG/c/+dR5sf1am/i60jW0jIhwM= Received: by 10.70.42.8 with SMTP id p8mr2727228wxp; Thu, 22 Dec 2005 18:34:59 -0800 (PST) Received: by 10.70.42.4 with HTTP; Thu, 22 Dec 2005 18:34:59 -0800 (PST) Message-ID: Date: Thu, 22 Dec 2005 18:34:59 -0800 From: Derrick Ryalls To: Ted Mittelstaedt In-Reply-To: MIME-Version: 1.0 References: 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: 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: Fri, 23 Dec 2005 02:35:01 -0000 On 12/22/05, Ted Mittelstaedt wrote: > > > > >-----Original Message----- > >From: owner-freebsd-questions@freebsd.org > >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Derrick Ryalls > >Sent: Wednesday, December 21, 2005 10:26 AM > >To: Ted Mittelstaedt > >Cc: FreeBSD Questions > >Subject: Re: HP Pavillion laptop can't boot FreeBSD > > > > > >> >-----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 > >> On 12/21/05, Ted Mittelstaedt wrote: > >> > > >> > 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 > >> > >> > >I don't have a floppy drive to use, but in any case I used 3 different > >FreeBSD CDs, all failed. One of the CDs I had previously used > >to install on > >a desktop, so I doubt it is a media issue. > > > > Try booting a 4.11 CD, I have systems which will boot 4.11 fine > but will not boot 5.4 or later. If an install works on that, I would > send-pr the bug. > > Also, make sure to firmware/bios update the laptop. > > Ted > > I tried 4.11 and got the hex errors even quicker, no chance to interrupt boot sequence. There isn't a bios update available for it either. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 03:12: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 DCC4016A41F for ; Fri, 23 Dec 2005 03:12:07 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C95B43D46 for ; Fri, 23 Dec 2005 03:12:04 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.1/8.13.1) with ESMTP id jBN3C38T019048 for ; Thu, 22 Dec 2005 19:12:03 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.4/8.13.1/Submit) id jBN3C3gO019047 for freebsd-questions@FreeBSD.ORG; Thu, 22 Dec 2005 19:12:03 -0800 (PST) (envelope-from kline) Date: Thu, 22 Dec 2005 19:12:02 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20051223031202.GA19014@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Subject: what am i doing wrong?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 03:12:08 -0000 So far, I've upgraded my second FBSD platform to 5.4. With # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface #device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) [[ ... ]] device uscanner # Scanners builtin. I just tried xsane again; still no devices. I'm still minus /dev/uscanner[01]. How, pray tell, do I create these? gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 03:18: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 BB39416A41F for ; Fri, 23 Dec 2005 03:18:38 +0000 (GMT) (envelope-from joordens@aanet.com.au) Received: from aanet.com.au (mail.aanet.com.au [202.63.35.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 90DAD43D8A for ; Fri, 23 Dec 2005 03:18:37 +0000 (GMT) (envelope-from joordens@aanet.com.au) Received: (qmail 17499 invoked from network); 23 Dec 2005 03:18:35 -0000 Received: from unknown (HELO ?192.168.1.100?) (202.164.206.178) by mail.aanet.com.au with SMTP; 23 Dec 2005 03:18:35 -0000 Received: from 127.0.0.1 (AVG SMTP 7.1.371 [267.14.4/211]); Fri, 23 Dec 2005 14:18:40 +1100 Message-ID: <43AB6C90.7050108@aanet.com.au> Date: Fri, 23 Dec 2005 14:18:40 +1100 From: Ariane & Ron Joordens User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Subject: Boot error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 03:18:38 -0000 Afternoon All, My FreeBSD 6.0 computer refuses to boot. It gets to the screen where it pauses for 10 seconds and gives you the choice of 8 boot options, and then...nothing! Choosing the default option shows a single line "/boot/kernel/acpi.ko text= etc,..." then the next line shows "|", and that's it. All the other boot options show just the "|" and that's it. I have waited for up to 30 minutes, but no change. The only way out is to reset the computer. Prior to this prblem the computer worked perfectly. FreeBSD 5.4 was installed about 4 months ago, this was upgraded to 6.0 about 2 months ago. Everything had been recompiled and I never had any problems, until this. I suspect that my 2 year old son has been pressing the power button repeatedly which may have caused this. My question to you all is: How can I see what is going on? FreeBSD 5.4 and prior used to show the progress on the booting process on screen, however FreeBSD 6 hides all that and remains at the options screen until the login prompt. Why? That was useful stuff. (But that is a little off topic) The basic question is: How do I go about finding the cause of my problem? Thanks in advance Ron Melbourne, Australia -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.4/211 - Release Date: 22/12/2005 From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 03:46: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 7D31716A41F for ; Fri, 23 Dec 2005 03:46:42 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id B828943D53 for ; Fri, 23 Dec 2005 03:46:40 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a115.otenet.gr [212.205.215.115]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-8) with ESMTP id jBN3kZbt027384; Fri, 23 Dec 2005 05:46:35 +0200 Received: by flame.pc (Postfix, from userid 1001) id 718A2116E5; Fri, 23 Dec 2005 05:45:27 +0200 (EET) Date: Fri, 23 Dec 2005 05:45:27 +0200 From: Giorgos Keramidas To: Ariane & Ron Joordens Message-ID: <20051223034527.GA1816@flame.pc> References: <43AB6C90.7050108@aanet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43AB6C90.7050108@aanet.com.au> Cc: freebsd-questions@freebsd.org Subject: Re: Boot error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 03:46:42 -0000 On 2005-12-23 14:18, Ariane & Ron Joordens wrote: > Afternoon All, > > My FreeBSD 6.0 computer refuses to boot. It gets to the screen where it > pauses for 10 seconds and gives you the choice of 8 boot options, and > then...nothing! > > Choosing the default option shows a single line "/boot/kernel/acpi.ko > text= etc,..." then the next line shows "|", and that's it. All the > other boot options show just the "|" and that's it. I have waited for up > to 30 minutes, but no change. The only way out is to reset the computer. > > Prior to this prblem the computer worked perfectly. FreeBSD 5.4 was > installed about 4 months ago, this was upgraded to 6.0 about 2 months > ago. Everything had been recompiled and I never had any problems, until > this. > > I suspect that my 2 year old son has been pressing the power button > repeatedly which may have caused this. Do you still have the FreeBSD install CD-ROM? You can use that to boot. DON'T INSTALL ANYTHING, though :) Just make sure that the CD-ROM boots fine up to the sysinstall menu. If that works, then there's definitely something wrong with the kernel or the other boot files you have on disk, and we'll see what can be done. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 04:20: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 D748316A41F for ; Fri, 23 Dec 2005 04:20:50 +0000 (GMT) (envelope-from fbsd@aanet.com.au) Received: from aanet.com.au (mail.aanet.com.au [202.63.35.130]) by mx1.FreeBSD.org (Postfix) with SMTP id D18F843D53 for ; Fri, 23 Dec 2005 04:20:49 +0000 (GMT) (envelope-from fbsd@aanet.com.au) Received: (qmail 19581 invoked from network); 23 Dec 2005 04:20:44 -0000 Received: from unknown (HELO ?192.168.1.100?) (202.164.206.178) by mail.aanet.com.au with SMTP; 23 Dec 2005 04:20:44 -0000 Received: from 127.0.0.1 (AVG SMTP 7.1.371 [267.14.4/211]); Fri, 23 Dec 2005 15:20:43 +1100 Message-ID: <43AB7B1B.8040207@aanet.com.au> Date: Fri, 23 Dec 2005 15:20:43 +1100 From: rajoor User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en To: Giorgos Keramidas References: <43AB6C90.7050108@aanet.com.au> <20051223034527.GA1816@flame.pc> In-Reply-To: <20051223034527.GA1816@flame.pc> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Boot error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 04:20:51 -0000 Giorgos Keramidas wrote: >On 2005-12-23 14:18, Ariane & Ron Joordens wrote: > > >>Afternoon All, >> >>My FreeBSD 6.0 computer refuses to boot. It gets to the screen where it >>pauses for 10 seconds and gives you the choice of 8 boot options, and >>then...nothing! >> >>Choosing the default option shows a single line "/boot/kernel/acpi.ko >>text= etc,..." then the next line shows "|", and that's it. All the >>other boot options show just the "|" and that's it. I have waited for up >>to 30 minutes, but no change. The only way out is to reset the computer. >> >>Prior to this prblem the computer worked perfectly. FreeBSD 5.4 was >>installed about 4 months ago, this was upgraded to 6.0 about 2 months >>ago. Everything had been recompiled and I never had any problems, until >>this. >> >>I suspect that my 2 year old son has been pressing the power button >>repeatedly which may have caused this. >> >> > >Do you still have the FreeBSD install CD-ROM? You can use that to boot. > >DON'T INSTALL ANYTHING, though :) > >Just make sure that the CD-ROM boots fine up to the sysinstall menu. > >If that works, then there's definitely something wrong with the kernel >or the other boot files you have on disk, and we'll see what can be >done. > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > Thanks Giorgos, The install cd boots just fine. So I then looked up the manual and tried to boot from /boot/kernel.old.kernel but that doesn't work either. What can we do next? Ron -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.4/211 - Release Date: 22/12/2005 From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 04:51: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 4591016A41F for ; Fri, 23 Dec 2005 04:51:01 +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 4C91B43D55 for ; Fri, 23 Dec 2005 04:50:59 +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 jBN4o0Ln005641 for ; Fri, 23 Dec 2005 09:50:00 +0500 (PKT) (envelope-from imran@darkstar.thelakecity.com.pk) Received: (from imran@localhost) by darkstar.thelakecity.com.pk (8.13.3/8.13.3/Submit) id jBN4nxKS005640 for freebsd-questions@freebsd.org; Fri, 23 Dec 2005 09:49:59 +0500 (PKT) (envelope-from imran) Date: Fri, 23 Dec 2005 09:49:59 +0500 (PKT) From: Imran Imtiaz Message-Id: <200512230449.jBN4nxKS005640@darkstar.thelakecity.com.pk> To: freebsd-questions@freebsd.org Subject: default password of toor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 04:51:01 -0000 what is the default password of toor cause i have forgotton my roots password so any one could help me in recovering ? From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 05:12: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 EF9D416A41F for ; Fri, 23 Dec 2005 05:12:44 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A6BD43D5C for ; Fri, 23 Dec 2005 05:12:44 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so571009nzo for ; Thu, 22 Dec 2005 21:12:43 -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:message-id; b=fHk6p28FgRBYPHwwNuZUvaWtG+eNSu/PsdbCoyGwY/ZhhFRo64RigCWgivbAGudbVfK2AwJLdqERCZ3o4lbArI9UFBs4lRcMki6ckvlct7p2Mn/Wwn48SloptK4HuZT7brFQz1Zi7lW+/oerdejpMko1KOsUh53tAUxeHAOQd9I= Received: by 10.36.43.8 with SMTP id q8mr1019090nzq; Thu, 22 Dec 2005 21:12:43 -0800 (PST) Received: from ?192.168.0.86? ( [221.186.3.89]) by mx.gmail.com with ESMTP id m1sm2095322nzf.2005.12.22.21.12.42; Thu, 22 Dec 2005 21:12:43 -0800 (PST) From: Eric Kjeldergaard To: freebsd-questions@freebsd.org Date: Fri, 23 Dec 2005 14:12:34 +0900 User-Agent: KMail/1.8.3 References: <200512230449.jBN4nxKS005640@darkstar.thelakecity.com.pk> In-Reply-To: <200512230449.jBN4nxKS005640@darkstar.thelakecity.com.pk> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2040143.rLvp3LV89c"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512231412.35961.kjelderg@gmail.com> Cc: Imran Imtiaz Subject: Re: default password of toor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 05:12:45 -0000 --nextPart2040143.rLvp3LV89c Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 23 December 2005 13:49, Imran Imtiaz wrote: > what is the default password of toor cause i have forgotton my roots > password so any one could help me in recovering ? By default the toor account cannot be logged into via password. Try bootin= g=20 into single-user-mode to change your root password. --nextPart2040143.rLvp3LV89c Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDq4dDSMnO3Fce5JgRAoRxAJ9/7u2uDr1QvsCXsUIaAz0sEZxpSgCglXF0 weawbzN6WkFCMfXKLtJFEVI= =9/qc -----END PGP SIGNATURE----- --nextPart2040143.rLvp3LV89c-- From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 05:18: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 16F4B16A41F for ; Fri, 23 Dec 2005 05:18:25 +0000 (GMT) (envelope-from lloyd.peterson@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9340E43D7C for ; Fri, 23 Dec 2005 05:18:16 +0000 (GMT) (envelope-from lloyd.peterson@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so388256wxc for ; Thu, 22 Dec 2005 21:18:16 -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=NYIGAQxqMrbRWtKxfAchLF92KeoT5tLYmOOUiwKDaPC8FfMB7Ew8qszTU3O5J4rFCwqx8KPpKuTgZ3qtzAQlONr/3WtwazZ3kBoIVFTp7d0aAQJOJ8FEyZpkDFKioX4u0FDZae48FdmSxUlS6E2bTll9Dvk0BEIRLEshi6qyat4= Received: by 10.70.97.9 with SMTP id u9mr2891965wxb; Thu, 22 Dec 2005 21:18:15 -0800 (PST) Received: by 10.70.62.15 with HTTP; Thu, 22 Dec 2005 21:18:15 -0800 (PST) Message-ID: <95550eab0512222118o6fc8a57dx225baa5c28c8e6a9@mail.gmail.com> Date: Fri, 23 Dec 2005 00:18:15 -0500 From: Aaron Peterson To: Imran Imtiaz In-Reply-To: <200512230449.jBN4nxKS005640@darkstar.thelakecity.com.pk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200512230449.jBN4nxKS005640@darkstar.thelakecity.com.pk> Cc: freebsd-questions@freebsd.org Subject: Re: default password of toor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 05:18:25 -0000 reboot at boot prompt type boot -s will boot in single user mode at prompt type "mount -a" then if / is mounted read only, perhaps mount -u -rw / passwd root CTL-D Alternately, you can boot from a cd mount and chroot to your os / passwd root etc... Aaron On 12/22/05, Imran Imtiaz wrote: > what is the default password of toor cause i have forgotton my roots pass= word so any one could help me in recovering ? > > _______________________________________________ > 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 Fri Dec 23 05:24: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 4854416A41F for ; Fri, 23 Dec 2005 05:24:55 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9261443D5A for ; Fri, 23 Dec 2005 05:24:52 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.1/8.13.1) with ESMTP id jBN5OpBY052595 for ; Thu, 22 Dec 2005 21:24:51 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.4/8.13.1/Submit) id jBN5OpxM052594 for freebsd-questions@FreeBSD.ORG; Thu, 22 Dec 2005 21:24:51 -0800 (PST) (envelope-from kline) Date: Thu, 22 Dec 2005 21:24:50 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20051223052450.GA52547@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Subject: SB16 kernel troubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 05:24:55 -0000 In rebuilding my 5.4 kernel I added device sound device "snd_sb16" to get my AWE-64 to work. Anybody know what's causng the linking troubles?? cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror vers.c linking kernel sb16.o(.text+0x12): In function `sb_lock': : undefined reference to `sbc_lock' sb16.o(.text+0x2a): In function `sb_lockassert': : undefined reference to `sbc_lockassert' sb16.o(.text+0x42): In function `sb_unlock': : undefined reference to `sbc_unlock' *** Error code 1 I'm just upgrading from 5.3; this is a new one! gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 05:25: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 1DEB516A41F for ; Fri, 23 Dec 2005 05:25:22 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9266943D49 for ; Fri, 23 Dec 2005 05:25:21 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EpfQX-0000Nb-Kn for freebsd-questions@freebsd.org; Fri, 23 Dec 2005 06:25:13 +0100 Received: from 69-171-193-20.sbtnvt.adelphia.net ([69.171.193.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Dec 2005 06:25:13 +0100 Received: from scott by 69-171-193-20.sbtnvt.adelphia.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Dec 2005 06:25:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: "Scott I. Remick" Date: Fri, 23 Dec 2005 00:24:59 -0500 Lines: 10 Message-ID: References: <20051219035752.GA27224@home-on-the-dome.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 69-171-193-20.sbtnvt.adelphia.net User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) X-Archive: encrypt Sender: news 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: Fri, 23 Dec 2005 05:25:22 -0000 I had Flash6 working but have need to try Flash7 (I know it might crash, but some sites I use require at least Flash7). But I can't get it to work at all. I uninstalled linuxpluginwrapper and linux-flashplugin6 before I started. I've tried Beecher's instructions and about:plugins still doesn't show any Flash. This is using Firefox 1.5 on FreeBSD 6.0R. Any suggestions? From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 05:44: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 98D9116A41F for ; Fri, 23 Dec 2005 05:44:02 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from msgmmp-2.gci.net (msgmmp-2.gci.net [209.165.130.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37D5943D5A for ; Fri, 23 Dec 2005 05:44:02 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from stargate.akparadise.com ([209.124.141.64]) by msgmmp-2.gci.net (Sun Java System Messaging Server 6.2-3.03 (built Jun 27 2005)) with ESMTPA id <0IRX00G7ARWSDNO0@msgmmp-2.gci.net> for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 20:43:46 -0900 (AKST) Received: by stargate.akparadise.com (Postfix, from userid 0) id 3F100461F; Thu, 22 Dec 2005 20:43:39 -0900 (AKST) Date: Thu, 22 Dec 2005 20:43:26 -0900 From: Beecher Rintoul In-reply-to: To: freebsd-questions@freebsd.org Message-id: <200512222043.38707.akbeech@gmail.com> Organization: NorthWind Communications MIME-version: 1.0 Content-type: multipart/signed; boundary=nextPart2184460.08WKeRybl2; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-transfer-encoding: 7bit References: <20051219035752.GA27224@home-on-the-dome.mit.edu> User-Agent: KMail/1.8.3 Cc: "Scott I. Remick" 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: Fri, 23 Dec 2005 05:44:02 -0000 --nextPart2184460.08WKeRybl2 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 22 December 2005 08:24 pm, Scott I. Remick wrote: > I had Flash6 working but have need to try Flash7 (I know it might crash, > but some sites I use require at least Flash7). But I can't get it to work > at all. > > I uninstalled linuxpluginwrapper and linux-flashplugin6 before I started. > > I've tried Beecher's instructions and about:plugins still doesn't show any > Flash. This is using Firefox 1.5 on FreeBSD 6.0R. > > Any suggestions? Try starting firefox from a terminal and see if you get plugin errors befor= e=20 it starts. I was working on that port locally to fix the paths. I uninstall= ed=20 everything and did an install with the fixed port and none of the plugins=20 worked. I uninstalled again and reinstalled with the stock port and still=20 nothing. Startup shows errors on all the linux plugins. I think something=20 else has changed, but I'm not sure what. Even my fixes don't work anymore. Here's the startup errors I'm getting: LoadPlugin: failed to initialize shared=20 library /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellin= ux/nppdf.so=20 [/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppd= f.so:=20 Undefined symbol "XtCalloc"] LoadPlugin: failed to initialize shared=20 library /usr/X11R6/lib/linux-flashplugin7/libflashplayer.so=20 [/usr/X11R6/lib/linux-flashplugin7/libflashplayer.so: Undefined symbol=20 "ah_arctan"] LoadPlugin: failed to initialize shared=20 library /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so=20 [/usr/X11R6/lib/linux-mozilla/plugins/nphelix.so: Undefined symbol "stderr"] Any input would be appreciated. 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------------- --nextPart2184460.08WKeRybl2 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDq46KVq19LUoGB+MRAk+IAJsF9aedlpEihpxTVwa50LXcjdXkPwCgmpN2 2GkzQAYlKEsP/mLcEPzURPE= =FOSv -----END PGP SIGNATURE----- --nextPart2184460.08WKeRybl2-- From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 05:53: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 4981516A41F for ; Fri, 23 Dec 2005 05:53:54 +0000 (GMT) (envelope-from philipp1@zeus.itg.uiuc.edu) Received: from zeus.itg.uiuc.edu (zeus.itg.uiuc.edu [130.126.126.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFB1F43D7B for ; Fri, 23 Dec 2005 05:53:50 +0000 (GMT) (envelope-from philipp1@zeus.itg.uiuc.edu) Received: from zeus.itg.uiuc.edu (localhost.localdomain [127.0.0.1]) by zeus.itg.uiuc.edu (8.13.1/8.13.1) with ESMTP id jBN5rnJn027493 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Dec 2005 23:53:49 -0600 Received: (from philipp1@localhost) by zeus.itg.uiuc.edu (8.13.1/8.13.1/Submit) id jBN5rne0027492 for freebsd-questions@freebsd.org; Thu, 22 Dec 2005 23:53:49 -0600 Date: Thu, 22 Dec 2005 23:53:49 -0600 From: Anthony Philipp To: freebsd-questions@freebsd.org Message-ID: <20051223055349.GA27033@zeus.itg.uiuc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: skill problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 05:53:54 -0000 Hello, When I did this: $ skill ttype I got this back: skill: proc size mismatch, recompile libkvm Anyone know how to fix this? uname -a: 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon Dec 5 11:19:03 CST 2005 pkg_info | grep skill skill-4.1.1 SuperKILL, kill or renice processes by pid, name, tty or ui I've rebuilt world, and rebuilt the kernel with it, so I'm not sure what else to do. I don't remember when this problem arose. Thanks in advance! Anthony From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 07:30: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 4362216A41F for ; Fri, 23 Dec 2005 07:30:30 +0000 (GMT) (envelope-from winelfredpasamba@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64C9A43D4C for ; Fri, 23 Dec 2005 07:30:29 +0000 (GMT) (envelope-from winelfredpasamba@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so399950wxc for ; Thu, 22 Dec 2005 23:30:28 -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=Bvqc1w4OU/KWmtaNuJRtUjYgzdWZi3F//964eoV22UECO+ONJnppeb68QPsbaOEmifxCnvmIf2QPYtD1nME1WqfFKvbnjZrAkFKp3vaFt5U4Odtv7lSgsEAM2sSOoWfEny4sfgSf3vnGx11dBL0K/7MJIPxn66Yeu16qTfvKCXM= Received: by 10.70.94.5 with SMTP id r5mr2966453wxb; Thu, 22 Dec 2005 23:30:28 -0800 (PST) Received: by 10.70.113.6 with HTTP; Thu, 22 Dec 2005 23:30:28 -0800 (PST) Message-ID: Date: Fri, 23 Dec 2005 15:30:28 +0800 From: "Winelfred G. Pasamba" To: Ted Mittelstaedt In-Reply-To: MIME-Version: 1.0 References: <4lkejh$1brrfs@iinet-mail.icp-qv1-irony7.iinet.net.au> 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: pretenda@wrgn.net, freebsd-questions@freebsd.org Subject: Re: FreeBSD router two DSL connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 07:30:30 -0000 I wonder if these routers are using freebsd http://www.edimax.com/html/english/products/list-router.htm 2 WAN, 4 WAN, etc... and i also wonder what happens if one WAN goes down? or if the WANs are of different speeds? On 12/23/05, Ted Mittelstaedt wrote: > > > > >-----Original Message----- > >From: owner-freebsd-questions@freebsd.org > >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of > >pretenda@wrgn.net > >Sent: Thursday, December 22, 2005 3:09 AM > >To: freebsd-questions@freebsd.org > >Subject: RE: FreeBSD router two DSL connections > > > > > >> Which is not redundant. > > > > > > > >> Considering the OP asked for specifics on how to do this and your > > > >> response as been a bunch of theoretical gobbdleygook that is flat out > > > >> wrong network theory, you haven't done anything to help the > >poor bastard. > > > > > > > >Hi, > > > > > > > >This is a pretty firey debate. > > > > > > > >I have a question along the lines of this thread. I currently > >have a 1.5Mbit > >ADSL tail at the school that I work for. This tail connects to > >the Education > >Office which hosts a variety of websites, we then get internet access > >through the education office. > > > > > > > >We currently also have 230 PCs, and the connection is slowing down > >significantly. What I planned on doing was purchasing a 20Mbit ADSL 2+ > >connection and setting up a FreeBSD router which forwards all internet > >traffic through the ADSL2+ connection, and the Education Office traffic > >would be forwarded through the existing connection. Is this feasible? > > The easiest way would be to purchase a DSL modem/router for use > with the ADSL2 connection (or a ADSL2 modem coupled to a > etherent-to-ethernet > DSL router) Set this up as a network address translator, plug it > into your school network. (you can use FreeBSD for this if you want) You > will need > to do a bit of exploring to find out the subnets that the ED office is > using. > > For example, suppose ED office has assigned IP subnet 10.0.10.0/24 > to your school. Their existing DSL tail has an IP number of 10.0.10.1 > on it. You have your PC's seup to use IP addresses 10.0.10.10 - > 10.0.10.240 > with a subnet mask of 255.255.255.0 and a gateway of 10.0.10.1 > > You do some queries with nslookup to find out all the IP adresses of the > Ed servers, and you find they are on subnets 10.0.12.x, 10.0.15.x, > 192.168.4.x, etc. > > So, first thing you do is you setup your BSD system/DSL router/DSl modem > as a translator, and set it's internal interface IP address to 10.0.10.2 > > Then you add in a bunch of static routes into it for the ED subnets you > discovered, pointing those subnets to 10.0.10.1 > > Last you set your PC's to use 10.0.10.2 as their default gateway. > > When the PC's send traffic to the Internet the router sends that out the > ADSL2 line > > When the PC's send traffic to ED, the router issues an ICMP redirect that > installs an ICMP route in the PC's that points to 10.0.10.1 for that > host. > > Ted > > _______________________________________________ > 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" > -- Seek ye first the kingdom of God and all these things shall be added unto you. Winelfred G. Pasamba Adventist University of the Philippines Computer Science Department, AUP Online Information System From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 08:30: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 72E4C16A41F for ; Fri, 23 Dec 2005 08:30:38 +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 ED89A43D60 for ; Fri, 23 Dec 2005 08:30:37 +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 jBN8U3x4026752; Fri, 23 Dec 2005 00:30:03 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Fri, 23 Dec 2005 00:30:35 -0800 User-Agent: KMail/1.8.3 References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <20051219184130.3da9117b.europa100@comcast.net> <20051221195415.A69077@olmec> In-Reply-To: <20051221195415.A69077@olmec> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200512230030.35818.kstewart@owt.com> Cc: Darren Henderson 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: Fri, 23 Dec 2005 08:30:38 -0000 On Wednesday 21 December 2005 04:59 pm, Darren Henderson wrote: > On Mon, 19 Dec 2005, Rob wrote: > > 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. > > While not directly related to the point its possible to listen to > realaudio streams just fine without linux compatibility or resorting > to windows. Look into mplayer, mplayer-plugin, xine, kmplayer, > gmplayer and perhaps even xmms. > > Use the location menu item on RealPlayer and add http://66.246.59.69:8700 You probably won't understand it but Xeoax, Oaxaca is the only realaudio=20 stream that I listen to. Kent =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 Fri Dec 23 08:36: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 5E91316A41F for ; Fri, 23 Dec 2005 08:36:46 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC8143D49 for ; Fri, 23 Dec 2005 08:36:45 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from epia2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id BA91EDD745; Fri, 23 Dec 2005 09:36:23 +0100 (CET) Date: Fri, 23 Dec 2005 09:41:44 +0100 From: cpghost To: "Loren M. Lang" Message-ID: <20051223084144.GA781@epia2.farid-hajji.net> References: <20051210162448.10858.qmail@web33314.mail.mud.yahoo.com> <439B0BD2.8080809@thingy.apana.org.au> <20051211011434.GA70478@epia2.farid-hajji.net> <20051221173259.GC27642@alzatex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051221173259.GC27642@alzatex.com> User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Missing MIDI Framework (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: Fri, 23 Dec 2005 08:36:46 -0000 On Wed, Dec 21, 2005 at 09:32:59AM -0800, Loren M. Lang wrote: > 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: > > > > > > > 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. > > > > > > 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. > > > > 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. AFAIK, Timitidy is just a software MIDI player (MIDI -> wav converter). This is just one part of the the game. What I'm looking for is a way to record from MIDI devices (keyboards etc...), and this is not supported by Timidity. The sad thing about this is that we used to have a (sort of) working MIDI implementation in the past. :-( Dual-booting into gentoo/linux for this is not really a problem; but ain't there any brave soul who could fix MIDI for FreeBSD? Regards, -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 08:56: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 BE45216A420 for ; Fri, 23 Dec 2005 08:56:38 +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 3CAC343D68 for ; Fri, 23 Dec 2005 08:56:33 +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 7D4EF2E045; Fri, 23 Dec 2005 09:56:30 +0100 (CET) Message-ID: <43ABBBE0.7090402@locolomo.org> Date: Fri, 23 Dec 2005 09:57:04 +0100 From: Erik Norgaard User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gary Kline References: <20051223031202.GA19014@thought.org> In-Reply-To: <20051223031202.GA19014@thought.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: what am i doing wrong?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 08:56:38 -0000 Gary Kline wrote: > So far, I've upgraded my second FBSD platform to 5.4. With > > # USB support > device uhci # UHCI PCI->USB interface > device ohci # OHCI PCI->USB interface > #device ehci # EHCI PCI->USB interface (USB 2.0) > device usb # USB Bus (required) > [[ ... ]] > > device uscanner # Scanners > > builtin. I just tried xsane again; still no devices. I'm > still minus /dev/uscanner[01]. How, pray tell, do I create > these? Is your scanner supported or recognized? I recall having similar problems with an Epson 2480 scanner. It was not recognized as a scanner but using ugen0 worked. You should also check permissions on the usb devices, otherwise you have to scan as root. If the scanner is supported using the ugen device then it is a question of patching a few files to get it recognized. For the Epson 2480, I submitted this bug report: http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/86094 this may give you an idea of what it's about. Cheers, Erik From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 09:02: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 1A9F516A41F for ; Fri, 23 Dec 2005 09:02:41 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from tomoyo.MyBSD.org.my (tomoyo.mybsd.org.my [202.157.186.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CBB443D4C for ; Fri, 23 Dec 2005 09:02:39 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from localhost (localhost [127.0.0.1]) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id 5ABE46CC5A; Fri, 23 Dec 2005 17:08:09 +0800 (MYT) Received: from tomoyo.MyBSD.org.my ([127.0.0.1]) by localhost (TOMOYO.MYBSD.ORG.MY [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 48769-01; Fri, 23 Dec 2005 17:08:08 +0800 (MYT) Received: from misaki (misaki.MyBSD.org.my [IPv6:2001:328:2002:aa2:2c0:9fff:fed9:9e1d]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id C8F226CC58; Fri, 23 Dec 2005 17:08:05 +0800 (MYT) Date: Fri, 23 Dec 2005 17:02:23 +0800 From: Ariff Abdullah To: Gary Kline Message-Id: <20051223170223.7bcec324.skywizard@MyBSD.org.my> In-Reply-To: <20051223052450.GA52547@thought.org> References: <20051223052450.GA52547@thought.org> Organization: MyBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by Amavisd AntiVirus & AntiSpam Scanner running on FreeBSD mailserver at TOMOYO.MYBSD.ORG.MY Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SB16 kernel troubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 09:02:41 -0000 On Thu, 22 Dec 2005 21:24:50 -0800 Gary Kline wrote: > > In rebuilding my 5.4 kernel I added > > device sound > device "snd_sb16" You forgot "device snd_sbc". > > to get my AWE-64 to work. Anybody know what's causng the > linking troubles?? > -- Ariff Abdullah MyBSD http://www.MyBSD.org.my (IPv6/IPv4) http://staff.MyBSD.org.my (IPv6/IPv4) http://tomoyo.MyBSD.org.my (IPv6/IPv4) From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 09:45: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 44DFD16A41F for ; Fri, 23 Dec 2005 09:45:02 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D3A443D5D for ; Fri, 23 Dec 2005 09:44:59 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.1/8.13.1) with ESMTP id jBN9ivW0000705; Fri, 23 Dec 2005 01:44:58 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.4/8.13.1/Submit) id jBN9iurm000704; Fri, 23 Dec 2005 01:44:56 -0800 (PST) (envelope-from kline) Date: Fri, 23 Dec 2005 01:44:56 -0800 From: Gary Kline To: Erik Norgaard Message-ID: <20051223094455.GA556@thought.org> References: <20051223031202.GA19014@thought.org> <43ABBBE0.7090402@locolomo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43ABBBE0.7090402@locolomo.org> User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: what am i doing wrong?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 09:45:02 -0000 On Fri, Dec 23, 2005 at 09:57:04AM +0100, Erik Norgaard wrote: > Gary Kline wrote: > > So far, I've upgraded my second FBSD platform to 5.4. With > > > ># USB support > >device uhci # UHCI PCI->USB interface > >device ohci # OHCI PCI->USB interface > >#device ehci # EHCI PCI->USB interface (USB 2.0) > >device usb # USB Bus (required) > > [[ ... ]] > > > >device uscanner # Scanners > > > > builtin. I just tried xsane again; still no devices. I'm > > still minus /dev/uscanner[01]. How, pray tell, do I create > > these? > > Is your scanner supported or recognized? I recall having similar > problems with an Epson 2480 scanner. It was not recognized as a scanner > but using ugen0 worked. You should also check permissions on the usb > devices, otherwise you have to scan as root. Do I need to have the device for USB 2.0 perhaps?? That is the only thing that is still commented. I'll try that later on today. As root, yes, I am able to have sane test, not as a user. The scanner I am testing is recognized--HP ScanJet 4100C. But it was sold AS-IS and may well be broken. My friend got a *second* 4100C for $1.00 [no, not kidding]; it works on his Windows box. ((I'll gladly let him scan things if he is willing.)) > > If the scanner is supported using the ugen device then it is a question > of patching a few files to get it recognized. For the Epson 2480, I > submitted this bug report: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/86094 > > this may give you an idea of what it's about. > > Cheers, Erik I'll check your PR, thnks. I've got some other question for you or the list---anyone who has successfully scanned books and OCR'd them into ASCII|iso_8859-1. Which USB model scanner Just-Works? Any? None? More to the point, is there any scanner that works with books using xsane to do OCR? thanks for any insights, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 09:52: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 3818E16A41F for ; Fri, 23 Dec 2005 09:52:00 +0000 (GMT) (envelope-from vlchang@eb.net.my) Received: from smtp.eb.net.my (smtp.eb.net.my [202.171.48.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC9E43D67 for ; Fri, 23 Dec 2005 09:51:53 +0000 (GMT) (envelope-from vlchang@eb.net.my) Received: from localhost (localhost.eb.net.my [127.0.0.1]) by smtp.eb.net.my (Postfix) with ESMTP id 7F7721950F4; Fri, 23 Dec 2005 18:01:45 +0800 (MYT) Received: from smtp.eb.net.my ([127.0.0.1]) by localhost (smtp.eb.net.my [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 45910-09; Fri, 23 Dec 2005 18:01:41 +0800 (MYT) Received: from [10.1.1.78] (unknown [202.171.49.38]) by smtp.eb.net.my (Postfix) with ESMTP id 1404B195055; Fri, 23 Dec 2005 18:01:41 +0800 (MYT) From: Felix To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1135331296.29515.21.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 23 Dec 2005 17:48:16 +0800 Content-Transfer-Encoding: 7bit Cc: "HEZow \(eB\)" Subject: PPPoE problem for Windows 98SE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 09:52:00 -0000 Dear All, I am using Freebsd to be the NAS server and provides the PPPoE service. Everything is working fine under windows XP, Fedora and Debian. However, it has the connection problem for Windows 98se and Windows ME. I am using the RASPPPoE program for windows 98 as it doesn't contains any built in PPPoE service. The windows 98se cannot connect to the internet and time out after a period of time. This is the error Message I got from the /var/log/ppp.log Nov 15 18:22:46 Home ppp[1731]: Phase: Using interface: tun10 Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: Created in closed state Nov 15 18:22:46 Home ppp[1731]: Command: default: enable pap Nov 15 18:22:46 Home ppp[1731]: Command: default: enable proxy Nov 15 18:22:46 Home ppp[1731]: Command: default: disable ipv6cp Nov 15 18:22:46 Home ppp[1731]: Command: default: set mru 1472 Nov 15 18:22:46 Home ppp[1731]: Command: default: set mtu 1472 Nov 15 18:22:46 Home ppp[1731]: Command: default: set ifaddr 10.1.90.1 10.1.88.2-10.1.88.255 Nov 15 18:22:46 Home ppp[1731]: Command: default: set radius /etc/radius.conf Nov 15 18:22:46 Home ppp[1731]: Command: default: accept dns Nov 15 18:22:46 Home ppp[1731]: Command: default: set timeout 3600 Nov 15 18:22:46 Home ppp[1731]: Command: default: enable lqr Nov 15 18:22:46 Home ppp[1731]: Command: default: set lqrperiod 5 Nov 15 18:22:46 Home ppp[1731]: Command: default: disable protocomp Nov 15 18:22:46 Home ppp[1731]: Command: default: set log Chat Command Phase LCPNov 15 18:22:46 Home ppp[1731]: Command: default: enable pap Nov 15 18:22:46 Home ppp[1731]: Command: default: enable proxy Nov 15 18:22:46 Home ppp[1731]: Command: default: disable ipv6cp Nov 15 18:22:46 Home ppp[1731]: Command: default: set mru 1472 Nov 15 18:22:46 Home ppp[1731]: Command: default: set mtu 1472 Nov 15 18:22:46 Home ppp[1731]: Command: default: set ifaddr 10.1.90.1 10.1.88.2-10.1.88.255 Nov 15 18:22:46 Home ppp[1731]: Command: default: set radius /etc/radius.conf Nov 15 18:22:46 Home ppp[1731]: Command: default: accept dns Nov 15 18:22:46 Home ppp[1731]: Command: default: set timeout 3600 Nov 15 18:22:46 Home ppp[1731]: Command: default: enable lqr Nov 15 18:22:46 Home ppp[1731]: Command: default: set lqrperiod 5 Nov 15 18:22:46 Home ppp[1731]: Command: default: disable protocomp Nov 15 18:22:46 Home ppp[1731]: Phase: PPP Started (direct mode). Nov 15 18:22:46 Home ppp[1731]: Phase: bundle: Establish Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: closed -> opening Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: Link is a netgraph node Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: Connected! Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: opening -> carrier Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: carrier -> lcp Nov 15 18:22:46 Home ppp[1731]: LCP: FSM: Using "deflink" as a transport Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: State change Initial --> Closed Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: State change Closed --> Stopped Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: RecvConfigReq(1) state = Stopped Nov 15 18:22:46 Home ppp[1731]: LCP: MAGICNNov 15 18:22:46 Home ppp[1731]: LCP: CALLBACK[3] CBCP Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: SendConfigReq(1) state = Stopped Nov 15 18:22:46 Home ppp[1731]: LCP: ACFCOMP[2] Nov 15 18:22:46 Home ppp[1731]: LCP: ACCMAP[6] 0x00000000 Nov 15 18:22:46 Home ppp[1731]: LCP: MRU[4] 1472 Nov 15 18:22:46 Home ppp[1731]: LCP: MAGICNUM[6] 0x368fe4c7 Nov 15 18:22:46 Home ppp[1731]: LCP: QUALPROTO[8] proto c025, interval 5000ms Nov 15 18:22:46 Home ppp[1731]: LCP: AUTHPROTO[4] 0xc023 (PAP) Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: SendConfigRej(1) state = Stopped Nov 15 18:22:46 Home ppp[1731]: LCP: CALLBACK[3] CBCP Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: LayerStart Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: State change Stopped --> Req-Sent Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: RecvConfigRej(1) state = Req-Sent Nov 15 18:22:46 Home ppp[1731]: LCP: QUALPROTO[8] proto c025, interval 5000ms Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: SendConfigReq(2) state = Req-Sent Nov 15 18:22:46 Home ppp[1731]: LCP: ACFCOMP[2] Nov 15 18:22:46 Home ppp[1731]: LCP: ACCMAP[6] 0x00000000 Nov 15 18:22:46 Home ppp[1731]: LCP: MRU[4] 1472 Nov 15 18:22:46 Home ppp[1731]: LCP: MAGICNUM[6] 0x368fe4c7 Nov 15 18:22:46 Home ppp[1731]: LCP: AUTHPROTO[4] 0xc023 (PAP) Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: RecvConfigReq(2) state = Req-Sent Nov 15 18:22:46 Home ppp[1731]: LCP: MAGICNUM[6] 0x00331971 Nov 15 18:22:46 Home ppp[1731]: LCP: PROTOCOMP[2] Nov 15 18:22:46 Home ppp[1731]: LCP: ACFCOMP[2] Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: SendConfigAck(2) state = Req-Sent Nov 15 18:22:46 Home ppp[1731]: LCP: MAGICNUM[6] 0x00331971 Nov 15 18:22:46 Home ppp[1731]: LCP: PROTOCOMP[2] Nov 15 18:22:46 Home ppp[1731]: LCP: ACFCOMP[2] Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: State change Req-Sent --> Ack-Sent Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: RecvConfigAck(2) state = Ack-Sent Nov 15 18:22:46 Home ppp[1731]: LCP: ACFCOMP[2] Nov 15 18:22:46 Home ppp[1731]: LCP: ACCMAP[6] 0x00000000 Nov 15 18:22:46 Home ppp[1731]: LCP: MRU[4] 1472 Nov 15 18:22:46 Home ppp[1731]: LCP: MAGICNUM[6] 0x368fe4c7 Nov 15 18:22:46 Home ppp[1731]: LCP: AUTHPROTO[4] 0xc023 (PAP) Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: State change Ack-Sent --> Opened Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: LayerUp Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: SendEchoRequest(0) state = Opened Nov 15 18:22:46 Home ppp[1731]: Phase: bundle: Authenticate Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: his = none, mine = PAP Nov 15 18:22:49 Home ppp[1731]: Phase: Unknown protocol 0x0001 (Padding Protocol) Please Kindly Assist, Thanks! Regards Felix Merry Christmas From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 09:54: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 9219916A41F for ; Fri, 23 Dec 2005 09:54:18 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 069D043D53 for ; Fri, 23 Dec 2005 09:54:17 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.1/8.13.1) with ESMTP id jBN9sF5x000770; Fri, 23 Dec 2005 01:54:15 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.4/8.13.1/Submit) id jBN9sCvb000769; Fri, 23 Dec 2005 01:54:12 -0800 (PST) (envelope-from kline) Date: Fri, 23 Dec 2005 01:54:12 -0800 From: Gary Kline To: Ariff Abdullah Message-ID: <20051223095412.GB556@thought.org> References: <20051223052450.GA52547@thought.org> <20051223170223.7bcec324.skywizard@MyBSD.org.my> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051223170223.7bcec324.skywizard@MyBSD.org.my> User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Gary Kline , freebsd-questions@FreeBSD.ORG Subject: Re: SB16 kernel troubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 09:54:18 -0000 On Fri, Dec 23, 2005 at 05:02:23PM +0800, Ariff Abdullah wrote: > On Thu, 22 Dec 2005 21:24:50 -0800 > Gary Kline wrote: > > > > In rebuilding my 5.4 kernel I added > > > > device sound > > device "snd_sb16" > > You forgot "device snd_sbc". > Yes! It builds and I just installed it. Thanks much! gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 10:13: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 E05D316A41F for ; Fri, 23 Dec 2005 10:13:37 +0000 (GMT) (envelope-from drench@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC7C43D4C for ; Fri, 23 Dec 2005 10:13:37 +0000 (GMT) (envelope-from drench@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so417922wxc for ; Fri, 23 Dec 2005 02:13: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:content-transfer-encoding:content-disposition:references; b=SXOLUGCl2CiaZ4P+LV52GejC9KcbVXw2/QU1UFBXPnzxwthmFuS5RdK/YR9AanIrH5d463NfqCj1DWLYWpvAG2xrh9hqeVhrFdxOE/2Ey+1x549USSWd5Q2B7lw/DN3lsixFQJnrcYe1c9sASPBhca44Vi6XtEXGvUb5BT4dR3o= Received: by 10.70.123.12 with SMTP id v12mr3122278wxc; Fri, 23 Dec 2005 02:13:36 -0800 (PST) Received: by 10.70.125.1 with HTTP; Fri, 23 Dec 2005 02:13:36 -0800 (PST) Message-ID: Date: Fri, 23 Dec 2005 04:13:36 -0600 From: Daniel Rench To: Georg Auernhammer In-Reply-To: <20051222122323.GA32562@bera.rus.uni-stuttgart.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051222122323.GA32562@bera.rus.uni-stuttgart.de> Cc: freebsd-questions@freebsd.org Subject: Re: amd64 + RAID freezing system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 10:13:38 -0000 On 12/22/05, Georg Auernhammer wrote: > Hello! > > i have an amd64 with Sata 80Gig Hardisk and extra RAID: > [...] > newfs and mounting ar0 works. > but as sonn as i am trying to write data on the RAID, the system > freezes. > i had some problems writing the label to ar0s1d > but after some reboots he managed to write the label on ar0. > only thing is, i cant write data... > > Any suggestions? I just dealt with a situation that sounds similar. I have an x86 box with a Promise SATA card with 2 drives in a RAID1 that had been running fairly well for several months. Then it suddenly froze up (no reboot, nothing written to the console). After a power cycle the system froze during fsck. In single user mode I was able to get it mounted readonly without fsck, and could read some files, but before too long it would freeze again. I pulled one of the drives and rebooted. Same behavior. Then I pulled that drive and put the other one back. Fsck completed and it now works fine (aside from no mirroring going on anymore of course). Short version: though it sure seems like one of the drives had gone bad, the Promise card didn't notice. It may say the array is "READY" you shouldn't trust it. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 10:26: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 7206616A423 for ; Fri, 23 Dec 2005 10:26:56 +0000 (GMT) (envelope-from rusisnoc@bera.rus.uni-stuttgart.de) Received: from charybdis.rus.uni-stuttgart.de (charybdis.rus.uni-stuttgart.de [129.69.1.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 914EE43D88 for ; Fri, 23 Dec 2005 10:26:38 +0000 (GMT) (envelope-from rusisnoc@bera.rus.uni-stuttgart.de) Received: from localhost (localhost [127.0.0.1]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id 393CD2EF9BB; Fri, 23 Dec 2005 11:26:37 +0100 (CET) Received: from charybdis.rus.uni-stuttgart.de ([127.0.0.1]) by localhost (charybdis [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32573-01-43; Fri, 23 Dec 2005 11:26:34 +0100 (CET) Received: from helpdesk.bera.rus.uni-stuttgart.de (helpdesk.bera.rus.uni-stuttgart.de [129.69.221.120]) by charybdis.rus.uni-stuttgart.de (Postfix) with ESMTP id AAC942F1BE8; Fri, 23 Dec 2005 11:26:34 +0100 (CET) Received: from rusisnoc by helpdesk.bera.rus.uni-stuttgart.de with local (Exim 3.35 #1 (Debian)) id 1Epk8A-0005ag-00; Fri, 23 Dec 2005 11:26:34 +0100 Date: Fri, 23 Dec 2005 11:26:33 +0100 From: Georg Auernhammer To: Daniel Rench Message-ID: <20051223102633.GA21043@bera.rus.uni-stuttgart.de> References: <20051222122323.GA32562@bera.rus.uni-stuttgart.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.3i X-Virus-Scanned: by amavisd-new at charybdis.rus.uni-stuttgart.de X-Spam-Status: No, hits=-4.399 tagged_above=-999 required=5 tests=ALL_TRUSTED, BAYES_00 X-Spam-Level: Cc: freebsd-questions@freebsd.org Subject: Re: amd64 + RAID freezing system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 10:26:56 -0000 > > i have an amd64 with Sata 80Gig Hardisk and extra RAID: > > [...] > > newfs and mounting ar0 works. > > but as sonn as i am trying to write data on the RAID, the system > > freezes. > > i had some problems writing the label to ar0s1d > > but after some reboots he managed to write the label on ar0. > > only thing is, i cant write data... > > > > Any suggestions? > > Short version: though it sure seems like one of the drives had gone > bad, the Promise card didn't notice. It may say the array is "READY" > you shouldn't trust it. But it shouldnt freeze. Its a RAID 10, or do you think there are more than 1 disks broken? -- Georg Auernhammer AltBenutzerberater RUS, Admin Institut für Geophysik ehemal. FTP-Admin, Mirror, WXP-Pool Georg.Auernhammer@bera.rus.uni-stuttgart.de From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 10:29: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 C3AD516A469 for ; Fri, 23 Dec 2005 10:29:17 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id EF0ED43D58 for ; Fri, 23 Dec 2005 10:29:03 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: (qmail invoked by alias); 23 Dec 2005 10:28:59 -0000 Received: from pD952D8CD.dip0.t-ipconnect.de (EHLO p4-3200.local) [217.82.216.205] by mail.gmx.net (mp006) with SMTP; 23 Dec 2005 11:28:59 +0100 X-Authenticated: #4870692 From: Andreas Rudisch To: FreeBSD Mailing List In-Reply-To: <20051223031202.GA19014@thought.org> References: <20051223031202.GA19014@thought.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jqFpBddzEj2xAzPdL9No" Date: Fri, 23 Dec 2005 11:28:52 +0100 Message-Id: <1135333732.2785.3.camel@p4-3200.local> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port X-Y-GMX-Trusted: 0 Cc: Subject: Re: what am i doing wrong?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 10:29:17 -0000 --=-jqFpBddzEj2xAzPdL9No Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2005-12-22 at 19:12 -0800, Gary Kline wrote: > So far, I've upgraded my second FBSD platform to 5.4. With=20 >=20 > # USB support > device uhci # UHCI PCI->USB interface > device ohci # OHCI PCI->USB interface > #device ehci # EHCI PCI->USB interface (USB 2.0) > device usb # USB Bus (required) > [[ ... ]] >=20 > device uscanner # Scanners >=20 > builtin. I just tried xsane again; still no devices. I'm > still minus /dev/uscanner[01]. How, pray tell, do I create=20 > these? >=20 > gary I hope you have taken a look here already: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/scanners.html http://www.freebsd.org/cgi/man.cgi?query=3Duscanner&sektion=3D4&manpath=3DF= reeBSD+6.0-RELEASE http://www.sane-project.org/sane-supported-devices.html Merry Christmas Andreas --=20 GnuPG key : 0x2A573565 | http://cyb.websimplex.de/pubkey.asc Fingerprint: 925D 2089 0BF9 8DE5 9166 33BB F0FD CD37 2A57 3565 --=-jqFpBddzEj2xAzPdL9No Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDq9Fk8P3NNypXNWURAghpAJ9j9hPAT1f11ts1DMknSdslIUocDQCfUHzm bgjmPDOIHs5koEDEWgoKFFY= =D0LK -----END PGP SIGNATURE----- --=-jqFpBddzEj2xAzPdL9No-- From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 11:00: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 758A516A422 for ; Fri, 23 Dec 2005 11:00:18 +0000 (GMT) (envelope-from robsworld2000@yahoo.com) Received: from web54406.mail.yahoo.com (web54406.mail.yahoo.com [206.190.49.136]) by mx1.FreeBSD.org (Postfix) with SMTP id 6E97D43D49 for ; Fri, 23 Dec 2005 11:00:16 +0000 (GMT) (envelope-from robsworld2000@yahoo.com) Received: (qmail 97797 invoked by uid 60001); 23 Dec 2005 11:00:15 -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=OcDTTXRiYlCdRoXDPpcsE5zN7U9doM1MO24jTzZCbpyKmxQaPR35Weiz4eYyJ5wZoeeRj71DTL1UG+qWfJ/mGLwIQBw2bo+h6jdy3M5CI070uXEzTTO0cYPprIhDfjvJC55EQ9Eekm+huqNzrNhUoGc/tA4pIonoQncvgawTfzg= ; Message-ID: <20051223110015.97795.qmail@web54406.mail.yahoo.com> Received: from [210.23.119.187] by web54406.mail.yahoo.com via HTTP; Fri, 23 Dec 2005 03:00:15 PST Date: Fri, 23 Dec 2005 03:00:15 -0800 (PST) From: Robert Stevenson To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: re-installing applications using 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: Fri, 23 Dec 2005 11:00:18 -0000 I have begun an installation using the ports collection but later I decided to cancel it so I could change some install options. When I start installation again I get the message " Found saved configuration for ..... " then immediately begins compiling. I could no longer see the installation menu where I could set the options. The questions is, how do I re-initialize the installation process so I could go to the installation menu once more and set the options? __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 11:48: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 B07F816A420 for ; Fri, 23 Dec 2005 11:48:37 +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 DED0543D5D for ; Fri, 23 Dec 2005 11:48:36 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp3.suscom.net (Postfix) with ESMTP id 1941321019C for ; Fri, 23 Dec 2005 06:48:35 -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 07752-02-70 for ; Fri, 23 Dec 2005 06:48:28 -0500 (EST) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp3.suscom.net (Postfix) with SMTP id 56FC921018E for ; Fri, 23 Dec 2005 06:48:28 -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 jBNBmOYd064130 for ; Fri, 23 Dec 2005 06:48:24 -0500 (EST) (envelope-from gerard@seibercom.net) Date: Fri, 23 Dec 2005 06:48:28 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom.net In-Reply-To: <20051223110015.97795.qmail@web54406.mail.yahoo.com> References: <20051223110015.97795.qmail@web54406.mail.yahoo.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20051223064508.A44D.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: re-installing applications using ports 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: Fri, 23 Dec 2005 11:48:37 -0000 On Friday, December 23, 2005 6:00:15 AM Robert Stevenson Subject: re-installing applications using ports Wrote these words of wisdom: > I have begun an installation using the ports > collection but later I decided to cancel it so I could > change some install options. When I start installation > again I get the message " Found saved configuration > for ..... " then immediately begins compiling. I could > no longer see the installation menu where I could set > the options. > > The questions is, how do I re-initialize the > installation process so I could go to the installation > menu once more and set the options? ***** REPLY SEPARATOR ***** On 10/11/2005 5:29:42 PM, Gerard Replied: I would use: 'make distclean' to clean out everything that you started doing. Then I believe you can use this: make config or make config-recursive to reconfigure the port. The latter might be the better way for you. -- Gerard Seibert gerard@seibercom.net From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 13:10: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 E397016A41F for ; Fri, 23 Dec 2005 13:10:08 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf07.cluster1.charter.net (mxsf07.cluster1.charter.net [209.225.28.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A71643D73 for ; Fri, 23 Dec 2005 13:10:03 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip18a.cluster1.charter.net (mxip18a.cluster1.charter.net [209.225.28.148]) by mxsf07.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id jBNDA1U4007132 for ; Fri, 23 Dec 2005 08:10:02 -0500 Received: from 24-197-117-006.dhcp.spbg.sc.charter.com (HELO [192.168.1.101]) (24.197.117.6) by mxip18a.cluster1.charter.net with ESMTP; 23 Dec 2005 08:10:03 -0500 X-IronPort-AV: i="3.99,289,1131339600"; d="scan'208"; a="1924768308:sNHT15374272" Message-ID: <43ABF727.3090501@charter.net> Date: Fri, 23 Dec 2005 08:09:59 -0500 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) 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: nvidia-settings size mismatch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 13:10:09 -0000 I'm running FreeBSD 5.4-STABLE All of my ports upgrade fine except nvidia-settings. I use portsnap and portupgrade. cd /usr/ports portsnap fetch portsnap update make fetchindex portsdb -u .... portupgrade -v nvidia-settings I get the following error. ....... ===> Cleaning for gtk-2.8.9 ===> Cleaning for pango-1.10.2 ===> Cleaning for xorg-clients-6.8.2_1 ===> Cleaning for xorg-libraries-6.8.2 ===> Cleaning for xterm-206_1 ===> Cleaning for nvidia-settings-1.0_7 ===> Vulnerability check disabled, database not found ===> Extracting for nvidia-settings-1.0_7 => MD5 Checksum mismatch for nvidia-settings-1.0.tar.gz. => SHA256 Checksum mismatch for nvidia-settings-1.0.tar.gz. ===> Refetch for 1 more times files: nvidia-settings-1.0.tar.gz nvidia-settings-1.0.tar.gz ===> Vulnerability check disabled, database not found => nvidia-settings-1.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://download.nvidia.com/XFree86/nvidia-settings/. fetch: http://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-1.0.tar.gz: size mismatch: expected 1091361, actual 1067305 => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/nvidia-settings-1.0.tar.gz: size mismatch: expected 1091361, actual 1056908 => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop in /usr/ports/x11/nvidia-settings. *** Error code 1 Stop in /usr/ports/x11/nvidia-settings. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade15051.0 make ** Fix the problem and try again. ---> Build of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:13) ---> Upgrade of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:13) ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) ! x11/nvidia-settings (nvidia-settings-1.0_6) (checksum mismatch) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed ---> Session ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:14) How can I get nvidia-settings to upgrade? thanks, Bob From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 13:25: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 DB17616A420 for ; Fri, 23 Dec 2005 13:25:28 +0000 (GMT) (envelope-from marco@beishuizen.info) Received: from psmtp03.wxs.nl (psmtp03.wxs.nl [195.121.247.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC87F43D64 for ; Fri, 23 Dec 2005 13:25:25 +0000 (GMT) (envelope-from marco@beishuizen.info) Received: from yokozuna.lan (ipd50a233c.speed.planet.nl [213.10.35.60]) by psmtp03.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.07 (built Jun 24 2005)) with ESMTP id <0IRY00EVIDAC2P@psmtp03.wxs.nl> for freebsd-questions@freebsd.org; Fri, 23 Dec 2005 14:25:24 +0100 (MET) Received: from yokozuna.lan (yokozuna.lan [127.0.0.1]) by yokozuna.lan (8.13.4/8.13.1) with ESMTP id jBNDPOUH087666 for ; Fri, 23 Dec 2005 14:25:24 +0100 (CET envelope-from marco@beishuizen.info) Date: Fri, 23 Dec 2005 14:25:24 +0100 (CET) From: Marco Beishuizen In-reply-to: <43ABF727.3090501@charter.net> Sender: marco@yokozuna.lan To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT FreeBSD: Homepage: References: <43ABF727.3090501@charter.net> Subject: Re: nvidia-settings size mismatch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marco Beishuizen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 13:25:29 -0000 On stardate Fri, 23 Dec 2005, the wise bob self entered: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/nvidia-settings-1.0.tar.gz: > size mismatch: > expected 1091361, actual 1056908 > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/ and try again. > *** Error code 1 > > Stop in /usr/ports/x11/nvidia-settings. > *** Error code 1 > > Stop in /usr/ports/x11/nvidia-settings. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade15051.0 > make > ** Fix the problem and try again. > ---> Build of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 -0500 > (consumed 00:00:13) > ---> Upgrade of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 -0500 > (consumed 00:00:13) > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > ! x11/nvidia-settings (nvidia-settings-1.0_6) (checksum mismatch) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > ---> Session ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:14) This looks familiar :) You have to manually fetch the nvidia-settings-1.0 and compile it with gmake install. See http://download.nvidia.com/freebsd/1.0-8174/README/chapter-05.html for problems with FreeBSD and nvidia-settings. Marco -- "On two occasions I have been asked [by members of Parliament!], `Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question." -- Charles Babbage From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 13:46: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 AD10716A41F for ; Fri, 23 Dec 2005 13:46:31 +0000 (GMT) (envelope-from a.yinghao.li@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id B979043D5A for ; Fri, 23 Dec 2005 13:46:30 +0000 (GMT) (envelope-from a.yinghao.li@gmail.com) Received: by nproxy.gmail.com with SMTP id l37so226741nfc for ; Fri, 23 Dec 2005 05:46:29 -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=BA7SeJbvcksrnYpOmM9Wi584USgmbmmzMnMRfFF7ZNsrYSTdoWyg3WZi6dH31GteznUx+u+63annu2aoXTQk+QTutkB9V5X77E8ZrCZZIzIZl9P42gEZai7dnMsK7yPkT74b2X4MhpEpz2C5etUPOzj4Ad+2z71dkLzsI9M+KzU= Received: by 10.48.30.19 with SMTP id d19mr141465nfd; Fri, 23 Dec 2005 05:46:28 -0800 (PST) Received: by 10.48.202.16 with HTTP; Fri, 23 Dec 2005 05:46:28 -0800 (PST) Message-ID: <81a079bc0512230546g7928cb17vbed79b516c6b041d@mail.gmail.com> Date: Fri, 23 Dec 2005 14:46:28 +0100 From: Yinghao LI 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: Compatibility with Dell 630m X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 13:46:31 -0000 Hi, I want to know if FreeBSD 6.0 is compatible with Dell 630m. Thanks very much! Yinghao LI From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 14:22: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 0684C16A423 for ; Fri, 23 Dec 2005 14:22:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC28E43D5E for ; Fri, 23 Dec 2005 14:22:27 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id jBNEMPqi012908; Fri, 23 Dec 2005 16:22:25 +0200 Received: by flame.pc (Postfix, from userid 1001) id 110E51178B; Fri, 23 Dec 2005 16:21:18 +0200 (EET) Date: Fri, 23 Dec 2005 16:21:17 +0200 From: Giorgos Keramidas To: Anthony Philipp Message-ID: <20051223142117.GA56090@flame.pc> References: <20051223055349.GA27033@zeus.itg.uiuc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051223055349.GA27033@zeus.itg.uiuc.edu> Cc: freebsd-questions@freebsd.org Subject: Re: skill problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 14:22:30 -0000 On 2005-12-22 23:53, Anthony Philipp wrote: > Hello, > > When I did this: > > $ skill ttype > > I got this back: > > skill: proc size mismatch, recompile libkvm > > Anyone know how to fix this? > uname -a: > 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon Dec 5 11:19:03 CST 2005 > pkg_info | grep skill > skill-4.1.1 SuperKILL, kill or renice processes by pid, > name, tty or ui > > I've rebuilt world, and rebuilt the kernel with it, so I'm not sure > what else to do. I don't remember when this problem arose. Try rebuilding the port itself. It seems to be out of sync with your current kernel and/or userland. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 14:25: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 BF1C116A41F for ; Fri, 23 Dec 2005 14:25:53 +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 7FC0D43D45 for ; Fri, 23 Dec 2005 14:25:36 +0000 (GMT) (envelope-from lk@tempest.sk) Received: by mailgw.dgrp.sk (Postfix, from userid 1003) id 685F234A5A4; Fri, 23 Dec 2005 15:25:33 +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 9C11734A5A3; Fri, 23 Dec 2005 15:25:30 +0100 (CET) Received: from lk.tempest.sk ([195.28.109.47]) by webmail.tempest.sk (Lotus Domino Release 6.5.4) with ESMTP id 2005122315252917-9867 ; Fri, 23 Dec 2005 15:25:29 +0100 Received: from lk.tempest.sk (localhost [127.0.0.1]) by lk.tempest.sk (8.13.3/8.12.9) with ESMTP id jBNEPNhj038599; Fri, 23 Dec 2005 15:25:23 +0100 (CET) (envelope-from lk@lk.tempest.sk) Received: (from koren@localhost) by lk.tempest.sk (8.13.3/8.13.1/Submit) id jBNEPNOJ038596; Fri, 23 Dec 2005 15:25:23 +0100 (CET) (envelope-from lk) X-Authentication-Warning: lk.tempest.sk: koren set sender to lk using -f Sender: lk@tempest.sk To: Arno Beekman References: <87acey71y7.fsf@lk.tempest.sk> From: Ludo Koren Date: 23 Dec 2005 15:25:22 +0100 In-Reply-To: Message-ID: <87hd8z6gbx.fsf@lk.tempest.sk> Lines: 24 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 23.12.2005 15:25:29, Serialize by Router on Domino1/DGRP(Release 6.5.4|March 27, 2005) at 23.12.2005 15:25:30, Serialize complete at 23.12.2005 15:25:30 Content-Type: text/plain; charset=us-ascii 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: Fri, 23 Dec 2005 14:25:53 -0000 >>>>> Arno Beekman writes: > 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/ maybe I was not enough specific. There is not enough information about gvinum in the case. All you've mentioned is about vinum and there are some diffrences; not all commands are implemented... BTW, the addition of disk on 5.4-STABLE is causing panic. I posted the problem to the freebsd-geom@freebsd.org. Regards, lk From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 14:34: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 3BE8616A422 for ; Fri, 23 Dec 2005 14:34:27 +0000 (GMT) (envelope-from gaynw@bristolsystems.com) Received: from fed1rmmtao08.cox.net (fed1rmmtao08.cox.net [68.230.241.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B8243DB6 for ; Fri, 23 Dec 2005 14:34:11 +0000 (GMT) (envelope-from gaynw@bristolsystems.com) Received: from workdog ([68.228.71.3]) by fed1rmmtao08.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051223143229.GMDW26964.fed1rmmtao08.cox.net@workdog>; Fri, 23 Dec 2005 09:32:29 -0500 From: "Gayn Winters" To: "'Derrick Ryalls'" , "'Ted Mittelstaedt'" Date: Fri, 23 Dec 2005 06:33:59 -0800 Message-ID: <002001c607cd$eca36860$6501a8c0@workdog> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 14:34:27 -0000 > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Derrick Ryalls > Sent: Thursday, December 22, 2005 6:35 PM > To: Ted Mittelstaedt > Cc: FreeBSD Questions > Subject: Re: HP Pavillion laptop can't boot FreeBSD > > On 12/22/05, Ted Mittelstaedt wrote: > > >-----Original Message----- > > >From: owner-freebsd-questions@freebsd.org > > >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of > Derrick Ryalls > > >> >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 > > >> On 12/21/05, Ted Mittelstaedt wrote: > > >> > > > >> > 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 > > >> > > >> > > >I don't have a floppy drive to use, but in any case I used > 3 different > > >FreeBSD CDs, all failed. One of the CDs I had previously used > > >to install on > > >a desktop, so I doubt it is a media issue. > > > > > > > Try booting a 4.11 CD, I have systems which will boot 4.11 fine > > but will not boot 5.4 or later. If an install works on > that, I would > > send-pr the bug. > > > > Also, make sure to firmware/bios update the laptop. > > > > Ted > > > > > I tried 4.11 and got the hex errors even quicker, no chance > to interrupt > boot sequence. There isn't a bios update available for it either. Assuming you've double checked the BIOS version and tried burning the install CDs on that CDROM drive, I'd try actually installing various OS's. Try FreeDOS, any version of Linux, another copy of Windows. Try first various bootable CDs (games, diagnostics, etc.) as they are quick tests. If all can install, then send-pr. If you get errors on another OS or bootable CD, then suspect the CDROM drive. In the meantime, you might buy yourself a USB floppy drive (handy in any case, especially if/when you need to update the BIOS) and see if you can boot from that. The HP support desk will help you diagnose the CDROM drive and with booting from a USB floppy drive. Good luck, -gayn Bristol Systems Inc. 714/532-6776 www.bristolsystems.com From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 14:36: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 855E616A41F for ; Fri, 23 Dec 2005 14:36:58 +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 4504E43D58 for ; Fri, 23 Dec 2005 14:36:57 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 7326 invoked from network); 23 Dec 2005 14:36:56 -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 ; 23 Dec 2005 14:36:56 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id CA57028423; Fri, 23 Dec 2005 09:36:55 -0500 (EST) Sender: lowell@be-well.ilk.org To: Andrew Falanga References: <43AA081D.3050800@icehouse.net> From: Lowell Gilbert Date: 23 Dec 2005 09:36:55 -0500 In-Reply-To: <43AA081D.3050800@icehouse.net> Message-ID: <44ek433mns.fsf@be-well.ilk.org> Lines: 53 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: Additional dual boot issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 14:36:58 -0000 Andrew Falanga writes: > Ok, I was following my post in usenet (didn't know that messages > posted here were propogated there, cool). Someone responded to > another chap who was having a similar problem as mine that the issue > was probably that they hadn't loaded the FreeBSD bootloader on to the > second drive. So, I did this: > > # as root > dd if=/dev/ad0 of=mbr.ad0 bs=512 count=1 > boot0cfg -B ad0 > > In my system, the IDE drive (with windows) is ad0 and the SATA drive > with FreeBSD is ad4. > > Now, when I'm presented with > > F1 - FreeBSD > F5 - Drive1 > > I press F5 and am presented with > F1 - DOS > F5 - Drive0 > > This differs in that when I was presented with F5 on the first menu > I'd press it and FreeBSD would boot. Now, it appears to try to boot > Windows but all that happens is I get a blank screen for a few seconds > then the machine does a soft reboot and I'm back to the bootloader > prompts after the BIOS does its thing. What could be the issue now? Hard to say; you have used too many pronouns without making clear what they referred to. Also, you removed the previous discussion from the e-mail, so we can't tell what the previous problem had been, and why you added the bootloader on the second drive (which should not be necessary). Luckily you copied off the existing boot sector from the disk, so you should be able to restore it through the reverse procedure. > P.S. What does 'ad' mean in ad0, ad1 ... adN? http://www.freebsd.org/cgi/man.cgi?query=ad&apropos=0&sektion=4&manpath=FreeBSD+6.0-RELEASE+and+Ports&format=html > Also, remember that I'm > not a member of this list. Please respond to me directly when you > respond to the list as well. That should be normal procedure. > Someone who responded last time > mentioned a gmail account, or something, if that is some sort of > "work-around" for folks like me with limited space for e-mail, I'd > like to know more. It's an e-mail account from Google. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 14:40: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 3046216A41F for ; Fri, 23 Dec 2005 14:40:19 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422D143D6B for ; Fri, 23 Dec 2005 14:40:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 26043 invoked from network); 23 Dec 2005 14:40:06 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Dec 2005 14:40:06 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id CBCAC28425; Fri, 23 Dec 2005 09:40:03 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <20051222125729.08216ce5.kristian@struer.net> From: Lowell Gilbert Date: 23 Dec 2005 09:40:03 -0500 In-Reply-To: <20051222125729.08216ce5.kristian@struer.net> Message-ID: <44acer3mik.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Cflags and other compiling questions. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 14:40:19 -0000 "Kristian M / Struer.Net / Drift" writes: > I'm kinda new to freebsd, i have been running Gentoo linux for a long time, and know you can optimize your programs if you compile them your self, i have already an portage collection, (witch i update with cvsup-without-gui) this works perfectly, but my question is, how can i optimize the programs? > > >From gentoo, i have Cflags and march values, example, -march can be set to pentium4 if this is the kind of cpu you have, and then the programs will be compiled with optimizations for this kind of cpu. I actually dont know for sure if this helps (performance, stability, anything) but it would be nice to know. > > Maybe someone can point me to some homepage or guide but it have to be simple as i dont have much time to do everything the right way, by reading all the welldocumentated stuff out there (although it would properly be for the best). If you don't have much time to learn about it, then don't bother with anything at all; the possible gains will generally be too small to make much difference anyway. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 14:42: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 6FEEF16A423 for ; Fri, 23 Dec 2005 14:42:28 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 682C843D80 for ; Fri, 23 Dec 2005 14:42:20 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 27292 invoked from network); 23 Dec 2005 14:42:20 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Dec 2005 14:42:19 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 6C69128423; Fri, 23 Dec 2005 09:42:19 -0500 (EST) Sender: lowell@be-well.ilk.org To: DAve References: <43AAC43D.8000704@pixelhammer.com> From: Lowell Gilbert Date: 23 Dec 2005 09:42:19 -0500 In-Reply-To: <43AAC43D.8000704@pixelhammer.com> Message-ID: <4464pf3mes.fsf@be-well.ilk.org> Lines: 12 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: Rocket FM 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: Fri, 23 Dec 2005 14:42:28 -0000 DAve writes: > Has anyone tried using the Rocket FM transmitter on FreeBSD? I have an > old system and the family wants a house radio station. > > Google didn't give any real info, and the ports tree shows no RocketFM > driver. I don't know what that particular device is. Most consumer FM transmitters just take an audio input -- in fact, often you can just plug a headphone output into them. So there wouldn't be any special drivers. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 14:44: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 1EE9016A41F for ; Fri, 23 Dec 2005 14:44:25 +0000 (GMT) (envelope-from gaynw@bristolsystems.com) Received: from fed1rmmtao03.cox.net (fed1rmmtao03.cox.net [68.230.241.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75EAE43D55 for ; Fri, 23 Dec 2005 14:44:20 +0000 (GMT) (envelope-from gaynw@bristolsystems.com) Received: from workdog ([68.228.71.3]) by fed1rmmtao03.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051223144327.TKTB20875.fed1rmmtao03.cox.net@workdog>; Fri, 23 Dec 2005 09:43:27 -0500 From: "Gayn Winters" To: "'rajoor'" , "'Giorgos Keramidas'" Date: Fri, 23 Dec 2005 06:43:57 -0800 Message-ID: <002101c607cf$51af3760$6501a8c0@workdog> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: <43AB7B1B.8040207@aanet.com.au> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal Cc: freebsd-questions@freebsd.org Subject: RE: Boot error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 14:44:25 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of rajoor > Sent: Thursday, December 22, 2005 8:21 PM > To: Giorgos Keramidas > Cc: freebsd-questions@freebsd.org > Subject: Re: Boot error > > > Giorgos Keramidas wrote: > > >On 2005-12-23 14:18, Ariane & Ron Joordens > wrote: > > > > > >>Afternoon All, > >> > >>My FreeBSD 6.0 computer refuses to boot. It gets to the > screen where it > >>pauses for 10 seconds and gives you the choice of 8 boot > options, and > >>then...nothing! > >> > >>Choosing the default option shows a single line > "/boot/kernel/acpi.ko > >>text= etc,..." then the next line shows "|", and that's it. All the > >>other boot options show just the "|" and that's it. I have > waited for up > >>to 30 minutes, but no change. The only way out is to reset > the computer. > >> > >>Prior to this prblem the computer worked perfectly. FreeBSD 5.4 was > >>installed about 4 months ago, this was upgraded to 6.0 > about 2 months > >>ago. Everything had been recompiled and I never had any > problems, until > >>this. > >> > >>I suspect that my 2 year old son has been pressing the power button > >>repeatedly which may have caused this. > >> > >> > > > >Do you still have the FreeBSD install CD-ROM? You can use > that to boot. > > > >DON'T INSTALL ANYTHING, though :) > > > >Just make sure that the CD-ROM boots fine up to the sysinstall menu. > > > >If that works, then there's definitely something wrong with > the kernel > >or the other boot files you have on disk, and we'll see what can be > >done. > > > Thanks Giorgos, > > The install cd boots just fine. So I then looked up the > manual and tried > to boot from /boot/kernel.old.kernel but that doesn't work either. > > What can we do next? > > Ron Next: Boot from a CD that has diagnostics and check your hard drive. -gayn Bristol Systems Inc. 714/532-6776 www.bristolsystems.com From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 14:49: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 8B02D16A41F for ; Fri, 23 Dec 2005 14:49:59 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3231043D55 for ; Fri, 23 Dec 2005 14:49:59 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 20164 invoked from network); 23 Dec 2005 14:49:59 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Dec 2005 14:49:58 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7603028423; Fri, 23 Dec 2005 09:49:58 -0500 (EST) Sender: lowell@be-well.ilk.org To: Abhi References: From: Lowell Gilbert Date: 23 Dec 2005 09:49:58 -0500 In-Reply-To: Message-ID: <441x033m21.fsf@be-well.ilk.org> Lines: 21 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: 6.0 Release kernel panic - page fault 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: Fri, 23 Dec 2005 14:49:59 -0000 Abhi writes: > I'm experiencing kernel panics with 6.0 Release. I did a fresh > install of 6.0 Release after playing with some linux distros and > Freebsd 5.4 Release. The only problem i had was due to faulty RAM. I > replaced the RAM and had no problems. But for somedays my system has > started to panic randomly. All the crash dumps i got show something > wrong in the file pcpu.h at line 165. That just means it's dumping core. You need to look a little deeper for why it's doing so. > I'm ttaching my custom kernel configuration file and one crash dump i > got with kgdb. I hope someone can tell me why this's happening, and if > this's freebsd problem or hardware problem. In this case, it's smashing its own stack while doing a bcopy() (or some related function). If that's not consistent, this probably *is* a hardware problem. If it's dependable, then maybe not. Try to track down commonalities in what the system is doing when it panics. If possible. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 14:50: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 F27AE16A41F for ; Fri, 23 Dec 2005 14:50:24 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A7A43D70 for ; Fri, 23 Dec 2005 14:50:20 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so663931nzo for ; Fri, 23 Dec 2005 06:50:20 -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=EhDzc2/akQLUMGQsjby2Gr1qdhgsq5D5L2LLeKxCUz162r+A9RmkM5GCT/Ji4rkotUgwdClm2A1K4ExKc655WDUpjBAD99wmI7ZCDXFLtoL51tnQodJOS7tjN98Sj4i7hSHdEr09s4z7W3C3s6sUkSmHNldHmqIcAotiF+aW73w= Received: by 10.36.33.4 with SMTP id g4mr47921nzg; Fri, 23 Dec 2005 06:50:19 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id r1sm1782279nzd.2005.12.23.06.50.17; Fri, 23 Dec 2005 06:50:17 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Fri, 23 Dec 2005 06:50:15 -0800 User-Agent: KMail/1.8.3 References: <20051223110015.97795.qmail@web54406.mail.yahoo.com> <20051223064508.A44D.GERARD@seibercom.net> In-Reply-To: <20051223064508.A44D.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512230650.15479.ringworm01@gmail.com> Cc: Subject: Re: re-installing applications using 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: Fri, 23 Dec 2005 14:50:25 -0000 On Friday 23 December 2005 03:48, Gerard Seibert wrote: > On Friday, December 23, 2005 6:00:15 AM > Robert Stevenson > Subject: re-installing applications using ports > > Wrote these words of wisdom: > > I have begun an installation using the ports > > collection but later I decided to cancel it so I could > > change some install options. When I start installation > > again I get the message " Found saved configuration > > for ..... " then immediately begins compiling. I could > > no longer see the installation menu where I could set > > the options. > > > > The questions is, how do I re-initialize the > > installation process so I could go to the installation > > menu once more and set the options? > > ***** REPLY SEPARATOR ***** > On 10/11/2005 5:29:42 PM, Gerard Replied: > > I would use: 'make distclean' to clean out everything that you started > doing. > > Then I believe you can use this: > > make config > > or > > make config-recursive > > to reconfigure the port. The latter might be the better way for you. When I want to reconfigure everything I just rm -r /var/db/ports first :) -Mike From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 14:57: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 3055316A420 for ; Fri, 23 Dec 2005 14:57:22 +0000 (GMT) (envelope-from nvass@teledome.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1153C43D79 for ; Fri, 23 Dec 2005 14:57:18 +0000 (GMT) (envelope-from nvass@teledome.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id jBNEvDkA023739 for ; Fri, 23 Dec 2005 16:57:14 +0200 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Fri, 23 Dec 2005 16:53:59 +0200 User-Agent: KMail/1.8.1 References: <200512211704.49530.mi+mx@aldan.algebra.com> In-Reply-To: <200512211704.49530.mi+mx@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512231653.59120.nvass@teledome.gr> Subject: Re: what's an equivalent for the following Perl one-liner? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 14:57:22 -0000 On Thursday 22 December 2005 00:04, Mikhail Teterin wrote: > I'd like a sed string, that will remove both the carriage returns and the > blanks at eol in one go. Perl appears to recognize the \r character and > DTRT: > > perl -p -e 's,[ \r]+$,,' < in > out > > What's the sed's equivalent? Thanks! I thought only bash could do it, but I was wrong: a=$'s/[ \r]\{1,\}$//' sed "$a" the shell will expand $'\r' to errr \r and you can use as an one-liner var=value sed "$var" HTH, Nikos > > -mi > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 15:08: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 E7CD216A41F for ; Fri, 23 Dec 2005 15:08:43 +0000 (GMT) (envelope-from kiffin.gish@planet.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 9511843D45 for ; Fri, 23 Dec 2005 15:08:43 +0000 (GMT) (envelope-from kiffin.gish@planet.nl) Received: from gish.demon.nl ([83.160.27.223]:27288 helo=[192.168.1.33]) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1EpoXC-000Piy-9K for freebsd-questions@freebsd.org; Fri, 23 Dec 2005 15:08:42 +0000 From: Kiffin Gish To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Fri, 23 Dec 2005 16:08:43 +0100 Message-Id: <1135350523.1136.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: GLIBC_2.3 required ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 15:08:44 -0000 I installed the MySQL ndb management tools, but when I fire them up I get the error that GLIBC_2.3 is missing. # ldd /usr/local/bin/ndb_mgm /usr/local/bin/ndb_mgm: /usr/local/bin/ndb_mgm: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by /usr/local/bin/ndb_mgm) /usr/local/bin/ndb_mgm: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /usr/local/bin/ndb_mgm) # strings /usr/compat/linux/lib/libc.so.6 |grep GLIBC_2 GLIBC_2.0 GLIBC_2.1 GLIBC_2.1.1 GLIBC_2.1.2 GLIBC_2.1.3 GLIBC_2.2 GLIBC_2.2.1 GLIBC_2.2.2 GLIBC_2.2.3 GLIBC_2.2.4 But no v2.3 in sight. How do I fix this? Do I have to upgrade from somehwere else (not present in my ports)? Is this supported under FreeBSD 5.4 or not? Thanks alot in advance. -- Kiffin Gish From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 15:09: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 2601D16A41F for ; Fri, 23 Dec 2005 15:09:16 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf09.cluster1.charter.net (mxsf09.cluster1.charter.net [209.225.28.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 446E243D46 for ; Fri, 23 Dec 2005 15:09:15 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip17a.cluster1.charter.net (mxip17a.cluster1.charter.net [209.225.28.147]) by mxsf09.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id jBNF9D09027204 for ; Fri, 23 Dec 2005 10:09:13 -0500 Received: from 24-197-117-006.dhcp.spbg.sc.charter.com (HELO [192.168.1.101]) (24.197.117.6) by mxip17a.cluster1.charter.net with ESMTP; 23 Dec 2005 10:09:12 -0500 X-IronPort-AV: i="3.99,290,1131339600"; d="scan'208"; a="1929042202:sNHT592583336" Message-ID: <43AC1315.9070605@charter.net> Date: Fri, 23 Dec 2005 10:09:09 -0500 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marco Beishuizen References: <43ABF727.3090501@charter.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: nvidia-settings size mismatch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 15:09:16 -0000 Marco Beishuizen wrote: >On stardate Fri, 23 Dec 2005, the wise bob self entered: > > > >>ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/nvidia-settings-1.0.tar.gz: >>size mismatch: >>expected 1091361, actual 1056908 >>=> Couldn't fetch it - please try to retrieve this >>=> port manually into /usr/ports/distfiles/ and try again. >>*** Error code 1 >> >>Stop in /usr/ports/x11/nvidia-settings. >>*** Error code 1 >> >>Stop in /usr/ports/x11/nvidia-settings. >>** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade15051.0 >>make >>** Fix the problem and try again. >>---> Build of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 -0500 >>(consumed 00:00:13) >>---> Upgrade of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 -0500 >>(consumed 00:00:13) >>---> Listing the results (+:done / -:ignored / *:skipped / !:failed) >> ! x11/nvidia-settings (nvidia-settings-1.0_6) (checksum mismatch) >>---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed >>---> Session ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:14) >> >> > >This looks familiar :) >You have to manually fetch the nvidia-settings-1.0 and compile it with >gmake install. >See http://download.nvidia.com/freebsd/1.0-8174/README/chapter-05.html for >problems with FreeBSD and nvidia-settings. > >Marco > > > I tried this, but I get a compile error. Here's the tail of the output: -I/usr/local/include/freetype2 -I/usr/local/include -I doc -I src -I src/image_data -I src/xpm_dat a -I src/gtk+-2.x -I src/libXNVCtrl -I src/libXNVCtrlAttributes src/libXNVCtrlAttributes/NvCtrlAttri butesGlx.c -o .objs/NvCtrlAttributesGlx.o cc -c -Wall -O -I /usr/X11R6/include -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/us r/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/i nclude/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I doc -I src -I src/image_data -I src/xpm_dat a -I src/gtk+-2.x -I src/libXNVCtrl -I src/libXNVCtrlAttributes src/libXNVCtrlAttributes/NvCtrlAttri butesXrandr.c -o .objs/NvCtrlAttributesXrandr.o cc -c -Wall -O -I /usr/X11R6/include -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/us r/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/i nclude/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I doc -I src -I src/image_data -I src/xpm_dat a -I src/gtk+-2.x -I src/libXNVCtrl -I src/libXNVCtrlAttributes g_stamp.c -o .objs/g_stamp.o cc .objs/command-line.o .objs/config-file.o .objs/msg.o .objs/nvidia-settings.o .objs/parse.o .objs/ query-assign.o .objs/nvgetopt.o .objs/glxinfo.o .objs/image.o .objs/ctkxvideo.o .objs/ctkcursorshado w.o .objs/ctkui.o .objs/ctkframelock.o .objs/ctkgauge.o .objs/ctkcurve.o .objs/ctkcolorcorrection.o .objs/ctkscale.o .objs/ctkmultisample.o .objs/ctkconfig.o .objs/ctkevent.o .objs/ctkwindow.o .objs/c tkopengl.o .objs/ctkglx.o .objs/ctkdevice.o .objs/ctkhelp.o .objs/ctkimagesliders.o .objs/ctkdisplay device.o .objs/ctkdisplaydevice-crt.o .objs/ctkdisplaydevice-tv.o .objs/ctkdisplaydevice-dfp.o .objs /ctkthermal.o .objs/ctkgvo.o .objs/ctkdropdownmenu.o .objs/ctkrandr.o .objs/ctkclocks.o .objs/ctkuti ls.o .objs/ctkedid.o .objs/NvCtrlAttributes.o .objs/NvCtrlAttributesNvControl.o .objs/NvCtrlAttribut esVidMode.o .objs/NvCtrlAttributesXv.o .objs/NvCtrlAttributesGlx.o .objs/NvCtrlAttributesXrandr.o .o bjs/g_stamp.o -Wall -O -I /usr/X11R6/include -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1 .0 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr /X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/ include -I/usr/local/include/freetype2 -I/usr/local/include -I doc -I src -I src/image_data -I src /xpm_data -I src/gtk+-2.x -I src/libXNVCtrl -I src/libXNVCtrlAttributes -Wl,--rpath -Wl,/usr/local /lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk-1. 0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo -lpangoft2-1.0 -lfontconfig -lfreetyp e -lz -lpango-1.0 -lm -lXrender -lX11 -lXext -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -L /us r/X11R6/lib -Wl,-Bstatic -lXxf86vm -Wl,-Bdynamic -lX11 -lXext src/libXNVCtrl/libXNVCtrl.a -o nvidia- settings src/libXNVCtrl/libXNVCtrl.a: could not read symbols: File format not recognized gmake: *** [nvidia-settings] Error 1 Anyone know how to get beyond this? thanks, Bob From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 15:09: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 6531B16A41F for ; Fri, 23 Dec 2005 15:09:51 +0000 (GMT) (envelope-from soman.abhijit@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD83C43D77 for ; Fri, 23 Dec 2005 15:09:44 +0000 (GMT) (envelope-from soman.abhijit@gmail.com) Received: by zproxy.gmail.com with SMTP id q3so31463nzb for ; Fri, 23 Dec 2005 07:09:43 -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=g0PhN3tKYs1Vg68F2WEUezuMwlUpuTsejsXYb2rCanpIeUbTC9LyMDYvBL3AZBS66bAgf57v6mGmx+1CfYej2BmDfl6bxKLdAZBvZsYEuUxnfmNFLaUEhjw+orahjPpqo8HCn6VZ+I5CX6YlLtEQs6RpbjhYw/JToU6ZmHBe2cg= Received: by 10.36.46.11 with SMTP id t11mr61901nzt; Fri, 23 Dec 2005 07:09:43 -0800 (PST) Received: by 10.37.18.71 with HTTP; Fri, 23 Dec 2005 07:09:43 -0800 (PST) Message-ID: Date: Fri, 23 Dec 2005 20:39:43 +0530 From: Abhi To: freebsd-questions@freebsd.org In-Reply-To: <441x033m21.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <441x033m21.fsf@be-well.ilk.org> Subject: Re: 6.0 Release kernel panic - page fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 15:09:51 -0000 Hello, Thanks for your reply. Actually i experienced page faults mostly when browsing web mostly from linux opera. So i installed firefox from ports. It didnt cause any panic until yeserday, when it caused the crash. And after that system panic occured while booting. Well i don't know if a particular application is causing system panic but most panics occured when i was using net. Can you tell me if there are any other options for kernel configuration file which can make the debugging mor verbose? I only used -g option in my kernel config. Greetings, Abhijit On 23 Dec 2005 09:49:58 -0500, Lowell Gilbert wrote: > Abhi writes: > > > I'm experiencing kernel panics with 6.0 Release. I did a fresh > > install of 6.0 Release after playing with some linux distros and > > Freebsd 5.4 Release. The only problem i had was due to faulty RAM. I > > replaced the RAM and had no problems. But for somedays my system has > > started to panic randomly. All the crash dumps i got show something > > wrong in the file pcpu.h at line 165. > > That just means it's dumping core. You need to look a little > deeper for why it's doing so. > > > I'm ttaching my custom kernel configuration file and one crash dump i > > got with kgdb. I hope someone can tell me why this's happening, and if > > this's freebsd problem or hardware problem. > > In this case, it's smashing its own stack while doing a bcopy() > (or some related function). If that's not consistent, this > probably *is* a hardware problem. If it's dependable, then maybe > not. Try to track down commonalities in what the system is doing > when it panics. If possible. > -- If Karl, instead of writing a lot about Capital, had made a lot of Capital, it would have been much better. -- Karl Marx's Mother From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 15:26: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 70A5D16A41F for ; Fri, 23 Dec 2005 15:26:11 +0000 (GMT) (envelope-from dave.list@pixelhammer.com) Received: from ecluster5.tls.net (ecluster5.tls.net [65.196.224.135]) by mx1.FreeBSD.org (Postfix) with SMTP id D0FB143D4C for ; Fri, 23 Dec 2005 15:26:10 +0000 (GMT) (envelope-from dave.list@pixelhammer.com) Received: (qmail 69178 invoked by uid 89); 23 Dec 2005 15:26:09 -0000 Received: from 64-184-10-248.bb.hrtc.net (HELO ?192.168.0.101?) (ldg%tls.net@64.184.10.248) by auth-ecluster5.tls.net with SMTP; 23 Dec 2005 15:26:09 -0000 Message-ID: <43AC1700.7090203@pixelhammer.com> Date: Fri, 23 Dec 2005 10:25:52 -0500 From: DAve 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: <43AAC43D.8000704@pixelhammer.com> <4464pf3mes.fsf@be-well.ilk.org> In-Reply-To: <4464pf3mes.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Rocket FM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 15:26:11 -0000 Lowell Gilbert wrote: > DAve writes: > > >>Has anyone tried using the Rocket FM transmitter on FreeBSD? I have an >>old system and the family wants a house radio station. >> >>Google didn't give any real info, and the ports tree shows no RocketFM >>driver. > > > I don't know what that particular device is. > Most consumer FM transmitters just take an audio input -- in fact, > often you can just plug a headphone output into them. So there > wouldn't be any special drivers. > > Agreed, I believe it will work just fine. The issue is that the device uses a desktop app to set the transmitter freq. I might be able to install it on my wifes Mac, set the freq, then plug it into the server(FreeBSD). We will see. Thanks, DAve From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 15:28: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 603A916A41F for ; Fri, 23 Dec 2005 15:28:01 +0000 (GMT) (envelope-from soman.abhijit@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02A843D8F for ; Fri, 23 Dec 2005 15:27:41 +0000 (GMT) (envelope-from soman.abhijit@gmail.com) Received: by zproxy.gmail.com with SMTP id s1so37142nze for ; Fri, 23 Dec 2005 07:27:41 -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:references; b=Bt9UUvPyzvPJAfIS0xFxMIL+4FKqIlhIln1JcM+c5i6XYGlpvoohw+hbGMluDxou8QehxWhKP559RXlrc+zyQpvtbtiHRdmWoUpxiT2rnTvu43dWhS37qEOH0fhe+wKLXhXuAdlndShSDTBaL3pmdzBUdr02WdXaPa7KuyZNsCE= Received: by 10.36.50.7 with SMTP id x7mr74962nzx; Fri, 23 Dec 2005 07:27:41 -0800 (PST) Received: by 10.37.18.71 with HTTP; Fri, 23 Dec 2005 07:27:40 -0800 (PST) Message-ID: Date: Fri, 23 Dec 2005 20:57:40 +0530 From: Abhi To: freebsd-questions@freebsd.org In-Reply-To: <441x033m21.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_9115_7587546.1135351660944" References: <441x033m21.fsf@be-well.ilk.org> Subject: Re: 6.0 Release kernel panic - page fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 15:28:01 -0000 ------=_Part_9115_7587546.1135351660944 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, Thanks for your reply. Actually i experienced page faults mostly when browsing web mostly from linux opera. So i installed firefox from ports. It didnt cause any panic until yeserday, when it caused the crash. And after that system panic occured while booting. Well i don't know if a particular application is causing system panic but most panics occured when i was using net. Can you tell me if there are any other options for kernel configuration file which can make the debugging mor verbose? I only used -g option in my kernel config. I'm attaching another crash dump which occurred last night when i was browsing net. Greetings, Abhijit On 23 Dec 2005 09:49:58 -0500, Lowell Gilbert wrote: > Abhi writes: > > > I'm experiencing kernel panics with 6.0 Release. I did a fresh > > install of 6.0 Release after playing with some linux distros and > > Freebsd 5.4 Release. The only problem i had was due to faulty RAM. I > > replaced the RAM and had no problems. But for somedays my system has > > started to panic randomly. All the crash dumps i got show something > > wrong in the file pcpu.h at line 165. > > That just means it's dumping core. You need to look a little > deeper for why it's doing so. > > > I'm ttaching my custom kernel configuration file and one crash dump i > > got with kgdb. I hope someone can tell me why this's happening, and if > > this's freebsd problem or hardware problem. > > In this case, it's smashing its own stack while doing a bcopy() > (or some related function). If that's not consistent, this > probably *is* a hardware problem. If it's dependable, then maybe > not. Try to track down commonalities in what the system is doing > when it panics. If possible. > -- If Karl, instead of writing a lot about Capital, had made a lot of Capital, it would have been much better. -- Karl Marx's Mother ------=_Part_9115_7587546.1135351660944 Content-Type: application/octet-stream; name=coredump1 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="coredump1" VW5yZWFkIHBvcnRpb24gb2YgdGhlIGtlcm5lbCBtZXNzYWdlIGJ1ZmZlcjoKcGFuaWM6IGNsaXN0 IHJlc2VydmF0aW9uIGJvdGNoClVwdGltZTogMWg0bTUxcwpEdW1waW5nIDUxMCBNQiAoMiBjaHVu a3MpCiAgY2h1bmsgMDogMU1CICgxNTkgcGFnZXMpIC4uLiBvawogIGNodW5rIDE6IDUxME1CICgx MzA1MjggcGFnZXMpIDQ5NCA0NzggNDYyIDQ0NiA0MzAgNDE0IDM5OCAzODIgMzY2IDM1MCAzMzQg MzE4CjMwMiAyODYgMjcwIDI1NCAyMzggMjIyIDIwNiAxOTAgMTc0IDE1OCAxNDIgMTI2IDExMCA5 NCA3OCA2MiA0NiAzMCAxNAoKIzAgIGRvYWR1bXAgKCkgYXQgcGNwdS5oOjE2NQoxNjUgICAgICAg ICAgICAgX19hc20gX192b2xhdGlsZSgibW92bCAlJWZzOjAsJTAiIDogIj1yIiAodGQpKTsKCihr Z2RiKSB3aGVyZQojMCAgZG9hZHVtcCAoKSBhdCBwY3B1Lmg6MTY1CiMxICAweGMwNGM1MjRhIGlu IGJvb3QgKGhvd3RvPTI2MCkgYXQgL3Vzci9zcmMvc3lzL2tlcm4va2Vybl9zaHV0ZG93bi5jOjM5 OQojMiAgMHhjMDRjNTRlMCBpbiBwYW5pYyAoZm10PTB4YzA2MjY2ZTUgImNsaXN0IHJlc2VydmF0 aW9uIGJvdGNoIikKICAgIGF0IC91c3Ivc3JjL3N5cy9rZXJuL2tlcm5fc2h1dGRvd24uYzo1NTUK IzMgIDB4YzA0ZjkwYmUgaW4gYl90b19xICgKICAgIHNyYz0weGMxODMxOGFlICJlcHQ6ICovKlxy XG5BY2NlcHQtTGFuZ3VhZ2U6IGVuLXVzLGVuO3E9MC41XHJcbkFjY2VwdC1FbmNvZGkKbmc6IGd6 aXAsZGVmbGF0ZVxyXG5BY2NlcHQtQ2hhcnNldDogSVNPLTg4NTktMSx1dGYtODtxPTAuNywqO3E9 MC43XHJcbktlZXAtQWxpdmUKOiAzMDBcclxuQ29ubmVjdGlvbjoga2VlcC1hbGl2ZVxyXG5SZWZl cmVyOiBodHRwOi8vd3d3LmhpNS5jb20vZnJpZW5kL2RpIi4uLiwgYW0Kb3VudD03MDQsIGNsaXN0 cD0weGMxNjY5ODM4KSBhdCAvdXNyL3NyYy9zeXMva2Vybi90dHlfc3Vici5jOjEwNAojNCAgMHhj MDUzOWU0NCBpbiBwcHBhc3luY3N0YXJ0IChzYz0weGMxYTNjNDAwKQogICAgYXQgL3Vzci9zcmMv c3lzL25ldC9wcHBfdHR5LmM6NTgyCiM1ICAweGMwNTM1MzllIGluIHBwcG91dHB1dCAoaWZwPTB4 YzE2MzY0MDAsIG0wPTB4YzE3MWNiMDAsIGRzdD0weGMxYjY0MzEwLAogICAgcnRwPTB4YzE3ZGJi NTgpIGF0IC91c3Ivc3JjL3N5cy9uZXQvaWZfcHBwLmM6OTYxCiM2ICAweGMwNTRiZTljIGluIGlw X291dHB1dCAobT0weGMxNzFjYjAwLCBvcHQ9MHhjMTYzNjQwMCwgcm89MHhkNTQ0MGJiMCwKICAg IGZsYWdzPTAsIGltbz0weDAsIGlucD0weGMxODE0YThjKSBhdCAvdXNyL3NyYy9zeXMvbmV0aW5l dC9pcF9vdXRwdXQuYzo3NzYKIzcgIDB4YzA1NTRiZmEgaW4gdGNwX291dHB1dCAodHA9MHhjMWJk ZGFjOCkKICAgIGF0IC91c3Ivc3JjL3N5cy9uZXRpbmV0L3RjcF9vdXRwdXQuYzoxMDgwCiM4ICAw eGMwNTVhNjYxIGluIHRjcF90aW1lcl9yZXhtdCAoeHRwPTB4YzFiZGRhYzgpCiAgICBhdCAvdXNy L3NyYy9zeXMvbmV0aW5ldC90Y3BfdGltZXIuYzo1NzkKIzkgIDB4YzA0ZDEyY2YgaW4gc29mdGNs b2NrIChkdW1teT0weDApCiAgICBhdCAvdXNyL3NyYy9zeXMva2Vybi9rZXJuX3RpbWVvdXQuYzoy OTAKIzEwIDB4YzA0YjBlNDEgaW4gaXRocmVhZF9sb29wIChhcmc9MHhjMTU4MTQ4MCkKICAgIGF0 IC91c3Ivc3JjL3N5cy9rZXJuL2tlcm5faW50ci5jOjU0NwojMTEgMHhjMDRiMDBjOCBpbiBmb3Jr X2V4aXQgKGNhbGxvdXQ9MHhjMDRiMGNlOCA8aXRocmVhZF9sb29wPiwKICAgIGF0IC91c3Ivc3Jj L3N5cy9rZXJuL2tlcm5fc2h1dGRvd24uYzo1NTUKIzMgIDB4YzA0ZjkwYmUgaW4gYl90b19xICgK ICAgIHNyYz0weGMxODMxOGFlICJlcHQ6ICovKlxyXG5BY2NlcHQtTGFuZ3VhZ2U6IGVuLXVzLGVu O3E9MC41XHJcbkFjY2VwdC1FbmNvZGkKbmc6IGd6aXAsZGVmbGF0ZVxyXG5BY2NlcHQtQ2hhcnNl dDogSVNPLTg4NTktMSx1dGYtODtxPTAuNywqO3E9MC43XHJcbktlZXAtQWxpdmUKOiAzMDBcclxu Q29ubmVjdGlvbjoga2VlcC1hbGl2ZVxyXG5SZWZlcmVyOiBodHRwOi8vd3d3LmhpNS5jb20vZnJp ZW5kL2RpIi4uLiwgYW0Kb3VudD03MDQsIGNsaXN0cD0weGMxNjY5ODM4KSBhdCAvdXNyL3NyYy9z eXMva2Vybi90dHlfc3Vici5jOjEwNAojNCAgMHhjMDUzOWU0NCBpbiBwcHBhc3luY3N0YXJ0IChz Yz0weGMxYTNjNDAwKQogICAgYXQgL3Vzci9zcmMvc3lzL25ldC9wcHBfdHR5LmM6NTgyCiM1ICAw eGMwNTM1MzllIGluIHBwcG91dHB1dCAoaWZwPTB4YzE2MzY0MDAsIG0wPTB4YzE3MWNiMDAsIGRz dD0weGMxYjY0MzEwLAogICAgcnRwPTB4YzE3ZGJiNTgpIGF0IC91c3Ivc3JjL3N5cy9uZXQvaWZf cHBwLmM6OTYxCiM2ICAweGMwNTRiZTljIGluIGlwX291dHB1dCAobT0weGMxNzFjYjAwLCBvcHQ9 MHhjMTYzNjQwMCwgcm89MHhkNTQ0MGJiMCwKICAgIGZsYWdzPTAsIGltbz0weDAsIGlucD0weGMx ODE0YThjKSBhdCAvdXNyL3NyYy9zeXMvbmV0aW5ldC9pcF9vdXRwdXQuYzo3NzYKIzcgIDB4YzA1 NTRiZmEgaW4gdGNwX291dHB1dCAodHA9MHhjMWJkZGFjOCkKICAgIGF0IC91c3Ivc3JjL3N5cy9u ZXRpbmV0L3RjcF9vdXRwdXQuYzoxMDgwCiM4ICAweGMwNTVhNjYxIGluIHRjcF90aW1lcl9yZXht dCAoeHRwPTB4YzFiZGRhYzgpCiAgICBhdCAvdXNyL3NyYy9zeXMvbmV0aW5ldC90Y3BfdGltZXIu Yzo1NzkKIzkgIDB4YzA0ZDEyY2YgaW4gc29mdGNsb2NrIChkdW1teT0weDApCiAgICBhdCAvdXNy L3NyYy9zeXMva2Vybi9rZXJuX3RpbWVvdXQuYzoyOTAKIzEwIDB4YzA0YjBlNDEgaW4gaXRocmVh ZF9sb29wIChhcmc9MHhjMTU4MTQ4MCkKICAgIGF0IC91c3Ivc3JjL3N5cy9rZXJuL2tlcm5faW50 ci5jOjU0NwojMTEgMHhjMDRiMDBjOCBpbiBmb3JrX2V4aXQgKGNhbGxvdXQ9MHhjMDRiMGNlOCA8 aXRocmVhZF9sb29wPiwKICAgIGFyZz0weGMxNTgxNDgwLCBmcmFtZT0weGQ1NDQwZDM4KSBhdCAv dXNyL3NyYy9zeXMva2Vybi9rZXJuX2ZvcmsuYzo3ODkKIzEyIDB4YzA1ZWJlMmMgaW4gZm9ya190 cmFtcG9saW5lICgpIGF0IC91c3Ivc3JjL3N5cy9pMzg2L2kzODYvZXhjZXB0aW9uLnM6MjA4Cgoo a2dkYikgYnQgZnVsbAojMCAgZG9hZHVtcCAoKSBhdCBwY3B1Lmg6MTY1Ck5vIGxvY2Fscy4KIzEg IDB4YzA0YzUyNGEgaW4gYm9vdCAoaG93dG89MjYwKSBhdCAvdXNyL3NyYy9zeXMva2Vybi9rZXJu X3NodXRkb3duLmM6Mzk5CiAgICAgICAgZmlyc3RfYnVmX3ByaW50ZiA9IDEKIzIgIDB4YzA0YzU0 ZTAgaW4gcGFuaWMgKGZtdD0weGMwNjI2NmU1ICJjbGlzdCByZXNlcnZhdGlvbiBib3RjaCIpCiAg ICBhdCAvdXNyL3NyYy9zeXMva2Vybi9rZXJuX3NodXRkb3duLmM6NTU1CiAgICAgICAgdGQgPSAo c3RydWN0IHRocmVhZCAqKSAweGMxNWNiNDgwCiAgICAgICAgYm9vdG9wdCA9IDI2MAogICAgICAg IG5ld3BhbmljID0gMAogICAgICAgIGFwID0gMHhjMTVjYjQ4MCAiMKhcXMGgdVjBIgogICAgICAg IGJ1ZiA9ICJjbGlzdCByZXNlcnZhdGlvbiBib3RjaCIsICdcMCcgPHJlcGVhdHMgMjMyIHRpbWVz PgojMyAgMHhjMDRmOTBiZSBpbiBiX3RvX3EgKAogICAgc3JjPTB4YzE4MzE4YWUgImVwdDogKi8q XHJcbkFjY2VwdC1MYW5ndWFnZTogZW4tdXMsZW47cT0wLjVcclxuQWNjZXB0LUVuY29kaQpuZzog Z3ppcCxkZWZsYXRlXHJcbkFjY2VwdC1DaGFyc2V0OiBJU08tODg1OS0xLHV0Zi04O3E9MC43LCo7 cT0wLjdcclxuS2VlcC1BbGl2ZQo6IDMwMFxyXG5Db25uZWN0aW9uOiBrZWVwLWFsaXZlXHJcblJl ZmVyZXI6IGh0dHA6Ly93d3cuaGk1LmNvbS9mcmllbmQvZGkiLi4uLCBhbQpvdW50PTcwNCwgY2xp c3RwPTB4YzE2Njk4MzgpIGF0IC91c3Ivc3JjL3N5cy9rZXJuL3R0eV9zdWJyLmM6MTA0CiAgICAg ICAgcHJldiA9IChzdHJ1Y3QgY2Jsb2NrICopIDB4MAogICAgICAgIGNibG9ja3AgPSAoc3RydWN0 IGNibG9jayAqKSAweGMxYWY5MzgwCiAgICAgICAgZmlyc3RieXRlID0gMHhjMGMyOTNjMCAiIFwy MjPCwGBcMjI0wsDEyWTAwCliwHpcYWPAIgogICAgICAgIGxhc3RieXRlID0gMHgzIDxBZGRyZXNz IDB4MyBvdXQgb2YgYm91bmRzPgogICAgICAgIHN0YXJ0bWFzayA9IDAgJ1wwJwogICAgICAgIGVu ZG1hc2sgPSAwICdcMCcKICAgICAgICBzdGFydGJpdCA9IDAKICAgICAgICBlbmRiaXQgPSAtMTA2 Nzc3NDgyNQogICAgICBudW1fYmV0d2VlbiA9IDAKICAgICAgICBudW1jID0gMTA4CiM0ICAweGMw NTM5ZTQ0IGluIHBwcGFzeW5jc3RhcnQgKHNjPTB4YzFhM2M0MDApCiAgICBhdCAvdXNyL3NyYy9z eXMvbmV0L3BwcF90dHkuYzo1ODIKICAgICAgICB0cCA9IChzdHJ1Y3QgdHR5ICopIDB4YzE2Njk4 MDAKICAgICAgICBtID0gKHN0cnVjdCBtYnVmICopIDB4YzE3MWJkMDAKICAgICAgICBsZW4gPSA4 NzgKICAgICAgICBzdGFydCA9ICgKICAgIHVfY2hhciAqKSAweGMxODMxODAwICJHRVQgL3cvZ2V0 Lm1lZGlhP3NpZD0xNjY4MyZtPTEmdHA9NSZkPWomdD1zIEhUVFAvMS4xXHIKXG5Ib3N0OiBtZWRp YS5mYXN0Y2xpY2submV0XHJcblVzZXItQWdlbnQ6IE1vemlsbGEvNS4wIChYMTE7IFU7IEZyZWVC U0QgaTM4NjsgZW4KLVVTOyBydjoxLjgpIEdlY2tvLzIwMDUxMjE5IEZpcmVmb3gvMS41XHJcbkFj Y2VwdDogKi8qXHJcbkFjY2VwdC1MYW5ndWFnZToiLi4uCiAgICAgICAgc3RvcCA9ICh1X2NoYXIg KikgMHhjMTgzMWI2ZSAiXDAwMSIKICAgICAgICBjcCA9ICh1X2NoYXIgKikgMHgwCiAgICAgICAg biA9IDg3OAogICAgICAgIG5kb25lID0gMAogICAgICAgIGRvbmUgPSAxCiAgICAgICAgaWRsZSA9 IDAKIzUgIDB4YzA1MzUzOWUgaW4gcHBwb3V0cHV0IChpZnA9MHhjMTYzNjQwMCwgbTA9MHhjMTcx Y2IwMCwgZHN0PTB4YzFiNjQzMTAsCiAgICBydHA9MHhjMTdkYmI1OCkgYXQgL3Vzci9zcmMvc3lz L25ldC9pZl9wcHAuYzo5NjEKICAgICAgICBzYyA9IChzdHJ1Y3QgcHBwX3NvZnRjICopIDB4YzFh M2M0MDAKICAgICAgICBwcm90b2NvbCA9IDMzCiAgICAgICAgYWRkcmVzcyA9IDI1NQogICAgICAg IGNvbnRyb2wgPSAzCiAgICAgICBjcCA9ICh1X2NoYXIgKikgMHgwCiAgICAgICAgZXJyb3IgPSAt MTA1MDQ1MDY5NgogICAgICAgIGlwID0gKHN0cnVjdCBpcCAqKSAweDAKICAgICAgICBpZnEgPSAo c3RydWN0IGlmcXVldWUgKikgMHhjMTYzNjRmOAogICAgICAgIG1vZGUgPSBOUE1PREVfUEFTUwog ICAgICAgIGxlbiA9IDkyMgojNiAgMHhjMDU0YmU5YyBpbiBpcF9vdXRwdXQgKG09MHhjMTcxY2Iw MCwgb3B0PTB4YzE2MzY0MDAsIHJvPTB4ZDU0NDBiYjAsCiAgICBmbGFncz0wLCBpbW89MHgwLCBp bnA9MHhjMTgxNGE4YykgYXQgL3Vzci9zcmMvc3lzL25ldGluZXQvaXBfb3V0cHV0LmM6Nzc2CiAg ICAgICAgaXAgPSAoc3RydWN0IGlwICopIDB4YzE3MWNiNDAKICAgICAgICBpZnAgPSAoc3RydWN0 IGlmbmV0ICopIDB4YzE2MzY0MDAKICAgICAgICBtMCA9IChzdHJ1Y3QgbWJ1ZiAqKSAweGMxNzFj YjQwCiAgICAgICAgaGxlbiA9IDIwCiAgICAgICAgbGVuID0gLTcxNjk2MDc5NgogICAgICAgIGVy cm9yID0gMAogICAgICAgIGRzdCA9IChzdHJ1Y3Qgc29ja2FkZHJfaW4gKikgMHhjMWI2NDMxMAog ICAgICAgIGlhID0gKHN0cnVjdCBpbl9pZmFkZHIgKikgMHhjMWE4ZmQwMAogICAgICAgIGlzYnJv YWRjYXN0ID0gMAogICAgICAgIHN3X2NzdW0gPSAxCiAgICAgICAgaXByb3V0ZSA9IHtyb19ydCA9 IDB4YzE3ZGJiNTgsIHJvX2RzdCA9IHtzYV9sZW4gPSAxNiAnXDAyMCcsCiAgICBzYV9mYW1pbHkg PSAyICdcMDAyJywKICAgIHNhX2RhdGEgPSAiXDAwMFwwMDDNtFZcMDE2XDAwMFwwMDBcMDAwXDAw MFwwMDBcMDAwXDAwMCJ9fQogICAgICAgIG9kc3QgPSB7c19hZGRyID0gMX0KIzcgIDB4YzA1NTRi ZmEgaW4gdGNwX291dHB1dCAodHA9MHhjMWJkZGFjOCkKICAgIGF0IC91c3Ivc3JjL3N5cy9uZXRp bmV0L3RjcF9vdXRwdXQuYzoxMDgwCiAgICAgICAgc28gPSAoc3RydWN0IHNvY2tldCAqKSAweGMx YjVmYjIwCiAgICAgICAgbGVuID0gODc4CiAgICAgICAgcmVjd2luID0gNjU1MzUKICAgICAgICBz ZW5kd2luID0gLTEwNDk1MDY5ODgKICAgICAgICBvZmYgPSAwCiAgICAgICAgZmxhZ3MgPSAyNAog ICAgICAgIGVycm9yID0gMAogICAgICAgIG0gPSAoc3RydWN0IG1idWYgKikgMHhjMTcxY2IwMAog ICAgICAgIGlwID0gKHN0cnVjdCBpcCAqKSAweGMxNzFjYjQwCiAgICAgICAgdGggPSAoc3RydWN0 IHRjcGhkciAqKSAweGMxNzFjYjU0CiAgICAgICAgb3B0ID0gInBcZkTVvmVNwFwwMDDzZsBUXDIw MbXBXDAwMFwwMDBcMDAwXDAwMFwyMDBcZkTV7WZNwFwyMDNcMDAwXDAwMFwwCjAwo2RNwFwyMDC0 XFzBIgogICAgICAgIGlwb3B0bGVuID0gMAogICAgICAgIG9wdGxlbiA9IDAKICAgICAgICBoZHJs ZW4gPSA0MAogICAgICAgIGlkbGUgPSAwCiAgICAgICAgc2VuZGFsb3QgPSAwCiAgICAgICAgaSA9 IC0xMDY4NjY5NjEwCiAgICAgICAgc2Fja19yeG1pdCA9IDAKICAgICAgICBzYWNrX2J5dGVzX3J4 bXQgPSAwCiAgICAgICAgcCA9IChzdHJ1Y3Qgc2Fja2hvbGUgKikgMHgwCiAgICAgICAgaXA2ID0g KHN0cnVjdCBpcDZfaGRyICopIDB4MAogICAgICAgIGlzaXB2NiA9IDAKIzggIDB4YzA1NWE2NjEg aW4gdGNwX3RpbWVyX3JleG10ICh4dHA9MHhjMWJkZGFjOCkKICAgICAgICBzbyA9IChzdHJ1Y3Qg c29ja2V0ICopIDB4YzFiNWZiMjAKICAgICAgICBsZW4gPSA4NzgKICAgICAgICByZWN3aW4gPSA2 NTUzNQogICAgICAgIHNlbmR3aW4gPSAtMTA0OTUwNjk4OAogICAgICAgIG9mZiA9IDAKICAgICAg ICBmbGFncyA9IDI0CiAgICAgICAgZXJyb3IgPSAwCiAgICAgICAgbSA9IChzdHJ1Y3QgbWJ1ZiAq KSAweGMxNzFjYjAwCiAgICAgICAgaXAgPSAoc3RydWN0IGlwICopIDB4YzE3MWNiNDAKICAgICAg ICB0aCA9IChzdHJ1Y3QgdGNwaGRyICopIDB4YzE3MWNiNTQKICAgICAgICBvcHQgPSAicFxmRNW+ ZU3AXDAwMPNmwFRcMjAxtcFcMDAwXDAwMFwwMDBcMDAwXDIwMFxmRNXtZk3AXDIwM1wwMDBcMDAw XDAKMDCjZE3AXDIwMLRcXMEiCiAgICAgICAgaXBvcHRsZW4gPSAwCiAgICAgICAgb3B0bGVuID0g MAogICAgICAgIGhkcmxlbiA9IDQwCiAgICAgICAgaWRsZSA9IDAKICAgICAgICBzZW5kYWxvdCA9 IDAKICAgICAgICBpID0gLTEwNjg2Njk2MTAKICAgICAgICBzYWNrX3J4bWl0ID0gMAogICAgICAg IHNhY2tfYnl0ZXNfcnhtdCA9IDAKICAgICAgICBwID0gKHN0cnVjdCBzYWNraG9sZSAqKSAweDAK ICAgICAgICBpcDYgPSAoc3RydWN0IGlwNl9oZHIgKikgMHgwCiAgICAgICAgaXNpcHY2ID0gMAoj OCAgMHhjMDU1YTY2MSBpbiB0Y3BfdGltZXJfcmV4bXQgKHh0cD0weGMxYmRkYWM4KQogYXQgL3Vz ci9zcmMvc3lzL25ldGluZXQvdGNwX3RpbWVyLmM6NTc5CiAgICAgICAgdHAgPSAoc3RydWN0IHRj cGNiICopIDB4YzFiZGRhYzgKICAgICAgICByZXhtdCA9IDAKICAgICAgICBoZWFkbG9ja2VkID0g MAogICAgICAgIGlucCA9IChzdHJ1Y3QgaW5wY2IgKikgMHhjMTgxNGE4YwojOSAgMHhjMDRkMTJj ZiBpbiBzb2Z0Y2xvY2sgKGR1bW15PTB4MCkKICAgIGF0IC91c3Ivc3JjL3N5cy9rZXJuL2tlcm5f dGltZW91dC5jOjI5MAogICAgICAgIGNfZnVuYyA9ICh2b2lkICgqKSh2b2lkICopKSAweGMwNTVh MmY0IDx0Y3BfdGltZXJfcmV4bXQ+CiAgICAgICAgY19hcmcgPSAodm9pZCAqKSAweGMxYmRkYWM4 CiAgICAgICAgY19tdHggPSAoc3RydWN0IG10eCAqKSAweDAKICAgICAgICBjX2ZsYWdzID0gMjIK ICAgICAgICBjID0gKHN0cnVjdCBjYWxsb3V0ICopIDB4MAogICAgICAgIGJ1Y2tldCA9IChzdHJ1 Y3QgY2FsbG91dF90YWlscSAqKSAweGNiYjY2NjcwCiAgICAgICAgY3VydGlja3MgPSAzODkxMTMy CiAgICAgICAgc3RlcHMgPSAwCiAgICAgICAgZGVwdGggPSAxCiAgICAgICAgbXBjYWxscyA9IDEK ICAgICAgICBtdHhjYWxscyA9IDAKICAgICAgICBnY2FsbHMgPSAwCiAgICAgICAgd2FrZXVwX2Nv b2tpZSA9IDAKIzEwIDB4YzA0YjBlNDEgaW4gaXRocmVhZF9sb29wIChhcmc9MHhjMTU4MTQ4MCkK ICAgIGF0IC91c3Ivc3JjL3N5cy9rZXJuL2tlcm5faW50ci5jOjU0NwogICAgICAgIGl0aGQgPSAo c3RydWN0IGl0aGQgKikgMHhjMTU4MTQ4MAogICAgICAgIGloID0gKHN0cnVjdCBpbnRyaGFuZCAq KSAweGMxNTdiMmMwCiAgICAgICAgYyA9IChzdHJ1Y3QgY2FsbG91dCAqKSAweDAKICAgICAgICBi dWNrZXQgPSAoc3RydWN0IGNhbGxvdXRfdGFpbHEgKikgMHhjYmI2NjY3MAogICAgICAgIGN1cnRp Y2tzID0gMzg5MTEzMgogICAgICAgIHN0ZXBzID0gMAogICAgICAgIGRlcHRoID0gMQogICAgICAg IG1wY2FsbHMgPSAxCiAgICAgICAgbXR4Y2FsbHMgPSAwCiAgICAgICAgZ2NhbGxzID0gMAogICAg ICAgIHdha2V1cF9jb29raWUgPSAwCiMxMCAweGMwNGIwZTQxIGluIGl0aHJlYWRfbG9vcCAoYXJn PTB4YzE1ODE0ODApCiAgICBhdCAvdXNyL3NyYy9zeXMva2Vybi9rZXJuX2ludHIuYzo1NDcKICAg ICAgICBpdGhkID0gKHN0cnVjdCBpdGhkICopIDB4YzE1ODE0ODAKICAgICAgICBpaCA9IChzdHJ1 Y3QgaW50cmhhbmQgKikgMHhjMTU3YjJjMAotLS1UeXBlIDxyZXR1cm4+IHRvIGNvbnRpbnVlLCBv ciBxIDxyZXR1cm4+IHRvIHF1aXQtLS0KICAgICAgICB0ZCA9IChzdHJ1Y3QgdGhyZWFkICopIDB4 YzE1Y2I0ODAKICAgICAgICBwID0gKHN0cnVjdCBwcm9jICopIDB4YzE1Y2E4MzAKICAgICAgICBj b3VudCA9IDAKICAgICAgICB3YXJuZWQgPSAwCiMxMSAweGMwNGIwMGM4IGluIGZvcmtfZXhpdCAo Y2FsbG91dD0weGMwNGIwY2U4IDxpdGhyZWFkX2xvb3A+LAogICAgYXJnPTB4YzE1ODE0ODAsIGZy YW1lPTB4ZDU0NDBkMzgpIGF0IC91c3Ivc3JjL3N5cy9rZXJuL2tlcm5fZm9yay5jOjc4OQogICAg ICAgIHAgPSAoc3RydWN0IHByb2MgKikgMHhjMTVjYTgzMAogICAgICAgIHRkID0gKHN0cnVjdCB0 aHJlYWQgKikgMHgwCiMxMiAweGMwNWViZTJjIGluIGZvcmtfdHJhbXBvbGluZSAoKSBhdCAvdXNy L3NyYy9zeXMvaTM4Ni9pMzg2L2V4Y2VwdGlvbi5zOjIwOApObyBsb2NhbHMuCgo= ------=_Part_9115_7587546.1135351660944-- From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 15:36: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 0FF2216A420 for ; Fri, 23 Dec 2005 15:36:39 +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 F2E8543D69 for ; Fri, 23 Dec 2005 15:36:37 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id jBNFaalN062401; Fri, 23 Dec 2005 09:36:36 -0600 (CST) (envelope-from dan) Date: Fri, 23 Dec 2005 09:36:36 -0600 From: Dan Nelson To: Kiffin Gish Message-ID: <20051223153635.GC39217@dan.emsphone.com> References: <1135350523.1136.4.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1135350523.1136.4.camel@localhost> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: GLIBC_2.3 required ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 15:36:39 -0000 In the last episode (Dec 23), Kiffin Gish said: > I installed the MySQL ndb management tools, but when I fire them up I > get the error that GLIBC_2.3 is missing. > > # ldd /usr/local/bin/ndb_mgm > /usr/local/bin/ndb_mgm: > /usr/local/bin/ndb_mgm: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by /usr/local/bin/ndb_mgm) > /usr/local/bin/ndb_mgm: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /usr/local/bin/ndb_mgm) Upgrade your linux_base port to something with a newer glibc. I have linux_base-rh-9 installed, and its libc.so.6 version is GLIBC_2.3.3. Then again, why are you running a Linux binary? The mysql41-server and mysql50-server ports should install a native ndb_mgm. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 15:50: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 335E616A41F for ; Fri, 23 Dec 2005 15:50:43 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE57943D5C for ; Fri, 23 Dec 2005 15:50:36 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id jBNFoJ53003937; Fri, 23 Dec 2005 17:50:19 +0200 Received: by flame.pc (Postfix, from userid 1001) id 98FED115BC; Fri, 23 Dec 2005 15:05:01 +0200 (EET) Date: Fri, 23 Dec 2005 15:05:01 +0200 From: Giorgos Keramidas To: rajoor Message-ID: <20051223130501.GA1577@flame.pc> References: <43AB6C90.7050108@aanet.com.au> <20051223034527.GA1816@flame.pc> <43AB7B1B.8040207@aanet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43AB7B1B.8040207@aanet.com.au> Cc: freebsd-questions@freebsd.org Subject: Re: Boot error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 15:50:43 -0000 On 2005-12-23 15:20, rajoor wrote: >Giorgos Keramidas wrote: >>On 2005-12-23 14:18, Ariane & Ron Joordens wrote: >>> My FreeBSD 6.0 computer refuses to boot. It gets to the >>> screen where it pauses for 10 seconds and gives you the >>> choice of 8 boot options, and then...nothing! >>> >>> Choosing the default option shows a single line >>> "/boot/kernel/acpi.ko text= etc,..." then the next line shows >>> "|", and that's it. All the other boot options show just the >>> "|" and that's it. I have waited for up to 30 minutes, but no >>> change. The only way out is to reset the computer. >>> >>> Prior to this prblem the computer worked perfectly. FreeBSD >>> 5.4 was installed about 4 months ago, this was upgraded to >>> 6.0 about 2 months ago. Everything had been recompiled and I >>> never had any problems, until this. >>> >>> I suspect that my 2 year old son has been pressing the power >>> button repeatedly which may have caused this. >> >> Do you still have the FreeBSD install CD-ROM? You can use >> that to boot. >> >> DON'T INSTALL ANYTHING, though :) >> >> Just make sure that the CD-ROM boots fine up to the sysinstall >> menu. >> >> If that works, then there's definitely something wrong with >> the kernel or the other boot files you have on disk, and we'll >> see what can be done. > > Thanks Giorgos, > > The install cd boots just fine. So I then looked up the manual > and tried to boot from /boot/kernel.old.kernel but that doesn't > work either. > > What can we do next? You can try using the "Live CD" CD-ROM, to boot into the live FreeBSD system and try to run fsck on the disk that's failing. The live CD-ROM is disc2.iso from the release ISO images. If you have this CD-ROM, you can boot into sysinstall and choose: Fixit => 2 CDROM/DVD You will then enter a shell that runs from the live CD-ROM, and be able to run fsck(8) on your disks :-) From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 15:53: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 1299416A420 for ; Fri, 23 Dec 2005 15:53:34 +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 8AB5D43D55 for ; Fri, 23 Dec 2005 15:53:25 +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; 23 Dec 2005 10:53:24 -0500 X-IronPort-AV: i="3.99,290,1131339600"; d="scan'208"; a="187880154:sNHT32408888" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17324.7420.722889.867433@jerusalem.litteratus.org> Date: Fri, 23 Dec 2005 10:51:24 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <20051223064508.A44D.GERARD@seibercom.net> References: <20051223110015.97795.qmail@web54406.mail.yahoo.com> <20051223064508.A44D.GERARD@seibercom.net> X-Mailer: VM 7.17 under 21.5 (beta24) "dandelion" XEmacs Lucid Subject: Re: re-installing applications using 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: Fri, 23 Dec 2005 15:53:34 -0000 Gerard Seibert writes: > > The questions is, how do I re-initialize the > > installation process so I could go to the installation > > menu once more and set the options? > > I would use: 'make distclean' to clean out everything that you started > doing. > > Then I believe you can use this: > > make config > > or > > make config-recursive > > to reconfigure the port. The latter might be the better way for you. See also "make rmconfig". Robert Huff From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 15:55: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 4D1CF16A41F for ; Fri, 23 Dec 2005 15:55:53 +0000 (GMT) (envelope-from kiffin.gish@planet.nl) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2218C43D70 for ; Fri, 23 Dec 2005 15:55:42 +0000 (GMT) (envelope-from kiffin.gish@planet.nl) Received: from gish.demon.nl ([83.160.27.223]:27852 helo=[192.168.1.33]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1EppGd-000JO3-6k; Fri, 23 Dec 2005 15:55:39 +0000 From: Kiffin Gish To: Dan Nelson In-Reply-To: <20051223153635.GC39217@dan.emsphone.com> References: <1135350523.1136.4.camel@localhost> <20051223153635.GC39217@dan.emsphone.com> Content-Type: text/plain Date: Fri, 23 Dec 2005 16:55:40 +0100 Message-Id: <1135353340.1136.7.camel@localhost> 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: GLIBC_2.3 required ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 15:55:53 -0000 On Fri, 2005-12-23 at 09:36 -0600, Dan Nelson wrote: > In the last episode (Dec 23), Kiffin Gish said: > > I installed the MySQL ndb management tools, but when I fire them up I > > get the error that GLIBC_2.3 is missing. > > > > # ldd /usr/local/bin/ndb_mgm > > /usr/local/bin/ndb_mgm: > > /usr/local/bin/ndb_mgm: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by /usr/local/bin/ndb_mgm) > > /usr/local/bin/ndb_mgm: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /usr/local/bin/ndb_mgm) > > Upgrade your linux_base port to something with a newer glibc. I have > linux_base-rh-9 installed, and its libc.so.6 version is GLIBC_2.3.3. > > Then again, why are you running a Linux binary? The mysql41-server and > mysql50-server ports should install a native ndb_mgm. You're right. However, by default not. Therefore a rebuild is required with the -DWITH_NDB option set. Thanks for the tip. > -- Kiffin Gish From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 15:57: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 602DE16A41F for ; Fri, 23 Dec 2005 15:57:14 +0000 (GMT) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (jasper.nighttide.net [207.5.141.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 623FE43D7E for ; Fri, 23 Dec 2005 15:57:10 +0000 (GMT) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (darren@localhost [127.0.0.1]) by olmec.nighttide.net (8.13.4/8.13.4) with ESMTP id jBNFv7Ml033877; Fri, 23 Dec 2005 10:57:07 -0500 (EST) (envelope-from darren@nighttide.net) Received: from localhost (darren@localhost) by olmec.nighttide.net (8.13.4/8.13.4/Submit) with ESMTP id jBNFv77m033874; Fri, 23 Dec 2005 10:57:07 -0500 (EST) (envelope-from darren@nighttide.net) X-Authentication-Warning: olmec.nighttide.net: darren owned process doing -bs Date: Fri, 23 Dec 2005 10:57:07 -0500 (EST) From: Darren Henderson To: Kent Stewart In-Reply-To: <200512230030.35818.kstewart@owt.com> Message-ID: <20051223103124.G92085@olmec> References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <20051219184130.3da9117b.europa100@comcast.net> <20051221195415.A69077@olmec> <200512230030.35818.kstewart@owt.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org 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: Fri, 23 Dec 2005 15:57:14 -0000 On Fri, 23 Dec 2005, Kent Stewart wrote: > Use the location menu item on RealPlayer and add > http://66.246.59.69:8700 > > You probably won't understand it but Xeoax, Oaxaca is the only realaudio > stream that I listen to. kmplayer and gmplayer handle it perfectly. Xine handles it but doesn't sound quite as good (lot of tinkering that can be done there though). Totem plays it but its only tolerable if you really like chipmunks. -Darren ______________________________________________________________________ Darren Henderson darren@nighttide.net Help fight junk e-mail, visit http://www.cauce.org/ From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 17:02:00 2005 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 948A116A420; Fri, 23 Dec 2005 17:02:00 +0000 (GMT) To: FreeBSD-questions@FreeBSD.org Message-Id: <20051223170200.948A116A420@hub.freebsd.org> Date: Fri, 23 Dec 2005 17:02:00 +0000 (GMT) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 17:02:00 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from freebsd-questions-request@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions@freebsd.org mailing list! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org (obviously, substitute your mail address for "me@me.org"). You can also make such adjustments via email by sending a message to: freebsd-questions-request@freebsd.org with the word 'help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. Normally, Mailman will remind you of your freebsd.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/en/books/faq/index.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. When sending a new message, well, send a new message. Don't reply to some other message, erase the old content and change the subject line. That leaves an In-reply-to: header which many mail readers use to thread messages, so your message shows up as a reply to some other message. People often delete messages a whole thread at a time, so apart from irritating people, you also run a chance of having the message deleted unread. 4. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 5. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 6. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 7. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 8. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 9. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. $Id: Howto-ask-questions,v 1.6 2005/08/10 02:21:44 grog Exp $ _______________________________________________ Thanks to Josh Paetzel for updating this document to describe mailman. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 17:02:00 2005 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 9C63216A422; Fri, 23 Dec 2005 17:02:00 +0000 (GMT) To: FreeBSD-questions@FreeBSD.org Message-Id: <20051223170200.9C63216A422@hub.freebsd.org> Date: Fri, 23 Dec 2005 17:02:00 +0000 (GMT) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 17:02:00 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm constantly updating it. Greg From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 17:12: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 E37B516A41F for ; Fri, 23 Dec 2005 17:12:41 +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 8A7F543D83 for ; Fri, 23 Dec 2005 17:12:31 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp3.suscom.net (Postfix) with ESMTP id D13F621016B for ; Fri, 23 Dec 2005 12:12:28 -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 24139-01-43 for ; Fri, 23 Dec 2005 12:12:22 -0500 (EST) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp3.suscom.net (Postfix) with SMTP id 303D5210186 for ; Fri, 23 Dec 2005 12:12:22 -0500 (EST) Received: from seibercom.net (localhost [127.0.0.1]) by seibercom.net (8.13.4/8.13.4) with ESMTP id jBNHCN9e007199 for ; Fri, 23 Dec 2005 12:12:23 -0500 (EST) (envelope-from gerard@seibercom.net) Received: from localhost (ges@localhost) by seibercom.net (8.13.4/8.13.4/Submit) with ESMTP id jBNHCM6v007196 for ; Fri, 23 Dec 2005 12:12:23 -0500 (EST) (envelope-from gerard@seibercom.net) X-Authentication-Warning: seibercom.net: ges owned process doing -bs Date: Fri, 23 Dec 2005 12:12:22 -0500 (EST) From: Gerard Seibert To: FreeBSD Questions Message-ID: <20051223120440.G5464@seibercom.net> Organization: Seibercom.NET MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: amavisd-new at suscom.net Subject: SPAM Trap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gerard Seibert List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 17:12:42 -0000 I have been reading about SPAM Traps. Exactly what is a SPAM Trap? I noticed that it seems to be used in conjunction with blacklisting organizations. How would one go about setting up one? -- Gerard Seibert gerard@seibercom.net Dilbert's Law: Everyone is somebody's else's weirdo. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 17:13: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 9EF3216A41F for ; Fri, 23 Dec 2005 17:13:11 +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 1223E43D67 for ; Fri, 23 Dec 2005 17:13:09 +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 4BB47D2A244 for ; Fri, 23 Dec 2005 12:13:08 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Fri, 23 Dec 2005 12:13:08 -0500 X-Sasl-enc: dxcXa83Fimi7UfZgrjkyGHqNqujx0BBsAHlQvX0l/7EU 1135357987 Received: from gumby.localdomain (88-104-200-160.dynamic.dsl.as9105.com [88.104.200.160]) by frontend2.messagingengine.com (Postfix) with ESMTP id 825B957146F for ; Fri, 23 Dec 2005 12:13:07 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Fri, 23 Dec 2005 17:13:04 +0000 User-Agent: KMail/1.8.3 References: <43ABF727.3090501@charter.net> In-Reply-To: <43ABF727.3090501@charter.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512231713.06184.list-freebsd-2004@morbius.sent.com> Subject: Re: nvidia-settings size mismatch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 17:13:11 -0000 On Friday 23 December 2005 13:09, bob self wrote: > I'm running FreeBSD 5.4-STABLE > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > ! x11/nvidia-settings (nvidia-settings-1.0_6) (checksum mismatch) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > ---> Session ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:14) > > > How can I get nvidia-settings to upgrade? If I were you I'd just wait. Some joker at nvidia has modified nvidia-settings-1.0.tar.gz without renaming it. Sooner or later the port will catch up. If the old version of nvidia-settings still works, why worry. If you are desperate, email the port maintainer. Manually installing software is a bad idea, unless you have no alternative. The package database wont get updated and the existing packing list may not match the files you install. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 17:15: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 EC42F16A41F for ; Fri, 23 Dec 2005 17:15:16 +0000 (GMT) (envelope-from dwinner-lists@att.net) Received: from mail1.utrs.com (mail1.utrs.com [146.145.216.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A5C843D5E for ; Fri, 23 Dec 2005 17:15:16 +0000 (GMT) (envelope-from dwinner-lists@att.net) Received: from [10.10.100.22] [216.113.237.29] by mail1.utrs.com with ESMTP (SMTPD-9.00) id A0B204E0; Fri, 23 Dec 2005 12:15:30 -0500 Message-ID: <43AC309F.7000608@att.net> Date: Fri, 23 Dec 2005 12:15:11 -0500 From: DW User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051223) 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: Palm (Zire) and /dev/ucom0 on 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwinner-lists@att.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 17:15:17 -0000 Hello all, Has something changed in release-6.0 that affects usb communication with a palm/zire? Here is what I have done from 5.2.1-5.4 to get my zire to sync with Jpilot: 1. add to my kernel: device ucom device uvisor 2. Add to /etc/defaults/devfs.rules: [devfsrules_palm=100] add path 'ucom*' group operator mode 0666 3. Add to /etc/rc.conf devfs_enable="YES" devfs_system_ruleset="devfsrules_palm" I do all this on my new 6.0 machine. When I hit the sync button on zire, I get the expected dmesg output (detecting the palm device), but there is no /dev/ucom0 device in /dev. Why? Does anybody know what I need to do or can you point me to the docs that will explain this to me? Thanks a bunch, DW From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 17:15: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 0893216A41F for ; Fri, 23 Dec 2005 17:15:59 +0000 (GMT) (envelope-from dot.sn1tch@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id E82F943D6E for ; Fri, 23 Dec 2005 17:15:54 +0000 (GMT) (envelope-from dot.sn1tch@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so470096wxc for ; Fri, 23 Dec 2005 09:15:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:mime-version:content-type:x-mailer:thread-index:x-mimeole:message-id; b=P67ZDwoPWkNUbkvm/IEm0j9K4rra/5oXYwjE464OWg5o5AFSd5O2dcdzFHbk7CcRuqUB+pMLGk5XGuF+CK3JGvdognJ9q2/TNzco3V5IO6WlW2vNrpZo+XY3jJK4ZpNDoBMp8HcJQ00AkcNsVbtrzXx21SB9T0d/bA+tQ2TiOAM= Received: by 10.70.89.3 with SMTP id m3mr3486110wxb; Fri, 23 Dec 2005 09:15:53 -0800 (PST) Received: from adm009 ( [67.141.186.34]) by mx.gmail.com with ESMTP id i40sm4669762wxd.2005.12.23.09.15.51; Fri, 23 Dec 2005 09:15:52 -0800 (PST) From: "Joe Wood" To: MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcVXDdxZolD1oujUQNaNnmfpgMZLJQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: <43ac30c8.4c135084.3b8c.ffffdbea@mx.gmail.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Quick, simple backup 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: , Date: Fri, 23 Dec 2005 17:15:59 -0000 X-Original-Date: Thu, 12 May 2005 12:15:49 -0400 X-List-Received-Date: Fri, 23 Dec 2005 17:15:59 -0000 I am looking for a quick backup solution for my freebsd machine. Currently I backup to a DDS-4 DAT drive using the following while in "/": tar -zpcvf /dev/sa0 . I am aware of bacula, Amanda, cpio, and dump but to me tar is the ideal method so if anyone had a simple script to automate this process I would greatly appreciate some help in making my own. Thanks again, you guys are great!! Joe From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 17:36: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 B1BD916A41F for ; Fri, 23 Dec 2005 17:36:43 +0000 (GMT) (envelope-from soman.abhijit@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C0643D5D for ; Fri, 23 Dec 2005 17:36:42 +0000 (GMT) (envelope-from soman.abhijit@gmail.com) Received: by zproxy.gmail.com with SMTP id q3so62429nzb for ; Fri, 23 Dec 2005 09:36:41 -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=tc/gGd3BJmYhbo6cXp6ORvDe0dhcv5zzaZHEjSZZ3K7M5Bov0LxhJ1UolBo3Ow7zG4h82ocAe69BXQRSMv6zmnqj0Ma6jGqM/EmmuAFpDKZcHHrIfITyQrvEunmp/X1yIVD0aUjZq9p7uOHu/kZaydt9YA7gvy2ITu/2ccs/oMw= Received: by 10.36.194.20 with SMTP id r20mr183506nzf; Fri, 23 Dec 2005 09:36:41 -0800 (PST) Received: by 10.37.18.71 with HTTP; Fri, 23 Dec 2005 09:36:41 -0800 (PST) Message-ID: Date: Fri, 23 Dec 2005 23:06:41 +0530 From: Abhi To: freebsd-questions@freebsd.org In-Reply-To: <441x033m21.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <441x033m21.fsf@be-well.ilk.org> Subject: Re: 6.0 Release kernel panic - page fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 17:36:43 -0000 Hello, Thanks for your reply. Actually i experienced page faults mostly when browsing web mostly from linux opera. So i installed firefox from ports. It didnt cause any panic until yeserday, when it caused the crash. And after that system panic occured while booting. Well i don't know if a particular application is causing system panic but most panics occured when i was using net. Can you tell me if there are any other options for kernel configuration file which can make the debugging mor verbose? I only used -g option in my kernel config. I'm attaching another crash dump which occurred last night when i was browsing net. Greetings, Abhijit ------------ kernel dump Unread portion of the kernel message buffer: panic: clist reservation botch Uptime: 1h4m51s Dumping 510 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 510MB (130528 pages) 494 478 462 446 430 414 398 382 366 350 334= 318 302 286 270 254 238 222 206 190 174 158 142 126 110 94 78 62 46 30 14 #0 doadump () at pcpu.h:165 165 __asm __volatile("movl %%fs:0,%0" : "=3Dr" (td)); (kgdb) where #0 doadump () at pcpu.h:165 #1 0xc04c524a in boot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:3= 99 #2 0xc04c54e0 in panic (fmt=3D0xc06266e5 "clist reservation botch") at /usr/src/sys/kern/kern_shutdown.c:555 #3 0xc04f90be in b_to_q ( src=3D0xc18318ae "ept: */*\r\nAccept-Language: en-us,en;q=3D0.5\r\nAcce= pt-Encodi ng: gzip,deflate\r\nAccept-Charset: ISO-8859-1,utf-8;q=3D0.7,*;q=3D0.7\r\nK= eep-Alive : 300\r\nConnection: keep-alive\r\nReferer: http://www.hi5.com/friend/di"..= ., am ount=3D704, clistp=3D0xc1669838) at /usr/src/sys/kern/tty_subr.c:104 #4 0xc0539e44 in pppasyncstart (sc=3D0xc1a3c400) at /usr/src/sys/net/ppp_tty.c:582 #5 0xc053539e in pppoutput (ifp=3D0xc1636400, m0=3D0xc171cb00, dst=3D0xc1b= 64310, rtp=3D0xc17dbb58) at /usr/src/sys/net/if_ppp.c:961 #6 0xc054be9c in ip_output (m=3D0xc171cb00, opt=3D0xc1636400, ro=3D0xd5440= bb0, flags=3D0, imo=3D0x0, inp=3D0xc1814a8c) at /usr/src/sys/netinet/ip_outp= ut.c:776 #7 0xc0554bfa in tcp_output (tp=3D0xc1bddac8) at /usr/src/sys/netinet/tcp_output.c:1080 #8 0xc055a661 in tcp_timer_rexmt (xtp=3D0xc1bddac8) at /usr/src/sys/netinet/tcp_timer.c:579 #9 0xc04d12cf in softclock (dummy=3D0x0) at /usr/src/sys/kern/kern_timeout.c:290 #10 0xc04b0e41 in ithread_loop (arg=3D0xc1581480) at /usr/src/sys/kern/kern_intr.c:547 #11 0xc04b00c8 in fork_exit (callout=3D0xc04b0ce8 , at /usr/src/sys/kern/kern_shutdown.c:555 #3 0xc04f90be in b_to_q ( src=3D0xc18318ae "ept: */*\r\nAccept-Language: en-us,en;q=3D0.5\r\nAcce= pt-Encodi ng: gzip,deflate\r\nAccept-Charset: ISO-8859-1,utf-8;q=3D0.7,*;q=3D0.7\r\nK= eep-Alive : 300\r\nConnection: keep-alive\r\nReferer: http://www.hi5.com/friend/di"..= ., am ount=3D704, clistp=3D0xc1669838) at /usr/src/sys/kern/tty_subr.c:104 #4 0xc0539e44 in pppasyncstart (sc=3D0xc1a3c400) at /usr/src/sys/net/ppp_tty.c:582 #5 0xc053539e in pppoutput (ifp=3D0xc1636400, m0=3D0xc171cb00, dst=3D0xc1b= 64310, rtp=3D0xc17dbb58) at /usr/src/sys/net/if_ppp.c:961 #6 0xc054be9c in ip_output (m=3D0xc171cb00, opt=3D0xc1636400, ro=3D0xd5440= bb0, flags=3D0, imo=3D0x0, inp=3D0xc1814a8c) at /usr/src/sys/netinet/ip_outp= ut.c:776 #7 0xc0554bfa in tcp_output (tp=3D0xc1bddac8) at /usr/src/sys/netinet/tcp_output.c:1080 #8 0xc055a661 in tcp_timer_rexmt (xtp=3D0xc1bddac8) at /usr/src/sys/netinet/tcp_timer.c:579 #9 0xc04d12cf in softclock (dummy=3D0x0) at /usr/src/sys/kern/kern_timeout.c:290 #10 0xc04b0e41 in ithread_loop (arg=3D0xc1581480) at /usr/src/sys/kern/kern_intr.c:547 #11 0xc04b00c8 in fork_exit (callout=3D0xc04b0ce8 , arg=3D0xc1581480, frame=3D0xd5440d38) at /usr/src/sys/kern/kern_fork.c:= 789 #12 0xc05ebe2c in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:= 208 (kgdb) bt full #0 doadump () at pcpu.h:165 No locals. #1 0xc04c524a in boot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:3= 99 first_buf_printf =3D 1 #2 0xc04c54e0 in panic (fmt=3D0xc06266e5 "clist reservation botch") at /usr/src/sys/kern/kern_shutdown.c:555 td =3D (struct thread *) 0xc15cb480 bootopt =3D 260 newpanic =3D 0 ap =3D 0xc15cb480 "0=A8\\=C1 uX=C1" buf =3D "clist reservation botch", '\0' #3 0xc04f90be in b_to_q ( src=3D0xc18318ae "ept: */*\r\nAccept-Language: en-us,en;q=3D0.5\r\nAcce= pt-Encodi ng: gzip,deflate\r\nAccept-Charset: ISO-8859-1,utf-8;q=3D0.7,*;q=3D0.7\r\nK= eep-Alive : 300\r\nConnection: keep-alive\r\nReferer: http://www.hi5.com/friend/di"..= ., am ount=3D704, clistp=3D0xc1669838) at /usr/src/sys/kern/tty_subr.c:104 prev =3D (struct cblock *) 0x0 cblockp =3D (struct cblock *) 0xc1af9380 firstbyte =3D 0xc0c293c0 " \223=C2=C0`\224=C2=C0=C4=C9d=C0=C0)b=C0z= \ac=C0" lastbyte =3D 0x3
startmask =3D 0 '\0' endmask =3D 0 '\0' startbit =3D 0 endbit =3D -1067774825 num_between =3D 0 numc =3D 108 #4 0xc0539e44 in pppasyncstart (sc=3D0xc1a3c400) at /usr/src/sys/net/ppp_tty.c:582 tp =3D (struct tty *) 0xc1669800 m =3D (struct mbuf *) 0xc171bd00 len =3D 878 start =3D ( u_char *) 0xc1831800 "GET /w/get.media?sid=3D16683&m=3D1&tp=3D5&d=3Dj&t= =3Ds HTTP/1.1\r \nHost: media.fastclick.net\r\nUser-Agent: Mozilla/5.0 (X11; U; FreeBSD i38= 6; en -US; rv:1.8) Gecko/20051219 Firefox/1.5\r\nAccept: */*\r\nAccept-Language:"= ... stop =3D (u_char *) 0xc1831b6e "\001" cp =3D (u_char *) 0x0 n =3D 878 ndone =3D 0 done =3D 1 idle =3D 0 #5 0xc053539e in pppoutput (ifp=3D0xc1636400, m0=3D0xc171cb00, dst=3D0xc1b= 64310, rtp=3D0xc17dbb58) at /usr/src/sys/net/if_ppp.c:961 sc =3D (struct ppp_softc *) 0xc1a3c400 protocol =3D 33 address =3D 255 control =3D 3 cp =3D (u_char *) 0x0 error =3D -1050450696 ip =3D (struct ip *) 0x0 ifq =3D (struct ifqueue *) 0xc16364f8 mode =3D NPMODE_PASS len =3D 922 #6 0xc054be9c in ip_output (m=3D0xc171cb00, opt=3D0xc1636400, ro=3D0xd5440= bb0, flags=3D0, imo=3D0x0, inp=3D0xc1814a8c) at /usr/src/sys/netinet/ip_outp= ut.c:776 ip =3D (struct ip *) 0xc171cb40 ifp =3D (struct ifnet *) 0xc1636400 m0 =3D (struct mbuf *) 0xc171cb40 hlen =3D 20 len =3D -716960796 error =3D 0 dst =3D (struct sockaddr_in *) 0xc1b64310 ia =3D (struct in_ifaddr *) 0xc1a8fd00 isbroadcast =3D 0 sw_csum =3D 1 iproute =3D {ro_rt =3D 0xc17dbb58, ro_dst =3D {sa_len =3D 16 '\020'= , sa_family =3D 2 '\002', sa_data =3D "\000\000=CD=B4V\016\000\000\000\000\000\000\000"}} odst =3D {s_addr =3D 1} #7 0xc0554bfa in tcp_output (tp=3D0xc1bddac8) at /usr/src/sys/netinet/tcp_output.c:1080 so =3D (struct socket *) 0xc1b5fb20 len =3D 878 recwin =3D 65535 sendwin =3D -1049506988 off =3D 0 flags =3D 24 error =3D 0 m =3D (struct mbuf *) 0xc171cb00 ip =3D (struct ip *) 0xc171cb40 th =3D (struct tcphdr *) 0xc171cb54 opt =3D "p\fD=D5=BEeM=C0\000=F3f=C0T\201=B5=C1\000\000\000\000\200\= fD=D5=EDfM=C0\203\000\000\0 00=A3dM=C0\200=B4\\=C1" ipoptlen =3D 0 optlen =3D 0 hdrlen =3D 40 idle =3D 0 sendalot =3D 0 i =3D -1068669610 sack_rxmit =3D 0 sack_bytes_rxmt =3D 0 p =3D (struct sackhole *) 0x0 ip6 =3D (struct ip6_hdr *) 0x0 isipv6 =3D 0 #8 0xc055a661 in tcp_timer_rexmt (xtp=3D0xc1bddac8) so =3D (struct socket *) 0xc1b5fb20 len =3D 878 recwin =3D 65535 sendwin =3D -1049506988 off =3D 0 flags =3D 24 error =3D 0 m =3D (struct mbuf *) 0xc171cb00 ip =3D (struct ip *) 0xc171cb40 th =3D (struct tcphdr *) 0xc171cb54 opt =3D "p\fD=D5=BEeM=C0\000=F3f=C0T\201=B5=C1\000\000\000\000\200\= fD=D5=EDfM=C0\203\000\000\0 00=A3dM=C0\200=B4\\=C1" ipoptlen =3D 0 optlen =3D 0 hdrlen =3D 40 idle =3D 0 sendalot =3D 0 i =3D -1068669610 sack_rxmit =3D 0 sack_bytes_rxmt =3D 0 p =3D (struct sackhole *) 0x0 ip6 =3D (struct ip6_hdr *) 0x0 isipv6 =3D 0 #8 0xc055a661 in tcp_timer_rexmt (xtp=3D0xc1bddac8) at /usr/src/sys/netinet/tcp_timer.c:579 tp =3D (struct tcpcb *) 0xc1bddac8 rexmt =3D 0 headlocked =3D 0 inp =3D (struct inpcb *) 0xc1814a8c #9 0xc04d12cf in softclock (dummy=3D0x0) at /usr/src/sys/kern/kern_timeout.c:290 c_func =3D (void (*)(void *)) 0xc055a2f4 c_arg =3D (void *) 0xc1bddac8 c_mtx =3D (struct mtx *) 0x0 c_flags =3D 22 c =3D (struct callout *) 0x0 bucket =3D (struct callout_tailq *) 0xcbb66670 curticks =3D 3891132 steps =3D 0 depth =3D 1 mpcalls =3D 1 mtxcalls =3D 0 gcalls =3D 0 wakeup_cookie =3D 0 #10 0xc04b0e41 in ithread_loop (arg=3D0xc1581480) at /usr/src/sys/kern/kern_intr.c:547 ithd =3D (struct ithd *) 0xc1581480 ih =3D (struct intrhand *) 0xc157b2c0 c =3D (struct callout *) 0x0 bucket =3D (struct callout_tailq *) 0xcbb66670 curticks =3D 3891132 steps =3D 0 depth =3D 1 mpcalls =3D 1 mtxcalls =3D 0 gcalls =3D 0 wakeup_cookie =3D 0 #10 0xc04b0e41 in ithread_loop (arg=3D0xc1581480) at /usr/src/sys/kern/kern_intr.c:547 ithd =3D (struct ithd *) 0xc1581480 ih =3D (struct intrhand *) 0xc157b2c0 ---Type to continue, or q to quit--- td =3D (struct thread *) 0xc15cb480 p =3D (struct proc *) 0xc15ca830 count =3D 0 warned =3D 0 #11 0xc04b00c8 in fork_exit (callout=3D0xc04b0ce8 , arg=3D0xc1581480, frame=3D0xd5440d38) at /usr/src/sys/kern/kern_fork.c:= 789 p =3D (struct proc *) 0xc15ca830 td =3D (struct thread *) 0x0 #12 0xc05ebe2c in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:= 208 No locals. On 23 Dec 2005 09:49:58 -0500, Lowell Gilbert wrote: > Abhi writes: > > > I'm experiencing kernel panics with 6.0 Release. I did a fresh > > install of 6.0 Release after playing with some linux distros and > > Freebsd 5.4 Release. The only problem i had was due to faulty RAM. I > > replaced the RAM and had no problems. But for somedays my system has > > started to panic randomly. All the crash dumps i got show something > > wrong in the file pcpu.h at line 165. > > That just means it's dumping core. You need to look a little > deeper for why it's doing so. > > > I'm ttaching my custom kernel configuration file and one crash dump i > > got with kgdb. I hope someone can tell me why this's happening, and if > > this's freebsd problem or hardware problem. > > In this case, it's smashing its own stack while doing a bcopy() > (or some related function). If that's not consistent, this > probably *is* a hardware problem. If it's dependable, then maybe > not. Try to track down commonalities in what the system is doing > when it panics. If possible. > -- If Karl, instead of writing a lot about Capital, had made a lot of Capital, it would have been much better. -- Karl Marx's Mother From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 17:40: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 9D16116A41F for ; Fri, 23 Dec 2005 17:40:25 +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 37A3443D45 for ; Fri, 23 Dec 2005 17:40:25 +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 B6D62D2B44A for ; Fri, 23 Dec 2005 12:40:23 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Fri, 23 Dec 2005 12:40:23 -0500 X-Sasl-enc: HbguJhqKbc5rjysrKoYwlp9siNLJh4/KeAUCe5cpwj+n 1135359622 Received: from gumby.localdomain (88-104-200-160.dynamic.dsl.as9105.com [88.104.200.160]) by frontend2.messagingengine.com (Postfix) with ESMTP id E0C8457146A for ; Fri, 23 Dec 2005 12:40:22 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Fri, 23 Dec 2005 17:40:20 +0000 User-Agent: KMail/1.8.3 References: <20051223120440.G5464@seibercom.net> In-Reply-To: <20051223120440.G5464@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512231740.21666.list-freebsd-2004@morbius.sent.com> Subject: Re: SPAM Trap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 17:40:25 -0000 On Friday 23 December 2005 17:12, Gerard Seibert wrote: > I have been reading about SPAM Traps. Exactly what is a SPAM Trap? I > noticed that it seems to be used in conjunction with blacklisting > organizations. > > How would one go about setting up one? AFAIK it's just a set of email accounts that are not used by real people, so anything that ends up in them can be fed into some kind of spam-learning software such as DCC, vipal's razor etc. Try googling those terms with spamtrap. I believe Brightmail makes extensive use of spamtraps too. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 18:10: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 82C6516A424 for ; Fri, 23 Dec 2005 18:10:06 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBA0D43D5D for ; Fri, 23 Dec 2005 18:10:02 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EprMe-000PGT-Q9 for freebsd-questions@freebsd.org; Fri, 23 Dec 2005 13:10:01 -0500 Message-ID: <00e701c607ec$12dbd170$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <1135073064.11860.2.camel@DIRAC> <20051220222111.GE12298@fornost.com> Date: Fri, 23 Dec 2005 12:09:51 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Simple question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 18:10:06 -0000 > On Tue, Dec 20, 2005 at 05:08:33PM -0500, David R. Litwin wrote: >>>What's the command to stop a service like gdm? >>Killall. > > Seems like a bad idea, unless the service is hung. Using the proper init > script would make more sense. To simply stop the service, /etc/init.d/gdm > stop > as root would do the trick. To change things so that it does not start on > the next boot, removing the symlink in the appropriate runlevel (the > default is 2, I believe) would do the trick. > > If you're concerned with managing services on boot in general then I > highly recommend a program such as sysv-rc-conf or rcconf to manage the > symbolic links for you. Actually, I needed to stop gdm only for installing a package. But you have given me very valuable information. I appreciate your feedback. Teilhard. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 18:13: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 62F2E16A41F for ; Fri, 23 Dec 2005 18:13:00 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 573EA43D78 for ; Fri, 23 Dec 2005 18:12:54 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EprPO-000PYl-Gb for freebsd-questions@freebsd.org; Fri, 23 Dec 2005 13:12:50 -0500 Message-ID: <00ec01c607ec$77b64cb0$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <1135074304.11860.4.camel@DIRAC> <43A8999D.9040806@hotmail.com> Date: Fri, 23 Dec 2005 12:12:41 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Simple question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 18:13:00 -0000 > Teilhard Knight wrote: >> What's the command to stop a service like gdm? > > Formally it's: > > invoke-rc.d gdm stop > > But everybody (including myself) uses: > > /etc/init.d/gdm stop > > To stop it permanently use: > > update-rc.d gdm remove Thanks a lot. Teilhard. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 18:15: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 0BEC816A41F for ; Fri, 23 Dec 2005 18:15:31 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8902E43D5F for ; Fri, 23 Dec 2005 18:15:30 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EprRx-000PxM-BT for freebsd-questions@freebsd.org; Fri, 23 Dec 2005 13:15:29 -0500 Message-ID: <00f101c607ec$d99a6b50$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <1135073064.11860.2.camel@DIRAC> <20051222140538.GL941@freenet.de> Date: Fri, 23 Dec 2005 12:15:25 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Simple question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 18:15:31 -0000 > Am 2005-12-20 04:04:24, schrieb Teilhard Knight: >> What's the command to stop a service like gdm? > > It depends. > > 1) For killing it the current bootet Computer > > /etc/init.d/gdm stop > > 2) Only from the runlevel 2 > > rm /etc/rc2.d/??gdm > > 3) Permanently > > apt-get --purge remove gdm Thank you very much. Teilhard. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 18:19: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 3F37116A41F for ; Fri, 23 Dec 2005 18:19:16 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B93B43D68 for ; Fri, 23 Dec 2005 18:19:08 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id DDF4C5CED; Fri, 23 Dec 2005 13:19:05 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11638-02; Fri, 23 Dec 2005 13:19:04 -0500 (EST) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id D71EF5CA3; Fri, 23 Dec 2005 13:19:04 -0500 (EST) In-Reply-To: <20051223120440.G5464@seibercom.net> References: <20051223120440.G5464@seibercom.net> 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: Charles Swiger Date: Fri, 23 Dec 2005 13:19:03 -0500 To: Gerard Seibert X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: amavisd-new at codefab.com Cc: FreeBSD Questions Subject: Re: SPAM Trap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 18:19:16 -0000 On Dec 23, 2005, at 12:12 PM, Gerard Seibert wrote: > I have been reading about SPAM Traps. Exactly what is a SPAM Trap? > I noticed that it seems to be used in conjunction with blacklisting > organizations. > > How would one go about setting up one? The simplest case is to set up some email addresses on a website which point to a machine with no valid users, and then pay attention to any incoming mail and blacklist that traffic, ie, add the IP addresses of sending machines to a deny list like the access map, or feed the contents of such mail into SpamAssassin or other such tools which perform Bayesian text recognition. Recently I'd written a Python program to generate such pages to try and pollute spam databases, which also helps against critters who scan websites and then launch dictionary attacks against user accounts via SSH and so forth. It's here: http://www.pkix.net/~chuck/strychnine.py ...and can be seen in operation here: http://www.pkix.net/foo.asp [ Or any URL that doesn't refer to a valid document, for that matter. :-) ] -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 18:21: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 6919A16A41F for ; Fri, 23 Dec 2005 18:21:18 +0000 (GMT) (envelope-from teilhk@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy02.prodigy.net.mx [148.235.52.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB98443D55 for ; Fri, 23 Dec 2005 18:21:17 +0000 (GMT) (envelope-from teilhk@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy02 [148.235.52.22]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar 3 2005)) with ESMTP id <0IRY00FWTQVHRX@smtp.prodigy.net.mx>; Fri, 23 Dec 2005 12:18:54 -0600 (CST) Received: from fortunato(dsl-201-127-10-40.prod-infinitum.com.mx [201.127.10.40]) by smtp.prodigy.net.mx(iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar 3 2005))with SMTP id <0IRY00LK0QU2A4@smtp.prodigy.net.mx>; Fri, 23 Dec 2005 12:18:53 -0600 (CST) Date: Fri, 23 Dec 2005 12:19:39 -0600 From: Teilhard Knight To: FreeBDS Message-id: <00fc01c607ed$8d69e9d0$210110ac@fortunato> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Outlook Express 6.00.2900.2180 Content-type: text/plain; format=flowed; charset=iso-8859-1; reply-type=response Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal X-imss-version: 2.035 X-imss-result: Passed X-imss-scores: Clean:5.50317 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:3 C:4 M:4 S:4 R:4 (0.5000 0.5000) References: <1135073064.11860.2.camel@DIRAC> <43A8419F.4000605@sbcglobal.net> Subject: Re: Simple question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 18:21:18 -0000 > Teilhard Knight wrote: >> What's the command to stop a service like gdm? >> >> Teilhard. >> >> > > Simple answer: RTFM > Extended answer: $ info gdm Thanks. Teilhard From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 18:24: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 C122816A41F for ; Fri, 23 Dec 2005 18:24:00 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB5D043D4C for ; Fri, 23 Dec 2005 18:23:53 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Epra4-0001Gl-No for freebsd-questions@freebsd.org; Fri, 23 Dec 2005 13:23:53 -0500 Message-ID: <010301c607ee$04fc6ae0$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <1135073064.11860.2.camel@DIRAC> <379400e30512201300p227b303fv497b745576fdeb5c@mail.gmail.com> Date: Fri, 23 Dec 2005 12:23:47 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Simple question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 18:24:00 -0000 >as root: /etc/gdm stop Are you sure? I haven't tried it, but seems something is missing. Thanks anyway. Teilhard. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 18:28: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 6CF2516A41F for ; Fri, 23 Dec 2005 18:28:19 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7267143D58 for ; Fri, 23 Dec 2005 18:28:18 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 74510998666; Fri, 23 Dec 2005 19:28:17 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25619-05; Fri, 23 Dec 2005 19:28:12 +0100 (CET) Received: from [80.98.231.227] (catv-5062e7e3.catv.broadband.hu [80.98.231.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id A9303998642; Fri, 23 Dec 2005 19:28:11 +0100 (CET) Message-ID: <43AC41B8.4000707@t-hosting.hu> Date: Fri, 23 Dec 2005 19:28:08 +0100 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Teilhard Knight References: <1135073064.11860.2.camel@DIRAC> <379400e30512201300p227b303fv497b745576fdeb5c@mail.gmail.com> <010301c607ee$04fc6ae0$210110ac@fortunato> In-Reply-To: <010301c607ee$04fc6ae0$210110ac@fortunato> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: FreeBDS Subject: Re: Simple question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 18:28:19 -0000 Teilhard Knight wrote: >> as root: /etc/gdm stop > > > Are you sure? I haven't tried it, but seems something is missing. > Thanks anyway. > > Teilhard. /etc/rc.d/gdm stop See: rc(8) rcorder(8) rc.conf(5) Regards, Gabor Kovesdan From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 18:48: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 5655916A41F for ; Fri, 23 Dec 2005 18:48:00 +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 35F1543D4C for ; Fri, 23 Dec 2005 18:47:58 +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 jBNIlKx4000351; Fri, 23 Dec 2005 10:47:22 -0800 From: Kent Stewart To: Darren Henderson Date: Fri, 23 Dec 2005 10:47:53 -0800 User-Agent: KMail/1.8.3 References: <20051219035752.GA27224@home-on-the-dome.mit.edu> <200512230030.35818.kstewart@owt.com> <20051223103124.G92085@olmec> In-Reply-To: <20051223103124.G92085@olmec> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200512231047.53486.kstewart@owt.com> Cc: freebsd-questions@freebsd.org 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: Fri, 23 Dec 2005 18:48:00 -0000 On Friday 23 December 2005 07:57 am, Darren Henderson wrote: > On Fri, 23 Dec 2005, Kent Stewart wrote: > > Use the location menu item on RealPlayer and add > > http://66.246.59.69:8700 > > > > You probably won't understand it but Xeoax, Oaxaca is the only > > realaudio stream that I listen to. > > kmplayer and gmplayer handle it perfectly. Xine handles it but > doesn't sound quite as good (lot of tinkering that can be done there > though). > > Totem plays it but its only tolerable if you really like chipmunks. > Even mplayer will play it if you get past the message about=20 ~/.mplayer/subfont.tttf. If you can play it, the application works over the network. I have been=20 known to record the news from Oaxaca, M=E9xico and burn a CD for friends=20 from there. It is a kind of poke in the ribs to get them on the=20 Internet. It hasn't worked yet but I keep trying :). If realplayer won't work with firefox, the relationship between firefox=20 preferences > download actions and audio/x-pn-realaudio is screwed up.=20 You should be able to point the firefox file action to anything that=20 will play a realaudio file type. This is also true for mp3 file=20 actions. Before I did any of this, I added links to nphelix.so and nphelix.xpt=20 in /usr/X11R6/lib/browser_linux_plugins=20 and /usr/X11R6/lib/browser_plugins I don't know which one made the difference. I tweaked until I could see=20 the plugins in mozilla. I am also using the default libmap.conf for the=20 version [56]-stable. At any rate, firefox-1.5_5,1 will play *.ram files on all of my systems=20 (with sound cards, speakers and either 5-stable or 6-stable) when I=20 visit websites with realaudio *.ram files. The only problem is that the=20 realaudio sites I listen to are folkl=F3ric sites from Columbia and=20 Venezuela. This includes winamp playlists using xmms. I haven't made mozilla work but then I don't miss the capability=20 either :). Kent =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 Fri Dec 23 18:49: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 4556116A424 for ; Fri, 23 Dec 2005 18:49:38 +0000 (GMT) (envelope-from dot.sn1tch@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FACF43D45 for ; Fri, 23 Dec 2005 18:49:27 +0000 (GMT) (envelope-from dot.sn1tch@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so480481wxc for ; Fri, 23 Dec 2005 10:49:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:mime-version:content-type:x-mailer:thread-index:x-mimeole:message-id; b=HrzrbsNhA0MCnTq8+Q7tQrUU7VJX8X9ee5kVzfcjSEzxC4yVm5XAko2yvk0nHdqzFRNjBf+CN80PZ6BI+m7D+s27ZCBB0shsk+CSBEs6PcyA0Zx8IRczQhRnjHCcLlY2VaXGwngDU+mjE4h2FLu7cPtxXNO6Bm06Pf/d7rN5MW4= Received: by 10.70.104.3 with SMTP id b3mr3590727wxc; Fri, 23 Dec 2005 10:49:26 -0800 (PST) Received: from adm009 ( [67.141.186.34]) by mx.gmail.com with ESMTP id h36sm5098611wxd.2005.12.23.10.49.22; Fri, 23 Dec 2005 10:49:22 -0800 (PST) From: "Joe Wood" To: Date: Fri, 23 Dec 2005 13:49:21 -0500 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcYH8ZZhhdDkFCFaQ8WlmXK8puwbZA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: <43ac46b2.4bf45e95.738e.3216@mx.gmail.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Quick, simple backup 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: Fri, 23 Dec 2005 18:49:39 -0000 I am looking for a quick backup solution for my freebsd machine. Currently I backup to a DDS-4 DAT drive using the following while in "/": tar -cf /dev/sa0 -I /root/includes -X /root/excludes . I am aware of bacula, Amanda, cpio, and dump but to me tar is the ideal method so if anyone had a simple script to automate this process I would greatly appreciate some help in making my own. Thanks again, you guys are great!! Joe From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 18:58: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 9E95216A41F for ; Fri, 23 Dec 2005 18:58:25 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id E133D43D5F for ; Fri, 23 Dec 2005 18:58:24 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Eps7S-0005Rx-KI for freebsd-questions@freebsd.org; Fri, 23 Dec 2005 13:58:23 -0500 Message-ID: <010701c607f2$d8aa3030$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" Date: Fri, 23 Dec 2005 12:58:20 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Cannot start X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 18:58:25 -0000 Hi: I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I want to start KDE; the .xinitrc is in place, but I couldn't start it before I wrote it, either. As I cannot copy and paste, I do not give you my xorg.conf file, but I need the i810 driver for a Realtek A'67 integrated sound device whose chip apparently is Intel. Upon startx, I get in the end: (==) Using config file "/etc/X11/xorg.conf" [drm] failed to load kernel module "i915" (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. start: not found. I have checked the xorg.conf file and it has no mention of module i915. I have tried with the config files made by "xorgcfg -textmode", but none of the options for the driver i810 works. The check: "Xorg -config xorg.conf.new", after making "Xorg -configure" and changing the resolution to 1280x1024, works all right, though. I would appreciate if you could give me a hint of what to do. I'll be happy to provide any additional information. Teilhard. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 19:07: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 C796216A41F for ; Fri, 23 Dec 2005 19:07:22 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF69743D5C for ; Fri, 23 Dec 2005 19:07:21 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so698663nzo for ; Fri, 23 Dec 2005 11:07:21 -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:message-id; b=XgCFdjMdZVs4jHncGLrCLbKIRzU/lMc+U1NEoXZv+dD5wQfLWmQ7/M8DW5ot3Q0wN18ydC2O0MIRhLqfY1cFZYCNSCGoPM1skdhQJBT5rBJBubP02lvKtVoPjfBbHWbwCxbG/XLWmFi0GhznSfb9RIO7b9UibER5Wcm1Ua0yaEA= Received: by 10.36.148.14 with SMTP id v14mr270776nzd; Fri, 23 Dec 2005 11:07:20 -0800 (PST) Received: from ?192.168.0.86? ( [221.186.3.89]) by mx.gmail.com with ESMTP id 34sm419994nza.2005.12.23.11.07.20; Fri, 23 Dec 2005 11:07:20 -0800 (PST) From: Eric Kjeldergaard To: freebsd-questions@freebsd.org Date: Sat, 24 Dec 2005 04:07:11 +0900 User-Agent: KMail/1.8.3 References: <010701c607f2$d8aa3030$210110ac@fortunato> In-Reply-To: <010701c607f2$d8aa3030$210110ac@fortunato> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1595559.jXfauQ1ts1"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512240407.17399.kjelderg@gmail.com> Cc: Teilhard Knight Subject: Re: Cannot start X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 19:07:22 -0000 --nextPart1595559.jXfauQ1ts1 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 24 December 2005 03:58, Teilhard Knight wrote: > Hi: > > I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I > want to start KDE; the .xinitrc is in place, but I couldn't start it befo= re > I wrote it, either. As I cannot copy and paste, I do not give you my > xorg.conf file, but I need the i810 driver for a Realtek A'67 integrated > sound device whose chip apparently is Intel. > > Upon startx, I get in the end: > > (=3D=3D) Using config file "/etc/X11/xorg.conf" > [drm] failed to load kernel module "i915" > (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. > start: not found. This last line indicates that you are trying to run a program called start.= =20 Likely this is in your .xinitrc. Is it possible that you have something=20 othere than the following in your .xinitrc: exec startkde > I have checked the xorg.conf file and it has no mention of module i915. I > have tried with the config files made by "xorgcfg -textmode", but none of > the options for the driver i810 works. The check: "Xorg -config > xorg.conf.new", after making "Xorg -configure" and changing the resolution > to 1280x1024, works all right, though. > > I would appreciate if you could give me a hint of what to do. I'll be hap= py > to provide any additional information. Hope that helps. --nextPart1595559.jXfauQ1ts1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDrErlSMnO3Fce5JgRAiVRAJ9i2i25H9oYvHkOcov5M2Wv8CLnLACglzMO rhsXjTMan80pCNfk/IiyYEE= =nCHD -----END PGP SIGNATURE----- --nextPart1595559.jXfauQ1ts1-- From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 19:17: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 01B6C16A41F for ; Fri, 23 Dec 2005 19:17:26 +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 C02B743D73 for ; Fri, 23 Dec 2005 19:17:19 +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 jBNJEjbu031690; Fri, 23 Dec 2005 13:14:46 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <43AC4C9F.3020906@daleco.biz> Date: Fri, 23 Dec 2005 13:14:39 -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: Teilhard Knight References: <010701c607f2$d8aa3030$210110ac@fortunato> In-Reply-To: <010701c607f2$d8aa3030$210110ac@fortunato> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBDS Subject: Re: Cannot start X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 19:17:26 -0000 Teilhard Knight wrote: > Hi: > > I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I > want to start KDE; the .xinitrc is in place, but I couldn't start it > before > I wrote it, either. As I cannot copy and paste, I do not give you my > xorg.conf > file, but I need the i810 driver for a Realtek A'67 integrated sound > device > whose chip apparently is Intel. > Hrm, isn't i810 the integrated video? > Upon startx, I get in the end: > > (==) Using config file "/etc/X11/xorg.conf" > [drm] failed to load kernel module "i915" > (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. > start: not found. > This looks suspiciously like a misconfiguration. Is the word "start" by itself in your .xinitrc, by chance? > I have checked the xorg.conf file and it has no mention of > module i915. I have tried with the config files made by "xorgcfg > -textmode", > but none of the options for the driver i810 works. The check: > "Xorg -config xorg.conf.new", after making "Xorg -configure" and > changing the resolution to 1280x1024, works all right, though. > > I would appreciate if you could give me a hint of what to do. > I'll be happy to provide any additional information. > > Teilhard. > _______________________________________________ I'd be kind of interested myself; had a similar issue with an older box (810 chipset) the other day, which I worked around by switching to the VESA driver in xorg.conf .... HTH, Kevin Kinsey There are no great men, only great challenges that ordinary men are forced by circumstances to meet. -- Admiral William Halsey From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 19:29: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 5B7EE16A41F for ; Fri, 23 Dec 2005 19:29:55 +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 73A3943D4C for ; Fri, 23 Dec 2005 19:29:46 +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 jBNJTZiU010819; Fri, 23 Dec 2005 14:29:35 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id jBNJTZU1010818; Fri, 23 Dec 2005 14:29:35 -0500 (EST) From: Jerry McAllister Message-Id: <200512231929.jBNJTZU1010818@clunix.cl.msu.edu> To: imran@darkstar.thelakecity.com.pk (Imran Imtiaz) Date: Fri, 23 Dec 2005 14:29:35 -0500 (EST) In-Reply-To: <200512230449.jBN4nxKS005640@darkstar.thelakecity.com.pk> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: default password of toor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 19:29:55 -0000 > > what is the default password of toor cause i have forgotton my roots > password so any one could help me in recovering ? There is no default password for the toor account. It is just an account with another name that has root's UID (0). You can create one for yourself with any name you want and just give it a UID of 0. But, if you have forgotten your root password, you will have to do a single user boot (boot -s), fsck and remount / and then set a password for root (or toor or your personal root account). NOTE: you will have to give toor a real shell if you want to use it for a login. You will need to have a root login or be in single user mode for doing that. Use vipw(8) to do that. ////jerry > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 19:38: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 F1FB816A41F for ; Fri, 23 Dec 2005 19:38:19 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CA6B43D4C for ; Fri, 23 Dec 2005 19:38:19 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Epsk6-0009TF-7K for freebsd-questions@freebsd.org; Fri, 23 Dec 2005 14:38:18 -0500 Message-ID: <018701c607f8$6cd91e10$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <010701c607f2$d8aa3030$210110ac@fortunato> <200512240407.17399.kjelderg@gmail.com> Date: Fri, 23 Dec 2005 13:38:16 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Cannot start X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 19:38:20 -0000 On Saturday 24 December 2005 03:58, Teilhard Knight wrote: > Hi: > > I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I > want to start KDE; the .xinitrc is in place, but I couldn't start it > before > I wrote it, either. As I cannot copy and paste, I do not give you my > xorg.conf file, but I need the i810 driver for a Realtek A'67 integrated > sound device whose chip apparently is Intel. > > Upon startx, I get in the end: > > (==) Using config file "/etc/X11/xorg.conf" > [drm] failed to load kernel module "i915" > (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. > start: not found. > I have checked the xorg.conf file and it has no mention of module i915. I > have tried with the config files made by "xorgcfg -textmode", but none of > the options for the driver i810 works. The check: "Xorg -config > xorg.conf.new", after making "Xorg -configure" and changing the resolution > to 1280x1024, works all right, though. > > I would appreciate if you could give me a hint of what to do. I'll be > happy > to provide any additional information. It helped all right. I am in now, thanks a lot. Teilhard. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 20:29: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 1462916A41F for ; Fri, 23 Dec 2005 20:29:45 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C3B43D66 for ; Fri, 23 Dec 2005 20:29:43 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 9617 invoked from network); 23 Dec 2005 20:29:43 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Dec 2005 20:29:43 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 170CF28423; Fri, 23 Dec 2005 15:29:42 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Joe Wood" References: <43ac46b2.4bf45e95.738e.3216@mx.gmail.com> From: Lowell Gilbert Date: 23 Dec 2005 15:29:41 -0500 In-Reply-To: <43ac46b2.4bf45e95.738e.3216@mx.gmail.com> Message-ID: <44oe37mua2.fsf@be-well.ilk.org> Lines: 31 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: Quick, simple backup 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: Fri, 23 Dec 2005 20:29:45 -0000 "Joe Wood" writes: > I am looking for a quick backup solution for my freebsd machine. Currently I > backup to a DDS-4 DAT drive using the following while in "/": > > > > tar -cf /dev/sa0 -I /root/includes -X /root/excludes . > > > > I am aware of bacula, Amanda, cpio, and dump but to me tar is the ideal > method so if anyone had a simple script to automate this process I would > greatly appreciate some help in making my own. Since we have no idea *why* you consider tar ideal, we can't really tell what would help your particular needs. On my page of FreeBSD tricks (http://be-well.ilk.org/~lowell/systuff/), I have a brief essay on what to consider when designing a backup strategy (http://be-well.ilk.org/~lowell/systuff/backup-strategy.txt), as well as some script I use for backups via both tar and dump (http://be-well.ilk.org/~lowell/systuff/scripts/systemTarBackup and http://be-well.ilk.org/~lowell/systuff/scripts/systemDumpBackup). Make what you can out of these hints. Be well. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 20:52: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 CB07916A41F for ; Fri, 23 Dec 2005 20:52:34 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2895B43D5F for ; Fri, 23 Dec 2005 20:52:34 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id EF65556423; Sat, 24 Dec 2005 09:52:31 +1300 (NZDT) Date: Sat, 24 Dec 2005 09:52:31 +1300 From: Jonathan Chen To: DW Message-ID: <20051223205231.GC2950@osiris.chen.org.nz> References: <43AC309F.7000608@att.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43AC309F.7000608@att.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: Palm (Zire) and /dev/ucom0 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: Fri, 23 Dec 2005 20:52:34 -0000 On Fri, Dec 23, 2005 at 12:15:11PM -0500, DW wrote: [...] > I do all this on my new 6.0 machine. When I hit the sync button on zire, > I get the expected dmesg output (detecting the palm device), but there > is no /dev/ucom0 device in /dev. Why? Aside from adding uvisor, you don't have to change any other configuration files for 6.0; the USB tty support files have changed from /dev/ucom* in 5.0 to /dev/cuaU* in 6+. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Opportunities are seldom labeled From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 21:22: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 ACB9816A41F for ; Fri, 23 Dec 2005 21:22:35 +0000 (GMT) (envelope-from drench@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE44443D46 for ; Fri, 23 Dec 2005 21:22:34 +0000 (GMT) (envelope-from drench@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so496149wxc for ; Fri, 23 Dec 2005 13:22: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t0FOwVQMFpvHq2QIL+lF2mYSaS2s7NXAIJGvrAgUutCTqY5HxvS2z5dvI4b71CRZzZcyq453JCz/g650DihveqkIxXEWFn4iMWZDmF/aDBOOwaVPGjknhqMKN2xPHNvyJoMFFJWzP3F63JzzvUCmgArvqjU2p6kwQxbWu6oNbaA= Received: by 10.70.75.10 with SMTP id x10mr3146365wxa; Fri, 23 Dec 2005 13:22:34 -0800 (PST) Received: by 10.70.125.1 with HTTP; Fri, 23 Dec 2005 13:22:34 -0800 (PST) Message-ID: Date: Fri, 23 Dec 2005 15:22:34 -0600 From: Daniel Rench To: Georg Auernhammer In-Reply-To: <20051223102633.GA21043@bera.rus.uni-stuttgart.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051222122323.GA32562@bera.rus.uni-stuttgart.de> <20051223102633.GA21043@bera.rus.uni-stuttgart.de> Cc: freebsd-questions@freebsd.org Subject: Re: amd64 + RAID freezing system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 21:22:35 -0000 On 12/23/05, Georg Auernhammer > But it shouldnt freeze. > Its a RAID 10, or do you think there are more than 1 disks broken? I know it shouldn't freeze, but in my case I had a bad drive and as far as the Promise controller was concerned, the drive was good. Through trial and error I figured out which drive it was (not too hard in my case since there were only 2 drives) and replaced it. From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 22:03: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 C7F2916A41F for ; Fri, 23 Dec 2005 22:03:56 +0000 (GMT) (envelope-from leblanc@keyslapper.net) Received: from camomile.cloud9.net (camomile.cloud9.net [168.100.1.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B56DD43D4C for ; Fri, 23 Dec 2005 22:03:55 +0000 (GMT) (envelope-from leblanc@keyslapper.net) Received: from camomile.cloud9.net (localhost.cloud9.net [127.0.0.1]) by camomile.cloud9.net (Postfix) with SMTP id 0FE6555B5 for ; Fri, 23 Dec 2005 17:03:55 -0500 (EST) Received: from keyslapper.net (250-119.customer.cloud9.net [168.100.250.119]) by camomile.cloud9.net (Postfix) with ESMTP id 541955570 for ; Fri, 23 Dec 2005 17:03:54 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by keyslapper.net (Postfix) with ESMTP id 2B9D1115FE for ; Fri, 23 Dec 2005 16:58: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 63641-02 for ; Fri, 23 Dec 2005 16:58:56 -0500 (EST) Received: by keyslapper.net (Postfix, from userid 1001) id D52E6115E0; Fri, 23 Dec 2005 16:58:56 -0500 (EST) Date: Fri, 23 Dec 2005 16:58:56 -0500 From: Louis LeBlanc To: FreeBSD Questions Message-ID: <20051223215856.GA61699@keyslapper.net> Mail-Followup-To: FreeBSD Questions References: <20051223120440.G5464@seibercom.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline In-Reply-To: <20051223120440.G5464@seibercom.net> X-PGP-Key: http://www.keyslapper.net/~leblanc/leblanc-at-keyslapper-net.asc User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at keyslapper.net X-AntiVirus: Checked by Vexira Antivirus v1.5 Subject: Re: SPAM Trap 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: Fri, 23 Dec 2005 22:03:56 -0000 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 12/23/05 12:12 PM, Gerard Seibert sat at the `puter and typed: > I have been reading about SPAM Traps. Exactly what is a SPAM Trap? I=20 > noticed that it seems to be used in conjunction with blacklisting=20 > organizations. >=20 > How would one go about setting up one? Ahh, spam. A subject near and dear to my heart. Well, ok, not really, but certainly one I've spent a lot of time trying to minimize. I use a honeypot setup to pipe obvious spam through the spamassassin bayes learner. Of course, I have broad access to aliases, and I can have mail delivered to any folder I like using the user+folder@domain.com extension. So, I alias some bogus address, like TrapAddr@mydomain.com to my folder (like user+trap@mydomain.com), then have procmail intercept it and pipe it directly through spamassassin to be learned and reported as spam. Then procmail ditches it to /dev/null. I never see the trap, and only those harvesting addresses on newsgroups are going to send to the address. Mind you, I am very careful about posting with these. I have a specific sig file that describes in detail what will happen to any message sent to the address. Since I use mutt to do this, all return paths lead to the honeypot. These addresses are only seeded in postings to newsgroups, but that is more than effective enough. Pick any newsgroup, but for best results, focus on those you would never want your children to frequent. Make sure your posting does NOT have any real address at all. Mutt is best, since you can use the 'set from=3D"honeypot@domain.com"' config, which will ensure all return path headers use it, and you can explicitly set the From and Reply-To headers. That way, the only address harvested is the one you want harvested. In my procmail rc file, I catch anything going to the trap folder, log a '.' to a ~/.honeypot_hits file so I can tell how many hits have resulted (1163 in the last 3 months, with the last one coming at 8:10 this morning - might be worth reseeding soon). It's also boosted my SA bayes accuracy to near perfection - I don't get so much spam at my "real" address, but what I do get is sorted perfectly over the last 2 years - meaning not one single false positive or false negative in at least 6 months. The only real magic, once you've got the aliases down is the procmail recipe: ################################## :0 * FOLDER ?? ^^trap^^ { VERBOSE=3Doff # let's count this message: LOGFILE=3D$HOME/.honeypot_hits LOG=3D"." LOGFILE=3D$HOME/.procmail_log # uncomment the next line if you log verbose messages # VERBOSE=3Don # Report spam. # The lock prevents windfalls from knocking the system over :0c:honeypot.lock | nice -n 20 /usr/local/bin/spamassassin -r # Now, teach the bayes db what spam is :0:salearn.lock | nice -n 20 /usr/local/bin/sa-learn --spam --no-rebuild # Now, file it appropriately :0 /dev/null } ################################## You may, of course, have to find another way to do this of you don't have aliasing capabilities, or if you don't have the "plussed folder" extension available. In the latter case, you can scan the routing headers to see what address the message is for - not quite as easy, but it can be done. I also have procmail separate spam based on whether it goes over the autolearn threshold. If it's autolearned, it goes into the spam_autolearn folder, and I never bother to look at it. It is already automagically trained into the bayes db. Anything tagged as spam, but not over that threshold, is put into the spam folder, and requires a verification. I simply use mutt or squirrelmail to mark it as read - if it really is spam, or move it back to the right folder. Every night, mail in the spam folder that is marked as read is piped through the learner to teach bayes to count it as spam, and then backed up into a spam archive folder - named based on the month (like spam-01-05) - and saved there for 12 months. After 12 months, this folder will be removed altogether. I figure that's long enough to be sure nobody has sent me anything important. I do check these from time to time though, when I'm bored. So far, 100.00% perfection. I started using the honeypot way back when I was using Cyrus imapd (3 years ago?), and my false negatives went from about 30/day (out of around 200 spams) to about 1 every week or so within a month. About a year ago, I wrote the perl script that manages, archives, and deletes old spam. Since then, spam tends to take a *lot* less of my own time. So I count all the up front effort as time very well spent. Currently, I'm only getting around 400 spams/month (not counting honeypot hits) which is back up from under 100, back when I turned off one of my domains that had been getting around 2000/month. That script has been untouched since February and working well. I've posted the script on the list I think, but if you're interested, I'll send it to you offlist (unless I get enough people requesting it to the list). HTH Lou --=20 Louis LeBlanc FreeBSD-at-keyslapper-DOT-net Fully Funded Hobbyist, KeySlapper Extrordinaire :) Please send off-list email to: leblanc at keyslapper d.t net Key fingerprint =3D C5E7 4762 F071 CE3B ED51 4FB8 AF85 A2FE 80C8 D9A2 meterologist, n.: One who doubts the established fact that it is bound to rain if you forget your umbrella. --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDrHMgr4Wi/oDI2aIRAh0yAJ9NBH/DdMjAGWACU8oOa/fzlYhulgCfRWn3 2P/U0I01ideIxYbINeLhBc0= =smNX -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+-- From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 22:07: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 EF80916A41F for ; Fri, 23 Dec 2005 22:07:42 +0000 (GMT) (envelope-from wojciech.maslanka@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB0A43D72 for ; Fri, 23 Dec 2005 22:07:33 +0000 (GMT) (envelope-from wojciech.maslanka@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so725504nzo for ; Fri, 23 Dec 2005 14:07: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:mime-version:content-type; b=mdk2YIkO2iUsfc4xICbS10rJ/tA72m00Ff3p7I+8ocU7lz2ImoJya/Zadtr7janEwOD/NgJbjwCRgRbXvg7J9APcnCcYZ6boaEDkAl8mnlIQtQ66WaqyJ+taY4O5Izw0VoUJ4yeGFloFeFSYNlx8R434TpN+7E0I+eFvP2CDjuE= Received: by 10.36.250.17 with SMTP id x17mr428470nzh; Fri, 23 Dec 2005 14:07:32 -0800 (PST) Received: by 10.36.19.6 with HTTP; Fri, 23 Dec 2005 14:07:32 -0800 (PST) Message-ID: Date: Fri, 23 Dec 2005 23:07:32 +0100 From: =?ISO-8859-2?Q?Ma=B6lanka_Wojciech?= 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: ipnat and "ping" 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: Fri, 23 Dec 2005 22:07:43 -0000 This is my network: Internet---------------[rl0, 192.168.0.50_____10.0.0.1 ,rl1]------------------[10.0.0.2] On 10.0.0.2 machine I cant ping any host in internet. I can ping only 10.0.0.1 and 192.168.0.50. :( Whats wrong?? [/usr/src]#uname -a FreeBSD freebsd.mila10.6 6.0-RELEASE FreeBSD 6.0-RELEASE [/usr/src]#ipfstat -io pass out quick all pass in quick all [/usr/src]#ipnat -l List of active MAP/Redirect filters: map rl0 10.0.0.0/24 -> 192.168.0.50/32 proxy port ftp ftp/tcp map rl0 10.0.0.0/24 -> 192.168.0.50/32 portmap tcp/udp auto map rl0 10.0.0.0/24 -> 192.168.0.50/32 List of active sessions: MAP 10.0.0.2 3610 <- -> 192.168.0.50 8666 [66.249.85.83 80] MAP 10.0.0.2 3609 <- -> 192.168.0.50 8665 [66.249.85.83 80] MAP 10.0.0.2 3608 <- -> 192.168.0.50 8664 [66.249.85.19 80] MAP 10.0.0.2 3607 <- -> 192.168.0.50 8663 [194.204.152.34 53] MAP 10.0.0.2 3606 <- -> 192.168.0.50 8662 [66.249.85.83 80] From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 22:52: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 0350B16A41F for ; Fri, 23 Dec 2005 22:52:34 +0000 (GMT) (envelope-from philipp1@zeus.itg.uiuc.edu) Received: from zeus.itg.uiuc.edu (zeus.itg.uiuc.edu [130.126.126.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 684E143D5C for ; Fri, 23 Dec 2005 22:52:33 +0000 (GMT) (envelope-from philipp1@zeus.itg.uiuc.edu) Received: from zeus.itg.uiuc.edu (localhost.localdomain [127.0.0.1]) by zeus.itg.uiuc.edu (8.13.1/8.13.1) with ESMTP id jBNMqT2H013240 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 23 Dec 2005 16:52:29 -0600 Received: (from philipp1@localhost) by zeus.itg.uiuc.edu (8.13.1/8.13.1/Submit) id jBNMqSur013233; Fri, 23 Dec 2005 16:52:28 -0600 Date: Fri, 23 Dec 2005 16:52:28 -0600 From: Anthony Philipp To: Giorgos Keramidas , freebsd-questions@freebsd.org Message-ID: <20051223225228.GB12793@zeus.itg.uiuc.edu> References: <20051223055349.GA27033@zeus.itg.uiuc.edu> <20051223142117.GA56090@flame.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051223142117.GA56090@flame.pc> User-Agent: Mutt/1.4.1i Cc: Subject: Re: skill problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 22:52:34 -0000 On Fri, Dec 23, 2005 at 04:21:17PM +0200, Giorgos Keramidas wrote: > On 2005-12-22 23:53, Anthony Philipp wrote: > > Hello, > > > > When I did this: > > > > $ skill ttype > > > > I got this back: > > > > skill: proc size mismatch, recompile libkvm > > > > Anyone know how to fix this? > > uname -a: > > 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon Dec 5 11:19:03 CST 2005 > > pkg_info | grep skill > > skill-4.1.1 SuperKILL, kill or renice processes by pid, > > name, tty or ui > > > > I've rebuilt world, and rebuilt the kernel with it, so I'm not sure > > what else to do. I don't remember when this problem arose. > > Try rebuilding the port itself. It seems to be out of sync with your > current kernel and/or userland. Alright thanks, that seemed to work. Anthony From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 23:39: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 939E416A41F for ; Fri, 23 Dec 2005 23:39:22 +0000 (GMT) (envelope-from payne@magidesign.com) Received: from ciphertrust.net (delta.ciphertrust.com [216.235.158.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD1BE43D6A for ; Fri, 23 Dec 2005 23:39:21 +0000 (GMT) (envelope-from payne@magidesign.com) Received: from ([10.40.36.42]) by mail0.ciphertrust.net with ESMTP id NEXGATE02.111893; Fri, 23 Dec 2005 18:39:12 -0500 Message-ID: <43AC8AA0.6010802@magidesign.com> Date: Fri, 23 Dec 2005 18:39:12 -0500 From: Payne User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) 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: Http Trace. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 23:39:22 -0000 Hey guys, I am running 4.10 and I am wondering if this effect me. http://www.kb.cert.org/vuls/id/867593 Payne' From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 23:46: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 C26A116A420 for ; Fri, 23 Dec 2005 23:46:51 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33312.mail.mud.yahoo.com (web33312.mail.mud.yahoo.com [68.142.206.127]) by mx1.FreeBSD.org (Postfix) with SMTP id 2939A43D49 for ; Fri, 23 Dec 2005 23:46:51 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 70107 invoked by uid 60001); 23 Dec 2005 23:46:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=O0gHefiALdlqSNm/sIprJFxG4bIeksYlE45ekkWjRoFhadDRTuh5tfDtdbmcVrfJLfLjAvQ8sxULVpkO58a8FQNkDvtxttBtsOjAON0VKsKyzTgBzUeX/3A8FaIUAQnwFBYkWqM+SAFk6L67TIc6OHZx0U7PzD64gZ/GhX/2lvo= ; Message-ID: <20051223234650.70105.qmail@web33312.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33312.mail.mud.yahoo.com via HTTP; Fri, 23 Dec 2005 15:46:50 PST Date: Fri, 23 Dec 2005 15:46:50 -0800 (PST) From: Danial Thom To: Ted Mittelstaedt , "Loren M. Lang" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Yance Kowara , freebsd-questions@freebsd.org Subject: RE: FreeBSD router two DSL connections 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: Fri, 23 Dec 2005 23:46:51 -0000 Ted the incompetent, wrong on all counts once again: --- Ted Mittelstaedt wrote: > > > >-----Original Message----- > >From: Danial Thom > [mailto:danial_thom@yahoo.com] > >Sent: Wednesday, December 21, 2005 9:56 AM > >To: Loren M. Lang; Ted Mittelstaedt > >Cc: Yance Kowara; > freebsd-questions@freebsd.org > >Subject: Re: FreeBSD router two DSL > connections > > > > > >All upstream ISPs are > >connected to everyone on the internet, so it > >doesn't matter which you send your packets to > >(the entire point of a "connectionless" > network. > >They both can forward your traffic to wherever > >its going. > > They aren't going to forward your traffic > unless > it's sourced by an IP number they assign. To > do otherwise means they would permit you to > spoof IP > numbers. And while it's possible some very > small > ISP's run by idiots that don't know any better > might > still permit this, their feeds certainly will > not. Yes they will. Routers route based on dest address only. Are you somehow suggesting that an ISP can't be dual homed and use only one link if one goes down, since some of the addresses sent up the remaining pipe wouldn't have source addresses assigned by that upstream provider? You are beyond clueless, Ted. Why do you keep opening your mouth? > > >For efficiencies sake, you may argue > >that sending to the ISP that sent you the > traffic > >will be a "better path", but if one of your > pipes > >is saturated and the other running at 20% > > letsseenow, these are full duplex 'pipes', can > we have some direction this saturation is > taking > place in? I mean, since you are at least > trying to > make a senseless explanation sound right, you > might > as well try a bit harder. Its not senseless, you just don't understand how the internet works, apparently. I do this for a living, and you just yap. If you were able to "send back" the data on the "pipe it arrived on" then you would have uneven use of the "pipes". So one could be saturation the the other highly unused. Balancing the outgoing data would reduce the latency that occurs when a "pipe" is saturated. Its hard to explain calculus to some who can't add or subtract ted, so you should figure out how routing works before you try something this complicated. > > >then > >its likely more efficient to keep your pipes > >filled and send to "either" isp. You can > achieve > >this with per-packet load-balancing with > ciscos, > > per packet load balancing is for parallel links > between 2 endpoints. Not three, as in you, > your first ISP, and your second ISP. Wrong again, Ted. Usually thats how it is used to gain extra throughput, but thats not the only thing that it can be used for. Since the internet is connectionless (back to school for you Ted), per packet balancing can utilize 2 outgoing pipes to different ISPs as well. Obviously since failover on dual-homed network works, you can send your packets to any ISP you want. Routers route based on destination address, as anyone who knows how routers work knows. You can even use per packet load balancing on 2 lines to the same ISP when the other end doesn't support it; using 2 pipes in one direction and only one in the other. You can be innovative when you actually understand how things work, Ted. > > Surprising you would drag up a Ciscoism as > your such a big fan of BSD-based routers. > > >or bit-balancing with a product like ETs for > >FreeBSD. Unless your 2 isps are connected > >substantially differently (say if one is in > >Europe and one in the US), you'll do better > >keeping your pipes balanced, as YOU are the > >bottleneck, not the upstream, assuming you > have > >quality upstream providers. > > > > Sometimes you run into someone who is so > ignorant > of the subject of which he is trying to speak, > - routing in this case - that you can't even > argue with the person. Kind of like trying to > explain the concept of the fossil record to a > creationist. This is one of these times. Yes Ted. People run into you, the ultimate ignoramous. I have 3000 ISP customers. This is not just theory; its being done. You are wrong about every single thing you said in this thread. DT __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 00:21: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 712B716A41F for ; Sat, 24 Dec 2005 00:21:37 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33315.mail.mud.yahoo.com (web33315.mail.mud.yahoo.com [68.142.206.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 0221043D46 for ; Sat, 24 Dec 2005 00:21:36 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 39762 invoked by uid 60001); 24 Dec 2005 00:21:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=d12NazS4QoPkSbLuPdWPMbMc4Y6UVCs6RI/Eq4fa1QOZnFMaBOOR7fJd9B46qBAkDml4DzJoFAwheRXtA3gHelkBnjvtrDpH82FnFrjqR9HX8Yc+NJpSttAX9aPhKGRklePTptpZGOrkB0TEJm14HFBCpSL97yPj7aOXEwgjfss= ; Message-ID: <20051224002136.39760.qmail@web33315.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33315.mail.mud.yahoo.com via HTTP; Fri, 23 Dec 2005 16:21:36 PST Date: Fri, 23 Dec 2005 16:21:36 -0800 (PST) From: Danial Thom To: Ted Mittelstaedt , "Loren M. Lang" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Yance Kowara , freebsd-questions@freebsd.org Subject: RE: FreeBSD router two DSL connections 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: Sat, 24 Dec 2005 00:21:37 -0000 --- Ted Mittelstaedt wrote: > > > >-----Original Message----- > >From: Loren M. Lang > [mailto:lorenl@alzatex.com] > >Sent: Wednesday, December 21, 2005 9:47 AM > >To: Ted Mittelstaedt > >Cc: Yance Kowara; > freebsd-questions@freebsd.org > >Subject: Re: FreeBSD router two DSL > connections > > > > > >On Sun, Dec 11, 2005 at 11:28:17PM -0800, Ted > Mittelstaedt wrote: > >> > >> If both DSL lines go to the same ISP it is > easy, run > >> PPP on them and setup multilink PPP. The > ISP has to > >> do so also. > >> > >> If they are going to different ISP's then > you cannot > >> do it with any operating system or device > save BGP - the idea is > >> completely -stupid- to put it simply. If > you think different, > >> then explain why and I'll shoot every > networking scenario > >> you present so full of holes you will think > it's swiss cheese. > >> And if you think your going to run BGP I'll > shoot that full > >> of holes also. > > > >I strongly disagree. There are many reasons > for this. Two of which are > >increased throughoutput and redundancy. > > If you have read this thread you will have > already seen that you cannot > get increased throughput this way. > > As I asked before, explain how a DSL line to > SpiritOne running at > 1MBit/sec > and a Comcast cable connection running at > 1MBit/sec will allow you to > download the FreeBSD release iso file at > 2MBit/sec. This will be > interesting. > > If you can't do it, which I will tell you that > you can't, you have not > increased throughput. > > And as for redundancy, I already explained that > while this setup > increases redundancy, the redundancy must be > manually done - > monitored by a human, and switched over when > needed - or it will > not react to the most common redundancy > problems. > > > The primary problem is that you > >need to make sure outgoing data for a > connection is using the same line > >as the incoming connection. > > No, not at all. The primary problem is that > the incoming data that is > in response to the outgoing connection will > come in on the same > line that the outgoing connection used. > > >If the majority to all connections are > >outgoing and both lines use NAT and have > unique IP addresses, it's > >simpler to setup. > >If you have incoming connections as well, > either only > >one of the two lines will be used or you'll > need BGP > > Explain how to run BGP with a DSL line to > Spirit One and a cable > line to Comcast. > > >or some kind of > >static route setup by the two ISPs. > > Rubbish. Explain how this would work. It > won't. > > > > >I have done this with a Linux router and using > Comcast Cable and > >SpiritOne DSL. We had all incoming > connections use DSL and outgoing > >connections use either line. > > You used the dual-NAT package that was detailed > earlier which is the > only one that can do that - is specific to > Linux - and as I explained > before, > also will not permit you to take a 1MB DSL line > from one provider and > a 1MB cable line from the cable company and > download a freebsd iso at > 2MB. Thus it is not load-balancing because it > does not actually use both > lines for a connection. Ted, you have to think outside the box. Life is more than one connection. While you can't increase the throughput of a single connection, you can increase the throughput of your network, which is usually the point. "Throughput" in this context is "capacity". Throughput is not only what you can "get" on a download; its the sum total of all of your activites. You "can" upload at 2Mb/s on one connection if you balance your outbound traffic, but not download, because while you can control where outgoing packets are sent, you can't control over which pipe incoming traffic arrives. Believe me, ted. It works. Its not "theory". Its being done. For example a hosting ISP saturates its pipes outgoing and has very little traffic incoming. They can load balance in the outgoing only direction and have all of their incoming traffic on a single pipe and double the capacity of their network. Since they never exceed the incoming bandwidth of a single pipe there is no need to balance it. DT __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 00:31: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 EA3A116A41F for ; Sat, 24 Dec 2005 00:31:49 +0000 (GMT) (envelope-from fbsd@aanet.com.au) Received: from aanet.com.au (mail.aanet.com.au [202.63.35.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 2185B43D45 for ; Sat, 24 Dec 2005 00:31:48 +0000 (GMT) (envelope-from fbsd@aanet.com.au) Received: (qmail 29230 invoked from network); 24 Dec 2005 00:31:42 -0000 Received: from unknown (HELO ?192.168.1.100?) (202.164.206.178) by mail.aanet.com.au with SMTP; 24 Dec 2005 00:31:42 -0000 Received: from 127.0.0.1 (AVG SMTP 7.1.371 [267.14.6/213]); Sat, 24 Dec 2005 11:31:42 +1100 Message-ID: <43AC96ED.2020807@aanet.com.au> Date: Sat, 24 Dec 2005 11:31:41 +1100 From: rajoor User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en To: Gayn Winters , keramida@ceid.upatras.gr, freebsd-questions@freebsd.org References: <002101c607cf$51af3760$6501a8c0@workdog> In-Reply-To: <002101c607cf$51af3760$6501a8c0@workdog> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Subject: Re: Boot error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 00:31:50 -0000 Gayn Winters wrote: > > >>-----Original Message----- >>From: owner-freebsd-questions@freebsd.org >>[mailto:owner-freebsd-questions@freebsd.org] On Behalf Of rajoor >>Sent: Thursday, December 22, 2005 8:21 PM >>To: Giorgos Keramidas >>Cc: freebsd-questions@freebsd.org >>Subject: Re: Boot error >> >> >>Giorgos Keramidas wrote: >> >> >> >>>On 2005-12-23 14:18, Ariane & Ron Joordens >>> >>> >> wrote: >> >> >>> >>> >>> >>> >>>>Afternoon All, >>>> >>>>My FreeBSD 6.0 computer refuses to boot. It gets to the >>>> >>>> >>screen where it >> >> >>>>pauses for 10 seconds and gives you the choice of 8 boot >>>> >>>> >>options, and >> >> >>>>then...nothing! >>>> >>>>Choosing the default option shows a single line >>>> >>>> >>"/boot/kernel/acpi.ko >> >> >>>>text= etc,..." then the next line shows "|", and that's it. All the >>>>other boot options show just the "|" and that's it. I have >>>> >>>> >>waited for up >> >> >>>>to 30 minutes, but no change. The only way out is to reset >>>> >>>> >>the computer. >> >> >>>>Prior to this prblem the computer worked perfectly. FreeBSD 5.4 was >>>>installed about 4 months ago, this was upgraded to 6.0 >>>> >>>> >>about 2 months >> >> >>>>ago. Everything had been recompiled and I never had any >>>> >>>> >>problems, until >> >> >>>>this. >>>> >>>>I suspect that my 2 year old son has been pressing the power button >>>>repeatedly which may have caused this. >>>> >>>> >>>> >>>> >>>Do you still have the FreeBSD install CD-ROM? You can use >>> >>> >>that to boot. >> >> >>>DON'T INSTALL ANYTHING, though :) >>> >>>Just make sure that the CD-ROM boots fine up to the sysinstall menu. >>> >>>If that works, then there's definitely something wrong with >>> >>> >>the kernel >> >> >>>or the other boot files you have on disk, and we'll see what can be >>>done. >>> >>> > > > >>Thanks Giorgos, >> >>The install cd boots just fine. So I then looked up the >>manual and tried >>to boot from /boot/kernel.old.kernel but that doesn't work either. >> >>What can we do next? >> >>Ron >> >> > >Next: Boot from a CD that has diagnostics and check your hard drive. > >-gayn > >Bristol Systems Inc. >714/532-6776 >www.bristolsystems.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" > > > > Gayn & Giorgos, I figured it out late last night. I used the install cd to enter "fixit" mode. Mounting the hard drive failed with "operation not permitted" message. "fsck" failed to complaining about no fstab. After googling I finally found the "fsck_ffs -y /dev/ad0s1a" command which worked for me. After that I could mount the hard disk. I made no changes and rebooted the system and everything was back to normal. Thanks for your input. Ron -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.6/213 - Release Date: 23/12/2005 From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 00: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 00FB616A41F for ; Sat, 24 Dec 2005 00:41:36 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 600C443D45 for ; Sat, 24 Dec 2005 00:41:33 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.4/8.13.1) with ESMTP id jBO0fWwR005957 for ; Fri, 23 Dec 2005 16:41:32 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.4/8.13.1/Submit) id jBO0fV8P005956 for freebsd-questions@FreeBSD.ORG; Fri, 23 Dec 2005 16:41:31 -0800 (PST) (envelope-from kline) Date: Fri, 23 Dec 2005 16:41:31 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20051224004131.GA5905@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Subject: Best Scanner recs, please? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 00:41:36 -0000 Before everyone cuts out for the weekend {or year-end}, are there any models of scanner besides the Epson that work with FBSD? (Or Linux?) Tips, advice, warnings:: all welcome! gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 01: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 246F516A41F for ; Sat, 24 Dec 2005 01:09:41 +0000 (GMT) (envelope-from mph@echobase.hoth.dk) Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [195.41.46.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id B41A043D49 for ; Sat, 24 Dec 2005 01:09:40 +0000 (GMT) (envelope-from mph@echobase.hoth.dk) Received: from echobase.hoth.dk (echobase.hoth.dk [80.62.210.27]) by pfepb.post.tele.dk (Postfix) with ESMTP id 30CB35EE022; Sat, 24 Dec 2005 02:09:26 +0100 (CET) Received: by echobase.hoth.dk (Postfix, from userid 1001) id E9B2D19B3D; Sat, 24 Dec 2005 02:09:25 +0100 (CET) Date: Sat, 24 Dec 2005 02:09:25 +0100 From: "Martin P. Hansen" To: Payne Message-ID: <20051224010925.GA28824@echobase.hoth.dk> Mail-Followup-To: Payne , freebsd-questions@freebsd.org References: <43AC8AA0.6010802@magidesign.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43AC8AA0.6010802@magidesign.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: Http Trace. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 01:09:41 -0000 On Fri, 23 Dec 2005, Payne wrote: > I am running 4.10 and I am wondering if this effect me. > > http://www.kb.cert.org/vuls/id/867593 Payne' Quoted http://www.kb.cert.org/vuls/id/867593: Attackers may abuse HTTP TRACE functionality to gain access to information in HTTP headers such as cookies and authentication data. In the presence of other cross-domain vulnerabilities in web browsers, sensitive header information could be read from any domains that support the HTTP TRACE method. Most likely it wont, but it is hard to judge from your information. I imagine you are running FreeBSD 4.10 but this is an httpserver issue so you might want to note which httpserver you are using. As I understand it: They wont compromise a server using this. It is a client side issue. If you have customers using badly written httpclients however, they might be impersonated using this cross-site scripting combined with HTTP TRACE. So to protect these customers you might want to disable HTTP TRACE. You can test wether you server supports TRACE by: mph% telnet www.apache.org 80 TRACE / HTTP/1.1 Host: www.apache.org (blank) Replace www.apache.org with your own server name. If first line in the response is 400 it doesn't. For FreeBSD advisories subscribe to the security-advisories mailing list. And follow the advisories for you software (e.g. apache). -- Martin P. Hansen From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 01:11: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 EFBB316A41F for ; Sat, 24 Dec 2005 01:11:26 +0000 (GMT) (envelope-from mph@echobase.hoth.dk) Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [195.41.46.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60DF743D80 for ; Sat, 24 Dec 2005 01:11:07 +0000 (GMT) (envelope-from mph@echobase.hoth.dk) Received: from echobase.hoth.dk (echobase.hoth.dk [80.62.210.27]) by pfepb.post.tele.dk (Postfix) with ESMTP id 812265EE014; Sat, 24 Dec 2005 02:10:59 +0100 (CET) Received: by echobase.hoth.dk (Postfix, from userid 1001) id 2A08E19B3D; Sat, 24 Dec 2005 02:10:59 +0100 (CET) Date: Sat, 24 Dec 2005 02:10:59 +0100 From: "Martin P. Hansen" To: Gary Kline Message-ID: <20051224011059.GB28824@echobase.hoth.dk> Mail-Followup-To: Gary Kline , freebsd-questions@freebsd.org References: <20051224004131.GA5905@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051224004131.GA5905@thought.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: Best Scanner recs, please? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 01:11:27 -0000 On Fri, 23 Dec 2005, Gary Kline wrote: > Before everyone cuts out for the weekend {or year-end}, > are there any models of scanner besides the Epson that > work with FBSD? (Or Linux?) I use a Canon LiDE 30 recognized as uscanner0: Canon CanoScan, rev 1.10/1.00, addr 3 in FreeBSD 6.0-STABLE (should also appear in 5.x) together with sane-backends-1.0.15 and xsane-0.96. Sometimes the sensorpanel get stucked, but it might be because it is old. And it seems it can't cope with the resolutions below 64 dpi. Otherwise it works fine. -- Martin P. Hansen From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 01:21: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 C8D2D16A41F for ; Sat, 24 Dec 2005 01:21:29 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7643843D5A for ; Sat, 24 Dec 2005 01:21:29 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4F1711A3C1B; Fri, 23 Dec 2005 17:21:29 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by obsecurity.dyndns.org (Postfix) with ESMTP id 0028751190; Fri, 23 Dec 2005 20:21:25 -0500 (EST) Message-ID: <43ACA286.9040403@obsecurity.org> Date: Sat, 24 Dec 2005 11:51:10 +1030 From: Kris Kennaway User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brooks Davis References: <20051222035049.GA25222@ns.museum.rain.com> <20051222043519.GA4610@odin.ac.hmc.edu> <20051223001102.GA32544@ns.museum.rain.com> <20051223002251.GA24821@odin.ac.hmc.edu> In-Reply-To: <20051223002251.GA24821@odin.ac.hmc.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: James Long , freebsd-questions@freebsd.org Subject: Re: Reboots under 6.0 while exercising md device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 01:21:30 -0000 Brooks Davis wrote: > On Thu, Dec 22, 2005 at 04:11:02PM -0800, James Long wrote: > >>On Wed, Dec 21, 2005 at 08:35:19PM -0800, Brooks Davis wrote: >> >>>On Wed, Dec 21, 2005 at 07:50:49PM -0800, James Long wrote: >> >>[snip] >> >>>>What do I need to fix to be able to use a RAM-backed filesystem? >>> >>>From mdconfig(8): >>> >>> -t type >>> Select the type of the memory disk. >>> >>> malloc Storage for this type of memory disk is allocated with >>> malloc(9). This limits the size to the malloc bucket >>> limit in the kernel. If the -o reserve option is not >>> set, creating and filling a large malloc-backed memory >>> disk is a very easy way to panic a system. >>> > > It allocates kernel address space which is quite scarce on 32-bit > platforms. I'm not sure if it allocated physical memory. Given the > panicking behavior, I suspect that is deferred. Yes, that's why -o reserve is recommended to allocate it all up-front. > I believe this is mostly accurate. If you're actually out of memory, > there's a good chance you're going to be swapping anyway so this might > or might not actually cost you anything. If you have frequent, randomly > distributed access to the file system it's likely to be expensive. On > the other hand, if there are hot spots, the swapping may be beneficial > because it will allow other processes to proceed more efficiently. Also in the case when you are not swapping, swap-backed md is actually faster than malloc backed. Really you need to make sure that whatever you use your system for, you have enough RAM that you never need to swap. Otherwise you're throwing away most of your system's performance for no good reason. Kris From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 01:30: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 DA84916A422 for ; Sat, 24 Dec 2005 01:30:30 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Received: from web32711.mail.mud.yahoo.com (web32711.mail.mud.yahoo.com [68.142.206.24]) by mx1.FreeBSD.org (Postfix) with SMTP id 3D55C43D5C for ; Sat, 24 Dec 2005 01:30:30 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Received: (qmail 70519 invoked by uid 60001); 24 Dec 2005 01:30:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=MCzERLkD9dCJRurvdBqaJvg2MuP2ZO/CvAAV+I1czdC9Ysrx+G4Or0jH4TjlVjRGfhm4xUzaUdOslZPpZ+blRh8lMYAU4BazHUaKT3XMGlMTShaRPoYwu7he93iD2lKzQLSxizZzv+BBCtZ48NeE6ZZ4IpDf/OxI9s0nGB6H0Dw= ; Message-ID: <20051224013029.70517.qmail@web32711.mail.mud.yahoo.com> Received: from [68.157.29.140] by web32711.mail.mud.yahoo.com via HTTP; Fri, 23 Dec 2005 17:30:29 PST Date: Fri, 23 Dec 2005 17:30:29 -0800 (PST) From: stheg olloydson To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: payne@magidesign.com Subject: Re: Http Trace. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 01:30:31 -0000 >Hey guys, > >I am running 4.10 and I am wondering if this effect me. > >http://www.kb.cert.org/vuls/id/867593 Payne' Impossible to say, seeing that the issue has nothing to do with which OS one runs. Try the mailing lists of the software reported two years ago as being vulnerable. stheg __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 01:40: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 6215616A41F for ; Sat, 24 Dec 2005 01:40:11 +0000 (GMT) (envelope-from Dead_kid_labs@bk.ru) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id C089143D4C for ; Sat, 24 Dec 2005 01:40:10 +0000 (GMT) (envelope-from Dead_kid_labs@bk.ru) Received: from [82.207.62.225] (port=46311 helo=book) by mx2.mail.ru with esmtp id 1EpyOA-000Bxi-00 for freebsd-questions@FreeBSD.org; Sat, 24 Dec 2005 04:40:03 +0300 Date: Sat, 24 Dec 2005 03:39:50 +0200 From: Dead_kid_labs@bk.ru X-Mailer: The Bat! (v1.38e) S/N A1D26E39 / Educational X-Priority: 3 (Normal) Message-ID: <14152.051224@bk.ru> To: freebsd-questions@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----------F3D0F66622AA8" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD LOGO X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dead_kid_labs@bk.ru List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 01:40:11 -0000 ------------F3D0F66622AA8 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! It's for you. From Ukraine with love. (i've re-draw your logo) Thanx, Andrew. ------------F3D0F66622AA8-- From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 01: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 D6F4D16A41F for ; Sat, 24 Dec 2005 01:45:51 +0000 (GMT) (envelope-from chip.gwyn@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 242C843D55 for ; Sat, 24 Dec 2005 01:45:51 +0000 (GMT) (envelope-from chip.gwyn@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so656311wra for ; Fri, 23 Dec 2005 17: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:cc:in-reply-to:mime-version:content-type:references; b=to8Gp2ImLtKv22oXZo84j+/ls4blETdt12IF6z0l+N/WIdn0+zy+vfrN/nTk0edye4GvQDgEBgQBR3+zE6dY7+lHTBvpAIEWeXQ1e/ci3Y3noHF2kjZ2MW/uYMaG3vSbB1PJLik1aN7iAsMmNePrrG3C1utWeZfF7A1WF3GdM1w= Received: by 10.65.212.4 with SMTP id o4mr1108519qbq; Fri, 23 Dec 2005 17:45:50 -0800 (PST) Received: by 10.64.142.10 with HTTP; Fri, 23 Dec 2005 17:45:50 -0800 (PST) Message-ID: <64a8ad980512231745h455eac72ue5b95ee637e21507@mail.gmail.com> Date: Fri, 23 Dec 2005 20:45:50 -0500 From: chip To: =?ISO-8859-2?Q?Ma=B6lanka_Wojciech?= In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: base64 Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Freebsd-questions Subject: Re: ipnat and "ping" 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: Sat, 24 Dec 2005 01:45:52 -0000 T24gMTIvMjMvMDUsIE1htmxhbmthIFdvamNpZWNoIDx3b2pjaWVjaC5tYXNsYW5rYUBnbWFpbC5j b20+IHdyb3RlOgo+Cj4gVGhpcyBpcyBteSBuZXR3b3JrOgo+IEludGVybmV0LS0tLS0tLS0tLS0t LS0tW3JsMCwgMTkyLjE2OC4wLjUwX19fX18xMC4wLjAuMQo+ICxybDFdLS0tLS0tLS0tLS0tLS0t LS0tWzEwLjAuMC4yXQo+IE9uIDEwLjAuMC4yIG1hY2hpbmUgSSBjYW50IHBpbmcgYW55IGhvc3Qg aW4gaW50ZXJuZXQuIEkgY2FuIHBpbmcgb25seQo+IDEwLjAuMC4xIGFuZCAxOTIuMTY4LjAuNTAu IDooCj4gV2hhdHMgd3Jvbmc/Pwo+Cj4KPgo+IFsvdXNyL3NyY10jdW5hbWUgLWEKPiBGcmVlQlNE IGZyZWVic2QubWlsYTEwLjYgNi4wLVJFTEVBU0UgRnJlZUJTRCA2LjAtUkVMRUFTRQo+Cj4KPiBb L3Vzci9zcmNdI2lwZnN0YXQgLWlvCj4gcGFzcyBvdXQgcXVpY2sgYWxsCj4gcGFzcyBpbiBxdWlj ayBhbGwKPgo+Cj4gWy91c3Ivc3JjXSNpcG5hdCAtbAo+IExpc3Qgb2YgYWN0aXZlIE1BUC9SZWRp cmVjdCBmaWx0ZXJzOgo+IG1hcCBybDAgMTAuMC4wLjAvMjQgLT4gMTkyLjE2OC4wLjUwLzMyIHBy b3h5IHBvcnQgZnRwIGZ0cC90Y3AKPiBtYXAgcmwwIDEwLjAuMC4wLzI0IC0+IDE5Mi4xNjguMC41 MC8zMiBwb3J0bWFwIHRjcC91ZHAgYXV0bwo+IG1hcCBybDAgMTAuMC4wLjAvMjQgLT4gMTkyLjE2 OC4wLjUwLzMyCj4KPiBMaXN0IG9mIGFjdGl2ZSBzZXNzaW9uczoKPiBNQVAgMTAuMC4wLjIgICAg ICAzNjEwICA8LSAtPiAxOTIuMTY4LjAuNTAgICAgODY2NiAgWzY2LjI0OS44NS44MyA4MF0KPiBN QVAgMTAuMC4wLjIgICAgICAgMzYwOSAgPC0gLT4gMTkyLjE2OC4wLjUwICAgIDg2NjUgIFs2Ni4y NDkuODUuODMgODBdCj4gTUFQIDEwLjAuMC4yICAgICAgMzYwOCAgPC0gLT4gMTkyLjE2OC4wLjUw ICAgIDg2NjQgIFs2Ni4yNDkuODUuMTkgODBdCj4gTUFQIDEwLjAuMC4yICAgICAgIDM2MDcgIDwt IC0+IDE5Mi4xNjguMC41MCAgICA4NjYzICBbMTk0LjIwNC4xNTIuMzQgNTNdCj4gTUFQIDEwLjAu MC4yICAgICAgMzYwNiAgPC0gLT4gMTkyLjE2OC4wLjUwICAgIDg2NjIgIFs2Ni4yNDkuODUuODMg ODBdCj4KCkkgYmVsaWV2ZSB0aGlzIGlzIGR1ZSB0byB0aGUgZmFjdCB0aGF0IElDTVAgaXMgdGhl IElDTVAgcHJvdG9jb2wgYW5kIG5vdCBVRFAKb3IgVENQLiAgVGhlcmUncyByZWFsbHkgbm8gcG9y dCBzbyBpdCdzIGZpcnN0CmNvbWUgZmlyc3Qgc2VydmUgaW4gdGhlIE5BVCB0YWJsZXMuICBDbGVh ciB5b3VyIHRyYW5zbGF0aW9ucyBhbmQgdGhlbiB0cnkKZnJvbSBhIGRpZmZlcmVudCBob3N0LCBi ZXR0aW5nIGl0IHdvcmtzLgoKCi0tCkp1c3QgbXkgJC4wMiwgeW91ciBtaWxlYWdlIG1heSB2YXJ5 LCAgYmF0dGVyaWVzIG5vdCBpbmNsdWRlZCwgZXRjLi4uLgo= From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 04:30: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 808DA16A41F for ; Sat, 24 Dec 2005 04:30:10 +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 72BF143D67 for ; Sat, 24 Dec 2005 04:30:05 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 27133 invoked by uid 207); 24 Dec 2005 04:30:03 -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.19):. Processed in 3.118476 secs); 24 Dec 2005 04:30:03 -0000 Received: from dialup19.ach.sch.gr (HELO flame.pc) ([81.186.70.19]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with SMTP for ; 24 Dec 2005 04:29:59 -0000 Received: by flame.pc (Postfix, from userid 1001) id 9284A11912; Sat, 24 Dec 2005 06:28:41 +0200 (EET) Date: Sat, 24 Dec 2005 06:28:41 +0200 From: Giorgos Keramidas To: rajoor Message-ID: <20051224042841.GC3972@flame.pc> References: <002101c607cf$51af3760$6501a8c0@workdog> <43AC96ED.2020807@aanet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43AC96ED.2020807@aanet.com.au> Cc: freebsd-questions@freebsd.org Subject: Re: Boot error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 04:30:10 -0000 On 2005-12-24 11:31, rajoor wrote: > Gayn & Giorgos, > > I figured it out late last night. I used the install cd to > enter "fixit" mode. Mounting the hard drive failed with > "operation not permitted" message. "fsck" failed to complaining > about no fstab. After googling I finally found the "fsck_ffs -y > /dev/ad0s1a" command which worked for me. After that I could > mount the hard disk. I made no changes and rebooted the system > and everything was back to normal. > > Thanks for your input. Fantastic! You're welcome, of course. Thank you too, for following up with all the details of getting the system back. Anyone with similar problems who happens to see this thread will be grateful :) From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 04:58: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 8C91116A420 for ; Sat, 24 Dec 2005 04:58:01 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2CE643D4C for ; Sat, 24 Dec 2005 04:58:00 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.3) with ESMTP id jBO4w0Pb001144; Fri, 23 Dec 2005 21:58:00 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.3/Submit) with ESMTP id jBO4vv6V001141; Fri, 23 Dec 2005 21:57:59 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 23 Dec 2005 21:57:57 -0700 (MST) From: Warren Block To: Gary Kline In-Reply-To: <20051223005350.GD2613@thought.org> Message-ID: <20051223214832.Q1110@wonkity.com> References: <20051222221658.GA2457@thought.org> <20051222164245.X93782@wonkity.com> <20051223005350.GD2613@thought.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (wonkity.com [127.0.0.1]); Fri, 23 Dec 2005 21:58:00 -0700 (MST) Cc: FreeBSD Mailing List Subject: Re: HP Scanner:: zilch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 04:58:01 -0000 On Thu, 22 Dec 2005, Gary Kline wrote: >> My Epson requires this line in epson.conf: >> >> usb /dev/uscanner0 >> >> The hp.conf file kind of implies something similar, but I can't tell >> whether it would want the line above or this: >> >> /dev/uscanner0 >> option connect-device > > Hm, this is strange. I have two hp files in sane.d, both sseem > oriented toward Linux. There is an entry for the 4100c in > "hp.conf", but it wants to create /dev/scanner. That line tells sane which device to use. In FreeBSD, that's /dev/uscanner0. > root@tao:/usr/local/etc/sane.d# ll hp* > -r--r--r-- 1 root wheel 497 Dec 22 16:40 hp.conf > -r--r--r-- 1 root wheel 238 Oct 9 23:09 hp5400.conf > >> From "hp.conf":: > > root@tao:/usr/local/etc/sane.d# more hp.conf > scsi HP > # Uncomment the following if you have "Error during device I/O" on SCSI > # option dumb-read > # > # The usual place for a SCSI-scanner on Linux > /dev/scanner > # > # USB-scanners supported by the hp-backend > # HP ScanJet 4100C > usb 0x03f0 0x0101 > . > . > . > > Would it make sense to create an "hp4100.conf" with your epson line > "usb /dev/uscanner0" as a first line? It looks like all HP scanners other than the HP5400 are defined in hp.conf, so use that one. > I am missing /dev/uscanner0. How is this /dev created? When the kernel detects the USB scanner, it should create /dev/uscanner0. Back in 5.4 or so, my Thinkpad would not detect the scanner unless I hot-plugged the USB cable (leaving the scanner connected and just powering it on did not work). On a desktop system, just turning on the scanner with the USB cable works. All of this may have changed with 6.0, to which you should upgrade unless you have a very compelling reason to stick with the obsolete 5.3. > q2 16:27 [5015] kldstat > Id Refs Address Size Name > 1 11 0xc0400000 5e7530 kernel > 2 14 0xc09e8000 537f0 acpi.ko > 3 1 0xc1aaf000 2000 blank_saver.ko > 4 1 0xc1ad1000 17000 linux.ko > 5 1 0xc2352000 3000 uscanner.ko > > Does this output look right? This may be right the scanner > wasn't seen. I figured that by kldloading uscanner.ko, > /dev/uscanner0 would be auto-created. I need some other > magic. I have the USB modules in my kernel, so I don't see it in kldstat. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 05:07: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 54E8F16A41F for ; Sat, 24 Dec 2005 05:07:23 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A5D43D45 for ; Sat, 24 Dec 2005 05:07:22 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.3) with ESMTP id jBO57MIA001169; Fri, 23 Dec 2005 22:07:22 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.3/Submit) with ESMTP id jBO57LeG001166; Fri, 23 Dec 2005 22:07:21 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 23 Dec 2005 22:07:21 -0700 (MST) From: Warren Block To: Gary Kline In-Reply-To: <20051223094455.GA556@thought.org> Message-ID: <20051223220430.A1110@wonkity.com> References: <20051223031202.GA19014@thought.org> <43ABBBE0.7090402@locolomo.org> <20051223094455.GA556@thought.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (wonkity.com [127.0.0.1]); Fri, 23 Dec 2005 22:07:22 -0700 (MST) Cc: FreeBSD Mailing List Subject: Re: what am i doing wrong?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 05:07:23 -0000 On Fri, 23 Dec 2005, Gary Kline wrote: > > Do I need to have the device for USB 2.0 perhaps?? Only in the unlikely event that it's a USB 2 scanner. But I thought you were kldloading the uscanner module, and here you have it built in the kernel. Don't do both--although the system shouldn't permit that. > That is the only thing that is still commented. I'll > try that later on today. As root, yes, I am able to > have sane test, not as a user. The scanner I am testing > is recognized--HP ScanJet 4100C. What do you mean by this, exactly? You see a message on the root console? > But it was sold AS-IS and may well be broken. My friend got a > *second* 4100C for $1.00 [no, not kidding]; it works on his Windows > box. ((I'll gladly let him scan things if he is willing.)) Have him test the first scanner on his system. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 05:42:40 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 4E8E016A41F for ; Sat, 24 Dec 2005 05:42:40 +0000 (GMT) (envelope-from breeves@fmolhs.org) Received: from interceptor1.ololrmc.com (interceptor1.ololrmc.com [64.56.25.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A8143D46 for ; Sat, 24 Dec 2005 05:42:39 +0000 (GMT) (envelope-from breeves@fmolhs.org) Received: from localhost (localhost [127.0.0.1]) by interceptor1.ololrmc.com (Postfix) with ESMTP id 3EAC126497F for ; Fri, 23 Dec 2005 20:30:43 -0600 (CST) Received: from interceptor1.ololrmc.com ([127.0.0.1]) by localhost (interceptor1.ololrmc.com [127.0.0.1]) (Espion-Interceptor, port 10024) with ESMTP id 07951-01 for ; Fri, 23 Dec 2005 20:30:43 -0600 (CST) Received: from zixvpm01.ololrmc.com (unknown [192.168.70.111]) by interceptor1.ololrmc.com (Postfix) with ESMTP id 06A02264914 for ; Fri, 23 Dec 2005 20:30:43 -0600 (CST) Received: from zixvpm01.ololrmc.com (ZixVPM [127.0.0.1]) by Outbound.zixvpm.ololrmc.com (Proprietary) with ESMTP id 04722A008B for ; Fri, 23 Dec 2005 20:28:41 -0600 (CST) Received: from mis_17.ololrmc.com (unknown [172.20.21.17]) by zixvpm01.ololrmc.com (Proprietary) with ESMTP id 54BD1398082 for ; Fri, 23 Dec 2005 20:28:40 -0600 (CST) Received: by MIS_17 with Internet Mail Service (5.5.2653.19) id ; Fri, 23 Dec 2005 20:30:35 -0600 Message-ID: From: "Reeves, Brandon" To: "'freebsd-questions@freebsd.org'" Date: Fri, 23 Dec 2005 20:30:26 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Nvidia fx 5500 Dual Monitor support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 05:42:40 -0000 I just got a dual head nvidia 5500 and am trying to get dual monitors setup where the monitors are basically independant of each other. I seem to be doing something majorly wrong here but cant quite figure it out. Any insight on this type of config would be greatly appreciated. Thanks ***FMOL Health System encrypts email containing Patient Health Information. You will receive a notice with instructions on how to open any encrypted email you receive. To learn more, go to this web site: http://userawareness.zixcorp.com/sites/index.php?b=158&type=1 From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 05: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 37F3316A41F for ; Sat, 24 Dec 2005 05:47:15 +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 8B61943D5F for ; Sat, 24 Dec 2005 05:47:14 +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 jBO5lCiU012237; Sat, 24 Dec 2005 00:47:12 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id jBO5lCve012236; Sat, 24 Dec 2005 00:47:12 -0500 (EST) From: Jerry McAllister Message-Id: <200512240547.jBO5lCve012236@clunix.cl.msu.edu> To: Dead_kid_labs@bk.ru Date: Sat, 24 Dec 2005 00:47:12 -0500 (EST) In-Reply-To: <14152.051224@bk.ru> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD LOGO X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 05:47:15 -0000 > > ------------F3D0F66622AA8 > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > > Hi! > > It's for you. From Ukraine with love. > > (i've re-draw your logo) Where is it? > > Thanx, > Andrew. > > ------------F3D0F66622AA8 > Content-Type: text/plain; charset="us-ascii" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Content-Disposition: inline > > _______________________________________________ > 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" > ------------F3D0F66622AA8-- > > > From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 07:16: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 95D5216A41F for ; Sat, 24 Dec 2005 07:16:00 +0000 (GMT) (envelope-from majie.ict@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2627F43D4C for ; Sat, 24 Dec 2005 07:16:00 +0000 (GMT) (envelope-from majie.ict@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so783328nzo for ; Fri, 23 Dec 2005 23:15:59 -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=XEqhmL0CBGWl0GskaH1KdzFjO3wU1wiY0I0WzoVazWZT/WoxSXzxFchLCEb+TM+MLhRZJl8CiEaBxAJtU6O+IdjAUQb1Dq2N/BdJXzTnmiEdAAJ4ysazlI/MLzpuktsw9ty8yNOm/SNe1rU+CQhMiuyOhthpfZCxJMwcUfQdmuQ= Received: by 10.36.250.48 with SMTP id x48mr800688nzh; Fri, 23 Dec 2005 23:15:59 -0800 (PST) Received: by 10.37.20.51 with HTTP; Fri, 23 Dec 2005 23:15:59 -0800 (PST) Message-ID: Date: Sat, 24 Dec 2005 15:15:59 +0800 From: Ma Jie 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: Cannot start firefox 1.5 while firefox-zh_CN installed. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 07:16:00 -0000 When I installed firefox-zh_CN for firefox 1.5, the firefox cannot be started. It always display a message window which show the following lines: =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 X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B37D16A41F for ; Sat, 24 Dec 2005 07:23:56 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB2B843D45 for ; Sat, 24 Dec 2005 07:23:53 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.4/8.13.1) with ESMTP id jBO7NqhI008012; Fri, 23 Dec 2005 23:23:52 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.4/8.13.1/Submit) id jBO7NqbV008011; Fri, 23 Dec 2005 23:23:52 -0800 (PST) (envelope-from kline) Date: Fri, 23 Dec 2005 23:23:51 -0800 From: Gary Kline To: Gary Kline , freebsd-questions@freebsd.org Message-ID: <20051224072351.GA7907@thought.org> References: <20051224004131.GA5905@thought.org> <20051224011059.GB28824@echobase.hoth.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051224011059.GB28824@echobase.hoth.dk> User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Subject: Re: Best Scanner recs, please? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 07:23:56 -0000 On Sat, Dec 24, 2005 at 02:10:59AM +0100, Martin P. Hansen wrote: > On Fri, 23 Dec 2005, Gary Kline wrote: > > Before everyone cuts out for the weekend {or year-end}, > > are there any models of scanner besides the Epson that > > work with FBSD? (Or Linux?) > > I use a Canon LiDE 30 recognized as > uscanner0: Canon CanoScan, rev 1.10/1.00, addr 3 > in FreeBSD 6.0-STABLE (should also appear in 5.x) together with > sane-backends-1.0.15 and xsane-0.96. Thanks; this model is on my list. Do you have USB 2.0 defined (uncommented) in your KERNEL config file (and thus built into your kernel)?? I'm trying to figure out howto create /dev/uscanner0. > > Sometimes the sensorpanel get stucked, but it might be because it > is old. And it seems it can't cope with the resolutions below 64 > dpi. Otherwise it works fine. > OK. > -- > Martin P. Hansen > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 08: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 4E00716A42D for ; Sat, 24 Dec 2005 08:10:55 +0000 (GMT) (envelope-from andy_sjostrom@yahoo.com) Received: from web31304.mail.mud.yahoo.com (web31304.mail.mud.yahoo.com [68.142.198.99]) by mx1.FreeBSD.org (Postfix) with SMTP id B77E343D55 for ; Sat, 24 Dec 2005 08:10:54 +0000 (GMT) (envelope-from andy_sjostrom@yahoo.com) Received: (qmail 29661 invoked by uid 60001); 24 Dec 2005 08:10:54 -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=xWtKsvK/7+TXy2MLlggiDfVJsYG2VIR2GXXQ6zpUSpPQQ8HANygDr9dYDNP3JJ4ZleuscSq7crlOwvxfuU3Q5AOZOpvkY19QCH+iN58CPbNI56W6hyvTwmpu/VDsi3Xe/xIDSNXpIpVns7VKyi3uC/INia83wyJRMkJs0GosPLU= ; Message-ID: <20051224081054.29659.qmail@web31304.mail.mud.yahoo.com> Received: from [64.223.241.58] by web31304.mail.mud.yahoo.com via HTTP; Sat, 24 Dec 2005 00:10:54 PST Date: Sat, 24 Dec 2005 00:10:54 -0800 (PST) From: Andy Sjostrom To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 08:10:55 -0000 To whom this may concern, H-E-L-P! LOL! I've been online since 1992( the windows 3.1 days for me.) I'm 48 yrs.old. and also a windows XP user. Because of recent issue I have had with Mr. William Gates and his product. about every 6 months I have had to overhaul my windows XP. during the last up grade I was told that my XP product code was invaild, then when is made the repair up grades something in my registory changed, and when that auto updater downloaded the new security patches it somehow downloaded 2969 trojans as well. I have decided to start the search for a new OS. In my case the new OS must be completely 100 percent user friendly. Please bare in mind that 100 percent means "NO CODE" writting. I'm not a programer...LOL! I run a very small one man company at, http://www.geocities.com/andy_sjostrom/index.html From time to time I also like to rip and burn a CD as well, Publish articles to my yahoo 360 blog. edit a few images from time to to time. surf the net, copy and paste, chat with friends in my favorite yahoo chat room. fold protiens for the fold@home project at stanford U. (I'm on team #40154.) I also have a logitech Clicksmart420 that the new OS must be willing to accept. I've been doing some reading and every thing I have been able to find for OS's boils down to three basic choices. BSD Unix Linux A windows Hybird like ReactOS. There is one other very important thing Because I'm on a fixed income and things with me are very tight money wise the new OS must be free. Is there any thing you can do to help me. Such as point me in the right direction. . D&A Consultants George A. Sjostrom II Helping those who can help them selves http://www.geocities.com/andy_sjostrom/index.html __________________________________________ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 08:24: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 233A016A41F for ; Sat, 24 Dec 2005 08:24:47 +0000 (GMT) (envelope-from mike.unixway@tversu.ru) Received: from tversu.ru (mail.tversu.ru [82.179.130.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 1B3F543D45 for ; Sat, 24 Dec 2005 08:24:45 +0000 (GMT) (envelope-from mike.unixway@tversu.ru) Received: (qmail 31605 invoked from network); 24 Dec 2005 08:22:14 -0000 Received: from unixway.tversu.ru (HELO [82.179.130.135]) (82.179.130.135) by mail.tversu.ru with SMTP; Sat, 24 Dec 2005 11:22:14 +0300 Message-ID: <43AD05B8.6040707@tversu.ru> Date: Sat, 24 Dec 2005 11:24:24 +0300 From: "mike.unixway" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release X-Spamtest-Info: Pass through Subject: Ipfilter upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 08:24:47 -0000 Has anybody tried to upgrade from the 3r branch of Ipfilter to 4th in FreeBSD 5.4? The procedure described in official document isn't correct - my kernel don't compile with ipfilter - couldn't create needed dependencies. Has anybody encountered such problem? From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 09:10: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 85C2516A41F for ; Sat, 24 Dec 2005 09:10:13 +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 1483E43D58 for ; Sat, 24 Dec 2005 09:10:11 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 9738 invoked by uid 510); 24 Dec 2005 09:12:16 +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.9/5.0):. Processed in 2.970202 secs); 24 Dec 2005 09:12:16 -0000 X-Spam-Status: No, hits=-3.9 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.9/5.0):. Processed in 2.970202 secs Process 9731) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 24 Dec 2005 09:12:13 +0000 From: Robert Slade To: Andy Sjostrom In-Reply-To: <20051224081054.29659.qmail@web31304.mail.mud.yahoo.com> References: <20051224081054.29659.qmail@web31304.mail.mud.yahoo.com> Content-Type: text/plain Message-Id: <1135415533.8441.33.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sat, 24 Dec 2005 09:12:13 +0000 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 09:10:13 -0000 On Sat, 2005-12-24 at 08:10, Andy Sjostrom wrote: > To whom this may concern, > H-E-L-P! > LOL! > I've been online since 1992( the windows 3.1 days for me.) I'm 48 yrs.old. and also a windows XP > user. > Because of recent issue I have had with Mr. William Gates and his product. > about every 6 months I have had to overhaul my windows XP. during the last up grade I was told > that my XP product code was invaild, then when is made the repair up grades something in my > registory changed, and when that auto updater downloaded the new security patches it somehow > downloaded 2969 trojans as well. > > I have decided to start the search for a new OS. > In my case the new OS must be completely 100 percent user friendly. > Please bare in mind that 100 percent means "NO CODE" writting. I'm not a programer...LOL! > I run a very small one man company at, > http://www.geocities.com/andy_sjostrom/index.html > > From time to time I also like to rip and burn a CD as well, > Publish articles to my yahoo 360 blog. edit a few images from time to to time. > surf the net, copy and paste, chat with friends in my favorite yahoo chat room. > fold protiens for the fold@home project at stanford U. > (I'm on team #40154.) > I also have a logitech Clicksmart420 that the new OS must be willing to accept. > I've been doing some reading and every thing I have been able to find for OS's boils down to three > basic choices. > BSD > Unix > Linux > A windows Hybird like ReactOS. > > There is one other very important thing Because I'm on a fixed income and things with me are very > tight money wise the new OS must be free. > Is there any thing you can do to help me. Such as point me in the right direction. > > > > > > > . > D&A Consultants > George A. Sjostrom II > Helping those who can help them selves > http://www.geocities.com/andy_sjostrom/index.html > Andy, Welcome. I understand your position, and if you will accept some thoughts from someone older than you by 10 years. Very few of the alternatives to Windows have the ability to run on any platform and it is likely that you will run into compatibility problems so you will need to be more aware of the hardware you are using including editing scripts etc. You are probably more used to doing things via a GUI. Whilst BSD does run either gnome or KDE etc, you will still need to do a fair amount via the command line even if it is just to get the GUI working. There is one tip here - read the handbook. The Linux Distributions are in general more suited to running a GUI and some install one as the default. I have not used any of the other versions of BSD (Net and Open) but FreeBSD is more suited to server applications although that is changing and it will run as a desktop machine. I would suggest that you try some to the Linux distributions - you can get or download live CD's which will run without being installed so you can try them before committing to an installation. ISTR that there is a FreeBSD live CD available. You can find out more about the various distributions at: http://distrowatch.com/ BTW, I used to say I'm no programmer but ..... Let me know if you have any questions. Rob From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 09:27: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 BF9E116A41F for ; Sat, 24 Dec 2005 09:27:26 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B22F43D5D for ; Sat, 24 Dec 2005 09:27:26 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Eq5gT-000Lhc-5q for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 04:27:25 -0500 Message-ID: <019a01c6086c$3dc35720$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <010701c607f2$d8aa3030$210110ac@fortunato> <43AC4C9F.3020906@daleco.biz> Date: Sat, 24 Dec 2005 03:27:20 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Cannot start X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 09:27:26 -0000 > Teilhard Knight wrote: > >> Hi: >> >> I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I >> want to start KDE; the .xinitrc is in place, but I couldn't start it >> before >> I wrote it, either. As I cannot copy and paste, I do not give you my >> xorg.conf >> file, but I need the i810 driver for a Realtek A'67 integrated sound >> device >> whose chip apparently is Intel. >> > > Hrm, isn't i810 the integrated video? Oh, yes, I am sorry. Don't know how I could mess things. >> Upon startx, I get in the end: >> >> (==) Using config file "/etc/X11/xorg.conf" >> [drm] failed to load kernel module "i915" >> (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI. >> start: not found. >> > > This looks suspiciously like a misconfiguration. Is the word > "start" by itself in your .xinitrc, by chance? Yes, I didn't know it couldn't be used. I replaced my .xinitrc file to contain 'exec startkde', and all is well now. Thanks so much for your feedback. Teilhard. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 09: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 8A86016A41F for ; Sat, 24 Dec 2005 09:37:02 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 013D543D46 for ; Sat, 24 Dec 2005 09:37:01 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Eq5pg-000NaV-KN for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 04:36:59 -0500 Message-ID: <01a001c6086d$8c0d57e0$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" Date: Sat, 24 Dec 2005 03:36:28 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: USB mice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 09:37:02 -0000 It seems to me that the way FreeBSD is catching up with new hardware leaves you unsatisfied. One has to choose, upon boot, the option to use an USB keyboard by hand, and I have found no way to make a USB mouse to work. The OS broadly supports serial mice and hardly PS/2 mice, both almost out of the market nowadays. Are USB mice supported by FreeBSD? Teilhard. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 09:48: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 B491D16A41F for ; Sat, 24 Dec 2005 09:48:16 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: from smtp2.versatel.nl (smtp2.versatel.nl [62.58.50.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFEF843D49 for ; Sat, 24 Dec 2005 09:48:15 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: (qmail 17980 invoked by uid 0); 24 Dec 2005 09:48:14 -0000 Received: from unknown (HELO [192.168.2.5]) ([62.59.173.176]) (envelope-sender ) by smtp2.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 24 Dec 2005 09:48:14 -0000 Message-ID: <43AD197A.50905@gmx.net> Date: Sat, 24 Dec 2005 10:48:42 +0100 From: Frank Staals User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051112) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Teilhard Knight References: <01a001c6086d$8c0d57e0$210110ac@fortunato> In-Reply-To: <01a001c6086d$8c0d57e0$210110ac@fortunato> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBDS Subject: Re: USB mice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 09:48:16 -0000 Teilhard Knight wrote: > It seems to me that the way FreeBSD is catching up with new hardware > leaves you unsatisfied. One has to choose, upon boot, the option to > use an USB keyboard by hand, and I have found no way to make a USB > mouse to work. The OS broadly supports serial mice and hardly PS/2 > mice, both almost out of the market nowadays. Are USB mice supported > by FreeBSD? > > Teilhard. > _______________________________________________ > 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" > > Currently all three systems which run FreeBSD have USB mice, two of them just plain Logitech optical mouses, the third is a Logitech MX 300, but every other mouse should work when you have enabled moused. Try plugin in the mouse when FreeBSD is up and running, it should detect it automatically -- -Frank Staals From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 09:59: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 8487C16A41F for ; Sat, 24 Dec 2005 09:59:32 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 119B143D64 for ; Sat, 24 Dec 2005 09:59:27 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.4/8.13.1) with ESMTP id jBO9xBJv009026; Sat, 24 Dec 2005 01:59:22 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.4/8.13.1/Submit) id jBO9wv55009025; Sat, 24 Dec 2005 01:58:57 -0800 (PST) (envelope-from kline) Date: Sat, 24 Dec 2005 01:58:53 -0800 From: Gary Kline To: Warren Block Message-ID: <20051224095853.GD7907@thought.org> References: <20051222221658.GA2457@thought.org> <20051222164245.X93782@wonkity.com> <20051223005350.GD2613@thought.org> <20051223214832.Q1110@wonkity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051223214832.Q1110@wonkity.com> User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: HP Scanner:: zilch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 09:59:32 -0000 On Fri, Dec 23, 2005 at 09:57:57PM -0700, Warren Block wrote: > On Thu, 22 Dec 2005, Gary Kline wrote: > > >>My Epson requires this line in epson.conf: > >> > >>usb /dev/uscanner0 > >> > >>The hp.conf file kind of implies something similar, but I can't tell > >>whether it would want the line above or this: > >> > >>/dev/uscanner0 > >> option connect-device > > > > Hm, this is strange. I have two hp files in sane.d, both sseem > > oriented toward Linux. There is an entry for the 4100c in > > "hp.conf", but it wants to create /dev/scanner. > > That line tells sane which device to use. In FreeBSD, that's > /dev/uscanner0. How do I tell sane to use hp.conf (or my new hp4100.conf)? Do I need to put something in /etc/rc.conf, eg, or what? This is what I have the seems apropos: root@sage:/usr/local/etc/sane.d# cat hp4100.conf # ##MODELED AFTER: ma1509.conf: see sane-ma1509(5) ##hp4100.conf: # #Warm-up time for the lamp in seconds ###option warmup-time 30 # # USB-scanners supported by the hp-backend # HP ScanJet 4100C usb 0x03f0 0x0101 #Manual setting (e.g. for FreeBSD) /dev/uscanner0 My best shot; round #1. > > >root@tao:/usr/local/etc/sane.d# ll hp* > >-r--r--r-- 1 root wheel 497 Dec 22 16:40 hp.conf > >-r--r--r-- 1 root wheel 238 Oct 9 23:09 hp5400.conf > > > >>From "hp.conf":: > > > >root@tao:/usr/local/etc/sane.d# more hp.conf > >scsi HP > ># Uncomment the following if you have "Error during device I/O" on SCSI > ># option dumb-read > ># > ># The usual place for a SCSI-scanner on Linux > >/dev/scanner > ># > ># USB-scanners supported by the hp-backend > ># HP ScanJet 4100C > >usb 0x03f0 0x0101 > > . > > . > > . > > > >Would it make sense to create an "hp4100.conf" with your epson line > >"usb /dev/uscanner0" as a first line? > > It looks like all HP scanners other than the HP5400 are defined in > hp.conf, so use that one. My rational against hp.conf is the ^/dev/scanner line as well as the first SCSI line. What does "scsi HP" do? I don't use SCSI in this FBSD server. > > >I am missing /dev/uscanner0. How is this /dev created? > > When the kernel detects the USB scanner, it should create > /dev/uscanner0. Should I uncomment the USB 2.0 device in my KERNCONF file? > Back in 5.4 or so, my Thinkpad would not detect the > scanner unless I hot-plugged the USB cable (leaving the scanner > connected and just powering it on did not work). On a desktop system, > just turning on the scanner with the USB cable works. > > All of this may have changed with 6.0, to which you should upgrade > unless you have a very compelling reason to stick with the obsolete 5.3. I built my 5.4 upgrades a week+ ago. Installed kernel and world Thursday mornng. I'm using a desktop in office for this; my ThinkPad has no USB. Anyway, some part of the scanner hardware is trashed; part(s) being replaced. When I see /dev/uscanner0, things should look lots brighter. I hope. > > >q2 16:27 [5015] kldstat > >Id Refs Address Size Name > >1 11 0xc0400000 5e7530 kernel > >2 14 0xc09e8000 537f0 acpi.ko > >3 1 0xc1aaf000 2000 blank_saver.ko > >4 1 0xc1ad1000 17000 linux.ko > >5 1 0xc2352000 3000 uscanner.ko > > > >Does this output look right? This may be right the scanner > >wasn't seen. I figured that by kldloading uscanner.ko, > >/dev/uscanner0 would be auto-created. I need some other > >magic. > > I have the USB modules in my kernel, so I don't see it in kldstat. AFAIK, three of my USB modules are builtins. Would you please grep "usb" your KERNEL file? gotta be something like this why uscanner0 isn't there. thanks much, gary > > -Warren Block * Rapid City, South Dakota USA -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 10:15: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 2B83916A41F for ; Sat, 24 Dec 2005 10:15:46 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8664643D5E for ; Sat, 24 Dec 2005 10:15:45 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Eq6RD-0001Om-Hs for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 05:15:44 -0500 Message-ID: <01bd01c60872$faef7990$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <01a001c6086d$8c0d57e0$210110ac@fortunato> <43AD197A.50905@gmx.net> Date: Sat, 24 Dec 2005 04:15:34 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: USB mice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 10:15:46 -0000 > Teilhard Knight wrote: > >> It seems to me that the way FreeBSD is catching up with new hardware >> leaves you unsatisfied. One has to choose, upon boot, the option to use >> an USB keyboard by hand, and I have found no way to make a USB mouse to >> work. The OS broadly supports serial mice and hardly PS/2 mice, both >> almost out of the market nowadays. Are USB mice supported by FreeBSD? >> >> Teilhard. >> _______________________________________________ >> 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" >> >> > Currently all three systems which run FreeBSD have USB mice, two of them > just plain Logitech optical mouses, the third is a Logitech MX 300, but > every other mouse should work when you have enabled moused. Try plugin in > the mouse when FreeBSD is up and running, it should detect it > automatically It didn't work. Actually I have a little more than a USB mouse, I have a wireless mouse and wireless keyboard which are both controlled by a central unit which plugs into an USB port in the computer. The keyboard works well, with the option of booting with an USB keyboard, but I cannot make the mouse work. Any suggestions? Teilhard. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 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 9376C16A41F for ; Sat, 24 Dec 2005 10:21:01 +0000 (GMT) (envelope-from mime@traveller.cz) Received: from ss.eunet.cz (ss.eunet.cz [193.85.228.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 034F043D53 for ; Sat, 24 Dec 2005 10:21:00 +0000 (GMT) (envelope-from mime@traveller.cz) Received: from localhost.i.cz (ss.eunet.cz [193.85.228.13]) by ss.eunet.cz (8.13.1/8.13.1) with ESMTP id jBOALlo8034976 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 24 Dec 2005 11:21:48 +0100 (CET) (envelope-from mime@traveller.cz) From: Michal Mertl To: =?iso-8859-2?Q?Ma=B6lanka?= Wojciech In-Reply-To: References: Content-Type: text/plain; charset=ISO-8859-2 Date: Sat, 24 Dec 2005 11:20:54 +0100 Message-Id: <1135419654.881.3.camel@genius1.i.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Cc: Freebsd-questions Subject: Re: ipnat and "ping" 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: Sat, 24 Dec 2005 10:21:01 -0000 Maķlanka Wojciech píđe v pá 23. 12. 2005 v 23:07 +0100: > This is my network: > Internet---------------[rl0, 192.168.0.50_____10.0.0.1 > ,rl1]------------------[10.0.0.2] > On 10.0.0.2 machine I cant ping any host in internet. I can ping only > 10.0.0.1 and 192.168.0.50. :( > Whats wrong?? > > > > [/usr/src]#uname -a > FreeBSD freebsd.mila10.6 6.0-RELEASE FreeBSD 6.0-RELEASE > > > [/usr/src]#ipfstat -io > pass out quick all > pass in quick all > > > [/usr/src]#ipnat -l > List of active MAP/Redirect filters: > map rl0 10.0.0.0/24 -> 192.168.0.50/32 proxy port ftp ftp/tcp > map rl0 10.0.0.0/24 -> 192.168.0.50/32 portmap tcp/udp auto > map rl0 10.0.0.0/24 -> 192.168.0.50/32 > You need also map rl0 10.0.0.0/24 -> 192.168.0.50/32 icmpidmap icmp 64000:65535 In the documentation of ipnat(5) there's written that for this to reliably work you have to recompile the world with limited PID_MAX but it works without it. > List of active sessions: > MAP 10.0.0.2 3610 <- -> 192.168.0.50 8666 [66.249.85.83 80] > MAP 10.0.0.2 3609 <- -> 192.168.0.50 8665 [66.249.85.83 80] > MAP 10.0.0.2 3608 <- -> 192.168.0.50 8664 [66.249.85.19 80] > MAP 10.0.0.2 3607 <- -> 192.168.0.50 8663 [194.204.152.34 53] > MAP 10.0.0.2 3606 <- -> 192.168.0.50 8662 [66.249.85.83 80] > Michal From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 10:24: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 D7B1116A41F for ; Sat, 24 Dec 2005 10:24:19 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ACF743D5A for ; Sat, 24 Dec 2005 10:24:12 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.4/8.13.1) with ESMTP id jBOANZ9W009171; Sat, 24 Dec 2005 02:23:42 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.4/8.13.1/Submit) id jBOANQAU009170; Sat, 24 Dec 2005 02:23:26 -0800 (PST) (envelope-from kline) Date: Sat, 24 Dec 2005 02:23:24 -0800 From: Gary Kline To: Warren Block Message-ID: <20051224102324.GE7907@thought.org> References: <20051223031202.GA19014@thought.org> <43ABBBE0.7090402@locolomo.org> <20051223094455.GA556@thought.org> <20051223220430.A1110@wonkity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051223220430.A1110@wonkity.com> User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: what am i doing wrong?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 10:24:20 -0000 On Fri, Dec 23, 2005 at 10:07:21PM -0700, Warren Block wrote: > On Fri, 23 Dec 2005, Gary Kline wrote: > > > >Do I need to have the device for USB 2.0 perhaps?? > > Only in the unlikely event that it's a USB 2 scanner. But I thought you > were kldloading the uscanner module, and here you have it built in the > kernel. Don't do both--although the system shouldn't permit that. > Yep; kldload gives me grief so I deleted the line from /etc/rc.conf. > > That is the only thing that is still commented. I'll > > try that later on today. As root, yes, I am able to > > have sane test, not as a user. The scanner I am testing > > is recognized--HP ScanJet 4100C. > > What do you mean by this, exactly? You see a message on the root > console? I checked the sane website and found the 4100c supported. I should not have said "recognized"; it isn't. Either the scanner or the transformer or the USB cable it shot. > > >But it was sold AS-IS and may well be broken. My friend got a > >*second* 4100C for $1.00 [no, not kidding]; it works on his Windows > >box. ((I'll gladly let him scan things if he is willing.)) > > Have him test the first scanner on his system. > Underway; he came back and picked everything up and will test to see what's shot. Once I've got a scanner and xsane working on FBSD I'm going to have a shot of Yukon Jack and sit by the fireplace. gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 10:48: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 DC1CD16A41F for ; Sat, 24 Dec 2005 10:48:16 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CCF143D45 for ; Sat, 24 Dec 2005 10:48:15 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so242269uge for ; Sat, 24 Dec 2005 02:48:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:reply-to:to:subject:user-agent:mime-version:content-disposition:date:content-type:content-transfer-encoding:message-id; b=osTQ3vDa93TrPIj/ZFFV/i/QzifTcV43uUVcmS9FD4FD29H4CoInq46iHfkSClZp4qhrJVo2WV7vEPK9rYXBaIq9WY1QOWdH1AhgtGaJ1q52EyYQnbPx2hh736Bf1VYpuK49mqRPUg/3/zGEaQzlNxMRU38+8kTBB8P+tFJfzns= Received: by 10.67.22.3 with SMTP id z3mr1207699ugi; Sat, 24 Dec 2005 02:48:14 -0800 (PST) Received: from ?10.0.1.254? ( [80.164.23.11]) by mx.gmail.com with ESMTP id s1sm1854762uge.2005.12.24.02.48.13; Sat, 24 Dec 2005 02:48:13 -0800 (PST) From: Philip Lykke Carlsen To: freebsd-questions@freebsd.org User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Disposition: inline Date: Sat, 24 Dec 2005 11:48:10 +0100 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200512241148.11674.plcplc@gmail.com> Subject: umass detected, but da is never created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: plcplc@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 10:48:17 -0000 I have this external harddisk kit, and when I plug it in, the system correctly recognizes it as a umass.. but afterwards, the da device is never created.. this is what I get from the console: umass0: vendor 0x05e3 USB TO IDE, rev 2.00/0.33, addr 2 umass0: BBB reset failed, TIMEOUT umass0: BBB bulk-in clear stall failed, TIMEOUT Also, the very same thing but the timeouts are happening if I connect an Apple iPod.. And for the record, I had this problem with both the generic and my custom kernel.. both with umass,da,ses,pass compiled in.. Any ideas as for how to solve this? Any guidelines and I'd gladly edit the files in question and submit a patch, when I get it working.. PS, Any other usb-drive I've tried has worked without problems.. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 10:53:40 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 074A616A420 for ; Sat, 24 Dec 2005 10:53:40 +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 D05A243D5E for ; Sat, 24 Dec 2005 10:53:38 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 10812 invoked by uid 510); 24 Dec 2005 10:55:45 +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.9/5.0):. Processed in 1.433148 secs); 24 Dec 2005 10:55:45 -0000 X-Spam-Status: No, hits=-3.9 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.9/5.0):. Processed in 1.433148 secs Process 10805) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 24 Dec 2005 10:55:43 +0000 From: Robert Slade To: Teilhard Knight In-Reply-To: <01bd01c60872$faef7990$210110ac@fortunato> References: <01a001c6086d$8c0d57e0$210110ac@fortunato> <43AD197A.50905@gmx.net> <01bd01c60872$faef7990$210110ac@fortunato> Content-Type: text/plain Message-Id: <1135421742.8441.49.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sat, 24 Dec 2005 10:55:43 +0000 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: USB mice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 10:53:40 -0000 On Sat, 2005-12-24 at 10:15, Teilhard Knight wrote: > > Teilhard Knight wrote: > > > >> It seems to me that the way FreeBSD is catching up with new hardware > >> leaves you unsatisfied. One has to choose, upon boot, the option to use > >> an USB keyboard by hand, and I have found no way to make a USB mouse to > >> work. The OS broadly supports serial mice and hardly PS/2 mice, both > >> almost out of the market nowadays. Are USB mice supported by FreeBSD? > >> > >> Teilhard. > >> _______________________________________________ > >> 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" > >> > >> > > Currently all three systems which run FreeBSD have USB mice, two of them > > just plain Logitech optical mouses, the third is a Logitech MX 300, but > > every other mouse should work when you have enabled moused. Try plugin in > > the mouse when FreeBSD is up and running, it should detect it > > automatically > > It didn't work. Actually I have a little more than a USB mouse, I have a > wireless mouse and wireless keyboard which are both controlled by a central > unit which plugs into an USB port in the computer. The keyboard works well, > with the option of booting with an USB keyboard, but I cannot make the mouse > work. Any suggestions? > > Teilhard. I can confirm what Frank says. I have a number of machines running mainly Freebsd. USB and PS/2 mice work fine on both OS' but I did have problems with a wireless mouse on both. The problem lies with the mouse connection to the wireless hub. Under XP I had to press the connect button on both the hub and mouse after booting to get the mouse to connect to the hub and then re-boot to get XP to recognise the mouse was there. I gave up on the wireless mouse in the end it was to much trouble. Rob From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 11:02: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 3FA8316A41F for ; Sat, 24 Dec 2005 11:02:01 +0000 (GMT) (envelope-from niklas.nielsen@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9028843D5F for ; Sat, 24 Dec 2005 11:02:00 +0000 (GMT) (envelope-from niklas.nielsen@gmail.com) Received: by nproxy.gmail.com with SMTP id l36so300186nfa for ; Sat, 24 Dec 2005 03:01:59 -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=dmLl2PLm6NgsKa8PQEUbUHT5UhDSd3wpCuqRhMOAswdCDVuWWhZHwW4tvLImENkc+yjPsNq0OFRo3MBaG7fi8hiMDHsU84Sh99atBnoWKDiqbrF4Iwfluq+rU9kjF4RVGe23bXpM067oRMqpGIzoJ82pTKyxjiq2qPQVFq+G3F0= Received: by 10.48.225.18 with SMTP id x18mr176778nfg; Sat, 24 Dec 2005 03:01:59 -0800 (PST) Received: by 10.48.250.20 with HTTP; Sat, 24 Dec 2005 03:01:59 -0800 (PST) Message-ID: <87e39e8b0512240301v1d4b9ac6h70b409536ecefb41@mail.gmail.com> Date: Sat, 24 Dec 2005 12:01:59 +0100 From: Niklas Nielsen 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: acpi: throttle state 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: Sat, 24 Dec 2005 11:02:01 -0000 First of all - Merry Christmas :) I am new on the list (and dane) - so please bare with me. I noticed, when upgrading from 5.4 to 6.0 - that hw.acpi.cpu.throttle_statedon't appear in 6.0. I have a IBM ThinkPad T40 with a centrino CPU. Is there another way to throttle down the CPU in 6.0? Best regards Niklas Nielsen From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 11:04: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 875E816A41F for ; Sat, 24 Dec 2005 11:04:47 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5AA543D5C for ; Sat, 24 Dec 2005 11:04:46 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Eq7Cf-00064E-0A for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 06:04:46 -0500 Message-ID: <022401c60879$d6309150$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <01a001c6086d$8c0d57e0$210110ac@fortunato> <43AD197A.50905@gmx.net> <01bd01c60872$faef7990$210110ac@fortunato> Date: Sat, 24 Dec 2005 05:04:38 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: USB mice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 11:04:47 -0000 On 12/24/05, Teilhard Knight wrote: > > Teilhard Knight wrote: > > > >> It seems to me that the way FreeBSD is catching up with new hardware > >> leaves you unsatisfied. One has to choose, upon boot, the option to use > >> an USB keyboard by hand, and I have found no way to make a USB mouse to > >> work. The OS broadly supports serial mice and hardly PS/2 mice, both > >> almost out of the market nowadays. Are USB mice supported by FreeBSD? > >> > >> Teilhard. > >> _______________________________________________ > >> 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" > >> > >> > > Currently all three systems which run FreeBSD have USB mice, two of them > > just plain Logitech optical mouses, the third is a Logitech MX 300, but > > every other mouse should work when you have enabled moused. Try plugin > > in > > the mouse when FreeBSD is up and running, it should detect it > > automatically > > It didn't work. Actually I have a little more than a USB mouse, I have a > wireless mouse and wireless keyboard which are both controlled by a > central > unit which plugs into an USB port in the computer. The keyboard works > well, > with the option of booting with an USB keyboard, but I cannot make the > mouse > work. Any suggestions? > > Teilhard. > > _______________________________________________ > 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" > load the ums module by typing these command. you need to be root though. # kldload ums # moused -p /dev/ums0 -t auto then see if the mouse daemon is running using top or ps. --- if this does not work you may have to rebuild yoru kernel with the following options device ohci device ums -------------- Thanks. Upon issuing the command: # kldload ums, I get: 'kldload: can't load ums: file exists'. But if I go to /dev, ums is not present. Are you sure kldload is the right command? Teilhard. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 11:43: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 58BEA16A41F for ; Sat, 24 Dec 2005 11:43:11 +0000 (GMT) (envelope-from mph@echobase.hoth.dk) Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [195.41.46.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCE8F43D4C for ; Sat, 24 Dec 2005 11:43:10 +0000 (GMT) (envelope-from mph@echobase.hoth.dk) Received: from echobase.hoth.dk (echobase.hoth.dk [80.62.210.27]) by pfepc.post.tele.dk (Postfix) with ESMTP id 5C1EB26280A for ; Sat, 24 Dec 2005 12:43:09 +0100 (CET) Received: by echobase.hoth.dk (Postfix, from userid 1001) id 2334C19B3D; Sat, 24 Dec 2005 12:43:09 +0100 (CET) Date: Sat, 24 Dec 2005 12:43:09 +0100 From: "Martin P. Hansen" To: freebsd-questions@freebsd.org Message-ID: <20051224114308.GA35947@echobase.hoth.dk> Mail-Followup-To: freebsd-questions@freebsd.org References: <20051224004131.GA5905@thought.org> <20051224011059.GB28824@echobase.hoth.dk> <20051224072351.GA7907@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051224072351.GA7907@thought.org> User-Agent: Mutt/1.4.2.1i Subject: Re: Best Scanner recs, please? 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: Sat, 24 Dec 2005 11:43:11 -0000 On Fri, 23 Dec 2005, Gary Kline wrote: > Thanks; this model is on my list. Do you have USB 2.0 > defined (uncommented) in your KERNEL config file (and thus > built into your kernel)?? I'm trying to figure out howto > create /dev/uscanner0. I have the ehci device defined, but since I don't any USB 2 ports it probably doesn't matter. I'm running with a GENERIC conf for 6.0-STABLE with usb built-in. As I see it the uscanner device will probe the generic usbdevice and recognize the scanner and create a devfs entry. This happens for me when I plug it in. Somewhere around the 5.3-RELEASE it was necessary to modify /usr/src/sys/dev/usb/uscanner.c to include the LiDE 30 scanner. Perhaps it is interesting to see whether the scanner appears in `usbdevs -v` if you don't get a /dev/uscanner0. Mine shows as: port 2 addr 3: full speed, power 500 mA, config 1, CanoScan(0x220e), Canon(0x04a9), rev 1.00 -- Martin P. Hansen From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 11:44: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 E42E016A420 for ; Sat, 24 Dec 2005 11:44:43 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 998CA43D6E for ; Sat, 24 Dec 2005 11:44:31 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Eq7p7-000ACQ-6k for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 06:44:30 -0500 Message-ID: <025201c6087f$664b2f70$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <01a001c6086d$8c0d57e0$210110ac@fortunato> <43AD197A.50905@gmx.net> <01bd01c60872$faef7990$210110ac@fortunato> <022401c60879$d6309150$210110ac@fortunato> Date: Sat, 24 Dec 2005 05:44:28 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: USB mice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 11:44:44 -0000 > > > > > >> It seems to me that the way FreeBSD is catching up with new hardware > > >> leaves you unsatisfied. One has to choose, upon boot, the option to > > >> use > > >> an USB keyboard by hand, and I have found no way to make a USB mouse > > >> to > > >> work. The OS broadly supports serial mice and hardly PS/2 mice, both > > >> almost out of the market nowadays. Are USB mice supported by FreeBSD? > > >> > > >> Teilhard. > > >> _______________________________________________ > > >> 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" > > >> > > >> > > > Currently all three systems which run FreeBSD have USB mice, two of > > > them > > > just plain Logitech optical mouses, the third is a Logitech MX 300, > > > but > > > every other mouse should work when you have enabled moused. Try plugin > > > in > > > the mouse when FreeBSD is up and running, it should detect it > > > automatically > > > > It didn't work. Actually I have a little more than a USB mouse, I have a > > wireless mouse and wireless keyboard which are both controlled by a > > central > > unit which plugs into an USB port in the computer. The keyboard works > > well, > > with the option of booting with an USB keyboard, but I cannot make the > > mouse > > work. Any suggestions? > > > > Teilhard. > > > > _______________________________________________ > > 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" > > > > load the ums module by typing these command. you need to be root though. > > > > # kldload ums > # moused -p /dev/ums0 -t auto > > then see if the mouse daemon is running using top or ps. > > --- > if this does not work you may have to rebuild yoru kernel with the > following options > > device ohci > device ums > -------------- > > Thanks. Upon issuing the command: > > # kldload ums, > > I get: > > 'kldload: can't load ums: file exists'. > > But if I go to /dev, ums is not present. Are you sure kldload is the right > command? > > Teilhard. > > > _______________________________________________ > 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 positive. The message basically means that the ums module is already. You can check this by issuing the command # kldstat Yes, I have found it. It is under /usr/src/sys/modules. Shouldn't it be under /dev? The second command you ask me to perform gives an error: 'no such device ums0'. What should I do now? Teilhard From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 12:03: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 005F616A41F for ; Sat, 24 Dec 2005 12:03:05 +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 8F0A543D96 for ; Sat, 24 Dec 2005 12:02:53 +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 jBOC55P67899; Sat, 24 Dec 2005 04:05:05 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Winelfred G. Pasamba" Date: Sat, 24 Dec 2005 04:01:46 -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: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Cc: pretenda@wrgn.net, freebsd-questions@freebsd.org Subject: RE: FreeBSD router two DSL connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 12:03:06 -0000 http://www.edimax.com/html/english/products/PRI582.htm "...Performs Outbound load balancing by session, weight round robin or traffic..." Note that they say by SESSION not by PACKET. It's marketingspeak. They are simply using the term load balancing for a device that doesen't actually load balance. Apparently they figure that if they say "session load balancing" even though there is no such accepted definition, that then they are somehow not lying. It's akin to someone saying that "FreeBSD is a kind of Linux" in a sentence that uses Linux to indicate "open source operating systems" Apparently you never heard the old saying "A grain of truth is buried in all great lies" Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Winelfred G. >Pasamba >Sent: Thursday, December 22, 2005 11:30 PM >To: Ted Mittelstaedt >Cc: pretenda@wrgn.net; freebsd-questions@freebsd.org >Subject: Re: FreeBSD router two DSL connections > > >I wonder if these routers are using freebsd > >http://www.edimax.com/html/english/products/list-router.htm > >2 WAN, 4 WAN, etc... > >and i also wonder what happens if one WAN goes down? or if the >WANs are of >different speeds? > >On 12/23/05, Ted Mittelstaedt wrote: >> >> >> >> >-----Original Message----- >> >From: owner-freebsd-questions@freebsd.org >> >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of >> >pretenda@wrgn.net >> >Sent: Thursday, December 22, 2005 3:09 AM >> >To: freebsd-questions@freebsd.org >> >Subject: RE: FreeBSD router two DSL connections >> > >> > >> >> Which is not redundant. >> > >> > >> > >> >> Considering the OP asked for specifics on how to do this and your >> > >> >> response as been a bunch of theoretical gobbdleygook that >is flat out >> > >> >> wrong network theory, you haven't done anything to help the >> >poor bastard. >> > >> > >> > >> >Hi, >> > >> > >> > >> >This is a pretty firey debate. >> > >> > >> > >> >I have a question along the lines of this thread. I currently >> >have a 1.5Mbit >> >ADSL tail at the school that I work for. This tail connects to >> >the Education >> >Office which hosts a variety of websites, we then get internet access >> >through the education office. >> > >> > >> > >> >We currently also have 230 PCs, and the connection is slowing down >> >significantly. What I planned on doing was purchasing a >20Mbit ADSL 2+ >> >connection and setting up a FreeBSD router which forwards >all internet >> >traffic through the ADSL2+ connection, and the Education >Office traffic >> >would be forwarded through the existing connection. Is this feasible? >> >> The easiest way would be to purchase a DSL modem/router for use >> with the ADSL2 connection (or a ADSL2 modem coupled to a >> etherent-to-ethernet >> DSL router) Set this up as a network address translator, plug it >> into your school network. (you can use FreeBSD for this if >you want) You >> will need >> to do a bit of exploring to find out the subnets that the ED office is >> using. >> >> For example, suppose ED office has assigned IP subnet 10.0.10.0/24 >> to your school. Their existing DSL tail has an IP number of 10.0.10.1 >> on it. You have your PC's seup to use IP addresses 10.0.10.10 - >> 10.0.10.240 >> with a subnet mask of 255.255.255.0 and a gateway of 10.0.10.1 >> >> You do some queries with nslookup to find out all the IP >adresses of the >> Ed servers, and you find they are on subnets 10.0.12.x, 10.0.15.x, >> 192.168.4.x, etc. >> >> So, first thing you do is you setup your BSD system/DSL >router/DSl modem >> as a translator, and set it's internal interface IP address >to 10.0.10.2 >> >> Then you add in a bunch of static routes into it for the ED >subnets you >> discovered, pointing those subnets to 10.0.10.1 >> >> Last you set your PC's to use 10.0.10.2 as their default gateway. >> >> When the PC's send traffic to the Internet the router sends >that out the >> ADSL2 line >> >> When the PC's send traffic to ED, the router issues an ICMP >redirect that >> installs an ICMP route in the PC's that points to 10.0.10.1 for that >> host. >> >> Ted >> >> _______________________________________________ >> 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" >> > > > >-- >Seek ye first the kingdom of God and all these things shall be >added unto >you. > >Winelfred G. Pasamba >Adventist University of the Philippines >Computer Science Department, AUP Online Information System >_______________________________________________ >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.5/212 - Release Date: >12/23/2005 > From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 12:03: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 0816516A420 for ; Sat, 24 Dec 2005 12:03:29 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FC5143D7F for ; Sat, 24 Dec 2005 12:02:53 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so812764nzo for ; Sat, 24 Dec 2005 04:02:48 -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:message-id; b=FDrceBwdpBo8oC3BN6IAmgPVYth2HzvsadqKR2qf3v5zSfPp7L92L4Ey+Q1T2bCmQ0cLzhD7m9yiHZdtnPCOf9fZvSMc2VxdaEQ50J/qHY74RDB5U/aTFiOm6bNAlw7qnzODg/+S3/vxzOKULA6e8QtbMi6zEM9Dva0eRvJL2dI= Received: by 10.36.65.10 with SMTP id n10mr1025625nza; Sat, 24 Dec 2005 04:02:47 -0800 (PST) Received: from ?192.168.0.86? ( [221.186.3.89]) by mx.gmail.com with ESMTP id 15sm5960286nzp.2005.12.24.04.02.46; Sat, 24 Dec 2005 04:02:47 -0800 (PST) From: Eric Kjeldergaard To: freebsd-questions@freebsd.org Date: Sat, 24 Dec 2005 21:01:21 +0900 User-Agent: KMail/1.8.3 References: <87e39e8b0512240301v1d4b9ac6h70b409536ecefb41@mail.gmail.com> In-Reply-To: <87e39e8b0512240301v1d4b9ac6h70b409536ecefb41@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2546743.VEscVKSPVd"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512242102.41761.kjelderg@gmail.com> Cc: Niklas Nielsen Subject: Re: acpi: throttle state 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: Sat, 24 Dec 2005 12:03:29 -0000 --nextPart2546743.VEscVKSPVd Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 24 December 2005 20:01, Niklas Nielsen wrote: > First of all - Merry Christmas :) > > I am new on the list (and dane) - so please bare with me. > > I noticed, when upgrading from 5.4 to 6.0 - that > hw.acpi.cpu.throttle_statedon't appear in > 6.0. > I have a IBM ThinkPad T40 with a centrino CPU. > > Is there another way to throttle down the CPU in 6.0? This can be done dynamically by powerd(8) or manually with the dev.cpu.0.fr= eq=20 sysctl. Regarding the latter method, the dev.cpu.0.freq_levels sysctl=20 displays the available frequencies detected for the processor. =2D- Eric --nextPart2546743.VEscVKSPVd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDrTjhSMnO3Fce5JgRAqzgAJsHnEj03yAw/+45NbLyOGbnWY0AvQCgie8M GD8lNbJ9lt+biWMXFzkcPC0= =5L/t -----END PGP SIGNATURE----- --nextPart2546743.VEscVKSPVd-- From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 12:35: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 30F4416A41F for ; Sat, 24 Dec 2005 12:35:31 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA9443D46 for ; Sat, 24 Dec 2005 12:35:30 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1Eq8cS-000EoP-93 for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 07:35:29 -0500 Message-ID: <025b01c60886$80de73e0$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <01a001c6086d$8c0d57e0$210110ac@fortunato> <43AD197A.50905@gmx.net> <01bd01c60872$faef7990$210110ac@fortunato> <022401c60879$d6309150$210110ac@fortunato> <025201c6087f$664b2f70$210110ac@fortunato> Date: Sat, 24 Dec 2005 06:35:18 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: USB mice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 12:35:31 -0000 On 12/24/05, Teilhard Knight wrote: > > > > > > > >> It seems to me that the way FreeBSD is catching up with new > > > >> hardware > > > >> leaves you unsatisfied. One has to choose, upon boot, the option to > > > >> use > > > >> an USB keyboard by hand, and I have found no way to make a USB > > > >> mouse > > > >> to > > > >> work. The OS broadly supports serial mice and hardly PS/2 mice, > > > >> both > > > >> almost out of the market nowadays. Are USB mice supported by > > > >> FreeBSD? > > > >> > > > >> Teilhard. > > > >> _______________________________________________ > > > >> 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" > > > >> > > > >> > > > > Currently all three systems which run FreeBSD have USB mice, two of > > > > them > > > > just plain Logitech optical mouses, the third is a Logitech MX 300, > > > > but > > > > every other mouse should work when you have enabled moused. Try > > > > plugin > > > > in > > > > the mouse when FreeBSD is up and running, it should detect it > > > > automatically > > > > > > It didn't work. Actually I have a little more than a USB mouse, I have > > > a > > > wireless mouse and wireless keyboard which are both controlled by a > > > central > > > unit which plugs into an USB port in the computer. The keyboard works > > > well, > > > with the option of booting with an USB keyboard, but I cannot make the > > > mouse > > > work. Any suggestions? > > > > > > Teilhard. > > > > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > > load the ums module by typing these command. you need to be root > > though. > > > > > > > > # kldload ums > > # moused -p /dev/ums0 -t auto > > > > then see if the mouse daemon is running using top or ps. > > > > --- > > if this does not work you may have to rebuild yoru kernel with the > > following options > > > > device ohci > > device ums > > -------------- > > > > Thanks. Upon issuing the command: > > > > # kldload ums, > > > > I get: > > > > 'kldload: can't load ums: file exists'. > > > > But if I go to /dev, ums is not present. Are you sure kldload is the > > right > > command? > > > > Teilhard. > > > > > > _______________________________________________ > > 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 positive. > The message basically means that the ums module is already. You can > check this by issuing the command > > # kldstat > > Yes, I have found it. It is under /usr/src/sys/modules. Shouldn't it be > under /dev? The second command you ask me to perform gives an error: 'no > such device ums0'. What should I do now? > > Teilhard > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > I'm having problems now. ums seems to have disappeared, at least when I go to /usr/src/sys/modules, I cannot find it. However when I run: # kldload ums I get the same as before: "file exists". Konqueror cannot find ums either. It found it when I wrote to you, but not anymore. I have been fiddling with Konqueror manually in absence of a mouse and I highlighted the module path to be able to read it complete and then I hit enter to leave it as it was. Do you think I might made it hidden? The first command you ask me to perform gives nothing under these circumstances. uname -a, gives 'FreeBSD 6.0-RELEASE', and gives the time and says I am using the GENERIC kernel, that's all. Teilhard. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 14:09: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 01BED16A422 for ; Sat, 24 Dec 2005 14:09:01 +0000 (GMT) (envelope-from yance_kowara@yahoo.com) Received: from web30307.mail.mud.yahoo.com (web30307.mail.mud.yahoo.com [68.142.200.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 721B443D5D for ; Sat, 24 Dec 2005 14:09:00 +0000 (GMT) (envelope-from yance_kowara@yahoo.com) Received: (qmail 54817 invoked by uid 60001); 24 Dec 2005 14:08:59 -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=uxFuAJNc/qvVe7o9Su575uER57OOVRKDegFGTrIrYk88/CiUwrQ4tKKgXk3xhtIKjab3D9t8qoFwFtWmbGtVSiRMAZLQTgjgKkU2zrOz4/SB/UZmQiHNeP4vsYWYLsRy0w2b66NqQYLLGAjbfCNeJTmaAUKuRi3Cbo18Ns7A3ZM= ; Message-ID: <20051224140859.54815.qmail@web30307.mail.mud.yahoo.com> Received: from [144.133.206.241] by web30307.mail.mud.yahoo.com via HTTP; Sat, 24 Dec 2005 06:08:59 PST Date: Sat, 24 Dec 2005 06:08:59 -0800 (PST) From: Yance Kowara To: freebsd-questions@freebsd.org In-Reply-To: <20051224002136.39760.qmail@web33315.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: RE: FreeBSD router two DSL connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 14:09:01 -0000 > Ted, you have to think outside the box. Life is > more than one connection. While you can't > increase the throughput of a single connection, > you can increase the throughput of your network, > which is usually the point. "Throughput" in this > context is "capacity". Throughput is not only > what you can "get" on a download; its the sum > total of all of your activites. > > You "can" upload at 2Mb/s on one connection if > you balance your outbound traffic, but not > download, because while you can control where > outgoing packets are sent, you can't control > over which pipe incoming traffic arrives. > > Believe me, ted. It works. Its not "theory". Its > being done. For example a hosting ISP saturates > its pipes outgoing and has very little traffic > incoming. They can load balance in the outgoing > only direction and have all of their incoming > traffic on a single pipe and double the capacity > of their network. Since they never exceed the > incoming bandwidth of a single pipe there is no > need to balance it. > > DT > Ted and Daniel, I am still following this thread and am getting all confused here. Back to my original question: 2 ADSL uplinks - 2 different ISPs.... can they be merged? (Load balanced, load shared, whatever it is) OpenBSD's PF has something that looks promising: http://www.openbsd.org/faq/pf/pools.html#outgoing Is this what I am looking for? Kind regards, Yance Kowara __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 14:20: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 1C5D516A423 for ; Sat, 24 Dec 2005 14:20:23 +0000 (GMT) (envelope-from wojciech.maslanka@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5080343D46 for ; Sat, 24 Dec 2005 14:20:21 +0000 (GMT) (envelope-from wojciech.maslanka@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so828596nzo for ; Sat, 24 Dec 2005 06:20: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:references; b=EB7O260UwYvLoykhPLGMZNPx0oyQ2K9JhLv7mxb6CodqzXgw0QqOmImkhHA/1vgazm5bNLARCYW/FDN71sc1ccn/SuXygcGCPgg07P8OjF59riOjWBARuH4JA+1ZTvL0jzI9446T5aFeIj7QB4eyMl9M/2BPVFcuVKNiWRiX3u4= Received: by 10.36.67.9 with SMTP id p9mr1120415nza; Sat, 24 Dec 2005 06:20:19 -0800 (PST) Received: by 10.36.19.6 with HTTP; Sat, 24 Dec 2005 06:20:19 -0800 (PST) Message-ID: Date: Sat, 24 Dec 2005 15:20:19 +0100 From: =?ISO-8859-2?Q?Ma=B6lanka_Wojciech?= To: Freebsd-questions In-Reply-To: <1135419654.881.3.camel@genius1.i.cz> MIME-Version: 1.0 References: <1135419654.881.3.camel@genius1.i.cz> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: base64 Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Fwd: ipnat and "ping" 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: Sat, 24 Dec 2005 14:20:23 -0000 SW0gYWZmcmFpZCB0aGF0IHRoaXMgc29sdXRpb24gZG9udCB3b3JrLiA6KAoKQW55IG90aGVyIGlk ZWE/PwoKUmVnYXJkcyEKCi0tLS0tLS0tLS0gRm9yd2FyZGVkIG1lc3NhZ2UgLS0tLS0tLS0tLQpG cm9tOiBNaWNoYWwgTWVydGwgPG1pbWVAdHJhdmVsbGVyLmN6PgpEYXRlOiAyMDA1LTEyLTI0IDEx OjIwClN1YmplY3Q6IFJlOiBpcG5hdCBhbmQgInBpbmciIHByb2JsZW0uClRvOiBNYbZsYW5rYSBX b2pjaWVjaCA8d29qY2llY2gubWFzbGFua2FAZ21haWwuY29tPgpDYzogRnJlZWJzZC1xdWVzdGlv bnMgPGZyZWVic2QtcXVlc3Rpb25zQGZyZWVic2Qub3JnPgoKTWG2bGFua2EgV29qY2llY2ggcO25 ZSB2IHDhIDIzLiAxMi4gMjAwNSB2IDIzOjA3ICswMTAwOgo+IFRoaXMgaXMgbXkgbmV0d29yazoK PiBJbnRlcm5ldC0tLS0tLS0tLS0tLS0tLVtybDAsIDE5Mi4xNjguMC41MF9fX19fMTAuMC4wLjEK PiAscmwxXS0tLS0tLS0tLS0tLS0tLS0tLVsxMC4wLjAuMl0KPiBPbiAxMC4wLjAuMiBtYWNoaW5l IEkgY2FudCBwaW5nIGFueSBob3N0IGluIGludGVybmV0LiBJIGNhbiBwaW5nIG9ubHkKPiAxMC4w LjAuMSBhbmQgMTkyLjE2OC4wLjUwLiA6KAo+IFdoYXRzIHdyb25nPz8KPgo+Cj4KPiBbL3Vzci9z cmNdI3VuYW1lIC1hCj4gRnJlZUJTRCBmcmVlYnNkLm1pbGExMC42IDYuMC1SRUxFQVNFIEZyZWVC U0QgNi4wLVJFTEVBU0UKPgo+Cj4gWy91c3Ivc3JjXSNpcGZzdGF0IC1pbwo+IHBhc3Mgb3V0IHF1 aWNrIGFsbAo+IHBhc3MgaW4gcXVpY2sgYWxsCj4KPgo+IFsvdXNyL3NyY10jaXBuYXQgLWwKPiBM aXN0IG9mIGFjdGl2ZSBNQVAvUmVkaXJlY3QgZmlsdGVyczoKPiBtYXAgcmwwIDEwLjAuMC4wLzI0 IC0+IDE5Mi4xNjguMC41MC8zMiBwcm94eSBwb3J0IGZ0cCBmdHAvdGNwCj4gbWFwIHJsMCAxMC4w LjAuMC8yNCAtPiAxOTIuMTY4LjAuNTAvMzIgcG9ydG1hcCB0Y3AvdWRwIGF1dG8KPiBtYXAgcmww IDEwLjAuMC4wLzI0IC0+IDE5Mi4xNjguMC41MC8zMgo+CgpZb3UgbmVlZCBhbHNvCm1hcCBybDAg MTAuMC4wLjAvMjQgLT4gMTkyLjE2OC4wLjUwLzMyIGljbXBpZG1hcCBpY21wIDY0MDAwOjY1NTM1 CgpJbiB0aGUgZG9jdW1lbnRhdGlvbiBvZiBpcG5hdCg1KSB0aGVyZSdzIHdyaXR0ZW4gdGhhdCBm b3IgdGhpcyB0bwpyZWxpYWJseSB3b3JrIHlvdSBoYXZlIHRvIHJlY29tcGlsZSB0aGUgd29ybGQg d2l0aCBsaW1pdGVkIFBJRF9NQVggYnV0Cml0IHdvcmtzIHdpdGhvdXQgaXQuCgoKPiBMaXN0IG9m IGFjdGl2ZSBzZXNzaW9uczoKPiBNQVAgMTAuMC4wLjIgICAgICAzNjEwICA8LSAtPiAxOTIuMTY4 LjAuNTAgICAgODY2NiAgWzY2LjI0OS44NS44MyA4MF0KPiBNQVAgMTAuMC4wLjIgICAgICAgMzYw OSAgPC0gLT4gMTkyLjE2OC4wLjUwICAgIDg2NjUgIFs2Ni4yNDkuODUuODMgODBdCj4gTUFQIDEw LjAuMC4yICAgICAgMzYwOCAgPC0gLT4gMTkyLjE2OC4wLjUwICAgIDg2NjQgIFs2Ni4yNDkuODUu MTkgODBdCj4gTUFQIDEwLjAuMC4yICAgICAgIDM2MDcgIDwtIC0+IDE5Mi4xNjguMC41MCAgICA4 NjYzICBbMTk0LjIwNC4xNTIuMzQgNTNdCj4gTUFQIDEwLjAuMC4yICAgICAgMzYwNiAgPC0gLT4g MTkyLjE2OC4wLjUwICAgIDg2NjIgIFs2Ni4yNDkuODUuODMgODBdCj4KCgpNaWNoYWwK From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 14:45: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 1E67916A41F for ; Sat, 24 Dec 2005 14:45:07 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FAB143D46 for ; Sat, 24 Dec 2005 14:45:06 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.3) with ESMTP id jBOEj6xk025452; Sat, 24 Dec 2005 07:45:06 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.3/Submit) with ESMTP id jBOEj3e1025449; Sat, 24 Dec 2005 07:45:06 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 24 Dec 2005 07:45:03 -0700 (MST) From: Warren Block To: Gary Kline In-Reply-To: <20051224095853.GD7907@thought.org> Message-ID: <20051224073808.P25435@wonkity.com> References: <20051222221658.GA2457@thought.org> <20051222164245.X93782@wonkity.com> <20051223005350.GD2613@thought.org> <20051223214832.Q1110@wonkity.com> <20051224095853.GD7907@thought.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (wonkity.com [127.0.0.1]); Sat, 24 Dec 2005 07:45:06 -0700 (MST) Cc: FreeBSD Mailing List Subject: Re: HP Scanner:: zilch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 14:45:07 -0000 On Sat, 24 Dec 2005, Gary Kline wrote: >>> Hm, this is strange. I have two hp files in sane.d, both sseem >>> oriented toward Linux. There is an entry for the 4100c in >>> "hp.conf", but it wants to create /dev/scanner. >> >> That line tells sane which device to use. In FreeBSD, that's >> /dev/uscanner0. > > How do I tell sane to use hp.conf (or my new hp4100.conf)? AFAIK, sane just looks through all the conf files for something that matches the scanner devices found. sane-find-scanner would be where it does that. > My rational against hp.conf is the ^/dev/scanner line as > well as the first SCSI line. What does "scsi HP" do? > I don't use SCSI in this FBSD server. Just comment that line out. > AFAIK, three of my USB modules are builtins. Would you please > grep "usb" your KERNEL file? gotta be something like this > why uscanner0 isn't there. I have: uhci ohci ehci usb ugen uhid ukbd ulpt umass ums uscanner -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 14:46: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 CC0F416A420 for ; Sat, 24 Dec 2005 14:46:41 +0000 (GMT) (envelope-from rjw@dynode.net) Received: from union.dynode.net (ppp173-2.lns1.per1.internode.on.net [150.101.173.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32FC143D90 for ; Sat, 24 Dec 2005 14:46:27 +0000 (GMT) (envelope-from rjw@dynode.net) Received: from main.dynode.net (main.dynode.net [192.168.0.11]) by union.dynode.net (8.13.4/8.13.4) with ESMTP id jBOEq6Yx042836 for ; Sat, 24 Dec 2005 22:52:06 +0800 (WST) (envelope-from rjw@main.dynode.net) Received: from main.dynode.net (localhost [127.0.0.1]) by main.dynode.net (8.13.4/8.13.3) with ESMTP id jBOEhUEr022005 for ; Sat, 24 Dec 2005 22:43:30 +0800 (WST) (envelope-from rjw@main.dynode.net) Received: (from rjw@localhost) by main.dynode.net (8.13.4/8.13.1/Submit) id jBOEhUvt022004 for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 22:43:30 +0800 (WST) (envelope-from rjw) Date: Sat, 24 Dec 2005 22:43:30 +0800 From: "Russell J. Wood" To: freebsd-questions@freebsd.org Message-ID: <20051224144330.GA21970@main.dynode.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <01a001c6086d$8c0d57e0$210110ac@fortunato> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01a001c6086d$8c0d57e0$210110ac@fortunato> User-Agent: Mutt/1.4.2.1i Subject: Re: USB mice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 14:46:41 -0000 On Sat, Dec 24, 2005 at 03:36:28AM -0600, Teilhard Knight wrote: > It seems to me that the way FreeBSD is catching up with new hardware leaves > you unsatisfied. One has to choose, upon boot, the option to use an USB > keyboard by hand, and I have found no way to make a USB mouse to work. The > OS broadly supports serial mice and hardly PS/2 mice, both almost out of > the market nowadays. Are USB mice supported by FreeBSD? I have a USB keyboard and I don't have to choose the ``USB Keyboard'' option at start up. Also, I have a USB Mouse hooked up via a hub in my keyboard. Works fine. Maybe you should consult the Handbook, or maybe even Google for your answers. - Russell From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 14:51: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 59ADD16A41F for ; Sat, 24 Dec 2005 14:51:19 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC4BC43D49 for ; Sat, 24 Dec 2005 14:51:18 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EqAjt-0002fb-Ra for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 09:51:18 -0500 Message-ID: <028c01c60899$7cf29910$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" Date: Sat, 24 Dec 2005 08:51:13 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Two simple questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 14:51:19 -0000 What is the command to see the hidden files and folders? And how to unhide them? Teilhard. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 14:54: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 DCC0E16A41F for ; Sat, 24 Dec 2005 14:54:28 +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 187EA43D49 for ; Sat, 24 Dec 2005 14:54:27 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: by nproxy.gmail.com with SMTP id l37so294543nfc for ; Sat, 24 Dec 2005 06:54:26 -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=tb6rAutR64zZ8BKQfdtK24gIQQzlFyHks+5BnWEIj3JGuWif7avJZPNNS7UJ5pQLiCfUZXqNynCD0lpKp09B3oH4STxgI/e82mSCmyjV+r4p24k4Sn68CM5pR8JLRxiTMpmCtc49YafV8a8E0rmpmm2ZmK2ki7rTU7K3Th9cGcQ= Received: by 10.48.246.4 with SMTP id t4mr177255nfh; Sat, 24 Dec 2005 06:54:26 -0800 (PST) Received: by 10.48.108.12 with HTTP; Sat, 24 Dec 2005 06:54:26 -0800 (PST) Message-ID: <5ceb5d550512240654g6c44388medb95cc31f723fcf@mail.gmail.com> Date: Sat, 24 Dec 2005 15:54:26 +0100 From: "Daniel A." To: Andy Sjostrom , freebsd-questions@freebsd.org In-Reply-To: <20051224081054.29659.qmail@web31304.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: base64 Content-Disposition: inline References: <20051224081054.29659.qmail@web31304.mail.mud.yahoo.com> Cc: Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 14:54:29 -0000 SGkgQW5keSwKCkkgYW0gc29ycnkgZm9yIHRoZSB0cm91YmxlIHlvdSBoYXZlIGhhZCB3aXRoIFdp bmRvd3MgWFAuCgpJIHN1Z2dlc3QgdGhhdCB5b3UgdXNlIExpbnV4LCBhcyBGcmVlQlNEIHJlYWxs eSBpcyBub3QgdGFyZ2V0ZWQgYXQKcGVvcGxlIHdobyB3YW50IHRvIHVzZSBncmFwaGljYWwgdXNl ciBpbnRlcmZhY2VzLgpUaGUgbGludXggZGV2ZWxvcGVycyByZWFsbHkgaGF2ZSBiZWVuIHRyeWlu ZyB0byBtYWtlIGEgdmFsdWFibGUKcmVwbGFjZW1lbnQgZm9yIFdpbmRvd3MsIGFzIHRoZXkgc29t ZWhvdyBoYXZlIGV4cGVyaWVuY2VkIHRoZSBzYW1lCmlzc3VlcyB3aXRoIFdpbmRvd3MgKEFuZCBN aWNyb3NvZnQgcHJvZHVjdHMgaW4gZ2VuZXJhbCkgdGhhdCB5b3UgaGF2ZS4KCk9uZSBMaW51eCBk aXN0cmlidXRpb24gaW4gcGFydGljdWxhciB0aGF0IEkgdGhpbmsgeW91IG1pZ2h0IGxpa2UsIGlz ClVidW50dS4gWW91IGNhbiBkb3dubG9hZCBpdCBhdCBodHRwOi8vd3d3LnVidW50dWxpbnV4Lm9y Zy8sIG9yIG9yZGVyIGEKQ0QgKEZyZWUgc2hpcHBpbmcsIGZyZWUgQ0QsIHlvdSBwYXkgbm90aGlu ZykuCgoKT24gMTIvMjQvMDUsIEFuZHkgU2pvc3Ryb20gPGFuZHlfc2pvc3Ryb21AeWFob28uY29t PiB3cm90ZToKPiBUbyB3aG9tIHRoaXMgbWF5IGNvbmNlcm4sCj4gSC1FLUwtUCEKPiBMT0whCj4g IEkndmUgYmVlbiBvbmxpbmUgc2luY2UgMTk5MiggdGhlIHdpbmRvd3MgMy4xIGRheXMgZm9yIG1l LikgSSdtIDQ4IHlycy5vbGQuIGFuZCBhbHNvIGEgd2luZG93cyBYUAo+IHVzZXIuCj4gIEJlY2F1 c2Ugb2YgcmVjZW50IGlzc3VlIEkgaGF2ZSBoYWQgd2l0aCBNci4gV2lsbGlhbSBHYXRlcyBhbmQg aGlzIHByb2R1Y3QuCj4gYWJvdXQgZXZlcnkgNiBtb250aHMgSSBoYXZlIGhhZCB0byBvdmVyaGF1 bCBteSB3aW5kb3dzIFhQLiBkdXJpbmcgdGhlIGxhc3QgdXAgZ3JhZGUgSSB3YXMgdG9sZAo+IHRo YXQgbXkgWFAgcHJvZHVjdCBjb2RlIHdhcyBpbnZhaWxkLCB0aGVuIHdoZW4gaXMgbWFkZSB0aGUg cmVwYWlyIHVwIGdyYWRlcyBzb21ldGhpbmcgaW4gbXkKPiByZWdpc3RvcnkgY2hhbmdlZCwgYW5k IHdoZW4gdGhhdCBhdXRvIHVwZGF0ZXIgZG93bmxvYWRlZCB0aGUgbmV3IHNlY3VyaXR5IHBhdGNo ZXMgaXQgc29tZWhvdwo+IGRvd25sb2FkZWQgMjk2OSB0cm9qYW5zIGFzIHdlbGwuCj4KPiAgSSBo YXZlIGRlY2lkZWQgdG8gc3RhcnQgdGhlIHNlYXJjaCBmb3IgYSBuZXcgT1MuCj4gSW4gbXkgY2Fz ZSB0aGUgbmV3IE9TIG11c3QgYmUgY29tcGxldGVseSAxMDAgcGVyY2VudCB1c2VyIGZyaWVuZGx5 Lgo+IFBsZWFzZSBiYXJlIGluIG1pbmQgdGhhdCAxMDAgcGVyY2VudCBtZWFucyAiTk8gQ09ERSIg d3JpdHRpbmcuIEknbSBub3QgYSBwcm9ncmFtZXIuLi5MT0whCj4gIEkgcnVuIGEgdmVyeSBzbWFs bCBvbmUgbWFuIGNvbXBhbnkgYXQsCj4gaHR0cDovL3d3dy5nZW9jaXRpZXMuY29tL2FuZHlfc2pv c3Ryb20vaW5kZXguaHRtbAo+Cj4gIEZyb20gdGltZSB0byB0aW1lIEkgYWxzbyBsaWtlIHRvIHJp cCBhbmQgYnVybiBhIENEIGFzIHdlbGwsCj4gUHVibGlzaCBhcnRpY2xlcyB0byBteSB5YWhvbyAz NjAgYmxvZy4gZWRpdCBhIGZldyBpbWFnZXMgZnJvbSB0aW1lIHRvIHRvIHRpbWUuCj4gIHN1cmYg dGhlIG5ldCwgY29weSBhbmQgcGFzdGUsIGNoYXQgd2l0aCBmcmllbmRzIGluIG15IGZhdm9yaXRl IHlhaG9vIGNoYXQgcm9vbS4KPiAgZm9sZCBwcm90aWVucyBmb3IgdGhlIGZvbGRAaG9tZSBwcm9q ZWN0IGF0IHN0YW5mb3JkIFUuCj4gKEknbSBvbiB0ZWFtICM0MDE1NC4pCj4gIEkgYWxzbyBoYXZl IGEgbG9naXRlY2ggQ2xpY2tzbWFydDQyMCB0aGF0IHRoZSBuZXcgT1MgbXVzdCBiZSB3aWxsaW5n IHRvIGFjY2VwdC4KPiBJJ3ZlIGJlZW4gZG9pbmcgc29tZSByZWFkaW5nIGFuZCBldmVyeSB0aGlu ZyBJIGhhdmUgYmVlbiBhYmxlIHRvIGZpbmQgZm9yIE9TJ3MgYm9pbHMgZG93biB0byB0aHJlZQo+ IGJhc2ljIGNob2ljZXMuCj4gQlNECj4gVW5peAo+IExpbnV4Cj4gQSB3aW5kb3dzIEh5YmlyZCBs aWtlIFJlYWN0T1MuCj4KPiBUaGVyZSBpcyBvbmUgb3RoZXIgdmVyeSBpbXBvcnRhbnQgdGhpbmcg QmVjYXVzZSBJJ20gb24gYSBmaXhlZCBpbmNvbWUgYW5kIHRoaW5ncyB3aXRoIG1lIGFyZSB2ZXJ5 Cj4gdGlnaHQgbW9uZXkgd2lzZSB0aGUgbmV3IE9TIG11c3QgYmUgZnJlZS4KPiAgSXMgdGhlcmUg YW55IHRoaW5nIHlvdSBjYW4gZG8gdG8gaGVscCBtZS4gU3VjaCBhcyBwb2ludCBtZSBpbiB0aGUg cmlnaHQgZGlyZWN0aW9uLgo+Cj4KPgo+Cj4KPgo+ICAgLgo+IEQmQSBDb25zdWx0YW50cwo+IEdl b3JnZSBBLiBTam9zdHJvbSBJSQo+IEhlbHBpbmcgdGhvc2Ugd2hvIGNhbiBoZWxwIHRoZW0gc2Vs dmVzCj4gaHR0cDovL3d3dy5nZW9jaXRpZXMuY29tL2FuZHlfc2pvc3Ryb20vaW5kZXguaHRtbAo+ Cj4KPgo+Cj4KPgo+Cj4gX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f Cj4gWWFob28hIERTTCCWIFNvbWV0aGluZyB0byB3cml0ZSBob21lIGFib3V0Lgo+IEp1c3QgJDE2 Ljk5L21vLiBvciBsZXNzLgo+IGRzbC55YWhvby5jb20KPgo+IF9fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fCj4gZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5v cmcgbWFpbGluZyBsaXN0Cj4gaHR0cDovL2xpc3RzLmZyZWVic2Qub3JnL21haWxtYW4vbGlzdGlu Zm8vZnJlZWJzZC1xdWVzdGlvbnMKPiBUbyB1bnN1YnNjcmliZSwgc2VuZCBhbnkgbWFpbCB0byAi ZnJlZWJzZC1xdWVzdGlvbnMtdW5zdWJzY3JpYmVAZnJlZWJzZC5vcmciCj4K From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 14:55: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 0ABA716A41F for ; Sat, 24 Dec 2005 14:55:20 +0000 (GMT) (envelope-from rjw@dynode.net) Received: from union.dynode.net (ppp173-2.lns1.per1.internode.on.net [150.101.173.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C3343D76 for ; Sat, 24 Dec 2005 14:55:17 +0000 (GMT) (envelope-from rjw@dynode.net) Received: from main.dynode.net (main.dynode.net [192.168.0.11]) by union.dynode.net (8.13.4/8.13.4) with ESMTP id jBOF0vQY042917 for ; Sat, 24 Dec 2005 23:00:57 +0800 (WST) (envelope-from rjw@main.dynode.net) Received: from main.dynode.net (localhost [127.0.0.1]) by main.dynode.net (8.13.4/8.13.3) with ESMTP id jBOEqLC6022156 for ; Sat, 24 Dec 2005 22:52:21 +0800 (WST) (envelope-from rjw@main.dynode.net) Received: (from rjw@localhost) by main.dynode.net (8.13.4/8.13.1/Submit) id jBOEqLZR022155 for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 22:52:21 +0800 (WST) (envelope-from rjw) Date: Sat, 24 Dec 2005 22:52:21 +0800 From: "Russell J. Wood" To: freebsd-questions@freebsd.org Message-ID: <20051224145221.GB21970@main.dynode.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <200512241148.11674.plcplc@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512241148.11674.plcplc@gmail.com> User-Agent: Mutt/1.4.2.1i Subject: Re: umass detected, but da is never created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 14:55:20 -0000 On Sat, Dec 24, 2005 at 11:48:10AM +0100, Philip Lykke Carlsen wrote: > I have this external harddisk kit, and when I plug it in, the system correctly > recognizes it as a umass.. but afterwards, the da device is never created.. > > this is what I get from the console: > > umass0: vendor 0x05e3 USB TO IDE, rev 2.00/0.33, addr 2 > umass0: BBB reset failed, TIMEOUT > umass0: BBB bulk-in clear stall failed, TIMEOUT > > Also, the very same thing but the timeouts are happening if I connect an Apple > iPod.. > > And for the record, I had this problem with both the generic and my custom > kernel.. both with umass,da,ses,pass compiled in.. > > Any ideas as for how to solve this? > Any guidelines and I'd gladly edit the files in question and submit a patch, > when I get it working.. > > PS, Any other usb-drive I've tried has worked without problems.. At first I guessed it would have been a faulty device, however after a quick Google it appears `common'. http://www.bsdforums.org/forums/archive/index.php/t-664.html Maybe it's an unsupported device. - Russell From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 14:57: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 A3A6416A41F for ; Sat, 24 Dec 2005 14:57:55 +0000 (GMT) (envelope-from rjw@dynode.net) Received: from union.dynode.net (ppp173-2.lns1.per1.internode.on.net [150.101.173.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D2E43D45 for ; Sat, 24 Dec 2005 14:57:53 +0000 (GMT) (envelope-from rjw@dynode.net) Received: from main.dynode.net (main.dynode.net [192.168.0.11]) by union.dynode.net (8.13.4/8.13.4) with ESMTP id jBOF3XqK042923 for ; Sat, 24 Dec 2005 23:03:33 +0800 (WST) (envelope-from rjw@main.dynode.net) Received: from main.dynode.net (localhost [127.0.0.1]) by main.dynode.net (8.13.4/8.13.3) with ESMTP id jBOEsvg9022195 for ; Sat, 24 Dec 2005 22:54:57 +0800 (WST) (envelope-from rjw@main.dynode.net) Received: (from rjw@localhost) by main.dynode.net (8.13.4/8.13.1/Submit) id jBOEsvqi022194 for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 22:54:57 +0800 (WST) (envelope-from rjw) Date: Sat, 24 Dec 2005 22:54:57 +0800 From: "Russell J. Wood" To: freebsd-questions@freebsd.org Message-ID: <20051224145457.GC21970@main.dynode.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <028c01c60899$7cf29910$210110ac@fortunato> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <028c01c60899$7cf29910$210110ac@fortunato> User-Agent: Mutt/1.4.2.1i Subject: Re: Two simple questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 14:57:55 -0000 On Sat, Dec 24, 2005 at 08:51:13AM -0600, Teilhard Knight wrote: > What is the command to see the hidden files and folders? And how to unhide > them? If you're referring to dot files, then the following will show them: ls -a If that is too tedious, then an alias in your shell's RC file can sort that out (e.g. for /bin/sh: alias ls='ls -a'). - Russell From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 14:58: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 2EE1F16A41F for ; Sat, 24 Dec 2005 14:58:27 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id B734543D60 for ; Sat, 24 Dec 2005 14:58:26 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so833356nzo for ; Sat, 24 Dec 2005 06:58:22 -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=O6zn4lnuRkcg9Fb/Qiouf0m1MKpUFWMtDsgaqIM8Azx5sdKa03BH1lLA8tentSjmPz4hVtUz4NWiT70RdILvrQFWwf0MaX6Nc0N7tOcg8WemtZiXAqAFqwI2h5sI7CVRq2mKZvIfgiW8DQ5ncCb7mfHyZwDCGuwBY7BT48CHIAw= Received: by 10.37.20.55 with SMTP id x55mr1152413nzi; Sat, 24 Dec 2005 06:58:21 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id 36sm965075nzk.2005.12.24.06.58.21; Sat, 24 Dec 2005 06:58:21 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Sat, 24 Dec 2005 06:58:18 -0800 User-Agent: KMail/1.8.3 References: <028c01c60899$7cf29910$210110ac@fortunato> In-Reply-To: <028c01c60899$7cf29910$210110ac@fortunato> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512240658.19190.ringworm01@gmail.com> Cc: Teilhard Knight Subject: Re: Two simple questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 14:58:27 -0000 On Saturday 24 December 2005 06:51, Teilhard Knight wrote: > What is the command to see the hidden files and folders? And how to unhide > them? > > Teilhard. 1) ls -A (see man ls) 2) if you use the standard csh shell try ll (see .cshrc) -Mike From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 15: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 8CA7216A41F for ; Sat, 24 Dec 2005 15:01:01 +0000 (GMT) (envelope-from mph@echobase.hoth.dk) Received: from pfepa.post.tele.dk (pfepa.post.tele.dk [195.41.46.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDCC43D45 for ; Sat, 24 Dec 2005 15:01:00 +0000 (GMT) (envelope-from mph@echobase.hoth.dk) Received: from echobase.hoth.dk (echobase.hoth.dk [80.62.210.27]) by pfepa.post.tele.dk (Postfix) with ESMTP id 019D747FE8F for ; Sat, 24 Dec 2005 16:00:59 +0100 (CET) Received: by echobase.hoth.dk (Postfix, from userid 1001) id BF62019B3D; Sat, 24 Dec 2005 16:00:59 +0100 (CET) Date: Sat, 24 Dec 2005 16:00:59 +0100 From: "Martin P. Hansen" To: FreeBDS Message-ID: <20051224150059.GB39212@echobase.hoth.dk> Mail-Followup-To: FreeBDS References: <028c01c60899$7cf29910$210110ac@fortunato> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <028c01c60899$7cf29910$210110ac@fortunato> User-Agent: Mutt/1.4.2.1i Subject: Re: Two simple questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 15:01:01 -0000 On Sat, 24 Dec 2005, Teilhard Knight wrote: > What is the command to see the hidden files and folders? And how to unhide > them? Assuming you use ls(1) to display your files the command would be ``ls -a'' as explained in the the manual page. Depending on your shell you can create an alias for the ls command which includes the -a option every time. For sh you can edit $HOME/.profile to include a line as alias ls="ls -a" For csh you can edit $HOME/.cshrc to include a line as alias ls "ls -l" -- Martin P. Hansen From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 15:19: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 30C3816A41F for ; Sat, 24 Dec 2005 15:19:56 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 677C943D68 for ; Sat, 24 Dec 2005 15:19:55 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so577044wxc for ; Sat, 24 Dec 2005 07:19:54 -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=V3xu+vHxfkjHTsbkR8Ehq+XFx4y5GU1+sACyMCLB4y5CgCn6Kqj5tNuFtc/nDNEwVsfeiNEw5vISv+xyO7p9fw9ng3aNR2bKM+vtf6Dc7v8k1bmD/8xqm8vhV9AYZjVST8LZ8d1dOgM0IdZuYj1GV4mOGlGK1YG7snbt6vFsKoY= Received: by 10.70.109.10 with SMTP id h10mr241429wxc; Sat, 24 Dec 2005 07:19:54 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id i33sm4545717wxd.2005.12.24.07.19.53; Sat, 24 Dec 2005 07:19:54 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Sat, 24 Dec 2005 07:19:48 -0800 User-Agent: KMail/1.8.3 References: <20051224081054.29659.qmail@web31304.mail.mud.yahoo.com> <5ceb5d550512240654g6c44388medb95cc31f723fcf@mail.gmail.com> In-Reply-To: <5ceb5d550512240654g6c44388medb95cc31f723fcf@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512240719.51264.ringworm01@gmail.com> Cc: "Daniel A." , Andy Sjostrom Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 15:19:56 -0000 On Saturday 24 December 2005 06:54, Daniel A. wrote: > Hi Andy, > > I am sorry for the trouble you have had with Windows XP. > > I suggest that you use Linux, as FreeBSD really is not targeted at > people who want to use graphical user interfaces. In a few key areas FreeBSD is a better desktop OS than Linux: Easier to keep the kernel/world and installed ports up to date for example without having to resort to the microsoft/Linux fixall method of removing and reinstalling everything every now and again. Your opinion is correct IMO that FreeBSD managers put most emphasis on FreeBSD as a server and little as a desktop. My guess is because donations(cash) and hardware support for developers come from people who want servers while people who want a desktop OS tend to donate squat.... > The linux developers really have been trying to make a valuable > replacement for Windows, as they somehow have experienced the same > issues with Windows (And Microsoft products in general) that you have. > > One Linux distribution in particular that I think you might like, is > Ubuntu. You can download it at http://www.ubuntulinux.org/, or order a > CD (Free shipping, free CD, you pay nothing). Advertising Linux in a FreeBSD mailing list? Sounds like you may have more of axe to grind against the FreeBSD management folk than a desire to offer sound advice.... -Mike From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 15:29: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 20A7516A41F for ; Sat, 24 Dec 2005 15:29:55 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFFAF43D5A for ; Sat, 24 Dec 2005 15:29:54 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EqBLE-0007mr-UZ for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 10:29:53 -0500 Message-ID: <029b01c6089e$e3c8f210$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <01a001c6086d$8c0d57e0$210110ac@fortunato> <20051224144330.GA21970@main.dynode.net> Date: Sat, 24 Dec 2005 09:29:53 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: USB mice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 15:29:55 -0000 ----- Original Message ----- From: "Russell J. Wood" To: Sent: Saturday, December 24, 2005 8:43 AM Subject: Re: USB mice > On Sat, Dec 24, 2005 at 03:36:28AM -0600, Teilhard Knight wrote: >> It seems to me that the way FreeBSD is catching up with new hardware >> leaves >> you unsatisfied. One has to choose, upon boot, the option to use an USB >> keyboard by hand, and I have found no way to make a USB mouse to work. >> The >> OS broadly supports serial mice and hardly PS/2 mice, both almost out of >> the market nowadays. Are USB mice supported by FreeBSD? > > I have a USB keyboard and I don't have to choose the ``USB Keyboard'' > option at start up. Also, I have a USB Mouse hooked up via a hub in my > keyboard. Works fine. Are they, your keyboard and your mouse, wireless? Teilhard. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 15:30: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 9483216A41F for ; Sat, 24 Dec 2005 15:30:16 +0000 (GMT) (envelope-from rodperson@adelphia.net) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E3543D5C for ; Sat, 24 Dec 2005 15:30:15 +0000 (GMT) (envelope-from rodperson@adelphia.net) Received: from atomizer.opensourcebeef.net ([68.71.167.119]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051224153015.WFYB5278.mta11.adelphia.net@atomizer.opensourcebeef.net> for ; Sat, 24 Dec 2005 10:30:15 -0500 Date: Sat, 24 Dec 2005 10:23:56 -0500 From: rod person Cc: freebsd-questions@freebsd.org Message-ID: <20051224102356.72c776a9@atomizer.opensourcebeef.net> In-Reply-To: <20051224145221.GB21970@main.dynode.net> References: <200512241148.11674.plcplc@gmail.com> <20051224145221.GB21970@main.dynode.net> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.8; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: umass detected, but da is never created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 15:30:16 -0000 On Sat, 24 Dec 2005 22:52:21 +0800 "Russell J. Wood" wrote: > On Sat, Dec 24, 2005 at 11:48:10AM +0100, Philip Lykke Carlsen wrote: > > I have this external harddisk kit, and when I plug it in, the > > system correctly recognizes it as a umass.. but afterwards, the da > > device is never created.. > > > > this is what I get from the console: > > > > umass0: vendor 0x05e3 USB TO IDE, rev 2.00/0.33, addr 2 > > umass0: BBB reset failed, TIMEOUT > > umass0: BBB bulk-in clear stall failed, TIMEOUT > > > > Also, the very same thing but the timeouts are happening if I > > connect an Apple iPod.. > > > > And for the record, I had this problem with both the generic and my > > custom kernel.. both with umass,da,ses,pass compiled in.. > > > > Any ideas as for how to solve this? > > Any guidelines and I'd gladly edit the files in question and submit > > a patch, when I get it working.. > > > > PS, Any other usb-drive I've tried has worked without problems.. I had this problem with an iPod also. When I switch to using firewire for the iPod it then worked fine. I've read that there is some problem with Apples usb2 code. -- Rod http://www.opensourcebeef.net From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 15:34: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 BE01016A41F for ; Sat, 24 Dec 2005 15:34:28 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33314.mail.mud.yahoo.com (web33314.mail.mud.yahoo.com [68.142.206.129]) by mx1.FreeBSD.org (Postfix) with SMTP id F0F5A43D68 for ; Sat, 24 Dec 2005 15:34:16 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 26324 invoked by uid 60001); 24 Dec 2005 15:34:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=WQdt5oCLP2zyxmcJl98uns8QM/MxFAHFnFhRWkb7CW/Y5XvtSNjZzhu5D3PzH3yO9nCe2imWOmuiZUPr9hKMdPvamkzKNUANzghx7helBcwKyKUmCahiJq6d+jpteHhBw22dL6gm1kWiJcdr2rGfNBz1toW3u/LMa3NdvdqiyCY= ; Message-ID: <20051224153412.26322.qmail@web33314.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33314.mail.mud.yahoo.com via HTTP; Sat, 24 Dec 2005 07:34:12 PST Date: Sat, 24 Dec 2005 07:34:12 -0800 (PST) From: Danial Thom To: "Michael C. Shultz" , freebsd-questions@freebsd.org In-Reply-To: <200512240719.51264.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: "Daniel A." , Andy Sjostrom Subject: Re: BSD Question's. 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: Sat, 24 Dec 2005 15:34:28 -0000 --- "Michael C. Shultz" wrote: > On Saturday 24 December 2005 06:54, Daniel A. > wrote: > > Hi Andy, > > > > I am sorry for the trouble you have had with > Windows XP. > > > > I suggest that you use Linux, as FreeBSD > really is not targeted at > > people who want to use graphical user > interfaces. > > In a few key areas FreeBSD is a better desktop > OS than Linux: Easier to keep > the kernel/world and installed ports up to date > for example without having > to resort to the microsoft/Linux fixall method > of removing and reinstalling > everything every now and again. Your opinion > is correct IMO that FreeBSD > managers put most emphasis on FreeBSD as a > server and little as a desktop. > My guess is because donations(cash) and > hardware support for developers > come from people who want servers while people > who want a desktop OS tend to > donate squat.... > > > The linux developers really have been trying > to make a valuable > > replacement for Windows, as they somehow have > experienced the same > > issues with Windows (And Microsoft products > in general) that you have. > > > > One Linux distribution in particular that I > think you might like, is > > Ubuntu. You can download it at > http://www.ubuntulinux.org/, or order a > > CD (Free shipping, free CD, you pay nothing). > > Advertising Linux in a FreeBSD mailing list? > Sounds like you may have more of > axe to grind against the FreeBSD management > folk than a desire to offer sound > advice.... > > -Mike Why not just tell the truth, which is that Windows XP is the best that you can do for the desktop, and that there is no perfect solution that works perfectly in every scenario? FreeBSD and Linux *should* focus on server functions, because that is where MS is weak and that is where its needed. There will likely never be a solid reason to use BSD or linux as a desktop other than religion; while there are many compelling reasons to use BSD and/or linux servers. When you try to be everything to everyone and you don't have the resources of a MS, then you end up with mediocre results. Decide what you want to be, and be the best at it. That should be the mantra of any product development team, regardless of the genre. DT __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 15:36: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 6CFD416A41F for ; Sat, 24 Dec 2005 15:36:01 +0000 (GMT) (envelope-from mj001@rogers.com) Received: from smtp100.rog.mail.re2.yahoo.com (smtp100.rog.mail.re2.yahoo.com [206.190.36.78]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B07E43D5D for ; Sat, 24 Dec 2005 15:35:58 +0000 (GMT) (envelope-from mj001@rogers.com) Received: (qmail 17841 invoked from network); 24 Dec 2005 15:35:53 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=zF+vb67RUlA/kd7I0Qufd0ieu/FFQrK1v1IuHETF1/RQyvwvmN4SmALVmpIdj7a1CwG8kX2XyAwUr02U4nYyPv5j+Wd1o+7xFPnGGpu6/la0a+CA1KdVXlKHS9h7gWPBesvjQBAcC5bJJgzZvY1Ul8vQbvcorZDR0btMD9CR1Eo= ; Received: from unknown (HELO chaucer.jeays.ca) (mj001@rogers.com@72.139.51.96 with plain) by smtp100.rog.mail.re2.yahoo.com with SMTP; 24 Dec 2005 15:35:52 -0000 From: Mike Jeays To: "Michael C. Shultz" In-Reply-To: <200512240719.51264.ringworm01@gmail.com> References: <20051224081054.29659.qmail@web31304.mail.mud.yahoo.com> <5ceb5d550512240654g6c44388medb95cc31f723fcf@mail.gmail.com> <200512240719.51264.ringworm01@gmail.com> Content-Type: text/plain Date: Sat, 24 Dec 2005 10:35:49 -0500 Message-Id: <1135438549.716.15.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "Daniel A." , freebsd-questions@freebsd.org, Andy Sjostrom Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 15:36:01 -0000 On Sat, 2005-12-24 at 07:19 -0800, Michael C. Shultz wrote: > On Saturday 24 December 2005 06:54, Daniel A. wrote: > > Hi Andy, > > > > I am sorry for the trouble you have had with Windows XP. > > > > I suggest that you use Linux, as FreeBSD really is not targeted at > > people who want to use graphical user interfaces. > > In a few key areas FreeBSD is a better desktop OS than Linux: Easier to keep > the kernel/world and installed ports up to date for example without having > to resort to the microsoft/Linux fixall method of removing and reinstalling > everything every now and again. Your opinion is correct IMO that FreeBSD > managers put most emphasis on FreeBSD as a server and little as a desktop. > My guess is because donations(cash) and hardware support for developers > come from people who want servers while people who want a desktop OS tend to > donate squat.... > > > The linux developers really have been trying to make a valuable > > replacement for Windows, as they somehow have experienced the same > > issues with Windows (And Microsoft products in general) that you have. > > > > One Linux distribution in particular that I think you might like, is > > Ubuntu. You can download it at http://www.ubuntulinux.org/, or order a > > CD (Free shipping, free CD, you pay nothing). > > Advertising Linux in a FreeBSD mailing list? Sounds like you may have more of > axe to grind against the FreeBSD management folk than a desire to offer sound > advice.... > > -Mike > > _______________________________________________ > 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 have used FreeBSD as my desktop since 2.1.5, and have been very satisfied with it. Now that KDE has matured, it is an excellent choice for a desktop environment, and runs just as well on FreeBSD as Linux. (I am not a GNOME fan, personally). I have tried several different Linux distributions, and my current favourite is Suse 10.0, given a copy on a DVD to avoid shuffling CDs in and out of the drive. They have done a great job - but I still come back to FreeBSD for all serious work. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 15: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 C869E16A41F for ; Sat, 24 Dec 2005 15:39:05 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33314.mail.mud.yahoo.com (web33314.mail.mud.yahoo.com [68.142.206.129]) by mx1.FreeBSD.org (Postfix) with SMTP id DC23B43D55 for ; Sat, 24 Dec 2005 15:39:04 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 27767 invoked by uid 60001); 24 Dec 2005 15:39:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=FMsMZk1+LMcV/qqGTOmvEXMW3hfslUbyhxG75XVh+Tzz7Y5PjoZV9uKOjcWXsKLumm67AkSz/vKA3mqEsSPhHQlym4DLyDxO8BdFyu1H1d/+7rA2r74dImmDSsYzmC6CNvb7UW7NNIrbMeSDRj1tfg9bRrHWym8siR1t4VbCfuU= ; Message-ID: <20051224153904.27765.qmail@web33314.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33314.mail.mud.yahoo.com via HTTP; Sat, 24 Dec 2005 07:39:04 PST Date: Sat, 24 Dec 2005 07:39:04 -0800 (PST) From: Danial Thom To: Yance Kowara , freebsd-questions@freebsd.org In-Reply-To: <20051224140859.54815.qmail@web30307.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: RE: FreeBSD router two DSL connections 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: Sat, 24 Dec 2005 15:39:05 -0000 --- Yance Kowara wrote: > > Ted, you have to think outside the box. Life > is > > more than one connection. While you can't > > increase the throughput of a single > connection, > > you can increase the throughput of your > network, > > which is usually the point. "Throughput" in > this > > context is "capacity". Throughput is not only > > what you can "get" on a download; its the sum > > total of all of your activites. > > > > You "can" upload at 2Mb/s on one connection > if > > you balance your outbound traffic, but not > > download, because while you can control where > > outgoing packets are sent, you can't control > > over which pipe incoming traffic arrives. > > > > Believe me, ted. It works. Its not "theory". > Its > > being done. For example a hosting ISP > saturates > > its pipes outgoing and has very little > traffic > > incoming. They can load balance in the > outgoing > > only direction and have all of their incoming > > traffic on a single pipe and double the > capacity > > of their network. Since they never exceed the > > incoming bandwidth of a single pipe there is > no > > need to balance it. > > > > DT > > > > Ted and Daniel, > > I am still following this thread and am getting > all > confused here. > > Back to my original question: 2 ADSL uplinks - > 2 > different ISPs.... can they be merged? (Load > balanced, > load shared, whatever it is) > > OpenBSD's PF has something that looks > promising: > http://www.openbsd.org/faq/pf/pools.html#outgoing > Is this what I am looking for? > > Kind regards, > > > Yance Kowara "merged" is not the correct word. You cannot change how your traffic comes in (ie from which ISP it arrives). You can use various techniques (source routing, static routing tables, load balancing) to increase your outgoing capacity. What you should be discussing is how you can use each of these techniques within a FreeBSd environment. Unfortunately we have to teach Ted how routing works in the meantime, which muddles the issue. DT __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 15:44: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 240F016A41F for ; Sat, 24 Dec 2005 15:44:03 +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 9654443D64 for ; Sat, 24 Dec 2005 15:44:02 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 5161 invoked by uid 502); 24 Dec 2005 15:44:01 -0000 Received: from dsl29226.ywave.com (HELO ?192.168.1.68?) (micahjon@ywave.com@216.227.116.226) by 0 with SMTP; 24 Dec 2005 15:44:01 -0000 X-CLIENT-IP: 216.227.116.226 X-CLIENT-HOST: dsl29226.ywave.com Message-ID: <43AD6CBA.6010906@ywave.com> Date: Sat, 24 Dec 2005 07:43:54 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Michael C. Shultz" References: <20051224081054.29659.qmail@web31304.mail.mud.yahoo.com> <5ceb5d550512240654g6c44388medb95cc31f723fcf@mail.gmail.com> <200512240719.51264.ringworm01@gmail.com> In-Reply-To: <200512240719.51264.ringworm01@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "Daniel A." , freebsd-questions@freebsd.org, Andy Sjostrom Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 15:44:03 -0000 Michael C. Shultz wrote: > On Saturday 24 December 2005 06:54, Daniel A. wrote: > >>Hi Andy, >> >>I am sorry for the trouble you have had with Windows XP. >> >>I suggest that you use Linux, as FreeBSD really is not targeted at >>people who want to use graphical user interfaces. > > > In a few key areas FreeBSD is a better desktop OS than Linux: Easier to keep > the kernel/world and installed ports up to date for example without having > to resort to the microsoft/Linux fixall method of removing and reinstalling > everything every now and again. Your opinion is correct IMO that FreeBSD > managers put most emphasis on FreeBSD as a server and little as a desktop. > My guess is because donations(cash) and hardware support for developers > come from people who want servers while people who want a desktop OS tend to > donate squat.... > > >>The linux developers really have been trying to make a valuable >>replacement for Windows, as they somehow have experienced the same >>issues with Windows (And Microsoft products in general) that you have. >> >>One Linux distribution in particular that I think you might like, is >>Ubuntu. You can download it at http://www.ubuntulinux.org/, or order a >>CD (Free shipping, free CD, you pay nothing). > > > Advertising Linux in a FreeBSD mailing list? Sounds like you may have more of > axe to grind against the FreeBSD management folk than a desire to offer sound > advice.... > > -Mike I use FreeBSD as a desktop system, once it's setup it's a much nicer system to maintain than any Linux I've tried (haven't tried Gentoo yet). Setting it up is harder than some of the "auto-config-everything" Linux distros though. My suggestion is to read through the handbook to see if you are comfortible with what it is describing. If it seems okay, give FreeBSD a try, if not, try a Linux distro. Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 15:46: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 8226816A422 for ; Sat, 24 Dec 2005 15:46:20 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BFEA43D5C for ; Sat, 24 Dec 2005 15:46:19 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i6so740168wra for ; Sat, 24 Dec 2005 07:46:18 -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=h4Hq98eUXZo0LrtOysdghtglHlCnHDyTycsaJbYPP5PGcqbnWyTN6IkiUBnbsYVyLEnJcHkveHcH+YWPq5NtxswbBeC0MFOdimcxEBMJ9u+/M6JGo0SjCVztjupH3/TGGv0kGQhRk7txxyO9uQwmOf/Gnxv7ai8GulancoqMpns= Received: by 10.54.108.11 with SMTP id g11mr4383009wrc; Sat, 24 Dec 2005 07:46:18 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id 15sm8141700wrl.2005.12.24.07.46.17; Sat, 24 Dec 2005 07:46:18 -0800 (PST) From: "Michael C. Shultz" To: danial_thom@yahoo.com Date: Sat, 24 Dec 2005 07:46:13 -0800 User-Agent: KMail/1.8.3 References: <20051224153412.26322.qmail@web33314.mail.mud.yahoo.com> In-Reply-To: <20051224153412.26322.qmail@web33314.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: <200512240746.15029.ringworm01@gmail.com> Cc: "Daniel A." , freebsd-questions@freebsd.org, Andy Sjostrom Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 15:46:20 -0000 On Saturday 24 December 2005 07:34, Danial Thom wrote: > --- "Michael C. Shultz" > > wrote: > > On Saturday 24 December 2005 06:54, Daniel A. > > > > wrote: > > > Hi Andy, > > > > > > I am sorry for the trouble you have had with > > > > Windows XP. > > > > > I suggest that you use Linux, as FreeBSD > > > > really is not targeted at > > > > > people who want to use graphical user > > > > interfaces. > > > > In a few key areas FreeBSD is a better desktop > > OS than Linux: Easier to keep > > the kernel/world and installed ports up to date > > for example without having > > to resort to the microsoft/Linux fixall method > > of removing and reinstalling > > everything every now and again. Your opinion > > is correct IMO that FreeBSD > > managers put most emphasis on FreeBSD as a > > server and little as a desktop. > > My guess is because donations(cash) and > > hardware support for developers > > come from people who want servers while people > > who want a desktop OS tend to > > donate squat.... > > > > > The linux developers really have been trying > > > > to make a valuable > > > > > replacement for Windows, as they somehow have > > > > experienced the same > > > > > issues with Windows (And Microsoft products > > > > in general) that you have. > > > > > One Linux distribution in particular that I > > > > think you might like, is > > > > > Ubuntu. You can download it at > > > > http://www.ubuntulinux.org/, or order a > > > > > CD (Free shipping, free CD, you pay nothing). > > > > Advertising Linux in a FreeBSD mailing list? > > Sounds like you may have more of > > axe to grind against the FreeBSD management > > folk than a desire to offer sound > > advice.... > > > > -Mike > > Why not just tell the truth, which is that > Windows XP is the best that you can do for the > desktop, and that there is no perfect solution > that works perfectly in every scenario? What I suppose you really mean is why don't I just agree with you ;) > FreeBSD > and Linux *should* focus on server functions, > because that is where MS is weak and that is > where its needed. There will likely never be a > solid reason to use BSD or linux as a desktop > other than religion; while there are many > compelling reasons to use BSD and/or linux > servers. Your opinion. Mine is FreeBSD has the potential to be a better desktop than either ms or Linux. The big problem at the moment is with web browser plugins. Desktop users coming from ms land demand these and FreeBSD simply comes up short in supporting them. I have faith that will change eventually. > > When you try to be everything to everyone and you > don't have the resources of a MS, then you end up > with mediocre results. This is the key, how to get the FreeBSD teams resources for focusing developent towards desktop users? I believe if given proper resources they will do it. -Mike > Decide what you want to > be, and be the best at it. That should be the > mantra of any product development team, > regardless of the genre. > > DT > > > > > __________________________________ > Yahoo! for Good - Make a difference this year. > http://brand.yahoo.com/cybergivingweek2005/ From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 15:48: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 5DD5416A41F for ; Sat, 24 Dec 2005 15:48:07 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33306.mail.mud.yahoo.com (web33306.mail.mud.yahoo.com [68.142.206.121]) by mx1.FreeBSD.org (Postfix) with SMTP id C6E9543D49 for ; Sat, 24 Dec 2005 15:48:06 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 1058 invoked by uid 60001); 24 Dec 2005 15:48:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=VLs98C4Pmz1v1wZYMaSK8yYOoHyGp8YORbQnGpaUEZSymJ+B/Q6JDPNUC6G68N/PBHlLR2YU5jZcGIvKJmLmSykQWIWu/0dISAlqOHOrXcmDGtlTNqK4ew9u79lU7KzgcNZz60mlUeqFymJznFBv6RmOHiYM9znT1eyTrnxpJrM= ; Message-ID: <20051224154805.1056.qmail@web33306.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33306.mail.mud.yahoo.com via HTTP; Sat, 24 Dec 2005 07:48:05 PST Date: Sat, 24 Dec 2005 07:48:05 -0800 (PST) From: Danial Thom To: danial_thom@yahoo.com, Yance Kowara , freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: RE: FreeBSD router two DSL connections 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: Sat, 24 Dec 2005 15:48:07 -0000 --- Danial Thom wrote: > > > --- Yance Kowara > wrote: > > > > Ted, you have to think outside the box. > Life > > is > > > more than one connection. While you can't > > > increase the throughput of a single > > connection, > > > you can increase the throughput of your > > network, > > > which is usually the point. "Throughput" in > > this > > > context is "capacity". Throughput is not > only > > > what you can "get" on a download; its the > sum > > > total of all of your activites. > > > > > > You "can" upload at 2Mb/s on one connection > > if > > > you balance your outbound traffic, but not > > > download, because while you can control > where > > > outgoing packets are sent, you can't > control > > > over which pipe incoming traffic arrives. > > > > > > Believe me, ted. It works. Its not > "theory". > > Its > > > being done. For example a hosting ISP > > saturates > > > its pipes outgoing and has very little > > traffic > > > incoming. They can load balance in the > > outgoing > > > only direction and have all of their > incoming > > > traffic on a single pipe and double the > > capacity > > > of their network. Since they never exceed > the > > > incoming bandwidth of a single pipe there > is > > no > > > need to balance it. > > > > > > DT > > > > > > > Ted and Daniel, > > > > I am still following this thread and am > getting > > all > > confused here. > > > > Back to my original question: 2 ADSL uplinks > - > > 2 > > different ISPs.... can they be merged? (Load > > balanced, > > load shared, whatever it is) > > > > OpenBSD's PF has something that looks > > promising: > > > http://www.openbsd.org/faq/pf/pools.html#outgoing > > Is this what I am looking for? > > > > Kind regards, > > > > > > Yance Kowara > > "merged" is not the correct word. You cannot > change how your traffic comes in (ie from which > ISP it arrives). You can use various techniques > (source routing, static routing tables, load > balancing) to increase your outgoing capacity. > > What you should be discussing is how you can > use > each of these techniques within a FreeBSd > environment. Unfortunately we have to teach Ted > how routing works in the meantime, which > muddles > the issue. > > DT As an example, I had a customer that had a T1 and a T3 connection to different ISPs (they kept the T1 because of the IPs they didn't want to relinquish, and as a backup), and BGP worked on hops at the time so clearly that doesnt work when you have unbalanced pipes, because arguable the T3 is always the "better" route). So they source routed all of their dial-up traffic via the T1 and their more profitable hosting traffic to the T3. You're not going to be able to advertise "2Mb/s downloads" if thats what you're trying to do. DT __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 15:58: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 66A0616A41F for ; Sat, 24 Dec 2005 15:58:50 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33309.mail.mud.yahoo.com (web33309.mail.mud.yahoo.com [68.142.206.124]) by mx1.FreeBSD.org (Postfix) with SMTP id D49EF43D60 for ; Sat, 24 Dec 2005 15:58:48 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 72651 invoked by uid 60001); 24 Dec 2005 15:58:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Z4+CxP/EkSj++JdjBMKQM1CVQaHiDbKArXzmneLiGY9w+mVhuVMoMGA+ZsyDXnS9jEoIXx3CStoxAGMlFa7782jH7jyFPSgpDUUNqsW4KP0BKRWzi7ESvNh8zKY/lcA8n8GC6I+A37b0ulg7hV/D6RDJ+2ETfdNum0xPMcqF0DM= ; Message-ID: <20051224155848.72649.qmail@web33309.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33309.mail.mud.yahoo.com via HTTP; Sat, 24 Dec 2005 07:58:48 PST Date: Sat, 24 Dec 2005 07:58:48 -0800 (PST) From: Danial Thom To: Ted Mittelstaedt , "Winelfred G. Pasamba" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: pretenda@wrgn.net, freebsd-questions@freebsd.org Subject: RE: FreeBSD router two DSL connections 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: Sat, 24 Dec 2005 15:58:50 -0000 --- Ted Mittelstaedt wrote: > > http://www.edimax.com/html/english/products/PRI582.htm > > "...Performs Outbound load balancing by > session, weight round robin or > traffic..." > > Note that they say by SESSION not by PACKET. > > It's marketingspeak. They are simply using the > term load balancing > for a device that doesen't actually load > balance. Apparently > they figure that if they say "session load > balancing" even though > there is no such accepted definition, that then > they are somehow not > lying. > > It's akin to someone saying that "FreeBSD is a > kind of Linux" in a > sentence that uses Linux to indicate "open > source operating systems" > > Apparently you never heard the old saying "A > grain of truth is > buried in all great lies" I'm not sure what your primary language is, but "round robin" IS packet balancing. Suppose you have 2 "pipes": Round Robin: 1 packet to pipe1 1 packet to pipe2 1 packet to pipe1 1 packet to pipe2 Weighted round Robin, weighted 2 to 1: 1 packet to pipe1 1 packet to pipe1 1 packet to pipe2 1 packet to pipe1 1 packet to pipe1 1 packet to pipe2 "Per session" balancing may be useful when you have paths that are not very "equal". If you load balance to different ISPs packets could arrive out of order (in fact they are likely to). This is not really a problem for modern TCP stacks. Session balancing, if done properly, should guarantee that the ACKs for a download go out the same pipe as the data is arriving. Its not clear from the datasheet if thats the case, but thats the correct way to do it. Its seems like a quite comprehensive product to me, from the docs. Ted's analysis is backwards. "load balancing" is a vague term. "Weighted Round Robin" is a more specific term for how they have implemented the load balancing. Danial __________________________________________ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:00: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 5B38916A41F for ; Sat, 24 Dec 2005 16:00:26 +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 DDCB143D62 for ; Sat, 24 Dec 2005 16:00:25 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 5597 invoked by uid 502); 24 Dec 2005 16:00:23 -0000 Received: from dsl29226.ywave.com (HELO ?192.168.1.68?) (micahjon@ywave.com@216.227.116.226) by 0 with SMTP; 24 Dec 2005 16:00:23 -0000 X-CLIENT-IP: 216.227.116.226 X-CLIENT-HOST: dsl29226.ywave.com Message-ID: <43AD7096.5060809@ywave.com> Date: Sat, 24 Dec 2005 08:00:22 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Teilhard Knight References: <028c01c60899$7cf29910$210110ac@fortunato> In-Reply-To: <028c01c60899$7cf29910$210110ac@fortunato> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBDS Subject: Re: Two simple questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 16:00:26 -0000 Teilhard Knight wrote: > What is the command to see the hidden files and folders? And how to > unhide them? > > Teilhard. You should specify if you mean at the command line or in knoqueror (which you mentioned in another post). From the command line use ls -a or la in the default csh install. In konqueror use view->show hidden files. You cannot "unhide" a hidden dot-file without renaming it. Renaming it will make it impossible for the programs that use the file to find it. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:07: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 5379B16A41F for ; Sat, 24 Dec 2005 16:07:24 +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 B49AA43D49 for ; Sat, 24 Dec 2005 16:07:23 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp3.suscom.net (Postfix) with ESMTP id 807A221016A for ; Sat, 24 Dec 2005 11:07:21 -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 09869-02-63 for ; Sat, 24 Dec 2005 11:07:14 -0500 (EST) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp3.suscom.net (Postfix) with SMTP id 63E8B21017F for ; Sat, 24 Dec 2005 11:07:14 -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 jBOG7Fin022545 for ; Sat, 24 Dec 2005 11:07:15 -0500 (EST) (envelope-from gerard@seibercom.net) Date: Sat, 24 Dec 2005 11:07:17 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom.net In-Reply-To: <20051224153412.26322.qmail@web33314.mail.mud.yahoo.com> References: <200512240719.51264.ringworm01@gmail.com> <20051224153412.26322.qmail@web33314.mail.mud.yahoo.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20051224110402.F7DE.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: BSD Question's. 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: Sat, 24 Dec 2005 16:07:24 -0000 On Saturday, December 24, 2005 10:34:12 AM Danial Thom Subject: Re: BSD Question's. Wrote these words of wisdom: > When you try to be everything to everyone and you > don't have the resources of a MS, then you end up > with mediocre results. Decide what you want to > be, and be the best at it. That should be the > mantra of any product development team, > regardless of the genre. ***** REPLY SEPARATOR ***** On 10/11/2005 5:29:42 PM, Gerard Replied: I have to agree with that statement. I have witnessed all too many products start out with a good idea, build a solid product, and then waste time and resources on trying to be all things to all people. In the end they end up with a mediocre product. -- Gerard Seibert gerard@seibercom.net __,_,_,___) _______ (--| | | (--/ ),_) ,_) | | | _ ,_,_ | |_ ,_ ' , _|_,_,_, _ , __| | | (/_| | (_| | | || |/_)_| | | |(_|/_)___, ( |___, ,__| \____) |__, |__, | _...._ \ _ / .::o:::::. (\o/) .:::'''':o:. --- / \ --- :o:_ _::: >*< `:}_>()<_{:' >0<@< @ `'//\\'` @ >>>@<<* @ # // \\ # @ >@>*<0<<< __#_#____/'____'\____#_#__ >*>>@<<<@<< [__________________________] >@>>0<<<*<<@< |=_- .-/\ /\ /\ /\--. =_-| >*>>0<<@<<<@<<< |-_= | \ \\ \\ \\ \ |-_=-| >@>>*<<@<>*<<0<*< |_=-=| / // // // / |_=-_| \*/ >0>>*<<@<>0><<*<@<< |=_- |`-'`-'`-'`-' |=_=-| ___\\U//___ >*>>@><0<<*>>@><*<0<< | =_-| o o |_==_| |\\ | | \\| >@>>0<*<<0>>@<<0<<<*<@< |=_- | ! ( ! |=-_=| | \\| | _(UU)_ >((*))_>0><*<0><@<<<0<*< _|-,-=| ! ). ! |-_-=|_ |\ \| || / //||.*.*.*.|>>@<<*<<@>><0<<@>>>>>| ( ~~~ )/ (((((((()))))))) ~~~~~~~~ '""""`------' `w---w` `------------' From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:14: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 B042716A41F for ; Sat, 24 Dec 2005 16:14:11 +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 1D33743D53 for ; Sat, 24 Dec 2005 16:14:11 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so842620nzo for ; Sat, 24 Dec 2005 08:14:10 -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=rJbNWLrXxkz/MPFRWM1NrvctXVanLOERwai5G2qHBrkChU2V8U5AH6thZ7qhe2VjmQhHH9+p4rppedAWt6wl4JyU6DkX/nwD0h8AkxSmVI7bfgSYn09CJeGa24m3WC30CrXN+PqqPfPh//N645bsTmfYTjXI5X2EZOjwPTMRmjY= Received: by 10.36.250.48 with SMTP id x48mr1199487nzh; Sat, 24 Dec 2005 08:14:10 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id e1sm3304267nzd.2005.12.24.08.14.09; Sat, 24 Dec 2005 08:14:09 -0800 (PST) From: "Michael C. Shultz" To: "Daniel A." , freebsd-questions@freebsd.org Date: Sat, 24 Dec 2005 08:14:06 -0800 User-Agent: KMail/1.8.3 References: <20051224081054.29659.qmail@web31304.mail.mud.yahoo.com> <200512240719.51264.ringworm01@gmail.com> <5ceb5d550512240802u58ccd615kd3f5d0287781bf84@mail.gmail.com> In-Reply-To: <5ceb5d550512240802u58ccd615kd3f5d0287781bf84@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512240814.07111.ringworm01@gmail.com> Cc: Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 16:14:11 -0000 On Saturday 24 December 2005 08:02, Daniel A. wrote: > Hi Mike, > > On 12/24/05, Michael C. Shultz wrote: > > On Saturday 24 December 2005 06:54, Daniel A. wrote: > > > Hi Andy, > > > > > > I am sorry for the trouble you have had with Windows XP. > > > > > > I suggest that you use Linux, as FreeBSD really is not targeted at > > > people who want to use graphical user interfaces. > > > > In a few key areas FreeBSD is a better desktop OS than Linux: Easier to > > keep the kernel/world and installed ports up to date for example without > > having to resort to the microsoft/Linux fixall method of removing and > > reinstalling everything every now and again. Your opinion is correct IMO > > that FreeBSD managers put most emphasis on FreeBSD as a server and little > > as a desktop. My guess is because donations(cash) and hardware support > > for developers come from people who want servers while people who want a > > desktop OS tend to donate squat.... > > > > > The linux developers really have been trying to make a valuable > > > replacement for Windows, as they somehow have experienced the same > > > issues with Windows (And Microsoft products in general) that you have. > > > > > > One Linux distribution in particular that I think you might like, is > > > Ubuntu. You can download it at http://www.ubuntulinux.org/, or order a > > > CD (Free shipping, free CD, you pay nothing). > > > > Advertising Linux in a FreeBSD mailing list? Sounds like you may have > > more of axe to grind against the FreeBSD management folk than a desire to > > offer sound advice.... > > This is the same kind of response I got when I asked for screen > alternatives. My "grind" is against Linux. Honestly, I hate linux. I dont > have any real reasons for hating it, I just do, because Linux has a very > loud-mouthed userbase that "hates" "M$" and "Winblows". I ordered 200 > (Yes, 200!) Ubuntu CD's just for the priceless joy of sitting in my > room and laughing once I opened the box with the 200 CD's that cost > some people real money. > Also, I am absolutely a FreeBSD fanboy. Imagine the "priceless joy" you could have had by donating the cost of those 200 cd's to the authors of your favorite OS. Not to mention the extra space in your room without 200 CD's laying about. -Mike > > So the advice I was giving actually _was_ the kind of advice that the > OP asked for. Disregard the fact that this is a freebsd mailing list. > He was asking for advice on a dekstop OS that would be cheap, and that > is exactly what I gave him, based on the information that I've > gathered through my interaction with people. > From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:16: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 7FE1416A41F for ; Sat, 24 Dec 2005 16:16:55 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117F143D5E for ; Sat, 24 Dec 2005 16:16:54 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [217.185.96.11] (manz-d9b9600b.pool.mediaWays.net [217.185.96.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 08A3E30001A2 for ; Sat, 24 Dec 2005 17:16:52 +0100 (CET) Message-ID: <43AD746E.3070703@mail.uni-mainz.de> Date: Sat, 24 Dec 2005 17:16:46 +0100 From: "O. Hartmann" User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051219) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: multipart/mixed; boundary="------------010304020507060308060701" X-Virus-Scanned: by amavisd-new at uni-mainz.de X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: CAPI over TCP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 16:16:55 -0000 This is a multi-part message in MIME format. --------------010304020507060308060701 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello out there. I want a PC acting like a CAPI device attached to a local network via TCP. Therefor, I would like to have a CAPI over TCP driver. On WindowsXP there is such o facility, but is there a similar project on FreeBSD? At sourceforge.org I found a still-in-progress project (I forgot the name), but it seems far away from the quality and functionality of the Windows stuff. Merry Christmas and thanks in advance, Oliver --------------010304020507060308060701-- From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:27: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 3C23D16A41F for ; Sat, 24 Dec 2005 16:27:21 +0000 (GMT) (envelope-from mags@oniduo.pt) Received: from smtp.net4b.pt (relay-out17862.net4b.pt [195.245.178.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59A7643D6A for ; Sat, 24 Dec 2005 16:27:18 +0000 (GMT) (envelope-from mags@oniduo.pt) Received: (qmail 5160 invoked from network); 24 Dec 2005 16:27:16 +0000 X-clamdmail: clamdmail 0.17 Received: from unknown (HELO [192.168.1.75]) ([194.38.156.250]) (envelope-sender ) by smtp.net4b.pt (qmail-ldap-1.03) with SMTP for ; 24 Dec 2005 16:27:16 +0000 From: Miguel Saturnino To: danial_thom@yahoo.com In-Reply-To: <20051224153412.26322.qmail@web33314.mail.mud.yahoo.com> References: <20051224153412.26322.qmail@web33314.mail.mud.yahoo.com> Content-Type: text/plain Date: Sat, 24 Dec 2005 16:27:14 +0000 Message-Id: <1135441634.787.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "Daniel A." , "Michael C. Shultz" , Andy Sjostrom , freebsd-questions@freebsd.org Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 16:27:21 -0000 On Sat, 2005-12-24 at 07:34 -0800, Danial Thom wrote: > > --- "Michael C. Shultz" > wrote: > > > On Saturday 24 December 2005 06:54, Daniel A. > > wrote: > > > Hi Andy, > > > > > > I am sorry for the trouble you have had with > > Windows XP. > > > > > > I suggest that you use Linux, as FreeBSD > > really is not targeted at > > > people who want to use graphical user > > interfaces. > > > > In a few key areas FreeBSD is a better desktop > > OS than Linux: Easier to keep > > the kernel/world and installed ports up to date > > for example without having > > to resort to the microsoft/Linux fixall method > > of removing and reinstalling > > everything every now and again. Your opinion > > is correct IMO that FreeBSD > > managers put most emphasis on FreeBSD as a > > server and little as a desktop. > > My guess is because donations(cash) and > > hardware support for developers > > come from people who want servers while people > > who want a desktop OS tend to > > donate squat.... > > > > > The linux developers really have been trying > > to make a valuable > > > replacement for Windows, as they somehow have > > experienced the same > > > issues with Windows (And Microsoft products > > in general) that you have. > > > > > > One Linux distribution in particular that I > > think you might like, is > > > Ubuntu. You can download it at > > http://www.ubuntulinux.org/, or order a > > > CD (Free shipping, free CD, you pay nothing). > > > > Advertising Linux in a FreeBSD mailing list? > > Sounds like you may have more of > > axe to grind against the FreeBSD management > > folk than a desire to offer sound > > advice.... > > > > -Mike > > Why not just tell the truth, which is that > Windows XP is the best that you can do for the > desktop Well, that's your opinion. For me, FreeBSD is a much better desktop than Windows -- it runs solid and fast and enables me to be more productive in my work. Of course, what is good for me might not be so good for someone else, I guess it depends on your needs. Some Linux distros are much easier to setup than FreeBSD, so they might be a more recommendable desktop for someone with less technical knowledge. -- Miguel Saturnino From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:29: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 8D34A16A420 for ; Sat, 24 Dec 2005 16:29:08 +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 2E0CB43D69 for ; Sat, 24 Dec 2005 16:29:04 +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 jBOGE5iU013573; Sat, 24 Dec 2005 11:14:05 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id jBOGE5ww013572; Sat, 24 Dec 2005 11:14:05 -0500 (EST) From: Jerry McAllister Message-Id: <200512241614.jBOGE5ww013572@clunix.cl.msu.edu> To: micahjon@ywave.com (Micah) Date: Sat, 24 Dec 2005 11:14:05 -0500 (EST) In-Reply-To: <43AD7096.5060809@ywave.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Teilhard Knight , FreeBDS Subject: Re: Two simple questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 16:29:08 -0000 > > Teilhard Knight wrote: > > What is the command to see the hidden files and folders? And how to > > unhide them? > > > > Teilhard. Micah's response is correct, but just an additional comment. In FreeBSD UNIX, there are really no 'hidden' files. They are all just files with names in a specific style - in most cases that means they start with a dot (.). They are no different than other file names as far as UNIX is concerned. They are no 'hidden' to keep you from seeing them or doing things with them as in MS. But, because most of the time you do not want to waste display time or space looking at those file names when you list files, many utilities such as ls do not show then by default - they skip over them. In almost all cases, to get those utilities to show them in their listings, you just need to use a flag on the command - the -a flag in the case of ls. > > You should specify if you mean at the command line or in knoqueror > (which you mentioned in another post). From the command line use ls -a > or la in the default csh install. In konqueror use view->show hidden files. > > You cannot "unhide" a hidden dot-file without renaming it. Renaming it > will make it impossible for the programs that use the file to find it. > > HTH, > Micah > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:36: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 7E60616A41F for ; Sat, 24 Dec 2005 16:36:31 +0000 (GMT) (envelope-from fun@thingy.apana.org.au) Received: from pythagoras.zen.co.uk (pythagoras.zen.co.uk [212.23.3.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FD1443D45 for ; Sat, 24 Dec 2005 16:36:30 +0000 (GMT) (envelope-from fun@thingy.apana.org.au) Received: from [82.71.1.109] (helo=[10.0.1.186]) by pythagoras.zen.co.uk with esmtp (Exim 4.30) id 1EqCNh-00080V-CP for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 16:36:29 +0000 Message-ID: <43AD78B8.3010404@thingy.apana.org.au> Date: Sat, 24 Dec 2005 16:35:04 +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: <200512241148.11674.plcplc@gmail.com> <20051224145221.GB21970@main.dynode.net> <20051224102356.72c776a9@atomizer.opensourcebeef.net> In-Reply-To: <20051224102356.72c776a9@atomizer.opensourcebeef.net> X-Enigmail-Version: 0.92.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-Pythagoras-IP: [82.71.1.109] Subject: Re: umass detected, but da is never created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 16:36:31 -0000 rod person wrote: > I had this problem with an iPod also. When I switch to using firewire > for the iPod it then worked fine. I've read that there is some problem > with Apples usb2 code. The Mac OS X code is certainly not the *BSD code, at least on the computer end. I have a camera (Premier DC-5085) which won't work under FreeBSD or Linux (gives "Buffer I/O error on device") but works just fine as a umass device under Mac OS X 10.4.3. The camera is cheap, so I wouldn't be surprised if they cut corners on the USB interface or code. Worthy of further investigation ... - d. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:37: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 C90C016A41F for ; Sat, 24 Dec 2005 16:37:31 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53B6243D46 for ; Sat, 24 Dec 2005 16:37:26 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EqCOa-000FFO-QK for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 11:37:25 -0500 Message-ID: <02ae01c608a8$4f494e50$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <028c01c60899$7cf29910$210110ac@fortunato> <200512240658.19190.ringworm01@gmail.com> Date: Sat, 24 Dec 2005 10:37:18 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Two simple questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 16:37:31 -0000 > On Saturday 24 December 2005 06:51, Teilhard Knight wrote: >> What is the command to see the hidden files and folders? And how to >> unhide >> them? >> >> Teilhard. > > 1) ls -A (see man ls) > 2) if you use the standard csh shell try ll (see .cshrc) > > -Mike Thanks. Teilhard From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:44: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 E508016A41F for ; Sat, 24 Dec 2005 16:44:28 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33312.mail.mud.yahoo.com (web33312.mail.mud.yahoo.com [68.142.206.127]) by mx1.FreeBSD.org (Postfix) with SMTP id C919043D60 for ; Sat, 24 Dec 2005 16:44:27 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 3559 invoked by uid 60001); 24 Dec 2005 16:44:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=rUbqhz6egzEspuPqL5NcxIKdLY+zv6B71ZrfHo2aDTschVJCFWzDrbSinCorr1hT2vFNDs6E90tMEK1N2ZTay+gXO3lFmGcyTvfaAX/wxQp1U2GORTEzDOvN95on+d3E1EWOcd+LfwKBwNpNtOoUfm07VSoLvhoMIr4QLhJlygc= ; Message-ID: <20051224164426.3557.qmail@web33312.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33312.mail.mud.yahoo.com via HTTP; Sat, 24 Dec 2005 08:44:26 PST Date: Sat, 24 Dec 2005 08:44:26 -0800 (PST) From: Danial Thom To: Miguel Saturnino In-Reply-To: <1135441634.787.10.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: BSD Question's. 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: Sat, 24 Dec 2005 16:44:29 -0000 --- Miguel Saturnino wrote: > On Sat, 2005-12-24 at 07:34 -0800, Danial Thom > wrote: > > > > --- "Michael C. Shultz" > > > wrote: > > > > > On Saturday 24 December 2005 06:54, Daniel > A. > > > wrote: > > > > Hi Andy, > > > > > > > > I am sorry for the trouble you have had > with > > > Windows XP. > > > > > > > > I suggest that you use Linux, as FreeBSD > > > really is not targeted at > > > > people who want to use graphical user > > > interfaces. > > > > > > In a few key areas FreeBSD is a better > desktop > > > OS than Linux: Easier to keep > > > the kernel/world and installed ports up to > date > > > for example without having > > > to resort to the microsoft/Linux fixall > method > > > of removing and reinstalling > > > everything every now and again. Your > opinion > > > is correct IMO that FreeBSD > > > managers put most emphasis on FreeBSD as a > > > server and little as a desktop. > > > My guess is because donations(cash) and > > > hardware support for developers > > > come from people who want servers while > people > > > who want a desktop OS tend to > > > donate squat.... > > > > > > > The linux developers really have been > trying > > > to make a valuable > > > > replacement for Windows, as they somehow > have > > > experienced the same > > > > issues with Windows (And Microsoft > products > > > in general) that you have. > > > > > > > > One Linux distribution in particular that > I > > > think you might like, is > > > > Ubuntu. You can download it at > > > http://www.ubuntulinux.org/, or order a > > > > CD (Free shipping, free CD, you pay > nothing). > > > > > > Advertising Linux in a FreeBSD mailing > list? > > > Sounds like you may have more of > > > axe to grind against the FreeBSD management > > > folk than a desire to offer sound > > > advice.... > > > > > > -Mike > > > > Why not just tell the truth, which is that > > Windows XP is the best that you can do for > the > > desktop > > Well, that's your opinion. For me, FreeBSD is a > much better desktop than > Windows -- it runs solid and fast and enables > me to be more productive > in my work. Of course, what is good for me > might not be so good for > someone else, I guess it depends on your needs. "more productive" in what way? Without considering all of the programs I use that only run in windows (such as my investment analysis tools, camera interface and photo editing programs), outline the "productivity" advantages of FreeBSD in terms of: 1) Time from unwrapping the computer to having a functional and usable system. 2) General productivity advantages in a typical day. ie: what can you do with FreeBSD that you can't do in WinXP, and what is faster or more productive in FreeBSD And please don't take this as an adversarial post: I haven't looked at the desktop in a while so I'd really like to know the answers, if in fact your opinion is objective. DT __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:44: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 7BC2F16A41F for ; Sat, 24 Dec 2005 16:44:29 +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 0ECD543D60 for ; Sat, 24 Dec 2005 16:44:29 +0000 (GMT) (envelope-from fun@thingy.apana.org.au) Received: from [82.71.1.109] (helo=[10.0.1.186]) by rutherford.zen.co.uk with esmtp (Exim 4.34) id 1EqCVP-0005jl-9W for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 16:44:27 +0000 Message-ID: <43AD7A91.2060404@thingy.apana.org.au> Date: Sat, 24 Dec 2005 16:42:57 +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: <20051224081054.29659.qmail@web31304.mail.mud.yahoo.com> <5ceb5d550512240654g6c44388medb95cc31f723fcf@mail.gmail.com> In-Reply-To: <5ceb5d550512240654g6c44388medb95cc31f723fcf@mail.gmail.com> 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] Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 16:44:29 -0000 Daniel A. wrote: > One Linux distribution in particular that I think you might like, is > Ubuntu. You can download it at http://www.ubuntulinux.org/, or order a > CD (Free shipping, free CD, you pay nothing). Seconded. I put Ubuntu on my laptop after FreeBSD 5 wouldn't behave. It's Debian-based, so it's technically sensible, and Ubuntu work VERY hard to have stuff Just Work. I routinely recommend it to people who want to try something else because they're bloody sick of Windows sucking. I also recommend anyone working on the FreeBSD ports/packages system to try Ubuntu and the Synaptic Package Manager (a nice graphical frontend to apt). It's RIDICULOUSLY easy to use and there's little excuse for doing any less well. - d. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:50: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 816B316A41F for ; Sat, 24 Dec 2005 16:50:17 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D7F43D5F for ; Sat, 24 Dec 2005 16:50:12 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EqCat-000GZs-9b for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 11:50:07 -0500 Message-ID: <02d801c608aa$17b7ecb0$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <028c01c60899$7cf29910$210110ac@fortunato> <20051224145457.GC21970@main.dynode.net> Date: Sat, 24 Dec 2005 10:50:04 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Two simple questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 16:50:17 -0000 > On Sat, Dec 24, 2005 at 08:51:13AM -0600, Teilhard Knight wrote: >> What is the command to see the hidden files and folders? And how to >> unhide >> them? > > If you're referring to dot files, then the following will show them: > > ls -a > > If that is too tedious, then an alias in your shell's RC file can sort > that out (e.g. for /bin/sh: alias ls='ls -a'). > > - Russell Thank you. I find nothing tedious in typing a '-a'. Teilhard. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:54: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 4BC6B16A41F for ; Sat, 24 Dec 2005 16:54:11 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0621D43D78 for ; Sat, 24 Dec 2005 16:54:04 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EqCeg-000GsF-GT for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 11:54:03 -0500 Message-ID: <02ef01c608aa$a26924a0$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <028c01c60899$7cf29910$210110ac@fortunato> <20051224150059.GB39212@echobase.hoth.dk> Date: Sat, 24 Dec 2005 10:53:57 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Two simple questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 16:54:11 -0000 > On Sat, 24 Dec 2005, Teilhard Knight wrote: >> What is the command to see the hidden files and folders? And how to >> unhide >> them? > > Assuming you use ls(1) to display your files the command would be > ``ls -a'' as explained in the the manual page. > > Depending on your shell you can create an alias for the ls command > which includes the -a option every time. > > For sh you can edit $HOME/.profile to include a line as > alias ls="ls -a" > > For csh you can edit $HOME/.cshrc to include a line as > alias ls "ls -l" > > -- > Martin P. Hansen Thank you for such a detailed info. Teilhard. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 16:55:40 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 8BB0116A420 for ; Sat, 24 Dec 2005 16:55:40 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD04243D5C for ; Sat, 24 Dec 2005 16:55:39 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EqCgE-000H0e-L8 for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 11:55:39 -0500 Message-ID: <02fc01c608aa$dea3b110$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <028c01c60899$7cf29910$210110ac@fortunato> <43AD7096.5060809@ywave.com> Date: Sat, 24 Dec 2005 10:55:38 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Two simple questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 16:55:40 -0000 > Teilhard Knight wrote: >> What is the command to see the hidden files and folders? And how to >> unhide them? >> >> Teilhard. > > You should specify if you mean at the command line or in knoqueror (which > you mentioned in another post). From the command line use ls -a or la in > the default csh install. In konqueror use view->show hidden files. > > You cannot "unhide" a hidden dot-file without renaming it. Renaming it > will make it impossible for the programs that use the file to find it. > > HTH, > Micah Thank you. I need to think differently than windoze, but I have to learn how. Sort of apologizing. Teilhard From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 17:00: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 3F42F16A420 for ; Sat, 24 Dec 2005 17:00:12 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from cwpro1.crosswinds.net (cwpro1.crosswinds.net [69.28.227.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A73E43D67 for ; Sat, 24 Dec 2005 17:00:05 +0000 (GMT) (envelope-from teilhk@crosswinds.net) Received: from [201.127.10.40] (helo=fortunato) by cwpro1.crosswinds.net with smtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EqCkO-000HNC-4U for freebsd-questions@freebsd.org; Sat, 24 Dec 2005 12:00:04 -0500 Message-ID: <030101c608ab$788a57c0$210110ac@fortunato> From: "Teilhard Knight" To: "FreeBDS" References: <200512241614.jBOGE5ww013572@clunix.cl.msu.edu> Date: Sat, 24 Dec 2005 10:59:57 -0600 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cwpro1.crosswinds.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - crosswinds.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Two simple questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 17:00:12 -0000 >> Teilhard Knight wrote: >> > What is the command to see the hidden files and folders? And how to >> > unhide them? >> > >> > Teilhard. > > Micah's response is correct, but just an additional comment. > In FreeBSD UNIX, there are really no 'hidden' files. They are > all just files with names in a specific style - in most cases that > means they start with a dot (.). They are no different than other > file names as far as UNIX is concerned. They are no 'hidden' to > keep you from seeing them or doing things with them as in MS. > > But, because most of the time you do not want to waste display time > or space looking at those file names when you list files, many utilities > such as ls do not show then by default - they skip over them. In almost > all cases, to get those utilities to show them in their listings, you > just need to use a flag on the command - the -a flag in the case of ls. Thanks. One has to learn how to detatch oneself from Windows, huh? Teilhard. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 17:05: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 1077216A422 for ; Sat, 24 Dec 2005 17:05:21 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85B4B43D5F for ; Sat, 24 Dec 2005 17:05:15 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so865669nzo for ; Sat, 24 Dec 2005 09:05:14 -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=JL7as6opQieemu1msiuZYqhrF1wcn5BtmQV3H6IG6rsIcYNZxdp2ESBz1xpV/tIwNlM/nczXT2RZcUAzDjt9DqNMNEfAt4k3H7DTj6bhksyOI9evQ41qyQNv/KK4/LrLb7Wbvgs4EfkQVXXYGUSxmQY5wLCLtHPNznRwiX8xzzw= Received: by 10.36.41.1 with SMTP id o1mr1206209nzo; Sat, 24 Dec 2005 09:05:14 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id m1sm1054365nzf.2005.12.24.09.05.13; Sat, 24 Dec 2005 09:05:14 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Sat, 24 Dec 2005 09:05:10 -0800 User-Agent: KMail/1.8.3 References: <028c01c60899$7cf29910$210110ac@fortunato> <200512240658.19190.ringworm01@gmail.com> <02ae01c608a8$4f494e50$210110ac@fortunato> In-Reply-To: <02ae01c608a8$4f494e50$210110ac@fortunato> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512240905.11837.ringworm01@gmail.com> Cc: Teilhard Knight Subject: Re: Two simple questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 17:05:21 -0000 On Saturday 24 December 2005 08:37, Teilhard Knight wrote: > > On Saturday 24 December 2005 06:51, Teilhard Knight wrote: > >> What is the command to see the hidden files and folders? And how to > >> unhide > >> them? > >> > >> Teilhard. > > > > 1) ls -A (see man ls) > > 2) if you use the standard csh shell try ll (see .cshrc) > > > > -Mike > > Thanks. > > Teilhard welcome -Mike From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 17:16: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 2333D16A41F for ; Sat, 24 Dec 2005 17:16:16 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33310.mail.mud.yahoo.com (web33310.mail.mud.yahoo.com [68.142.206.125]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C63243D5C for ; Sat, 24 Dec 2005 17:16:14 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 75491 invoked by uid 60001); 24 Dec 2005 17:16:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=NfR2+41AHFh7dG33frCfAYiSPIyGOXtLMKXSdePo2ZOYj2baCp1LOT38/0+dXeDo4Qq8SbzqCkIL/RXXxvzK4TxL8gKugKr+xQzfW/ALSrX95js8CSPyyWa7dhID1ZV5SYRB3GrHfLW6rmLsSV4reZ9lYWNjZIEyFZ6t8phOafU= ; Message-ID: <20051224171614.75489.qmail@web33310.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33310.mail.mud.yahoo.com via HTTP; Sat, 24 Dec 2005 09:16:14 PST Date: Sat, 24 Dec 2005 09:16:14 -0800 (PST) From: Danial Thom To: "Michael C. Shultz" In-Reply-To: <200512240746.15029.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: BSD Question's. 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: Sat, 24 Dec 2005 17:16:16 -0000 --- "Michael C. Shultz" wrote: > On Saturday 24 December 2005 07:34, Danial Thom > wrote: > > --- "Michael C. Shultz" > > > > > wrote: > > > On Saturday 24 December 2005 06:54, Daniel > A. > > > > > > wrote: > > > > Hi Andy, > > > > > > > > I am sorry for the trouble you have had > with > > > > > > Windows XP. > > > > > > > I suggest that you use Linux, as FreeBSD > > > > > > really is not targeted at > > > > > > > people who want to use graphical user > > > > > > interfaces. > > > > > > In a few key areas FreeBSD is a better > desktop > > > OS than Linux: Easier to keep > > > the kernel/world and installed ports up to > date > > > for example without having > > > to resort to the microsoft/Linux fixall > method > > > of removing and reinstalling > > > everything every now and again. Your > opinion > > > is correct IMO that FreeBSD > > > managers put most emphasis on FreeBSD as a > > > server and little as a desktop. > > > My guess is because donations(cash) and > > > hardware support for developers > > > come from people who want servers while > people > > > who want a desktop OS tend to > > > donate squat.... > > > > > > > The linux developers really have been > trying > > > > > > to make a valuable > > > > > > > replacement for Windows, as they somehow > have > > > > > > experienced the same > > > > > > > issues with Windows (And Microsoft > products > > > > > > in general) that you have. > > > > > > > One Linux distribution in particular that > I > > > > > > think you might like, is > > > > > > > Ubuntu. You can download it at > > > > > > http://www.ubuntulinux.org/, or order a > > > > > > > CD (Free shipping, free CD, you pay > nothing). > > > > > > Advertising Linux in a FreeBSD mailing > list? > > > Sounds like you may have more of > > > axe to grind against the FreeBSD management > > > folk than a desire to offer sound > > > advice.... > > > > > > -Mike > > > > Why not just tell the truth, which is that > > Windows XP is the best that you can do for > the > > desktop, and that there is no perfect > solution > > that works perfectly in every scenario? > > What I suppose you really mean is why don't I > just agree > with you ;) > > > FreeBSD > > and Linux *should* focus on server functions, > > because that is where MS is weak and that is > > where its needed. There will likely never be > a > > solid reason to use BSD or linux as a desktop > > other than religion; while there are many > > compelling reasons to use BSD and/or linux > > servers. > > Your opinion. Mine is FreeBSD has the > potential to be > a better desktop than either ms or Linux. The > big problem > at the moment is with web browser plugins. > Desktop users > coming from ms land demand these and FreeBSD > simply > comes up short in supporting them. I have > faith that will > change eventually. You're pretty much admitting here that FreeBSD desktop is not as functional as windows. Which was exactly the point I was making. FreeBSD has the "potential" to be a very good MP OS. Currently it is not, so I don't use it. I need to run a business. "Potential" only means that I monitor its progress; I "use" what is the best available at the time for any given function. The reality is that there are a lot more things available for WinXP than FreeBSD. This to me defines productivity. I don't know what I'll need next month. If something new becomes available that I want to use, its much more likely to run in WinXP than FreeBSD. So even if they were equal at the moment, I have to choose windows. Motherboards are tested on Windows, not FreeBSD. With FreeBSD I never know when I buy a new MB if everything will work properly. With WinXP I know it will. Being able to chose a system based on what hardware I need, rather than what hardware will work with FreeBSD, is a big productivity advantage IMO. DT __________________________________________ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 17:38: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 8FD8716A41F for ; Sat, 24 Dec 2005 17:38:03 +0000 (GMT) (envelope-from dan@langille.org) Received: from m21.unixathome.org (m21.unixathome.org [205.150.199.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1906C43D45 for ; Sat, 24 Dec 2005 17:38:02 +0000 (GMT) (envelope-from dan@langille.org) Received: from localhost (localhost [205.150.199.217]) by m21.unixathome.org (Postfix) with ESMTP id 23552C374 for ; Sat, 24 Dec 2005 12:38:02 -0500 (EST) Received: from m21.unixathome.org ([205.150.199.217]) by localhost (m21.unixathome.org [205.150.199.217]) (amavisd-new, port 10024) with ESMTP id 15128-08 for ; Sat, 24 Dec 2005 12:37:56 -0500 (EST) Received: from bast.unixathome.org (bast.unixathome.org [70.26.229.230]) by m21.unixathome.org (Postfix) with ESMTP id C5F62BF58 for ; Sat, 24 Dec 2005 12:37:56 -0500 (EST) Received: from [10.55.0.99] (wocker.unixathome.org [10.55.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 6A0423D3B for ; Sat, 24 Dec 2005 12:37:56 -0500 (EST) From: "Dan Langille" To: freebsd-questions@freebsd.org Date: Sat, 24 Dec 2005 12:37:56 -0500 MIME-Version: 1.0 Message-ID: <43AD4124.6711.387213B@dan.langille.org> Priority: normal X-mailer: Pegasus Mail for Windows (4.31) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at unixathome.org Subject: IPv6: routing on the local LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 17:38:03 -0000 Gidday folks, I have an IPv6 routing problem within my LAN behind the gateway. I have an IPv6 tunnel supplied by Hurricane Electric. The tunnel is setup and working. From my gateway I can access various IPv6 websites (e.g http://www.kame.net). I have enabled rtadvd(8) on my gateway. For the netstat, ifconfig, etc, see [1]. >From a computer inside my gateway, I cannot ping anything, not even the gateway. I suspect it's because the routing tables are not being set up on the gateway. I expected the system to do that automatically. I also expected fxp0 to get an IPv6 address out of this. Did I guess wrong? I suspect that if I can get fxp0 on the gateway, all will be well. If not, I think Ineed to set up static routes. The workstation inside the LAN has the config shown in [2]. Checking via tcpdump on the gateway, I can see pings from the client hitting the internal NIC (fxp1) and going out the IPv6 tunnel (gif0). In case I've missed something about setting up the tunnel, the details are [3]. Suggestions, comments, thanks. [1] Gateway - [2] Client - [3] Tunnel - -- Dan Langille : http://www.langille.org/ BSDCan - The Technical BSD Conference - http://www.bsdcan.org/ From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 17:56: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 E523316A420 for ; Sat, 24 Dec 2005 17:56:06 +0000 (GMT) (envelope-from andy_sjostrom@yahoo.com) Received: from web31304.mail.mud.yahoo.com (web31304.mail.mud.yahoo.com [68.142.198.99]) by mx1.FreeBSD.org (Postfix) with SMTP id D508D43D53 for ; Sat, 24 Dec 2005 17:56:05 +0000 (GMT) (envelope-from andy_sjostrom@yahoo.com) Received: (qmail 15409 invoked by uid 60001); 24 Dec 2005 17:56:04 -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=gbmB4nqXErsDHtoDybS18TM13vrp4py0kzwg6Pk+Bfn/WvXaFGDrz45vy5SRXBf5TMz6S4w7k14TjTFD1p2+m7p4YXCV6TecvumA6XYl/l2bgzEOL6ic2KdyRA68xVHYVX4+cQbRgOCbpzxl7qSOwDn3DtObogN5xOphSrNSro4= ; Message-ID: <20051224175604.15407.qmail@web31304.mail.mud.yahoo.com> Received: from [64.223.241.58] by web31304.mail.mud.yahoo.com via HTTP; Sat, 24 Dec 2005 09:56:04 PST Date: Sat, 24 Dec 2005 09:56:04 -0800 (PST) From: Andy Sjostrom To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 17:56:07 -0000 Hi I would like to thank all of you for your help. >From what you have told me Free BSD would "not" be the way for me to go. I'm of to have a look at the info on Ubuntu it is nice to see that I'm not alone in my opinions of ol'Willie Gates. Although I do have plans and a fantasy of the torture I would like to put him through. The I.C.P. Amazing Maze keeps coming to mind..LOL! Guess I should seek out a shrink for that...LOL! Again thank you all for your advice and help, and may you and your families have a safe and happy holiday season. . D&A Consultants George A. Sjostrom II Helping those who can help them selves http://www.geocities.com/andy_sjostrom/index.html __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 18:20: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 5E3E616A46F for ; Sat, 24 Dec 2005 18:20:50 +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 4430243D5A for ; Sat, 24 Dec 2005 18:20:47 +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 jBOIKiAA001533; Sat, 24 Dec 2005 12:20:44 -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 jBOIKfmV001519 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 24 Dec 2005 12:20:42 -0600 (CST) From: Don Hinton Organization: ISIS To: freebsd-questions@freebsd.org, danial_thom@yahoo.com Date: Sat, 24 Dec 2005 12:19:06 -0600 User-Agent: KMail/1.8.2 References: <20051224164426.3557.qmail@web33312.mail.mud.yahoo.com> In-Reply-To: <20051224164426.3557.qmail@web33312.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2061507.bBT5fCFSuD"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200512241219.12940.don.hinton@vanderbilt.edu> Cc: Miguel Saturnino Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 18:20:50 -0000 --nextPart2061507.bBT5fCFSuD Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Danial: On Saturday 24 December 2005 10:44, Danial Thom wrote: > --- Miguel Saturnino wrote: > > On Sat, 2005-12-24 at 07:34 -0800, Danial Thom > > > > wrote: > > > --- "Michael C. Shultz" > > > > > > > > > wrote: > > > > On Saturday 24 December 2005 06:54, Daniel > > > > A. > > > > > > wrote: > > > > > Hi Andy, > > > > > > > > > > I am sorry for the trouble you have had > > > > with > > > > > > Windows XP. > > > > > > > > > I suggest that you use Linux, as FreeBSD > > > > > > > > really is not targeted at > > > > > > > > > people who want to use graphical user > > > > > > > > interfaces. > > > > > > > > In a few key areas FreeBSD is a better > > > > desktop > > > > > > OS than Linux: Easier to keep > > > > the kernel/world and installed ports up to > > > > date > > > > > > for example without having > > > > to resort to the microsoft/Linux fixall > > > > method > > > > > > of removing and reinstalling > > > > everything every now and again. Your > > > > opinion > > > > > > is correct IMO that FreeBSD > > > > managers put most emphasis on FreeBSD as a > > > > server and little as a desktop. > > > > My guess is because donations(cash) and > > > > hardware support for developers > > > > come from people who want servers while > > > > people > > > > > > who want a desktop OS tend to > > > > donate squat.... > > > > > > > > > The linux developers really have been > > > > trying > > > > > > to make a valuable > > > > > > > > > replacement for Windows, as they somehow > > > > have > > > > > > experienced the same > > > > > > > > > issues with Windows (And Microsoft > > > > products > > > > > > in general) that you have. > > > > > > > > > One Linux distribution in particular that > > > > I > > > > > > think you might like, is > > > > > > > > > Ubuntu. You can download it at > > > > > > > > http://www.ubuntulinux.org/, or order a > > > > > > > > > CD (Free shipping, free CD, you pay > > > > nothing). > > > > > > Advertising Linux in a FreeBSD mailing > > > > list? > > > > > > Sounds like you may have more of > > > > axe to grind against the FreeBSD management > > > > folk than a desire to offer sound > > > > advice.... > > > > > > > > -Mike > > > > > > Why not just tell the truth, which is that > > > Windows XP is the best that you can do for > > > > the > > > > > desktop > > > > Well, that's your opinion. For me, FreeBSD is a > > much better desktop than > > Windows -- it runs solid and fast and enables > > me to be more productive > > in my work. Of course, what is good for me > > might not be so good for > > someone else, I guess it depends on your needs. > > "more productive" in what way? > > Without considering all of the programs I use > that only run in windows (such as my investment > analysis tools, camera interface and photo > editing programs), outline the "productivity" > advantages of FreeBSD in terms of: > > 1) Time from unwrapping the computer to having a > functional and usable system. =46or me, FreeBSD is about twice as fast/easy to install/configure, and=20 infinitely cheaper.=20 > 2) General productivity advantages in a typical > day. ie: what can you do with FreeBSD that you > can't do in WinXP, and what is faster or more > productive in FreeBSD Depends on what you use it for. I'm a C++ developer, and have a need to=20 examine/search/manipulate text files quite often, Windows, out of the box, = is=20 inappropriate for this type of work. I'd have to install all sorts of=20 applications, e.g., cygwin, et al, to get the applications/capabilities tha= t=20 come "out of the box" on a typical *nix system, FreeBSD, Linux, etc... If, on the other hand, you are wedded to an application that only runs on=20 windows, then the question is moot. Unfortunately, there is one windows=20 program I'm forced to use, so I have a cheap laptop that sits on my desk fo= r=20 that purpose. Though I never use it directly, except to reboot it when it= =20 hangs, say once a week, I access it via rdesktop in a window from one of my= =20 =46reeBSD systems, typically my new HP laptop. But no one can convince you of which OS you should use. If you want to try= =20 one, try it. If not, don't. I couldn't care less which OS other people us= e,=20 just as I couldn't care less which car you drive. happy holidays--I'm off to finish my shopping... don=20 > > And please don't take this as an adversarial > post: I haven't looked at the desktop in a while > so I'd really like to know the answers, if in > fact your opinion is objective. > > DT > > > > > __________________________________ > Yahoo! for Good - Make a difference this year. > http://brand.yahoo.com/cybergivingweek2005/ > _______________________________________________ > 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 --nextPart2061507.bBT5fCFSuD Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDrZEg0U0xbM5cLs0RAqw3AJ0T6zANEUxVEk2WRwIx6qI+jtBiywCff6n6 uAKj3zjmDvPPcJF29IRYRF8= =IUzq -----END PGP SIGNATURE----- --nextPart2061507.bBT5fCFSuD-- From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 18:34: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 0388D16A41F for ; Sat, 24 Dec 2005 18:34:32 +0000 (GMT) (envelope-from strat-man@comcast.net) Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9148043D45 for ; Sat, 24 Dec 2005 18:34:31 +0000 (GMT) (envelope-from strat-man@comcast.net) Received: from [192.168.0.100] (c-67-177-146-29.hsd1.mi.comcast.net[67.177.146.29]) by comcast.net (rwcrmhc13) with SMTP id <20051224182929015004rasve>; Sat, 24 Dec 2005 18:29:29 +0000 From: Victor To: freebsd-questions@FreeBSD.org Content-Type: text/plain Date: Sat, 24 Dec 2005 13:29:40 -0800 Message-Id: <1135459780.4303.63.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: andy_sjostrom@yahoo.com Subject: Re: BSD Question's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 18:34:32 -0000 > > To whom this may concern, > H-E-L-P! > LOL! > I've been online since 1992( the windows 3.1 days for me.) > I'm 48 yrs.old. and also a windows XP > user. > Because of recent issue I have had with Mr. William Gates and > his product. > about every 6 months I have had to overhaul my windows XP. > during the last up grade I was told > that my XP product code was invaild, then when is made the > repair up grades something in my > registory changed, and when that auto updater downloaded the > new security patches it somehow > downloaded 2969 trojans as well. > > I have decided to start the search for a new OS. > In my case the new OS must be completely 100 percent user > friendly. > Please bare in mind that 100 percent means "NO CODE" writting. > I'm not a programer...LOL! > I run a very small one man company at, > http://www.geocities.com/andy_sjostrom/index.html > > From time to time I also like to rip and burn a CD as well, > Publish articles to my yahoo 360 blog. edit a few images from > time to to time. > surf the net, copy and paste, chat with friends in my > favorite yahoo chat room. > fold protiens for the fold@home project at stanford U. > (I'm on team #40154.) > I also have a logitech Clicksmart420 that the new OS must be > willing to accept. > I've been doing some reading and every thing I have been able > to find for OS's boils down to three > basic choices. > BSD > Unix > Linux > A windows Hybird like ReactOS. > > There is one other very important thing Because I'm on a fixed > income and things with me are very > tight money wise the new OS must be free. > Is there any thing you can do to help me. Such as point me in > the right direction. Hello Andy I'm also on a fixed income, and have had to find an alternative OS. There are many choices, so some experimentation will be needed to find what works best for *you*. That being said, you might want to try a more user-friendly version of of FreeBSD that I've had excellent experiences with called PC-BSD. http://www.pcbsd.org/ I've installed it on a number of machines, including my sisters' PC and my girlfriends' PC. I'm writing this from a PC-BSD install. PC-BSD has an extremely simple installer, very newbie-friendly and very quick (about 25 minutes until you're booting into your new desktop). It also has a software package system that is point-and-click. (PC-BSD can also use the FreeBSD "ports" software package system as well, and the ports collection is *huge*.) PC-BSD is based on FreeBSD 6.0 and runs very fast, even on older or more basic hardware. It has many GUI tools and I hardly ever need to do any command-line stuff for most system admin tasks. There are packages to install Java and Flash plugins. The Gaim package is quite usable in Yahoo chat, and even fairly boot-resistant. You can also install Gyach (a *nix-land Y-chat client) from the standard FreeBSD ports. Unfortunately, Gyach has no voice or video support. (I've yet to be booted using PC-BSD/Gyach though, and they've sure tried! ;) ) There is a linux distro I looked at called "alinux" (formerly was "Peanut Linux") that strives to be a windows replacement and has Gyach-Enhanced, a Y-chat client that does support voice and video, in the default install. The alinux installer is more clunky than PC-BSD, and requires a bit more knowledge. http://www.alinux.org/ I have to say that in my experience, I prefer FreeBSD/FreeBSD-based OSes to linux. FreeBSD has less "bloat" and seems to outperform linux speed-wise on the hardware I've tried. It just "feels" more stable to me also. (Something that my girlfriend and sister have both told me, without prompting, that they both noticed and liked). There is some learning to do with any new OS, but I've found PC-BSD/FreeBSD to be worth the effort, and things are laid out quite logically once you get used to it. The documentation is excellent and there are numerous forums and other user resources. Good luck! Hope that helps :) Victor From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 18:49: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 6B99016A420 for ; Sat, 24 Dec 2005 18:49:16 +0000 (GMT) (envelope-from mj001@rogers.com) Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 5BEB043D58 for ; Sat, 24 Dec 2005 18:49:15 +0000 (GMT) (envelope-from mj001@rogers.com) Received: (qmail 61588 invoked from network); 24 Dec 2005 18:49:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=OBXoKapR+VjKUnfTuqTEPDHkvLFEHtZY8sfMx5s5vW8y6ETlijYDh3haEX+NEjRQ+3meo6AZeTrvDUNDbqpIbwOW+uzfXuj5h9O+5wnAIPYdwFldkOJbOm0Z6CUmZTL8C4Ezdituuztk/SgTgzT4mbRB0jhE0ZKSLT17aLVmLyU= ; Received: from unknown (HELO chaucer.jeays.ca) (mj001@rogers.com@72.139.51.96 with plain) by smtp104.rog.mail.re2.yahoo.com with SMTP; 24 Dec 2005 18:49:14 -0000 From: Mike Jeays To: freebsd-questions@freebsd.org In-Reply-To: <20051224175604.15407.qmail@web31304.mail.mud.yahoo.com> References: <20051224175604.15407.qmail@web31304.mail.mud.yahoo.com> Content-Type: text/plain Date: Sat, 24 Dec 2005 13:49:13 -0500 Message-Id: <1135450153.716.23.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 18:49:16 -0000 It is not clear to me who said this; whoever did gets my vote for cheapest trick of the year. > This is the same kind of response I got when I asked for screen > alternatives. My "grind" is against Linux. Honestly, I hate linux. I dont > have any real reasons for hating it, I just do, because Linux has a very > loud-mouthed userbase that "hates" "M$" and "Winblows". I ordered 200 > (Yes, 200!) Ubuntu CD's just for the priceless joy of sitting in my > room and laughing once I opened the box with the 200 CD's that cost > some people real money. From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 19:00: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 3124616A41F for ; Sat, 24 Dec 2005 19:00:02 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from tomoyo.MyBSD.org.my (tomoyo.mybsd.org.my [202.157.186.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88F6943D45 for ; Sat, 24 Dec 2005 19:00:01 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from localhost (localhost [127.0.0.1]) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id 0179E6CC23; Sun, 25 Dec 2005 03:05:40 +0800 (MYT) Received: from tomoyo.MyBSD.org.my ([127.0.0.1]) by localhost (TOMOYO.MYBSD.ORG.MY [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62259-06; Sun, 25 Dec 2005 03:05:37 +0800 (MYT) Received: from misaki (misaki.MyBSD.org.my [IPv6:2001:328:2002:aa2:2c0:9fff:fed9:9e1d]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id D3A346CC22; Sun, 25 Dec 2005 03:05:34 +0800 (MYT) Date: Sun, 25 Dec 2005 02:59:34 +0800 From: Ariff Abdullah To: "Dan Langille" Message-Id: <20051225025934.2455a5a3.skywizard@MyBSD.org.my> In-Reply-To: <43AD4124.6711.387213B@dan.langille.org> References: <43AD4124.6711.387213B@dan.langille.org> Organization: MyBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by Amavisd AntiVirus & AntiSpam Scanner running on FreeBSD mailserver at TOMOYO.MYBSD.ORG.MY Cc: freebsd-questions@freebsd.org Subject: Re: IPv6: routing on the local LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 19:00:02 -0000 On Sat, 24 Dec 2005 12:37:56 -0500 "Dan Langille" wrote: > Gidday folks, > > I have an IPv6 routing problem within my LAN behind the gateway. > > I have an IPv6 tunnel supplied by Hurricane Electric. The tunnel is > > setup and working. From my gateway I can access various IPv6 > websites (e.g http://www.kame.net). I have enabled rtadvd(8) on my > gateway. For the netstat, ifconfig, etc, see [1]. > > >From a computer inside my gateway, I cannot ping anything, not even > > > the gateway. I suspect it's because the routing tables are not > being set up on the gateway. I expected the system to do that > automatically. I also expected fxp0 to get an IPv6 address out of > this. Did I guess wrong? I suspect that if I can get fxp0 on the > gateway, all will be well. If not, I think Ineed to set up static > routes. Add a single 2001:470:1F00:1979::/64 address each for both fxp0/1. You don't even need rtadv.conf :) rc.conf:- ipv6_ifconfig_fxp0="2001:470:1F00:1979::1/64" ipv6_ifconfig_fxp1="2001:470:1F00:1979::2/64" > > The workstation inside the LAN has the config shown in [2]. > > Checking via tcpdump on the gateway, I can see pings from the client > > hitting the internal NIC (fxp1) and going out the IPv6 tunnel > (gif0). > > In case I've missed something about setting up the tunnel, the > details are [3]. > > Suggestions, comments, thanks. > > [1] Gateway - > [2] Client - > [3] Tunnel - -- Ariff Abdullah MyBSD http://www.MyBSD.org.my (IPv6/IPv4) http://staff.MyBSD.org.my (IPv6/IPv4) http://tomoyo.MyBSD.org.my (IPv6/IPv4) From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 19:14: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 A009016A41F for ; Sat, 24 Dec 2005 19:14:37 +0000 (GMT) (envelope-from zettel@acm.org) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [63.240.77.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EB4143D5A for ; Sat, 24 Dec 2005 19:14:36 +0000 (GMT) (envelope-from zettel@acm.org) Received: from [192.168.0.3] (pcp0011427575pcs.sothfd01.mi.comcast.net[69.246.103.241]) by comcast.net (sccrmhc11) with ESMTP id <20051224191435011005c954e>; Sat, 24 Dec 2005 19:14:35 +0000 From: Leonard Zettel To: freebsd-questions@freebsd.org Date: Sat, 24 Dec 2005 07:16:29 +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: <200512240716.29744.zettel@acm.org> Subject: Forth include ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: zettel@acm.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 19:14:37 -0000 This undoubtedly is of no importance whatsoever, natheless this inquiring mind would like to know. The FreeBSD boot loader is written in Forth, which I happen to be able to read (sort of, anyway). EXCEPT the word "include" occurs in a number of places. I grant it is fair to middling obvious what it does. At the same time, I have not been able to find a definition for include in any of the reference materials I have on Forth. It is defninetly NOT ANS (or ISO) Forth (which specifies the words INCLUDE-FILE and INCLUDED). So 1) Can anybody give a stack picture for include ? 2) What version/dialect of Forth does FreeBSD use and is there any place I can get documentation on it? thanks in advance, -LenZ- From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 19:23:40 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 5C95216A41F for ; Sat, 24 Dec 2005 19:23:40 +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 BAF9A43D5A for ; Sat, 24 Dec 2005 19:23:37 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (unknown [127.0.0.1]) by smtp3.suscom.net (Postfix) with ESMTP id 0A0F0210190 for ; Sat, 24 Dec 2005 14:23:35 -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 20391-02-18 for ; Sat, 24 Dec 2005 14:23:28 -0500 (EST) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp3.suscom.net (Postfix) with SMTP id 43601210198 for ; Sat, 24 Dec 2005 14:23:28 -0500 (EST) Received: from seibercom.net (localhost [127.0.0.1]) by seibercom.net (8.13.4/8.13.4) with ESMTP id jBOJNTL6078924 for ; Sat, 24 Dec 2005 14:23:29 -0500 (EST) (envelope-from gerard@seibercom.net) Received: from localhost (ges@localhost) by seibercom.net (8.13.4/8.13.4/Submit) with ESMTP id jBOJNTN7078921 for ; Sat, 24 Dec 2005 14:23:29 -0500 (EST) (envelope-from gerard@seibercom.net) X-Authentication-Warning: seibercom.net: ges owned process doing -bs Date: Sat, 24 Dec 2005 14:23:28 -0500 (EST) From: Gerard Seibert To: FreeBSD Questions Message-ID: <20051224141049.Q64809@seibercom.net> Organization: Seibercom.NET MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: amavisd-new at suscom.net Subject: Using Sendmail to add headers to mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gerard Seibert List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 19:23:40 -0000 I am not sure if this is possible or not. Is it possible to add custom 'X-' headers to mail using Sendmail? For instance, suppose I wanted to add the Habeas Headers to all my outgoing email. Is it possible to do via Sendmail, or can this only be accomplished via my MUA? I noticed on the Habeas site that there was a configuration for Exim, if that means anything. -- Gerard gerard@seibercom.net _... o_.-"` `\ .--. _ `'-._.-'""-; _ .' \`_\_ {_.-a"a-} _ / \ _/ .-' '. {c-._o_.){\|` | (@`-._ / \{ ^ } \\ _/ `~\ '-._ /'. } \} .-. |>:< '-.__/ '._,} \_/ / ()) | >:< `'---. ____'-.|(`"` \ >:< \\_\\_\ | ; \ \\-{}-\/ \ \ '._\\' /) '. /( `-._ _____ _ _____ __.'\ \ / \ / \ / \ \ \ jgs _.'/^\'._.'/^\'._.'/^\'.__) \ ,==' `---` '---' '---' ) `"""""""""""""""""""""""""""""""` From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 19:38: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 62C8A16A41F for ; Sat, 24 Dec 2005 19:38:42 +0000 (GMT) (envelope-from javierlu@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D8F843D72 for ; Sat, 24 Dec 2005 19:38:40 +0000 (GMT) (envelope-from javierlu@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so620897wxc for ; Sat, 24 Dec 2005 11:38:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=Q1U5FeSUTr3il+GrO0tbVfxV/8zYaiA44EEdP1cX3LqCwJhyaEodtaELV6LhWRqWM7wWa9Xh5ujEhrvTP9k9Q+zmIVknKRKo6ZWHQCA9qP9IJ0gKqdOdllr6/AW/JJrGLr4JEcEq+H2PblqgBrDRd9hHs0Js2AHdsPcEsMIgV0w= Received: by 10.70.131.11 with SMTP id e11mr4449108wxd; Sat, 24 Dec 2005 11:38:39 -0800 (PST) Received: from dazzle ( [83.42.216.171]) by mx.gmail.com with ESMTP id h16sm6814355wxd.2005.12.24.11.38.37; Sat, 24 Dec 2005 11:38:38 -0800 (PST) Message-ID: <040001c608c1$ba6b1c90$0301a8c0@dazzle> From: "Javier Matos" To: Date: Sat, 24 Dec 2005 20:39:14 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Start X hangs the computer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 19:38:42 -0000 Hello, I was searching about my problem in a lot off forums but I donīt find a solution... . I Install FreeBSD 6.0 in my box (I have 2 boxes and FreeBSD was installed in both). The first one work fine with all the configuration that I make but the second (boxes are different) have problems because I can start "startx", "xdm" and "kdm" and it show the screen for a while with the correct resolution but then the screen freeze and after some seconds the box restart... . I canīt find any reason for this behaviour because log files seems to show that all is working. I follow the same steeps with two boxes but only one can run X. The box who crashes is a P5GD1_PRO (Intel 915P chipset), my graphic card is a GeForce FX 6200 (PCI-Express). Anyone have any idea about the what is the problem? From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 20:26: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 5879B16A41F for ; Sat, 24 Dec 2005 20:26:06 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2DCA43D53 for ; Sat, 24 Dec 2005 20:26:05 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id jBOKPx8F014799; Sat, 24 Dec 2005 12:25:59 -0800 From: Frank Jahnke To: andy_sjostrom@yahoo.com Content-Type: text/plain Organization: FMJ & Associates Date: Sat, 24 Dec 2005 12:21:13 -0800 Message-Id: <1135455673.20459.17.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: freebsd-questions@FreeBSD.org Subject: Re: BSD Question's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 20:26:06 -0000 One good alternative that no one has mentioned is PC-BSD. It is FreeBSD that makes it very easy to set up a KDE desktop and install software. It works very well indeed. Yes, it has issues with some of the plugins at the moment (like FreeBSD) and java still has to be compiled. But the installation is painless, and overall it is nicely done. It is well worth considering. www.pcbsd.org. Frank From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 22:01: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 DBF5016A41F for ; Sat, 24 Dec 2005 22:01:54 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33313.mail.mud.yahoo.com (web33313.mail.mud.yahoo.com [68.142.206.128]) by mx1.FreeBSD.org (Postfix) with SMTP id C6C5843D55 for ; Sat, 24 Dec 2005 22:01:53 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 82568 invoked by uid 60001); 24 Dec 2005 22:01:53 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=DnLDiJ0uzIEcalzfwgYMYwkysrVHY0jJ6V8pCwgpBmOeuQFBbOemmPRLuLyexrHJI5m94hErgXTwIQztf9RqAPPrG01EjBmsHgoPZ2sKZWC+b9QultQmmJddDOZDaVMYM3saLmy3p54jgw/+fv0h1pLDz8BIIBtojbRbeeGzetk= ; Message-ID: <20051224220153.82566.qmail@web33313.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33313.mail.mud.yahoo.com via HTTP; Sat, 24 Dec 2005 14:01:53 PST Date: Sat, 24 Dec 2005 14:01:53 -0800 (PST) From: Danial Thom To: Don Hinton , freebsd-questions@freebsd.org In-Reply-To: <200512241219.12940.don.hinton@vanderbilt.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Miguel Saturnino Subject: Re: BSD Question's. 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: Sat, 24 Dec 2005 22:01:55 -0000 --- Don Hinton wrote: > Hi Danial: > > On Saturday 24 December 2005 10:44, Danial Thom > wrote: > > --- Miguel Saturnino wrote: > > > On Sat, 2005-12-24 at 07:34 -0800, Danial > Thom > > > > > > wrote: > > > > --- "Michael C. Shultz" > > > > > > > > > > > > > wrote: > > > > > On Saturday 24 December 2005 06:54, > Daniel > > > > > > A. > > > > > > > > wrote: > > > > > > Hi Andy, > > > > > > > > > > > > I am sorry for the trouble you have > had > > > > > > with > > > > > > > > Windows XP. > > > > > > > > > > > I suggest that you use Linux, as > FreeBSD > > > > > > > > > > really is not targeted at > > > > > > > > > > > people who want to use graphical user > > > > > > > > > > interfaces. > > > > > > > > > > In a few key areas FreeBSD is a better > > > > > > desktop > > > > > > > > OS than Linux: Easier to keep > > > > > the kernel/world and installed ports up > to > > > > > > date > > > > > > > > for example without having > > > > > to resort to the microsoft/Linux fixall > > > > > > method > > > > > > > > of removing and reinstalling > > > > > everything every now and again. Your > > > > > > opinion > > > > > > > > is correct IMO that FreeBSD > > > > > managers put most emphasis on FreeBSD > as a > > > > > server and little as a desktop. > > > > > My guess is because donations(cash) and > > > > > hardware support for developers > > > > > come from people who want servers while > > > > > > people > > > > > > > > who want a desktop OS tend to > > > > > donate squat.... > > > > > > > > > > > The linux developers really have been > > > > > > trying > > > > > > > > to make a valuable > > > > > > > > > > > replacement for Windows, as they > somehow > > > > > > have > > > > > > > > experienced the same > > > > > > > > > > > issues with Windows (And Microsoft > > > > > > products > > > > > > > > in general) that you have. > > > > > > > > > > > One Linux distribution in particular > that > > > > > > I > > > > > > > > think you might like, is > > > > > > > > > > > Ubuntu. You can download it at > > > > > > > > > > http://www.ubuntulinux.org/, or order a > > > > > > > > > > > CD (Free shipping, free CD, you pay > > > > > > nothing). > > > > > > > > Advertising Linux in a FreeBSD mailing > > > > > > list? > > > > > > > > Sounds like you may have more of > > > > > axe to grind against the FreeBSD > management > > > > > folk than a desire to offer sound > > > > > advice.... > > > > > > > > > > -Mike > > > > > > > > Why not just tell the truth, which is > that > > > > Windows XP is the best that you can do > for > > > > > > the > > > > > > > desktop > > > > > > Well, that's your opinion. For me, FreeBSD > is a > > > much better desktop than > > > Windows -- it runs solid and fast and > enables > > > me to be more productive > > > in my work. Of course, what is good for me > > > might not be so good for > > > someone else, I guess it depends on your > needs. > > > > "more productive" in what way? > > > > Without considering all of the programs I use > > that only run in windows (such as my > investment > > analysis tools, camera interface and photo > > editing programs), outline the "productivity" > > advantages of FreeBSD in terms of: > > > > 1) Time from unwrapping the computer to > having a > > functional and usable system. > > For me, FreeBSD is about twice as fast/easy to > install/configure, and > infinitely cheaper. > Considering that WinXP usually comes on the computer, I don't see how "installing and configuring FreeBSD" can be easier than having to do nothing at all? > > 2) General productivity advantages in a > typical > > day. ie: what can you do with FreeBSD that > you > > can't do in WinXP, and what is faster or more > > productive in FreeBSD > > Depends on what you use it for. I'm a C++ > developer, and have a need to > examine/search/manipulate text files quite > often, Windows, out of the box, is > inappropriate for this type of work. I'd have > to install all sorts of > applications, e.g., cygwin, et al, to get the > applications/capabilities that > come "out of the box" on a typical *nix system, > FreeBSD, Linux, etc... > I'm a developer also, but I don't use the FreeBSD desktop for this, I log into my freeBSD server with my desktop browser or telnet/ssh. I don't see how such things are relevent to using one desktop over the other. > If, on the other hand, you are wedded to an > application that only runs on > windows, then the question is moot. > Unfortunately, there is one windows > program I'm forced to use, so I have a cheap > laptop that sits on my desk for > that purpose. Though I never use it directly, > except to reboot it when it > hangs, say once a week, I access it via > rdesktop in a window from one of my > FreeBSD systems, typically my new HP laptop. Being "weded to an application" and needing to do practical things are separate matters to me. With Windows i have choices of which apps I like better. With Freebsd, I usually have 1 choice or maybe no choices. > > But no one can convince you of which OS you > should use. If you want to try > one, try it. If not, don't. I couldn't care > less which OS other people use, > just as I couldn't care less which car you > drive. I don't expect you to care, but saying you "prefer FreeBSD" and saying "FreeBSD is better" are different animals. I just wanted to know what you could do with FreeBSD that you can't do with Windows. I already know what I can do with Windows that I can't do with FreeBSD. DT __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 22:31: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 E7B0316A41F for ; Sat, 24 Dec 2005 22:31:12 +0000 (GMT) (envelope-from rodperson@adelphia.net) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3A4F43D45 for ; Sat, 24 Dec 2005 22:31:11 +0000 (GMT) (envelope-from rodperson@adelphia.net) Received: from atomizer.opensourcebeef.net ([68.71.167.119]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051224223111.SPTI14388.mta9.adelphia.net@atomizer.opensourcebeef.net>; Sat, 24 Dec 2005 17:31:11 -0500 Date: Sat, 24 Dec 2005 17:24:53 -0500 From: rod person To: freebsd-questions@freebsd.org Message-ID: <20051224172453.0f080843@atomizer.opensourcebeef.net> In-Reply-To: <20051224220153.82566.qmail@web33313.mail.mud.yahoo.com> References: <200512241219.12940.don.hinton@vanderbilt.edu> <20051224220153.82566.qmail@web33313.mail.mud.yahoo.com> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.8; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: danial_thom@yahoo.com Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 22:31:13 -0000 On Sat, 24 Dec 2005 14:01:53 -0800 (PST) Danial Thom wrote: > > I don't expect you to care, but saying you > "prefer FreeBSD" and saying "FreeBSD is better" > are different animals. I just wanted to know what > you could do with FreeBSD that you can't do with > Windows. I already know what I can do with > Windows that I can't do with FreeBSD. > I didn't see the first few emails in this thread so excuse me if you have answered this, but what can you do on Windows that you can't do on FreeBSD. Other than play the latest and greatest games. I'm just wondering. -- Rod http://www.opensourcebeef.net From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 22:57: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 67B5C16A423 for ; Sat, 24 Dec 2005 22:57:23 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: from web33307.mail.mud.yahoo.com (web33307.mail.mud.yahoo.com [68.142.206.122]) by mx1.FreeBSD.org (Postfix) with SMTP id D8F0543D64 for ; Sat, 24 Dec 2005 22:57:21 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 17985 invoked by uid 60001); 24 Dec 2005 22:57:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=tljYmSw11mOZK1Zx012FOPXf3h/zAmmCds6PbedvbAcQVbiGHduO958p+/4IFCGymlRNZXL8BqiACGJJZMRlYhdP3yyJznhH9tl3DUPt+3wPaJHKhNOEECN7ms93fcreybOWQfC5HEdYFLCk5DLQQcFJdv2HOAxho8p4LVDSij0= ; Message-ID: <20051224225721.17983.qmail@web33307.mail.mud.yahoo.com> Received: from [24.46.186.215] by web33307.mail.mud.yahoo.com via HTTP; Sat, 24 Dec 2005 14:57:21 PST Date: Sat, 24 Dec 2005 14:57:21 -0800 (PST) From: Danial Thom To: rod person , freebsd-questions@freebsd.org In-Reply-To: <20051224172453.0f080843@atomizer.opensourcebeef.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: danial_thom@yahoo.com Subject: Re: BSD Question's. 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: Sat, 24 Dec 2005 22:57:23 -0000 --- rod person wrote: > On Sat, 24 Dec 2005 14:01:53 -0800 (PST) > Danial Thom wrote: > > > > I don't expect you to care, but saying you > > "prefer FreeBSD" and saying "FreeBSD is > better" > > are different animals. I just wanted to know > what > > you could do with FreeBSD that you can't do > with > > Windows. I already know what I can do with > > Windows that I can't do with FreeBSD. > > > > I didn't see the first few emails in this > thread so excuse me > if you have answered this, but what can you do > on Windows > that you can't do on FreeBSD. Other than play > the latest and > greatest games. I'm just wondering. Schwab Streetsmart Accounting Software (CA) Quicken Photoshop Adobe Acrobat (for creating PDFs) Those are the ones I use daily. Surely there are some half-assed alternatives for some of these, but if I have to use something inferior to use FreeBSD then thats a point against it. Also, what you missed, was that I mentioned that you can be relatively sure that any hardware will have drivers for windows, while with FreeBSD you're never quite sure. Its also nice when you get a new printer or scanner to not have a 3 day project to get it to work. The only point I made was that FreeBSD is focused on server functions and that is justified by the simple fact that it will never be as useful as windows; if for no other reason than there simply aren't the resources for FreeBSD to be a good server and also a competitive desktop. DT __________________________________________ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 23:01: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 3F4A116A41F for ; Sat, 24 Dec 2005 23:01:51 +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 BC79943D58 for ; Sat, 24 Dec 2005 23:01:50 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 22071 invoked by uid 502); 24 Dec 2005 23:01:47 -0000 Received: from dsl29226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.116.226) by 0 with SMTP; 24 Dec 2005 23:01:47 -0000 X-CLIENT-IP: 216.227.116.226 X-CLIENT-HOST: dsl29226.ywave.com Message-ID: <43ADD354.9090606@ywave.com> Date: Sat, 24 Dec 2005 15:01:40 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051222) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: pthread problems and ports on fresh 6.0 install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 23:01:51 -0000 I wrote in a few days ago about gpgme not compiling. It had an error about several pthread_* functions. I got around it by installing from packages. Now I can't compile multimedia/gstreamer from ports for the same reason. (Error below). I'm not sure what to do, or even what the problem is... Any help in tracking the problem down is appreciated. I'm running FreeBSD 6.0-RELEASE i386 with the generic kernel installed off CD. Thanks, Micah *** For GPGME error message see: *** http://lists.freebsd.org/pipermail/freebsd-questions/2005-December/108171.html ***Error Message*** cc -shared .libs/libgstspider_la-gstspider.o .libs/libgstspider_la-gstspideridentity.o .libs/libgstspider_la-gstsearchfuncs.o -Wl,--rpath -Wl,/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.11/gst/.libs -Wl,--rpath -Wl,/usr/X11R6/lib -L/usr/local/lib ../../gst/.libs/libgstreamer-0.8.so -march=athlon -Wl,-soname -Wl,libgstspider.so -Wl,-retain-symbols-file -Wl,.libs/libgstspider.exp -o .libs/libgstspider.so creating libgstspider.la (cd .libs && rm -f libgstspider.la && ln -s ../libgstspider.la libgstspider.la) if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-common -g -Wall -DGST_DISABLE_DEPRECATED -I../../libs -I../.. -O2 -fno-strict-aliasing -pipe -O2 -pipe -march=athlon -MT spidertest-spidertest.o -MD -MP -MF ".deps/spidertest-spidertest.Tpo" -c -o spidertest-spidertest.o `test -f 'spidertest.c' || echo './'`spidertest.c; \ then mv -f ".deps/spidertest-spidertest.Tpo" ".deps/spidertest-spidertest.Po"; else rm -f ".deps/spidertest-spidertest.Tpo"; exit 1; fi /bin/sh /usr/local/bin/libtool15 --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -O2 -pipe -march=athlon -L/usr/local/lib -o spidertest spidertest-spidertest.o ../../gst/libgstreamer-0.8.la cc -O2 -fno-strict-aliasing -pipe -O2 -pipe -march=athlon -o .libs/spidertest spidertest-spidertest.o -L/usr/local/lib ../../gst/.libs/libgstreamer-0.8.so -lxml2 -lz -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lpopt -lintl -lm -Wl,--rpath -Wl,/usr/X11R6/lib /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_destroy' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_create' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_init' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_exit' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_equal' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_getschedparam' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_setscope' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_setstacksize' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_setschedparam' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_setdetachstate' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_join' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_cond_timedwait' /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_getschedparam' gmake[4]: *** [spidertest] Error 1 gmake[4]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.11/gst/autoplug' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.11/gst' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.11/gst' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.11' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/gstreamer. # From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 23:04: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 B891E16A41F for ; Sat, 24 Dec 2005 23:04:31 +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 179FC43D60 for ; Sat, 24 Dec 2005 23:04:30 +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 jBON3px4015689; Sat, 24 Dec 2005 15:03:51 -0800 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Sat, 24 Dec 2005 15:04:26 -0800 User-Agent: KMail/1.8.3 References: <200512241219.12940.don.hinton@vanderbilt.edu> <20051224220153.82566.qmail@web33313.mail.mud.yahoo.com> <20051224172453.0f080843@atomizer.opensourcebeef.net> In-Reply-To: <20051224172453.0f080843@atomizer.opensourcebeef.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200512241504.26376.kstewart@owt.com> Cc: rod person , danial_thom@yahoo.com Subject: Re: BSD Question's. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 23:04:31 -0000 On Saturday 24 December 2005 02:24 pm, rod person wrote: > On Sat, 24 Dec 2005 14:01:53 -0800 (PST) > > Danial Thom wrote: > > I don't expect you to care, but saying you > > "prefer FreeBSD" and saying "FreeBSD is better" > > are different animals. I just wanted to know what > > you could do with FreeBSD that you can't do with > > Windows. I already know what I can do with > > Windows that I can't do with FreeBSD. > > I didn't see the first few emails in this thread so excuse me > if you have answered this, but what can you do on Windows > that you can't do on FreeBSD. Other than play the latest and > greatest games. I'm just wondering. Get a real development platform that will also build programs on Unix.=20 Microsoft's developer program will use cvs on Unix, and submit scripts=20 to do the builds. On its bad day, there isn't anything on Unix that=20 comes close and that includes the ones you have to pay to use. Just to be fair, I had to do a conversion from Cray Fortran to non-Cray=20 =46ortran. It was an old program that allocated arrays and used pointers=20 with offsets in the calls to the subroutines. The debugger on FreeBSD=20 would catch the signal error but wouldn't show you the contents of the=20 arrays. MS debug would just error off; however, if you stuck a=20 breakpoint on the call that was blowing up on Unix, you could examine=20 the arrays on Windows and see what caused the errors. It is handy to=20 have them both around :). Kent Kent =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 Sat Dec 24 23:14: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 3F19016A41F for ; Sat, 24 Dec 2005 23:14:24 +0000 (GMT) (envelope-from rowdy@netspace.net.au) Received: from mail.netspace.net.au (cumulus.netspace.net.au [203.10.110.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC7E43D5D for ; Sat, 24 Dec 2005 23:14:20 +0000 (GMT) (envelope-from rowdy@netspace.net.au) Received: from [192.168.2.7] (220-253-38-72.VIC.netspace.net.au [220.253.38.72]) by mail.netspace.net.au (Postfix) with ESMTP id 5EFE77C694; Sun, 25 Dec 2005 10:14:17 +1100 (EST) Message-ID: <43ADD649.1030006@netspace.net.au> Date: Sun, 25 Dec 2005 10:14:17 +1100 From: Rowdy User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: plcplc@gmail.com References: <200512241148.11674.plcplc@gmail.com> In-Reply-To: <200512241148.11674.plcplc@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: umass detected, but da is never created X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 23:14:24 -0000 Philip Lykke Carlsen wrote: > I have this external harddisk kit, and when I plug it in, the system > correctly recognizes it as a umass.. but afterwards, the da device is > never created.. > > this is what I get from the console: > > umass0: vendor 0x05e3 USB TO IDE, rev 2.00/0.33, addr 2 umass0: BBB > reset failed, TIMEOUT umass0: BBB bulk-in clear stall failed, TIMEOUT > > > Also, the very same thing but the timeouts are happening if I connect > an Apple iPod.. > > And for the record, I had this problem with both the generic and my > custom kernel.. both with umass,da,ses,pass compiled in.. > > Any ideas as for how to solve this? Any guidelines and I'd gladly > edit the files in question and submit a patch, when I get it > working.. > > PS, Any other usb-drive I've tried has worked without problems.. Greetings, I have an external USB enclosure into which I can plug either of two IDE hard drives, each in a separate caddy. One works perfectly, the other produces something very similar to the above error fairly consistently, and triggers reboots of the FreeBSD (5.3) box when the enclosure is plugged in or out with the 'broken' caddy inserted. After some experimentation and close examination, it appears that the cable inside the 'broken' caddy may have been slightly damaged. Manipulating the cable (squashing it down into the caddy so the sliding caddy lid does not scrape against it) appears to go some way towards solving the problem. So in my case I would say that it was a hardware (cabling) problem within the caddy, and thus within the USB enclosure. Other USB devices, including the second caddy and a couple of flash drives, seem to work fine. Rowdy