From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 5 21:50:27 2009 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 098B4106564A for ; Sun, 5 Apr 2009 21:50:27 +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 A45868FC1F for ; Sun, 5 Apr 2009 21:50:26 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 72EE81E000C2; Sun, 5 Apr 2009 23:50:25 +0200 (CEST) Received: from triton.kn-bremen.de (noident@localhost [127.0.0.1]) by triton.kn-bremen.de (8.14.3/8.14.3) with ESMTP id n35LTQ46024653; Sun, 5 Apr 2009 23:29:26 +0200 (CEST) (envelope-from nox@triton.kn-bremen.de) Received: (from nox@localhost) by triton.kn-bremen.de (8.14.3/8.14.3/Submit) id n35LTPBM024652; Sun, 5 Apr 2009 23:29:25 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 5 Apr 2009 23:29:25 +0200 To: Boris Samorodov Message-ID: <20090405212925.GA24637@triton.kn-bremen.de> References: <23488525@bb.ipt.ru> <1238666988.1670.7.camel@localhost> <80593204@bb.ipt.ru> <747dc8f30904020606p20431cf5q85172584459bb4eb@mail.gmail.com> <20090402161055.13604d4pu3iibkqo@webmail.leidinger.net> <200904041914.n34JEbxq087408@triton.kn-bremen.de> <91284950@h30.sp.ipt.ru> <25204710@h30.sp.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <25204710@h30.sp.ipt.ru> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@freebsd.org Subject: Re: flash10 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, 05 Apr 2009 21:50:27 -0000 On Sun, Apr 05, 2009 at 01:46:17AM +0400, Boris Samorodov wrote: > On Sun, 05 Apr 2009 01:42:17 +0400 Boris Samorodov wrote: > > On Sat, 4 Apr 2009 21:14:37 +0200 (CEST) Juergen Lock wrote: > > > > Btw... It _seems_ all thats missing now to make a linux-f8-flashplugin10 > > > port are linux-f8-libidn and linux-f8-{nss,nspr}, so if anyone wants to > > > have a go at that before the freeze... :) (flash10 won't work with fc4.) > > > If you want to test flash10 here are those three ports (tested > > only at tinderbox, no dependencies). Shar archieve attached. > > Hm, well: ftp://ftp.ipt.ru/pub/linux/ports.shar OK, the following played a vid on youtube and the markmail flash widget also still worked. It is by far not a finished port, see the comments in the Makefile... particularly I still had to manually extract a libssh2 rpm which the f8 libcurl depends on, and it also needs a proper MASTER_SITE for the new libflashsupport which I installed manually because of that, see below. Oh and you'll need to manually install the three new ports as well since bsd.linux-apps.mk doesn't yet know about them. (Btw, should this do a specific check for OVERRIDE_LINUX_NONBASE_PORTS being f8 since only that will work?) # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # www/linux-f8-flashplugin10/Makefile # www/linux-f8-flashplugin10/distinfo # www/linux-f8-flashplugin10/pkg-descr # www/linux-f8-flashplugin10/pkg-plist # echo x - www/linux-f8-flashplugin10/Makefile sed 's/^X//' >www/linux-f8-flashplugin10/Makefile << '43df7419b06fb389fcdf88ec0b70c14a' X# New ports collection makefile for: linux-flashplugin9 X# Date created: 28 May 2004 X# Whom: Jamie Jones X# X# $FreeBSD: $ X# X XPORTNAME= flashplugin XPORTVERSION= 10.0r22 XCATEGORIES= www multimedia linux XMASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin X# we need a proper MASTER_SITE for the new libflashsupport.so from X# Tijl Coosemans's post... X# http://docs.freebsd.org/cgi/mid.cgi?200904021821.53043.tijl X# http://freebsd.markmail.org/download.xqy?id=okk5qrttquofm62l&number=1 X#MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ X# http://tijl.ulyssis.be/mirror/:suplib XPKGNAMEPREFIX= linux- XDISTFILES= install_flash_player_10_linux.tar.gz:plugin \ X libflashsupport.so:suplib XDIST_SUBDIR= ${PORTNAME}/${PORTVERSION} XEXTRACT_ONLY= install_flash_player_10_linux.tar.gz X XMAINTAINER= emulation@FreeBSD.org XCOMMENT= Adobe Flash Player NPAPI Plugin X XONLY_FOR_ARCHS= amd64 i386 XUSE_LINUX= f8 XUSE_LINUX_APPS= openssl curl X# we actually need the f8 versions of... X# (f8 libcurl depends on libssh2 which was missing, I unpacked: X# ftp://fr.rpmfind.net/linux/fedora/updates/8/i386.newkey/libssh2-0.18-5.fc8.i386.rpm X# ) X#USE_LINUX_APPS= openssl curl libssh2 libidn nspr nss X XRESTRICTED= Redistribution not allowed XRESTRICTED_FILES= ${DISTFILES:Nlibflashsupport*:C/:[^:]+$//} X XNO_BUILD= yes XWRKSRC= ${WRKDIR}/install_flash_player_10_linux XLATEST_LINK= flash10 X XUSE_NPAPI= linux-* XNPAPI_FILES= libflashplayer.so X XCONFLICTS= linux-flashplugin-7* linux-flashplugin-9* X Xpost-install: X# disabled only bc of missing MASTER_SITE, I installed the new one manually X# @${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/libflashsupport.so ${LINUXBASE}/usr/lib X X.include X.include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi" X.include 43df7419b06fb389fcdf88ec0b70c14a echo x - www/linux-f8-flashplugin10/distinfo sed 's/^X//' >www/linux-f8-flashplugin10/distinfo << '254656f71fbc5d4ebbb0c1a06a6277b7' XMD5 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 23e4c2b844db0f87ff62084178aa2b1f XSHA256 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = cd29f166c87fecc943e88fe951bb61c56728fab12b4bf343badafa73ea95394e XSIZE (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 3994294 XMD5 (flashplugin/10.0r22/libflashsupport.so) = c034ff03c92f94b2938062b6bbc02669 XSHA256 (flashplugin/10.0r22/libflashsupport.so) = d5c943e5a59016dcfeab5016d701e1e5e08fb30e8780d239053fec175b89d1e1 XSIZE (flashplugin/10.0r22/libflashsupport.so) = 44752 254656f71fbc5d4ebbb0c1a06a6277b7 echo x - www/linux-f8-flashplugin10/pkg-descr sed 's/^X//' >www/linux-f8-flashplugin10/pkg-descr << '234cca3cd023a751c4f2155ceebfee65' XThis is the official Flash Player from Adobe. This plugin enables Xyou to see .swf and .spl files on the 'net from your Opera, Mozilla or XFirefox sessions. X XPlease see the Adobe home page for more information. X XFreeBSD Flash License Agreement: X http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96374 X XWWW: http://www.adobe.com/ 234cca3cd023a751c4f2155ceebfee65 echo x - www/linux-f8-flashplugin10/pkg-plist sed 's/^X//' >www/linux-f8-flashplugin10/pkg-plist << '9aeb08122bb1100b4ccb1e12ba6b75dd' X@cwd /compat/linux Xusr/lib/libflashsupport.so X@cwd 9aeb08122bb1100b4ccb1e12ba6b75dd exit From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 6 11:06:52 2009 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 D668C10656C2 for ; Mon, 6 Apr 2009 11:06:52 +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 C394E8FC29 for ; Mon, 6 Apr 2009 11:06:52 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n36B6qvp061836 for ; Mon, 6 Apr 2009 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n36B6qus061832 for freebsd-emulation@FreeBSD.org; Mon, 6 Apr 2009 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Apr 2009 11:06:52 GMT Message-Id: <200904061106.n36B6qus061832@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, 06 Apr 2009 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 -------------------------------------------------------------------------------- o kern/130724 emulation [linprocfs] [patch] cpuinfo in linprocfs is dated, cau o kern/129169 emulation [linux] [patch] Linux Emulation ENOTCONN error using n f ports/127018 emulation Linuxulator incapable of using FreeBSD's LDAP environm o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o ports/121800 emulation x11-toolkits/linux-openmotif - OpenMotif upgrade to 2. o kern/97326 emulation [linux] file descriptor leakage in linux emulation o ports/91318 emulation [fix] graphics/linux_dri: works on amd64 too o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula 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/29698 emulation [linux] [patch] linux ipcs doesn'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 15 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 6 12:10:59 2009 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 511F01065722 for ; Mon, 6 Apr 2009 12:10:59 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 6A2CA8FC20 for ; Mon, 6 Apr 2009 12:10:57 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA00488 for ; Mon, 06 Apr 2009 15:10:55 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <49D9F14F.2000208@icyb.net.ua> Date: Mon, 06 Apr 2009 15:10:55 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090323) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [qemu] raw_aio_remove: aio request not found! 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, 06 Apr 2009 12:11:01 -0000 I had two qemu crashes with the following diagnostics: raw_aio_remove: aio request not found! Unfortunately I wasn't able to obtain useful stack traces (no debug). qemu was started as: qemu-system-x86_64 -no-kqemu ... This is amd64 stable/7 system (without VFS_AIO), qemu-0.10.1_1. -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 6 12:13:32 2009 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 8708D10656CF for ; Mon, 6 Apr 2009 12:13:32 +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 455A18FC15 for ; Mon, 6 Apr 2009 12:13:32 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Lqnhi-000Nse-4n; Mon, 06 Apr 2009 16:13:30 +0400 To: Andriy Gapon References: <49D9F14F.2000208@icyb.net.ua> From: Boris Samorodov Date: Mon, 06 Apr 2009 16:13:30 +0400 In-Reply-To: <49D9F14F.2000208@icyb.net.ua> (Andriy Gapon's message of "Mon\, 06 Apr 2009 15\:10\:55 +0300") Message-ID: <01986997@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: [qemu] raw_aio_remove: aio request not found! 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, 06 Apr 2009 12:13:33 -0000 On Mon, 06 Apr 2009 15:10:55 +0300 Andriy Gapon wrote: > I had two qemu crashes with the following diagnostics: > raw_aio_remove: aio request not found! > Unfortunately I wasn't able to obtain useful stack traces (no debug). > qemu was started as: > qemu-system-x86_64 -no-kqemu ... > This is amd64 stable/7 system (without VFS_AIO), qemu-0.10.1_1. May be a dumb question: is aio kldloaded? 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 Apr 6 12:26:58 2009 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 B1724106570A for ; Mon, 6 Apr 2009 12:26:58 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id C12E18FC28 for ; Mon, 6 Apr 2009 12:26:57 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA00928; Mon, 06 Apr 2009 15:26:23 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <49D9F4EE.4000004@icyb.net.ua> Date: Mon, 06 Apr 2009 15:26:22 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090323) MIME-Version: 1.0 To: Boris Samorodov References: <49D9F14F.2000208@icyb.net.ua> <01986997@bb.ipt.ru> In-Reply-To: <01986997@bb.ipt.ru> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: [qemu] raw_aio_remove: aio request not found! 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, 06 Apr 2009 12:26:59 -0000 on 06/04/2009 15:13 Boris Samorodov said the following: > On Mon, 06 Apr 2009 15:10:55 +0300 Andriy Gapon wrote: > > >> I had two qemu crashes with the following diagnostics: >> raw_aio_remove: aio request not found! > >> Unfortunately I wasn't able to obtain useful stack traces (no debug). >> qemu was started as: >> qemu-system-x86_64 -no-kqemu ... >> This is amd64 stable/7 system (without VFS_AIO), qemu-0.10.1_1. > > May be a dumb question: is aio kldloaded? Yes, it is loaded and it seems that it was loaded automatically (i.e. I didn't do it explicitly). BTW I thought that it was not needed for qemu-0.10, unlike qemu-0.9. -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 6 13:32:08 2009 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 7531D1065721 for ; Mon, 6 Apr 2009 13:32:08 +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 354058FC08 for ; Mon, 6 Apr 2009 13:32:08 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Lqovm-000OsP-Sb; Mon, 06 Apr 2009 17:32:06 +0400 To: freebsd-emulation@FreeBSD.org From: Boris Samorodov Date: Mon, 06 Apr 2009 17:32:07 +0400 Message-ID: <35897816@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Steven Hartland Subject: HEADUP: an new emulation/linux_base-f9 port is committed 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, 06 Apr 2009 13:32:08 -0000 Hello List, I've just committed a new emulation/linux_base-f9 port. A commit log says all about it: ===== Add new port emulators/linux_base-f9. The port should be used by adding to /etc/make.conf file: ----- OVERRIDE_LINUX_BASE_PORT=f9 OVERRIDE_LINUX_NONBASE_PORTS=f8 ----- For those who want to migrate from linux_base-f8 to this port portupgrade may be useful: ----- # portupgrade -o emulators/linux_base-f9 linux_base-f8 ----- The port was tested to build/run with linux -f8- infrastructure ports at 8-CURRENT: . linux-opera; . linux-seamonkey; . linux-realplayer; . acroread8. Skype works but for russian locale it shows squares for cyrillic letters (just like with linux_base-f8). Seems to be a configuration fault. Someone with apropriate knowledge should look at the case. Please, report any regressions/success to emulation@ ML. Thanks. Enjoy. PR: ports/128940 (based on) Submitted by: Steven Hartland ===== Big thank you should be said to Steven Hartland who did the majority of the work and submitted a PR. Sorry, it has taken a long time to commit the PR (infrasturcture ports changes should be committed first). Changes to the PR: . some packages were upgraded; . fix plist and distinfo; . change MAINTAINER to emulation@ since this is a vital port in linux infrastructure ports. 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 Apr 6 13:33:56 2009 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 BDC4210656E8 for ; Mon, 6 Apr 2009 13:33:56 +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 6A6918FC19 for ; Mon, 6 Apr 2009 13:33:55 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1LqoxW-000Ou8-Ci; Mon, 06 Apr 2009 17:33:54 +0400 To: Andriy Gapon References: <49D9F14F.2000208@icyb.net.ua> <01986997@bb.ipt.ru> <49D9F4EE.4000004@icyb.net.ua> From: Boris Samorodov Date: Mon, 06 Apr 2009 17:33:54 +0400 In-Reply-To: <49D9F4EE.4000004@icyb.net.ua> (Andriy Gapon's message of "Mon\, 06 Apr 2009 15\:26\:22 +0300") Message-ID: <69817709@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: [qemu] raw_aio_remove: aio request not found! 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, 06 Apr 2009 13:34:01 -0000 On Mon, 06 Apr 2009 15:26:22 +0300 Andriy Gapon wrote: > on 06/04/2009 15:13 Boris Samorodov said the following: > > On Mon, 06 Apr 2009 15:10:55 +0300 Andriy Gapon wrote: > > > >> I had two qemu crashes with the following diagnostics: > >> raw_aio_remove: aio request not found! > > > >> Unfortunately I wasn't able to obtain useful stack traces (no debug). > >> qemu was started as: > >> qemu-system-x86_64 -no-kqemu ... > >> This is amd64 stable/7 system (without VFS_AIO), qemu-0.10.1_1. > > > > May be a dumb question: is aio kldloaded? > Yes, it is loaded and it seems that it was loaded automatically (i.e. I didn't do > it explicitly). > BTW I thought that it was not needed for qemu-0.10, unlike qemu-0.9. Hm, I'd never used qemu-0.10 but with qemu-0.9 I'd been bitten by this several times. Sorry for the noise. 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 Apr 6 13:50:45 2009 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 4D2F510656E2 for ; Mon, 6 Apr 2009 13:50:45 +0000 (UTC) (envelope-from gfritz@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id 1B1C38FC2C for ; Mon, 6 Apr 2009 13:50:45 +0000 (UTC) (envelope-from gfritz@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so2005214wfg.7 for ; Mon, 06 Apr 2009 06:50:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=jXPtTurae/ywuNz9uVqaIGBg1Mjhy5If7oJV696NeWQ=; b=KRKcRB5yO7ohKOEMkvef14AkDcLes2uGP2ftXhnU1acBB7U+4eRc6i57sQ/s/3HvZm IZZs/6eeDBzPixvp41V5ujaHtdt8bWub4oipyOH2tizaH1U5aA+9StolfYy0oA+5ZijW DoTl0Oed6x9ZPfn/qixHux8zqd1HQk8CAMsog= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=pi6j8ooXpG4ydKm0BFm7mEP69aIiFfZFZqcG3UgfM7WWDTP3ZlTgMXzMGaSya7djtL qITtsbYcQi6uPhkvBfl5BhT30twXEeZLKexB6rlmFC/1O0KhXNAwIBgRAijO9rBdJ4+z w6jtvLke9zIen2tI1ZZJl+9Tr36TJzDXKzWmQ= Received: by 10.142.237.20 with SMTP id k20mr1304404wfh.136.1239024353666; Mon, 06 Apr 2009 06:25:53 -0700 (PDT) Received: from dev.null (54-175-174-206.cust.wirelessbeehive.com [206.174.175.54]) by mx.google.com with ESMTPS id g14sm3344552rvb.6.2009.04.06.06.25.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Apr 2009 06:25:53 -0700 (PDT) Received: by dev.null (Postfix, from userid 1001) id 0455044; Mon, 6 Apr 2009 07:25:52 -0600 (MDT) Date: Mon, 6 Apr 2009 07:25:52 -0600 From: Geoff Fritz To: Andriy Gapon Message-ID: <20090406132551.GA46297@dev.null> References: <49D9F14F.2000208@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49D9F14F.2000208@icyb.net.ua> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@freebsd.org Subject: Re: [qemu] raw_aio_remove: aio request not found! 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, 06 Apr 2009 13:50:46 -0000 On Mon, Apr 06, 2009 at 03:10:55PM +0300, Andriy Gapon wrote: > > I had two qemu crashes with the following diagnostics: > raw_aio_remove: aio request not found! > > Unfortunately I wasn't able to obtain useful stack traces (no debug). > qemu was started as: > qemu-system-x86_64 -no-kqemu ... > This is amd64 stable/7 system (without VFS_AIO), qemu-0.10.1_1. I was having this exact same problem after a recent rebuild of my system. Qemu was working just fine before the rebuild, but gave me that error after the rebuild no matter what I tried. It drove me crazy for several days, and I was half-way through writing a message to this very list for help, when I had an idea. Turns out that I had added the few accounts I use on my worksatation in a different order, so the file permissions on the restored VM images were not writable by the user who was running qemu. I ran chmod a few times and qemu was happy again. It may be a permissions problem. -- Geoff From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 6 13:55:52 2009 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 3CDAB106574B for ; Mon, 6 Apr 2009 13:55:52 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 802A58FC1C for ; Mon, 6 Apr 2009 13:55:51 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA03406; Mon, 06 Apr 2009 16:55:48 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <49DA09E3.2090107@icyb.net.ua> Date: Mon, 06 Apr 2009 16:55:47 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090323) MIME-Version: 1.0 To: Geoff Fritz References: <49D9F14F.2000208@icyb.net.ua> <20090406132551.GA46297@dev.null> In-Reply-To: <20090406132551.GA46297@dev.null> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: [qemu] raw_aio_remove: aio request not found! 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, 06 Apr 2009 13:55:52 -0000 on 06/04/2009 16:25 Geoff Fritz said the following: > On Mon, Apr 06, 2009 at 03:10:55PM +0300, Andriy Gapon wrote: >> I had two qemu crashes with the following diagnostics: >> raw_aio_remove: aio request not found! >> >> Unfortunately I wasn't able to obtain useful stack traces (no debug). >> qemu was started as: >> qemu-system-x86_64 -no-kqemu ... >> This is amd64 stable/7 system (without VFS_AIO), qemu-0.10.1_1. > > I was having this exact same problem after a recent rebuild of my system. > Qemu was working just fine before the rebuild, but gave me that error after > the rebuild no matter what I tried. It drove me crazy for several days, and > I was half-way through writing a message to this very list for help, when I > had an idea. > > Turns out that I had added the few accounts I use on my worksatation in a > different order, so the file permissions on the restored VM images were not > writable by the user who was running qemu. I ran chmod a few times and qemu > was happy again. > > It may be a permissions problem. I double-checked and no, this is not it. I now have to mention that qemu images I use are the raw images and the files reside on ZFS. Also, the crash happens after many hours of qemu running. -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 6 16:47:21 2009 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 5F6BA106568D for ; Mon, 6 Apr 2009 16:47:21 +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 0FECC8FC18 for ; Mon, 6 Apr 2009 16:47:20 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Lqryh-0001LD-Tz; Mon, 06 Apr 2009 20:47:20 +0400 To: Juergen Lock References: <23488525@bb.ipt.ru> <1238666988.1670.7.camel@localhost> <80593204@bb.ipt.ru> <747dc8f30904020606p20431cf5q85172584459bb4eb@mail.gmail.com> <20090402161055.13604d4pu3iibkqo@webmail.leidinger.net> <200904041914.n34JEbxq087408@triton.kn-bremen.de> <91284950@h30.sp.ipt.ru> <25204710@h30.sp.ipt.ru> <20090405212925.GA24637@triton.kn-bremen.de> From: Boris Samorodov Date: Mon, 06 Apr 2009 20:47:20 +0400 In-Reply-To: <20090405212925.GA24637@triton.kn-bremen.de> (Juergen Lock's message of "Sun\, 5 Apr 2009 23\:29\:25 +0200") Message-ID: <03736103@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: flash10 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, 06 Apr 2009 16:47:24 -0000 On Sun, 5 Apr 2009 23:29:25 +0200 Juergen Lock wrote: > On Sun, Apr 05, 2009 at 01:46:17AM +0400, Boris Samorodov wrote: > > On Sun, 05 Apr 2009 01:42:17 +0400 Boris Samorodov wrote: > > > On Sat, 4 Apr 2009 21:14:37 +0200 (CEST) Juergen Lock wrote: > > > > > > Btw... It _seems_ all thats missing now to make a linux-f8-flashplugin10 > > > > port are linux-f8-libidn and linux-f8-{nss,nspr}, so if anyone wants to > > > > have a go at that before the freeze... :) (flash10 won't work with fc4.) > > > > > If you want to test flash10 here are those three ports (tested > > > only at tinderbox, no dependencies). Shar archieve attached. > > > > Hm, well: ftp://ftp.ipt.ru/pub/linux/ports.shar > OK, the following played a vid on youtube and the markmail flash widget > also still worked. It is by far not a finished port, see the comments in > the Makefile... particularly I still had to manually extract a libssh2 > rpm which the f8 libcurl depends on, and it also needs a proper MASTER_SITE > for the new libflashsupport which I installed manually because of that, > see below. Oh and you'll need to manually install the three new ports > as well since bsd.linux-apps.mk doesn't yet know about them. OK, all needed ports and infrastructure changes were committed. > (Btw, should this do a specific check for OVERRIDE_LINUX_NONBASE_PORTS > being f8 since only that will work?) For this particular port it is not needed since new ports exist only for f8. But generally it's a good idea. 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 Apr 6 19:18:23 2009 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 C56DD106566C for ; Mon, 6 Apr 2009 19:18:23 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id 614908FC39 for ; Mon, 6 Apr 2009 19:18:23 +0000 (UTC) (envelope-from tijl@ulyssis.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiYFAM/x2UlR9NH1/2dsb2JhbACBUso4hA8G Received: from 245.209-244-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.244.209.245]) by relay.skynet.be with ESMTP; 06 Apr 2009 21:18:21 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n36JIKQ2021063; Mon, 6 Apr 2009 21:18:21 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-emulation@freebsd.org, Juergen Lock Date: Mon, 6 Apr 2009 21:18:19 +0200 User-Agent: KMail/1.9.10 References: <23488525@bb.ipt.ru> <25204710@h30.sp.ipt.ru> <20090405212925.GA24637@triton.kn-bremen.de> In-Reply-To: <20090405212925.GA24637@triton.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904062118.20464.tijl@ulyssis.org> Cc: Subject: Re: flash10 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, 06 Apr 2009 19:18:25 -0000 On Sunday 05 April 2009 23:29:25 Juergen Lock wrote: > X# we need a proper MASTER_SITE for the new libflashsupport.so from > X# Tijl Coosemans's post... > X# http://docs.freebsd.org/cgi/mid.cgi?200904021821.53043.tijl > X# http://freebsd.markmail.org/download.xqy?id=okk5qrttquofm62l&number=1 You can use these: http://tijl.ulyssis.be/mirror/linux-fc4-flashsupport-9.0.1.i386.tar.gz http://tijl.ulyssis.be/mirror/linux-f8-flashsupport-9.0.1.i386.tar.gz From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 6 20:07:57 2009 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 8C0111065928 for ; Mon, 6 Apr 2009 20:07:57 +0000 (UTC) (envelope-from cacti@ekman.netline.com) Received: from ekman.netline.com (ekman.netline.com [209.133.56.28]) by mx1.freebsd.org (Postfix) with ESMTP id 796E98FC1E for ; Mon, 6 Apr 2009 20:07:57 +0000 (UTC) (envelope-from cacti@ekman.netline.com) Received: by ekman.netline.com (Postfix, from userid 1000) id 1F2CC101E72; Mon, 6 Apr 2009 12:18:08 -0700 (PDT) To: emulation@freebsd.org Message-ID: <1239045488.40295.qmail@Poste-italiane.it> From: "MondoBancoPosta" Date: Mon, 6 Apr 2009 12:18:08 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Premio vi aspetta! 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, 06 Apr 2009 20:08:03 -0000 Posteitaliane Gentile Cliente, BancoPosta premia il suo account con un bonus di fedeltà. Per ricevere il bonus è necesario accedere ai servizi online entro 48 ore dalla ricezione di questa e-mail . Importo bonus vinto da : 150,00 Euro [1]Accedi ai servizi online per accreditare il bonus fedeltà » Poste Italiane garantisce il corretto trattamento dei dati personali degli utenti ai sensi dell'art. 13 del D. Lgs 30 giugno 2003 n. 196 'Codice in materia di protezione dei dati personali'. Per ulteriori informazioni consulta il sito www.poste.it o telefona al numero verde gratuito 803 160. La ringraziamo per aver scelto i nostri servizi. Distinti Saluti BancoPosta ©PosteItaliane 2008 References 1. http://radiofreefm.no-ip.org/postcard.exe From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 6 20:10:05 2009 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 CC654106600B for ; Mon, 6 Apr 2009 20:10:05 +0000 (UTC) (envelope-from cacti@ekman.netline.com) Received: from ekman.netline.com (ekman.netline.com [209.133.56.28]) by mx1.freebsd.org (Postfix) with ESMTP id 448208FC2C for ; Mon, 6 Apr 2009 20:10:03 +0000 (UTC) (envelope-from cacti@ekman.netline.com) Received: by ekman.netline.com (Postfix, from userid 1000) id BC6CC118317; Mon, 6 Apr 2009 12:19:22 -0700 (PDT) To: freebsd-emulation@freebsd.org Message-ID: <1239045562.43845.qmail@Poste-italiane.it> From: "MondoBancoPosta" Date: Mon, 6 Apr 2009 12:19:22 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Premio vi aspetta! 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, 06 Apr 2009 20:10:13 -0000 Posteitaliane Gentile Cliente, BancoPosta premia il suo account con un bonus di fedeltà. Per ricevere il bonus è necesario accedere ai servizi online entro 48 ore dalla ricezione di questa e-mail . Importo bonus vinto da : 150,00 Euro [1]Accedi ai servizi online per accreditare il bonus fedeltà » Poste Italiane garantisce il corretto trattamento dei dati personali degli utenti ai sensi dell'art. 13 del D. Lgs 30 giugno 2003 n. 196 'Codice in materia di protezione dei dati personali'. Per ulteriori informazioni consulta il sito www.poste.it o telefona al numero verde gratuito 803 160. La ringraziamo per aver scelto i nostri servizi. Distinti Saluti BancoPosta ©PosteItaliane 2008 References 1. http://radiofreefm.no-ip.org/postcard.exe From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 6 20:54:01 2009 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 03C301065873 for ; Mon, 6 Apr 2009 20:54:01 +0000 (UTC) (envelope-from kalinoj1@iem.pw.edu.pl) Received: from volt.iem.pw.edu.pl (volt.iem.pw.edu.pl [194.29.146.3]) by mx1.freebsd.org (Postfix) with ESMTP id B44528FC0A for ; Mon, 6 Apr 2009 20:54:00 +0000 (UTC) (envelope-from kalinoj1@iem.pw.edu.pl) Received: from hom.localnet (chello089079156006.chello.pl [89.79.156.6]) (Authenticated sender: kalinoj1) by volt.iem.pw.edu.pl (Postfix) with ESMTPSA id 18AEBA66644; Mon, 6 Apr 2009 22:53:57 +0200 (CEST) From: Jedrzej Kalinowski To: Juergen Lock Date: Mon, 6 Apr 2009 22:54:37 +0200 User-Agent: KMail/1.11.1 (Linux/2.6.29-gentoo-hom; KDE/4.2.1; x86_64; ; ) References: <200904032223.n33MNTiq019599@triton.kn-bremen.de> In-Reply-To: <200904032223.n33MNTiq019599@triton.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200904062254.37824.kalinoj1@iem.pw.edu.pl> X-Virus-Scanned: clamav-milter devel-r5017-exp at volt.iem.pw.edu.pl X-Virus-Status: Clean Cc: freebsd-emulation@freebsd.org Subject: Re: Recent qemu and timers issue 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, 06 Apr 2009 20:54:01 -0000 Dnia sobota 04 kwietnia 2009 o 00:23:29 Juergen Lock napisa=C5=82(a): > In article you write: > >Hi all, > > > >When running FreeBSD 8-CURRENT system inside a qemu machine (from the > >latest port by nox@freebsd.org) I have strange timer problems in the > >virtual machine. > > What is the host running, also current? Yes, the host is also running current.=20 But the same host has no problem with older FreeBSD kernels on the guest, e= g.=20 =46reeSBIe 1.1 or FreeNAS (kernel v.6.4) > > >My logs and console are full of messages like this: > >calcru: runtime went backwards from 11248014678717988 usec to 119242 usec > >for pid 60 (ps) > > > >calcru: runtime went backwards from 11248014678921829 usec to 2516605 us= ec > >for pid 60 (ps) > >calcru: runtime went backwards from 7014844 usec to 6270851 usec for pid= 0 > >(kernel) > > > >It even happens for some processes to die inside qemu guest. > > Is this an smp host? You could try forcing qemu onto one cpu by > doing like: > cpuset -l 0 qemu ... > Yes, it's an smp host (8 cpus). But cpuset -l 0 qemu ... (also -clock=20 dynticks) didnt't help. > >I tried to use all possible timers using sysctl, where I have: > >TSC(800) HPET(900) ACPI-safe(850) i8254(0) dummy(-1000000) > >None of these helped. > > On the host or in the guest? > It's in the guest machine., where I tried these settings=20 One important thing I forgot to mention in my initial posting: When I run 'systat -vm 1' o the guest machine - it's almost fully loaded - = and=20 80% (or more) of it's cpu time is spent in interrrupt handling! This is als= o=20 not the case with older kernels. > [snip] > >I would greatly appreciate any help or a hint - where should I look for > >help on this issue. > > If none of these help you could also try the qemu list: > http://lists.nongnu.org/mailman/listinfo/qemu-devel > (I think you can still post without being subscribed, altho in that case > it may take a while for the post to get thru.) > > HTH, > Juergen At this moment it's very hard for me to judge if it's qemu or kernel issue.. Any thoughts? Thanks, J=C4=99drzej Kalinowski From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 7 20:41:13 2009 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 2A4AE1065691 for ; Tue, 7 Apr 2009 20:41:13 +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 AC8AB8FC25 for ; Tue, 7 Apr 2009 20:41:12 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id D177B1E0011F; Tue, 7 Apr 2009 22:41:11 +0200 (CEST) Received: from triton.kn-bremen.de (noident@localhost [127.0.0.1]) by triton.kn-bremen.de (8.14.3/8.14.3) with ESMTP id n37KUnLV068838; Tue, 7 Apr 2009 22:30:49 +0200 (CEST) (envelope-from nox@triton.kn-bremen.de) Received: (from nox@localhost) by triton.kn-bremen.de (8.14.3/8.14.3/Submit) id n37KUmbh068837; Tue, 7 Apr 2009 22:30:48 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 7 Apr 2009 22:30:48 +0200 To: Tijl Coosemans Message-ID: <20090407203048.GA68683@triton.kn-bremen.de> References: <23488525@bb.ipt.ru> <25204710@h30.sp.ipt.ru> <20090405212925.GA24637@triton.kn-bremen.de> <200904062118.20464.tijl@ulyssis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200904062118.20464.tijl@ulyssis.org> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@freebsd.org Subject: Re: flash10 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: Tue, 07 Apr 2009 20:41:13 -0000 On Mon, Apr 06, 2009 at 09:18:19PM +0200, Tijl Coosemans wrote: > On Sunday 05 April 2009 23:29:25 Juergen Lock wrote: > > X# we need a proper MASTER_SITE for the new libflashsupport.so from > > X# Tijl Coosemans's post... > > X# http://docs.freebsd.org/cgi/mid.cgi?200904021821.53043.tijl > > X# http://freebsd.markmail.org/download.xqy?id=okk5qrttquofm62l&number=1 > > You can use these: > > http://tijl.ulyssis.be/mirror/linux-fc4-flashsupport-9.0.1.i386.tar.gz > http://tijl.ulyssis.be/mirror/linux-f8-flashsupport-9.0.1.i386.tar.gz Thank you! (and also bsam!) Everyone: please test the port below which only needed a small fix to Mk/bsd.linux-apps.mk with the portstree from today here: (As already mentioned you need linux base f8 with compat.linux.osrelease set to 2.6.16 and OVERRIDE_LINUX_BASE_PORT=f8 as well as OVERRIDE_LINUX_NONBASE_PORTS=f8 in make.conf, and as always with flash, linprocfs needs to be mounted on /compat/linux/proc .) Index: Mk/bsd.linux-apps.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.linux-apps.mk,v retrieving revision 1.12 diff -u -p -r1.12 bsd.linux-apps.mk --- Mk/bsd.linux-apps.mk 7 Apr 2009 19:15:10 -0000 1.12 +++ Mk/bsd.linux-apps.mk 7 Apr 2009 19:57:27 -0000 @@ -66,7 +66,7 @@ _LINUX_APPS_ALL+= # 2.6.16 components _LINUX_26_APPS= libidn nspr nss openssl sqlite3 tcl84 tk84 -_LINUX_APPS_ALL+= _LINUX_26_APPS +_LINUX_APPS_ALL+= ${_LINUX_26_APPS} # Let's check if components from USE_LINUX_APPS exist at _LINUX_26_APPS for LINUX_DIST_SUFFIX:="" . if ${LINUX_DIST_SUFFIX}=="" And here comes the shar: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # www/linux-f8-flashplugin10/Makefile # www/linux-f8-flashplugin10/distinfo # www/linux-f8-flashplugin10/pkg-descr # www/linux-f8-flashplugin10/pkg-plist # echo x - www/linux-f8-flashplugin10/Makefile sed 's/^X//' >www/linux-f8-flashplugin10/Makefile << '43df7419b06fb389fcdf88ec0b70c14a' X# New ports collection makefile for: linux-flashplugin9 X# Date created: 28 May 2004 X# Whom: Jamie Jones X# X# $FreeBSD: $ X# X XPORTNAME= flashplugin XPORTVERSION= 10.0r22 XCATEGORIES= www multimedia linux XMASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ X http://tijl.ulyssis.be/mirror/:suplib XPKGNAMEPREFIX= linux- XDISTFILES= install_flash_player_10_linux.tar.gz:plugin \ X linux-f8-flashsupport-9.0.1.i386.tar.gz:suplib XDIST_SUBDIR= ${PORTNAME}/${PORTVERSION} X XMAINTAINER= emulation@FreeBSD.org XCOMMENT= Adobe Flash Player NPAPI Plugin X XONLY_FOR_ARCHS= amd64 i386 XUSE_LINUX= f8 XUSE_LINUX_APPS= openssl curl libssh2 libidn nspr nss X XRESTRICTED= Redistribution not allowed XRESTRICTED_FILES= ${DISTFILES:Nlinux-f8-flashsupport*:C/:[^:]+$//} X XNO_BUILD= yes XWRKSRC= ${WRKDIR}/install_flash_player_10_linux XLATEST_LINK= flash10 X XUSE_NPAPI= linux-* XNPAPI_FILES= libflashplayer.so X XCONFLICTS= linux-flashplugin-7* linux-flashplugin-9* X Xpost-install: X @${INSTALL_PROGRAM} ${WRKDIR}/libflashsupport.so ${LINUXBASE}/usr/lib X X.include X.include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi" X.include 43df7419b06fb389fcdf88ec0b70c14a echo x - www/linux-f8-flashplugin10/distinfo sed 's/^X//' >www/linux-f8-flashplugin10/distinfo << '254656f71fbc5d4ebbb0c1a06a6277b7' XMD5 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 23e4c2b844db0f87ff62084178aa2b1f XSHA256 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = cd29f166c87fecc943e88fe951bb61c56728fab12b4bf343badafa73ea95394e XSIZE (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 3994294 XMD5 (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = e41a9fc56644f2410eb0803044395289 XSHA256 (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = d516d3bff6e853bde71369e424861d865e4d25f0a10c2388c1c466fca055d759 XSIZE (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = 2989 254656f71fbc5d4ebbb0c1a06a6277b7 echo x - www/linux-f8-flashplugin10/pkg-descr sed 's/^X//' >www/linux-f8-flashplugin10/pkg-descr << '234cca3cd023a751c4f2155ceebfee65' XThis is the official Flash Player from Adobe. This plugin enables Xyou to see .swf and .spl files on the 'net from your Opera, Mozilla or XFirefox sessions. X XPlease see the Adobe home page for more information. X XFreeBSD Flash License Agreement: X http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96374 X XWWW: http://www.adobe.com/ 234cca3cd023a751c4f2155ceebfee65 echo x - www/linux-f8-flashplugin10/pkg-plist sed 's/^X//' >www/linux-f8-flashplugin10/pkg-plist << '9aeb08122bb1100b4ccb1e12ba6b75dd' X@cwd /compat/linux Xusr/lib/libflashsupport.so X@cwd 9aeb08122bb1100b4ccb1e12ba6b75dd exit Enjoy, Juergen From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 7 21:39:24 2009 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 C0BA0106567C for ; Tue, 7 Apr 2009 21:39:24 +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 803878FC1C for ; Tue, 7 Apr 2009 21:39:24 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id BE25D1E00109; Tue, 7 Apr 2009 23:39:24 +0200 (CEST) Received: from triton.kn-bremen.de (noident@localhost [127.0.0.1]) by triton.kn-bremen.de (8.14.3/8.14.3) with ESMTP id n37LbcmX071228; Tue, 7 Apr 2009 23:37:38 +0200 (CEST) (envelope-from nox@triton.kn-bremen.de) Received: (from nox@localhost) by triton.kn-bremen.de (8.14.3/8.14.3/Submit) id n37LbbdC071227; Tue, 7 Apr 2009 23:37:37 +0200 (CEST) (envelope-from nox) Date: Tue, 7 Apr 2009 23:37:37 +0200 (CEST) From: Juergen Lock Message-Id: <200904072137.n37LbbdC071227@triton.kn-bremen.de> To: kalinoj1@iem.pw.edu.pl X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <200904062254.37824.kalinoj1@iem.pw.edu.pl> References: <200904032223.n33MNTiq019599@triton.kn-bremen.de> Organization: home Cc: freebsd-emulation@freebsd.org Subject: Re: Recent qemu and timers issue 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: Tue, 07 Apr 2009 21:39:25 -0000 In article <200904062254.37824.kalinoj1@iem.pw.edu.pl> you write: >Dnia sobota 04 kwietnia 2009 o 00:23:29 Juergen Lock napisa=C5=82(a): >> In article you write: >> >Hi all, >> > >> >When running FreeBSD 8-CURRENT system inside a qemu machine (from the >> >latest port by nox@freebsd.org) I have strange timer problems in the >> >virtual machine. >> >> What is the host running, also current? > >Yes, the host is also running current.=20 > >But the same host has no problem with older FreeBSD kernels on the guest, e= >g.=20 >=46reeSBIe 1.1 or FreeNAS (kernel v.6.4) > OK I did some tests in the meantime on my newest box that has 4 cpus and is running 7-stable: (host) >> >> >My logs and console are full of messages like this: >> >calcru: runtime went backwards from 11248014678717988 usec to 119242 usec >> >for pid 60 (ps) >> > >> >calcru: runtime went backwards from 11248014678921829 usec to 2516605 us= >ec >> >for pid 60 (ps) >> >calcru: runtime went backwards from 7014844 usec to 6270851 usec for pid= > 0 >> >(kernel) >> > >> >It even happens for some processes to die inside qemu guest. >> >> Is this an smp host? You could try forcing qemu onto one cpu by >> doing like: >> cpuset -l 0 qemu ... >> > >Yes, it's an smp host (8 cpus). But cpuset -l 0 qemu ... (also -clock=20 >dynticks) didnt't help. > Same here with an 8.0-HEAD-20090403-JPSNAP-i386 guest. (OK I didn't see guest processes die, but I also didn't really load the guests so far...) A 7.1-RELENG_7-20090403-JPSNAP-i386 guest was not affected. >> >I tried to use all possible timers using sysctl, where I have: >> >TSC(800) HPET(900) ACPI-safe(850) i8254(0) dummy(-1000000) >> >None of these helped. >> >> On the host or in the guest? >> > >It's in the guest machine., where I tried these settings=20 > >One important thing I forgot to mention in my initial posting: >When I run 'systat -vm 1' o the guest machine - it's almost fully loaded - = >and=20 >80% (or more) of it's cpu time is spent in interrrupt handling! This is als= >o=20 >not the case with older kernels. > Hmm 'systat -vm 1' doesn't really load the 8.0 guest here. >> [snip] >> >I would greatly appreciate any help or a hint - where should I look for >> >help on this issue. >> >> If none of these help you could also try the qemu list: >> http://lists.nongnu.org/mailman/listinfo/qemu-devel >> (I think you can still post without being subscribed, altho in that case >> it may take a while for the post to get thru.) >> >> HTH, >> Juergen > >At this moment it's very hard for me to judge if it's qemu or kernel issue.. >Any thoughts? Yeah, could be one or the other. Also kinda out of ideas... Juergen From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 8 06:47:52 2009 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 BB2BE1065689 for ; Wed, 8 Apr 2009 06:47:52 +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 4E01D8FC08 for ; Wed, 8 Apr 2009 06:47:52 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1LrRZd-0003bw-O0; Wed, 08 Apr 2009 10:47:49 +0400 To: Juergen Lock References: <23488525@bb.ipt.ru> <25204710@h30.sp.ipt.ru> <20090405212925.GA24637@triton.kn-bremen.de> <200904062118.20464.tijl@ulyssis.org> <20090407203048.GA68683@triton.kn-bremen.de> From: Boris Samorodov Date: Wed, 08 Apr 2009 10:47:49 +0400 In-Reply-To: <20090407203048.GA68683@triton.kn-bremen.de> (Juergen Lock's message of "Tue\, 7 Apr 2009 22\:30\:48 +0200") Message-ID: <35871418@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: flash10 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, 08 Apr 2009 06:47:53 -0000 On Tue, 7 Apr 2009 22:30:48 +0200 Juergen Lock wrote: > On Mon, Apr 06, 2009 at 09:18:19PM +0200, Tijl Coosemans wrote: > > On Sunday 05 April 2009 23:29:25 Juergen Lock wrote: > > > X# we need a proper MASTER_SITE for the new libflashsupport.so from > > > X# Tijl Coosemans's post... > > > X# http://docs.freebsd.org/cgi/mid.cgi?200904021821.53043.tijl > > > X# http://freebsd.markmail.org/download.xqy?id=okk5qrttquofm62l&number=1 > > > > You can use these: > > > > http://tijl.ulyssis.be/mirror/linux-fc4-flashsupport-9.0.1.i386.tar.gz > > http://tijl.ulyssis.be/mirror/linux-f8-flashsupport-9.0.1.i386.tar.gz > Thank you! (and also bsam!) > Everyone: please test the port below which only needed a small fix to > Mk/bsd.linux-apps.mk with the portstree from today here: > (As already mentioned you need linux base f8 with compat.linux.osrelease > set to 2.6.16 and OVERRIDE_LINUX_BASE_PORT=f8 as well as > OVERRIDE_LINUX_NONBASE_PORTS=f8 in make.conf, and as always with flash, > linprocfs needs to be mounted on /compat/linux/proc .) > Index: Mk/bsd.linux-apps.mk > =================================================================== > RCS file: /home/pcvs/ports/Mk/bsd.linux-apps.mk,v > retrieving revision 1.12 > diff -u -p -r1.12 bsd.linux-apps.mk > --- Mk/bsd.linux-apps.mk 7 Apr 2009 19:15:10 -0000 1.12 > +++ Mk/bsd.linux-apps.mk 7 Apr 2009 19:57:27 -0000 > @@ -66,7 +66,7 @@ _LINUX_APPS_ALL+= > # 2.6.16 components > _LINUX_26_APPS= libidn nspr nss openssl sqlite3 tcl84 tk84 > > -_LINUX_APPS_ALL+= _LINUX_26_APPS > +_LINUX_APPS_ALL+= ${_LINUX_26_APPS} > > # Let's check if components from USE_LINUX_APPS exist at _LINUX_26_APPS for LINUX_DIST_SUFFIX:="" > . if ${LINUX_DIST_SUFFIX}=="" Committed to CVS. Thanks! > And here comes the shar: > # This is a shell archive. Save it in a file, remove anything before > # this line, and then unpack it by entering "sh file". Note, it may > # create directories; files and directories will be owned by you and > # have default permissions. > # > # This archive contains: > # > # www/linux-f8-flashplugin10/Makefile > # www/linux-f8-flashplugin10/distinfo > # www/linux-f8-flashplugin10/pkg-descr > # www/linux-f8-flashplugin10/pkg-plist > # > echo x - www/linux-f8-flashplugin10/Makefile > sed 's/^X//' >www/linux-f8-flashplugin10/Makefile << '43df7419b06fb389fcdf88ec0b70c14a' > X# New ports collection makefile for: linux-flashplugin9 > X# Date created: 28 May 2004 > X# Whom: Jamie Jones > X# > X# $FreeBSD: $ > X# > X > XPORTNAME= flashplugin > XPORTVERSION= 10.0r22 > XCATEGORIES= www multimedia linux > XMASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ > X http://tijl.ulyssis.be/mirror/:suplib > XPKGNAMEPREFIX= linux- > XDISTFILES= install_flash_player_10_linux.tar.gz:plugin \ > X linux-f8-flashsupport-9.0.1.i386.tar.gz:suplib > XDIST_SUBDIR= ${PORTNAME}/${PORTVERSION} > X > XMAINTAINER= emulation@FreeBSD.org > XCOMMENT= Adobe Flash Player NPAPI Plugin > X > XONLY_FOR_ARCHS= amd64 i386 > XUSE_LINUX= f8 I'm not sure about this. There is emulation_linux_base-f9 now. First I thought that USE_LINUX?=f8 may fit. But it didn't. However USE_LINUX=yes seems to work. The port won't work for other linux base ports than -f8, -f9 because of dependencies. > XUSE_LINUX_APPS= openssl curl libssh2 libidn nspr nss > X > XRESTRICTED= Redistribution not allowed > XRESTRICTED_FILES= ${DISTFILES:Nlinux-f8-flashsupport*:C/:[^:]+$//} > X > XNO_BUILD= yes > XWRKSRC= ${WRKDIR}/install_flash_player_10_linux > XLATEST_LINK= flash10 > X > XUSE_NPAPI= linux-* > XNPAPI_FILES= libflashplayer.so > X > XCONFLICTS= linux-flashplugin-7* linux-flashplugin-9* > X > Xpost-install: > X @${INSTALL_PROGRAM} ${WRKDIR}/libflashsupport.so ${LINUXBASE}/usr/lib > X > X.include > X.include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi" > X.include > 43df7419b06fb389fcdf88ec0b70c14a > echo x - www/linux-f8-flashplugin10/distinfo > sed 's/^X//' >www/linux-f8-flashplugin10/distinfo << '254656f71fbc5d4ebbb0c1a06a6277b7' > XMD5 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 23e4c2b844db0f87ff62084178aa2b1f > XSHA256 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = cd29f166c87fecc943e88fe951bb61c56728fab12b4bf343badafa73ea95394e > XSIZE (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 3994294 > XMD5 (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = e41a9fc56644f2410eb0803044395289 > XSHA256 (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = d516d3bff6e853bde71369e424861d865e4d25f0a10c2388c1c466fca055d759 > XSIZE (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = 2989 > 254656f71fbc5d4ebbb0c1a06a6277b7 > echo x - www/linux-f8-flashplugin10/pkg-descr > sed 's/^X//' >www/linux-f8-flashplugin10/pkg-descr << '234cca3cd023a751c4f2155ceebfee65' > XThis is the official Flash Player from Adobe. This plugin enables > Xyou to see .swf and .spl files on the 'net from your Opera, Mozilla or > XFirefox sessions. > X > XPlease see the Adobe home page for more information. > X > XFreeBSD Flash License Agreement: > X http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96374 > X > XWWW: http://www.adobe.com/ > 234cca3cd023a751c4f2155ceebfee65 > echo x - www/linux-f8-flashplugin10/pkg-plist > sed 's/^X//' >www/linux-f8-flashplugin10/pkg-plist << '9aeb08122bb1100b4ccb1e12ba6b75dd' > X@cwd /compat/linux > Xusr/lib/libflashsupport.so > X@cwd > 9aeb08122bb1100b4ccb1e12ba6b75dd > exit 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 Wed Apr 8 08:36:15 2009 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 911C91065673 for ; Wed, 8 Apr 2009 08:36:15 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay008.isp.belgacom.be (mailrelay008.isp.belgacom.be [195.238.6.174]) by mx1.freebsd.org (Postfix) with ESMTP id 2E3728FC08 for ; Wed, 8 Apr 2009 08:36:15 +0000 (UTC) (envelope-from tijl@ulyssis.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArEEAAr/20lR9SuN/2dsb2JhbACBUswmg3sG Received: from 141.43-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.43.141]) by relay.skynet.be with ESMTP; 08 Apr 2009 10:36:13 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n388a9TR001419; Wed, 8 Apr 2009 10:36:10 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: Boris Samorodov , Juergen Lock , freebsd-emulation@freebsd.org Date: Wed, 8 Apr 2009 10:36:08 +0200 User-Agent: KMail/1.9.10 References: <23488525@bb.ipt.ru> <20090407203048.GA68683@triton.kn-bremen.de> <35871418@bb.ipt.ru> In-Reply-To: <35871418@bb.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904081036.09618.tijl@ulyssis.org> Cc: Subject: Re: flash10 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, 08 Apr 2009 08:36:15 -0000 On Wednesday 08 April 2009 08:47:49 Boris Samorodov wrote: > On Tue, 7 Apr 2009 22:30:48 +0200 Juergen Lock wrote: >> XPORTNAME= flashplugin >> XPORTVERSION= 10.0r22 >> XCATEGORIES= www multimedia linux >> XMASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ >> X http://tijl.ulyssis.be/mirror/:suplib >> XPKGNAMEPREFIX= linux- >> XDISTFILES= install_flash_player_10_linux.tar.gz:plugin \ >> X linux-f8-flashsupport-9.0.1.i386.tar.gz:suplib >> XDIST_SUBDIR= ${PORTNAME}/${PORTVERSION} >> X >> XMAINTAINER= emulation@FreeBSD.org >> XCOMMENT= Adobe Flash Player NPAPI Plugin >> X >> XONLY_FOR_ARCHS= amd64 i386 >> XUSE_LINUX= f8 > > I'm not sure about this. There is emulation_linux_base-f9 now. > First I thought that USE_LINUX?=f8 may fit. But it didn't. > However USE_LINUX=yes seems to work. The port won't work > for other linux base ports than -f8, -f9 because of dependencies. Maybe you can support values such as f8+, like USE_GCC for instance. >> XRESTRICTED_FILES= ${DISTFILES:Nlinux-f8-flashsupport*:C/:[^:]+$//} This was added a couple months ago to allow the FreeBSD ftp servers to mirror the flashsupport distfile. That still doesn't seem to be happening even though make clean-restricted works and doesn't delete this file. Who can be contacted for this, portmgr? From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 8 17:35:12 2009 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 C63D61065688 for ; Wed, 8 Apr 2009 17:35:12 +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 828BE8FC1B for ; Wed, 8 Apr 2009 17:35:12 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id DCC0B1E00168; Wed, 8 Apr 2009 19:35:12 +0200 (CEST) Received: from triton.kn-bremen.de (noident@localhost [127.0.0.1]) by triton.kn-bremen.de (8.14.3/8.14.3) with ESMTP id n38HWRPe072008; Wed, 8 Apr 2009 19:32:27 +0200 (CEST) (envelope-from nox@triton.kn-bremen.de) Received: (from nox@localhost) by triton.kn-bremen.de (8.14.3/8.14.3/Submit) id n38HWQeU072007; Wed, 8 Apr 2009 19:32:26 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 8 Apr 2009 19:32:26 +0200 To: Boris Samorodov Message-ID: <20090408173226.GA71851@triton.kn-bremen.de> References: <23488525@bb.ipt.ru> <25204710@h30.sp.ipt.ru> <20090405212925.GA24637@triton.kn-bremen.de> <200904062118.20464.tijl@ulyssis.org> <20090407203048.GA68683@triton.kn-bremen.de> <35871418@bb.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <35871418@bb.ipt.ru> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@freebsd.org Subject: Re: flash10 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, 08 Apr 2009 17:35:13 -0000 On Wed, Apr 08, 2009 at 10:47:49AM +0400, Boris Samorodov wrote: > On Tue, 7 Apr 2009 22:30:48 +0200 Juergen Lock wrote: >[...] > > And here comes the shar: > > > # This is a shell archive. Save it in a file, remove anything before > > # this line, and then unpack it by entering "sh file". Note, it may > > # create directories; files and directories will be owned by you and > > # have default permissions. > > # > > # This archive contains: > > # > > # www/linux-f8-flashplugin10/Makefile > > # www/linux-f8-flashplugin10/distinfo > > # www/linux-f8-flashplugin10/pkg-descr > > # www/linux-f8-flashplugin10/pkg-plist > > # > > echo x - www/linux-f8-flashplugin10/Makefile > > sed 's/^X//' >www/linux-f8-flashplugin10/Makefile << '43df7419b06fb389fcdf88ec0b70c14a' > > X# New ports collection makefile for: linux-flashplugin9 > > X# Date created: 28 May 2004 > > X# Whom: Jamie Jones > > X# > > X# $FreeBSD: $ > > X# > > X > > XPORTNAME= flashplugin > > XPORTVERSION= 10.0r22 > > XCATEGORIES= www multimedia linux > > XMASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ > > X http://tijl.ulyssis.be/mirror/:suplib > > XPKGNAMEPREFIX= linux- > > XDISTFILES= install_flash_player_10_linux.tar.gz:plugin \ > > X linux-f8-flashsupport-9.0.1.i386.tar.gz:suplib > > XDIST_SUBDIR= ${PORTNAME}/${PORTVERSION} > > X > > XMAINTAINER= emulation@FreeBSD.org > > XCOMMENT= Adobe Flash Player NPAPI Plugin > > X > > XONLY_FOR_ARCHS= amd64 i386 > > XUSE_LINUX= f8 > > I'm not sure about this. There is emulation_linux_base-f9 now. > First I thought that USE_LINUX?=f8 may fit. But it didn't. > However USE_LINUX=yes seems to work. The port won't work > for other linux base ports than -f8, -f9 because of dependencies. > Yeah, I guess you're right, `yes' is better for now. > >[...] But, has anyone else tested this now? (other than me... :) Juergen From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 8 20:09:13 2009 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 9D867106564A for ; Wed, 8 Apr 2009 20:09:13 +0000 (UTC) (envelope-from trebestie@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 25FA68FC12 for ; Wed, 8 Apr 2009 20:09:12 +0000 (UTC) (envelope-from trebestie@gmail.com) Received: by bwz8 with SMTP id 8so288676bwz.43 for ; Wed, 08 Apr 2009 13:09:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=HZRUIMq2CS1DWX4YKixsl1uTzPO3jAWBKaIiIbXs2CI=; b=ghHIgt7eCB1a0XNj0YdpfDEdMwjN4fmCEB7QQg9pQvRgnCTpSNqpiBjmomyAb1UNdf oUmqn1259HcIh8pSb+hBc8tL4HwrPx1ORwPA4kLhgYwI/76RKl+TPEHirwWe8PxhXPjj P9dREafSlb9JQaK8OUIsmWAmDcofv4GaGG1Z4= 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=iSAm/inWcunZR2cT0RaUt4aZqvvjrLf/XVGgYPy/WqvRU135CWJIBN36gcK9TpRs3b siB+tftOax2cwbf34qLhtI4/kh4dlGcdNL5pHDOV8jXMupqxYLRyI1JrXDYAFr+jx10q wJaknYg6jfzddrXnlkgg6YUlYNT6+ix8JEb80= MIME-Version: 1.0 Received: by 10.223.108.15 with SMTP id d15mr506123fap.62.1239220031937; Wed, 08 Apr 2009 12:47:11 -0700 (PDT) In-Reply-To: <20090408173226.GA71851@triton.kn-bremen.de> References: <23488525@bb.ipt.ru> <25204710@h30.sp.ipt.ru> <20090405212925.GA24637@triton.kn-bremen.de> <200904062118.20464.tijl@ulyssis.org> <20090407203048.GA68683@triton.kn-bremen.de> <35871418@bb.ipt.ru> <20090408173226.GA71851@triton.kn-bremen.de> Date: Wed, 8 Apr 2009 21:47:11 +0200 Message-ID: <83e5fb980904081247x1aa994dfm2b8ace68b8dbf6e0@mail.gmail.com> From: Diego Depaoli To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org Subject: Re: flash10 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, 08 Apr 2009 20:09:13 -0000 On Wed, Apr 8, 2009 at 7:32 PM, Juergen Lock wrote= : > =A0But, has anyone else tested this now? =A0(other than me... :) It works for me after few tests. Cheers --=20 Diego Depaoli From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 9 04:16:22 2009 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 4AEFF1065670 for ; Thu, 9 Apr 2009 04:16:22 +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 131BA8FC1B for ; Thu, 9 Apr 2009 04:16:22 +0000 (UTC) (envelope-from daichi@freebsd.org) Received: from parancell.ongs.co.jp (dullmdaler.ongs.co.jp [202.216.246.94]) by natial.ongs.co.jp (Postfix) with ESMTPSA id E8D23125422; Thu, 9 Apr 2009 13:16:20 +0900 (JST) Message-ID: <49DD7694.6060903@freebsd.org> Date: Thu, 09 Apr 2009 13:16:20 +0900 From: Daichi GOTO User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: Juergen Lock References: <23488525@bb.ipt.ru> <25204710@h30.sp.ipt.ru> <20090405212925.GA24637@triton.kn-bremen.de> <200904062118.20464.tijl@ulyssis.org> <20090407203048.GA68683@triton.kn-bremen.de> In-Reply-To: <20090407203048.GA68683@triton.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: flash10 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, 09 Apr 2009 04:16:22 -0000 I have tested your flash10 port, and it looks working very well on linux_base-f8 infrastructure and my 8-current/amd64 platform. How about to commit it :) Juergen Lock wrote: > On Mon, Apr 06, 2009 at 09:18:19PM +0200, Tijl Coosemans wrote: >> On Sunday 05 April 2009 23:29:25 Juergen Lock wrote: >>> X# we need a proper MASTER_SITE for the new libflashsupport.so from >>> X# Tijl Coosemans's post... >>> X# http://docs.freebsd.org/cgi/mid.cgi?200904021821.53043.tijl >>> X# http://freebsd.markmail.org/download.xqy?id=okk5qrttquofm62l&number=1 >> You can use these: >> >> http://tijl.ulyssis.be/mirror/linux-fc4-flashsupport-9.0.1.i386.tar.gz >> http://tijl.ulyssis.be/mirror/linux-f8-flashsupport-9.0.1.i386.tar.gz > > Thank you! (and also bsam!) > > Everyone: please test the port below which only needed a small fix to > Mk/bsd.linux-apps.mk with the portstree from today here: > > (As already mentioned you need linux base f8 with compat.linux.osrelease > set to 2.6.16 and OVERRIDE_LINUX_BASE_PORT=f8 as well as > OVERRIDE_LINUX_NONBASE_PORTS=f8 in make.conf, and as always with flash, > linprocfs needs to be mounted on /compat/linux/proc .) > > Index: Mk/bsd.linux-apps.mk > =================================================================== > RCS file: /home/pcvs/ports/Mk/bsd.linux-apps.mk,v > retrieving revision 1.12 > diff -u -p -r1.12 bsd.linux-apps.mk > --- Mk/bsd.linux-apps.mk 7 Apr 2009 19:15:10 -0000 1.12 > +++ Mk/bsd.linux-apps.mk 7 Apr 2009 19:57:27 -0000 > @@ -66,7 +66,7 @@ _LINUX_APPS_ALL+= > # 2.6.16 components > _LINUX_26_APPS= libidn nspr nss openssl sqlite3 tcl84 tk84 > > -_LINUX_APPS_ALL+= _LINUX_26_APPS > +_LINUX_APPS_ALL+= ${_LINUX_26_APPS} > > # Let's check if components from USE_LINUX_APPS exist at _LINUX_26_APPS for LINUX_DIST_SUFFIX:="" > . if ${LINUX_DIST_SUFFIX}=="" > > And here comes the shar: > > # This is a shell archive. Save it in a file, remove anything before > # this line, and then unpack it by entering "sh file". Note, it may > # create directories; files and directories will be owned by you and > # have default permissions. > # > # This archive contains: > # > # www/linux-f8-flashplugin10/Makefile > # www/linux-f8-flashplugin10/distinfo > # www/linux-f8-flashplugin10/pkg-descr > # www/linux-f8-flashplugin10/pkg-plist > # > echo x - www/linux-f8-flashplugin10/Makefile > sed 's/^X//' >www/linux-f8-flashplugin10/Makefile << '43df7419b06fb389fcdf88ec0b70c14a' > X# New ports collection makefile for: linux-flashplugin9 > X# Date created: 28 May 2004 > X# Whom: Jamie Jones > X# > X# $FreeBSD: $ > X# > X > XPORTNAME= flashplugin > XPORTVERSION= 10.0r22 > XCATEGORIES= www multimedia linux > XMASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ > X http://tijl.ulyssis.be/mirror/:suplib > XPKGNAMEPREFIX= linux- > XDISTFILES= install_flash_player_10_linux.tar.gz:plugin \ > X linux-f8-flashsupport-9.0.1.i386.tar.gz:suplib > XDIST_SUBDIR= ${PORTNAME}/${PORTVERSION} > X > XMAINTAINER= emulation@FreeBSD.org > XCOMMENT= Adobe Flash Player NPAPI Plugin > X > XONLY_FOR_ARCHS= amd64 i386 > XUSE_LINUX= f8 > XUSE_LINUX_APPS= openssl curl libssh2 libidn nspr nss > X > XRESTRICTED= Redistribution not allowed > XRESTRICTED_FILES= ${DISTFILES:Nlinux-f8-flashsupport*:C/:[^:]+$//} > X > XNO_BUILD= yes > XWRKSRC= ${WRKDIR}/install_flash_player_10_linux > XLATEST_LINK= flash10 > X > XUSE_NPAPI= linux-* > XNPAPI_FILES= libflashplayer.so > X > XCONFLICTS= linux-flashplugin-7* linux-flashplugin-9* > X > Xpost-install: > X @${INSTALL_PROGRAM} ${WRKDIR}/libflashsupport.so ${LINUXBASE}/usr/lib > X > X.include > X.include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi" > X.include > 43df7419b06fb389fcdf88ec0b70c14a > echo x - www/linux-f8-flashplugin10/distinfo > sed 's/^X//' >www/linux-f8-flashplugin10/distinfo << '254656f71fbc5d4ebbb0c1a06a6277b7' > XMD5 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 23e4c2b844db0f87ff62084178aa2b1f > XSHA256 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = cd29f166c87fecc943e88fe951bb61c56728fab12b4bf343badafa73ea95394e > XSIZE (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 3994294 > XMD5 (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = e41a9fc56644f2410eb0803044395289 > XSHA256 (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = d516d3bff6e853bde71369e424861d865e4d25f0a10c2388c1c466fca055d759 > XSIZE (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = 2989 > 254656f71fbc5d4ebbb0c1a06a6277b7 > echo x - www/linux-f8-flashplugin10/pkg-descr > sed 's/^X//' >www/linux-f8-flashplugin10/pkg-descr << '234cca3cd023a751c4f2155ceebfee65' > XThis is the official Flash Player from Adobe. This plugin enables > Xyou to see .swf and .spl files on the 'net from your Opera, Mozilla or > XFirefox sessions. > X > XPlease see the Adobe home page for more information. > X > XFreeBSD Flash License Agreement: > X http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96374 > X > XWWW: http://www.adobe.com/ > 234cca3cd023a751c4f2155ceebfee65 > echo x - www/linux-f8-flashplugin10/pkg-plist > sed 's/^X//' >www/linux-f8-flashplugin10/pkg-plist << '9aeb08122bb1100b4ccb1e12ba6b75dd' > X@cwd /compat/linux > Xusr/lib/libflashsupport.so > X@cwd > 9aeb08122bb1100b4ccb1e12ba6b75dd > exit > > Enjoy, > Juergen > _______________________________________________ > 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, http://people.freebsd.org/~daichi From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 9 07:43:05 2009 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 28A0D10656D2 for ; Thu, 9 Apr 2009 07:43:05 +0000 (UTC) (envelope-from bounces+305227.46043420.562566@icpbounce.com) Received: from smtp2.icpbounce.com (smtp2.icpbounce.com [216.27.93.124]) by mx1.freebsd.org (Postfix) with ESMTP id 10C988FC25 for ; Thu, 9 Apr 2009 07:43:04 +0000 (UTC) (envelope-from bounces+305227.46043420.562566@icpbounce.com) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp2.icpbounce.com (Postfix) with ESMTP id 55E4BF85DA for ; Thu, 9 Apr 2009 03:22:28 -0400 (EDT) Date: Thu, 9 Apr 2009 03:22:28 -0400 To: freebsd-emulation@freebsd.org From: Global Access Travel Message-ID: X-Priority: 3 X-Mailer: PHPMailer [version 1.72] Errors-To: bounces+305227.46043420.562566@icpbounce.com X-List-Unsubscribe: X-Unsubscribe-Web: X-ICPINFO: X-Return-Path-Hint: bounces+305227.46043420.562566@icpbounce.com MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Private Shore Excursions-Turkey 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, 09 Apr 2009 07:43:05 -0000 [http://www.turkeycalling.us] PRIVATE SHORE EXCURSIONS- TURKEY Your cruise clients will make the best of their time in Turkey on a private shore excursion! Istanbul Kusadasi & Ephesus [mailto:incoming@gaturkey.com?subject=Private Shore Excursions- Turkey] **************************************************************************** Yasal Uyarı; Bu e-posta, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup,mesajda yer alan bilgiler kisiye ozel ve gizli olabilir, yasalar ya da anlasmalar geregi ücüncü kisiler ile paylasilmasi mümkün olmayabilir.Mesaji alan kisi, mesajin gönderilmek istendigi kisi veya kurulus degilse,bu mesaji yaymak,dagitmak veya kopyalamak yasaktir Mesaj tarafiniza yanlislikla ulasmissa lütfen mesaji geri gönderiniz ve sisteminizden siliniz. Global Turizm Hizmetleri Anonim Sirketi bu mesajin icerigi ile ilgili olarak hicbir hukuksal sorumlulugu kabul etmez. **************************************************************************** Disclaimer; This e-mail communication is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and that may not be made public by law or agreement. If the recipient of this message is not the intended recipient or entity, you are hereby notified that any further dissemination, distribution or copying of this information is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete it from your system. The Global Turizm Hizmetleri Anonim Sirketi does not accept legal responsibility for the contents of this message. *********************************************************************************************** Yasal Uyarı; Bu e-posta, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup,mesajda yer alan bilgiler kisiye ozel ve gizli olabilir, yasalar ya da anlasmalar geregi ücüncü kisiler ile paylasilmasi mümkün olmayabilir.Mesaji alan kisi, mesajin gönderilmek istendigi kisi veya kurulus degilse,bu mesaji yaymak,dagitmak veya kopyalamak yasaktir Mesaj tarafiniza yanlislikla ulasmissa lütfen mesaji geri gönderiniz ve sisteminizden siliniz. Global Turizm Hizmetleri Anonim Sirketi bu mesajin icerigi ile ilgili olarak hicbir hukuksal sorumlulugu kabul etmez. ********************************************************************************************** Disclaimer; This e-mail communication is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and that may not be made public by law or agreement. If the recipient of this message is not the intended recipient or entity, you are hereby notified that any further dissemination, distribution or copying of this information is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete it from your system. The Global Turizm Hizmetleri Anonim Sirketi does not accept legal responsibility for the contents of this message. This message was sent by: Global Access Incoming, Nuzhetiye cad, istanbul, besiktas 34357, Turkey Powered by iContact: http://freetrial.icontact.com To be removed click here: http://app.icontact.com/icp/mmail-mprofile.pl?r=46043420&l=82228&s=FMOU&m=562566&c=305227 Forward to a friend: http://app.icontact.com/icp/sub/forward?m=562566&s=46043420&c=FMOU&cid=305227 From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 9 07:43:32 2009 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 75FA91065693 for ; Thu, 9 Apr 2009 07:43:32 +0000 (UTC) (envelope-from bounces+305227.46043332.562566@icpbounce.com) Received: from smtp2.icpbounce.com (smtp2.icpbounce.com [216.27.93.124]) by mx1.freebsd.org (Postfix) with ESMTP id 0B4E28FC25 for ; Thu, 9 Apr 2009 07:43:32 +0000 (UTC) (envelope-from bounces+305227.46043332.562566@icpbounce.com) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp2.icpbounce.com (Postfix) with ESMTP id CA76CF8402 for ; Thu, 9 Apr 2009 03:22:23 -0400 (EDT) Date: Thu, 9 Apr 2009 03:22:23 -0400 To: emulation@freebsd.org From: Global Access Travel Message-ID: <18dc95e5528513317298319daff33531@localhost.localdomain> X-Priority: 3 X-Mailer: PHPMailer [version 1.72] Errors-To: bounces+305227.46043332.562566@icpbounce.com X-List-Unsubscribe: X-Unsubscribe-Web: X-ICPINFO: X-Return-Path-Hint: bounces+305227.46043332.562566@icpbounce.com MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Private Shore Excursions-Turkey 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, 09 Apr 2009 07:43:33 -0000 [http://www.turkeycalling.us] PRIVATE SHORE EXCURSIONS- TURKEY Your cruise clients will make the best of their time in Turkey on a private shore excursion! Istanbul Kusadasi & Ephesus [mailto:incoming@gaturkey.com?subject=Private Shore Excursions- Turkey] **************************************************************************** Yasal Uyarı; Bu e-posta, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup,mesajda yer alan bilgiler kisiye ozel ve gizli olabilir, yasalar ya da anlasmalar geregi ücüncü kisiler ile paylasilmasi mümkün olmayabilir.Mesaji alan kisi, mesajin gönderilmek istendigi kisi veya kurulus degilse,bu mesaji yaymak,dagitmak veya kopyalamak yasaktir Mesaj tarafiniza yanlislikla ulasmissa lütfen mesaji geri gönderiniz ve sisteminizden siliniz. Global Turizm Hizmetleri Anonim Sirketi bu mesajin icerigi ile ilgili olarak hicbir hukuksal sorumlulugu kabul etmez. **************************************************************************** Disclaimer; This e-mail communication is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and that may not be made public by law or agreement. If the recipient of this message is not the intended recipient or entity, you are hereby notified that any further dissemination, distribution or copying of this information is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete it from your system. The Global Turizm Hizmetleri Anonim Sirketi does not accept legal responsibility for the contents of this message. *********************************************************************************************** Yasal Uyarı; Bu e-posta, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup,mesajda yer alan bilgiler kisiye ozel ve gizli olabilir, yasalar ya da anlasmalar geregi ücüncü kisiler ile paylasilmasi mümkün olmayabilir.Mesaji alan kisi, mesajin gönderilmek istendigi kisi veya kurulus degilse,bu mesaji yaymak,dagitmak veya kopyalamak yasaktir Mesaj tarafiniza yanlislikla ulasmissa lütfen mesaji geri gönderiniz ve sisteminizden siliniz. Global Turizm Hizmetleri Anonim Sirketi bu mesajin icerigi ile ilgili olarak hicbir hukuksal sorumlulugu kabul etmez. ********************************************************************************************** Disclaimer; This e-mail communication is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and that may not be made public by law or agreement. If the recipient of this message is not the intended recipient or entity, you are hereby notified that any further dissemination, distribution or copying of this information is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete it from your system. The Global Turizm Hizmetleri Anonim Sirketi does not accept legal responsibility for the contents of this message. This message was sent by: Global Access Incoming, Nuzhetiye cad, istanbul, besiktas 34357, Turkey Powered by iContact: http://freetrial.icontact.com To be removed click here: http://app.icontact.com/icp/mmail-mprofile.pl?r=46043332&l=82228&s=NMHX&m=562566&c=305227 Forward to a friend: http://app.icontact.com/icp/sub/forward?m=562566&s=46043332&c=NMHX&cid=305227 From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 9 09:14:28 2009 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 0F914106564A; Thu, 9 Apr 2009 09:14:28 +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 98C648FC17; Thu, 9 Apr 2009 09:14:27 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1LrqL4-000FiI-Ek; Thu, 09 Apr 2009 13:14:26 +0400 To: Daichi GOTO References: <23488525@bb.ipt.ru> <25204710@h30.sp.ipt.ru> <20090405212925.GA24637@triton.kn-bremen.de> <200904062118.20464.tijl@ulyssis.org> <20090407203048.GA68683@triton.kn-bremen.de> <49DD7694.6060903@freebsd.org> From: Boris Samorodov Date: Thu, 09 Apr 2009 13:14:27 +0400 In-Reply-To: <49DD7694.6060903@freebsd.org> (Daichi GOTO's message of "Thu\, 09 Apr 2009 13\:16\:20 +0900") Message-ID: <92981036@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org, Juergen Lock Subject: Re: flash10 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, 09 Apr 2009 09:14:30 -0000 On Thu, 09 Apr 2009 13:16:20 +0900 Daichi GOTO wrote: > I have tested your flash10 port, and it looks working very well > on linux_base-f8 infrastructure and my 8-current/amd64 platform. > How about to commit it :) No objection from me. :) > Juergen Lock wrote: > > On Mon, Apr 06, 2009 at 09:18:19PM +0200, Tijl Coosemans wrote: > >> On Sunday 05 April 2009 23:29:25 Juergen Lock wrote: > >>> X# we need a proper MASTER_SITE for the new libflashsupport.so from > >>> X# Tijl Coosemans's post... > >>> X# http://docs.freebsd.org/cgi/mid.cgi?200904021821.53043.tijl > >>> X# http://freebsd.markmail.org/download.xqy?id=okk5qrttquofm62l&number=1 > >> You can use these: > >> > >> http://tijl.ulyssis.be/mirror/linux-fc4-flashsupport-9.0.1.i386.tar.gz > >> http://tijl.ulyssis.be/mirror/linux-f8-flashsupport-9.0.1.i386.tar.gz > > > > Thank you! (and also bsam!) > > > > Everyone: please test the port below which only needed a small fix to > > Mk/bsd.linux-apps.mk with the portstree from today here: > > > > (As already mentioned you need linux base f8 with compat.linux.osrelease > > set to 2.6.16 and OVERRIDE_LINUX_BASE_PORT=f8 as well as > > OVERRIDE_LINUX_NONBASE_PORTS=f8 in make.conf, and as always with flash, > > linprocfs needs to be mounted on /compat/linux/proc .) > > > > Index: Mk/bsd.linux-apps.mk > > =================================================================== > > RCS file: /home/pcvs/ports/Mk/bsd.linux-apps.mk,v > > retrieving revision 1.12 > > diff -u -p -r1.12 bsd.linux-apps.mk > > --- Mk/bsd.linux-apps.mk 7 Apr 2009 19:15:10 -0000 1.12 > > +++ Mk/bsd.linux-apps.mk 7 Apr 2009 19:57:27 -0000 > > @@ -66,7 +66,7 @@ _LINUX_APPS_ALL+= > > # 2.6.16 components > > _LINUX_26_APPS= libidn nspr nss openssl sqlite3 tcl84 tk84 > > -_LINUX_APPS_ALL+= _LINUX_26_APPS > > +_LINUX_APPS_ALL+= ${_LINUX_26_APPS} > > # Let's check if components from USE_LINUX_APPS exist at > > _LINUX_26_APPS for LINUX_DIST_SUFFIX:="" > > . if ${LINUX_DIST_SUFFIX}=="" > > > > And here comes the shar: > > > > # This is a shell archive. Save it in a file, remove anything before > > # this line, and then unpack it by entering "sh file". Note, it may > > # create directories; files and directories will be owned by you and > > # have default permissions. > > # > > # This archive contains: > > # > > # www/linux-f8-flashplugin10/Makefile > > # www/linux-f8-flashplugin10/distinfo > > # www/linux-f8-flashplugin10/pkg-descr > > # www/linux-f8-flashplugin10/pkg-plist > > # > > echo x - www/linux-f8-flashplugin10/Makefile > > sed 's/^X//' >www/linux-f8-flashplugin10/Makefile << '43df7419b06fb389fcdf88ec0b70c14a' > > X# New ports collection makefile for: linux-flashplugin9 > > X# Date created: 28 May 2004 > > X# Whom: Jamie Jones > > X# > > X# $FreeBSD: $ > > X# > > X > > XPORTNAME= flashplugin > > XPORTVERSION= 10.0r22 > > XCATEGORIES= www multimedia linux > > XMASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ > > X http://tijl.ulyssis.be/mirror/:suplib > > XPKGNAMEPREFIX= linux- > > XDISTFILES= install_flash_player_10_linux.tar.gz:plugin \ > > X linux-f8-flashsupport-9.0.1.i386.tar.gz:suplib > > XDIST_SUBDIR= ${PORTNAME}/${PORTVERSION} > > X > > XMAINTAINER= emulation@FreeBSD.org > > XCOMMENT= Adobe Flash Player NPAPI Plugin > > X > > XONLY_FOR_ARCHS= amd64 i386 > > XUSE_LINUX= f8 > > XUSE_LINUX_APPS= openssl curl libssh2 libidn nspr nss > > X > > XRESTRICTED= Redistribution not allowed > > XRESTRICTED_FILES= ${DISTFILES:Nlinux-f8-flashsupport*:C/:[^:]+$//} > > X > > XNO_BUILD= yes > > XWRKSRC= ${WRKDIR}/install_flash_player_10_linux > > XLATEST_LINK= flash10 > > X > > XUSE_NPAPI= linux-* > > XNPAPI_FILES= libflashplayer.so > > X > > XCONFLICTS= linux-flashplugin-7* linux-flashplugin-9* > > X > > Xpost-install: > > X @${INSTALL_PROGRAM} ${WRKDIR}/libflashsupport.so ${LINUXBASE}/usr/lib > > X > > X.include > > X.include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi" > > X.include > > 43df7419b06fb389fcdf88ec0b70c14a > > echo x - www/linux-f8-flashplugin10/distinfo > > sed 's/^X//' >www/linux-f8-flashplugin10/distinfo << '254656f71fbc5d4ebbb0c1a06a6277b7' > > XMD5 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 23e4c2b844db0f87ff62084178aa2b1f > > XSHA256 (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = cd29f166c87fecc943e88fe951bb61c56728fab12b4bf343badafa73ea95394e > > XSIZE (flashplugin/10.0r22/install_flash_player_10_linux.tar.gz) = 3994294 > > XMD5 (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = e41a9fc56644f2410eb0803044395289 > > XSHA256 (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = d516d3bff6e853bde71369e424861d865e4d25f0a10c2388c1c466fca055d759 > > XSIZE (flashplugin/10.0r22/linux-f8-flashsupport-9.0.1.i386.tar.gz) = 2989 > > 254656f71fbc5d4ebbb0c1a06a6277b7 > > echo x - www/linux-f8-flashplugin10/pkg-descr > > sed 's/^X//' >www/linux-f8-flashplugin10/pkg-descr << '234cca3cd023a751c4f2155ceebfee65' > > XThis is the official Flash Player from Adobe. This plugin enables > > Xyou to see .swf and .spl files on the 'net from your Opera, Mozilla or > > XFirefox sessions. > > X > > XPlease see the Adobe home page for more information. > > X > > XFreeBSD Flash License Agreement: > > X http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96374 > > X > > XWWW: http://www.adobe.com/ > > 234cca3cd023a751c4f2155ceebfee65 > > echo x - www/linux-f8-flashplugin10/pkg-plist > > sed 's/^X//' >www/linux-f8-flashplugin10/pkg-plist << '9aeb08122bb1100b4ccb1e12ba6b75dd' > > X@cwd /compat/linux > > Xusr/lib/libflashsupport.so > > X@cwd > > 9aeb08122bb1100b4ccb1e12ba6b75dd > > exit 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 Thu Apr 9 16:51:16 2009 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 D9903106564A for ; Thu, 9 Apr 2009 16:51:16 +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 97A658FC21 for ; Thu, 9 Apr 2009 16:51:16 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1LrxT9-000LN5-Nm for freebsd-emulation@FreeBSD.org; Thu, 09 Apr 2009 20:51:15 +0400 To: freebsd-emulation@FreeBSD.org From: Boris Samorodov Date: Thu, 09 Apr 2009 20:51:14 +0400 Message-ID: <82259885@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: CALL FOR TESTERS: graphics/linux-f8-dri and dependent ports 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, 09 Apr 2009 16:51:17 -0000 Hello dear emulation@ readers, I've just committed a new port graphics/linux-f8-dri and all needed infrastructure changes. Please, keep in mind that this port is tested only for building/ packaging/removing. No run time test were done since I do not use apropriate hardware. Do not install this port directly, it is intended to be installed as a dependency of a linux application (ex. net/skype). To test one should edit apropriate port's Makefile (ex. net/skype/Makefile). To make use of the new linux infrastructure one should add: ----- "USE_LINUX_APPS=dri" ----- instead of any of those dependencies: ----- RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri USE_GL= linux ----- Once you have made the above mentioned changes the port will use apropriate linux dependencies. If you defined OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS at /etc/make.conf then the corresponding port (ex. graphics/linux-f8-dri) will be used. Please, test ports you are using and get in touch with maintainers to commit changes to the ports tree. Enjoy and thanks! 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 Thu Apr 9 21:17:21 2009 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 73E041065670 for ; Thu, 9 Apr 2009 21:17:21 +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 2116A8FC1F for ; Thu, 9 Apr 2009 21:17:21 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 3488C1E002A9; Thu, 9 Apr 2009 23:17:22 +0200 (CEST) Received: from triton.kn-bremen.de (noident@localhost [127.0.0.1]) by triton.kn-bremen.de (8.14.3/8.14.3) with ESMTP id n39LBp6c016104; Thu, 9 Apr 2009 23:11:51 +0200 (CEST) (envelope-from nox@triton.kn-bremen.de) Received: (from nox@localhost) by triton.kn-bremen.de (8.14.3/8.14.3/Submit) id n39LBocR016103; Thu, 9 Apr 2009 23:11:50 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 9 Apr 2009 23:11:50 +0200 To: Boris Samorodov Message-ID: <20090409211150.GA16078@triton.kn-bremen.de> References: <23488525@bb.ipt.ru> <25204710@h30.sp.ipt.ru> <20090405212925.GA24637@triton.kn-bremen.de> <200904062118.20464.tijl@ulyssis.org> <20090407203048.GA68683@triton.kn-bremen.de> <49DD7694.6060903@freebsd.org> <92981036@bb.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <92981036@bb.ipt.ru> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@freebsd.org, Daichi GOTO Subject: Re: flash10 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, 09 Apr 2009 21:17:21 -0000 On Thu, Apr 09, 2009 at 01:14:27PM +0400, Boris Samorodov wrote: > On Thu, 09 Apr 2009 13:16:20 +0900 Daichi GOTO wrote: > > > I have tested your flash10 port, and it looks working very well > > on linux_base-f8 infrastructure and my 8-current/amd64 platform. > > How about to commit it :) > > No objection from me. :) Done! :) Juergen From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 10 05:37:46 2009 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 031DB106564A for ; Fri, 10 Apr 2009 05:37:46 +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 B23E88FC15 for ; Fri, 10 Apr 2009 05:37:45 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Ls9Qt-0004ox-RK; Fri, 10 Apr 2009 09:37:43 +0400 To: Juergen Lock References: <23488525@bb.ipt.ru> <25204710@h30.sp.ipt.ru> <20090405212925.GA24637@triton.kn-bremen.de> <200904062118.20464.tijl@ulyssis.org> <20090407203048.GA68683@triton.kn-bremen.de> <49DD7694.6060903@freebsd.org> <92981036@bb.ipt.ru> <20090409211150.GA16078@triton.kn-bremen.de> From: Boris Samorodov Date: Fri, 10 Apr 2009 09:37:43 +0400 In-Reply-To: <20090409211150.GA16078@triton.kn-bremen.de> (Juergen Lock's message of "Thu\, 9 Apr 2009 23\:11\:50 +0200") Message-ID: <10894072@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: flash10 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, 10 Apr 2009 05:37:46 -0000 On Thu, 9 Apr 2009 23:11:50 +0200 Juergen Lock wrote: > On Thu, Apr 09, 2009 at 01:14:27PM +0400, Boris Samorodov wrote: > > On Thu, 09 Apr 2009 13:16:20 +0900 Daichi GOTO wrote: > > > > > I have tested your flash10 port, and it looks working very well > > > on linux_base-f8 infrastructure and my 8-current/amd64 platform. > > > How about to commit it :) > > > > No objection from me. :) > Done! :) Thanks! 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 Fri Apr 10 05:57:52 2009 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 A7553106566B for ; Fri, 10 Apr 2009 05:57:52 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.freebsd.org (Postfix) with ESMTP id 1D5F08FC1E for ; Fri, 10 Apr 2009 05:57:51 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (localhost [127.0.0.1]) by pukruppa.net (8.14.3/8.14.3) with ESMTP id n3A59LnW013297 for ; Fri, 10 Apr 2009 07:09:21 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Received: (from ulrich@localhost) by pukruppa.net (8.14.3/8.14.3/Submit) id n3A59LKd013289 for freebsd-emulation@freebsd.org; Fri, 10 Apr 2009 07:09:21 +0200 (CEST) (envelope-from ulrich@pukruppa.net) From: Peter Ulrich Kruppa To: =?UTF-8?Q?=E2=82=A3reeBSD-Emulation?= Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 10 Apr 2009 07:09:19 +0200 Message-Id: <1239340160.98200.10.camel@pukruppa.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.0 FreeBSD GNOME Team Port Subject: german/acroread9 crashes 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, 10 Apr 2009 05:57:53 -0000 Hi, I am running linux_base-8-8_11 on FreeBSD 7.2-PRERELEASE amd64 with these options in /etc/mak.conf : OVERRIDE_LINUX_BASE_PORT=f9 OVERRIDE_LINUX_NONBASE_PORTS=f8 When I start acroread9 it will crash after 3 or four seconds. This is what I can see, when I run it from a terminal: --------------------------------------- %acroread9 (acroread:12745): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. Fontconfig warning: no elements found. Check configuration. Fontconfig warning: adding /var/cache/fontconfig Fontconfig warning: adding ~/.fontconfig Fontconfig warning: no elements found. Check configuration. Fontconfig warning: adding /var/cache/fontconfig Fontconfig warning: adding ~/.fontconfig terminate called after throwing an instance of 'RSException' ---------------------------------------- BTW: german/acroread9 runs fine! Please tell me, if I can give any more information. Greetings, Uli. From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 10 06:04:31 2009 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 17BCB1065674 for ; Fri, 10 Apr 2009 06:04:31 +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 C96D78FC15 for ; Fri, 10 Apr 2009 06:04:30 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Ls9qn-0005AQ-Ql; Fri, 10 Apr 2009 10:04:29 +0400 To: Peter Ulrich Kruppa References: <1239340160.98200.10.camel@pukruppa.net> From: Boris Samorodov Date: Fri, 10 Apr 2009 10:04:29 +0400 In-Reply-To: <1239340160.98200.10.camel@pukruppa.net> (Peter Ulrich Kruppa's message of "Fri\, 10 Apr 2009 07\:09\:19 +0200") Message-ID: <92977106@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: =?utf-8?Q?=E2=82=A3reeBSD-Emulation?= Subject: Re: german/acroread9 crashes 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, 10 Apr 2009 06:04:31 -0000 On Fri, 10 Apr 2009 07:09:19 +0200 Peter Ulrich Kruppa wrote: > I am running linux_base-8-8_11 on FreeBSD 7.2-PRERELEASE amd64 with acroread9 can't be run under 7.x, there is now needed at-syscalls. Use acroread8. > these options in /etc/mak.conf : > OVERRIDE_LINUX_BASE_PORT=f9 > OVERRIDE_LINUX_NONBASE_PORTS=f8 > When I start acroread9 it will crash after 3 or four seconds. > This is what I can see, when I run it from a terminal: > --------------------------------------- > %acroread9 > (acroread:12745): Gtk-WARNING **: Locale not supported by C library. > Using the fallback 'C' locale. > Fontconfig warning: no elements found. Check configuration. > Fontconfig warning: adding /var/cache/fontconfig > Fontconfig warning: adding ~/.fontconfig > Fontconfig warning: no elements found. Check configuration. > Fontconfig warning: adding /var/cache/fontconfig > Fontconfig warning: adding ~/.fontconfig > terminate called after throwing an instance of 'RSException' > ---------------------------------------- You can see some additional information at the system's console. > BTW: german/acroread9 runs fine! Hm, didn't catch it. Is the Subject wrong? > Please tell me, if I can give any more information. 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 Fri Apr 10 06:07:03 2009 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 058011065675 for ; Fri, 10 Apr 2009 06:07:03 +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 B6FD88FC14 for ; Fri, 10 Apr 2009 06:07:02 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Ls9tF-0005Eb-Rw; Fri, 10 Apr 2009 10:07:01 +0400 To: Peter Ulrich Kruppa References: <1239340160.98200.10.camel@pukruppa.net> <92977106@bb.ipt.ru> From: Boris Samorodov Date: Fri, 10 Apr 2009 10:07:01 +0400 In-Reply-To: <92977106@bb.ipt.ru> (Boris Samorodov's message of "Fri\, 10 Apr 2009 10\:04\:29 +0400") Message-ID: <10891418@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: =?utf-8?Q?=E2=82=A3reeBSD-Emulation?= Subject: Re: german/acroread9 crashes 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, 10 Apr 2009 06:07:03 -0000 On Fri, 10 Apr 2009 10:04:29 +0400 Boris Samorodov wrote: > acroread9 can't be run under 7.x, there is now needed at-syscalls. > Use acroread8. Sorry, s/now/no 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 Fri Apr 10 06:55:52 2009 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 5F9ED106566B for ; Fri, 10 Apr 2009 06:55:52 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.freebsd.org (Postfix) with ESMTP id B39138FC1B for ; Fri, 10 Apr 2009 06:55:51 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (localhost [127.0.0.1]) by pukruppa.net (8.14.3/8.14.3) with ESMTP id n3A6x1cj016784; Fri, 10 Apr 2009 08:59:02 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Received: (from ulrich@localhost) by pukruppa.net (8.14.3/8.14.3/Submit) id n3A6x1V5016783; Fri, 10 Apr 2009 08:59:01 +0200 (CEST) (envelope-from ulrich@pukruppa.net) From: Peter Ulrich Kruppa To: Boris Samorodov In-Reply-To: <10891418@bb.ipt.ru> References: <1239340160.98200.10.camel@pukruppa.net> <92977106@bb.ipt.ru> <10891418@bb.ipt.ru> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 10 Apr 2009 08:58:54 +0200 Message-Id: <1239346741.1679.1.camel@pukruppa.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.0 FreeBSD GNOME Team Port Cc: =?UTF-8?Q?=E2=82=A3reeBSD-Emulation?= Subject: Re: german/acroread9 crashes 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, 10 Apr 2009 06:55:52 -0000 Am Freitag, den 10.04.2009, 10:07 +0400 schrieb Boris Samorodov: > On Fri, 10 Apr 2009 10:04:29 +0400 Boris Samorodov wrote: > > > acroread9 can't be run under 7.x, there is now needed at-syscalls. > > Use acroread8. > > Sorry, s/now/no O.K. Thanks for your great work anyway! Greetings, Uli. > > > WBR From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 10 07:57:39 2009 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 1CA33106564A; Fri, 10 Apr 2009 07:57:39 +0000 (UTC) (envelope-from caelian@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 7E9CD8FC13; Fri, 10 Apr 2009 07:57:38 +0000 (UTC) (envelope-from caelian@gmail.com) Received: by ewy19 with SMTP id 19so975245ewy.43 for ; Fri, 10 Apr 2009 00:57:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=EZ6qeNPKNM/Yvmv6bvNlvObhO+oSV3o1xdpjXkyIZkU=; b=BUucTwa2yp8PP2ItFYR6IPHNCFHM8zGzfbE1KwTpu+evLC7IgMYXfGmfD1/9NWWZLd fC4iMBeibf8SGll7wNwoi1yX/31jq7YX2zauBjXMl/3O2ldUlMD6NgJmmfFUMZuVc8zd ITBjB7ROfCNcMKkZWNm6tJ+Bx8SAQOcT5w2Kg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=b82HXv9tFfdesnqimvCSicfv3+zHBMdSj2ceQT1VKPfLCbYolRi2xZv39ym37rVLfW 4/oGsQPmyw+FGZRZuKxNTj7GQIgKWwYYbva6/UlW1G59LrfZTJKo84YS9wPuyt5FcgUa IKrKJS//TfBsqlZ9Ec4R5NKqNJCm2EMH2AVuo= MIME-Version: 1.0 Received: by 10.210.137.17 with SMTP id k17mr2764ebd.6.1239349039951; Fri, 10 Apr 2009 00:37:19 -0700 (PDT) Date: Fri, 10 Apr 2009 09:37:19 +0200 Message-ID: From: Pascal Hofstee To: hrs@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: emulation@FreeBSD.org Subject: Acroread 9 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, 10 Apr 2009 07:57:39 -0000 Hi, I was pleasantly surprised to see the print/acroread9 port in the ports-tree, and since i have a couple of PDFs that evince doesn't handle entirely the way it should, i gave the port a shot on my 8.0-CURRENT system, especially considering the recent linux_base overhaul and all. The program started up perfectly rendering the first couple of pages, and then within a few seconds simply crashed out. A look at the console logs unfortunately showed the following message: linux: pid 78263 (acroread): syscall inotify_init not implemented In contrary to Acroread 8 (which does run properly) it looks like Acroread 9 actually uses the Linux inotify system. The port therefore is unfortunately of not much use as long as this subsystem of syscalls isn't mapped to its freebsd equivalent. I guess it couldn't hurt to mark the port as non-functionial until this has been resolved, and opted to put emulation@ on cc on this since i am curious what would need to be done in order to get this fixed. To my understanding Linux' inotify system shares similarities with FreeBSD's kqueue system and i wonder if a bridge of some sorts could be established here. With kind regards, Pascal Hofstee From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 10 17:43:47 2009 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 27C2A106564A; Fri, 10 Apr 2009 17:43:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-emulation@FreeBSD.org Date: Fri, 10 Apr 2009 13:43:28 -0400 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200904101343.37355.jkim@FreeBSD.org> Cc: hrs@freebsd.org Subject: Re: Acroread 9 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, 10 Apr 2009 17:43:48 -0000 On Friday 10 April 2009 03:37 am, Pascal Hofstee wrote: > Hi, > > I was pleasantly surprised to see the print/acroread9 port in the > ports-tree, and since > i have a couple of PDFs that evince doesn't handle entirely the way > it should, i gave the > port a shot on my 8.0-CURRENT system, especially considering the > recent linux_base > overhaul and all. > > The program started up perfectly rendering the first couple of > pages, and then within a > few seconds simply crashed out. A look at the console logs > unfortunately showed the > following message: > > linux: pid 78263 (acroread): syscall inotify_init not implemented > > In contrary to Acroread 8 (which does run properly) it looks like > Acroread 9 actually uses > the Linux inotify system. The port therefore is unfortunately of > not much use as long as > this subsystem of syscalls isn't mapped to its freebsd equivalent. > > I guess it couldn't hurt to mark the port as non-functionial until > this has been resolved, and > opted to put emulation@ on cc on this since i am curious what would > need to be done in > order to get this fixed. To my understanding Linux' inotify system > shares similarities with > FreeBSD's kqueue system and i wonder if a bridge of some sorts > could be established here. It is a known problem: http://docs.freebsd.org/cgi/mid.cgi?20090401175638.GA31233 Jung-uk Kim From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 11 09:58:53 2009 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 E9F2210656C2 for ; Sat, 11 Apr 2009 09:58:53 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id BC4568FC1C for ; Sat, 11 Apr 2009 09:58:53 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LsZke-0004PW-LT for freebsd-emulation@freebsd.org; Sat, 11 Apr 2009 02:43:52 -0700 Message-ID: <22999521.post@talk.nabble.com> Date: Sat, 11 Apr 2009 02:43:52 -0700 (PDT) From: jtidwell To: freebsd-emulation@freebsd.org In-Reply-To: <22999502.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: necanthrope@gmail.com References: <22999502.post@talk.nabble.com> Subject: Re: cannot get kqemu to load with kldload 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, 11 Apr 2009 09:58:54 -0000 jtidwell wrote: > > Greetings, qemu folk :) > > I've recently upgraded my FreeBSD box from 6.2 to 7.2. I'm trying to > install qemo, but I keep getting stuck at the point where I load kqemu > with kldload. The module file exists in /boot/modules, but I get this > error every time I try to load: > > # kldload kqemu > kldload: can't load kqemu: No such file or directory > > # ls /boot/modules > kqemu.ko linker.hints rt2500_sys.ko rt61_sys.ko > > I forgot to add, I get this error message on the console when i try to load the module: link_elf : symbol sched_lock undefined -- View this message in context: http://www.nabble.com/cannot-get-kqemu-to-load-with-kldload-tp22999502p22999521.html Sent from the freebsd-emulation mailing list archive at Nabble.com. From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 11 09:58:54 2009 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 4416010656C3 for ; Sat, 11 Apr 2009 09:58:54 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 17E8D8FC1D for ; Sat, 11 Apr 2009 09:58:54 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LsZhl-0004Ky-4F for freebsd-emulation@freebsd.org; Sat, 11 Apr 2009 02:40:53 -0700 Message-ID: <22999502.post@talk.nabble.com> Date: Sat, 11 Apr 2009 02:40:53 -0700 (PDT) From: jtidwell To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: necanthrope@gmail.com Subject: cannot get kqemu to load with kldload 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, 11 Apr 2009 09:58:54 -0000 Greetings, qemu folk :) I've recently upgraded my FreeBSD box from 6.2 to 7.2. I'm trying to install qemo, but I keep getting stuck at the point where I load kqemu with kldload. The module file exists in /boot/modules, but I get this error every time I try to load: # kldload kqemu kldload: can't load kqemu: No such file or directory # ls /boot/modules kqemu.ko linker.hints rt2500_sys.ko rt61_sys.ko Have I missed some crucial step in installation? Every resource on installation that I read assumes that kqemu.ko will load successfully. Thanks! -- View this message in context: http://www.nabble.com/cannot-get-kqemu-to-load-with-kldload-tp22999502p22999502.html Sent from the freebsd-emulation mailing list archive at Nabble.com. From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 11 11:57:53 2009 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 745BF10656D1 for ; Sat, 11 Apr 2009 11:57:53 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout0.freenet.de (mout0.freenet.de [IPv6:2001:748:100:40::2:2]) by mx1.freebsd.org (Postfix) with ESMTP id 0CDF28FC17 for ; Sat, 11 Apr 2009 11:57:53 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.17] (helo=7.mx.freenet.de) by mout0.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #88) id 1LsbqJ-0008Hg-LQ; Sat, 11 Apr 2009 13:57:51 +0200 Received: from tbd17.t.pppool.de ([89.55.189.23]:44680 helo=ernst.jennejohn.org) by 7.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #79) id 1LsbqJ-0002OX-BV; Sat, 11 Apr 2009 13:57:51 +0200 Date: Sat, 11 Apr 2009 13:57:50 +0200 From: Gary Jennejohn To: Alexander Leidinger Message-ID: <20090411135750.20dae41f@ernst.jennejohn.org> In-Reply-To: <20090402133744.154225269mqp56zo@webmail.leidinger.net> References: <20090326080314.10727gsz1jw5szs4@webmail.leidinger.net> <20090402133744.154225269mqp56zo@webmail.leidinger.net> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: linuxnero does not see SATA recorder X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2009 11:57:53 -0000 On Thu, 02 Apr 2009 13:37:44 +0200 Alexander Leidinger wrote: > Quoting Rusu Silviu (from Thu, 26 Mar 2009 > 15:53:32 +0200): > Here's the list of stuff nero (and/or some libs) tries to open in /dev > /proc and /sys: > ---snip--- > /compat/linux/dev/scd0 > /compat/linux/dev/scd1 > /compat/linux/dev/scd2 > /compat/linux/dev/scd3 > /compat/linux/dev/sg0 > /compat/linux/dev/sg1 > [... upto sg9 ...] > /compat/linux/dev/sr0 > /compat/linux/dev/sr1 > /compat/linux/dev/sr2 > /compat/linux/dev/sr3 > /compat/linux/dev/urandom > /compat/linux/proc/66876/stat > /compat/linux/proc/ide/ide0 > /compat/linux/proc/ide/ide1 > [... upto ide31 ...] > /compat/linux/proc/meminfo > /compat/linux/proc/scsi/scsi > /compat/linux/sys/block > /compat/linux/sys/devices > ---snip--- > > Now we need to investigate what linux is having at those places and > what is needed to emulate it (only text output, or ioctls, ...). > Anyone with a linux system and appropriate hardware out there who is > able to post examples? > I have an Ubuntu system running. It has ls -l /dev/sr0 lrwxrwxrwx 1 root root 4 2009-04-11 12:40 /dev/sr0 -> scd0 ll -R /proc/scsi/ /proc/scsi/: total 0 -r--r--r-- 1 root root 0 2009-04-11 12:50 device_info -r--r--r-- 1 root root 0 2009-04-11 12:50 scsi dr-xr-xr-x 2 root root 0 2009-04-11 12:50 sg /proc/scsi/sg: total 0 -rw-r--r-- 1 root root 0 2009-04-11 12:50 allow_dio -r--r--r-- 1 root root 0 2009-04-11 12:50 debug -rw-r--r-- 1 root root 0 2009-04-11 12:50 def_reserved_size -r--r--r-- 1 root root 0 2009-04-11 12:50 device_hdr -r--r--r-- 1 root root 0 2009-04-11 12:50 devices -r--r--r-- 1 root root 0 2009-04-11 12:50 device_strs -r--r--r-- 1 root root 0 2009-04-11 12:50 version cat /proc/scsi/sg/device_strs ATA SAMSUNG SV2042H PK10 ATA SAMSUNG SP0842N BH90 HL-DT-ST DVD-ROM GDR8164B 0A09 ll -R /sys/block/sr0/ /sys/block/sr0/: total 0 -r--r--r-- 1 root root 4096 2009-04-11 12:40 capability -r--r--r-- 1 root root 4096 2009-04-11 14:40 dev lrwxrwxrwx 1 root root 0 2009-04-11 14:40 device -> ../../devices/pci0000:00/0000:00:02.5/host1/target1:0:0/1:0:0:0 drwxr-xr-x 2 root root 0 2009-04-11 14:40 holders drwxr-xr-x 3 root root 0 2009-04-11 14:40 queue -r--r--r-- 1 root root 4096 2009-04-11 14:40 range -r--r--r-- 1 root root 4096 2009-04-11 12:40 removable -r--r--r-- 1 root root 4096 2009-04-11 12:40 size drwxr-xr-x 2 root root 0 2009-04-11 14:40 slaves -r--r--r-- 1 root root 4096 2009-04-11 12:40 stat lrwxrwxrwx 1 root root 0 2009-04-11 14:40 subsystem -> ../../block --w------- 1 root root 4096 2009-04-11 12:40 uevent /sys/block/sr0/holders: total 0 /sys/block/sr0/queue: total 0 drwxr-xr-x 2 root root 0 2009-04-11 14:40 iosched -r--r--r-- 1 root root 4096 2009-04-11 12:51 max_hw_sectors_kb -rw-r--r-- 1 root root 4096 2009-04-11 12:51 max_sectors_kb -rw-r--r-- 1 root root 4096 2009-04-11 12:51 nr_requests -rw-r--r-- 1 root root 4096 2009-04-11 12:51 read_ahead_kb -rw-r--r-- 1 root root 4096 2009-04-11 12:51 scheduler /sys/block/sr0/queue/iosched: total 0 -rw-r--r-- 1 root root 4096 2009-04-11 12:51 back_seek_max -rw-r--r-- 1 root root 4096 2009-04-11 12:51 back_seek_penalty -rw-r--r-- 1 root root 4096 2009-04-11 12:51 fifo_expire_async -rw-r--r-- 1 root root 4096 2009-04-11 12:51 fifo_expire_sync -rw-r--r-- 1 root root 4096 2009-04-11 12:51 quantum -rw-r--r-- 1 root root 4096 2009-04-11 12:51 slice_async -rw-r--r-- 1 root root 4096 2009-04-11 12:51 slice_async_rq -rw-r--r-- 1 root root 4096 2009-04-11 12:51 slice_idle -rw-r--r-- 1 root root 4096 2009-04-11 12:51 slice_sync /sys/block/sr0/slaves: total 0 There's no /proc/ide/ because it considers all drives to be SCSI devices. --- Gary Jennejohn From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 11 12:09:47 2009 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 8720210656CA for ; Sat, 11 Apr 2009 12:09:47 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout0.freenet.de (mout0.freenet.de [IPv6:2001:748:100:40::2:2]) by mx1.freebsd.org (Postfix) with ESMTP id 1DAB48FC20 for ; Sat, 11 Apr 2009 12:09:47 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.20] (helo=10.mx.freenet.de) by mout0.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #88) id 1Lsc1q-0004Sm-F9; Sat, 11 Apr 2009 14:09:46 +0200 Received: from tbd17.t.pppool.de ([89.55.189.23]:58820 helo=ernst.jennejohn.org) by 10.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #79) id 1Lsc1q-0005Cw-76; Sat, 11 Apr 2009 14:09:46 +0200 Date: Sat, 11 Apr 2009 14:09:44 +0200 From: Gary Jennejohn To: jtidwell Message-ID: <20090411140944.55304289@ernst.jennejohn.org> In-Reply-To: <22999502.post@talk.nabble.com> References: <22999502.post@talk.nabble.com> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: cannot get kqemu to load with kldload X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2009 12:09:48 -0000 On Sat, 11 Apr 2009 02:40:53 -0700 (PDT) jtidwell wrote: > > Greetings, qemu folk :) > > I've recently upgraded my FreeBSD box from 6.2 to 7.2. I'm trying to > install qemo, but I keep getting stuck at the point where I load kqemu with > kldload. The module file exists in /boot/modules, but I get this error > every time I try to load: > > # kldload kqemu > kldload: can't load kqemu: No such file or directory > > # ls /boot/modules > kqemu.ko linker.hints rt2500_sys.ko rt61_sys.ko > > Have I missed some crucial step in installation? Every resource on > installation that I read assumes that kqemu.ko will load successfully. > This is what I use: kldload /boot/modules/kqemu.ko --- Gary Jennejohn From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 11 14:11:19 2009 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 CBDB9106564A for ; Sat, 11 Apr 2009 14:11:19 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 872528FC0C for ; Sat, 11 Apr 2009 14:11:19 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so947404qwb.7 for ; Sat, 11 Apr 2009 07:11:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=w2MuWuTNEdx+vmcAAAXC2jCl+Fhzyqbdg8UzjYR3hXU=; b=tUfmVQrPxUd/6LcJ6s9heY4bhBt3LXKSwAx5UqFOS/wWPCaRTxYM9PGRzmfhkqz8db NwDJYL6wj0PCcWRFmFcA7P+pIHnF11WSsVuQdv5EiOxrLWf7GdcEjC+LKjpEBytA/HKt BS7qZbv0TbMjw0MRDU/m8oGTmPPliD+ZvBO6c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=oQfQPsdcSPl2KcI4J5V1pm/jYlefAcCq16Mb/oriWA1cmPbZ32SE6HXuZKnXVxvubd VnpFPD5AzzxWyawhVrpb9Tq34olfwZE35eVz4wHElkBTHmIgJKGQMKzUxvjohXGyopWx wnxDV+8mXTjux2y8WptBG9XQEzOZin79zr1Xo= MIME-Version: 1.0 Received: by 10.220.72.209 with SMTP id n17mr5507832vcj.44.1239459078903; Sat, 11 Apr 2009 07:11:18 -0700 (PDT) Date: Sat, 11 Apr 2009 09:11:18 -0500 Message-ID: <790a9fff0904110711y138d43b3n42d9fc5a374c7736@mail.gmail.com> From: Scot Hetzel To: jtidwell Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation Subject: RE:cannot get kqemu to load with kldload 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, 11 Apr 2009 14:11:20 -0000 > I've recently upgraded my FreeBSD box from 6.2 to 7.2. I'm trying to > install qemo, but I keep getting stuck at the point where I load kqemu with > kldload. The module file exists in /boot/modules, but I get this error > every time I try to load: > > # kldload kqemu > kldload: can't load kqemu: No such file or directory > > # ls /boot/modules > kqemu.ko linker.hints rt2500_sys.ko rt61_sys.ko > > Have I missed some crucial step in installation? Every resource on > installation that I read assumes that kqemu.ko will load successfully. Did your rebuild kqemu after upgrading to 7.2, as modules built for 6.2 will not work on 7.2? Make sure you are installing emulators/kqemu-kmod-devel for qemu 0.10.{0-2}, as the kqemu-kmod port is only for qemu <= 0.9.1. Scot From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 11 19:24:39 2009 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 72E611065670 for ; Sat, 11 Apr 2009 19:24:39 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 2B9F28FC0C for ; Sat, 11 Apr 2009 19:24:38 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 73EC89CB074; Sat, 11 Apr 2009 21:23:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XFjZyHQ58VOX; Sat, 11 Apr 2009 21:23:26 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 4F3489CB10C; Sat, 11 Apr 2009 21:23:26 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n3BJNQ5m073207; Sat, 11 Apr 2009 21:23:26 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 11 Apr 2009 21:23:26 +0200 From: Roman Divacky To: jtidwell Message-ID: <20090411192326.GA73059@freebsd.org> References: <22999502.post@talk.nabble.com> <22999521.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <22999521.post@talk.nabble.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: cannot get kqemu to load with kldload 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, 11 Apr 2009 19:24:40 -0000 On Sat, Apr 11, 2009 at 02:43:52AM -0700, jtidwell wrote: > > > > jtidwell wrote: > > > > Greetings, qemu folk :) > > > > I've recently upgraded my FreeBSD box from 6.2 to 7.2. I'm trying to > > install qemo, but I keep getting stuck at the point where I load kqemu > > with kldload. The module file exists in /boot/modules, but I get this > > error every time I try to load: > > > > # kldload kqemu > > kldload: can't load kqemu: No such file or directory > > > > # ls /boot/modules > > kqemu.ko linker.hints rt2500_sys.ko rt61_sys.ko > > > > > > I forgot to add, I get this error message on the console when i try to load > the module: > > link_elf : symbol sched_lock undefined you use ULE, right? try switching to 4BSD... the .ko uses 4BSD specific things, no idea why From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 11 22:19:32 2009 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 70883106566B for ; Sat, 11 Apr 2009 22:19:32 +0000 (UTC) (envelope-from necanthrope@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 2899E8FC14 for ; Sat, 11 Apr 2009 22:19:31 +0000 (UTC) (envelope-from necanthrope@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so971751yxm.13 for ; Sat, 11 Apr 2009 15:19:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=5VBIBKaU6Umk84RqOpzSkgXznWNKi5SPQ+7k33OSUis=; b=OSvf7PRhM2zPVzrhZDspfFOEWaGKtuL6cmqGHhCp4ZeBAbVYakpnEhZWaqKQtntf3v ZOF/XbxfzWHSVMPS2qhb+ji5Is+OhqfoSWKmZgGCv5DklQyREAV8VXAmGkR4Oj9pB/9i uA3DhDbw0I9Gs80qWdDSuTfnHIglJcGTPLp9o= 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=E8P+B+K0d+ZsjZEQVtnsaGkwYZmH9lGf/pP67Hb1wT0VlFmwyc1qD4A4UpLjMpcItn TO7duNVsYZ9WT0z0ALk6Wjvc2sgsKov7QaaC9qVAixdhEdLg0/zigGNbrYi0kWy7eXlF picbY0lBl47iVSMa8MrRZlaa5qGcJl/mxAZY4= MIME-Version: 1.0 Received: by 10.100.178.2 with SMTP id a2mr4862106anf.113.1239486689855; Sat, 11 Apr 2009 14:51:29 -0700 (PDT) In-Reply-To: <790a9fff0904110711y138d43b3n42d9fc5a374c7736@mail.gmail.com> References: <790a9fff0904110711y138d43b3n42d9fc5a374c7736@mail.gmail.com> Date: Sat, 11 Apr 2009 14:51:29 -0700 Message-ID: <5b3cc900904111451l2db0ef23vc305c60372805d91@mail.gmail.com> From: necanthrope To: Scot Hetzel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation Subject: Re: cannot get kqemu to load with kldload 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, 11 Apr 2009 22:19:32 -0000 Yes, I rebuild both kqemu and kqemu-devel multiple times after upgrading. Both packages resulted in a .ko file that the system claimed did not exist when I attempted to load it. On Sat, Apr 11, 2009 at 7:11 AM, Scot Hetzel wrote: > > I've recently upgraded my FreeBSD box from 6.2 to 7.2. I'm trying to > > install qemo, but I keep getting stuck at the point where I load kqemu > with > > kldload. The module file exists in /boot/modules, but I get this error > > every time I try to load: > > > > # kldload kqemu > > kldload: can't load kqemu: No such file or directory > > > > # ls /boot/modules > > kqemu.ko linker.hints rt2500_sys.ko rt61_sys.ko > > > > Have I missed some crucial step in installation? Every resource on > > installation that I read assumes that kqemu.ko will load successfully. > > Did your rebuild kqemu after upgrading to 7.2, as modules built for > 6.2 will not work on 7.2? > > Make sure you are installing emulators/kqemu-kmod-devel for qemu > 0.10.{0-2}, as the kqemu-kmod port is only for qemu <= 0.9.1. > > Scot > -- 72 44 10 85 40 56 21 53 B9 DF 79 7A EA 18 AE F4 http://www.freedom-to-tinker.com/?p=1155 --