From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 28 08:29: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 3FB2F10656C4; Sun, 28 Jun 2009 08:29:05 +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 AE3CE8FC08; Sun, 28 Jun 2009 08:29:04 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 63C821E0021A; Sun, 28 Jun 2009 10:29:03 +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 n5S8R2D4035168; Sun, 28 Jun 2009 10:27:02 +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 n5S8R2QA035167; Sun, 28 Jun 2009 10:27:02 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 28 Jun 2009 10:27:02 +0200 To: Boris Samorodov Message-ID: <20090628082701.GA34665@triton.kn-bremen.de> References: <20090606162235.GA49444@triton.kn-bremen.de> <43784537@ipt.ru> <66988167@ipt.ru> <747dc8f30906261255s1ecc1420x574ded3be835b448@mail.gmail.com> <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <88413085@ipt.ru> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org, Juergen Lock , "Sean C. Farley" Subject: Re: flash10 vs f10 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, 28 Jun 2009 08:29:05 -0000 On Sun, Jun 28, 2009 at 02:36:02AM +0400, Boris Samorodov wrote: > Juergen Lock writes: > > On Sat, Jun 27, 2009 at 08:10:10PM +0400, Boris Samorodov wrote: > >> Juergen Lock writes: > > >> > X# New ports collection makefile for: net/linux-f10-openldap > >> > X# Date created: 2009-06-07 > >> > X# Whom: peter > >> > X# > >> > X# $FreeBSD$ > >> > X# > >> > X > >> > XPORTNAME= openldap > >> > XPORTVERSION= 2.4.12 > >> > XCATEGORIES= net linux > >> > XPKGNAMEPREFIX= linux-f10- > >> > XDISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} > >> > X > >> > X.if defined(PACKAGE_BUILDING) > >> > XSRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.src.rpm > >> > XALWAYS_KEEP_DISTFILES= YES > >> > X.endif > >> > >> Well, those <.if, .endif> actually are not needed as bsd.linux-rpm.mk > >> should itself take care of the case. If it doesn't, please tell me. > >> > > Ah, then a bunch of other ports can be changed too... (I guess Peter > > just went by existing examples :) > > I should have been more verbose here. The whole if-endif case was > not needed because SRC_DISTFILES=${DISTNAME}.src.rpm. This is true for > net/linux-f10-openldap. But for security/linux-f10-cyrus-sasl2 it is not > true and SRC_DISTFILES should be defined at Makefile. > Aah, okay. :) > >> > X > >> > XMAINTAINER= emulation@FreeBSD.org > >> > XCOMMENT= Lightweight Directory Access Protocol libraries (Linux Fedora 10) > >> > X > >> > X#CONFLICTS= > >> > X > >> > XUSE_LINUX_RPM= yes > >> > XLINUX_DIST_VER= 10 > >> > XRPMVERSION= 1.fc10 > >> > XUSE_LDCONFIG= yes > >> > XDESCR= ${.CURDIR}/../openldap24-server/pkg-descr > >> > X > >> > XPLIST_DIRS= etc/openldap/cacerts etc/openldap > >> > >> I'd say only etc/openldap is needed (see below). > >> > >> > XPLIST_FILES= etc/openldap/ldap.conf usr/lib/liblber-2.4.so.2 usr/lib/liblber-2.4.so.2.2.0 usr/lib/libldap-2.4.so.2 usr/lib/libldap-2.4.so.2.2.0 usr/lib/libldap_r-2.4.so.2 usr/lib/libldap_r-2.4.so.2.2.0 > >> > XDOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} > >> > XPORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README > >> > XMANPREFIX= ${PREFIX}/usr/share > >> > XMAN5= ldap.conf.5 ldif.5 > >> > XMANCOMPRESSED= yes > >> > >> At my port's propotype I have this: > >> ----- > >> # do not install any openldap configuration directories/files > >> post-extract: > >> ${RM} -rf ${WRKSRC}/etc > >> > >> # use a native openldap configuration directories/files > >> post-install: > >> ${LN} -sf ${LOCALBASE}/etc/openldap ${PREFIX}/etc > >> ----- > >> > >> This should work for managing the port via ports system but not with > >> packages. > >> > > Good idea, but actually the post-install target isn't really needed > > since the linuxolator /compat/linux search magic should already dtrt > > here. (I.e. if the dir doesn't exits it should fall back to the one > > outside of /compat/linux.) > > The linuxulator magic will work if a linux program search not > only at /etc/openldap but also at /usr/local/etc/openldap. > I guess it won't happen. > Ooops, indeed, I should have read your patch more closely... > The linuxulator do a search for a /some/path/file at: > . /compat/linux/some/path/file, if not found > . /some/path/file, if not found > . /compat/linux/some/path/file. > > Anyway, we are talking here about correct linux openldap work. > But for the sake of linux-f10-flashplugin10 imho it's not > critical. > Anyway, fixed now. > [...] > > Index: ftp/linux-f10-curl/Makefile > > Seems like PORTREVISION should be bumped. > > [...] I guess you are right. New patch and shar: Index: Mk/bsd.linux-apps.mk @@ -70,7 +70,8 @@ _LINUX_APPS_ALL+= # 2.6.16 components -_LINUX_26_APPS= libidn libssh2 nspr nss sqlite3 tcl84 tk84 +_LINUX_26_APPS= cyrus-sasl2 libidn libssh2 nspr nss openldap \ + sqlite3 tcl84 tk84 _LINUX_APPS_ALL+= ${_LINUX_26_APPS} @@ -136,6 +137,14 @@ curl_f10_FILE= ${LINUXBASE}/usr/lib/libcurl.so.4.1.1 curl_DETECT= ${curl${LINUX_DIST_SUFFIX:S/-/_/}_FILE} curl_PORT= ${PORTSDIR}/ftp/linux${LINUX_DIST_SUFFIX}-curl +. if ${LINUX_DIST_SUFFIX} == "-f10" +curl_DEPENDS= cyrus-sasl2 openldap +. endif + +# no cyrus-sasl2_FILE, cyrus-sasl2_f8_FILE +cyrus-sasl2_f10_FILE= ${LINUXBASE}/usr/lib/libsasl2.so.2.0.22 +cyrus-sasl2_DETECT= ${cyrus-sasl2${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +cyrus-sasl2_PORT= ${PORTSDIR}/security/linux${LINUX_DIST_SUFFIX}-cyrus-sasl2 dri_FILE= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1 dri_f8_FILE= ${LINUXBASE}/usr/lib/libGL.so.1 @@ -307,6 +316,11 @@ mikmod_DETECT= ${mikmod${LINUX_DIST_SUFFIX:S/-/_/}_FILE} mikmod_PORT= ${PORTSDIR}/audio/linux${LINUX_DIST_SUFFIX}-mikmod +# no openldap_FILE, openldap_f8_FILE +openldap_f10_FILE= ${LINUXBASE}/usr/lib/libldap-2.4.so.2.2.0 +openldap_DETECT= ${openldap${LINUX_DIST_SUFFIX:S/-/_/}_FILE} +openldap_PORT= ${PORTSDIR}/net/linux${LINUX_DIST_SUFFIX}-openldap + openmotif_FILE= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3.0.3 openmotif_f8_FILE= ${LINUXBASE}/usr/lib/libXm.so.4.0.2 openmotif_f10_FILE= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3.0.3 --- ftp/linux-f10-curl/Makefile.1 2009-06-27 22:55:17.000000000 +0200 +++ ftp/linux-f10-curl/Makefile 2009-06-28 10:14:22.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= curl PORTVERSION= 7.19.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp linux PKGNAMEPREFIX= linux-f10- DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.i386.rpm \ @@ -24,6 +24,7 @@ CONFLICTS= linux-curl-[0-9]* linux-f8-curl-[0-9]* USE_LINUX_RPM= yes +USE_LINUX_APPS= cyrus-sasl2 openldap LINUX_DIST_VER= 10 RPMVERSION= 5.fc10 USE_LDCONFIG= yes # 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: # # net/linux-f10-openldap/ # net/linux-f10-openldap/Makefile # net/linux-f10-openldap/distinfo.i386 # security/linux-f10-cyrus-sasl2/ # security/linux-f10-cyrus-sasl2/Makefile # security/linux-f10-cyrus-sasl2/distinfo.i386 # www/linux-f10-flashplugin10/ # www/linux-f10-flashplugin10/Makefile # www/linux-f10-flashplugin10/distinfo # www/linux-f10-flashplugin10/pkg-descr # www/linux-f10-flashplugin10/pkg-plist # echo c - net/linux-f10-openldap/ mkdir -p net/linux-f10-openldap/ > /dev/null 2>&1 echo x - net/linux-f10-openldap/Makefile sed 's/^X//' >net/linux-f10-openldap/Makefile << '17a12d65b66950d2cbc504ac86a37255' X# New ports collection makefile for: net/linux-f10-openldap X# Date created: 2009-06-07 X# Whom: peter X# X# $FreeBSD$ X# X XPORTNAME= openldap XPORTVERSION= 2.4.12 XCATEGORIES= net linux XPKGNAMEPREFIX= linux-f10- XDISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} X XMAINTAINER= emulation@FreeBSD.org XCOMMENT= Lightweight Directory Access Protocol libraries (Linux Fedora 10) X X#CONFLICTS= X XUSE_LINUX_RPM= yes XLINUX_DIST_VER= 10 XRPMVERSION= 1.fc10 XUSE_LDCONFIG= yes XDESCR= ${.CURDIR}/../openldap24-server/pkg-descr X XPLIST_FILES= usr/lib/liblber-2.4.so.2 usr/lib/liblber-2.4.so.2.2.0 usr/lib/libldap-2.4.so.2 usr/lib/libldap-2.4.so.2.2.0 usr/lib/libldap_r-2.4.so.2 usr/lib/libldap_r-2.4.so.2.2.0 XDOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} XPORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README XMANPREFIX= ${PREFIX}/usr/share XMAN5= ldap.conf.5 ldif.5 XMANCOMPRESSED= yes X X# do not install any openldap configuration directories/files Xpost-extract: X ${RM} -rf ${WRKSRC}/etc X X# use a native openldap configuration directories/files Xpost-install: X ${LN} -sf ${LOCALBASE}/etc/openldap ${PREFIX}/etc X X.include 17a12d65b66950d2cbc504ac86a37255 echo x - net/linux-f10-openldap/distinfo.i386 sed 's/^X//' >net/linux-f10-openldap/distinfo.i386 << 'f422178bbd4668750265f4e584e91c0e' XMD5 (rpm/i386/fedora/10/openldap-2.4.12-1.fc10.i386.rpm) = e3ea12058a8cdc54d6f270c802c92a00 XSHA256 (rpm/i386/fedora/10/openldap-2.4.12-1.fc10.i386.rpm) = 2a71dcfdbfb1dc9b4e056c951518474d5958147c033f3584dc06e784fd67d567 XSIZE (rpm/i386/fedora/10/openldap-2.4.12-1.fc10.i386.rpm) = 323504 XMD5 (rpm/i386/fedora/10/openldap-2.4.12-1.fc10.src.rpm) = f28ec039fad4f81abc6df09c5542bdaa XSHA256 (rpm/i386/fedora/10/openldap-2.4.12-1.fc10.src.rpm) = 84bff280805bf046849d96ba80bd6b0d0da895da07f0e6d6efde2667b4ff1e1c XSIZE (rpm/i386/fedora/10/openldap-2.4.12-1.fc10.src.rpm) = 16905121 f422178bbd4668750265f4e584e91c0e echo c - security/linux-f10-cyrus-sasl2/ mkdir -p security/linux-f10-cyrus-sasl2/ > /dev/null 2>&1 echo x - security/linux-f10-cyrus-sasl2/Makefile sed 's/^X//' >security/linux-f10-cyrus-sasl2/Makefile << '4fc58bcf97a8889077c61da23cb55faa' X# New ports collection makefile for: security/linux-f10-cyrus-sasl2 X# Date created: 2009-06-07 X# Whom: peter X# X# $FreeBSD$ X# X XPORTNAME= cyrus-sasl2 XPORTVERSION= 2.1.22 XCATEGORIES= security linux XPKGNAMEPREFIX= linux-f10- XDISTNAME= cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION} X XSRC_DISTFILES= cyrus-sasl-${PORTVERSION}-${RPMVERSION}.src.rpm X XMAINTAINER= emulation@FreeBSD.org XCOMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) (Linux Fedora 10) X X#CONFLICTS= X XUSE_LINUX_RPM= yes XLINUX_DIST_VER= 10 XRPMVERSION= 19.fc10 XUSE_LDCONFIG= yes XBRANDELF_FILES= usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2 XDESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr X XPLIST_DIRS= etc/sasl2 usr/lib/sasl2 XPLIST_FILES= usr/lib/libsasl2.so.2 usr/lib/libsasl2.so.2.0.22 usr/lib/sasl2/libanonymous.so usr/lib/sasl2/libanonymous.so.2 usr/lib/sasl2/libanonymous.so.2.0.22 usr/lib/sasl2/libsasldb.so usr/lib/sasl2/libsasldb.so.2 usr/lib/sasl2/libsasldb.so.2.0.22 usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2 XDOCSDIR= usr/share/doc/cyrus-sasl-lib-${PORTVERSION} XPORTDOCS= AUTHORS COPYING NEWS README advanced.html appconvert.html components.html gssapi.html index.html install.html macosx.html mechanisms.html options.html plugprog.html programming.html readme.html sysadmin.html upgrading.html windows.html X X.include 4fc58bcf97a8889077c61da23cb55faa echo x - security/linux-f10-cyrus-sasl2/distinfo.i386 sed 's/^X//' >security/linux-f10-cyrus-sasl2/distinfo.i386 << '9c7e54bf867023e1f8fcaa16319c72f4' XMD5 (rpm/i386/fedora/10/cyrus-sasl-lib-2.1.22-19.fc10.i386.rpm) = 5a4ee3c84ec9581723fd56b658eec994 XSHA256 (rpm/i386/fedora/10/cyrus-sasl-lib-2.1.22-19.fc10.i386.rpm) = ae8da4ee07615519c657ddbe3b8c128a2e81f00a4db0da17b7369dabe03ed6d2 XSIZE (rpm/i386/fedora/10/cyrus-sasl-lib-2.1.22-19.fc10.i386.rpm) = 145305 XMD5 (rpm/i386/fedora/10/cyrus-sasl-2.1.22-19.fc10.src.rpm) = f66997139328e0446b1635b4c59c5cd4 XSHA256 (rpm/i386/fedora/10/cyrus-sasl-2.1.22-19.fc10.src.rpm) = 70f087f10f7a6c62a30befadef9904c03543aa20ae890889b2a08a04382e6963 XSIZE (rpm/i386/fedora/10/cyrus-sasl-2.1.22-19.fc10.src.rpm) = 1661687 9c7e54bf867023e1f8fcaa16319c72f4 echo c - www/linux-f10-flashplugin10/ mkdir -p www/linux-f10-flashplugin10/ > /dev/null 2>&1 echo x - www/linux-f10-flashplugin10/Makefile sed 's/^X//' >www/linux-f10-flashplugin10/Makefile << '5455d901d257b50d731e64397ea6df2f' X# New ports collection makefile for: www/linux-f10-flashplugin10 X# Date created: 2009-06-26 X# Whom: bsam X# Based on: www/linux-f8-flashplugin10 by nox@ 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 ftp://ftp.ipt.ru/pub/download/:suplib XPKGNAMEPREFIX= linux-f10- XDISTFILES= install_flash_player_10_linux.tar.gz:plugin \ X linux-f10-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= yes XUSE_LINUX_APPS= openssl curl cyrus-sasl2 libssh2 nspr nss openldap X XRESTRICTED= Redistribution not allowed XRESTRICTED_FILES= ${DISTFILES:Nlinux-f10-flashsupport*:C/:[^:]+$//} X XNO_BUILD= yes XWRKSRC= ${WRKDIR}/install_flash_player_10_linux X XUSE_NPAPI= linux-* XNPAPI_FILES= libflashplayer.so X XCONFLICTS= linux-flashplugin-7* linux-flashplugin-9* linux-f8-flashplugin10-* 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 5455d901d257b50d731e64397ea6df2f echo x - www/linux-f10-flashplugin10/distinfo sed 's/^X//' >www/linux-f10-flashplugin10/distinfo << '1f552e2e0c05a396106217e48ff92103' 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-f10-flashsupport-9.0.1.i386.tar.gz) = 6e416c81497f65065d78dae1e0acad0d XSHA256 (flashplugin/10.0r22/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf XSIZE (flashplugin/10.0r22/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 1f552e2e0c05a396106217e48ff92103 echo x - www/linux-f10-flashplugin10/pkg-descr sed 's/^X//' >www/linux-f10-flashplugin10/pkg-descr << '57a1420ff5e8cb1b77c71ecb3a15c599' 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/ 57a1420ff5e8cb1b77c71ecb3a15c599 echo x - www/linux-f10-flashplugin10/pkg-plist sed 's/^X//' >www/linux-f10-flashplugin10/pkg-plist << '9254ee58cdc375ce93f8fc3b1afc9e77' X@cwd /compat/linux Xusr/lib/libflashsupport.so X@cwd 9254ee58cdc375ce93f8fc3b1afc9e77 exit From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 28 12:39: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 84D9E1065670; Sun, 28 Jun 2009 12:39: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 37A868FC0C; Sun, 28 Jun 2009 12:39:31 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.175.178.149] (helo=moosi) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1MKtfN-000A57-Lq; Sun, 28 Jun 2009 16:39:29 +0400 To: Juergen Lock References: <20090606162235.GA49444@triton.kn-bremen.de> <43784537@ipt.ru> <66988167@ipt.ru> <747dc8f30906261255s1ecc1420x574ded3be835b448@mail.gmail.com> <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> From: Boris Samorodov Date: Sun, 28 Jun 2009 16:40:20 +0400 In-Reply-To: <20090628082701.GA34665@triton.kn-bremen.de> (Juergen Lock's message of "Sun\, 28 Jun 2009 10\:27\:02 +0200") Message-ID: <56244219@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, freebsd-current@FreeBSD.org, "Sean C. Farley" Subject: Re: flash10 vs f10 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, 28 Jun 2009 12:39:31 -0000 Juergen Lock writes: > New patch and shar: No more comments from me, thanks! WBR -- bsam From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 28 14:13:51 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 4E7391065674; Sun, 28 Jun 2009 14:13:51 +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 03FD38FC23; Sun, 28 Jun 2009 14:13:51 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 2AEA21E00218; Sun, 28 Jun 2009 16:13:50 +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 n5SEA9KV003865; Sun, 28 Jun 2009 16:10:09 +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 n5SEA8O2003864; Sun, 28 Jun 2009 16:10:08 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 28 Jun 2009 16:10:08 +0200 To: Boris Samorodov Message-ID: <20090628141008.GA3841@triton.kn-bremen.de> References: <66988167@ipt.ru> <747dc8f30906261255s1ecc1420x574ded3be835b448@mail.gmail.com> <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56244219@ipt.ru> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org, Juergen Lock , "Sean C. Farley" Subject: Re: flash10 vs f10 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, 28 Jun 2009 14:13:51 -0000 On Sun, Jun 28, 2009 at 04:40:20PM +0400, Boris Samorodov wrote: > Juergen Lock writes: > > > New patch and shar: > > No more comments from me, thanks! Ok. Has anyone tested this yet tho? (Besides me in a vm... :) Juergen From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 28 16:55:07 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 908721065676; Sun, 28 Jun 2009 16:55:07 +0000 (UTC) (envelope-from dchagin@dchagin.static.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 341678FC0A; Sun, 28 Jun 2009 16:55:06 +0000 (UTC) (envelope-from dchagin@dchagin.static.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 8AA1AA50DE; Sun, 28 Jun 2009 20:55:04 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from [10.208.17.3] (HELO dchagin.static.corbina.ru) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1843810253; Sun, 28 Jun 2009 20:55:04 +0400 Received: from dchagin.static.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.static.corbina.ru (8.14.3/8.14.3) with ESMTP id n5SGt4df025471; Sun, 28 Jun 2009 20:55:04 +0400 (MSD) (envelope-from dchagin@dchagin.static.corbina.ru) Received: (from dchagin@localhost) by dchagin.static.corbina.ru (8.14.3/8.14.3/Submit) id n5SGswsT025470; Sun, 28 Jun 2009 20:54:58 +0400 (MSD) (envelope-from dchagin) Date: Sun, 28 Jun 2009 20:54:58 +0400 From: Chagin Dmitry To: Brandon Gooch Message-ID: <20090628165458.GA25437@dchagin.static.corbina.ru> References: <747dc8f30906261255s1ecc1420x574ded3be835b448@mail.gmail.com> <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <179b97fb0906280929u654129bfoaefa2a43f7058dc5@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <179b97fb0906280929u654129bfoaefa2a43f7058dc5@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Juergen Lock , freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10 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, 28 Jun 2009 16:55:08 -0000 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 28, 2009 at 04:29:49PM +0000, Brandon Gooch wrote: > On Sun, Jun 28, 2009 at 2:10 PM, Juergen Lock wro= te: > > On Sun, Jun 28, 2009 at 04:40:20PM +0400, Boris Samorodov wrote: > >> Juergen Lock writes: > >> > >> > =9ANew patch and shar: > >> > >> No more comments from me, thanks! > > > > Ok. =9AHas anyone tested this yet tho? =9A(Besides me in a vm... :) > > >=20 > I have. I'm using it with about the same level of success as the > previous versions of Flash (I need to map a couple of keys to run > `pkill npviewer.bin`). >=20 for amd64 try: compat.linux32.maxssiz=3D4194304 for i386 try: limit stacksize to 4mb or set unlimited. > Nevertheless, thanks for this! >=20 > -Brandon > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" --=20 Have fun! chd --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkpHoGIACgkQ0t2Tb3OO/O3gSACfeZFyb/RFkDpu81UaLWWSvVgN lPcAoMq8JFPWhloyxVIWdXnA9Zb992BH =Q2b/ -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 28 16:56:48 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 EEDA410656B1; Sun, 28 Jun 2009 16:56:48 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-bw0-f210.google.com (mail-bw0-f210.google.com [209.85.218.210]) by mx1.freebsd.org (Postfix) with ESMTP id 43CD78FC16; Sun, 28 Jun 2009 16:56:48 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: by bwz6 with SMTP id 6so401527bwz.43 for ; Sun, 28 Jun 2009 09:56:47 -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=cgfJgEqoLGKJLAvP2A0SC0JSoZXIMAEHMsBkbryCID8=; b=CYneXrZKCcP2UCH0gidCPhO90UQqMYANJ+ZIw2XsG477ogIwMM4sNeztPatArA3jjx ytPzcJEWLbDvJciyAtRIKbxoyWHzUazsOnq9cA97Et+hqU7oIC5rdsm8s6OzFksO0i/y bqAkXvWCDva3EUMo3IJQEiOQt5r1zdoLHOL0A= 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=apOfxEKl6OCpa0/+wCtRVn9UoHQecq1CFPAdNhuqIaPqAslChYio3jMa/9CX2Uhz1U nHHBXIuwgBCcBmmW4F1xDEN3JVk8aEeAnBLaZaKKt/nUacgjizu/RwuOdNjLDwr+YwAO fZ9HODkcUu4CcJyZydimCyEWUVWkD1t9f4F4s= MIME-Version: 1.0 Received: by 10.204.102.14 with SMTP id e14mr6171824bko.209.1246206589638; Sun, 28 Jun 2009 09:29:49 -0700 (PDT) In-Reply-To: <20090628141008.GA3841@triton.kn-bremen.de> References: <747dc8f30906261255s1ecc1420x574ded3be835b448@mail.gmail.com> <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> Date: Sun, 28 Jun 2009 16:29:49 +0000 Message-ID: <179b97fb0906280929u654129bfoaefa2a43f7058dc5@mail.gmail.com> From: Brandon Gooch To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10 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, 28 Jun 2009 16:56:49 -0000 On Sun, Jun 28, 2009 at 2:10 PM, Juergen Lock wrote= : > On Sun, Jun 28, 2009 at 04:40:20PM +0400, Boris Samorodov wrote: >> Juergen Lock writes: >> >> > =A0New patch and shar: >> >> No more comments from me, thanks! > > Ok. =A0Has anyone tested this yet tho? =A0(Besides me in a vm... :) > I have. I'm using it with about the same level of success as the previous versions of Flash (I need to map a couple of keys to run `pkill npviewer.bin`). Nevertheless, thanks for this! -Brandon From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 28 17:39:10 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 E4CC0106564A; Sun, 28 Jun 2009 17:39:10 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id A62418FC0C; Sun, 28 Jun 2009 17:39:10 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.3/8.14.3) with ESMTP id n5SHd9Iq013938; Sun, 28 Jun 2009 12:39:09 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Sun, 28 Jun 2009 12:39:09 -0500 (CDT) From: "Sean C. Farley" To: Chagin Dmitry In-Reply-To: <20090628165458.GA25437@dchagin.static.corbina.ru> Message-ID: References: <747dc8f30906261255s1ecc1420x574ded3be835b448@mail.gmail.com> <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <179b97fb0906280929u654129bfoaefa2a43f7058dc5@mail.gmail.com> <20090628165458.GA25437@dchagin.static.corbina.ru> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-2.7 required=4.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.farley.org Cc: Brandon Gooch , freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: flash10 vs f10 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, 28 Jun 2009 17:39:11 -0000 On Sun, 28 Jun 2009, Chagin Dmitry wrote: > On Sun, Jun 28, 2009 at 04:29:49PM +0000, Brandon Gooch wrote: *snip* >> I have. I'm using it with about the same level of success as the >> previous versions of Flash (I need to map a couple of keys to run >> `pkill npviewer.bin`). I also have a key mapping to killall npviewer.bin. > for amd64 try: compat.linux32.maxssiz=4194304 > > for i386 try: limit stacksize to 4mb or set unlimited. Thank you. I tested viewing "TXT ISLAND" on YouTube. Works at higher limits for me such as 32MB but not at my default of 64MB. Why/how does this help? At least on i386, it stops Flash from choking on YouTube videos when switching to HD or jumping within a video. Sean -- scf@FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 28 17:47:55 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 7C6EB1065672; Sun, 28 Jun 2009 17:47:55 +0000 (UTC) (envelope-from dchagin@dchagin.static.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 243698FC16; Sun, 28 Jun 2009 17:47:55 +0000 (UTC) (envelope-from dchagin@dchagin.static.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 506A1A3CA8; Sun, 28 Jun 2009 21:47:54 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from [10.208.17.3] (HELO dchagin.static.corbina.ru) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1843842191; Sun, 28 Jun 2009 21:47:54 +0400 Received: from dchagin.static.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.static.corbina.ru (8.14.3/8.14.3) with ESMTP id n5SHlr1e027344; Sun, 28 Jun 2009 21:47:53 +0400 (MSD) (envelope-from dchagin@dchagin.static.corbina.ru) Received: (from dchagin@localhost) by dchagin.static.corbina.ru (8.14.3/8.14.3/Submit) id n5SHlmCn027343; Sun, 28 Jun 2009 21:47:48 +0400 (MSD) (envelope-from dchagin) Date: Sun, 28 Jun 2009 21:47:48 +0400 From: Chagin Dmitry To: "Sean C. Farley" Message-ID: <20090628174748.GA27292@dchagin.static.corbina.ru> References: <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <179b97fb0906280929u654129bfoaefa2a43f7058dc5@mail.gmail.com> <20090628165458.GA25437@dchagin.static.corbina.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Brandon Gooch , freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10 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, 28 Jun 2009 17:47:56 -0000 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 28, 2009 at 12:39:09PM -0500, Sean C. Farley wrote: > On Sun, 28 Jun 2009, Chagin Dmitry wrote: >=20 > > On Sun, Jun 28, 2009 at 04:29:49PM +0000, Brandon Gooch wrote: >=20 > *snip* >=20 > >> I have. I'm using it with about the same level of success as the=20 > >> previous versions of Flash (I need to map a couple of keys to run=20 > >> `pkill npviewer.bin`). >=20 > I also have a key mapping to killall npviewer.bin. >=20 > > for amd64 try: compat.linux32.maxssiz=3D4194304 > > > > for i386 try: limit stacksize to 4mb or set unlimited. >=20 > Thank you. I tested viewing "TXT ISLAND" on YouTube. Works at higher=20 > limits for me such as 32MB but not at my default of 64MB. >=20 > Why/how does this help? At least on i386, it stops Flash from choking=20 > on YouTube videos when switching to HD or jumping within a video. >=20 the reason? foolish waves in a Uli head and stupid bug in flash plugin. flash uses pthread_detach() after pthread_join() call. glibc allows such behaviour (if stack limit < 40Mb) piece of shit... --=20 Have fun! chd --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkpHrMMACgkQ0t2Tb3OO/O3N3ACeJFyr+93f7LDKOilE+e0HkdIh yjsAn1JpsMBxG1PAegyHzazA2LpPwg3M =gaUb -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 28 19:44:49 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 9D31C1065670 for ; Sun, 28 Jun 2009 19:44:49 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out1.uni-muenster.de (ZIVM-OUT1.UNI-MUENSTER.DE [128.176.192.8]) by mx1.freebsd.org (Postfix) with ESMTP id 35A5E8FC16 for ; Sun, 28 Jun 2009 19:44:48 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.42,305,1243807200"; d="scan'208";a="275690044" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER05.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay1.uni-muenster.de with ESMTP; 28 Jun 2009 21:33:06 +0200 Received: by ZIVMAILUSER05.UNI-MUENSTER.DE (Postfix, from userid 149459) id 81A4D1B07E4; Sun, 28 Jun 2009 21:33:06 +0200 (CEST) Date: Sun, 28 Jun 2009 21:33:06 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: flash10 vs f10 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, 28 Jun 2009 19:44:49 -0000 hi there, just wanted to let you know that running f10 flash10 on HEAD with these changes: http://lists.freebsd.org/pipermail/freebsd-emulation/2009-June/006428.html is nearly perfect for me. i've adjusted the stacksize to 4m and now flash is really really fast. no more need to kill nspluginwrapper by hand because it stalls. would be great to have these changes and the new linux-f10-cyrus-sasl2 and linux-f10-openldap in ports as soon as possible. great job guys! cheers. From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 28 20:06:37 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 B2C5E106566C for ; Sun, 28 Jun 2009 20:06:37 +0000 (UTC) (envelope-from dchagin@dchagin.static.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 62B0D8FC1E for ; Sun, 28 Jun 2009 20:06:36 +0000 (UTC) (envelope-from dchagin@dchagin.static.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id F27A7A4A35; Mon, 29 Jun 2009 00:06:34 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from [10.208.17.3] (HELO dchagin.static.corbina.ru) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1843920592; Mon, 29 Jun 2009 00:06:34 +0400 Received: from dchagin.static.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.static.corbina.ru (8.14.3/8.14.3) with ESMTP id n5SK6Yex028382; Mon, 29 Jun 2009 00:06:34 +0400 (MSD) (envelope-from dchagin@dchagin.static.corbina.ru) Received: (from dchagin@localhost) by dchagin.static.corbina.ru (8.14.3/8.14.3/Submit) id n5SK6TxV028381; Mon, 29 Jun 2009 00:06:29 +0400 (MSD) (envelope-from dchagin) Date: Mon, 29 Jun 2009 00:06:29 +0400 From: Chagin Dmitry To: Alexander Best Message-ID: <20090628200629.GA28364@dchagin.static.corbina.ru> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@freebsd.org Subject: Re: flash10 vs f10 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, 28 Jun 2009 20:06:38 -0000 --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 28, 2009 at 09:33:06PM +0200, Alexander Best wrote: > hi there, >=20 > just wanted to let you know that running f10 flash10 on HEAD with these > changes: > http://lists.freebsd.org/pipermail/freebsd-emulation/2009-June/006428.htm= l is > nearly perfect for me. i've adjusted the stacksize to 4m and now flash is > really really fast. no more need to kill nspluginwrapper by hand because = it > stalls. >=20 > would be great to have these changes and the new linux-f10-cyrus-sasl2 and > linux-f10-openldap in ports as soon as possible. >=20 > great job guys! >=20 feel free to write announcement on a forum :) --=20 Have fun! chd --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkpHzUUACgkQ0t2Tb3OO/O1C9ACfYHwKpbSYuqr75GphsFp1FmVo 07MAn1gTQhZWHRcgBTfotBZ//e2z/VF/ =NXXO -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 28 20:36: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 AA6A8106564A; Sun, 28 Jun 2009 20:36: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 5C7478FC19; Sun, 28 Jun 2009 20:36:31 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.175.178.149] (helo=moosi) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1ML16z-000G7k-Iz; Mon, 29 Jun 2009 00:36:29 +0400 To: Chagin Dmitry References: <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <179b97fb0906280929u654129bfoaefa2a43f7058dc5@mail.gmail.com> <20090628165458.GA25437@dchagin.static.corbina.ru> <20090628174748.GA27292@dchagin.static.corbina.ru> From: Boris Samorodov Date: Mon, 29 Jun 2009 00:37:12 +0400 In-Reply-To: <20090628174748.GA27292@dchagin.static.corbina.ru> (Chagin Dmitry's message of "Sun\, 28 Jun 2009 21\:47\:48 +0400") Message-ID: <91921319@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: Brandon Gooch , freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Juergen Lock Subject: Re: flash10 vs f10 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, 28 Jun 2009 20:36:32 -0000 Chagin Dmitry writes: > On Sun, Jun 28, 2009 at 12:39:09PM -0500, Sean C. Farley wrote: >> On Sun, 28 Jun 2009, Chagin Dmitry wrote: >> >> > On Sun, Jun 28, 2009 at 04:29:49PM +0000, Brandon Gooch wrote: >> >> *snip* >> >> >> I have. I'm using it with about the same level of success as the >> >> previous versions of Flash (I need to map a couple of keys to run >> >> `pkill npviewer.bin`). >> >> I also have a key mapping to killall npviewer.bin. >> >> > for amd64 try: compat.linux32.maxssiz=4194304 >> > >> > for i386 try: limit stacksize to 4mb or set unlimited. >> >> Thank you. I tested viewing "TXT ISLAND" on YouTube. Works at higher >> limits for me such as 32MB but not at my default of 64MB. >> >> Why/how does this help? At least on i386, it stops Flash from choking >> on YouTube videos when switching to HD or jumping within a video. > > the reason? foolish waves in a Uli head and stupid bug in flash plugin. > flash uses pthread_detach() after pthread_join() call. > glibc allows such behaviour (if stack limit < 40Mb) piece of shit... If that helps then it's a good idea to create a pkg-message for the port (Juergen Lock is CCed). WBR -- bsam From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 28 21:14: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 B49301065672; Sun, 28 Jun 2009 21:14:52 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 907068FC13; Sun, 28 Jun 2009 21:14:51 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: by bwz12 with SMTP id 12so35104bwz.43 for ; Sun, 28 Jun 2009 14:14:50 -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=m0aVMwTGHXKVXR5RWXh/apkfn1ESJ9exgHjcfFNFL4c=; b=RdsDVdJqM1i/eShRySeO3gH9TrOc+OyQkNYAZxqPz0+q6I25TcVYbh57V1okOkNl8L JHBKuuE65LAcTj4ht0B+ZkOYg6JDoDa53P0o8Bvi78kg812NAOpBog9kDYexd1e8vB3Y TAybiwnU8R4joAGBzs4OZz54LMU8GvMo+kwro= 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=PXjxXtfQtfVGcZnx/D6xMSBt1QoLZLObcGBBygMjEcrAg8q4U8rym3vNuM8kFpAn/p bvcDwm/YV+BMPrzGWLN5Y7uEqhpo1ziC/0rELxv5yOw2bWXr0NDIOaKi/AJLgp4BTdAI bzBRXxv7nf5WBDofImk7EqS/ee4BCcN5apOAU= MIME-Version: 1.0 Received: by 10.204.73.12 with SMTP id o12mr4188487bkj.80.1246223690351; Sun, 28 Jun 2009 14:14:50 -0700 (PDT) In-Reply-To: <91921319@ipt.ru> References: <20090627143719.GA28318@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <179b97fb0906280929u654129bfoaefa2a43f7058dc5@mail.gmail.com> <20090628165458.GA25437@dchagin.static.corbina.ru> <20090628174748.GA27292@dchagin.static.corbina.ru> <91921319@ipt.ru> Date: Sun, 28 Jun 2009 21:14:50 +0000 Message-ID: <179b97fb0906281414q3ce8dac2t45d899b1df00dc30@mail.gmail.com> From: Brandon Gooch To: Boris Samorodov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Chagin Dmitry , Juergen Lock Subject: Re: flash10 vs f10 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, 28 Jun 2009 21:14:53 -0000 On Sun, Jun 28, 2009 at 8:37 PM, Boris Samorodov wrote: > Chagin Dmitry writes: >> On Sun, Jun 28, 2009 at 12:39:09PM -0500, Sean C. Farley wrote: >>> On Sun, 28 Jun 2009, Chagin Dmitry wrote: >>> >>> > On Sun, Jun 28, 2009 at 04:29:49PM +0000, Brandon Gooch wrote: >>> >>> *snip* >>> >>> >> I have. I'm using it with about the same level of success as the >>> >> previous versions of Flash (I need to map a couple of keys to run >>> >> `pkill npviewer.bin`). >>> >>> I also have a key mapping to killall npviewer.bin. >>> >>> > for amd64 try: compat.linux32.maxssiz=3D4194304 >>> > >>> > for i386 try: limit stacksize to 4mb or set unlimited. >>> >>> Thank you. =A0I tested viewing "TXT ISLAND" on YouTube. =A0Works at hig= her >>> limits for me such as 32MB but not at my default of 64MB. >>> >>> Why/how does this help? =A0At least on i386, it stops Flash from chokin= g >>> on YouTube videos when switching to HD or jumping within a video. >> >> the reason? foolish waves in a Uli head and stupid bug in flash plugin. >> flash uses pthread_detach() after pthread_join() call. >> glibc allows such behaviour (if stack limit < 40Mb) =A0piece of shit... > > If that helps then it's a good idea to create a pkg-message for > the port (Juergen Lock is CCed). It does indeed help. I can switch between HD and standard resolution in youtube vids, I can skip around in the vid, and I don't have to kill the npviewer.bin process when I navigate from one Flash site to the next. Oh, and I haven't seen a core from npviewer yet... I've set the sysctl compat.linux32.maxssiz to 33554432 (32 MB). It would definitely be helpful to have this in the pkg-message, or at least documented somewhere (if it's not already -- this is the first I've heard of it). -Brandon > WBR > -- > bsam > From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 28 21:29: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 67DF11065676; Sun, 28 Jun 2009 21:29: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 151568FC1C; Sun, 28 Jun 2009 21:29:23 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 2E7021E001E3; Sun, 28 Jun 2009 23:29:23 +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 n5SLRLIO030474; Sun, 28 Jun 2009 23:27:21 +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 n5SLRKij030473; Sun, 28 Jun 2009 23:27:20 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 28 Jun 2009 23:27:20 +0200 To: Boris Samorodov Message-ID: <20090628212720.GA29902@triton.kn-bremen.de> References: <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <179b97fb0906280929u654129bfoaefa2a43f7058dc5@mail.gmail.com> <20090628165458.GA25437@dchagin.static.corbina.ru> <20090628174748.GA27292@dchagin.static.corbina.ru> <91921319@ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <91921319@ipt.ru> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Brandon Gooch , Juergen Lock , freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Chagin Dmitry Subject: Re: flash10 vs f10 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, 28 Jun 2009 21:29:25 -0000 On Mon, Jun 29, 2009 at 12:37:12AM +0400, Boris Samorodov wrote: > Chagin Dmitry writes: > > On Sun, Jun 28, 2009 at 12:39:09PM -0500, Sean C. Farley wrote: > >> On Sun, 28 Jun 2009, Chagin Dmitry wrote: > >> > >> > On Sun, Jun 28, 2009 at 04:29:49PM +0000, Brandon Gooch wrote: > >> > >> *snip* > >> > >> >> I have. I'm using it with about the same level of success as the > >> >> previous versions of Flash (I need to map a couple of keys to run > >> >> `pkill npviewer.bin`). > >> > >> I also have a key mapping to killall npviewer.bin. > >> > >> > for amd64 try: compat.linux32.maxssiz=4194304 > >> > > >> > for i386 try: limit stacksize to 4mb or set unlimited. > >> > >> Thank you. I tested viewing "TXT ISLAND" on YouTube. Works at higher > >> limits for me such as 32MB but not at my default of 64MB. > >> > >> Why/how does this help? At least on i386, it stops Flash from choking > >> on YouTube videos when switching to HD or jumping within a video. > > > > the reason? foolish waves in a Uli head and stupid bug in flash plugin. > > flash uses pthread_detach() after pthread_join() call. > > glibc allows such behaviour (if stack limit < 40Mb) piece of shit... > .oO(Why does that remind me again of http://developers.slashdot.org/comments.pl?sid=1063323&cid=26128419 ?) > If that helps then it's a good idea to create a pkg-message for > the port (Juergen Lock is CCed). Well i386 doesn't seem to have a sysctl for linux stacksize, can ulimit be used for this too? Because I can't seem to reproduce this problem on an i386 20090605 vbox head guest with the new ports, suddenly flash behaves even when I click the youtube `watch in hd' button, even multiple times... (On 7-stable amd64 with f8 the sysctl does help tho.) Oh and if ulimit does indeed work for the linuxulator maybe nspluginwrapper should be patched instead? (Or at least on i386?) Wondering... Juergen From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 29 11:06: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 9979F1065675 for ; Mon, 29 Jun 2009 11:06:56 +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 8611D8FC0C for ; Mon, 29 Jun 2009 11:06:56 +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 n5TB6uSw046289 for ; Mon, 29 Jun 2009 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5TB6tIq046285 for freebsd-emulation@FreeBSD.org; Mon, 29 Jun 2009 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 29 Jun 2009 11:06:55 GMT Message-Id: <200906291106.n5TB6tIq046285@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, 29 Jun 2009 11:06:57 -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 ports/135341 emulation [PATCH] linux-f10 ports that install manpages: add NOM o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage 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 kern/97326 emulation [linux] file descriptor leakage in linux emulation 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/56451 emulation [linprocfs] /compat/linux/proc/cpuinfo gives wrong CPU 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 Jun 29 11:35:07 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 6ADC110656C0; Mon, 29 Jun 2009 11:35:07 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by mx1.freebsd.org (Postfix) with ESMTP id E98978FC12; Mon, 29 Jun 2009 11:35:06 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: by qw-out-2122.google.com with SMTP id 5so632014qwd.7 for ; Mon, 29 Jun 2009 04:35:06 -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 :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=5e+IiV8adRCNtuV8/cq50L3u1Ndop/vVXFsBkk4Ldxs=; b=w+cOGVa07wzBOnb1W0nxaQ/YIWqimRJUlwjB1DpnLC5eDznCgc2QUgC1CSpmZviaik HIsaQxc4CZQEVnp+xNa7Qd+k7rDs0r4Z0vD/nKUXW3+X8Mn9dpp1GgF2LeS4Q/l/m7Rj Dng0SammD9DHViUD9ev/oLe63Y/I6yzjtmLQs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=djTkyQDR8ALe9Z8dHtZfx6UazsdoI6O00gm413/IgCphjWZubmBsnqMkuQhapzYg59 F1L8OXdsk54czvKCxdiSrhGs4m95ZWe02y3fCD+7AzHccnhZW48St3Me4k4RUqYUzg1q t4M1twYKn9ZR++yCQbJekQfATpS4nUeAP9Rr8= MIME-Version: 1.0 Received: by 10.220.46.15 with SMTP id h15mr3794967vcf.107.1246275306089; Mon, 29 Jun 2009 04:35:06 -0700 (PDT) In-Reply-To: <20090628141008.GA3841@triton.kn-bremen.de> References: <747dc8f30906261255s1ecc1420x574ded3be835b448@mail.gmail.com> <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> From: Renato Botelho Date: Mon, 29 Jun 2009 08:34:46 -0300 Message-ID: <747dc8f30906290434y77f11bf1i5911ea1efe29fab5@mail.gmail.com> To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10 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, 29 Jun 2009 11:35:07 -0000 On Sun, Jun 28, 2009 at 11:10 AM, Juergen Lock wrot= e: > On Sun, Jun 28, 2009 at 04:40:20PM +0400, Boris Samorodov wrote: >> Juergen Lock writes: >> >> > =A0New patch and shar: >> >> No more comments from me, thanks! > > Ok. =A0Has anyone tested this yet tho? =A0(Besides me in a vm... :) Working fine here. 8.0-current i386 --=20 Renato Botelho From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 29 12:20:44 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 1EFF310656A8 for ; Mon, 29 Jun 2009 12:20:44 +0000 (UTC) (envelope-from mjs@rakupottery.org.uk) Received: from anchor-post-3.mail.demon.net (anchor-post-3.mail.demon.net [195.173.77.134]) by mx1.freebsd.org (Postfix) with ESMTP id DF4468FC14 for ; Mon, 29 Jun 2009 12:20:43 +0000 (UTC) (envelope-from mjs@rakupottery.org.uk) Received: from rakuman.demon.co.uk ([80.177.154.53] helo=rakuba.rakupottery.org.uk) by anchor-post-3.mail.demon.net with esmtp (Exim 4.69) id 1MLF4Y-0005eK-pL for freebsd-emulation@freebsd.org; Mon, 29 Jun 2009 11:30:54 +0000 Message-ID: <4A48A5EE.9010209@rakupottery.org.uk> Date: Mon, 29 Jun 2009 12:30:54 +0100 From: Martin Smith User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: virtualbox and cdrom 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, 29 Jun 2009 12:20:44 -0000 I have installed virtualbox on a stable system of 26 June. Loading vboxdrv from loader.conf is fine, no panics, creating a vdi goes well, and then, it cannot see the cdrom drive, it says the cdrom is always secondary master, but this board only has one ata channel. I have tried setting it as primary master, but no dice. Any workaround for this, or have I missed something silly. It is an Asrock mobo, with one ata and 4 sata ports. -- Martin From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 30 16:39: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 83844106566C; Tue, 30 Jun 2009 16:39:28 +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 27E3B8FC15; Tue, 30 Jun 2009 16:39:27 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 9BF051E001F7; Tue, 30 Jun 2009 18:39:26 +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 n5UGcfaQ028526; Tue, 30 Jun 2009 18:38:41 +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 n5UGcfLD028525; Tue, 30 Jun 2009 18:38:41 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 30 Jun 2009 18:38:41 +0200 To: Juergen Lock Message-ID: <20090630163841.GA28338@triton.kn-bremen.de> References: <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <179b97fb0906280929u654129bfoaefa2a43f7058dc5@mail.gmail.com> <20090628165458.GA25437@dchagin.static.corbina.ru> <20090628174748.GA27292@dchagin.static.corbina.ru> <91921319@ipt.ru> <20090628212720.GA29902@triton.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090628212720.GA29902@triton.kn-bremen.de> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Brandon Gooch , freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Chagin Dmitry Subject: nspluginwrapper patch for testing (was: Re: flash10 vs f10) 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, 30 Jun 2009 16:39:28 -0000 On Sun, Jun 28, 2009 at 11:27:20PM +0200, Juergen Lock wrote: > On Mon, Jun 29, 2009 at 12:37:12AM +0400, Boris Samorodov wrote: > > Chagin Dmitry writes: > > > On Sun, Jun 28, 2009 at 12:39:09PM -0500, Sean C. Farley wrote: > > >> On Sun, 28 Jun 2009, Chagin Dmitry wrote: > > >> > > >> > On Sun, Jun 28, 2009 at 04:29:49PM +0000, Brandon Gooch wrote: > > >> > > >> *snip* > > >> > > >> >> I have. I'm using it with about the same level of success as the > > >> >> previous versions of Flash (I need to map a couple of keys to run > > >> >> `pkill npviewer.bin`). > > >> > > >> I also have a key mapping to killall npviewer.bin. > > >> > > >> > for amd64 try: compat.linux32.maxssiz=4194304 > > >> > > > >> > for i386 try: limit stacksize to 4mb or set unlimited. > > >> > > >> Thank you. I tested viewing "TXT ISLAND" on YouTube. Works at higher > > >> limits for me such as 32MB but not at my default of 64MB. > > >> > > >> Why/how does this help? At least on i386, it stops Flash from choking > > >> on YouTube videos when switching to HD or jumping within a video. > > > > > > the reason? foolish waves in a Uli head and stupid bug in flash plugin. > > > flash uses pthread_detach() after pthread_join() call. > > > glibc allows such behaviour (if stack limit < 40Mb) piece of shit... > > > .oO(Why does that remind me again of > http://developers.slashdot.org/comments.pl?sid=1063323&cid=26128419 > ?) > > > If that helps then it's a good idea to create a pkg-message for > > the port (Juergen Lock is CCed). > > Well i386 doesn't seem to have a sysctl for linux stacksize, can > ulimit be used for this too? Because I can't seem to reproduce this > problem on an i386 20090605 vbox head guest with the new ports, suddenly > flash behaves even when I click the youtube `watch in hd' button, even > multiple times... (On 7-stable amd64 with f8 the sysctl does help tho.) > > Oh and if ulimit does indeed work for the linuxulator maybe > nspluginwrapper should be patched instead? (Or at least on i386?) Ok the following seems to work here on 7-stable amd64 with the default compat.linux32.maxssiz setting, please test elsewhere too: (maintainer Cc'd.) Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/nspluginwrapper/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile 19 Mar 2009 17:28:49 -0000 1.13 +++ Makefile 30 Jun 2009 16:31:29 -0000 @@ -7,7 +7,7 @@ PORTNAME= nspluginwrapper PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www linux emulators MASTER_SITES= http://gwenole.beauchesne.info/projects/nspluginwrapper/files/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RPMFILE} @@ -53,6 +53,8 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ ${WRKSRC}/src/npw-config.c + ${RM} ${WRKSRC}/usr/lib/nspluginwrapper/i386/linux/npviewer.orig + post-install: ${MKDIR} ${LIBDIR}/i386/linux ${INSTALL_SCRIPT} ${WRKSRC}/usr/lib/nspluginwrapper/i386/linux/* \ Index: files/patch-ulimit @@ -0,0 +1,7 @@ +Index: usr/lib/nspluginwrapper/i386/linux/npviewer +@@ -1,4 +1,5 @@ + #!/bin/sh + TARGET_OS=linux + TARGET_ARCH=i386 ++ulimit -s 32768 + . /usr/local/lib/nspluginwrapper/noarch/npviewer From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 30 18:42: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 71DE71065678; Tue, 30 Jun 2009 18:42:56 +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 EF9AB8FC08; Tue, 30 Jun 2009 18:42:55 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 215331E001F6; Tue, 30 Jun 2009 20:42:55 +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 n5UIfkoZ039366; Tue, 30 Jun 2009 20:41:46 +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 n5UIfk7D039365; Tue, 30 Jun 2009 20:41:46 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 30 Jun 2009 20:41:46 +0200 To: Juergen Lock Message-ID: <20090630184146.GA39346@triton.kn-bremen.de> References: <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <179b97fb0906280929u654129bfoaefa2a43f7058dc5@mail.gmail.com> <20090628165458.GA25437@dchagin.static.corbina.ru> <20090628174748.GA27292@dchagin.static.corbina.ru> <91921319@ipt.ru> <20090628212720.GA29902@triton.kn-bremen.de> <20090630163841.GA28338@triton.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090630163841.GA28338@triton.kn-bremen.de> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Brandon Gooch , freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Chagin Dmitry Subject: Re: nspluginwrapper patch for testing (was: Re: flash10 vs f10) 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, 30 Jun 2009 18:42:57 -0000 On Tue, Jun 30, 2009 at 06:38:41PM +0200, Juergen Lock wrote: > On Sun, Jun 28, 2009 at 11:27:20PM +0200, Juergen Lock wrote: > > On Mon, Jun 29, 2009 at 12:37:12AM +0400, Boris Samorodov wrote: > > > Chagin Dmitry writes: > > > > On Sun, Jun 28, 2009 at 12:39:09PM -0500, Sean C. Farley wrote: > > > >> On Sun, 28 Jun 2009, Chagin Dmitry wrote: > > > >> > > > >> > On Sun, Jun 28, 2009 at 04:29:49PM +0000, Brandon Gooch wrote: > > > >> > > > >> *snip* > > > >> > > > >> >> I have. I'm using it with about the same level of success as the > > > >> >> previous versions of Flash (I need to map a couple of keys to run > > > >> >> `pkill npviewer.bin`). > > > >> > > > >> I also have a key mapping to killall npviewer.bin. > > > >> > > > >> > for amd64 try: compat.linux32.maxssiz=4194304 > > > >> > > > > >> > for i386 try: limit stacksize to 4mb or set unlimited. > > > >> > > > >> Thank you. I tested viewing "TXT ISLAND" on YouTube. Works at higher > > > >> limits for me such as 32MB but not at my default of 64MB. > > > >> > > > >> Why/how does this help? At least on i386, it stops Flash from choking > > > >> on YouTube videos when switching to HD or jumping within a video. > > > > > > > > the reason? foolish waves in a Uli head and stupid bug in flash plugin. > > > > flash uses pthread_detach() after pthread_join() call. > > > > glibc allows such behaviour (if stack limit < 40Mb) piece of shit... > > > > > .oO(Why does that remind me again of > > http://developers.slashdot.org/comments.pl?sid=1063323&cid=26128419 > > ?) > > > > > If that helps then it's a good idea to create a pkg-message for > > > the port (Juergen Lock is CCed). > > > > Well i386 doesn't seem to have a sysctl for linux stacksize, can > > ulimit be used for this too? Because I can't seem to reproduce this > > problem on an i386 20090605 vbox head guest with the new ports, suddenly > > flash behaves even when I click the youtube `watch in hd' button, even > > multiple times... (On 7-stable amd64 with f8 the sysctl does help tho.) > > > > Oh and if ulimit does indeed work for the linuxulator maybe > > nspluginwrapper should be patched instead? (Or at least on i386?) > > Ok the following seems to work here on 7-stable amd64 with the default > compat.linux32.maxssiz setting, please test elsewhere too: > (maintainer Cc'd.) > New version that redirects possible error messages to /dev/null: (in case limit is already lower than 32M...) Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/nspluginwrapper/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile 19 Mar 2009 17:28:49 -0000 1.13 +++ Makefile 30 Jun 2009 16:31:29 -0000 @@ -7,7 +7,7 @@ PORTNAME= nspluginwrapper PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www linux emulators MASTER_SITES= http://gwenole.beauchesne.info/projects/nspluginwrapper/files/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RPMFILE} @@ -53,6 +53,8 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ ${WRKSRC}/src/npw-config.c + ${RM} ${WRKSRC}/usr/lib/nspluginwrapper/i386/linux/npviewer.orig + post-install: ${MKDIR} ${LIBDIR}/i386/linux ${INSTALL_SCRIPT} ${WRKSRC}/usr/lib/nspluginwrapper/i386/linux/* \ Index: files/patch-ulimit @@ -0,0 +1,7 @@ +Index: usr/lib/nspluginwrapper/i386/linux/npviewer +@@ -1,4 +1,5 @@ + #!/bin/sh + TARGET_OS=linux + TARGET_ARCH=i386 ++ulimit -s 32768 2>/dev/null + . /usr/local/lib/nspluginwrapper/noarch/npviewer From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 1 03:26:22 2009 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D36BD1065672; Wed, 1 Jul 2009 03:26:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A86F18FC0A; Wed, 1 Jul 2009 03:26:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n613QMQp054228; Wed, 1 Jul 2009 03:26:22 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n613QMpt054224; Wed, 1 Jul 2009 03:26:22 GMT (envelope-from linimon) Date: Wed, 1 Jul 2009 03:26:22 GMT Message-Id: <200907010326.n613QMpt054224@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-emulation@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/136206: [patch] bsd.linux-rpm.mk: OVERRIDE_LINUX_NONBASE_PORTS not honored 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, 01 Jul 2009 03:26:23 -0000 Old Synopsis: [patch] OVERRIDE_LINUX_NONBASE_PORTS not honored New Synopsis: [patch] bsd.linux-rpm.mk: OVERRIDE_LINUX_NONBASE_PORTS not honored Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-emulation Responsible-Changed-By: linimon Responsible-Changed-When: Wed Jul 1 03:25:11 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=136206 From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 1 18:30:57 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 9FD9E1065676; Wed, 1 Jul 2009 18:30:57 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2B17B8FC20; Wed, 1 Jul 2009 18:30:56 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by qw-out-2122.google.com with SMTP id 5so471305qwd.7 for ; Wed, 01 Jul 2009 11:30:56 -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=cLVWpjw/Yt4qeFV+JWa6e4miarUyu363mt5kEiP6004=; b=q2JJQAZLpHPhkZ+WBZ/CWmdQddWZ3XW29nm+zBP9cEPl2sylEN2LdpqQUOXUBo1p5u 90P3/5dLgDD9cxzmgH0PZgCVyFVbRdnPVvUDjVw/4SfDasDMDLi0P5gEwoFDLFdIG07D 9xHCVW3QRujXsYnYMdjTD/EAKQgDjIrOs+vsI= 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=ieTrSP3bQnC2WobEBavN+6CIkn233mpoP/vBegEzbSbvBLylQ/4iBY4O30Jb8aV8zp pva7Y0kqeoDBbq/gzUIqZDA+gl4xlG+/e6hAs/1ssTbbIwrYSG6mFWhX+Wk5l8F6coi8 9UfxNljykkVPLja9LNIf2jkQBxKBnIVmJqQIE= MIME-Version: 1.0 Received: by 10.229.97.194 with SMTP id m2mr3398199qcn.21.1246473056407; Wed, 01 Jul 2009 11:30:56 -0700 (PDT) In-Reply-To: <747dc8f30906290434y77f11bf1i5911ea1efe29fab5@mail.gmail.com> References: <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <747dc8f30906290434y77f11bf1i5911ea1efe29fab5@mail.gmail.com> Date: Wed, 1 Jul 2009 13:30:56 -0500 Message-ID: <11167f520907011130u744a36a3m71ee5d125c69f446@mail.gmail.com> From: "Sam Fourman Jr." To: Renato Botelho Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Juergen Lock Subject: Re: flash10 vs f10 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, 01 Jul 2009 18:30:58 -0000 On Mon, Jun 29, 2009 at 6:34 AM, Renato Botelho wrote: > On Sun, Jun 28, 2009 at 11:10 AM, Juergen Lock wr= ote: >> On Sun, Jun 28, 2009 at 04:40:20PM +0400, Boris Samorodov wrote: >>> Juergen Lock writes: >>> >>> > =A0New patch and shar: >>> >>> No more comments from me, thanks! >> >> Ok. =A0Has anyone tested this yet tho? =A0(Besides me in a vm... :) > > Working fine here. 8.0-current i386 > I saw linux-f10-flashplugin10 hit the ports tree so I decided to try it I have a recent FreeBSD CURRENT snapshot installed uname -a FreeBSD 8.0-HEAD-20090601-JPSNAP FreeBSD 8.0-HEAD-20090601-JPSNAP #0: Mon Jun 1 02:48:06 UTC 2009 root@build-i386-fbsd-2.allbsd.org:/usr/obj/i386/usr/src/sys/GENERIC i386 I have linux-f10 installed pkg_info | grep linux linux_base-f10-10 Base set of packages needed in Linux mode for i386/amd6= 4 (L here is the error I get, is there some wiki available that details the steps it takes to test flash10? # cd /usr/ports/www/linux-f10-flashplugin10/ # make install =3D=3D=3D> linux-flashplugin-10.0r22 bsd.linux-apps.mk test failed: The component libidn is not defined for LINUX_DIST_SUFFIX=3D-f10 (the corresponding variable libidn_f10_FILE is not defined). *** Error code 1 Stop in /usr/ports/www/linux-f10-flashplugin10. most everything else is set to defaults Sam Fourman Jr. From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 1 20:02:37 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 779001065672; Wed, 1 Jul 2009 20:02:37 +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 2910D8FC17; Wed, 1 Jul 2009 20:02:37 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1MM60o-000ISK-Vx; Thu, 02 Jul 2009 00:02:35 +0400 To: "Sam Fourman Jr." References: <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <747dc8f30906290434y77f11bf1i5911ea1efe29fab5@mail.gmail.com> <11167f520907011130u744a36a3m71ee5d125c69f446@mail.gmail.com> From: Boris Samorodov In-Reply-To: <11167f520907011130u744a36a3m71ee5d125c69f446@mail.gmail.com> (Sam Fourman, Jr.'s message of "Wed\, 1 Jul 2009 13\:30\:56 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) Date: Thu, 02 Jul 2009 00:02:34 +0400 Message-ID: <57964197_-_@h30.sp.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org, Juergen Lock Subject: Re: flash10 vs f10 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, 01 Jul 2009 20:02:38 -0000 On Wed, 1 Jul 2009 13:30:56 -0500 Sam Fourman Jr. wrote: > On Mon, Jun 29, 2009 at 6:34 AM, Renato Botelho wrote: > > On Sun, Jun 28, 2009 at 11:10 AM, Juergen Lock wrote: > >> On Sun, Jun 28, 2009 at 04:40:20PM +0400, Boris Samorodov wrote: > >>> Juergen Lock writes: > >>> > >>> >  New patch and shar: > >>> > >>> No more comments from me, thanks! > >> > >> Ok.  Has anyone tested this yet tho?  (Besides me in a vm... :) > > > > Working fine here. 8.0-current i386 > > > I saw linux-f10-flashplugin10 hit the ports tree so I decided to try it > I have a recent FreeBSD CURRENT snapshot installed > uname -a > FreeBSD 8.0-HEAD-20090601-JPSNAP FreeBSD 8.0-HEAD-20090601-JPSNAP #0: > Mon Jun 1 02:48:06 UTC 2009 > root@build-i386-fbsd-2.allbsd.org:/usr/obj/i386/usr/src/sys/GENERIC > i386 > I have linux-f10 installed > pkg_info | grep linux > linux_base-f10-10 Base set of packages needed in Linux mode for i386/amd64 (L For future reference, either show another command (i.e. pkg_info | grep linux_base) or show the full output for the command you give. > here is the error I get, is there some wiki available that details the > steps it takes to test flash10? > # cd /usr/ports/www/linux-f10-flashplugin10/ > # make install > ===> linux-flashplugin-10.0r22 bsd.linux-apps.mk test failed: The > component libidn is not defined for LINUX_DIST_SUFFIX=-f10 (the This component should not present at the makefile (the package is included at linux_base-f10 port). > corresponding variable libidn_f10_FILE is not defined). > *** Error code 1 > Stop in /usr/ports/www/linux-f10-flashplugin10. Here is a patch to test: ----- --- Makefile.orig 2009-07-01 23:56:23.000000000 +0400 +++ Makefile 2009-07-01 23:56:39.000000000 +0400 @@ -20,7 +20,7 @@ ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= yes -USE_LINUX_APPS= openssl curl libssh2 libidn nspr nss +USE_LINUX_APPS= openssl curl libssh2 nspr nss RESTRICTED= Redistribution not allowed RESTRICTED_FILES= ${DISTFILES:Nlinux-f8-flashsupport*:C/:[^:]+$//} ----- WBR -- bsam From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 1 20:08: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 1426F1065750; Wed, 1 Jul 2009 20:08:19 +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 BA92B8FC1A; Wed, 1 Jul 2009 20:08:18 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1MM66L-000IWc-FG; Thu, 02 Jul 2009 00:08:17 +0400 To: "Sam Fourman Jr." References: <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <747dc8f30906290434y77f11bf1i5911ea1efe29fab5@mail.gmail.com> <11167f520907011130u744a36a3m71ee5d125c69f446@mail.gmail.com> <57964197_-_@h30.sp.ipt.ru> From: Boris Samorodov Date: Thu, 02 Jul 2009 00:08:16 +0400 In-Reply-To: <57964197_-_@h30.sp.ipt.ru> (Boris Samorodov's message of "Thu\, 02 Jul 2009 00\:02\:34 +0400") Message-ID: <91883855@h30.sp.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, freebsd-current@freebsd.org, Juergen Lock Subject: Re: flash10 vs f10 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, 01 Jul 2009 20:08:19 -0000 On Thu, 02 Jul 2009 00:02:34 +0400 Boris Samorodov wrote: > Here is a patch to test: Sorry, was stupid of me. Peter Jeremy is right -- it was just a repocopy and the port is not committed yet. I spoke too soon. WBR -- bsam From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 1 20:36:14 2009 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E48CB1065677; Wed, 1 Jul 2009 20:36:14 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B93B88FC1A; Wed, 1 Jul 2009 20:36:14 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (bsam@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n61KaEAq098185; Wed, 1 Jul 2009 20:36:14 GMT (envelope-from bsam@freefall.freebsd.org) Received: (from bsam@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n61KaE7t098181; Wed, 1 Jul 2009 20:36:14 GMT (envelope-from bsam) Date: Wed, 1 Jul 2009 20:36:14 GMT Message-Id: <200907012036.n61KaE7t098181@freefall.freebsd.org> To: nwhitehorn@FreeBSD.org, bsam@FreeBSD.org, freebsd-emulation@FreeBSD.org From: bsam@FreeBSD.org Cc: Subject: Re: ports/136206: [patch] bsd.linux-rpm.mk: OVERRIDE_LINUX_NONBASE_PORTS not honored 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, 01 Jul 2009 20:36:15 -0000 Synopsis: [patch] bsd.linux-rpm.mk: OVERRIDE_LINUX_NONBASE_PORTS not honored State-Changed-From-To: open->closed State-Changed-By: bsam State-Changed-When: Wed Jul 1 20:36:05 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=136206 From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 1 20:40:05 2009 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DDF81065673 for ; Wed, 1 Jul 2009 20:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3BFFD8FC1E for ; Wed, 1 Jul 2009 20:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n61Ke51P098287 for ; Wed, 1 Jul 2009 20:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n61Ke5hB098286; Wed, 1 Jul 2009 20:40:05 GMT (envelope-from gnats) Date: Wed, 1 Jul 2009 20:40:05 GMT Message-Id: <200907012040.n61Ke5hB098286@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/136206: commit references a PR X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 20:40:05 -0000 The following reply was made to PR ports/136206; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/136206: commit references a PR Date: Wed, 1 Jul 2009 20:35:48 +0000 (UTC) bsam 2009-07-01 20:35:34 UTC FreeBSD ports repository Modified files: Mk bsd.linux-rpm.mk Log: Honor OVERRIDE_LINUX_NONBASE_PORTS=f8 after the change to Fedora 10 as the default Linux base on -CURRENT. PR: ports/136206 Submitted by: nwhitehorn Revision Changes Path 1.22 +2 -2 ports/Mk/bsd.linux-rpm.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 1 21:05: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 C7F9D1065757 for ; Wed, 1 Jul 2009 21:05:47 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from fallbackmx09.syd.optusnet.com.au (fallbackmx09.syd.optusnet.com.au [211.29.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 2F0E18FC19 for ; Wed, 1 Jul 2009 21:05:46 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail18.syd.optusnet.com.au (mail18.syd.optusnet.com.au [211.29.132.199]) by fallbackmx09.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n61J48gT009500 for ; Thu, 2 Jul 2009 05:04:08 +1000 Received: from server.vk2pj.dyndns.org (c122-106-185-198.belrs3.nsw.optusnet.com.au [122.106.185.198]) by mail18.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n61J44dk019912 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Jul 2009 05:04:05 +1000 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.3/8.14.3) with ESMTP id n61J44Ab045051; Thu, 2 Jul 2009 05:04:04 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.3/8.14.3/Submit) id n61J44JK045046; Thu, 2 Jul 2009 05:04:04 +1000 (EST) (envelope-from peter) Date: Thu, 2 Jul 2009 05:04:04 +1000 From: Peter Jeremy To: "Sam Fourman Jr." Message-ID: <20090701190404.GA59698@server.vk2pj.dyndns.org> References: <20090627143719.GA28318@triton.kn-bremen.de> <33059629@ipt.ru> <20090627213533.GA46429@triton.kn-bremen.de> <88413085@ipt.ru> <20090628082701.GA34665@triton.kn-bremen.de> <56244219@ipt.ru> <20090628141008.GA3841@triton.kn-bremen.de> <747dc8f30906290434y77f11bf1i5911ea1efe29fab5@mail.gmail.com> <11167f520907011130u744a36a3m71ee5d125c69f446@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <11167f520907011130u744a36a3m71ee5d125c69f446@mail.gmail.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10 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, 01 Jul 2009 21:05:48 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2009-Jul-01 13:30:56 -0500, "Sam Fourman Jr." wrote: >I saw linux-f10-flashplugin10 hit the ports tree so I decided to try it =2E.. >=3D=3D=3D> linux-flashplugin-10.0r22 bsd.linux-apps.mk test failed: The >component libidn is not defined for LINUX_DIST_SUFFIX=3D-f10 (the >corresponding variable libidn_f10_FILE is not defined). >*** Error code 1 linux-f10-flashplugin10 has been repo-copied into place but the infrastructure to support it is not yet in place, hence you still need the patches mentioned earlier in this thread. --=20 Peter Jeremy --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkpLsyQACgkQ/opHv/APuIcqwwCdHHmWFt49JN2e0JHh7YT5Lmw6 9CIAnRUkSK7xksMd3fC6ivuaOLkqK09f =RtAf -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 1 21:38:54 2009 Return-Path: Delivered-To: emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54628106566C; Wed, 1 Jul 2009 21:38:54 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 29C0F8FC1E; Wed, 1 Jul 2009 21:38:54 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n61LcraI043979; Wed, 1 Jul 2009 21:38:53 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n61LcrYt043975; Wed, 1 Jul 2009 21:38:53 GMT (envelope-from edwin) Date: Wed, 1 Jul 2009 21:38:53 GMT Message-Id: <200907012138.n61LcrYt043975@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, emulation@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/136229: [linux] linux_base* and /usr/compat/linux/usr/(local & X11R6) 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, 01 Jul 2009 21:38:54 -0000 Synopsis: [linux] linux_base* and /usr/compat/linux/usr/(local & X11R6) Responsible-Changed-From-To: freebsd-ports-bugs->emulation Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 1 21:35:12 UTC 2009 Responsible-Changed-Why: Over to a group of people who might have a good opinion about this. http://www.freebsd.org/cgi/query-pr.cgi?pr=136229 From owner-freebsd-emulation@FreeBSD.ORG Sat Jul 4 14:52:20 2009 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DF99106566C; Sat, 4 Jul 2009 14:52:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 631078FC13; Sat, 4 Jul 2009 14:52:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n64EqKrd024243; Sat, 4 Jul 2009 14:52:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n64EqK55024239; Sat, 4 Jul 2009 14:52:20 GMT (envelope-from linimon) Date: Sat, 4 Jul 2009 14:52:20 GMT Message-Id: <200907041452.n64EqK55024239@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-emulation@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/136321: x11-toolkits/linux-pango: please update linux based port of pango 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, 04 Jul 2009 14:52:21 -0000 Old Synopsis: Please update linux based port of Pango New Synopsis: x11-toolkits/linux-pango: please update linux based port of pango Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-emulation Responsible-Changed-By: linimon Responsible-Changed-When: Sat Jul 4 14:50:51 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=136321 From owner-freebsd-emulation@FreeBSD.ORG Sat Jul 4 17:22:49 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 14750106564A for ; Sat, 4 Jul 2009 17:22:49 +0000 (UTC) (envelope-from rondzierwa@comcast.net) Received: from QMTA03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [76.96.62.32]) by mx1.freebsd.org (Postfix) with ESMTP id B1A2A8FC0C for ; Sat, 4 Jul 2009 17:22:48 +0000 (UTC) (envelope-from rondzierwa@comcast.net) Received: from OMTA23.westchester.pa.mail.comcast.net ([76.96.62.74]) by QMTA03.westchester.pa.mail.comcast.net with comcast id BssD1c0031c6gX853t9ZWz; Sat, 04 Jul 2009 17:09:33 +0000 Received: from sz0128.wc.mail.comcast.net ([76.96.58.192]) by OMTA23.westchester.pa.mail.comcast.net with comcast id BtAn1c00248qnZY3jtAnqH; Sat, 04 Jul 2009 17:10:47 +0000 Date: Sat, 4 Jul 2009 17:09:33 +0000 (UTC) From: rondzierwa@comcast.net To: freebsd-emulation@freebsd.org Message-ID: <1864081109.283641246727373779.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> In-Reply-To: <252646496.283281246727198407.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> MIME-Version: 1.0 X-Originating-IP: [76.111.0.24] X-Mailer: Zimbra 5.0.12_GA_2816.RHEL5_64 (ZimbraWebClient - FF3.0 (Win)/5.0.12_GA_2816.RHEL5_64) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: vbox driver 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, 04 Jul 2009 17:22:49 -0000 I have installed the VirtualBox port my FreeBSD 7.0 system. I had to csup ports and download and install the virtualbox port manually, but eventually everything built and installed. kldload has a problem with the vboxdrv module: phoenix# kldload vboxdrv kldload: can't load vboxdrv: No such file or directory phoenix# kldload vboxdrv.ko kldload: can't load vboxdrv.ko: No such file or directory phoenix# kldload /boot/modules/vboxdrv.ko kldload: can't load /boot/modules/vboxdrv.ko: No such file or directory phoenix# kldload /boot/modules/vboxdrv kldload: can't load /boot/modules/vboxdrv: No such file or directory the file is there, and kldconfig is set up for the /boot/modules directory: phoenix# kldconfig -r /boot/kernel;/boot/modules phoenix# ls -l /boot/modules total 182 -r-xr-xr-x 1 root wheel 185300 Jul 4 12:57 vboxdrv.ko could it be that there is no vboxdrv.ko.symbols file? all the other modules are in the /boot/kernel directory, and they all have .symbols files. thanks, ron.