From owner-freebsd-emulation@FreeBSD.ORG Sun Sep 26 01:22:05 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3460106566C for ; Sun, 26 Sep 2010 01:22:05 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id 63ACD8FC12 for ; Sun, 26 Sep 2010 01:22:05 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.4/8.14.4) with ESMTP id o8Q1LVxm037174 for ; Sat, 25 Sep 2010 20:21:32 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Sat, 25 Sep 2010 20:21:31 -0500 (CDT) From: "Sean C. Farley" To: freebsd-emulation@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=2.2 required=4.0 tests=BAYES_00,SPF_SOFTFAIL, TO_NO_BRKTS_DIRECT autolearn=no version=3.3.1 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.farley.org Cc: Subject: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2010 01:22:05 -0000 Here is a patch that adds 2D acceleration. I am not sure if the VirtualBox_LIBS.freebsd line is needed or not, but it does not cause any apparent regressions. I tested this with the Nvidia driver, and it shows improvement within the VM. I do not know how other drivers will work. EXA may be required over XAA. If the patch does not make it through the mailing list filter, it can also be found here: http://people.freebsd.org/~scf/virtualbox-2daccel.patch Sean -- scf@FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Sun Sep 26 02:26:34 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6C13106564A for ; Sun, 26 Sep 2010 02:26:34 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id 5AF078FC08 for ; Sun, 26 Sep 2010 02:26:34 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.4/8.14.4) with ESMTP id o8Q2QW89038089 for ; Sat, 25 Sep 2010 21:26:32 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Sat, 25 Sep 2010 21:26:32 -0500 (CDT) From: "Sean C. Farley" To: freebsd-emulation@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=1.0 required=4.0 tests=AWL,BAYES_00,SPF_SOFTFAIL, TO_NO_BRKTS_DIRECT autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.farley.org Cc: Subject: Attempting to get newer Skype to work (sound) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2010 02:26:34 -0000 I have been attempting to get Skype 2.1.0.81 working on FreeBSD with limited success. A patch is required for a few ioctl's to work. It fixes SOUND_MIXER_INFO and SOUND_OLD_MIXER_INFO to return success instead of defaulting to an error (ENOIOCTL). It also adds an SOUND_MIXER_READ_CAPS ioctl. No errors are seen, but I would definitely like someone else to review this (head[1] and stable[2]). The next piece required is audio/linux-f10-alsa-plugins-oss. Two PR's have a version of this port. I am using the version from ports/147549[3] with some additions for all my system's sound devices. Of course, since things should never be simple, I needed to build a patched version of the binary[4] that incorporated most of the code from ariff@[5]. Testing it with arecord from linux-f10-alsa-utils found in pr/147554[6] demonstrates a working microphone. This is necessary since it is a Linux binary accessing a FreeBSD device directly and not through the compatibility layer. Unfortunately, while sound output works in Skype and the microphone works within arecord, I cannot get Skype to use the microphone correctly. It seems to detect it, but the echo service records nothing. In fact, after the recording portion (several seconds) is over the playback portion lasts less than a second. Video does not work, but that is another adventure. I am currently trying to get Skype to work at the same level it did with the older, more-advanced (supporting OSS) version. :) Suggestions and/or sympathy welcome. Sean 1. http://people.freebsd.org/~scf/sound/linux_ioctl-head.patch 2. http://people.freebsd.org/~scf/sound/linux_ioctl-stable.patch 3. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147549 4. http://people.freebsd.org/~scf/sound/alsa-plugins-oss-1.0.21-3.fc10.i386.rpm 5. http://people.freebsd.org/~ariff/libasound/ 6. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147554 -- scf@FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Sun Sep 26 11:40:43 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1875A106566B; Sun, 26 Sep 2010 11:40:43 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from cp-out3.libero.it (cp-out3.libero.it [212.52.84.103]) by mx1.freebsd.org (Postfix) with ESMTP id A4E1A8FC15; Sun, 26 Sep 2010 11:40:42 +0000 (UTC) Received: from libero.it (192.168.33.214) by cp-out3.libero.it (8.5.107) id 4C8877F601229779; Sun, 26 Sep 2010 13:40:41 +0200 Date: Sun, 26 Sep 2010 13:40:41 +0200 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "barbara" To: "freebsd-emulation" X-XaM3-API-Version: 4.3 (R1) (B3pl25) X-SenderIP: 87.9.34.138 Cc: danfe , pgollucci , bsam Subject: x11/nvidia-driver and graphics/linux-dri74 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2010 11:40:43 -0000 After adding a comment in ports/149873 (still no feedback), I have some q= uestions about x11/nvidia-driver and graphics/linux-dri74 ports. The first is: should x11/nvidia-driver CONFLICTS with graphics/linux-dri7= 4 too? It's not matched in Makefile and the installed files of the latter= are almost the same of the linux-f10-dri port, so why it shouldn't? The second is: the nvidia driver, either downloaded or from ports, rename= s some files (check FIND_FILES in work/NVIDIA*/lib/Makefile), including /= compat/linux/usr/lib/libGL.so.1.2. As far as I can understand, this is the file used to check for the presen= ce of a linux-dri port (default to linux-dri74 for linux_base-f10) in /us= r/ports/Mk/bsd.linux-apps.mk, . How is it possible to install or upgrade a port marked with "USE_LINUX_AP= PS=3D dri" when the nvidia driver is installed? Maybe, a check for nvidia-driver file should be implemented before fallin= g back to linux-dri. Or an option to use nvidia instead of linux-dri shou= ld be implemented. In the meanwhile a workaround could be cd to /compat/linux/usr/lib and if= libGL.so.1.2 doesn't exist, touch it. Then install the linux port and wh= en done remove it. Thanks Barbara From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 27 00:35:02 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 836301065670 for ; Mon, 27 Sep 2010 00:35:02 +0000 (UTC) (envelope-from tomdean@mail.speakeasy.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.48]) by mx1.freebsd.org (Postfix) with ESMTP id 5ED198FC0A for ; Mon, 27 Sep 2010 00:35:02 +0000 (UTC) Received: (qmail 21169 invoked from network); 27 Sep 2010 00:08:21 -0000 Received: from 24-113-192-17.wavecable.com (HELO asus.tddhome) (tomdean@[24.113.192.17]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 27 Sep 2010 00:08:21 -0000 Received: from asus.tddhome (localhost [127.0.0.1]) by asus.tddhome (8.14.4/8.14.4) with ESMTP id o8R08KVJ010492 for ; Sun, 26 Sep 2010 17:08:20 -0700 (PDT) (envelope-from tomdean@asus.tddhome) Received: (from tomdean@localhost) by asus.tddhome (8.14.4/8.14.4/Submit) id o8R08K20010489; Sun, 26 Sep 2010 17:08:20 -0700 (PDT) (envelope-from tomdean) Date: Sun, 26 Sep 2010 17:08:20 -0700 (PDT) Message-Id: <201009270008.o8R08K20010489@asus.tddhome> From: Thomas Dean To: freebsd-emulation@FreeBSD.org Cc: Subject: Using Ubuntu File Systems X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 00:35:02 -0000 I am running FreeBSD 8.1 # uname -a FreeBSD asus.tddhome 8.1-STABLE FreeBSD 8.1-STABLE #1: \ Fri Sep 17 19:09:23 PDT 2010 \ tomdean@asus.tddhome:/usr/src/sys/GENERIC i386 I installed linux_base-f10. # kldstat Id Refs Address Size Name 1 15 0xc0400000 bc324c kernel 2 1 0xc71ea000 26000 linux.ko 3 1 0xc7599000 68000 radeon.ko 4 1 0xc7602000 14000 drm.ko 5 1 0xc7ce3000 10000 ext2fs.ko I have a full Ubuntu 10.04 installation on a dedicated disk, ad6. I want to use eagle on FreeBSD. The FreeBSD port has problems. This is the only linux application I need that I cannot seem to get to work under emulation. If I use compat/linux/sbin/ldconfig to point to the FreeBSD libraries and test the eagle port, # /usr/local/bin/eagle5 /usr/local/share/eagle5/bin/eagle: error while loading shared libraries: /usr/local/lib/libXrender.so.1: ELF file OS ABI invalid # /compat/linux/sbin/ldconfig --print-cache | grep Xrender libXrender.so.1 (ELF) => /usr/local/lib/libXrender.so.1 libXrender.so (ELF) => /usr/local/lib/libXrender.so If I mount Ubuntu file systems on /compat/linux/Ubuntu # chroot /compat/linux sh # /Ubuntu/usr/local/eagle-5.10.0/bin/eagle /Ubuntu/usr/local/eagle-5.10.0/bin/eagle: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory # # cat /etc/ld.so.conf /lib /usr/lib /usr/local/lib /Ubuntu/lib /Ubuntu/usr/lib /Ubuntu/usr/local/lib # rm /etc/ld.so.cache # sbin/ldconfig # /Ubuntu/usr/local/eagle-5.10.0/bin/eagle Segmentation fault How may I get around this? tomdean From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 27 00:53:53 2010 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2A26106564A; Mon, 27 Sep 2010 00:53:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C8D778FC12; Mon, 27 Sep 2010 00:53:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8R0rrt0043862; Mon, 27 Sep 2010 00:53:53 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8R0rrRC043858; Mon, 27 Sep 2010 00:53:53 GMT (envelope-from linimon) Date: Mon, 27 Sep 2010 00:53:53 GMT Message-Id: <201009270053.o8R0rrRC043858@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-emulation@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/150922: [linux] Linux Emulation Segmentation fault (core dumped) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 00:53:54 -0000 Old Synopsis: Linux Emulation Segmentation fault (core dumped) New Synopsis: [linux] Linux Emulation Segmentation fault (core dumped) Responsible-Changed-From-To: freebsd-i386->freebsd-emulation Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 27 00:52:34 UTC 2010 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=150922 From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 27 01:27:04 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D63B106564A for ; Mon, 27 Sep 2010 01:27:04 +0000 (UTC) (envelope-from tomdean@mail.speakeasy.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.49]) by mx1.freebsd.org (Postfix) with ESMTP id 1C1CD8FC18 for ; Mon, 27 Sep 2010 01:27:03 +0000 (UTC) Received: (qmail 23571 invoked from network); 27 Sep 2010 01:27:03 -0000 Received: from 24-113-192-17.wavecable.com (HELO asus.tddhome) (tomdean@[24.113.192.17]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 27 Sep 2010 01:27:03 -0000 Received: from asus.tddhome (localhost [127.0.0.1]) by asus.tddhome (8.14.4/8.14.4) with ESMTP id o8R1R2tj011984; Sun, 26 Sep 2010 18:27:02 -0700 (PDT) (envelope-from tomdean@asus.tddhome) Received: (from tomdean@localhost) by asus.tddhome (8.14.4/8.14.4/Submit) id o8R1R2De011981; Sun, 26 Sep 2010 18:27:02 -0700 (PDT) (envelope-from tomdean) Date: Sun, 26 Sep 2010 18:27:02 -0700 (PDT) Message-Id: <201009270127.o8R1R2De011981@asus.tddhome> From: Thomas Dean To: linimon@freebsd.org In-reply-to: <201009270053.o8R0rrRC043858@freefall.freebsd.org> (linimon@freebsd.org) References: <201009270053.o8R0rrRC043858@freefall.freebsd.org> Cc: freebsd-emulation@freebsd.org Subject: Re: kern/150922: [linux] Linux Emulation Segmentation fault (core dumped) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 01:27:04 -0000 Please mark this a complete. The resolution was to 1. Deinstall linux_base-f10 2. rm -Rf /compat/linux 3. Reinstall linux_base-f10 Sorry, I thought a previous email would result as closing this. tomdean From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 27 04:30:09 2010 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B5FB10656B7; Mon, 27 Sep 2010 04:30:09 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 185AC8FC19; Mon, 27 Sep 2010 04:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8R4U84a061399; Mon, 27 Sep 2010 04:30:08 GMT (envelope-from bsam@freefall.freebsd.org) Received: (from bsam@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8R4U857061395; Mon, 27 Sep 2010 04:30:08 GMT (envelope-from bsam) Date: Mon, 27 Sep 2010 04:30:08 GMT Message-Id: <201009270430.o8R4U857061395@freefall.freebsd.org> To: tomdean@speakeasy.org, bsam@FreeBSD.org, freebsd-emulation@FreeBSD.org From: bsam@FreeBSD.org Cc: Subject: Re: kern/150922: [linux] Linux Emulation Segmentation fault (core dumped) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 04:30:09 -0000 Synopsis: [linux] Linux Emulation Segmentation fault (core dumped) State-Changed-From-To: open->closed State-Changed-By: bsam State-Changed-When: Mon Sep 27 04:29:48 UTC 2010 State-Changed-Why: Closed per submitter's request: http://lists.freebsd.org/pipermail/freebsd-emulation/2010-September/008089.html http://www.freebsd.org/cgi/query-pr.cgi?pr=150922 From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 27 04:36:38 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBE721065672 for ; Mon, 27 Sep 2010 04:36:38 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 7A93B8FC14 for ; Mon, 27 Sep 2010 04:36:38 +0000 (UTC) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1P05S8-000OnM-6E; Mon, 27 Sep 2010 08:36:36 +0400 From: Boris Samorodov To: Thomas Dean References: <201009270053.o8R0rrRC043858@freefall.freebsd.org> <201009270127.o8R1R2De011981@asus.tddhome> Date: Mon, 27 Sep 2010 08:36:35 +0400 In-Reply-To: <201009270127.o8R1R2De011981@asus.tddhome> (Thomas Dean's message of "Sun, 26 Sep 2010 18:27:02 -0700 (PDT)") Message-ID: <75194476@bb.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: kern/150922: [linux] Linux Emulation Segmentation fault (core dumped) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 04:36:38 -0000 On Sun, 26 Sep 2010 18:27:02 -0700 (PDT) Thomas Dean wrote: > Please mark this a complete. The PR is closed now. > The resolution was to > 1. Deinstall linux_base-f10 > 2. rm -Rf /compat/linux > 3. Reinstall linux_base-f10 > Sorry, I thought a previous email would result as closing this. Nope, it's not so easy. ;-) All changes should be documented at the PR itself. I.e. better to send a followup to the PR rather than an email to the maillist (not needed now since I've already closed the PR). -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 27 11:06:53 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A0651065670 for ; Mon, 27 Sep 2010 11:06:53 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1C8A58FC15 for ; Mon, 27 Sep 2010 11:06:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8RB6qKD023438 for ; Mon, 27 Sep 2010 11:06:53 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8RB6qIq023436 for freebsd-emulation@FreeBSD.org; Mon, 27 Sep 2010 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 27 Sep 2010 11:06:52 GMT Message-Id: <201009271106.o8RB6qIq023436@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 11:06:53 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- a kern/150186 emulation [parallels] [panic] Parallels Desktop: CDROM disconnec o kern/149168 emulation [linux] [patch] Linux sendmsg / recvmsg / etc fixes fo o ports/148097 emulation [patch] suggested addition to linux_base-* packages to o ports/148096 emulation emulators/linux_base-* can not be built from ports on o kern/147793 emulation [vmware] [panic] cdrom handling, panic, possible race o kern/146726 emulation [linux] Linux InstallJammer fails to execute on 8-STAB o kern/146237 emulation [linux] Linux binaries not reading directories mounted o kern/145024 emulation [linux] [panic] kernel crash by linux.ko module with n f kern/144763 emulation [linux] [panic] Kernel panic when start linux binaries o ports/142837 emulation [patch] emulators/linux_base-* packages fails to insta o kern/140156 emulation [linux] cdparanoia fails to read drive data f kern/138944 emulation [parallels] [regression] Parallels no longer works in o kern/138880 emulation [linux] munmap segfaults after linux_mmap2 stresstest f ports/137332 emulation add caution messages to some adobe products s ports/136321 emulation x11-toolkits/linux-pango: please update linux based po o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage s kern/133144 emulation [linux] linuxulator 2.6 crashes with nvidias libGL.so. o kern/129169 emulation [linux] [patch] Linux Emulation ENOTCONN error using n o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails f kern/99068 emulation [linux] [patch] Linux emulator crashed by java, when c o kern/86619 emulation [linux] linux emulator interacts oddly with cp o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/36952 emulation [patch] [linux] ldd(1) command of linux does not work o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 28 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 27 12:20:52 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B00BA10656C2 for ; Mon, 27 Sep 2010 12:20:52 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id 656BB8FC19 for ; Mon, 27 Sep 2010 12:20:52 +0000 (UTC) Received: from outgoing.leidinger.net (p57B3BBAB.dip.t-dialin.net [87.179.187.171]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id 712C684400C; Mon, 27 Sep 2010 14:20:47 +0200 (CEST) Received: from webmail.leidinger.net (unknown [IPv6:fd73:10c7:2053:1::2:102]) by outgoing.leidinger.net (Postfix) with ESMTP id 0BB7E1881; Mon, 27 Sep 2010 14:20:43 +0200 (CEST) Received: (from www@localhost) by webmail.leidinger.net (8.14.4/8.13.8/Submit) id o8RCKhAf061647; Mon, 27 Sep 2010 14:20:43 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.ec.europa.eu (pslux.ec.europa.eu [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Mon, 27 Sep 2010 14:20:43 +0200 Message-ID: <20100927142043.18662lg6zktpqbz4@webmail.leidinger.net> Date: Mon, 27 Sep 2010 14:20:43 +0200 From: Alexander Leidinger To: Thomas Dean References: <201009270008.o8R08K20010489@asus.tddhome> In-Reply-To: <201009270008.o8R08K20010489@asus.tddhome> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Dynamic Internet Messaging Program (DIMP) H3 (1.1.4) X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: 712C684400C.A657F X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=1.874, required 6, autolearn=disabled, J_CHICKENPOX_102 0.60, RDNS_NONE 1.27) X-EBL-MailScanner-SpamScore: s X-EBL-MailScanner-From: alexander@leidinger.net X-EBL-MailScanner-Watermark: 1286194849.54824@nuIqBwGctozMHK4l1lJCgQ X-EBL-Spam-Status: No Cc: freebsd-emulation@FreeBSD.org Subject: Re: Using Ubuntu File Systems X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 12:20:52 -0000 Quoting Thomas Dean (from Sun, 26 Sep 2010 17:08:20 -0700 (PDT)): > If I use compat/linux/sbin/ldconfig to point to the FreeBSD libraries > and test the eagle port, Do not point to FreeBSD libraries, you need to point to linux libraries. > # /usr/local/bin/eagle5 > /usr/local/share/eagle5/bin/eagle: error while loading shared > libraries: /usr/local/lib/libXrender.so.1: ELF file OS ABI invalid It finds the FreeBSD libXrender.so.1, not the linux one. > # /compat/linux/sbin/ldconfig --print-cache | grep Xrender > libXrender.so.1 (ELF) => /usr/local/lib/libXrender.so.1 > libXrender.so (ELF) => /usr/local/lib/libXrender.so It needs to find it in /campat/linux, not in /usr/local/lib. > If I mount Ubuntu file systems on /compat/linux/Ubuntu > > # chroot /compat/linux sh > # /Ubuntu/usr/local/eagle-5.10.0/bin/eagle > /Ubuntu/usr/local/eagle-5.10.0/bin/eagle: error while loading shared > libraries: libXrender.so.1: cannot open shared object file: No such > file or directory > # > # cat /etc/ld.so.conf > /lib > /usr/lib > /usr/local/lib > /Ubuntu/lib > /Ubuntu/usr/lib > /Ubuntu/usr/local/lib > > # rm /etc/ld.so.cache > # sbin/ldconfig > # /Ubuntu/usr/local/eagle-5.10.0/bin/eagle > Segmentation fault > > How may I get around this? Find out what causes the segfault. Any info in FreeBSD:/var/log/messages or on the console? If not, install the linux libXrender: # grep libXrender.so /usr/ports/x11/linux-f10-xorg-libs/pkg-plist usr/lib/libXrender.so.1 usr/lib/libXrender.so.1.3.0 Then check with the linux-ldd (probably best from /compat/linux/bin/bash) that no FreeBSD libs are listed. After that start eagle within ktrace and use linux-kdump to have a look what it is doing before the segfault. Bye, Alexander. -- In any world menu, Canada must be considered the vichyssoise of nations -- it's cold, half-French, and difficult to stir. -- Stuart Keate http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 29 12:34:38 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AF801065672 for ; Wed, 29 Sep 2010 12:34:38 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id 7946C8FC18 for ; Wed, 29 Sep 2010 12:34:37 +0000 (UTC) Received: from [91.205.172.21] (helo=secure.bluelife.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1P0vrn-0000ys-Tu; Wed, 29 Sep 2010 14:34:36 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Wed, 29 Sep 2010 12:34:37 +0000 From: Bernhard Froehlich To: "Sean C. Farley" In-Reply-To: References: Message-ID: <29a8508a4d138cace83898e313c1c164@bluelife.at> X-Sender: decke@FreeBSD.org User-Agent: Roundcube Webmail/0.4 X-Spam-Score: -1.0 (-) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" wrote: > Here is a patch that adds 2D acceleration. I am not sure if the > VirtualBox_LIBS.freebsd line is needed or not, but it does not cause any > apparent regressions. I tested this with the Nvidia driver, and it > shows improvement within the VM. I do not know how other drivers will > work. EXA may be required over XAA. > > If the patch does not make it through the mailing list filter, it can > also be found here: > http://people.freebsd.org/~scf/virtualbox-2daccel.patch [...] Content analysis details: (-1.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.4 AWL AWL: From: address is in the auto white-list Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 12:34:38 -0000 On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" wrote: > Here is a patch that adds 2D acceleration. I am not sure if the > VirtualBox_LIBS.freebsd line is needed or not, but it does not cause any > apparent regressions. I tested this with the Nvidia driver, and it > shows improvement within the VM. I do not know how other drivers will > work. EXA may be required over XAA. > > If the patch does not make it through the mailing list filter, it can > also be found here: > http://people.freebsd.org/~scf/virtualbox-2daccel.patch Thanks for the patch! It seems to build fine so I committed it to our testing repository [1] and will do some testing with Intel onboard graphics before committing it to the tree. Could you please reply if you agree that your patch is under the MIT License [2] so that we can send it upstream? Thanks! [1] http://svn.bluelife.at/index.cgi/blueports/revision/?rev=988 [2] http://www.virtualbox.org/wiki/Contributor_information -- Bernhard Froehlich http://www.bluelife.at/ From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 29 14:36:02 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3D1C106566B; Wed, 29 Sep 2010 14:36:02 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id 5FCB38FC1B; Wed, 29 Sep 2010 14:36:02 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.4/8.14.4) with ESMTP id o8TEa1lg025115; Wed, 29 Sep 2010 09:36:01 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Wed, 29 Sep 2010 09:36:01 -0500 (CDT) From: "Sean C. Farley" To: Bernhard Froehlich In-Reply-To: <29a8508a4d138cace83898e313c1c164@bluelife.at> Message-ID: References: <29a8508a4d138cace83898e313c1c164@bluelife.at> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-0.7 required=4.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.farley.org Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 14:36:02 -0000 On Wed, 29 Sep 2010, Bernhard Froehlich wrote: > On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" > wrote: >> Here is a patch that adds 2D acceleration. I am not sure if the >> VirtualBox_LIBS.freebsd line is needed or not, but it does not cause >> any apparent regressions. I tested this with the Nvidia driver, and >> it shows improvement within the VM. I do not know how other drivers >> will work. EXA may be required over XAA. >> >> If the patch does not make it through the mailing list filter, it can >> also be found here: >> http://people.freebsd.org/~scf/virtualbox-2daccel.patch > > Thanks for the patch! It seems to build fine so I committed it to our > testing repository [1] and will do some testing with Intel onboard > graphics before committing it to the tree. You are welcome. > Could you please reply if you agree that your patch is under the MIT > License [2] so that we can send it upstream? I thought it too small of a patch to qualify for a license, however, to make it easier: The patch[1] is available under the MIT license. Sean 1. http://people.freebsd.org/~scf/virtualbox-2daccel.patch -- scf@FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 29 15:32:24 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22E8C106564A for ; Wed, 29 Sep 2010 15:32:24 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id E3DC88FC0A for ; Wed, 29 Sep 2010 15:32:23 +0000 (UTC) Received: from ASSP.nospam (tethys [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id o8TFWNpD003747; Wed, 29 Sep 2010 10:32:23 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 29 Sep 2010 10:32:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 29 Sep 2010 10:32:22 -0500 From: Rusty Nejdl To: "Sean C. Farley" In-Reply-To: References: Message-ID: <82fb3219fb9054da8219eed3f306d1dd@ringofsaturn.com> X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.4-trunk X-Assp-Version: 1.7.5.7(1.0.07) on ASSP.nospam X-Assp-Intended-For-IP: 71.252.219.43 X-Assp-Passing: authenticated X-Assp-ID: ASSP.nospam 74343-11560 X-Assp-Envelope-From: rnejdl@ringofsaturn.com Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 15:32:24 -0000 On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" wrote: > Here is a patch that adds 2D acceleration. I am not sure if the > VirtualBox_LIBS.freebsd line is needed or not, but it does not cause > any apparent regressions. I tested this with the Nvidia driver, and > it shows improvement within the VM. I do not know how other drivers > will work. EXA may be required over XAA. > > If the patch does not make it through the mailing list filter, it can > also be found here: > http://people.freebsd.org/~scf/virtualbox-2daccel.patch > > Sean I've been testing this since you sent it out on 64bit FreeBSD and have seen no issues whatsoever. Not sure about how much speed up though but no stability issues. Sincerely, Rusty Nejdl From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 29 21:03:00 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB00E1065674 for ; Wed, 29 Sep 2010 21:03:00 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5BB248FC22 for ; Wed, 29 Sep 2010 21:02:59 +0000 (UTC) Received: by wya21 with SMTP id 21so41358wya.13 for ; Wed, 29 Sep 2010 14:02:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yHWimVBaCpjUO8d+TAD5blCi4w/STNrR3oOmZzflc9w=; b=Ttsk3oC/A/60ppGszs///Anqx4ZMVBCiMjj78J7Ut3SPVpW+28AVeT2HL908eHy8qq NrhAG/sInGuvVuVtMcw3VVEJ7qShraMI5+wNMV5W0EKY0g5QdEp2l097ufdVg5U0SafV 4fHhDePx4VZ19sZvxP29nO62ClaEe3EtXn3M0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fx9zwlOACiRWnQxlPsQe6i3tSnWaz2Y65MU/zgs0vyURIZvVJjs6xhsXPA6xuNIrtJ kwetxWUWleM7uMuyWiyRkknLPdfhCMXaspDd8mWsMQCgv77k7LZsSAmeNFGYXTeHxWnc TYRMyziODfkZ1TA61gIYv5E7yaQXLSxgzyPRs= MIME-Version: 1.0 Received: by 10.227.138.76 with SMTP id z12mr2113708wbt.60.1285794179250; Wed, 29 Sep 2010 14:02:59 -0700 (PDT) Received: by 10.216.133.133 with HTTP; Wed, 29 Sep 2010 14:02:59 -0700 (PDT) In-Reply-To: References: Date: Wed, 29 Sep 2010 16:02:59 -0500 Message-ID: From: Brandon Gooch To: "Sean C. Farley" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 21:03:01 -0000 On Sat, Sep 25, 2010 at 8:21 PM, Sean C. Farley wrote: > Here is a patch that adds 2D acceleration. =A0I am not sure if the > VirtualBox_LIBS.freebsd line is needed or not, but it does not cause any > apparent regressions. =A0I tested this with the Nvidia driver, and it sho= ws > improvement within the VM. =A0I do not know how other drivers will work. = =A0EXA > may be required over XAA. > > If the patch does not make it through the mailing list filter, it can als= o > be found here: http://people.freebsd.org/~scf/virtualbox-2daccel.patch > > Sean I assume that many of us here in the FreeBSD user community would love to have improvements regarding speed of an already GREAT virtualization platform in VirtualBox; Would it be possible to quantify this improvement? Also, I assume that patch can be applied to the current port, and rebuilt as usual to gain these improvements, correct? Thank you for submitting this! -Brandon From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 29 21:27:26 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0F5E1065670 for ; Wed, 29 Sep 2010 21:27:26 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id 5E2058FC13 for ; Wed, 29 Sep 2010 21:27:26 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.4/8.14.4) with ESMTP id o8TLRO7B038784; Wed, 29 Sep 2010 16:27:25 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Wed, 29 Sep 2010 16:27:24 -0500 (CDT) From: "Sean C. Farley" To: Rusty Nejdl In-Reply-To: <82fb3219fb9054da8219eed3f306d1dd@ringofsaturn.com> Message-ID: References: <82fb3219fb9054da8219eed3f306d1dd@ringofsaturn.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-0.9 required=4.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.farley.org Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 21:27:26 -0000 On Wed, 29 Sep 2010, Rusty Nejdl wrote: > On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" > wrote: >> Here is a patch that adds 2D acceleration. I am not sure if the >> VirtualBox_LIBS.freebsd line is needed or not, but it does not cause >> any apparent regressions. I tested this with the Nvidia driver, and >> it shows improvement within the VM. I do not know how other drivers >> will work. EXA may be required over XAA. >> >> If the patch does not make it through the mailing list filter, it can >> also be found here: >> http://people.freebsd.org/~scf/virtualbox-2daccel.patch > > I've been testing this since you sent it out on 64bit FreeBSD and have > seen no issues whatsoever. Not sure about how much speed up though > but no stability issues. That is good to hear. Sean -- scf@FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 29 21:36:54 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BCD41065697 for ; Wed, 29 Sep 2010 21:36:54 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id ACDA88FC12 for ; Wed, 29 Sep 2010 21:36:53 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.4/8.14.4) with ESMTP id o8TLaqfu038917; Wed, 29 Sep 2010 16:36:52 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Wed, 29 Sep 2010 16:36:52 -0500 (CDT) From: "Sean C. Farley" To: Brandon Gooch In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="56599777-2080251521-1285796212=:30543" X-Spam-Status: No, score=-1.0 required=4.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.farley.org Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 21:36:54 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --56599777-2080251521-1285796212=:30543 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8BIT On Wed, 29 Sep 2010, Brandon Gooch wrote: > On Sat, Sep 25, 2010 at 8:21 PM, Sean C. Farley wrote: >> Here is a patch that adds 2D acceleration.  I am not sure if the >> VirtualBox_LIBS.freebsd line is needed or not, but it does not cause >> any apparent regressions.  I tested this with the Nvidia driver, and >> it shows improvement within the VM.  I do not know how other drivers >> will work.  EXA may be required over XAA. >> >> If the patch does not make it through the mailing list filter, it can >> also be found here: >> http://people.freebsd.org/~scf/virtualbox-2daccel.patch >> >> Sean > > I assume that many of us here in the FreeBSD user community would love > to have improvements regarding speed of an already GREAT > virtualization platform in VirtualBox; Would it be possible to > quantify this improvement? I did not perform any test to truly quantify it. However, applications (games :)) that use DirectDraw within the VM are noticeably faster. For example, the mouse pointer lags a lot less in higher resolutions such as 1280x1024. Unfortunately, there is still some sluggish behavior exhibited. Overall, I prefer running with it enabled as opposed to without it. > Also, I assume that patch can be applied to the current port, and > rebuilt as usual to gain these improvements, correct? It should. The patch patches the port's Makefile and adds a new patch file for use during the building of the port. Just remember to check "Enable 2D Video Acceleration" in the configuration of the VM in question. > Thank you for submitting this! You are welcome. Sean -- scf@FreeBSD.org --56599777-2080251521-1285796212=:30543-- From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 29 22:09:05 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A94C1065674; Wed, 29 Sep 2010 22:09:05 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 166378FC0A; Wed, 29 Sep 2010 22:09:04 +0000 (UTC) Received: from ASSP.nospam (tethys [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id o8TM94j9037652; Wed, 29 Sep 2010 17:09:04 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 29 Sep 2010 17:09:03 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 29 Sep 2010 17:09:03 -0500 From: Rusty Nejdl To: "Sean C. Farley" In-Reply-To: References: <82fb3219fb9054da8219eed3f306d1dd@ringofsaturn.com> Message-ID: <9b2994ac03546972fd1c0d1a4ae64dfa@ringofsaturn.com> X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.4-trunk X-Assp-Version: 1.7.5.7(1.0.07) on ASSP.nospam X-Assp-Intended-For-IP: 71.252.219.43 X-Assp-Passing: authenticated X-Assp-ID: ASSP.nospam 98144-08350 X-Assp-Envelope-From: rnejdl@ringofsaturn.com Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 22:09:05 -0000 On Wed, 29 Sep 2010 16:27:24 -0500 (CDT), "Sean C. Farley" wrote: > On Wed, 29 Sep 2010, Rusty Nejdl wrote: > >> On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" >> wrote: >>> Here is a patch that adds 2D acceleration. I am not sure if the >>> VirtualBox_LIBS.freebsd line is needed or not, but it does not cause >>> any apparent regressions. I tested this with the Nvidia driver, and >>> it shows improvement within the VM. I do not know how other drivers >>> will work. EXA may be required over XAA. >>> If the patch does not make it through the mailing list filter, it >>> can also be found here: >>> http://people.freebsd.org/~scf/virtualbox-2daccel.patch >> >> I've been testing this since you sent it out on 64bit FreeBSD and >> have seen no issues whatsoever. Not sure about how much speed up >> though but no stability issues. > > That is good to hear. > > Sean Just found the enable 2d acceleration checkbox. I only works for Windows clients that you have installed the 2d acceleration drivers. Using it for Diablo II has a noticeable improvement. No mouse stuttering that I have seen since then. Sincerely, Rusty Nejdl From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 29 22:18:15 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEEFD1065693 for ; Wed, 29 Sep 2010 22:18:15 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 71DBB8FC12 for ; Wed, 29 Sep 2010 22:18:15 +0000 (UTC) Received: by gxk8 with SMTP id 8so529705gxk.13 for ; Wed, 29 Sep 2010 15:18:14 -0700 (PDT) Received: by 10.100.86.4 with SMTP id j4mr2654973anb.230.1285798694654; Wed, 29 Sep 2010 15:18:14 -0700 (PDT) Received: from papi.localnet ([189.70.198.188]) by mx.google.com with ESMTPS id c7sm10883759ana.18.2010.09.29.15.18.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Sep 2010 15:18:13 -0700 (PDT) From: Mario Lobo To: freebsd-emulation@freebsd.org Date: Wed, 29 Sep 2010 19:16:37 -0300 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <9b2994ac03546972fd1c0d1a4ae64dfa@ringofsaturn.com> In-Reply-To: <9b2994ac03546972fd1c0d1a4ae64dfa@ringofsaturn.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201009291916.37723.lobo@bsd.com.br> Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 22:18:15 -0000 On Wednesday 29 September 2010 19:09:03 Rusty Nejdl wrote: > On Wed, 29 Sep 2010 16:27:24 -0500 (CDT), "Sean C. Farley" > > wrote: > > On Wed, 29 Sep 2010, Rusty Nejdl wrote: > >> On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" > >> > >> wrote: > >>> Here is a patch that adds 2D acceleration. I am not sure if the > >>> VirtualBox_LIBS.freebsd line is needed or not, but it does not cause > >>> any apparent regressions. I tested this with the Nvidia driver, and > >>> it shows improvement within the VM. I do not know how other drivers > >>> will work. EXA may be required over XAA. > >>> If the patch does not make it through the mailing list filter, it > >>> can also be found here: > >>> http://people.freebsd.org/~scf/virtualbox-2daccel.patch > >> > >> I've been testing this since you sent it out on 64bit FreeBSD and > >> have seen no issues whatsoever. Not sure about how much speed up > >> though but no stability issues. > > > > That is good to hear. > > > > Sean > > Just found the enable 2d acceleration checkbox. I only works for > Windows clients that you have installed the 2d acceleration drivers. > Using it for Diablo II has a noticeable improvement. No mouse > stuttering that I have seen since then. > > Sincerely, > Rusty Nejdl Hi Rusty ! Good to "hear" you. When you 2d accel drivers, do you mean the guest additions video driver? Thanks Sean! simple but great patch ! -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winfoes FREE) From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 29 22:31:30 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13EE0106564A for ; Wed, 29 Sep 2010 22:31:30 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id CC8618FC13 for ; Wed, 29 Sep 2010 22:31:29 +0000 (UTC) Received: by gxk8 with SMTP id 8so531920gxk.13 for ; Wed, 29 Sep 2010 15:31:29 -0700 (PDT) Received: by 10.100.153.15 with SMTP id a15mr2708061ane.179.1285799488918; Wed, 29 Sep 2010 15:31:28 -0700 (PDT) Received: from papi.localnet ([189.70.198.188]) by mx.google.com with ESMTPS id h5sm10898018anb.8.2010.09.29.15.31.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Sep 2010 15:31:28 -0700 (PDT) From: Mario Lobo To: freebsd-emulation@freebsd.org Date: Wed, 29 Sep 2010 19:29:52 -0300 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <9b2994ac03546972fd1c0d1a4ae64dfa@ringofsaturn.com> In-Reply-To: <9b2994ac03546972fd1c0d1a4ae64dfa@ringofsaturn.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201009291929.52476.lobo@bsd.com.br> Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 22:31:30 -0000 On Wednesday 29 September 2010 19:09:03 Rusty Nejdl wrote: > On Wed, 29 Sep 2010 16:27:24 -0500 (CDT), "Sean C. Farley" > > wrote: > > On Wed, 29 Sep 2010, Rusty Nejdl wrote: > >> On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" > >> > >> wrote: > >>> Here is a patch that adds 2D acceleration. I am not sure if the > >>> VirtualBox_LIBS.freebsd line is needed or not, but it does not cause > >>> any apparent regressions. I tested this with the Nvidia driver, and > >>> it shows improvement within the VM. I do not know how other drivers > >>> will work. EXA may be required over XAA. > >>> If the patch does not make it through the mailing list filter, it > >>> can also be found here: > >>> http://people.freebsd.org/~scf/virtualbox-2daccel.patch > >> > >> I've been testing this since you sent it out on 64bit FreeBSD and > >> have seen no issues whatsoever. Not sure about how much speed up > >> though but no stability issues. > > > > That is good to hear. > > > > Sean > > Just found the enable 2d acceleration checkbox. I only works for > Windows clients that you have installed the 2d acceleration drivers. > Using it for Diablo II has a noticeable improvement. No mouse > stuttering that I have seen since then. > > Sincerely, > Rusty Nejdl > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to > "freebsd-emulation-unsubscribe@freebsd.org" Just found something. On a win 7 guest. When I tried to refresh the "Windows Experience Index", the VM was summarily closed midway through the process. No crash or abort warnings of any kind. No host disturbance whatsoever however. Without the 2d enebled, the refresh runs without problems. FreeBSD amd 64 8G Ram Nvidia driver 256.52 -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winfoes FREE) From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 30 00:53:12 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id 7DF3F106566B; Thu, 30 Sep 2010 00:53:12 +0000 (UTC) Date: Thu, 30 Sep 2010 00:53:12 +0000 From: Alexander Best To: freebsd-emulation@freebsd.org Message-ID: <20100930005312.GA47505@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Flash Player "Square" Preview Release - a new hope X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 00:53:16 -0000 hi there, i just sumbled upon this new flash player release by adobe: http://labs.adobe.com/downloads/flashplayer10.html i might be making an idiot out of myself, because this might have been discussed beforehand, but oh well... ;) i went for the "32-bit Content Debugger Players Linux" version and after throwing it at nspluginwrapper everything works fine so far. i haven't experienced any segfaults (i'm sure anybody running flash 8-10 knows what I'm talking about ;)). anybody else tried it yet? i'm running chromium 5.0.375.127 btw (built with base gcc (4.2.x)). cheers. alex -- a13x From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 30 03:38:20 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C8A51065674 for ; Thu, 30 Sep 2010 03:38:20 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id ED33F8FC08 for ; Thu, 30 Sep 2010 03:38:19 +0000 (UTC) Received: from ASSP.nospam (tethys [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id o8U3cGCt062319; Wed, 29 Sep 2010 22:38:17 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 29 Sep 2010 22:38:15 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 29 Sep 2010 22:38:15 -0500 From: Rusty Nejdl To: Mario Lobo In-Reply-To: <201009291929.52476.lobo@bsd.com.br> References: <9b2994ac03546972fd1c0d1a4ae64dfa@ringofsaturn.com> <201009291929.52476.lobo@bsd.com.br> Message-ID: X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.4-trunk X-Assp-Version: 1.7.5.7(1.0.07) on ASSP.nospam X-Assp-Intended-For-IP: 71.252.219.43 X-Assp-Passing: authenticated X-Assp-ID: ASSP.nospam 17896-00496 X-Assp-Envelope-From: rnejdl@ringofsaturn.com Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 03:38:20 -0000 > > Just found something. > > On a win 7 guest. When I tried to refresh the "Windows Experience > Index", the > VM was summarily closed midway through the process. No crash or abort > warnings > of any kind. No host disturbance whatsoever however. > > Without the 2d enebled, the refresh runs without problems. > > FreeBSD amd 64 8G Ram > Nvidia driver 256.52 Mario, I can confirm the exact same behavior. I didn't have the guest additions installed earlier on Windows 7 so the Windows Experience Index ran correctly but gave graphics a 1. I installed guest additions in safe mode with the experimental 3d support and then rebooted. Running the test this time closed the VM just as you saw. Rusty From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 30 04:56:38 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAA2A106566B for ; Thu, 30 Sep 2010 04:56:38 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4D2FF8FC1C for ; Thu, 30 Sep 2010 04:56:03 +0000 (UTC) Received: by wwi17 with SMTP id 17so244726wwi.1 for ; Wed, 29 Sep 2010 21:56:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=g+1feyAIc81zn9cyqV6KTwJQ23Yym88ikDphLXDL730=; b=bHVl2NIk9af5iRk+cX4jBAx6avip7VNLHW2S4S8oT85TD2WEBxpSM6NNaCJtOl1ZUf AZCV1ePzS9ZqeW9l+i3wVoKgBleZpCAiLz9a11wqpHSxHW4LyDSKfb1g/iAlJ8ShFjHa OrUYOLagCi88FoskjvaPZx+F8bHeWA7ZAmmHc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=SmtiC8nyckrNfIVQcWjSU2sPInUi28im3RNXlH4Mc1UARxWhRbyABmurOpSWHk9d7j LdHHs6H1RBxjnu/rHa3UPlEE3h2dcrPlTto8/F3LP3Nketa/2rm3RslFNkhryHkiZBDT mbl/46+f820eFoPQNIDHzMGeKXqgOb2bHbL5E= MIME-Version: 1.0 Received: by 10.216.48.146 with SMTP id v18mr2404458web.56.1285822559887; Wed, 29 Sep 2010 21:55:59 -0700 (PDT) Received: by 10.216.133.133 with HTTP; Wed, 29 Sep 2010 21:55:59 -0700 (PDT) In-Reply-To: <20100930005312.GA47505@freebsd.org> References: <20100930005312.GA47505@freebsd.org> Date: Wed, 29 Sep 2010 23:55:59 -0500 Message-ID: From: Brandon Gooch To: Alexander Best Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-emulation@freebsd.org Subject: Re: Flash Player "Square" Preview Release - a new hope X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 04:56:38 -0000 On Wed, Sep 29, 2010 at 7:53 PM, Alexander Best wrote: > hi there, > > i just sumbled upon this new flash player release by adobe: > > http://labs.adobe.com/downloads/flashplayer10.html > > i might be making an idiot out of myself, because this might have been > discussed beforehand, but oh well... ;) > > i went for the "32-bit Content Debugger Players Linux" version and after > throwing it at nspluginwrapper everything works fine so far. i haven't > experienced any segfaults (i'm sure anybody running flash 8-10 knows what I'm > talking about ;)). > > anybody else tried it yet? i'm running chromium 5.0.375.127 btw (built with > base gcc (4.2.x)). > > cheers. > alex > Firefox 3.6.10 here (on 8-STABLE amd64 and 8.1-RELEASE-p1 i386). I'm using the Linux version found under "32-bit Release Players". The "32-bit Content Debugger Player" was wreaking serious havok :( With the "Release" player, it's still dumping core randomly, although much less often than usual. Very cool :) So, what's really going on with the npviewer.bin dumps? Is FreeBSD missing some magic from the linuxulator code, or is the Flash plugin really just THAT crappy? I don't recall that it was any better on Ubuntu to be honest... Thanks for the link Alexander! -Brandon From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 30 05:03:59 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DC3C1065674 for ; Thu, 30 Sep 2010 05:03:59 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 244EE8FC1D for ; Thu, 30 Sep 2010 05:03:58 +0000 (UTC) Received: by wyb34 with SMTP id 34so63100wyb.13 for ; Wed, 29 Sep 2010 22:03:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=g+1feyAIc81zn9cyqV6KTwJQ23Yym88ikDphLXDL730=; b=bHVl2NIk9af5iRk+cX4jBAx6avip7VNLHW2S4S8oT85TD2WEBxpSM6NNaCJtOl1ZUf AZCV1ePzS9ZqeW9l+i3wVoKgBleZpCAiLz9a11wqpHSxHW4LyDSKfb1g/iAlJ8ShFjHa OrUYOLagCi88FoskjvaPZx+F8bHeWA7ZAmmHc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=SmtiC8nyckrNfIVQcWjSU2sPInUi28im3RNXlH4Mc1UARxWhRbyABmurOpSWHk9d7j LdHHs6H1RBxjnu/rHa3UPlEE3h2dcrPlTto8/F3LP3Nketa/2rm3RslFNkhryHkiZBDT mbl/46+f820eFoPQNIDHzMGeKXqgOb2bHbL5E= MIME-Version: 1.0 Received: by 10.216.48.146 with SMTP id v18mr2404458web.56.1285822559887; Wed, 29 Sep 2010 21:55:59 -0700 (PDT) Received: by 10.216.133.133 with HTTP; Wed, 29 Sep 2010 21:55:59 -0700 (PDT) In-Reply-To: <20100930005312.GA47505@freebsd.org> References: <20100930005312.GA47505@freebsd.org> Date: Wed, 29 Sep 2010 23:55:59 -0500 Message-ID: From: Brandon Gooch To: Alexander Best Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-emulation@freebsd.org Subject: Re: Flash Player "Square" Preview Release - a new hope X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 05:03:59 -0000 On Wed, Sep 29, 2010 at 7:53 PM, Alexander Best wrote: > hi there, > > i just sumbled upon this new flash player release by adobe: > > http://labs.adobe.com/downloads/flashplayer10.html > > i might be making an idiot out of myself, because this might have been > discussed beforehand, but oh well... ;) > > i went for the "32-bit Content Debugger Players Linux" version and after > throwing it at nspluginwrapper everything works fine so far. i haven't > experienced any segfaults (i'm sure anybody running flash 8-10 knows what I'm > talking about ;)). > > anybody else tried it yet? i'm running chromium 5.0.375.127 btw (built with > base gcc (4.2.x)). > > cheers. > alex > Firefox 3.6.10 here (on 8-STABLE amd64 and 8.1-RELEASE-p1 i386). I'm using the Linux version found under "32-bit Release Players". The "32-bit Content Debugger Player" was wreaking serious havok :( With the "Release" player, it's still dumping core randomly, although much less often than usual. Very cool :) So, what's really going on with the npviewer.bin dumps? Is FreeBSD missing some magic from the linuxulator code, or is the Flash plugin really just THAT crappy? I don't recall that it was any better on Ubuntu to be honest... Thanks for the link Alexander! -Brandon From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 30 08:17:28 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ADBB1065695; Thu, 30 Sep 2010 08:17:28 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id A2DAC8FC12; Thu, 30 Sep 2010 08:17:27 +0000 (UTC) Received: by fxm9 with SMTP id 9so1395493fxm.13 for ; Thu, 30 Sep 2010 01:17:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=F8cVvGy+1txL2bFk9njP/uO9dpacPURG7UIOslXEyaA=; b=mUVslQlhYD0GzmGE1aopJdjyTh/x0a5ZpvCJnjpkWrxPINHJ2zn4mFwM4uFMEE5cVF buOo77iOsOZrQV4wdKtsespAddgi2K8T/y6vOndinVHDY4TWtTd7cBaPUjAdT8xPd4/q qyjJC5sGUigHsIdOpJQLDyAaATO6QFa7i+c84= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=T9w1hHtcuxAFzm3/Ah7NxbKWLNQxTkhZnsGYWTT1KOT+M8pG6ZhM/djNsnQdrVzYmo a8CWOFtmRzM3faopaD9dU4T9SMT4m6z7rCMrp0Esi3LRq2D5aadF1ShjRdlqI8/wCuEI T0O8Nj/UfDtyJG3npyPSXygozDUm9TwY2h0iQ= Received: by 10.223.118.73 with SMTP id u9mr3175431faq.36.1285833097982; Thu, 30 Sep 2010 00:51:37 -0700 (PDT) Received: from ernst.jennejohn.org (p578E2D6A.dip.t-dialin.net [87.142.45.106]) by mx.google.com with ESMTPS id b9sm4341784faq.31.2010.09.30.00.51.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Sep 2010 00:51:37 -0700 (PDT) Date: Thu, 30 Sep 2010 09:51:35 +0200 From: Gary Jennejohn To: Brandon Gooch Message-ID: <20100930095135.6d797e37@ernst.jennejohn.org> In-Reply-To: References: <20100930005312.GA47505@freebsd.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Alexander Best , freebsd-emulation@freebsd.org Subject: Re: Flash Player "Square" Preview Release - a new hope X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 08:17:28 -0000 On Wed, 29 Sep 2010 23:55:59 -0500 Brandon Gooch wrote: > On Wed, Sep 29, 2010 at 7:53 PM, Alexander Best wrote: > > hi there, > > > > i just sumbled upon this new flash player release by adobe: > > > > http://labs.adobe.com/downloads/flashplayer10.html > > > > i might be making an idiot out of myself, because this might have been > > discussed beforehand, but oh well... ;) > > > > i went for the "32-bit Content Debugger Players Linux" version and after > > throwing it at nspluginwrapper everything works fine so far. i haven't > > experienced any segfaults (i'm sure anybody running flash 8-10 knows what I'm > > talking about ;)). > > > > anybody else tried it yet? i'm running chromium 5.0.375.127 btw (built with > > base gcc (4.2.x)). > > > > cheers. > > alex > > > > Firefox 3.6.10 here (on 8-STABLE amd64 and 8.1-RELEASE-p1 i386). > > I'm using the Linux version found under "32-bit Release Players". The > "32-bit Content Debugger Player" was wreaking serious havok :( > > With the "Release" player, it's still dumping core randomly, although > much less often than usual. Very cool :) > > So, what's really going on with the npviewer.bin dumps? Is FreeBSD > missing some magic from the linuxulator code, or is the Flash plugin > really just THAT crappy? > I'm using linux-opera and the operapluginwrapper also dumps core now and then. It doesn't seem to be specific to npviewer.bin. -- Gary Jennejohn From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 30 11:26:11 2010 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87E781065673 for ; Thu, 30 Sep 2010 11:26:11 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 48B148FC17 for ; Thu, 30 Sep 2010 11:26:10 +0000 (UTC) Received: by mail.droso.net (Postfix, from userid 1001) id 600671CC60; Thu, 30 Sep 2010 13:26:09 +0200 (CEST) Date: Thu, 30 Sep 2010 13:26:09 +0200 From: Erwin Lansing To: emulation@FreeBSD.org Message-ID: <20100930112608.GV77643@droso.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QfPW8fNxh+WKMpMU" Content-Disposition: inline X-Operating-System: FreeBSD/i386 7.3-STABLE User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: [ports-i386@FreeBSD.org: linux_base-f9-9_1,1 failed on i386 8-exp] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 11:26:11 -0000 --QfPW8fNxh+WKMpMU Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, -erwin ----- Forwarded message from User Ports-i386 ----- Date: Thu, 30 Sep 2010 11:23:56 GMT =46rom: User Ports-i386 To: erwin@FreeBSD.org, miwi@FreeBSD.org, itetcu@FreeBSD.org Subject: linux_base-f9-9_1,1 failed on i386 8-exp Excerpt from the build log at http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8-exp.20090507142= 441/linux_base-f9-9_1,1.log building linux_base-f9-9_1,1 on hobson7.isc.freebsd.org in directory /usr2/pkgbuild/8-exp/20100928161816/chroot/1606 building for: 8.0-RELEASE-p5 i386 maintained by: emulation@FreeBSD.org port directory: /usr/ports/emulators/linux_base-f9 Makefile ident: $FreeBSD: ports/emulators/linux_base-f9/Makefile,v 1.56 200= 9/09/09 09:37:33 bsam Exp $ [... lines trimmed ...] fetch: ftp://ftp.heanet.ie/pub/fedora/linux/core/../updates/9/i386.newkey/e= lfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.heanet.ie/pub/fedora/linux/core/../= releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.heanet.ie/pub/fedora/linux/core/../releases/9/Everything/i= 386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.heanet.ie/pub/fedora/linux/core/../= updates/9/SRPMS.newkey/. fetch: ftp://ftp.heanet.ie/pub/fedora/linux/core/../updates/9/SRPMS.newkey/= elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.heanet.ie/pub/fedora/linux/core/../= releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.heanet.ie/pub/fedora/linux/core/../releases/9/Everything/s= ource/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.esat.net/pub/linux/fedora/../updat= es/9/i386.newkey/. fetch: http://ftp.esat.net/pub/linux/fedora/../updates/9/i386.newkey/elfuti= ls-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.esat.net/pub/linux/fedora/../relea= ses/9/Everything/i386/os/Packages/. fetch: http://ftp.esat.net/pub/linux/fedora/../releases/9/Everything/i386/o= s/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.esat.net/pub/linux/fedora/../updat= es/9/SRPMS.newkey/. fetch: http://ftp.esat.net/pub/linux/fedora/../updates/9/SRPMS.newkey/elfut= ils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.esat.net/pub/linux/fedora/../relea= ses/9/Everything/source/SRPMS//. fetch: http://ftp.esat.net/pub/linux/fedora/../releases/9/Everything/source= /SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.esat.net/pub/linux/fedora/../update= s/9/i386.newkey/. fetch: ftp://ftp.esat.net/pub/linux/fedora/../updates/9/i386.newkey/elfutil= s-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.esat.net/pub/linux/fedora/../releas= es/9/Everything/i386/os/Packages/. fetch: ftp://ftp.esat.net/pub/linux/fedora/../releases/9/Everything/i386/os= /Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not fo= und, no access) =3D> Attempting to fetch from ftp://ftp.esat.net/pub/linux/fedora/../update= s/9/SRPMS.newkey/. fetch: ftp://ftp.esat.net/pub/linux/fedora/../updates/9/SRPMS.newkey/elfuti= ls-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.esat.net/pub/linux/fedora/../releas= es/9/Everything/source/SRPMS//. fetch: ftp://ftp.esat.net/pub/linux/fedora/../releases/9/Everything/source/= SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found= , no access) =3D> Attempting to fetch from ftp://alviss.et.tudelft.nl/pub/fedora/core/..= /updates/9/i386.newkey/. fetch: ftp://alviss.et.tudelft.nl/pub/fedora/core/../updates/9/i386.newkey/= elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://alviss.et.tudelft.nl/pub/fedora/core/..= /releases/9/Everything/i386/os/Packages/. fetch: ftp://alviss.et.tudelft.nl/pub/fedora/core/../releases/9/Everything/= i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://alviss.et.tudelft.nl/pub/fedora/core/..= /updates/9/SRPMS.newkey/. fetch: ftp://alviss.et.tudelft.nl/pub/fedora/core/../updates/9/SRPMS.newkey= /elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://alviss.et.tudelft.nl/pub/fedora/core/..= /releases/9/Everything/source/SRPMS//. fetch: ftp://alviss.et.tudelft.nl/pub/fedora/core/../releases/9/Everything/= source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file no= t found, no access) =3D> Attempting to fetch from http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/= fedora/linux/core/../updates/9/i386.newkey/. fetch: http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/fedora/linux/core/../up= dates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/= fedora/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/fedora/linux/core/../re= leases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/= fedora/linux/core/../updates/9/SRPMS.newkey/. fetch: http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/fedora/linux/core/../up= dates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/= fedora/linux/core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.surfnet.nl/ftp/pub/os/Linux/distr/fedora/linux/core/../re= leases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedor= a/linux/core/../updates/9/i386.newkey/. fetch: ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedora/linux/core/../updates= /9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file n= ot found, no access) =3D> Attempting to fetch from ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedor= a/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedora/linux/core/../release= s/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedor= a/linux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedora/linux/core/../updates= /9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedor= a/linux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.surfnet.nl/pub/os/Linux/distr/fedora/linux/core/../release= s/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable= (e.g., file not found, no access) =3D> Attempting to fetch from http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fe= dora/linux/core/../updates/9/i386.newkey/. fetch: http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fedora/linux/core/../upda= tes/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fe= dora/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fedora/linux/core/../rele= ases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fe= dora/linux/core/../updates/9/SRPMS.newkey/. fetch: http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fedora/linux/core/../upda= tes/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fe= dora/linux/core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.nluug.nl/ftp/pub/os/Linux/distr/fedora/linux/core/../rele= ases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora/= linux/core/../updates/9/i386.newkey/. fetch: ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/core/../updates/9= /i386.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not= found, no access) =3D> Attempting to fetch from ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora/= linux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/core/../releases/= 9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora/= linux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/core/../updates/9= /SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file no= t found, no access) =3D> Attempting to fetch from ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora/= linux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/core/../releases/= 9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (= e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.uninett.no/pub/linux/Fedora/core/..= /updates/9/i386.newkey/. fetch: ftp://ftp.uninett.no/pub/linux/Fedora/core/../updates/9/i386.newkey/= elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.uninett.no/pub/linux/Fedora/core/..= /releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.uninett.no/pub/linux/Fedora/core/../releases/9/Everything/= i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.uninett.no/pub/linux/Fedora/core/..= /updates/9/SRPMS.newkey/. fetch: ftp://ftp.uninett.no/pub/linux/Fedora/core/../updates/9/SRPMS.newkey= /elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.uninett.no/pub/linux/Fedora/core/..= /releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.uninett.no/pub/linux/Fedora/core/../releases/9/Everything/= source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.man.poznan.pl/pub/linux/fedora/cor= e/../updates/9/i386.newkey/. fetch: http://ftp.man.poznan.pl/pub/linux/fedora/core/../updates/9/i386.new= key/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.man.poznan.pl/pub/linux/fedora/cor= e/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.man.poznan.pl/pub/linux/fedora/core/../releases/9/Everyth= ing/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.man.poznan.pl/pub/linux/fedora/cor= e/../updates/9/SRPMS.newkey/. fetch: http://ftp.man.poznan.pl/pub/linux/fedora/core/../updates/9/SRPMS.ne= wkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.man.poznan.pl/pub/linux/fedora/cor= e/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.man.poznan.pl/pub/linux/fedora/core/../releases/9/Everyth= ing/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.man.poznan.pl/pub/linux/fedora/../u= pdates/9/i386.newkey/. fetch: ftp://ftp.man.poznan.pl/pub/linux/fedora/../updates/9/i386.newkey/el= futils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no acce= ss) =3D> Attempting to fetch from ftp://ftp.man.poznan.pl/pub/linux/fedora/../r= eleases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.man.poznan.pl/pub/linux/fedora/../releases/9/Everything/i3= 86/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file n= ot found, no access) =3D> Attempting to fetch from ftp://ftp.man.poznan.pl/pub/linux/fedora/../u= pdates/9/SRPMS.newkey/. fetch: ftp://ftp.man.poznan.pl/pub/linux/fedora/../updates/9/SRPMS.newkey/e= lfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no acc= ess) =3D> Attempting to fetch from ftp://ftp.man.poznan.pl/pub/linux/fedora/../r= eleases/9/Everything/source/SRPMS//. fetch: ftp://ftp.man.poznan.pl/pub/linux/fedora/../releases/9/Everything/so= urce/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not = found, no access) =3D> Attempting to fetch from http://ftp.ps.pl/pub/linux/fedora-core/../upd= ates/9/i386.newkey/. fetch: http://ftp.ps.pl/pub/linux/fedora-core/../updates/9/i386.newkey/elfu= tils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.ps.pl/pub/linux/fedora-core/../rel= eases/9/Everything/i386/os/Packages/. fetch: http://ftp.ps.pl/pub/linux/fedora-core/../releases/9/Everything/i386= /os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.ps.pl/pub/linux/fedora-core/../upd= ates/9/SRPMS.newkey/. fetch: http://ftp.ps.pl/pub/linux/fedora-core/../updates/9/SRPMS.newkey/elf= utils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.ps.pl/pub/linux/fedora-core/../rel= eases/9/Everything/source/SRPMS//. fetch: http://ftp.ps.pl/pub/linux/fedora-core/../releases/9/Everything/sour= ce/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.ps.pl/pub/linux/fedora-core/../upda= tes/9/i386.newkey/. fetch: ftp://ftp.ps.pl/pub/linux/fedora-core/../updates/9/i386.newkey/elfut= ils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.ps.pl/pub/linux/fedora-core/../rele= ases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.ps.pl/pub/linux/fedora-core/../releases/9/Everything/i386/= os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not = found, no access) =3D> Attempting to fetch from ftp://ftp.ps.pl/pub/linux/fedora-core/../upda= tes/9/SRPMS.newkey/. fetch: ftp://ftp.ps.pl/pub/linux/fedora-core/../updates/9/SRPMS.newkey/elfu= tils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.ps.pl/pub/linux/fedora-core/../rele= ases/9/Everything/source/SRPMS//. fetch: ftp://ftp.ps.pl/pub/linux/fedora-core/../releases/9/Everything/sourc= e/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not fou= nd, no access) =3D> Attempting to fetch from ftp://ftp.kappa.ro/pub/Linux/Distributions/fe= dora/../updates/9/i386.newkey/. fetch: ftp://ftp.kappa.ro/pub/Linux/Distributions/fedora/../updates/9/i386.= newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found= , no access) =3D> Attempting to fetch from ftp://ftp.kappa.ro/pub/Linux/Distributions/fe= dora/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.kappa.ro/pub/Linux/Distributions/fedora/../releases/9/Ever= ything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g= =2E, file not found, no access) =3D> Attempting to fetch from ftp://ftp.kappa.ro/pub/Linux/Distributions/fe= dora/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.kappa.ro/pub/Linux/Distributions/fedora/../updates/9/SRPMS= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not fo= und, no access) =3D> Attempting to fetch from ftp://ftp.kappa.ro/pub/Linux/Distributions/fe= dora/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.kappa.ro/pub/Linux/Distributions/fedora/../releases/9/Ever= ything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., = file not found, no access) =3D> Attempting to fetch from http://mirror.etf.bg.ac.yu/fedora/../updates/= 9/i386.newkey/. fetch: http://mirror.etf.bg.ac.yu/fedora/../updates/9/i386.newkey/elfutils-= 0.140-1.fc9.src.rpm: No address record =3D> Attempting to fetch from http://mirror.etf.bg.ac.yu/fedora/../releases= /9/Everything/i386/os/Packages/. fetch: http://mirror.etf.bg.ac.yu/fedora/../releases/9/Everything/i386/os/P= ackages/elfutils-0.140-1.fc9.src.rpm: No address record =3D> Attempting to fetch from http://mirror.etf.bg.ac.yu/fedora/../updates/= 9/SRPMS.newkey/. fetch: http://mirror.etf.bg.ac.yu/fedora/../updates/9/SRPMS.newkey/elfutils= -0.140-1.fc9.src.rpm: No address record =3D> Attempting to fetch from http://mirror.etf.bg.ac.yu/fedora/../releases= /9/Everything/source/SRPMS//. fetch: http://mirror.etf.bg.ac.yu/fedora/../releases/9/Everything/source/SR= PMS//elfutils-0.140-1.fc9.src.rpm: No address record =3D> Attempting to fetch from ftp://mirror.etf.bg.ac.yu/fedora/../updates/9= /i386.newkey/. fetch: ftp://mirror.etf.bg.ac.yu/fedora/../updates/9/i386.newkey/elfutils-0= =2E140-1.fc9.src.rpm: No address record =3D> Attempting to fetch from ftp://mirror.etf.bg.ac.yu/fedora/../releases/= 9/Everything/i386/os/Packages/. fetch: ftp://mirror.etf.bg.ac.yu/fedora/../releases/9/Everything/i386/os/Pa= ckages/elfutils-0.140-1.fc9.src.rpm: No address record =3D> Attempting to fetch from ftp://mirror.etf.bg.ac.yu/fedora/../updates/9= /SRPMS.newkey/. fetch: ftp://mirror.etf.bg.ac.yu/fedora/../updates/9/SRPMS.newkey/elfutils-= 0.140-1.fc9.src.rpm: No address record =3D> Attempting to fetch from ftp://mirror.etf.bg.ac.yu/fedora/../releases/= 9/Everything/source/SRPMS//. fetch: ftp://mirror.etf.bg.ac.yu/fedora/../releases/9/Everything/source/SRP= MS//elfutils-0.140-1.fc9.src.rpm: No address record =3D> Attempting to fetch from http://www.mirrorservice.org/sites/download.f= edora.redhat.com/pub/fedora/linux/core/../updates/9/i386.newkey/. fetch: http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fe= dora/linux/core/../updates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not = Found =3D> Attempting to fetch from http://www.mirrorservice.org/sites/download.f= edora.redhat.com/pub/fedora/linux/core/../releases/9/Everything/i386/os/Pac= kages/. fetch: http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fe= dora/linux/core/../releases/9/Everything/i386/os/Packages/elfutils-0.140-1.= fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.mirrorservice.org/sites/download.f= edora.redhat.com/pub/fedora/linux/core/../updates/9/SRPMS.newkey/. fetch: http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fe= dora/linux/core/../updates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not= Found =3D> Attempting to fetch from http://www.mirrorservice.org/sites/download.f= edora.redhat.com/pub/fedora/linux/core/../releases/9/Everything/source/SRPM= S//. fetch: http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fe= dora/linux/core/../releases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9= =2Esrc.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.mirrorservice.org/sites/download.fe= dora.redhat.com/pub/fedora/linux/core/../updates/9/i386.newkey/. fetch: ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fed= ora/linux/core/../updates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: File = unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.mirrorservice.org/sites/download.fe= dora.redhat.com/pub/fedora/linux/core/../releases/9/Everything/i386/os/Pack= ages/. fetch: ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fed= ora/linux/core/../releases/9/Everything/i386/os/Packages/elfutils-0.140-1.f= c9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.mirrorservice.org/sites/download.fe= dora.redhat.com/pub/fedora/linux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fed= ora/linux/core/../updates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: File= unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.mirrorservice.org/sites/download.fe= dora.redhat.com/pub/fedora/linux/core/../releases/9/Everything/source/SRPMS= //. fetch: ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fed= ora/linux/core/../releases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.= src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.hostrino.com/pub/fedora/linux/core/= =2E./updates/9/i386.newkey/. fetch: ftp://ftp.hostrino.com/pub/fedora/linux/core/../updates/9/i386.newke= y/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.hostrino.com/pub/fedora/linux/core/= =2E./releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.hostrino.com/pub/fedora/linux/core/../releases/9/Everythin= g/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., fi= le not found, no access) =3D> Attempting to fetch from ftp://ftp.hostrino.com/pub/fedora/linux/core/= =2E./updates/9/SRPMS.newkey/. fetch: ftp://ftp.hostrino.com/pub/fedora/linux/core/../updates/9/SRPMS.newk= ey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.hostrino.com/pub/fedora/linux/core/= =2E./releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.hostrino.com/pub/fedora/linux/core/../releases/9/Everythin= g/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file = not found, no access) =3D> Attempting to fetch from ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/cor= e/../updates/9/i386.newkey/. fetch: ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/core/../updates/9/i386.new= key/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/cor= e/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/core/../releases/9/Everyth= ing/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/cor= e/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/core/../updates/9/SRPMS.ne= wkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/cor= e/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/core/../releases/9/Everyth= ing/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.kddilabs.jp/Linux/packages/fedora/= core/../updates/9/i386.newkey/. fetch: http://ftp.kddilabs.jp/Linux/packages/fedora/core/../updates/9/i386.= newkey/elfutils-0.140-1.fc9.src.rpm: Moved Temporarily =3D> Attempting to fetch from http://ftp.kddilabs.jp/Linux/packages/fedora/= core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.kddilabs.jp/Linux/packages/fedora/core/../releases/9/Ever= ything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Moved Temporarily =3D> Attempting to fetch from http://ftp.kddilabs.jp/Linux/packages/fedora/= core/../updates/9/SRPMS.newkey/. fetch: http://ftp.kddilabs.jp/Linux/packages/fedora/core/../updates/9/SRPMS= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Moved Temporarily =3D> Attempting to fetch from http://ftp.kddilabs.jp/Linux/packages/fedora/= core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.kddilabs.jp/Linux/packages/fedora/core/../releases/9/Ever= ything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Moved Temporarily =3D> Attempting to fetch from ftp://ftp.kddilabs.jp/Linux/packages/fedora/c= ore/../updates/9/i386.newkey/. fetch: ftp://ftp.kddilabs.jp/Linux/packages/fedora/core/../updates/9/i386.n= ewkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.kddilabs.jp/Linux/packages/fedora/c= ore/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.kddilabs.jp/Linux/packages/fedora/core/../releases/9/Every= thing/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.kddilabs.jp/Linux/packages/fedora/c= ore/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.kddilabs.jp/Linux/packages/fedora/core/../updates/9/SRPMS.= newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.kddilabs.jp/Linux/packages/fedora/c= ore/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.kddilabs.jp/Linux/packages/fedora/core/../releases/9/Every= thing/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.riken.go.jp/pub/Linux/fedora/core/.= =2E/updates/9/i386.newkey/. fetch: ftp://ftp.riken.go.jp/pub/Linux/fedora/core/../updates/9/i386.newkey= /elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no a= ccess) =3D> Attempting to fetch from ftp://ftp.riken.go.jp/pub/Linux/fedora/core/.= =2E/releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.riken.go.jp/pub/Linux/fedora/core/../releases/9/Everything= /i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.riken.go.jp/pub/Linux/fedora/core/.= =2E/updates/9/SRPMS.newkey/. fetch: ftp://ftp.riken.go.jp/pub/Linux/fedora/core/../updates/9/SRPMS.newke= y/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.riken.go.jp/pub/Linux/fedora/core/.= =2E/releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.riken.go.jp/pub/Linux/fedora/core/../releases/9/Everything= /source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/= core/../updates/9/i386.newkey/. fetch: http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/../updates/9/i386.= newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/= core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/../releases/9/Ever= ything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/= core/../updates/9/SRPMS.newkey/. fetch: http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/../updates/9/SRPMS= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/= core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/../releases/9/Ever= ything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/c= ore/../updates/9/i386.newkey/. fetch: ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/../updates/9/i386.n= ewkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/c= ore/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/../releases/9/Every= thing/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/c= ore/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/../updates/9/SRPMS.= newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/c= ore/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/../releases/9/Every= thing/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://www.las.ic.unicamp.br/pub/fedora/linux= /core/../updates/9/i386.newkey/. fetch: http://www.las.ic.unicamp.br/pub/fedora/linux/core/../updates/9/i386= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.las.ic.unicamp.br/pub/fedora/linux= /core/../releases/9/Everything/i386/os/Packages/. fetch: http://www.las.ic.unicamp.br/pub/fedora/linux/core/../releases/9/Eve= rything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.las.ic.unicamp.br/pub/fedora/linux= /core/../updates/9/SRPMS.newkey/. fetch: http://www.las.ic.unicamp.br/pub/fedora/linux/core/../updates/9/SRPM= S.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.las.ic.unicamp.br/pub/fedora/linux= /core/../releases/9/Everything/source/SRPMS//. fetch: http://www.las.ic.unicamp.br/pub/fedora/linux/core/../releases/9/Eve= rything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://www.las.ic.unicamp.br/pub/fedora/linux/= core/../updates/9/i386.newkey/. fetch: ftp://www.las.ic.unicamp.br/pub/fedora/linux/core/../updates/9/i386.= newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://www.las.ic.unicamp.br/pub/fedora/linux/= core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://www.las.ic.unicamp.br/pub/fedora/linux/core/../releases/9/Ever= ything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://www.las.ic.unicamp.br/pub/fedora/linux/= core/../updates/9/SRPMS.newkey/. fetch: ftp://www.las.ic.unicamp.br/pub/fedora/linux/core/../updates/9/SRPMS= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://www.las.ic.unicamp.br/pub/fedora/linux/= core/../releases/9/Everything/source/SRPMS//. fetch: ftp://www.las.ic.unicamp.br/pub/fedora/linux/core/../releases/9/Ever= ything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://mirror.netglobalis.net/pub/fedora/../up= dates/9/i386.newkey/. fetch: ftp://mirror.netglobalis.net/pub/fedora/../updates/9/i386.newkey/elf= utils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://mirror.netglobalis.net/pub/fedora/../re= leases/9/Everything/i386/os/Packages/. fetch: ftp://mirror.netglobalis.net/pub/fedora/../releases/9/Everything/i38= 6/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://mirror.netglobalis.net/pub/fedora/../up= dates/9/SRPMS.newkey/. fetch: ftp://mirror.netglobalis.net/pub/fedora/../updates/9/SRPMS.newkey/el= futils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://mirror.netglobalis.net/pub/fedora/../re= leases/9/Everything/source/SRPMS//. fetch: ftp://mirror.netglobalis.net/pub/fedora/../releases/9/Everything/sou= rce/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://mirror.pacific.net.au/linux/redhat/fed= ora/../updates/9/i386.newkey/. fetch: http://mirror.pacific.net.au/linux/redhat/fedora/../updates/9/i386.n= ewkey/elfutils-0.140-1.fc9.src.rpm: Operation timed out =3D> Attempting to fetch from http://mirror.pacific.net.au/linux/redhat/fed= ora/../releases/9/Everything/i386/os/Packages/. fetch: http://mirror.pacific.net.au/linux/redhat/fedora/../releases/9/Every= thing/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Operation timed out =3D> Attempting to fetch from http://mirror.pacific.net.au/linux/redhat/fed= ora/../updates/9/SRPMS.newkey/. fetch: http://mirror.pacific.net.au/linux/redhat/fedora/../updates/9/SRPMS.= newkey/elfutils-0.140-1.fc9.src.rpm: Operation timed out =3D> Attempting to fetch from http://mirror.pacific.net.au/linux/redhat/fed= ora/../releases/9/Everything/source/SRPMS//. fetch: http://mirror.pacific.net.au/linux/redhat/fedora/../releases/9/Every= thing/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Operation timed out =3D> Attempting to fetch from ftp://mirror.pacific.net.au/linux/redhat/fedo= ra/../updates/9/i386.newkey/. fetch: ftp://mirror.pacific.net.au/linux/redhat/fedora/../updates/9/i386.ne= wkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://mirror.pacific.net.au/linux/redhat/fedo= ra/../releases/9/Everything/i386/os/Packages/. fetch: ftp://mirror.pacific.net.au/linux/redhat/fedora/../releases/9/Everyt= hing/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://mirror.pacific.net.au/linux/redhat/fedo= ra/../updates/9/SRPMS.newkey/. fetch: ftp://mirror.pacific.net.au/linux/redhat/fedora/../updates/9/SRPMS.n= ewkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://mirror.pacific.net.au/linux/redhat/fedo= ra/../releases/9/Everything/source/SRPMS//. fetch: ftp://mirror.pacific.net.au/linux/redhat/fedora/../releases/9/Everyt= hing/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://download.fedora.redhat.com/pub/fedora/= linux/core/../updates/9/i386.newkey/. fetch: http://download.fedora.redhat.com/pub/fedora/linux/core/../updates/9= /i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://download.fedora.redhat.com/pub/fedora/= linux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://download.fedora.redhat.com/pub/fedora/linux/core/../releases/= 9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://download.fedora.redhat.com/pub/fedora/= linux/core/../updates/9/SRPMS.newkey/. fetch: http://download.fedora.redhat.com/pub/fedora/linux/core/../updates/9= /SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://download.fedora.redhat.com/pub/fedora/= linux/core/../releases/9/Everything/source/SRPMS//. fetch: http://download.fedora.redhat.com/pub/fedora/linux/core/../releases/= 9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.univie.ac.at/systems/linux/fedora/= core/../updates/9/i386.newkey/. fetch: http://ftp.univie.ac.at/systems/linux/fedora/core/../updates/9/i386.= newkey/elfutils-0.140-1.fc9.src.rpm: Moved Permanently =3D> Attempting to fetch from http://ftp.univie.ac.at/systems/linux/fedora/= core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.univie.ac.at/systems/linux/fedora/core/../releases/9/Ever= ything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Moved Permanently =3D> Attempting to fetch from http://ftp.univie.ac.at/systems/linux/fedora/= core/../updates/9/SRPMS.newkey/. fetch: http://ftp.univie.ac.at/systems/linux/fedora/core/../updates/9/SRPMS= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Moved Permanently =3D> Attempting to fetch from http://ftp.univie.ac.at/systems/linux/fedora/= core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.univie.ac.at/systems/linux/fedora/core/../releases/9/Ever= ything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.aarnet.edu.au/pub/fedora/linux/= core/../updates/9/i386.newkey/. fetch: http://mirror.aarnet.edu.au/pub/fedora/linux/core/../updates/9/i386.= newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.aarnet.edu.au/pub/fedora/linux/= core/../releases/9/Everything/i386/os/Packages/. fetch: http://mirror.aarnet.edu.au/pub/fedora/linux/core/../releases/9/Ever= ything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.aarnet.edu.au/pub/fedora/linux/= core/../updates/9/SRPMS.newkey/. fetch: http://mirror.aarnet.edu.au/pub/fedora/linux/core/../updates/9/SRPMS= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.aarnet.edu.au/pub/fedora/linux/= core/../releases/9/Everything/source/SRPMS//. fetch: http://mirror.aarnet.edu.au/pub/fedora/linux/core/../releases/9/Ever= ything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://mirror.aarnet.edu.au/pub/fedora/linux/c= ore/../updates/9/i386.newkey/. fetch: ftp://mirror.aarnet.edu.au/pub/fedora/linux/core/../updates/9/i386.n= ewkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://mirror.aarnet.edu.au/pub/fedora/linux/c= ore/../releases/9/Everything/i386/os/Packages/. fetch: ftp://mirror.aarnet.edu.au/pub/fedora/linux/core/../releases/9/Every= thing/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://mirror.aarnet.edu.au/pub/fedora/linux/c= ore/../updates/9/SRPMS.newkey/. fetch: ftp://mirror.aarnet.edu.au/pub/fedora/linux/core/../updates/9/SRPMS.= newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://mirror.aarnet.edu.au/pub/fedora/linux/c= ore/../releases/9/Everything/source/SRPMS//. fetch: ftp://mirror.aarnet.edu.au/pub/fedora/linux/core/../releases/9/Every= thing/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://fedora.mirror.iweb.ca/core/../updates/= 9/i386.newkey/. fetch: http://fedora.mirror.iweb.ca/core/../updates/9/i386.newkey/elfutils-= 0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://fedora.mirror.iweb.ca/core/../releases= /9/Everything/i386/os/Packages/. fetch: http://fedora.mirror.iweb.ca/core/../releases/9/Everything/i386/os/P= ackages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://fedora.mirror.iweb.ca/core/../updates/= 9/SRPMS.newkey/. fetch: http://fedora.mirror.iweb.ca/core/../updates/9/SRPMS.newkey/elfutils= -0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://fedora.mirror.iweb.ca/core/../releases= /9/Everything/source/SRPMS//. fetch: http://fedora.mirror.iweb.ca/core/../releases/9/Everything/source/SR= PMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://fedora.mirror.iweb.ca/core/../updates/9= /i386.newkey/. fetch: ftp://fedora.mirror.iweb.ca/core/../updates/9/i386.newkey/elfutils-0= =2E140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://fedora.mirror.iweb.ca/core/../releases/= 9/Everything/i386/os/Packages/. fetch: ftp://fedora.mirror.iweb.ca/core/../releases/9/Everything/i386/os/Pa= ckages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://fedora.mirror.iweb.ca/core/../updates/9= /SRPMS.newkey/. fetch: ftp://fedora.mirror.iweb.ca/core/../updates/9/SRPMS.newkey/elfutils-= 0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://fedora.mirror.iweb.ca/core/../releases/= 9/Everything/source/SRPMS//. fetch: ftp://fedora.mirror.iweb.ca/core/../releases/9/Everything/source/SRP= MS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, n= o access) =3D> Attempting to fetch from ftp://ftp.telus.net/pub/fedora/linux/core/../= updates/9/i386.newkey/. fetch: ftp://ftp.telus.net/pub/fedora/linux/core/../updates/9/i386.newkey/e= lfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no acc= ess) =3D> Attempting to fetch from ftp://ftp.telus.net/pub/fedora/linux/core/../= releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.telus.net/pub/fedora/linux/core/../releases/9/Everything/i= 386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file = not found, no access) =3D> Attempting to fetch from ftp://ftp.telus.net/pub/fedora/linux/core/../= updates/9/SRPMS.newkey/. fetch: ftp://ftp.telus.net/pub/fedora/linux/core/../updates/9/SRPMS.newkey/= elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no ac= cess) =3D> Attempting to fetch from ftp://ftp.telus.net/pub/fedora/linux/core/../= releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.telus.net/pub/fedora/linux/core/../releases/9/Everything/s= ource/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not= found, no access) =3D> Attempting to fetch from http://fedora.arcticnetwork.ca/linux/core/../= updates/9/i386.newkey/. fetch: http://fedora.arcticnetwork.ca/linux/core/../updates/9/i386.newkey/e= lfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://fedora.arcticnetwork.ca/linux/core/../= releases/9/Everything/i386/os/Packages/. fetch: http://fedora.arcticnetwork.ca/linux/core/../releases/9/Everything/i= 386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://fedora.arcticnetwork.ca/linux/core/../= updates/9/SRPMS.newkey/. fetch: http://fedora.arcticnetwork.ca/linux/core/../updates/9/SRPMS.newkey/= elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://fedora.arcticnetwork.ca/linux/core/../= releases/9/Everything/source/SRPMS//. fetch: http://fedora.arcticnetwork.ca/linux/core/../releases/9/Everything/s= ource/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.muug.mb.ca/pub/fedora/linux/core/.= =2E/updates/9/i386.newkey/. fetch: http://www.muug.mb.ca/pub/fedora/linux/core/../updates/9/i386.newkey= /elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.muug.mb.ca/pub/fedora/linux/core/.= =2E/releases/9/Everything/i386/os/Packages/. fetch: http://www.muug.mb.ca/pub/fedora/linux/core/../releases/9/Everything= /i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.muug.mb.ca/pub/fedora/linux/core/.= =2E/updates/9/SRPMS.newkey/. fetch: http://www.muug.mb.ca/pub/fedora/linux/core/../updates/9/SRPMS.newke= y/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.muug.mb.ca/pub/fedora/linux/core/.= =2E/releases/9/Everything/source/SRPMS//. fetch: http://www.muug.mb.ca/pub/fedora/linux/core/../releases/9/Everything= /source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.muug.mb.ca/pub/fedora/linux/core/..= /updates/9/i386.newkey/. fetch: ftp://ftp.muug.mb.ca/pub/fedora/linux/core/../updates/9/i386.newkey/= elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no ac= cess) =3D> Attempting to fetch from ftp://ftp.muug.mb.ca/pub/fedora/linux/core/..= /releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.muug.mb.ca/pub/fedora/linux/core/../releases/9/Everything/= i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file= not found, no access) =3D> Attempting to fetch from ftp://ftp.muug.mb.ca/pub/fedora/linux/core/..= /updates/9/SRPMS.newkey/. fetch: ftp://ftp.muug.mb.ca/pub/fedora/linux/core/../updates/9/SRPMS.newkey= /elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no a= ccess) =3D> Attempting to fetch from ftp://ftp.muug.mb.ca/pub/fedora/linux/core/..= /releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.muug.mb.ca/pub/fedora/linux/core/../releases/9/Everything/= source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file no= t found, no access) =3D> Attempting to fetch from ftp://ftp.solnet.ch/mirror/fedora/linux/core/= =2E./updates/9/i386.newkey/. fetch: ftp://ftp.solnet.ch/mirror/fedora/linux/core/../updates/9/i386.newke= y/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.solnet.ch/mirror/fedora/linux/core/= =2E./releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.solnet.ch/mirror/fedora/linux/core/../releases/9/Everythin= g/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.solnet.ch/mirror/fedora/linux/core/= =2E./updates/9/SRPMS.newkey/. fetch: ftp://ftp.solnet.ch/mirror/fedora/linux/core/../updates/9/SRPMS.newk= ey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.solnet.ch/mirror/fedora/linux/core/= =2E./releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.solnet.ch/mirror/fedora/linux/core/../releases/9/Everythin= g/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://mirror.karneval.cz/pub/linux/fedora/li= nux/core/../updates/9/i386.newkey/. fetch: http://mirror.karneval.cz/pub/linux/fedora/linux/core/../updates/9/i= 386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.karneval.cz/pub/linux/fedora/li= nux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://mirror.karneval.cz/pub/linux/fedora/linux/core/../releases/9/= Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.karneval.cz/pub/linux/fedora/li= nux/core/../updates/9/SRPMS.newkey/. fetch: http://mirror.karneval.cz/pub/linux/fedora/linux/core/../updates/9/S= RPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.karneval.cz/pub/linux/fedora/li= nux/core/../releases/9/Everything/source/SRPMS//. fetch: http://mirror.karneval.cz/pub/linux/fedora/linux/core/../releases/9/= Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.telmexchile.cl/Unix/fedora/linux/co= re/../updates/9/i386.newkey/. fetch: ftp://ftp.telmexchile.cl/Unix/fedora/linux/core/../updates/9/i386.ne= wkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.telmexchile.cl/Unix/fedora/linux/co= re/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.telmexchile.cl/Unix/fedora/linux/core/../releases/9/Everyt= hing/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.telmexchile.cl/Unix/fedora/linux/co= re/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.telmexchile.cl/Unix/fedora/linux/core/../updates/9/SRPMS.n= ewkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.telmexchile.cl/Unix/fedora/linux/co= re/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.telmexchile.cl/Unix/fedora/linux/core/../releases/9/Everyt= hing/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.sh.cvut.cz/MIRRORS/fedora/../updat= es/9/i386.newkey/. fetch: http://ftp.sh.cvut.cz/MIRRORS/fedora/../updates/9/i386.newkey/elfuti= ls-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.sh.cvut.cz/MIRRORS/fedora/../relea= ses/9/Everything/i386/os/Packages/. fetch: http://ftp.sh.cvut.cz/MIRRORS/fedora/../releases/9/Everything/i386/o= s/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.sh.cvut.cz/MIRRORS/fedora/../updat= es/9/SRPMS.newkey/. fetch: http://ftp.sh.cvut.cz/MIRRORS/fedora/../updates/9/SRPMS.newkey/elfut= ils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.sh.cvut.cz/MIRRORS/fedora/../relea= ses/9/Everything/source/SRPMS//. fetch: http://ftp.sh.cvut.cz/MIRRORS/fedora/../releases/9/Everything/source= /SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.sh.cvut.cz/MIRRORS/fedora/../update= s/9/i386.newkey/. fetch: ftp://ftp.sh.cvut.cz/MIRRORS/fedora/../updates/9/i386.newkey/elfutil= s-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.sh.cvut.cz/MIRRORS/fedora/../releas= es/9/Everything/i386/os/Packages/. fetch: ftp://ftp.sh.cvut.cz/MIRRORS/fedora/../releases/9/Everything/i386/os= /Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not fo= und, no access) =3D> Attempting to fetch from ftp://ftp.sh.cvut.cz/MIRRORS/fedora/../update= s/9/SRPMS.newkey/. fetch: ftp://ftp.sh.cvut.cz/MIRRORS/fedora/../updates/9/SRPMS.newkey/elfuti= ls-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.sh.cvut.cz/MIRRORS/fedora/../releas= es/9/Everything/source/SRPMS//. fetch: ftp://ftp.sh.cvut.cz/MIRRORS/fedora/../releases/9/Everything/source/= SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found= , no access) =3D> Attempting to fetch from http://sunsite.mff.cuni.cz/MIRRORS/fedora.red= hat.com/linux/core/../updates/9/i386.newkey/. fetch: http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/../u= pdates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://sunsite.mff.cuni.cz/MIRRORS/fedora.red= hat.com/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/../r= eleases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Fou= nd =3D> Attempting to fetch from http://sunsite.mff.cuni.cz/MIRRORS/fedora.red= hat.com/linux/core/../updates/9/SRPMS.newkey/. fetch: http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/../u= pdates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://sunsite.mff.cuni.cz/MIRRORS/fedora.red= hat.com/linux/core/../releases/9/Everything/source/SRPMS//. fetch: http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/../r= eleases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://sunsite.mff.cuni.cz/MIRRORS/fedora.redh= at.com/linux/core/../updates/9/i386.newkey/. fetch: ftp://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/../up= dates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., f= ile not found, no access) =3D> Attempting to fetch from ftp://sunsite.mff.cuni.cz/MIRRORS/fedora.redh= at.com/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/../re= leases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File una= vailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://sunsite.mff.cuni.cz/MIRRORS/fedora.redh= at.com/linux/core/../updates/9/SRPMS.newkey/. fetch: ftp://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/../up= dates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., = file not found, no access) =3D> Attempting to fetch from ftp://sunsite.mff.cuni.cz/MIRRORS/fedora.redh= at.com/linux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux/core/../re= leases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavai= lable (e.g., file not found, no access) =3D> Attempting to fetch from http://ftp-stud.hs-esslingen.de/pub/fedora/li= nux/core/../updates/9/i386.newkey/. fetch: http://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/../updates/9/i= 386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp-stud.hs-esslingen.de/pub/fedora/li= nux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/../releases/9/= Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp-stud.hs-esslingen.de/pub/fedora/li= nux/core/../updates/9/SRPMS.newkey/. fetch: http://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/../updates/9/S= RPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp-stud.hs-esslingen.de/pub/fedora/li= nux/core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/../releases/9/= Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp-stud.hs-esslingen.de/pub/fedora/lin= ux/core/../updates/9/i386.newkey/. fetch: ftp://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/../updates/9/i3= 86.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp-stud.hs-esslingen.de/pub/fedora/lin= ux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/../releases/9/E= verything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp-stud.hs-esslingen.de/pub/fedora/lin= ux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/../updates/9/SR= PMS.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp-stud.hs-esslingen.de/pub/fedora/lin= ux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp-stud.hs-esslingen.de/pub/fedora/linux/core/../releases/9/E= verything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://www.jur-linux.org/download/fedora/core= /../updates/9/i386.newkey/. fetch: http://www.jur-linux.org/download/fedora/core/../updates/9/i386.newk= ey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.jur-linux.org/download/fedora/core= /../releases/9/Everything/i386/os/Packages/. fetch: http://www.jur-linux.org/download/fedora/core/../releases/9/Everythi= ng/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.jur-linux.org/download/fedora/core= /../updates/9/SRPMS.newkey/. fetch: http://www.jur-linux.org/download/fedora/core/../updates/9/SRPMS.new= key/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.jur-linux.org/download/fedora/core= /../releases/9/Everything/source/SRPMS//. fetch: http://www.jur-linux.org/download/fedora/core/../releases/9/Everythi= ng/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.uni-erlangen.de/pub/Linux/MIRROR.f= edora/core/../updates/9/i386.newkey/. fetch: http://ftp.uni-erlangen.de/pub/Linux/MIRROR.fedora/core/../updates/9= /i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.uni-erlangen.de/pub/Linux/MIRROR.f= edora/core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.uni-erlangen.de/pub/Linux/MIRROR.fedora/core/../releases/= 9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.uni-erlangen.de/pub/Linux/MIRROR.f= edora/core/../updates/9/SRPMS.newkey/. fetch: http://ftp.uni-erlangen.de/pub/Linux/MIRROR.fedora/core/../updates/9= /SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.uni-erlangen.de/pub/Linux/MIRROR.f= edora/core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.uni-erlangen.de/pub/Linux/MIRROR.fedora/core/../releases/= 9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.uni-muenster.de/pub/linux/distribut= ions/fedora/linux/core/../updates/9/i386.newkey/. fetch: ftp://ftp.uni-muenster.de/pub/linux/distributions/fedora/linux/core/= =2E./updates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (= e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.uni-muenster.de/pub/linux/distribut= ions/fedora/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.uni-muenster.de/pub/linux/distributions/fedora/linux/core/= =2E./releases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: P= rotocol error =3D> Attempting to fetch from ftp://ftp.uni-muenster.de/pub/linux/distribut= ions/fedora/linux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.uni-muenster.de/pub/linux/distributions/fedora/linux/core/= =2E./updates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable = (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.uni-muenster.de/pub/linux/distribut= ions/fedora/linux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.uni-muenster.de/pub/linux/distributions/fedora/linux/core/= =2E./releases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File= unavailable (e.g., file not found, no access) =3D> Attempting to fetch from http://ftp.uni-bayreuth.de/linux/fedora/linux= /core/../updates/9/i386.newkey/. fetch: http://ftp.uni-bayreuth.de/linux/fedora/linux/core/../updates/9/i386= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.uni-bayreuth.de/linux/fedora/linux= /core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.uni-bayreuth.de/linux/fedora/linux/core/../releases/9/Eve= rything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.uni-bayreuth.de/linux/fedora/linux= /core/../updates/9/SRPMS.newkey/. fetch: http://ftp.uni-bayreuth.de/linux/fedora/linux/core/../updates/9/SRPM= S.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.uni-bayreuth.de/linux/fedora/linux= /core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.uni-bayreuth.de/linux/fedora/linux/core/../releases/9/Eve= rything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.uni-bayreuth.de/pub/linux/fedora/li= nux/core/../updates/9/i386.newkey/. fetch: ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux/core/../updates/9/i= 386.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.uni-bayreuth.de/pub/linux/fedora/li= nux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux/core/../releases/9/= Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.uni-bayreuth.de/pub/linux/fedora/li= nux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux/core/../updates/9/S= RPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.uni-bayreuth.de/pub/linux/fedora/li= nux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux/core/../releases/9/= Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.fu-berlin.de/linux/fedora/core/../u= pdates/9/i386.newkey/. fetch: ftp://ftp.fu-berlin.de/linux/fedora/core/../updates/9/i386.newkey/el= futils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.fu-berlin.de/linux/fedora/core/../r= eleases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.fu-berlin.de/linux/fedora/core/../releases/9/Everything/i3= 86/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.fu-berlin.de/linux/fedora/core/../u= pdates/9/SRPMS.newkey/. fetch: ftp://ftp.fu-berlin.de/linux/fedora/core/../updates/9/SRPMS.newkey/e= lfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.fu-berlin.de/linux/fedora/core/../r= eleases/9/Everything/source/SRPMS//. fetch: ftp://ftp.fu-berlin.de/linux/fedora/core/../releases/9/Everything/so= urce/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.uni-koeln.de/mirrors/fedora/linux/= core/../updates/9/i386.newkey/. fetch: http://ftp.uni-koeln.de/mirrors/fedora/linux/core/../updates/9/i386.= newkey/elfutils-0.140-1.fc9.src.rpm: Forbidden =3D> Attempting to fetch from http://ftp.uni-koeln.de/mirrors/fedora/linux/= core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.uni-koeln.de/mirrors/fedora/linux/core/../releases/9/Ever= ything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.uni-koeln.de/mirrors/fedora/linux/= core/../updates/9/SRPMS.newkey/. fetch: http://ftp.uni-koeln.de/mirrors/fedora/linux/core/../updates/9/SRPMS= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Forbidden =3D> Attempting to fetch from http://ftp.uni-koeln.de/mirrors/fedora/linux/= core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.uni-koeln.de/mirrors/fedora/linux/core/../releases/9/Ever= ything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.uni-koeln.de/mirrors/fedora/linux/c= ore/../updates/9/i386.newkey/. fetch: ftp://ftp.uni-koeln.de/mirrors/fedora/linux/core/../updates/9/i386.n= ewkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found,= no access) =3D> Attempting to fetch from ftp://ftp.uni-koeln.de/mirrors/fedora/linux/c= ore/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.uni-koeln.de/mirrors/fedora/linux/core/../releases/9/Every= thing/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g.= , file not found, no access) =3D> Attempting to fetch from ftp://ftp.uni-koeln.de/mirrors/fedora/linux/c= ore/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.uni-koeln.de/mirrors/fedora/linux/core/../updates/9/SRPMS.= newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found= , no access) =3D> Attempting to fetch from ftp://ftp.uni-koeln.de/mirrors/fedora/linux/c= ore/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.uni-koeln.de/mirrors/fedora/linux/core/../releases/9/Every= thing/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., f= ile not found, no access) =3D> Attempting to fetch from ftp://ftp.informatik.uni-frankfurt.de/pub/lin= ux/Mirror/ftp.redhat.com/fedora/core/../updates/9/i386.newkey/. fetch: ftp://ftp.informatik.uni-frankfurt.de/pub/linux/Mirror/ftp.redhat.co= m/fedora/core/../updates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: File u= navailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.informatik.uni-frankfurt.de/pub/lin= ux/Mirror/ftp.redhat.com/fedora/core/../releases/9/Everything/i386/os/Packa= ges/. fetch: ftp://ftp.informatik.uni-frankfurt.de/pub/linux/Mirror/ftp.redhat.co= m/fedora/core/../releases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc= 9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.informatik.uni-frankfurt.de/pub/lin= ux/Mirror/ftp.redhat.com/fedora/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.informatik.uni-frankfurt.de/pub/linux/Mirror/ftp.redhat.co= m/fedora/core/../updates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: File = unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.informatik.uni-frankfurt.de/pub/lin= ux/Mirror/ftp.redhat.com/fedora/core/../releases/9/Everything/source/SRPMS/= /. fetch: ftp://ftp.informatik.uni-frankfurt.de/pub/linux/Mirror/ftp.redhat.co= m/fedora/core/../releases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.s= rc.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from http://mirrors.ircam.fr/pub/fedora/linux/core= /../updates/9/i386.newkey/. fetch: http://mirrors.ircam.fr/pub/fedora/linux/core/../updates/9/i386.newk= ey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirrors.ircam.fr/pub/fedora/linux/core= /../releases/9/Everything/i386/os/Packages/. fetch: http://mirrors.ircam.fr/pub/fedora/linux/core/../releases/9/Everythi= ng/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirrors.ircam.fr/pub/fedora/linux/core= /../updates/9/SRPMS.newkey/. fetch: http://mirrors.ircam.fr/pub/fedora/linux/core/../updates/9/SRPMS.new= key/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirrors.ircam.fr/pub/fedora/linux/core= /../releases/9/Everything/source/SRPMS//. fetch: http://mirrors.ircam.fr/pub/fedora/linux/core/../releases/9/Everythi= ng/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://mirrors.ircam.fr/pub/fedora/linux/core/= =2E./updates/9/i386.newkey/. fetch: ftp://mirrors.ircam.fr/pub/fedora/linux/core/../updates/9/i386.newke= y/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://mirrors.ircam.fr/pub/fedora/linux/core/= =2E./releases/9/Everything/i386/os/Packages/. fetch: ftp://mirrors.ircam.fr/pub/fedora/linux/core/../releases/9/Everythin= g/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://mirrors.ircam.fr/pub/fedora/linux/core/= =2E./updates/9/SRPMS.newkey/. fetch: ftp://mirrors.ircam.fr/pub/fedora/linux/core/../updates/9/SRPMS.newk= ey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no= access) =3D> Attempting to fetch from ftp://mirrors.ircam.fr/pub/fedora/linux/core/= =2E./releases/9/Everything/source/SRPMS//. fetch: ftp://mirrors.ircam.fr/pub/fedora/linux/core/../releases/9/Everythin= g/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.crihan.fr/mirrors/fedora.redhat.co= m/fedora/linux/core/../updates/9/i386.newkey/. fetch: http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/../= updates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.crihan.fr/mirrors/fedora.redhat.co= m/fedora/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/../= releases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Fo= und =3D> Attempting to fetch from http://ftp.crihan.fr/mirrors/fedora.redhat.co= m/fedora/linux/core/../updates/9/SRPMS.newkey/. fetch: http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/../= updates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.crihan.fr/mirrors/fedora.redhat.co= m/fedora/linux/core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/../= releases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.crihan.fr/mirrors/fedora.redhat.com= /fedora/linux/core/../updates/9/i386.newkey/. fetch: ftp://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/../u= pdates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.crihan.fr/mirrors/fedora.redhat.com= /fedora/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/../r= eleases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protoco= l error =3D> Attempting to fetch from ftp://ftp.crihan.fr/mirrors/fedora.redhat.com= /fedora/linux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/../u= pdates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g.,= file not found, no access) =3D> Attempting to fetch from ftp://ftp.crihan.fr/mirrors/fedora.redhat.com= /fedora/linux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/../r= eleases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unava= ilable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.univ-pau.fr/pub/mirrors/fedora/../u= pdates/9/i386.newkey/. fetch: ftp://ftp.univ-pau.fr/pub/mirrors/fedora/../updates/9/i386.newkey/el= futils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no acce= ss) =3D> Attempting to fetch from ftp://ftp.univ-pau.fr/pub/mirrors/fedora/../r= eleases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.univ-pau.fr/pub/mirrors/fedora/../releases/9/Everything/i3= 86/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file n= ot found, no access) =3D> Attempting to fetch from ftp://ftp.univ-pau.fr/pub/mirrors/fedora/../u= pdates/9/SRPMS.newkey/. fetch: ftp://ftp.univ-pau.fr/pub/mirrors/fedora/../updates/9/SRPMS.newkey/e= lfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no acc= ess) =3D> Attempting to fetch from ftp://ftp.univ-pau.fr/pub/mirrors/fedora/../r= eleases/9/Everything/source/SRPMS//. fetch: ftp://ftp.univ-pau.fr/pub/mirrors/fedora/../releases/9/Everything/so= urce/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not = found, no access) =3D> Attempting to fetch from ftp://ftp.lip6.fr/pub/linux/distributions/fed= ora/../updates/9/i386.newkey/. fetch: ftp://ftp.lip6.fr/pub/linux/distributions/fedora/../updates/9/i386.n= ewkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.lip6.fr/pub/linux/distributions/fed= ora/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.lip6.fr/pub/linux/distributions/fedora/../releases/9/Every= thing/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.lip6.fr/pub/linux/distributions/fed= ora/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.lip6.fr/pub/linux/distributions/fedora/../updates/9/SRPMS.= newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found= , no access) =3D> Attempting to fetch from ftp://ftp.lip6.fr/pub/linux/distributions/fed= ora/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.lip6.fr/pub/linux/distributions/fedora/../releases/9/Every= thing/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://fr.rpmfind.net/linux/fedora/core/../up= dates/9/i386.newkey/. fetch: http://fr.rpmfind.net/linux/fedora/core/../updates/9/i386.newkey/elf= utils-0.140-1.fc9.src.rpm: Forbidden =3D> Attempting to fetch from http://fr.rpmfind.net/linux/fedora/core/../re= leases/9/Everything/i386/os/Packages/. fetch: http://fr.rpmfind.net/linux/fedora/core/../releases/9/Everything/i38= 6/os/Packages/elfutils-0.140-1.fc9.src.rpm: Forbidden =3D> Attempting to fetch from http://fr.rpmfind.net/linux/fedora/core/../up= dates/9/SRPMS.newkey/. fetch: http://fr.rpmfind.net/linux/fedora/core/../updates/9/SRPMS.newkey/el= futils-0.140-1.fc9.src.rpm: Forbidden =3D> Attempting to fetch from http://fr.rpmfind.net/linux/fedora/core/../re= leases/9/Everything/source/SRPMS//. fetch: http://fr.rpmfind.net/linux/fedora/core/../releases/9/Everything/sou= rce/SRPMS//elfutils-0.140-1.fc9.src.rpm: Forbidden =3D> Attempting to fetch from http://www.gtlib.gatech.edu/pub/fedora.redhat= /linux/core/../updates/9/i386.newkey/. fetch: http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/../updates/= 9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.gtlib.gatech.edu/pub/fedora.redhat= /linux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/../releases= /9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.gtlib.gatech.edu/pub/fedora.redhat= /linux/core/../updates/9/SRPMS.newkey/. fetch: http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/../updates/= 9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.gtlib.gatech.edu/pub/fedora.redhat= /linux/core/../releases/9/Everything/source/SRPMS//. fetch: http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/../releases= /9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.rhnet.is/pub/fedora/linux/core/../= updates/9/i386.newkey/. fetch: http://ftp.rhnet.is/pub/fedora/linux/core/../updates/9/i386.newkey/e= lfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.rhnet.is/pub/fedora/linux/core/../= releases/9/Everything/i386/os/Packages/. fetch: http://ftp.rhnet.is/pub/fedora/linux/core/../releases/9/Everything/i= 386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.rhnet.is/pub/fedora/linux/core/../= updates/9/SRPMS.newkey/. fetch: http://ftp.rhnet.is/pub/fedora/linux/core/../updates/9/SRPMS.newkey/= elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.rhnet.is/pub/fedora/linux/core/../= releases/9/Everything/source/SRPMS//. fetch: http://ftp.rhnet.is/pub/fedora/linux/core/../releases/9/Everything/s= ource/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.rhnet.is/pub/fedora/linux/core/../u= pdates/9/i386.newkey/. fetch: ftp://ftp.rhnet.is/pub/fedora/linux/core/../updates/9/i386.newkey/el= futils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.rhnet.is/pub/fedora/linux/core/../r= eleases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.rhnet.is/pub/fedora/linux/core/../releases/9/Everything/i3= 86/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.rhnet.is/pub/fedora/linux/core/../u= pdates/9/SRPMS.newkey/. fetch: ftp://ftp.rhnet.is/pub/fedora/linux/core/../updates/9/SRPMS.newkey/e= lfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.rhnet.is/pub/fedora/linux/core/../r= eleases/9/Everything/source/SRPMS//. fetch: ftp://ftp.rhnet.is/pub/fedora/linux/core/../releases/9/Everything/so= urce/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.unina.it/pub/linux/distributions/f= edora/../updates/9/i386.newkey/. fetch: http://ftp.unina.it/pub/linux/distributions/fedora/../updates/9/i386= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.unina.it/pub/linux/distributions/f= edora/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.unina.it/pub/linux/distributions/fedora/../releases/9/Eve= rything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.unina.it/pub/linux/distributions/f= edora/../updates/9/SRPMS.newkey/. fetch: http://ftp.unina.it/pub/linux/distributions/fedora/../updates/9/SRPM= S.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.unina.it/pub/linux/distributions/f= edora/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.unina.it/pub/linux/distributions/fedora/../releases/9/Eve= rything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.unina.it/pub/linux/distributions/fe= dora/../updates/9/i386.newkey/. fetch: ftp://ftp.unina.it/pub/linux/distributions/fedora/../updates/9/i386.= newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.unina.it/pub/linux/distributions/fe= dora/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.unina.it/pub/linux/distributions/fedora/../releases/9/Ever= ything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.unina.it/pub/linux/distributions/fe= dora/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.unina.it/pub/linux/distributions/fedora/../updates/9/SRPMS= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.unina.it/pub/linux/distributions/fe= dora/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.unina.it/pub/linux/distributions/fedora/../releases/9/Ever= ything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.iij.ad.jp/pub/linux/fedora/core/..= /updates/9/i386.newkey/. fetch: http://ftp.iij.ad.jp/pub/linux/fedora/core/../updates/9/i386.newkey/= elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.iij.ad.jp/pub/linux/fedora/core/..= /releases/9/Everything/i386/os/Packages/. fetch: http://ftp.iij.ad.jp/pub/linux/fedora/core/../releases/9/Everything/= i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.iij.ad.jp/pub/linux/fedora/core/..= /updates/9/SRPMS.newkey/. fetch: http://ftp.iij.ad.jp/pub/linux/fedora/core/../updates/9/SRPMS.newkey= /elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.iij.ad.jp/pub/linux/fedora/core/..= /releases/9/Everything/source/SRPMS//. fetch: http://ftp.iij.ad.jp/pub/linux/fedora/core/../releases/9/Everything/= source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.iij.ad.jp/pub/linux/fedora/core/../= updates/9/i386.newkey/. fetch: ftp://ftp.iij.ad.jp/pub/linux/fedora/core/../updates/9/i386.newkey/e= lfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no acc= ess) =3D> Attempting to fetch from ftp://ftp.iij.ad.jp/pub/linux/fedora/core/../= releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.iij.ad.jp/pub/linux/fedora/core/../releases/9/Everything/i= 386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.iij.ad.jp/pub/linux/fedora/core/../= updates/9/SRPMS.newkey/. fetch: ftp://ftp.iij.ad.jp/pub/linux/fedora/core/../updates/9/SRPMS.newkey/= elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.iij.ad.jp/pub/linux/fedora/core/../= releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.iij.ad.jp/pub/linux/fedora/core/../releases/9/Everything/s= ource/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.dti.ad.jp/pub/Linux/Fedora/core/..= /updates/9/i386.newkey/. fetch: http://ftp.dti.ad.jp/pub/Linux/Fedora/core/../updates/9/i386.newkey/= elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.dti.ad.jp/pub/Linux/Fedora/core/..= /releases/9/Everything/i386/os/Packages/. fetch: http://ftp.dti.ad.jp/pub/Linux/Fedora/core/../releases/9/Everything/= i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.dti.ad.jp/pub/Linux/Fedora/core/..= /updates/9/SRPMS.newkey/. fetch: http://ftp.dti.ad.jp/pub/Linux/Fedora/core/../updates/9/SRPMS.newkey= /elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.dti.ad.jp/pub/Linux/Fedora/core/..= /releases/9/Everything/source/SRPMS//. fetch: http://ftp.dti.ad.jp/pub/Linux/Fedora/core/../releases/9/Everything/= source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/../= updates/9/i386.newkey/. fetch: ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/../updates/9/i386.newkey/e= lfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/../= releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/../releases/9/Everything/i= 386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/../= updates/9/SRPMS.newkey/. fetch: ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/../updates/9/SRPMS.newkey/= elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/../= releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.dti.ad.jp/pub/Linux/Fedora/core/../releases/9/Everything/s= ource/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.nara.wide.ad.jp/pub/Linux/fedora/c= ore/../updates/9/i386.newkey/. fetch: http://ftp.nara.wide.ad.jp/pub/Linux/fedora/core/../updates/9/i386.n= ewkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.nara.wide.ad.jp/pub/Linux/fedora/c= ore/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.nara.wide.ad.jp/pub/Linux/fedora/core/../releases/9/Every= thing/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.nara.wide.ad.jp/pub/Linux/fedora/c= ore/../updates/9/SRPMS.newkey/. fetch: http://ftp.nara.wide.ad.jp/pub/Linux/fedora/core/../updates/9/SRPMS.= newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.nara.wide.ad.jp/pub/Linux/fedora/c= ore/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.nara.wide.ad.jp/pub/Linux/fedora/core/../releases/9/Every= thing/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedo= ra/linux/core/../updates/9/i386.newkey/. fetch: http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/../update= s/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedo= ra/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/../releas= es/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedo= ra/linux/core/../updates/9/SRPMS.newkey/. fetch: http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/../update= s/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedo= ra/linux/core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/../releas= es/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/fedor= a/linux/core/../updates/9/i386.newkey/. fetch: ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/../updates= /9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/fedor= a/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/../release= s/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/fedor= a/linux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/../updates= /9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/fedor= a/linux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/core/../release= s/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/= =2E./updates/9/i386.newkey/. fetch: http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/../updates/9/i386.newke= y/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/= =2E./releases/9/Everything/i386/os/Packages/. fetch: http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/../releases/9/Everythin= g/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/= =2E./updates/9/SRPMS.newkey/. fetch: http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/../updates/9/SRPMS.newk= ey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/= =2E./releases/9/Everything/source/SRPMS//. fetch: http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/../releases/9/Everythin= g/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/.= =2E/updates/9/i386.newkey/. fetch: ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/../updates/9/i386.newkey= /elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no a= ccess) =3D> Attempting to fetch from ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/.= =2E/releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/../releases/9/Everything= /i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., fil= e not found, no access) =3D> Attempting to fetch from ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/.= =2E/updates/9/SRPMS.newkey/. fetch: ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/../updates/9/SRPMS.newke= y/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no = access) =3D> Attempting to fetch from ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/.= =2E/releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/../releases/9/Everything= /source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file n= ot found, no access) =3D> Attempting to fetch from http://ftp.riken.jp/Linux/fedora/core/../upda= tes/9/i386.newkey/. fetch: http://ftp.riken.jp/Linux/fedora/core/../updates/9/i386.newkey/elfut= ils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.riken.jp/Linux/fedora/core/../rele= ases/9/Everything/i386/os/Packages/. fetch: http://ftp.riken.jp/Linux/fedora/core/../releases/9/Everything/i386/= os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.riken.jp/Linux/fedora/core/../upda= tes/9/SRPMS.newkey/. fetch: http://ftp.riken.jp/Linux/fedora/core/../updates/9/SRPMS.newkey/elfu= tils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.riken.jp/Linux/fedora/core/../rele= ases/9/Everything/source/SRPMS//. fetch: http://ftp.riken.jp/Linux/fedora/core/../releases/9/Everything/sourc= e/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.kaist.ac.kr/pub/fedora/linux/core/= =2E./updates/9/i386.newkey/. fetch: http://ftp.kaist.ac.kr/pub/fedora/linux/core/../updates/9/i386.newke= y/elfutils-0.140-1.fc9.src.rpm: Moved Permanently =3D> Attempting to fetch from http://ftp.kaist.ac.kr/pub/fedora/linux/core/= =2E./releases/9/Everything/i386/os/Packages/. fetch: http://ftp.kaist.ac.kr/pub/fedora/linux/core/../releases/9/Everythin= g/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Moved Permanently =3D> Attempting to fetch from http://ftp.kaist.ac.kr/pub/fedora/linux/core/= =2E./updates/9/SRPMS.newkey/. fetch: http://ftp.kaist.ac.kr/pub/fedora/linux/core/../updates/9/SRPMS.newk= ey/elfutils-0.140-1.fc9.src.rpm: Moved Permanently =3D> Attempting to fetch from http://ftp.kaist.ac.kr/pub/fedora/linux/core/= =2E./releases/9/Everything/source/SRPMS//. fetch: http://ftp.kaist.ac.kr/pub/fedora/linux/core/../releases/9/Everythin= g/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Moved Permanently =3D> Attempting to fetch from ftp://ftp.kaist.ac.kr/fedora/linux/core/../up= dates/9/i386.newkey/. fetch: ftp://ftp.kaist.ac.kr/fedora/linux/core/../updates/9/i386.newkey/elf= utils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no acces= s) =3D> Attempting to fetch from ftp://ftp.kaist.ac.kr/fedora/linux/core/../re= leases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.kaist.ac.kr/fedora/linux/core/../releases/9/Everything/i38= 6/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file no= t found, no access) =3D> Attempting to fetch from ftp://ftp.kaist.ac.kr/fedora/linux/core/../up= dates/9/SRPMS.newkey/. fetch: ftp://ftp.kaist.ac.kr/fedora/linux/core/../updates/9/SRPMS.newkey/el= futils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no acce= ss) =3D> Attempting to fetch from ftp://ftp.kaist.ac.kr/fedora/linux/core/../re= leases/9/Everything/source/SRPMS//. fetch: ftp://ftp.kaist.ac.kr/fedora/linux/core/../releases/9/Everything/sou= rce/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not f= ound, no access) =3D> Attempting to fetch from ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core= /../updates/9/i386.newkey/. fetch: ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core/../updates/9/i386.newk= ey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core= /../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core/../releases/9/Everythi= ng/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core= /../updates/9/SRPMS.newkey/. fetch: ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core/../updates/9/SRPMS.new= key/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core= /../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core/../releases/9/Everythi= ng/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://fedora.ifc.unam.mx/linux/fedora/core/..= /updates/9/i386.newkey/. fetch: ftp://fedora.ifc.unam.mx/linux/fedora/core/../updates/9/i386.newkey/= elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no ac= cess) =3D> Attempting to fetch from ftp://fedora.ifc.unam.mx/linux/fedora/core/..= /releases/9/Everything/i386/os/Packages/. fetch: ftp://fedora.ifc.unam.mx/linux/fedora/core/../releases/9/Everything/= i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file= not found, no access) =3D> Attempting to fetch from ftp://fedora.ifc.unam.mx/linux/fedora/core/..= /updates/9/SRPMS.newkey/. fetch: ftp://fedora.ifc.unam.mx/linux/fedora/core/../updates/9/SRPMS.newkey= /elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no a= ccess) =3D> Attempting to fetch from ftp://fedora.ifc.unam.mx/linux/fedora/core/..= /releases/9/Everything/source/SRPMS//. fetch: ftp://fedora.ifc.unam.mx/linux/fedora/core/../releases/9/Everything/= source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.easynet.nl/mirror/fedora/linux/core= /../updates/9/i386.newkey/. fetch: ftp://ftp.easynet.nl/mirror/fedora/linux/core/../updates/9/i386.newk= ey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.easynet.nl/mirror/fedora/linux/core= /../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.easynet.nl/mirror/fedora/linux/core/../releases/9/Everythi= ng/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.easynet.nl/mirror/fedora/linux/core= /../updates/9/SRPMS.newkey/. fetch: ftp://ftp.easynet.nl/mirror/fedora/linux/core/../updates/9/SRPMS.new= key/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.easynet.nl/mirror/fedora/linux/core= /../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.easynet.nl/mirror/fedora/linux/core/../releases/9/Everythi= ng/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.quicknet.nl/pub/Linux/download.fedo= ra.redhat.com/core/../updates/9/i386.newkey/. fetch: ftp://ftp.quicknet.nl/pub/Linux/download.fedora.redhat.com/core/../u= pdates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., = file not found, no access) =3D> Attempting to fetch from ftp://ftp.quicknet.nl/pub/Linux/download.fedo= ra.redhat.com/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.quicknet.nl/pub/Linux/download.fedora.redhat.com/core/../r= eleases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protoco= l error =3D> Attempting to fetch from ftp://ftp.quicknet.nl/pub/Linux/download.fedo= ra.redhat.com/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.quicknet.nl/pub/Linux/download.fedora.redhat.com/core/../u= pdates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.quicknet.nl/pub/Linux/download.fedo= ra.redhat.com/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.quicknet.nl/pub/Linux/download.fedora.redhat.com/core/../r= eleases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol e= rror =3D> Attempting to fetch from ftp://ftp.uib.no/pub/fedora/linux/core/../upd= ates/9/i386.newkey/. fetch: ftp://ftp.uib.no/pub/fedora/linux/core/../updates/9/i386.newkey/elfu= tils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.uib.no/pub/fedora/linux/core/../rel= eases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.uib.no/pub/fedora/linux/core/../releases/9/Everything/i386= /os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.uib.no/pub/fedora/linux/core/../upd= ates/9/SRPMS.newkey/. fetch: ftp://ftp.uib.no/pub/fedora/linux/core/../updates/9/SRPMS.newkey/elf= utils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.uib.no/pub/fedora/linux/core/../rel= eases/9/Everything/source/SRPMS//. fetch: ftp://ftp.uib.no/pub/fedora/linux/core/../releases/9/Everything/sour= ce/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not fo= und, no access) =3D> Attempting to fetch from ftp://ftp.tpnet.pl/d17/fedora/../updates/9/i3= 86.newkey/. fetch: ftp://ftp.tpnet.pl/d17/fedora/../updates/9/i386.newkey/elfutils-0.14= 0-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.tpnet.pl/d17/fedora/../releases/9/E= verything/i386/os/Packages/. fetch: ftp://ftp.tpnet.pl/d17/fedora/../releases/9/Everything/i386/os/Packa= ges/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, n= o access) =3D> Attempting to fetch from ftp://ftp.tpnet.pl/d17/fedora/../updates/9/SR= PMS.newkey/. fetch: ftp://ftp.tpnet.pl/d17/fedora/../updates/9/SRPMS.newkey/elfutils-0.1= 40-1.fc9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.tpnet.pl/d17/fedora/../releases/9/E= verything/source/SRPMS//. fetch: ftp://ftp.tpnet.pl/d17/fedora/../releases/9/Everything/source/SRPMS/= /elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no a= ccess) =3D> Attempting to fetch from http://ftp.wsisiz.edu.pl/pub/linux/fedora/lin= ux/core/../updates/9/i386.newkey/. fetch: http://ftp.wsisiz.edu.pl/pub/linux/fedora/linux/core/../updates/9/i3= 86.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.wsisiz.edu.pl/pub/linux/fedora/lin= ux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.wsisiz.edu.pl/pub/linux/fedora/linux/core/../releases/9/E= verything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.wsisiz.edu.pl/pub/linux/fedora/lin= ux/core/../updates/9/SRPMS.newkey/. fetch: http://ftp.wsisiz.edu.pl/pub/linux/fedora/linux/core/../updates/9/SR= PMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.wsisiz.edu.pl/pub/linux/fedora/lin= ux/core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.wsisiz.edu.pl/pub/linux/fedora/linux/core/../releases/9/E= verything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.pbone.net/pub/fedora/pub/fedora/lin= ux/core/../updates/9/i386.newkey/. fetch: ftp://ftp.pbone.net/pub/fedora/pub/fedora/linux/core/../updates/9/i3= 86.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not fo= und, no access) =3D> Attempting to fetch from ftp://ftp.pbone.net/pub/fedora/pub/fedora/lin= ux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.pbone.net/pub/fedora/pub/fedora/linux/core/../releases/9/E= verything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (= e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.pbone.net/pub/fedora/pub/fedora/lin= ux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.pbone.net/pub/fedora/pub/fedora/linux/core/../updates/9/SR= PMS.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not f= ound, no access) =3D> Attempting to fetch from ftp://ftp.pbone.net/pub/fedora/pub/fedora/lin= ux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.pbone.net/pub/fedora/pub/fedora/linux/core/../releases/9/E= verything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g= =2E, file not found, no access) =3D> Attempting to fetch from http://ftp.pwr.wroc.pl/pub/linux/fedora/linux= /core/../updates/9/i386.newkey/. fetch: http://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/../updates/9/i386= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.pwr.wroc.pl/pub/linux/fedora/linux= /core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/../releases/9/Eve= rything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.pwr.wroc.pl/pub/linux/fedora/linux= /core/../updates/9/SRPMS.newkey/. fetch: http://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/../updates/9/SRPM= S.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.pwr.wroc.pl/pub/linux/fedora/linux= /core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/../releases/9/Eve= rything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.pwr.wroc.pl/pub/linux/fedora/linux/= core/../updates/9/i386.newkey/. fetch: ftp://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/../updates/9/i386.= newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found= , no access) =3D> Attempting to fetch from ftp://ftp.pwr.wroc.pl/pub/linux/fedora/linux/= core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/../releases/9/Ever= ything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g= =2E, file not found, no access) =3D> Attempting to fetch from ftp://ftp.pwr.wroc.pl/pub/linux/fedora/linux/= core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/../updates/9/SRPMS= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not fo= und, no access) =3D> Attempting to fetch from ftp://ftp.pwr.wroc.pl/pub/linux/fedora/linux/= core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.pwr.wroc.pl/pub/linux/fedora/linux/core/../releases/9/Ever= ything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., = file not found, no access) =3D> Attempting to fetch from ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat= /download.fedora.redhat.com/../updates/9/i386.newkey/. fetch: ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat= =2Ecom/../updates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: File unavaila= ble (e.g., file not found, no access) =3D> Attempting to fetch from ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat= /download.fedora.redhat.com/../releases/9/Everything/i386/os/Packages/. fetch: ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat= =2Ecom/../releases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.r= pm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat= /download.fedora.redhat.com/../updates/9/SRPMS.newkey/. fetch: ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat= =2Ecom/../updates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol err= or =3D> Attempting to fetch from ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat= /download.fedora.redhat.com/../releases/9/Everything/source/SRPMS//. fetch: ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat= =2Ecom/../releases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm:= File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from http://ftp.astral.ro/mirrors/fedora/pub/fedor= a/linux/core/../updates/9/i386.newkey/. fetch: http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/../updates= /9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.astral.ro/mirrors/fedora/pub/fedor= a/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/../release= s/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.astral.ro/mirrors/fedora/pub/fedor= a/linux/core/../updates/9/SRPMS.newkey/. fetch: http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/../updates= /9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.astral.ro/mirrors/fedora/pub/fedor= a/linux/core/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/../release= s/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.astral.ro/mirrors/fedora/pub/fedora= /linux/core/../updates/9/i386.newkey/. fetch: ftp://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/../updates/= 9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file no= t found, no access) =3D> Attempting to fetch from ftp://ftp.astral.ro/mirrors/fedora/pub/fedora= /linux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/../releases= /9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.astral.ro/mirrors/fedora/pub/fedora= /linux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/../updates/= 9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file n= ot found, no access) =3D> Attempting to fetch from ftp://ftp.astral.ro/mirrors/fedora/pub/fedora= /linux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/core/../releases= /9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable = (e.g., file not found, no access) =3D> Attempting to fetch from http://ftp.iasi.roedu.net/mirrors/fedora.redh= at.com/fedora/../updates/9/i386.newkey/. fetch: http://ftp.iasi.roedu.net/mirrors/fedora.redhat.com/fedora/../update= s/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.iasi.roedu.net/mirrors/fedora.redh= at.com/fedora/../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.iasi.roedu.net/mirrors/fedora.redhat.com/fedora/../releas= es/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.iasi.roedu.net/mirrors/fedora.redh= at.com/fedora/../updates/9/SRPMS.newkey/. fetch: http://ftp.iasi.roedu.net/mirrors/fedora.redhat.com/fedora/../update= s/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.iasi.roedu.net/mirrors/fedora.redh= at.com/fedora/../releases/9/Everything/source/SRPMS//. fetch: http://ftp.iasi.roedu.net/mirrors/fedora.redhat.com/fedora/../releas= es/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fe= dora/../updates/9/i386.newkey/. fetch: ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fedora/../updates/9/i386.= newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fe= dora/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fedora/../releases/9/Ever= ything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fe= dora/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fedora/../updates/9/SRPMS= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fe= dora/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.rdsor.ro/pub/Linux/Distributions/Fedora/../releases/9/Ever= ything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.chg.ru/pub/Linux/fedora/linux/core= /../updates/9/i386.newkey/. fetch: http://ftp.chg.ru/pub/Linux/fedora/linux/core/../updates/9/i386.newk= ey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.chg.ru/pub/Linux/fedora/linux/core= /../releases/9/Everything/i386/os/Packages/. fetch: http://ftp.chg.ru/pub/Linux/fedora/linux/core/../releases/9/Everythi= ng/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.chg.ru/pub/Linux/fedora/linux/core= /../updates/9/SRPMS.newkey/. fetch: http://ftp.chg.ru/pub/Linux/fedora/linux/core/../updates/9/SRPMS.new= key/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.chg.ru/pub/Linux/fedora/linux/core= /../releases/9/Everything/source/SRPMS//. fetch: http://ftp.chg.ru/pub/Linux/fedora/linux/core/../releases/9/Everythi= ng/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/= =2E./updates/9/i386.newkey/. fetch: ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/../updates/9/i386.newke= y/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/= =2E./releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/../releases/9/Everythin= g/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., fi= le not found, no access) =3D> Attempting to fetch from ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/= =2E./updates/9/SRPMS.newkey/. fetch: ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/../updates/9/SRPMS.newk= ey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no= access) =3D> Attempting to fetch from ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/= =2E./releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.chg.ru/pub/Linux/fedora/linux/core/../releases/9/Everythin= g/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file = not found, no access) =3D> Attempting to fetch from http://ftp.rhd.ru/pub/fedora/linux/core/../up= dates/9/i386.newkey/. fetch: http://ftp.rhd.ru/pub/fedora/linux/core/../updates/9/i386.newkey/elf= utils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.rhd.ru/pub/fedora/linux/core/../re= leases/9/Everything/i386/os/Packages/. fetch: http://ftp.rhd.ru/pub/fedora/linux/core/../releases/9/Everything/i38= 6/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.rhd.ru/pub/fedora/linux/core/../up= dates/9/SRPMS.newkey/. fetch: http://ftp.rhd.ru/pub/fedora/linux/core/../updates/9/SRPMS.newkey/el= futils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.rhd.ru/pub/fedora/linux/core/../re= leases/9/Everything/source/SRPMS//. fetch: http://ftp.rhd.ru/pub/fedora/linux/core/../releases/9/Everything/sou= rce/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.rhd.ru/pub/fedora/linux/core/../upd= ates/9/i386.newkey/. fetch: ftp://ftp.rhd.ru/pub/fedora/linux/core/../updates/9/i386.newkey/elfu= tils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.rhd.ru/pub/fedora/linux/core/../rel= eases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.rhd.ru/pub/fedora/linux/core/../releases/9/Everything/i386= /os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not= found, no access) =3D> Attempting to fetch from ftp://ftp.rhd.ru/pub/fedora/linux/core/../upd= ates/9/SRPMS.newkey/. fetch: ftp://ftp.rhd.ru/pub/fedora/linux/core/../updates/9/SRPMS.newkey/elf= utils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no acces= s) =3D> Attempting to fetch from ftp://ftp.rhd.ru/pub/fedora/linux/core/../rel= eases/9/Everything/source/SRPMS//. fetch: ftp://ftp.rhd.ru/pub/fedora/linux/core/../releases/9/Everything/sour= ce/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not fo= und, no access) =3D> Attempting to fetch from http://ftp.port80.se/fedora/core/../updates/9= /i386.newkey/. fetch: http://ftp.port80.se/fedora/core/../updates/9/i386.newkey/elfutils-0= =2E140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.port80.se/fedora/core/../releases/= 9/Everything/i386/os/Packages/. fetch: http://ftp.port80.se/fedora/core/../releases/9/Everything/i386/os/Pa= ckages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.port80.se/fedora/core/../updates/9= /SRPMS.newkey/. fetch: http://ftp.port80.se/fedora/core/../updates/9/SRPMS.newkey/elfutils-= 0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.port80.se/fedora/core/../releases/= 9/Everything/source/SRPMS//. fetch: http://ftp.port80.se/fedora/core/../releases/9/Everything/source/SRP= MS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.port80.se/fedora/core/../updates/9/= i386.newkey/. fetch: ftp://ftp.port80.se/fedora/core/../updates/9/i386.newkey/elfutils-0.= 140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.port80.se/fedora/core/../releases/9= /Everything/i386/os/Packages/. fetch: ftp://ftp.port80.se/fedora/core/../releases/9/Everything/i386/os/Pac= kages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.port80.se/fedora/core/../updates/9/= SRPMS.newkey/. fetch: ftp://ftp.port80.se/fedora/core/../updates/9/SRPMS.newkey/elfutils-0= =2E140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.port80.se/fedora/core/../releases/9= /Everything/source/SRPMS//. fetch: ftp://ftp.port80.se/fedora/core/../releases/9/Everything/source/SRPM= S//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://ftp.upjs.sk/pub/fedora/linux/core/../u= pdates/9/i386.newkey/. fetch: http://ftp.upjs.sk/pub/fedora/linux/core/../updates/9/i386.newkey/el= futils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.upjs.sk/pub/fedora/linux/core/../r= eleases/9/Everything/i386/os/Packages/. fetch: http://ftp.upjs.sk/pub/fedora/linux/core/../releases/9/Everything/i3= 86/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.upjs.sk/pub/fedora/linux/core/../u= pdates/9/SRPMS.newkey/. fetch: http://ftp.upjs.sk/pub/fedora/linux/core/../updates/9/SRPMS.newkey/e= lfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://ftp.upjs.sk/pub/fedora/linux/core/../r= eleases/9/Everything/source/SRPMS//. fetch: http://ftp.upjs.sk/pub/fedora/linux/core/../releases/9/Everything/so= urce/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.upjs.sk/pub/fedora/linux/core/../up= dates/9/i386.newkey/. fetch: ftp://ftp.upjs.sk/pub/fedora/linux/core/../updates/9/i386.newkey/elf= utils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.upjs.sk/pub/fedora/linux/core/../re= leases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.upjs.sk/pub/fedora/linux/core/../releases/9/Everything/i38= 6/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.upjs.sk/pub/fedora/linux/core/../up= dates/9/SRPMS.newkey/. fetch: ftp://ftp.upjs.sk/pub/fedora/linux/core/../updates/9/SRPMS.newkey/el= futils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.upjs.sk/pub/fedora/linux/core/../re= leases/9/Everything/source/SRPMS//. fetch: ftp://ftp.upjs.sk/pub/fedora/linux/core/../releases/9/Everything/sou= rce/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.tlk-l.net/pub/mirrors/fedora.redhat= =2Ecom/linux/core/../updates/9/i386.newkey/. fetch: ftp://ftp.tlk-l.net/pub/mirrors/fedora.redhat.com/linux/core/../upda= tes/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., fil= e not found, no access) =3D> Attempting to fetch from ftp://ftp.tlk-l.net/pub/mirrors/fedora.redhat= =2Ecom/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.tlk-l.net/pub/mirrors/fedora.redhat.com/linux/core/../rele= ases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol e= rror =3D> Attempting to fetch from ftp://ftp.tlk-l.net/pub/mirrors/fedora.redhat= =2Ecom/linux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.tlk-l.net/pub/mirrors/fedora.redhat.com/linux/core/../upda= tes/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.tlk-l.net/pub/mirrors/fedora.redhat= =2Ecom/linux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.tlk-l.net/pub/mirrors/fedora.redhat.com/linux/core/../rele= ases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://limestone.uoregon.edu/ftp/fedora/../up= dates/9/i386.newkey/. fetch: http://limestone.uoregon.edu/ftp/fedora/../updates/9/i386.newkey/elf= utils-0.140-1.fc9.src.rpm: Operation timed out =3D> Attempting to fetch from http://limestone.uoregon.edu/ftp/fedora/../re= leases/9/Everything/i386/os/Packages/. fetch: http://limestone.uoregon.edu/ftp/fedora/../releases/9/Everything/i38= 6/os/Packages/elfutils-0.140-1.fc9.src.rpm: Connection reset by peer =3D> Attempting to fetch from http://limestone.uoregon.edu/ftp/fedora/../up= dates/9/SRPMS.newkey/. fetch: http://limestone.uoregon.edu/ftp/fedora/../updates/9/SRPMS.newkey/el= futils-0.140-1.fc9.src.rpm: Operation timed out =3D> Attempting to fetch from http://limestone.uoregon.edu/ftp/fedora/../re= leases/9/Everything/source/SRPMS//. fetch: transfer timed out =3D> Attempting to fetch from ftp://limestone.uoregon.edu/fedora/../updates= /9/i386.newkey/. fetch: ftp://limestone.uoregon.edu/fedora/../updates/9/i386.newkey/elfutils= -0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://limestone.uoregon.edu/fedora/../release= s/9/Everything/i386/os/Packages/. fetch: ftp://limestone.uoregon.edu/fedora/../releases/9/Everything/i386/os/= Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://limestone.uoregon.edu/fedora/../updates= /9/SRPMS.newkey/. fetch: ftp://limestone.uoregon.edu/fedora/../updates/9/SRPMS.newkey/elfutil= s-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://limestone.uoregon.edu/fedora/../release= s/9/Everything/source/SRPMS//. fetch: ftp://limestone.uoregon.edu/fedora/../releases/9/Everything/source/S= RPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://fedora.bu.edu/core/../updates/9/i386.ne= wkey/. fetch: ftp://fedora.bu.edu/core/../updates/9/i386.newkey/elfutils-0.140-1.f= c9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://fedora.bu.edu/core/../releases/9/Everyt= hing/i386/os/Packages/. fetch: ftp://fedora.bu.edu/core/../releases/9/Everything/i386/os/Packages/e= lfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no acc= ess) =3D> Attempting to fetch from ftp://fedora.bu.edu/core/../updates/9/SRPMS.n= ewkey/. fetch: ftp://fedora.bu.edu/core/../updates/9/SRPMS.newkey/elfutils-0.140-1.= fc9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://fedora.bu.edu/core/../releases/9/Everyt= hing/source/SRPMS//. fetch: ftp://fedora.bu.edu/core/../releases/9/Everything/source/SRPMS//elfu= tils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from http://mirror.anl.gov/pub/fedora-linux-core/.= =2E/updates/9/i386.newkey/. fetch: http://mirror.anl.gov/pub/fedora-linux-core/../updates/9/i386.newkey= /elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.anl.gov/pub/fedora-linux-core/.= =2E/releases/9/Everything/i386/os/Packages/. fetch: http://mirror.anl.gov/pub/fedora-linux-core/../releases/9/Everything= /i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.anl.gov/pub/fedora-linux-core/.= =2E/updates/9/SRPMS.newkey/. fetch: http://mirror.anl.gov/pub/fedora-linux-core/../updates/9/SRPMS.newke= y/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.anl.gov/pub/fedora-linux-core/.= =2E/releases/9/Everything/source/SRPMS//. fetch: http://mirror.anl.gov/pub/fedora-linux-core/../releases/9/Everything= /source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://mirror.anl.gov/pub/fedora-linux-core/..= /updates/9/i386.newkey/. fetch: ftp://mirror.anl.gov/pub/fedora-linux-core/../updates/9/i386.newkey/= elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no ac= cess) =3D> Attempting to fetch from ftp://mirror.anl.gov/pub/fedora-linux-core/..= /releases/9/Everything/i386/os/Packages/. fetch: ftp://mirror.anl.gov/pub/fedora-linux-core/../releases/9/Everything/= i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file= not found, no access) =3D> Attempting to fetch from ftp://mirror.anl.gov/pub/fedora-linux-core/..= /updates/9/SRPMS.newkey/. fetch: ftp://mirror.anl.gov/pub/fedora-linux-core/../updates/9/SRPMS.newkey= /elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not found, no a= ccess) =3D> Attempting to fetch from ftp://mirror.anl.gov/pub/fedora-linux-core/..= /releases/9/Everything/source/SRPMS//. fetch: ftp://mirror.anl.gov/pub/fedora-linux-core/../releases/9/Everything/= source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file no= t found, no access) =3D> Attempting to fetch from ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/li= nux/core/../updates/9/i386.newkey/. fetch: ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux/core/../updates/9/i= 386.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/li= nux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux/core/../releases/9/= Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/li= nux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux/core/../updates/9/S= RPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/li= nux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux/core/../releases/9/= Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.software.umn.edu/linux/fedora/core/= =2E./updates/9/i386.newkey/. fetch: ftp://ftp.software.umn.edu/linux/fedora/core/../updates/9/i386.newke= y/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.software.umn.edu/linux/fedora/core/= =2E./releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.software.umn.edu/linux/fedora/core/../releases/9/Everythin= g/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.software.umn.edu/linux/fedora/core/= =2E./updates/9/SRPMS.newkey/. fetch: ftp://ftp.software.umn.edu/linux/fedora/core/../updates/9/SRPMS.newk= ey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.software.umn.edu/linux/fedora/core/= =2E./releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.software.umn.edu/linux/fedora/core/../releases/9/Everythin= g/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.applios.net/pub/fedora/linux/core/.= =2E/updates/9/i386.newkey/. fetch: ftp://ftp.applios.net/pub/fedora/linux/core/../updates/9/i386.newkey= /elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.applios.net/pub/fedora/linux/core/.= =2E/releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.applios.net/pub/fedora/linux/core/../releases/9/Everything= /i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.applios.net/pub/fedora/linux/core/.= =2E/updates/9/SRPMS.newkey/. fetch: ftp://ftp.applios.net/pub/fedora/linux/core/../updates/9/SRPMS.newke= y/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://ftp.applios.net/pub/fedora/linux/core/.= =2E/releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.applios.net/pub/fedora/linux/core/../releases/9/Everything= /source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Service not available, closing= control connection =3D> Attempting to fetch from http://fedora.mirror.facebook.com/linux/core/= =2E./updates/9/i386.newkey/. fetch: http://fedora.mirror.facebook.com/linux/core/../updates/9/i386.newke= y/elfutils-0.140-1.fc9.src.rpm: No address record =3D> Attempting to fetch from http://fedora.mirror.facebook.com/linux/core/= =2E./releases/9/Everything/i386/os/Packages/. fetch: http://fedora.mirror.facebook.com/linux/core/../releases/9/Everythin= g/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: No address record =3D> Attempting to fetch from http://fedora.mirror.facebook.com/linux/core/= =2E./updates/9/SRPMS.newkey/. fetch: http://fedora.mirror.facebook.com/linux/core/../updates/9/SRPMS.newk= ey/elfutils-0.140-1.fc9.src.rpm: No address record =3D> Attempting to fetch from http://fedora.mirror.facebook.com/linux/core/= =2E./releases/9/Everything/source/SRPMS//. fetch: http://fedora.mirror.facebook.com/linux/core/../releases/9/Everythin= g/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: No address record =3D> Attempting to fetch from http://mirror.steadfast.net/fedora/core/../up= dates/9/i386.newkey/. fetch: http://mirror.steadfast.net/fedora/core/../updates/9/i386.newkey/elf= utils-0.140-1.fc9.src.rpm: Moved Permanently =3D> Attempting to fetch from http://mirror.steadfast.net/fedora/core/../re= leases/9/Everything/i386/os/Packages/. fetch: http://mirror.steadfast.net/fedora/core/../releases/9/Everything/i38= 6/os/Packages/elfutils-0.140-1.fc9.src.rpm: Moved Permanently =3D> Attempting to fetch from http://mirror.steadfast.net/fedora/core/../up= dates/9/SRPMS.newkey/. fetch: http://mirror.steadfast.net/fedora/core/../updates/9/SRPMS.newkey/el= futils-0.140-1.fc9.src.rpm: Moved Permanently =3D> Attempting to fetch from http://mirror.steadfast.net/fedora/core/../re= leases/9/Everything/source/SRPMS//. fetch: http://mirror.steadfast.net/fedora/core/../releases/9/Everything/sou= rce/SRPMS//elfutils-0.140-1.fc9.src.rpm: Moved Permanently =3D> Attempting to fetch from http://mirror.eas.muohio.edu/fedora/linux/cor= e/../updates/9/i386.newkey/. fetch: http://mirror.eas.muohio.edu/fedora/linux/core/../updates/9/i386.new= key/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.eas.muohio.edu/fedora/linux/cor= e/../releases/9/Everything/i386/os/Packages/. fetch: http://mirror.eas.muohio.edu/fedora/linux/core/../releases/9/Everyth= ing/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.eas.muohio.edu/fedora/linux/cor= e/../updates/9/SRPMS.newkey/. fetch: http://mirror.eas.muohio.edu/fedora/linux/core/../updates/9/SRPMS.ne= wkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.eas.muohio.edu/fedora/linux/cor= e/../releases/9/Everything/source/SRPMS//. fetch: http://mirror.eas.muohio.edu/fedora/linux/core/../releases/9/Everyth= ing/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.engr.sjsu.edu/pub/fedora/linux/= core/../updates/9/i386.newkey/. fetch: http://mirror.engr.sjsu.edu/pub/fedora/linux/core/../updates/9/i386.= newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.engr.sjsu.edu/pub/fedora/linux/= core/../releases/9/Everything/i386/os/Packages/. fetch: http://mirror.engr.sjsu.edu/pub/fedora/linux/core/../releases/9/Ever= ything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.engr.sjsu.edu/pub/fedora/linux/= core/../updates/9/SRPMS.newkey/. fetch: http://mirror.engr.sjsu.edu/pub/fedora/linux/core/../updates/9/SRPMS= =2Enewkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.engr.sjsu.edu/pub/fedora/linux/= core/../releases/9/Everything/source/SRPMS//. fetch: http://mirror.engr.sjsu.edu/pub/fedora/linux/core/../releases/9/Ever= ything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://wuarchive.wustl.edu/pub/linux/distribut= ions/fedora/../updates/9/i386.newkey/. fetch: ftp://wuarchive.wustl.edu/pub/linux/distributions/fedora/../updates/= 9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://wuarchive.wustl.edu/pub/linux/distribut= ions/fedora/../releases/9/Everything/i386/os/Packages/. fetch: ftp://wuarchive.wustl.edu/pub/linux/distributions/fedora/../releases= /9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://wuarchive.wustl.edu/pub/linux/distribut= ions/fedora/../updates/9/SRPMS.newkey/. fetch: ftp://wuarchive.wustl.edu/pub/linux/distributions/fedora/../updates/= 9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from ftp://wuarchive.wustl.edu/pub/linux/distribut= ions/fedora/../releases/9/Everything/source/SRPMS//. fetch: ftp://wuarchive.wustl.edu/pub/linux/distributions/fedora/../releases= /9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Attempting to fetch from http://www.gtlib.gatech.edu/pub/fedora.redhat= /linux/core/../updates/9/i386.newkey/. fetch: http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/../updates/= 9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.gtlib.gatech.edu/pub/fedora.redhat= /linux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/../releases= /9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.gtlib.gatech.edu/pub/fedora.redhat= /linux/core/../updates/9/SRPMS.newkey/. fetch: http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/../updates/= 9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://www.gtlib.gatech.edu/pub/fedora.redhat= /linux/core/../releases/9/Everything/source/SRPMS//. fetch: http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/core/../releases= /9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/= linux/core/../updates/9/i386.newkey/. fetch: ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/core/../updates/9= /i386.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file not= found, no access) =3D> Attempting to fetch from ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/= linux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/core/../releases/= 9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: File unavailabl= e (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/= linux/core/../updates/9/SRPMS.newkey/. fetch: ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/core/../updates/9= /SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., file no= t found, no access) =3D> Attempting to fetch from ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/= linux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux/core/../releases/= 9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: File unavailable (= e.g., file not found, no access) =3D> Attempting to fetch from http://mirror.cogentco.com/pub/linux/fedora/l= inux/core/../updates/9/i386.newkey/. fetch: http://mirror.cogentco.com/pub/linux/fedora/linux/core/../updates/9/= i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.cogentco.com/pub/linux/fedora/l= inux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://mirror.cogentco.com/pub/linux/fedora/linux/core/../releases/9= /Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.cogentco.com/pub/linux/fedora/l= inux/core/../updates/9/SRPMS.newkey/. fetch: http://mirror.cogentco.com/pub/linux/fedora/linux/core/../updates/9/= SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirror.cogentco.com/pub/linux/fedora/l= inux/core/../releases/9/Everything/source/SRPMS//. fetch: http://mirror.cogentco.com/pub/linux/fedora/linux/core/../releases/9= /Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirrors.tummy.com/pub/fedora.redhat.co= m/fedora/linux/core/../updates/9/i386.newkey/. fetch: http://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/../= updates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirrors.tummy.com/pub/fedora.redhat.co= m/fedora/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: http://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/../= releases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Not Fo= und =3D> Attempting to fetch from http://mirrors.tummy.com/pub/fedora.redhat.co= m/fedora/linux/core/../updates/9/SRPMS.newkey/. fetch: http://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/../= updates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from http://mirrors.tummy.com/pub/fedora.redhat.co= m/fedora/linux/core/../releases/9/Everything/source/SRPMS//. fetch: http://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/../= releases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Not Found =3D> Attempting to fetch from ftp://mirrors.tummy.com/pub/fedora.redhat.com= /fedora/linux/core/../updates/9/i386.newkey/. fetch: ftp://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/../u= pdates/9/i386.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g., = file not found, no access) =3D> Attempting to fetch from ftp://mirrors.tummy.com/pub/fedora.redhat.com= /fedora/linux/core/../releases/9/Everything/i386/os/Packages/. fetch: ftp://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/../r= eleases/9/Everything/i386/os/Packages/elfutils-0.140-1.fc9.src.rpm: Protoco= l error =3D> Attempting to fetch from ftp://mirrors.tummy.com/pub/fedora.redhat.com= /fedora/linux/core/../updates/9/SRPMS.newkey/. fetch: ftp://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/../u= pdates/9/SRPMS.newkey/elfutils-0.140-1.fc9.src.rpm: File unavailable (e.g.,= file not found, no access) =3D> Attempting to fetch from ftp://mirrors.tummy.com/pub/fedora.redhat.com= /fedora/linux/core/../releases/9/Everything/source/SRPMS//. fetch: ftp://mirrors.tummy.com/pub/fedora.redhat.com/fedora/linux/core/../r= eleases/9/Everything/source/SRPMS//elfutils-0.140-1.fc9.src.rpm: Protocol e= rror =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/rpm/i386/fedora/9.newkey/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/rpm/i386/fedora/9.= newkey/elfutils-0.140-1.fc9.src.rpm: Protocol error =3D> Couldn't fetch it - please try to retrieve this =3D> port manually into /tmp/distfiles/rpm/i386/fedora/9.newkey and try aga= in. *** Error code 1 Stop in /a/ports/emulators/linux_base-f9. =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 build of /usr/ports/emulators/linux_base-f9 ended at Thu Sep 30 11:23:53 UT= C 2010 !DSPAM:4ca4734f230294985821722! ----- End forwarded message ----- --=20 Erwin Lansing http://droso.org Prediction is very difficult especially about the future erwin@FreeBSD.org --QfPW8fNxh+WKMpMU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iD8DBQFMpHPQqy9aWxUlaZARAukqAJ9J5gxyUwf5zWBv1U6GHTQF1xQC1QCguSUa bLRMAlXT4jqKWrGES/hs2JU= =rYKd -----END PGP SIGNATURE----- --QfPW8fNxh+WKMpMU-- From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 30 12:25:20 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9605106564A for ; Thu, 30 Sep 2010 12:25:20 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 72DCA8FC1A for ; Thu, 30 Sep 2010 12:25:19 +0000 (UTC) Received: by wwb17 with SMTP id 17so2451946wwb.31 for ; Thu, 30 Sep 2010 05:25:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.22.5 with SMTP id s5mr590090wes.79.1285849518661; Thu, 30 Sep 2010 05:25:18 -0700 (PDT) Received: by 10.216.179.210 with HTTP; Thu, 30 Sep 2010 05:25:18 -0700 (PDT) In-Reply-To: References: <9b2994ac03546972fd1c0d1a4ae64dfa@ringofsaturn.com> <201009291929.52476.lobo@bsd.com.br> Date: Thu, 30 Sep 2010 09:25:18 -0300 Message-ID: From: Mario Lobo To: Rusty Nejdl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 12:25:20 -0000 2010/9/30 Rusty Nejdl > > >> Just found something. >> >> On a win 7 guest. When I tried to refresh the "Windows Experience >> Index", the >> VM was summarily closed midway through the process. No crash or abort >> warnings >> of any kind. No host disturbance whatsoever however. >> >> Without the 2d enebled, the refresh runs without problems. >> >> FreeBSD amd 64 8G Ram >> Nvidia driver 256.52 >> > > Mario, > > I can confirm the exact same behavior. I didn't have the guest additions > installed earlier on Windows 7 so the Windows Experience Index ran correctly > but gave graphics a 1. I installed guest additions in safe mode with the > experimental 3d support and then rebooted. Running the test this time > closed the VM just as you saw. > > Rusty > But, no doubt, the 2D accel improved quite A LOT the display in any windows version. I have not tested other OS. Mario -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!] (99,7% winfoes FREE) From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 30 13:01:56 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1787C106566B for ; Thu, 30 Sep 2010 13:01:56 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id E05CF8FC0A for ; Thu, 30 Sep 2010 13:01:55 +0000 (UTC) Received: from ASSP.nospam (tethys [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id o8UD1pYJ004061; Thu, 30 Sep 2010 08:01:52 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 30 Sep 2010 08:01:50 -0500 MIME-Version: 1.0 Date: Thu, 30 Sep 2010 08:01:50 -0500 From: Rusty Nejdl To: Mario Lobo In-Reply-To: References: <9b2994ac03546972fd1c0d1a4ae64dfa@ringofsaturn.com> <201009291929.52476.lobo@bsd.com.br> Message-ID: <0cc16d58b09a50be3f2f38b5552d2521@ringofsaturn.com> X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.4-trunk X-Assp-Version: 1.7.5.7(1.0.07) on ASSP.nospam X-Assp-Intended-For-IP: 71.252.219.43 X-Assp-Passing: authenticated X-Assp-ID: ASSP.nospam 51712-07638 X-Assp-Envelope-From: rnejdl@ringofsaturn.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 13:01:56 -0000 On Thu, 30 Sep 2010 09:25:18 -0300, Mario Lobo wrote: > 2010/9/30 Rusty Nejdl > >>> Just found something. >>> >>> On a win 7 guest. When I tried to refresh the "Windows Experience >>> Index", the >>> VM was summarily closed midway through the process. No crash or abort >>> warnings >>> of any kind. No host disturbance whatsoever however. >>> >>> Without the 2d enebled, the refresh runs without problems. >>> >>> FreeBSD amd 64 8G Ram >>> Nvidia driver 256.52 >> >> Mario, >> >> I can confirm the exact same behavior. I didn't have the guest additions installed earlier on Windows 7 so the Windows Experience Index ran correctly but gave graphics a 1. I installed guest additions in safe mode with the experimental 3d support and then rebooted. Running the test this time closed the VM just as you saw. >> >> Rusty > > But, no doubt, the 2D accel improved quite A LOT the display in any windows version. > I have not tested other OS. > > Mario > Mario, I tested again and found that if I disable 3D acceleration then Windows 7 does not shut down when refreshing the index. It still shows a 1 though. So, it seems that this patch might be surfacing something that is broken but we didn't see until now. I had never seen anything official on 3D acceleration actually working on FreeBSD so not sure if that even works. > Links: ------ [1] mailto:rnejdl@ringofsaturn.com From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 30 13:27:20 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BB9B106566B; Thu, 30 Sep 2010 13:27:20 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id 94D818FC1C; Thu, 30 Sep 2010 13:27:19 +0000 (UTC) Received: from [91.205.172.21] (helo=secure.bluelife.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1P1JAM-0001Vr-7g; Thu, 30 Sep 2010 15:27:18 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Thu, 30 Sep 2010 13:27:19 +0000 From: Bernhard Froehlich To: "Sean C. Farley" In-Reply-To: References: <29a8508a4d138cace83898e313c1c164@bluelife.at> Message-ID: <16a3b608dee102e7158815bf58dd4a8b@bluelife.at> X-Sender: decke@FreeBSD.org User-Agent: Roundcube Webmail/0.4 X-Spam-Score: -1.0 (-) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Wed, 29 Sep 2010 09:36:01 -0500 (CDT), "Sean C. Farley" wrote: > On Wed, 29 Sep 2010, Bernhard Froehlich wrote: > >> On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" >> wrote: >>> Here is a patch that adds 2D acceleration. I am not sure if the >>> VirtualBox_LIBS.freebsd line is needed or not, but it does not cause >>> any apparent regressions. I tested this with the Nvidia driver, and >>> it shows improvement within the VM. I do not know how other drivers >>> will work. EXA may be required over XAA. >>> >>> If the patch does not make it through the mailing list filter, it can >>> also be found here: >>> http://people.freebsd.org/~scf/virtualbox-2daccel.patch >> >> Thanks for the patch! It seems to build fine so I committed it to our >> testing repository [1] and will do some testing with Intel onboard >> graphics before committing it to the tree. > > You are welcome. > >> Could you please reply if you agree that your patch is under the MIT >> License [2] so that we can send it upstream? > > I thought it too small of a patch to qualify for a license, however, to > make it easier: > The patch[1] is available under the MIT license. > > Sean > 1. http://people.freebsd.org/~scf/virtualbox-2daccel.patch [...] Content analysis details: (-1.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.4 AWL AWL: From: address is in the auto white-list Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 13:27:20 -0000 On Wed, 29 Sep 2010 09:36:01 -0500 (CDT), "Sean C. Farley" wrote: > On Wed, 29 Sep 2010, Bernhard Froehlich wrote: > >> On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" >> wrote: >>> Here is a patch that adds 2D acceleration. I am not sure if the >>> VirtualBox_LIBS.freebsd line is needed or not, but it does not cause >>> any apparent regressions. I tested this with the Nvidia driver, and >>> it shows improvement within the VM. I do not know how other drivers >>> will work. EXA may be required over XAA. >>> >>> If the patch does not make it through the mailing list filter, it can >>> also be found here: >>> http://people.freebsd.org/~scf/virtualbox-2daccel.patch >> >> Thanks for the patch! It seems to build fine so I committed it to our >> testing repository [1] and will do some testing with Intel onboard >> graphics before committing it to the tree. > > You are welcome. > >> Could you please reply if you agree that your patch is under the MIT >> License [2] so that we can send it upstream? > > I thought it too small of a patch to qualify for a license, however, to > make it easier: > The patch[1] is available under the MIT license. > > Sean > 1. http://people.freebsd.org/~scf/virtualbox-2daccel.patch Thanks! I've already submitted the patch upstream and committed it to the tree a few minutes ago. -- Bernhard Froehlich http://www.bluelife.at/ From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 1 03:41:11 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CA3A106566C; Fri, 1 Oct 2010 03:41:11 +0000 (UTC) (envelope-from daichi@freebsd.org) Received: from natial.ongs.co.jp (natial.ongs.co.jp [202.216.246.90]) by mx1.freebsd.org (Postfix) with ESMTP id 6AFFA8FC15; Fri, 1 Oct 2010 03:41:11 +0000 (UTC) Received: from parancell.ongs.co.jp (dullmdaler.ongs.co.jp [202.216.246.94]) by natial.ongs.co.jp (Postfix) with ESMTPSA id 2805712543C; Fri, 1 Oct 2010 12:25:41 +0900 (JST) Date: Fri, 1 Oct 2010 12:25:40 +0900 From: Daichi GOTO To: "Sean C. Farley" Message-Id: <20101001122540.3eeed81b.daichi@freebsd.org> In-Reply-To: References: Organization: FreeBSD Project X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 03:41:11 -0000 Thanks great work! (With guest os XP and Win7, it looks like working, maybe... At least 2D checkbox is there) I did test to check 2D acceleration effect with this patch, and 2D benchmarks shows about the same index. No effect appears. I want to know that this 2D acceleration feature works for what and thats effect actually. Someone has any ideas? On Sat, 25 Sep 2010 20:21:31 -0500 (CDT) "Sean C. Farley" wrote: > Here is a patch that adds 2D acceleration. I am not sure if the > VirtualBox_LIBS.freebsd line is needed or not, but it does not cause any > apparent regressions. I tested this with the Nvidia driver, and it > shows improvement within the VM. I do not know how other drivers will > work. EXA may be required over XAA. > > If the patch does not make it through the mailing list filter, it can > also be found here: > http://people.freebsd.org/~scf/virtualbox-2daccel.patch > > Sean > -- > scf@FreeBSD.org > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org" -- Daichi GOTO 81-42-316-7945 | daichi@ongs.co.jp | http://www.ongs.co.jp LinkedIn: http://linkedin.com/in/daichigoto From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 1 13:35:10 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8663106564A for ; Fri, 1 Oct 2010 13:35:10 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 7C1348FC0C for ; Fri, 1 Oct 2010 13:35:10 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P1flO-0005yx-Fo for freebsd-emulation@freebsd.org; Fri, 01 Oct 2010 15:35:02 +0200 Received: from cpe-24-210-63-182.columbus.res.rr.com ([24.210.63.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Oct 2010 15:35:02 +0200 Received: from dsamms by cpe-24-210-63-182.columbus.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Oct 2010 15:35:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: David Samms Date: Fri, 01 Oct 2010 09:17:30 -0400 Lines: 26 Message-ID: References: <20100930005312.GA47505@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe-24-210-63-182.columbus.res.rr.com User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.12) Gecko/20100927 Thunderbird/3.0.8 In-Reply-To: <20100930005312.GA47505@freebsd.org> Subject: Re: Flash Player "Square" Preview Release - a new hope X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 13:35:10 -0000 On 09/29/10 20:53, Alexander Best wrote: > hi there, > > i just sumbled upon this new flash player release by adobe: > > http://labs.adobe.com/downloads/flashplayer10.html > > i might be making an idiot out of myself, because this might have been > discussed beforehand, but oh well... ;) > > i went for the "32-bit Content Debugger Players Linux" version and after > throwing it at nspluginwrapper everything works fine so far. i haven't > experienced any segfaults (i'm sure anybody running flash 8-10 knows what I'm > talking about ;)). > > anybody else tried it yet? i'm running chromium 5.0.375.127 btw (built with > base gcc (4.2.x)). > > cheers. > alex > Thanks for the update. I am running 8.1 amd64 and tried both the release and debug version with Firefox 3.6.10. the relase version crashed just as often as usual which makes it unusable, but the debug version works much better. So far it has not crashed. From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 1 13:43:02 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59F951065675; Fri, 1 Oct 2010 13:43:02 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id B6E988FC17; Fri, 1 Oct 2010 13:43:01 +0000 (UTC) Received: from [91.205.172.21] (helo=secure.bluelife.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1P1ft5-0001k0-VC; Fri, 01 Oct 2010 15:43:00 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Fri, 01 Oct 2010 13:43:00 +0000 From: Bernhard Froehlich To: Bernhard Froehlich In-Reply-To: <16a3b608dee102e7158815bf58dd4a8b@bluelife.at> References: <29a8508a4d138cace83898e313c1c164@bluelife.at> <16a3b608dee102e7158815bf58dd4a8b@bluelife.at> Message-ID: <9289fe73078d6273a29c4ca816858766@bluelife.at> X-Sender: decke@FreeBSD.org User-Agent: Roundcube Webmail/0.4 X-Spam-Score: -1.0 (-) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Thu, 30 Sep 2010 13:27:19 +0000, Bernhard Froehlich wrote: > On Wed, 29 Sep 2010 09:36:01 -0500 (CDT), "Sean C. Farley" > wrote: >> On Wed, 29 Sep 2010, Bernhard Froehlich wrote: >> >>> On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" >>> wrote: >>>> Here is a patch that adds 2D acceleration. I am not sure if the >>>> VirtualBox_LIBS.freebsd line is needed or not, but it does not cause >>>> any apparent regressions. I tested this with the Nvidia driver, and >>>> it shows improvement within the VM. I do not know how other drivers >>>> will work. EXA may be required over XAA. >>>> >>>> If the patch does not make it through the mailing list filter, it can >>>> also be found here: >>>> http://people.freebsd.org/~scf/virtualbox-2daccel.patch >>> >>> Thanks for the patch! It seems to build fine so I committed it to our >>> testing repository [1] and will do some testing with Intel onboard >>> graphics before committing it to the tree. >> >> You are welcome. >> >>> Could you please reply if you agree that your patch is under the MIT >>> License [2] so that we can send it upstream? >> >> I thought it too small of a patch to qualify for a license, however, to >> make it easier: >> The patch[1] is available under the MIT license. >> >> Sean >> 1. http://people.freebsd.org/~scf/virtualbox-2daccel.patch > > Thanks! I've already submitted the patch upstream and committed it to > the tree a few minutes ago. [...] Content analysis details: (-1.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.4 AWL AWL: From: address is in the auto white-list Cc: freebsd-emulation@FreeBSD.org, "Sean C. Farley" Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 13:43:02 -0000 On Thu, 30 Sep 2010 13:27:19 +0000, Bernhard Froehlich wrote: > On Wed, 29 Sep 2010 09:36:01 -0500 (CDT), "Sean C. Farley" > wrote: >> On Wed, 29 Sep 2010, Bernhard Froehlich wrote: >> >>> On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" >>> wrote: >>>> Here is a patch that adds 2D acceleration. I am not sure if the >>>> VirtualBox_LIBS.freebsd line is needed or not, but it does not cause >>>> any apparent regressions. I tested this with the Nvidia driver, and >>>> it shows improvement within the VM. I do not know how other drivers >>>> will work. EXA may be required over XAA. >>>> >>>> If the patch does not make it through the mailing list filter, it can >>>> also be found here: >>>> http://people.freebsd.org/~scf/virtualbox-2daccel.patch >>> >>> Thanks for the patch! It seems to build fine so I committed it to our >>> testing repository [1] and will do some testing with Intel onboard >>> graphics before committing it to the tree. >> >> You are welcome. >> >>> Could you please reply if you agree that your patch is under the MIT >>> License [2] so that we can send it upstream? >> >> I thought it too small of a patch to qualify for a license, however, to >> make it easier: >> The patch[1] is available under the MIT license. >> >> Sean >> 1. http://people.freebsd.org/~scf/virtualbox-2daccel.patch > > Thanks! I've already submitted the patch upstream and committed it to > the tree a few minutes ago. Patch has been committed upstream. http://www.virtualbox.org/changeset/32833 -- Bernhard Froehlich http://www.bluelife.at/ From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 1 15:04:30 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B68B61065670 for ; Fri, 1 Oct 2010 15:04:30 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id 722918FC0C for ; Fri, 1 Oct 2010 15:04:30 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.4/8.14.4) with ESMTP id o91F4Q19082659; Fri, 1 Oct 2010 10:04:27 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Fri, 1 Oct 2010 10:04:26 -0500 (CDT) From: "Sean C. Farley" To: Mario Lobo In-Reply-To: <201009291929.52476.lobo@bsd.com.br> Message-ID: References: <9b2994ac03546972fd1c0d1a4ae64dfa@ringofsaturn.com> <201009291929.52476.lobo@bsd.com.br> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-1.0 required=4.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.farley.org Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 15:04:30 -0000 On Wed, 29 Sep 2010, Mario Lobo wrote: > On Wednesday 29 September 2010 19:09:03 Rusty Nejdl wrote: *snip* >> Just found the enable 2d acceleration checkbox. I only works for >> Windows clients that you have installed the 2d acceleration drivers. >> Using it for Diablo II has a noticeable improvement. No mouse >> stuttering that I have seen since then. > > Just found something. > > On a win 7 guest. When I tried to refresh the "Windows Experience > Index", the VM was summarily closed midway through the process. No > crash or abort warnings of any kind. No host disturbance whatsoever > however. > > Without the 2d enebled, the refresh runs without problems. It looks like a known bug even when the host is Windows 7: http://www.virtualbox.org/ticket/5236 > FreeBSD amd 64 8G Ram > Nvidia driver 256.52 I am running 256.53 which is a certified/non-beta driver. You can find it from the main driver download; I did not see it in the forum under the "Current Releases" thread. Sean -- scf@FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 1 15:14:55 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AF271065694; Fri, 1 Oct 2010 15:14:55 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id C91EA8FC25; Fri, 1 Oct 2010 15:14:54 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.4/8.14.4) with ESMTP id o91FErgX082848; Fri, 1 Oct 2010 10:14:53 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Fri, 1 Oct 2010 10:14:53 -0500 (CDT) From: "Sean C. Farley" To: Daichi GOTO In-Reply-To: <20101001122540.3eeed81b.daichi@freebsd.org> Message-ID: References: <20101001122540.3eeed81b.daichi@freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-1.1 required=4.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.farley.org Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 15:14:55 -0000 On Fri, 1 Oct 2010, Daichi GOTO wrote: > On Sat, 25 Sep 2010 20:21:31 -0500 (CDT) "Sean C. Farley" wrote: >> Here is a patch that adds 2D acceleration. I am not sure if the >> VirtualBox_LIBS.freebsd line is needed or not, but it does not cause >> any apparent regressions. I tested this with the Nvidia driver, and >> it shows improvement within the VM. I do not know how other drivers >> will work. EXA may be required over XAA. >> >> If the patch does not make it through the mailing list filter, it can >> also be found here: >> http://people.freebsd.org/~scf/virtualbox-2daccel.patch > > Thanks great work! (With guest os XP and Win7, it looks like working, > maybe... At least 2D checkbox is there) You are welcome. > I did test to check 2D acceleration effect with this patch, and 2D > benchmarks shows about the same index. No effect appears. I want to > know that this 2D acceleration feature works for what and thats effect > actually. Someone has any ideas? Did you install the guest additions experimental drivers to support 3D? What graphics hardware do you use? I have an Nvidia 8800 GTS. I do not know how well this option works for other hardware. Also, what type of acceleration are you using for your X driver (check /var/log/Xorg.0.log). EXA may be required over XAA. At least, some type of acceleration is needed. I am new to this option, so that is all I can surmise. Sean -- scf@FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 1 15:23:53 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BFBB106566C; Fri, 1 Oct 2010 15:23:53 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF268FC08; Fri, 1 Oct 2010 15:23:52 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.4/8.14.4) with ESMTP id o91FNp9W082976; Fri, 1 Oct 2010 10:23:51 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Fri, 1 Oct 2010 10:23:51 -0500 (CDT) From: "Sean C. Farley" To: Bernhard Froehlich In-Reply-To: <9289fe73078d6273a29c4ca816858766@bluelife.at> Message-ID: References: <29a8508a4d138cace83898e313c1c164@bluelife.at> <16a3b608dee102e7158815bf58dd4a8b@bluelife.at> <9289fe73078d6273a29c4ca816858766@bluelife.at> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-1.1 required=4.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.farley.org Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 15:23:53 -0000 On Fri, 1 Oct 2010, Bernhard Froehlich wrote: > On Thu, 30 Sep 2010 13:27:19 +0000, Bernhard Froehlich > wrote: >>>> On Sat, 25 Sep 2010 20:21:31 -0500 (CDT), "Sean C. Farley" >>>> wrote: >>>>> Here is a patch that adds 2D acceleration. I am not sure if the >>>>> VirtualBox_LIBS.freebsd line is needed or not, but it does not >>>>> cause any apparent regressions. I tested this with the Nvidia >>>>> driver, and it shows improvement within the VM. I do not know how >>>>> other drivers will work. EXA may be required over XAA. >>>>> >>>>> If the patch does not make it through the mailing list filter, it >>>>> can also be found here: >>>>> http://people.freebsd.org/~scf/virtualbox-2daccel.patch *snip* >> Thanks! I've already submitted the patch upstream and committed it to >> the tree a few minutes ago. > > Patch has been committed upstream. > > http://www.virtualbox.org/changeset/32833 Great. Thank you. To all those thanking me and I may have missed, you are welcome. It must be a highly desired option for others besides me. It was a small piece of work, once found where, to enable it. I just want to make sure people know that I did not actually write the code adding 2D acceleration. :) Sean -- scf@FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 1 20:26:35 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59C2D106566B; Fri, 1 Oct 2010 20:26:35 +0000 (UTC) (envelope-from lynx.ripe@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 117A08FC13; Fri, 1 Oct 2010 20:26:33 +0000 (UTC) Received: by iwn34 with SMTP id 34so5211128iwn.13 for ; Fri, 01 Oct 2010 13:26:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=1TldSdofpzkOwerVzOsb2J+MwoWNq16lSH7aM/fR7Oo=; b=xfOCy4cBmqBPZZ0UqBVupIdHVG85O1Q+4BYoAntpQu7NIn/Q1l+UbKvL/ZvxSgwBXX lJTwVVaaZSxov0PZBa46PQh8YexwiIpwifo6DIhNYBKXd9EV4aAiv6HYyJbH5kZWLxLv B2rWiqaR9STx4bowOpAXlaB2bmw4Z+MFISjfI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=F6GlTA2G2bM7n4uLQRXJJd/TEGoHPqbvBws4d1a7r0x6T48du3a/DOU++m57Ohvzw6 zuBHZYdV6VrBKDG70z5w7NJcXh4nsJwdopYoR/QQLoKbcxnteBrpatN6EzVzRhJ9VOe8 6l5KLIPuTVxaFmGVabMCoFBRA9iEVZ6vIhOQM= MIME-Version: 1.0 Received: by 10.231.157.207 with SMTP id c15mr6188903ibx.143.1285963487373; Fri, 01 Oct 2010 13:04:47 -0700 (PDT) Received: by 10.231.85.197 with HTTP; Fri, 1 Oct 2010 13:04:46 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Oct 2010 23:04:46 +0300 Message-ID: From: Dmitry Pryanishnikov To: "Sean C. Farley" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 20:26:35 -0000 Hello! 2010/9/30 Sean C. Farley : >>> apparent regressions. =A0I tested this with the Nvidia driver, and it s= hows >>> improvement within the VM. =A0I do not know how other drivers will work= . =A0EXA >>> may be required over XAA. > > Just remember to check "Enable 2D Video Acceleration" in the configuratio= n > of the VM in question. I've just rebuilt the VirtualBox, package version is virtualbox-ose-3.2.8_1 now. However, when I select my WinXP guest in the VirtualBox GUI -> Settings -> Display, I see that "Enable 3D Acceleration" checkbox is selectable, but "Enable 2D Video Acceleration" one is inactive! I use 8.1-STABLE/amd64 with ATI RV370 [Radeon X300SE] video adapter, X.Org X Server 1.7.5, video driver "radeon", direct rendering enabled, "AccelMethod" is "EXA". What else should I check in order to verify why the "Enable 2D Video Acceleration" option is inactive? --=20 Sincerely, Dmitry nic-hdl: LYNX-RIPE From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 1 20:33:33 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB6F3106566C for ; Fri, 1 Oct 2010 20:33:33 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8E7BF8FC16 for ; Fri, 1 Oct 2010 20:33:33 +0000 (UTC) Received: by yxn35 with SMTP id 35so1615798yxn.13 for ; Fri, 01 Oct 2010 13:33:32 -0700 (PDT) Received: by 10.90.70.17 with SMTP id s17mr1885008aga.108.1285965212646; Fri, 01 Oct 2010 13:33:32 -0700 (PDT) Received: from papi.localnet ([189.70.188.3]) by mx.google.com with ESMTPS id p30sm286861ybk.20.2010.10.01.13.33.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 01 Oct 2010 13:33:31 -0700 (PDT) From: Mario Lobo To: freebsd-emulation@freebsd.org Date: Fri, 1 Oct 2010 17:31:51 -0300 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <201009291929.52476.lobo@bsd.com.br> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201010011731.51964.lobo@bsd.com.br> Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 20:33:33 -0000 On Friday 01 October 2010 12:04:26 Sean C. Farley wrote: > > Just found something. [snip] > It looks like a known bug even when the host is Windows 7: > http://www.virtualbox.org/ticket/5236 > > > FreeBSD amd 64 8G Ram > > Nvidia driver 256.52 > > I am running 256.53 which is a certified/non-beta driver. You can find > it from the main driver download; I did not see it in the forum under > the "Current Releases" thread. > > Sean Just found it. Thanks !. Downloading now. Let you know the results. By the way, I do have the experimental 3D drivers (installed in safe mode) and my board is a 9800 GT. -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winfoes FREE) From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 1 20:35:17 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DF5C10656A5; Fri, 1 Oct 2010 20:35:17 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 228E98FC13; Fri, 1 Oct 2010 20:35:17 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id A624C6125; Fri, 1 Oct 2010 16:35:15 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1285965315; bh=RKA5jOJDGOsElOllOz9yJTzxelODASEuXarhOumzkq8=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=AI5TCn/Suk0toJn96dsaWrOkxfVhBRwYK2tLlWfU8lI9WVE+Jp1OQJtb21juGHNBu +zDDn7u31L5D7ftdAJ5Q3IQEbLMdzPWtK8S5bsWjvGZKHVoo2CRW4hKNLeT9bzJ DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=VzHBcHjn/UACVfzjWf/IFNFyO7tfcQx6MEWmxYvJednLmpXxEMKLIbasz8jt9YziR btSS2J7vFoHFZwwfUxzqhetlhNvm1aLwm6ONZq5dwJAronO7b2x5AYZkPuMdLYX Message-ID: <4CA645FF.4060706@protected-networks.net> Date: Fri, 01 Oct 2010 16:35:11 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100918 Thunderbird/3.1.4 MIME-Version: 1.0 To: Dmitry Pryanishnikov References: In-Reply-To: X-Enigmail-Version: 1.1.2 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox 2D acceleration X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 20:35:17 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/01/10 16:04, Dmitry Pryanishnikov wrote: > Hello! > > 2010/9/30 Sean C. Farley : >>>> apparent regressions. I tested this with the Nvidia driver, and it shows >>>> improvement within the VM. I do not know how other drivers will work. EXA >>>> may be required over XAA. >> >> Just remember to check "Enable 2D Video Acceleration" in the configuration >> of the VM in question. > > I've just rebuilt the VirtualBox, package version is > virtualbox-ose-3.2.8_1 now. However, when I select my WinXP guest in > the VirtualBox GUI -> Settings -> Display, I see that "Enable 3D > Acceleration" checkbox is selectable, but "Enable 2D Video > Acceleration" one is inactive! I have the same symptom with -current (uname -> FreeBSD 9.0-CURRENT #0 r213315) - From /var/log/Xorg.0.log: (==) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (**) intel(0): Option "XvMC" "YES" (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM (--) intel(0): Chipset: "945GM" (--) intel(0): Linear framebuffer at 0xD0000000 (--) intel(0): IO registers at addr 0xF0A00000 (==) intel(0): Using EXA for acceleration imb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkymRf8ACgkQQv9rrgRC1JJo/QCgnmJVg/XpbVtLG0Byi2rZ5dQC zqQAn2Qb/m6NNBk8vaysxE8IobyNKj/k =xm0K -----END PGP SIGNATURE----- From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 2 11:36:40 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F31B1065673 for ; Sat, 2 Oct 2010 11:36:40 +0000 (UTC) (envelope-from ttsiodras@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 03D3A8FC15 for ; Sat, 2 Oct 2010 11:36:39 +0000 (UTC) Received: by qyk8 with SMTP id 8so492843qyk.13 for ; Sat, 02 Oct 2010 04:36:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=3CmiPQgl0lGno1BFbnr33GK+St2JzPo7LZ3RqfiF6Hg=; b=uv5oQbm+RB+SejW/04RTwKEcQdoTjAeQBpoNupZc0w3TQa4uebo7qC3/ziWk262XcT 2S/fZQpiddTlqw8xPNVUt4MbBokjUC6RApCeWhERtgUyPUGRMRFVvXAz1j7SoOeTpYCv uZ8nwtjTxGAs3NFlpexB9pj9iZ0D+lMd3xzSI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=oStD3FMUaXMdzi2shDyhY7FrSsn0oPcCEjkpJSXvX57tKmMga7kmfOpeK/W9z4X9fp z48vp251AEJSxGqiWttoK3zygD9xLILLsgg3P1xJxQmMOofq6R+5B/Hkv9fXXJNbTMGP MZWqP7NFTXPOx8AevkiOdZ8Kbju9r6louL+uc= MIME-Version: 1.0 Received: by 10.229.215.67 with SMTP id hd3mr4859795qcb.74.1286017841393; Sat, 02 Oct 2010 04:10:41 -0700 (PDT) Received: by 10.229.232.146 with HTTP; Sat, 2 Oct 2010 04:10:41 -0700 (PDT) Date: Sat, 2 Oct 2010 14:10:41 +0300 Message-ID: From: Thanassis Tsiodras To: freebsd-emulation@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: VirtualBox can't boot a Linux residing in the same hard disk - operation not permitted X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 11:36:40 -0000 Hi, everyone. I have a disk where I have installed both Linux and FreeBSD, under different partitions. From FreeBSD, I wanted to use VirtualBox to boot my Linux, which resides in a different partition of the same disk. I installed the latest Virtualbox from ports (3.2.8, r64453), and I tried to create a raw-access device: bash$ sudo VBoxManage internalcommands createrawvmdk -filename ~/.VirtualBox/WholeDisk.vmdk -rawdisk /dev/ad11 but unfortunately, I got... ERROR: VMDK: could not open raw disk file '/dev/ad11' and truss revealed that: bash$ sudo truss VBoxManage internalcommands createrawvmdk -filename ~/.VirtualBox/WholeDisk.vmdk -rawdisk /dev/ad11 2>&1 | grep ad11 open("/dev/ad11",O_RDONLY,0600) = 8 (0x8) open("/dev/ad11",O_RDWR,0600) ERR#1 'Operation not permitted' So it seems that VBoxManage attempted to get read-only access to the device, succeeded, then attempted to get RW access, and failed. I tried this under a root login too (i.e. not via sudo), just in case. No go. Security wise, I am at: bash$ sysctl kern.securelevel kern.securelevel: -1 Any ideas on what to try? Note that the reverse works: Linux has no problem giving VBoxManage raw access to the disk, even though the ext4 partition resides in the same disk. -- What I gave, I have; what I spent, I had; what I kept, I lost. -Old Epitaph From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 2 14:05:30 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C4F81065670 for ; Sat, 2 Oct 2010 14:05:30 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 013818FC0A for ; Sat, 2 Oct 2010 14:05:29 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 48EA11E000CA; Sat, 2 Oct 2010 16:05:29 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o92E4AwB063221; Sat, 2 Oct 2010 16:04:10 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id o92E49cn063220; Sat, 2 Oct 2010 16:04:09 +0200 (CEST) (envelope-from nox) Date: Sat, 2 Oct 2010 16:04:09 +0200 (CEST) From: Juergen Lock Message-Id: <201010021404.o92E49cn063220@triton8.kn-bremen.de> To: ttsiodras@gmail.com X-Newsgroups: local.list.freebsd.emulation In-Reply-To: Organization: home Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox can't boot a Linux residing in the same hard disk - operation not permitted X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 14:05:30 -0000 In article you write: >Hi, everyone. > >I have a disk where I have installed both Linux and FreeBSD, under >different partitions. From FreeBSD, I wanted to use VirtualBox to boot >my Linux, which resides in a different partition of the same disk. I >installed the latest Virtualbox from ports (3.2.8, r64453), and I >tried to create a raw-access device: > > bash$ sudo VBoxManage internalcommands createrawvmdk -filename >~/.VirtualBox/WholeDisk.vmdk -rawdisk /dev/ad11 > >but unfortunately, I got... > > ERROR: VMDK: could not open raw disk file '/dev/ad11' > >and truss revealed that: > > bash$ sudo truss VBoxManage internalcommands createrawvmdk -filename >~/.VirtualBox/WholeDisk.vmdk -rawdisk /dev/ad11 2>&1 | grep ad11 > open("/dev/ad11",O_RDONLY,0600) = 8 (0x8) > open("/dev/ad11",O_RDWR,0600) ERR#1 'Operation >not permitted' > >So it seems that VBoxManage attempted to get read-only access to the >device, succeeded, then attempted to get RW access, and failed. > >I tried this under a root login too (i.e. not via sudo), just in case. No go. > >Security wise, I am at: > >bash$ sysctl kern.securelevel >kern.securelevel: -1 > >Any ideas on what to try? You need to disable the geom(4) anti-foot-shooting flag: sysctl kern.geom.debugflags=16 (this is meant to protect from writing to underlying devices of mounted filesystems because that usually causes corruption.) So be careful not to mount/boot the FreeBSD slice from within the guest... :) HTH, Juergen From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 2 15:54:43 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82427106566C for ; Sat, 2 Oct 2010 15:54:43 +0000 (UTC) (envelope-from sdb@ssr.com) Received: from mailhost.ssr.com (mailhost.ssr.com [199.4.235.5]) by mx1.freebsd.org (Postfix) with SMTP id 4CDC48FC1C for ; Sat, 2 Oct 2010 15:54:43 +0000 (UTC) Received: (qmail 21352 invoked by uid 103); 2 Oct 2010 15:25:13 -0000 Date: 2 Oct 2010 15:25:13 -0000 Message-ID: <20101002152513.21351.qmail@ssr.com> From: Scott Ballantyne To: freebsd-emulation@freebsd.org Subject: Wine on amd64? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 15:54:43 -0000 Hi there, I'm interested in trying wine. I use the FBSD-8.1 amd64 platform. I found some emails from January 2010 that imply you need to build this on i386, but I have no access to an i386 machine, and there is no wine in the amd64 packages. Can anyone update me on the status of Wine for amd64, and perhaps help me find a pre-compiled version? Thanks so much for your help. Scott -- sdb@ssr.com From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 2 16:04:02 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8471A106566B for ; Sat, 2 Oct 2010 16:04:02 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 5266E8FC12 for ; Sat, 2 Oct 2010 16:04:02 +0000 (UTC) Received: from ASSP.nospam (tethys [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id o92G41GM065238; Sat, 2 Oct 2010 11:04:01 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 2 Oct 2010 11:04:00 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 02 Oct 2010 11:04:00 -0500 From: Rusty Nejdl To: Scott Ballantyne In-Reply-To: <20101002152513.21351.qmail@ssr.com> References: <20101002152513.21351.qmail@ssr.com> Message-ID: X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.4-trunk X-Assp-Version: 1.7.5.7(1.0.07) on ASSP.nospam X-Assp-Intended-For-IP: 71.252.219.43 X-Assp-Passing: authenticated X-Assp-ID: ASSP.nospam 35441-12797 X-Assp-Envelope-From: rnejdl@ringofsaturn.com Cc: freebsd-emulation@freebsd.org Subject: Re: Wine on amd64? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 16:04:02 -0000 On 2 Oct 2010 15:25:13 -0000, Scott Ballantyne wrote: > Hi there, > > I'm interested in trying wine. I use the FBSD-8.1 amd64 platform. I > found some emails from January 2010 that imply you need to build this > on i386, but I have no access to an i386 machine, and there is no > wine > in the amd64 packages. > > Can anyone update me on the status of Wine for amd64, and perhaps > help > me find a pre-compiled version? > > Thanks so much for your help. > > Scott Scott, Check out the Wiki: http://wiki.freebsd.org/Wine#head-6963d527c173e57b1567e881305b544d33435b6d You need to build the 32bit system: cd /usr/src && make buildworld installworld distribution TARGET=i386 DESTDIR=/compat/i386 And then you will chroot into that and build wine. You also would want to install the 32bit version of the Nvidia driver if you use that. Sincerely, Rusty Nejdl From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 2 16:19:43 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 434031065693 for ; Sat, 2 Oct 2010 16:19:43 +0000 (UTC) (envelope-from s@swa.org.ru) Received: from mx.a-r-b.ru (mx.a-r-b.ru [90.156.229.147]) by mx1.freebsd.org (Postfix) with ESMTP id 0C4C48FC16 for ; Sat, 2 Oct 2010 16:19:42 +0000 (UTC) Received: from [172.16.16.2] (helo=home.swa.org.ru) by mx.a-r-b.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.71 (FreeBSD)) (envelope-from ) id 1P24WV-000Oxe-NH; Sat, 02 Oct 2010 20:01:19 +0400 Message-ID: <4CA7574E.5070003@swa.org.ru> Date: Sat, 02 Oct 2010 22:01:18 +0600 From: Sergey Nikolenko User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100918 Thunderbird/3.1.4 ThunderBrowse/3.3.2 MIME-Version: 1.0 To: Scott Ballantyne References: <20101002152513.21351.qmail@ssr.com> In-Reply-To: <20101002152513.21351.qmail@ssr.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: Wine on amd64? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 16:19:43 -0000 On 02.10.2010 21:25, Scott Ballantyne wrote: > Hi there, > > I'm interested in trying wine. I use the FBSD-8.1 amd64 platform. I > found some emails from January 2010 that imply you need to build this > on i386, but I have no access to an i386 machine, and there is no wine > in the amd64 packages. > > Can anyone update me on the status of Wine for amd64, and perhaps help > me find a pre-compiled version? Take a look at this: http://wiki.freebsd.org/Wine#head-6963d527c173e57b1567e881305b544d33435b6d http://people.freebsd.org/~ivoras/wine/ From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 2 16:24:52 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DDE1106564A for ; Sat, 2 Oct 2010 16:24:52 +0000 (UTC) (envelope-from marius@nuenneri.ch) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id EC0A88FC17 for ; Sat, 2 Oct 2010 16:24:51 +0000 (UTC) Received: by qwd6 with SMTP id 6so2577203qwd.13 for ; Sat, 02 Oct 2010 09:24:51 -0700 (PDT) Received: by 10.229.2.19 with SMTP id 19mr4937874qch.283.1286035238313; Sat, 02 Oct 2010 09:00:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.192.133 with HTTP; Sat, 2 Oct 2010 09:00:17 -0700 (PDT) In-Reply-To: <20101002152513.21351.qmail@ssr.com> References: <20101002152513.21351.qmail@ssr.com> From: =?UTF-8?Q?Marius_N=C3=BCnnerich?= Date: Sat, 2 Oct 2010 18:00:17 +0200 Message-ID: To: Scott Ballantyne Content-Type: text/plain; charset=UTF-8 Cc: freebsd-emulation@freebsd.org Subject: Re: Wine on amd64? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 16:24:52 -0000 On Sat, Oct 2, 2010 at 17:25, Scott Ballantyne wrote: > Hi there, > > I'm interested in trying wine. I use the FBSD-8.1 amd64 platform. I > found some emails from January 2010 that imply you need to build this > on i386, but I have no access to an i386 machine, and there is no wine > in the amd64 packages. > > Can anyone update me on the status of Wine for amd64, and perhaps help > me find a pre-compiled version? http://wiki.freebsd.org/Wine#head-6963d527c173e57b1567e881305b544d33435b6d Maybe this helps. From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 2 17:55:16 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B92E41065674 for ; Sat, 2 Oct 2010 17:55:16 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 479F38FC0C for ; Sat, 2 Oct 2010 17:55:15 +0000 (UTC) Received: by bwz15 with SMTP id 15so3779394bwz.13 for ; Sat, 02 Oct 2010 10:55:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=b575eF39/ozAPMmUHjAoJxfPjRVCvxFN+Ja5cG7q25Q=; b=U4pXRNiWyX7EPA38Gn3U9tW6gwX8PY7IZgXGFyUbA+jwYJ3/T2Zg5cNPE982uu2xOk 4Nr/w5W2DCj99L0X+GVsLun+EykB0rVoD9Z7aSEBfz1Gqy4VjihPqweZeen1kcHn4LFe 1yjjrlYGM1HS7F+GARZTFCHXFElUvCLZKHjvE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=eeGNPpL65BkaKFo0bGvWPcFepMX8Yi7KD9TYehLTX/XzuT1oD4PW62dRtYceTK9Z9m bGcUg1B+JlT/IW+huTLlyzer2AFYtgHDnzVn3JMKlLRP5oKat4B/BxW893GPaKZxgyOu nzwhIWPfnFOiax+znfi7NYei1DezIhzvhEdj0= MIME-Version: 1.0 Received: by 10.204.127.65 with SMTP id f1mr5333879bks.55.1286040474457; Sat, 02 Oct 2010 10:27:54 -0700 (PDT) Received: by 10.204.148.82 with HTTP; Sat, 2 Oct 2010 10:27:54 -0700 (PDT) In-Reply-To: <4CA7574E.5070003@swa.org.ru> References: <20101002152513.21351.qmail@ssr.com> <4CA7574E.5070003@swa.org.ru> Date: Sat, 2 Oct 2010 19:27:54 +0200 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Sergey Nikolenko Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-emulation@freebsd.org Subject: Re: Wine on amd64? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 17:55:16 -0000 On Sat, Oct 2, 2010 at 6:01 PM, Sergey Nikolenko wrote: > On 02.10.2010 21:25, Scott Ballantyne wrote: >> >> Hi there, >> >> I'm interested in trying wine. I use the FBSD-8.1 amd64 platform. I >> found some emails from January 2010 that imply you need to build this >> on i386, but I have no access to an i386 machine, and there is no wine >> in the amd64 packages. >> >> Can anyone update me on the status of Wine for amd64, and perhaps help >> me find a pre-compiled version? > > Take a look at this: > > http://wiki.freebsd.org/Wine#head-6963d527c173e57b1567e881305b544d33435b6d > http://people.freebsd.org/~ivoras/wine/ For what it is worth, I tried the precompiled provided by Ivan Voras to run mainly Spotify and it works like a charm. Cheers. > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org" > From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 2 21:52:19 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 066C5106566B for ; Sat, 2 Oct 2010 21:52:19 +0000 (UTC) (envelope-from sdb@ssr.com) Received: from mailhost.ssr.com (mailhost.ssr.com [199.4.235.5]) by mx1.freebsd.org (Postfix) with SMTP id C3E518FC18 for ; Sat, 2 Oct 2010 21:52:18 +0000 (UTC) Received: (qmail 32598 invoked by uid 103); 2 Oct 2010 21:49:29 -0000 Date: 2 Oct 2010 21:49:29 -0000 Message-ID: <20101002214929.32597.qmail@ssr.com> From: Scott Ballantyne To: freebsd-emulation@freebsd.org References: <20101002152513.21351.qmail@ssr.com> Subject: Re: Wine on amd64? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 21:52:19 -0000 Fernando, Rusty, Sergey, Marius - thank you all so much. I have downloaded Ivan Voras's package, and hopefully it will work. I so appreciate your quick help. Have a great weekend, Scott