From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 26 10:49:08 2008 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 B72A51065670; Sun, 26 Oct 2008 10:49:08 +0000 (UTC) (envelope-from martin.laabs@mailbox.tu-dresden.de) Received: from mailout2.zih.tu-dresden.de (mailout2.zih.tu-dresden.de [141.30.67.73]) by mx1.freebsd.org (Postfix) with ESMTP id 754E98FC1B; Sun, 26 Oct 2008 10:49:08 +0000 (UTC) (envelope-from martin.laabs@mailbox.tu-dresden.de) Received: from rmc67-31.zih.tu-dresden.de ([141.30.67.31] helo=server-n) by mailout2.zih.tu-dresden.de with esmtp (Exim 4.63) (envelope-from ) id 1Ku3BA-0006fK-5o; Sun, 26 Oct 2008 11:49:06 +0100 Received: from localhost (p5B0EDE65.dip.t-dialin.net [91.14.222.101]) by server-n (Postfix) with ESMTP id EB22B100A08E; Sun, 26 Oct 2008 11:49:02 +0100 (CET) Date: Sun, 26 Oct 2008 11:49:02 +0100 To: "freebsd-hackers@freebsd.org" From: "Martin Laabs" Content-Type: text/plain; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.51 (Linux) X-TUD-Virus-Scanned: mailout2.zih.tu-dresden.de Cc: "freebsd-emulation@freebsd.org" Subject: linux-libusb done X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2008 10:49:08 -0000 Hi, I've build succesfully an androgynous libusb. This is a libusb in linux binary format with freebsd-like usb-access. (I use it to run a jtag-debugging utility which is supplied as a linux binary only.) Unfortunately I had to patch the linux.ko module to support the ioctl calls out of the linux application. I can supply the libusb.so, a patch for the source of libusb as well as the linux_ioctl.c on request. Unfotunately I did not save the original linux_ioctl.c so I can not publish a patch yet. (I'll do a cvsup these days ..) Anyone who wants to maintain such a port? Greetings, Martin From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 26 10:54:02 2008 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 410BC1065684; Sun, 26 Oct 2008 10:54:02 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id EFDA58FC12; Sun, 26 Oct 2008 10:54:01 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id AE9039CB138; Sun, 26 Oct 2008 11:53:04 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X7ftbIXMgtio; Sun, 26 Oct 2008 11:52:52 +0100 (CET) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C8C159CB5DF; Sun, 26 Oct 2008 11:52:52 +0100 (CET) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id m9QAqqMR045922; Sun, 26 Oct 2008 11:52:52 +0100 (CET) (envelope-from rdivacky) Date: Sun, 26 Oct 2008 11:52:52 +0100 From: Roman Divacky To: Martin Laabs Message-ID: <20081026105252.GA45809@freebsd.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: "freebsd-hackers@freebsd.org" , "freebsd-emulation@freebsd.org" Subject: Re: linux-libusb done X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2008 10:54:02 -0000 On Sun, Oct 26, 2008 at 11:49:02AM +0100, Martin Laabs wrote: > Hi, > > I've build succesfully an androgynous libusb. This is a libusb in > linux binary format with freebsd-like usb-access. (I use it to > run a jtag-debugging utility which is supplied as a linux > binary only.) > Unfortunately I had to patch the linux.ko module to support the > ioctl calls out of the linux application. > I can supply the libusb.so, a patch for the source of libusb > as well as the linux_ioctl.c on request. > Unfotunately I did not save the original linux_ioctl.c so I can not > publish a patch yet. (I'll do a cvsup these days ..) > > Anyone who wants to maintain such a port? great work martin! please show us the linuxulator patch and I'll see what I can do about it... roman From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 27 09:27:25 2008 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 536501065675 for ; Mon, 27 Oct 2008 09:27:25 +0000 (UTC) (envelope-from martin.laabs@mailbox.tu-dresden.de) Received: from mailout2.zih.tu-dresden.de (mailout2.zih.tu-dresden.de [141.30.67.73]) by mx1.freebsd.org (Postfix) with ESMTP id 90D7B8FC08 for ; Mon, 27 Oct 2008 09:27:24 +0000 (UTC) (envelope-from martin.laabs@mailbox.tu-dresden.de) Received: from rmc67-31.zih.tu-dresden.de ([141.30.67.31] helo=server-n) by mailout2.zih.tu-dresden.de with esmtp (Exim 4.63) (envelope-from ) id 1KuONd-0006E4-GI for freebsd-emulation@freebsd.org; Mon, 27 Oct 2008 10:27:22 +0100 Received: from localhost (p5B0ED2A2.dip.t-dialin.net [91.14.210.162]) by server-n (Postfix) with ESMTP id A1B8C100A08E for ; Mon, 27 Oct 2008 10:27:18 +0100 (CET) Date: Mon, 27 Oct 2008 10:27:17 +0100 To: "freebsd-emulation@freebsd.org" From: "Martin Laabs" Content-Type: multipart/mixed; boundary=----------ZoZrQcnBhUYjefun5hIqpJ MIME-Version: 1.0 References: <20081026105252.GA45809@freebsd.org> Message-ID: In-Reply-To: <20081026105252.GA45809@freebsd.org> User-Agent: Opera Mail/9.51 (Linux) X-TUD-Virus-Scanned: mailout2.zih.tu-dresden.de Subject: Re: linux-libusb done X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2008 09:27:25 -0000 ------------ZoZrQcnBhUYjefun5hIqpJ Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Hi, On Sun, 26 Oct 2008 11:52:52 +0100, Roman Divacky wrote: > please show us the linuxulator patch and I'll see what I can do about it... I've append the patch for the linux.ko module as well as the patch for the bsd.c in libusb-0.12. Greetings, Martin ------------ZoZrQcnBhUYjefun5hIqpJ Content-Disposition: attachment; filename=usb.patch Content-Type: application/octet-stream; name=usb.patch Content-Transfer-Encoding: Base64 ZGlmZiAtTmF1ciBsaW51eC9saW51eF9pb2N0bC5jIGxpbnV4LnVzYi9saW51eF9p b2N0bC5jCi0tLSBsaW51eC9saW51eF9pb2N0bC5jCTIwMDctMTEtMTUgMTE6Mzg6 MDYuMDAwMDAwMDAwICswMTAwCisrKyBsaW51eC51c2IvbGludXhfaW9jdGwuYwky MDA4LTEwLTI2IDExOjQ5OjU5LjAwMDAwMDAwMCArMDEwMApAQCAtODgsNiArODgs OCBAQAogc3RhdGljIGxpbnV4X2lvY3RsX2Z1bmN0aW9uX3QgbGludXhfaW9jdGxf ZHJtOwogc3RhdGljIGxpbnV4X2lvY3RsX2Z1bmN0aW9uX3QgbGludXhfaW9jdGxf c2c7CiBzdGF0aWMgbGludXhfaW9jdGxfZnVuY3Rpb25fdCBsaW51eF9pb2N0bF9z cGVjaWFsOworLy9mb3IgaGFja2VkIGxpYnVzYgorc3RhdGljIGxpbnV4X2lvY3Rs X2Z1bmN0aW9uX3QgbGludXhfaW9jdGxfdXNiOwogCiBzdGF0aWMgc3RydWN0IGxp bnV4X2lvY3RsX2hhbmRsZXIgY2Ryb21faGFuZGxlciA9CiB7IGxpbnV4X2lvY3Rs X2Nkcm9tLCBMSU5VWF9JT0NUTF9DRFJPTV9NSU4sIExJTlVYX0lPQ1RMX0NEUk9N X01BWCB9OwpAQCAtMTExLDYgKzExMyw5IEBACiB7IGxpbnV4X2lvY3RsX2RybSwg TElOVVhfSU9DVExfRFJNX01JTiwgTElOVVhfSU9DVExfRFJNX01BWCB9Owogc3Rh dGljIHN0cnVjdCBsaW51eF9pb2N0bF9oYW5kbGVyIHNnX2hhbmRsZXIgPQogeyBs aW51eF9pb2N0bF9zZywgTElOVVhfSU9DVExfU0dfTUlOLCBMSU5VWF9JT0NUTF9T R19NQVggfTsKKy8vVVNCIGxpYnVzYiBjb21wYXRpYmlsaXR5IG1vZGUgLi4uCitz dGF0aWMgc3RydWN0IGxpbnV4X2lvY3RsX2hhbmRsZXIgdXNiX2hhbmRsZXIgPQor eyBsaW51eF9pb2N0bF91c2IsIExJTlVYX0lPQ1RMX1VTQl9NSU4sIExJTlVYX0lP Q1RMX1VTQl9NQVggfTsKIAogREFUQV9TRVQobGludXhfaW9jdGxfaGFuZGxlcl9z ZXQsIGNkcm9tX2hhbmRsZXIpOwogREFUQV9TRVQobGludXhfaW9jdGxfaGFuZGxl cl9zZXQsIHZmYXRfaGFuZGxlcik7CkBAIC0xMjMsNiArMTI4LDcgQEAKIERBVEFf U0VUKGxpbnV4X2lvY3RsX2hhbmRsZXJfc2V0LCBwcml2YXRlX2hhbmRsZXIpOwog REFUQV9TRVQobGludXhfaW9jdGxfaGFuZGxlcl9zZXQsIGRybV9oYW5kbGVyKTsK IERBVEFfU0VUKGxpbnV4X2lvY3RsX2hhbmRsZXJfc2V0LCBzZ19oYW5kbGVyKTsK K0RBVEFfU0VUKGxpbnV4X2lvY3RsX2hhbmRsZXJfc2V0LCB1c2JfaGFuZGxlcik7 ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogCiBzdHJ1Y3QgaGFu ZGxlcl9lbGVtZW50CiB7CkBAIC0yNTQyLDYgKzI1NDgsNjAgQEAKIAlyZXR1cm4g aW9jdGwodGQsIChzdHJ1Y3QgaW9jdGxfYXJncyAqKWFyZ3MpOwogfQogCitzdGF0 aWMgaW50ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgIAorbGludXhfaW9jdGxfdXNiKHN0 cnVjdCB0aHJlYWQgKnRkLCBzdHJ1Y3QgbGludXhfaW9jdGxfYXJncyAqYXJncykK K3sKKyAgICAgICBzdHJ1Y3QgZmlsZSAqZnA7CisgICAgICAgaW50IGVycm9yOwor CisgICAgICAgaWYgKChlcnJvciA9IGZnZXQodGQsIGFyZ3MtPmZkLCAmZnApKSAh PSAwKQorICAgICAgICAgICByZXR1cm4gKGVycm9yKTsKKworI2lmZGVmIERFQlVH CisgICAgICAgcHJpbnRmKCIlcygpOiBVU0ItaW9jdGwgJWRcbiIsIF9fZnVuY19f LAorICAgICAgICAgICAgICAgICAgYXJncy0+Y21kICYgMHhmZmZmKTsKKyNlbmRp ZgorCisJc3dpdGNoIChhcmdzLT5jbWQgJiAweGZmZmYpIHsKKwljYXNlIExJTlVY QlNEX0lPQ1RMX1VTQl9ERVZJQ0VJTkZPOgorCSAgZXJyb3IgPSBpb2N0bCh0ZCwg KHN0cnVjdCBpb2N0bF9hcmdzICopYXJncyk7CisJICBicmVhazsKKwljYXNlIExJ TlVYQlNEX0lPQ1RMX1NFVF9DT05GSUc6CisgICAgICAgICAgZXJyb3IgPSBpb2N0 bCh0ZCwgKHN0cnVjdCBpb2N0bF9hcmdzICopYXJncyk7CisgICAgICAgICAgICBi cmVhazsKKwljYXNlIExJTlVYQlNEX0lPQ1RMX1NFVF9BTFRJTlRFUkZBQ0U6Cisg ICAgICAgICAgZXJyb3IgPSBpb2N0bCh0ZCwgKHN0cnVjdCBpb2N0bF9hcmdzICop YXJncyk7CisgICAgICAgICAgICBicmVhazsKKwljYXNlIExJTlVYQlNEX0lPQ1RM X1NFVF9USU1FT1VUOgorICAgICAgICAgIGVycm9yID0gaW9jdGwodGQsIChzdHJ1 Y3QgaW9jdGxfYXJncyAqKWFyZ3MpOworICAgICAgICAgICAgYnJlYWs7CisJY2Fz ZSBMSU5VWEJTRF9JT0NUTF9TRVRfU0hPUlRfWEZFUjoKKyAgICAgICAgICBlcnJv ciA9IGlvY3RsKHRkLCAoc3RydWN0IGlvY3RsX2FyZ3MgKilhcmdzKTsKKyAgICAg ICAgICAgIGJyZWFrOworCWNhc2UgTElOVVhCU0RfSU9DVExfRE9fUkVRVUVTVDoK KyAgICAgICAgICBlcnJvciA9IGlvY3RsKHRkLCAoc3RydWN0IGlvY3RsX2FyZ3Mg KilhcmdzKTsKKyAgICAgICAgICAgIGJyZWFrOworCWNhc2UgTElOVVhCU0RfSU9D VExfR0VUX0RFVklDRV9ERVNDOgorICAgICAgICAgIGVycm9yID0gaW9jdGwodGQs IChzdHJ1Y3QgaW9jdGxfYXJncyAqKWFyZ3MpOworICAgICAgICAgICAgYnJlYWs7 CisKKwlkZWZhdWx0OiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKKyAgICAgICAgICAgIC8qIFhY WCAqLyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAKKyAgICAgICAgICAgIGxpbnV4X21zZyh0ZCwgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKKyAgICAg ICAgICAgICJ1c2IgaW9jdGwgZmQ9JWQsIGNtZD0weCV4ICgnJWMnLCVkKSBpcyBu b3QgaW1wbGVtZW50ZWQiLAorICAgICAgICAgICAgYXJncy0+ZmQsIChpbnQpKGFy Z3MtPmNtZCAmIDB4ZmZmZiksCisgICAgICAgICAgICAoaW50KShhcmdzLT5jbWQg JiAweGZmMDApID4+IDgsCisgICAgICAgICAgICAoaW50KShhcmdzLT5jbWQgJiAw eGZmKSk7CisJICAgIGVycm9yPUVOT0lPQ1RMOworICAgICAgICAgICAgYnJlYWs7 CisJfQorCWZkcm9wKGZwLCB0ZCk7CisjaWZkZWYgREVCVUcKK3ByaW50ZigiJXMo KTogVVNCIHJldHVybmluZyAlZFxuIiwgX19mdW5jX18sIGVycm9yKTsKKyNlbmRp ZgorICAgICAgICByZXR1cm4gKGVycm9yKTsKK30KKwogc3RhdGljIGludAogbGlu dXhfaW9jdGxfc2coc3RydWN0IHRocmVhZCAqdGQsIHN0cnVjdCBsaW51eF9pb2N0 bF9hcmdzICphcmdzKQogewpkaWZmIC1OYXVyIGxpbnV4L2xpbnV4X2lvY3RsLmgg bGludXgudXNiL2xpbnV4X2lvY3RsLmgKLS0tIGxpbnV4L2xpbnV4X2lvY3RsLmgJ MjAwNy0xMS0xNSAxMTozODowNi4wMDAwMDAwMDAgKzAxMDAKKysrIGxpbnV4LnVz Yi9saW51eF9pb2N0bC5oCTIwMDgtMTAtMjUgMTQ6MTY6MTMuMDAwMDAwMDAwICsw MjAwCkBAIC0xNzEsNiArMTcxLDE1IEBACiAjZGVmaW5lCUxJTlVYX0lPQ1RMX1ZG QVRfTUlOCUxJTlVYX1ZGQVRfUkVBRERJUl9CT1RICiAjZGVmaW5lCUxJTlVYX0lP Q1RMX1ZGQVRfTUFYCUxJTlVYX1ZGQVRfUkVBRERJUl9CT1RICiAKKworLyoKKyAq IFVTQiBsaWJ1c2IgY29tcGF0aWJpbGl0eSBtb2RlIC4uLgorICovCisgCisjZGVm aW5lIExJTlVYX0lPQ1RMX1VTQl9NSU4JMHg1NTAzCisjZGVmaW5lIExJTlVYX0lP Q1RMX1VTQl9NQVgJMHg1NTczCisgCisgCiAvKgogICogY29uc29sZQogICovCkBA IC01NjcsNiArNTc2LDE0IEBACiAjZGVmaW5lCUxJTlVYX0lPQ1RMX0RSTV9NSU4J MHg2NDAwCiAjZGVmaW5lCUxJTlVYX0lPQ1RMX0RSTV9NQVgJMHg2NGZmCiAKKyNk ZWZpbmUgTElOVVhCU0RfSU9DVExfVVNCX0RFVklDRUlORk8JMHg1NTA0CisjZGVm aW5lIExJTlVYQlNEX0lPQ1RMX1NFVF9DT05GSUcgMHg1NTY1CisjZGVmaW5lIExJ TlVYQlNEX0lPQ1RMX1NFVF9BTFRJTlRFUkZBQ0UgMHg1NTY3CisjZGVmaW5lIExJ TlVYQlNEX0lPQ1RMX1NFVF9USU1FT1VUIDB4NTU3MgorI2RlZmluZSBMSU5VWEJT RF9JT0NUTF9TRVRfU0hPUlRfWEZFUiAweDU1NzEKKyNkZWZpbmUgTElOVVhCU0Rf SU9DVExfRE9fUkVRVUVTVCAweDU1NmYKKyNkZWZpbmUgTElOVVhCU0RfSU9DVExf R0VUX0RFVklDRV9ERVNDIDB4NTU2OQorCiAvKgogICogVGhpcyBkb2Vzbid0IHJl YWxseSBiZWxvbmcgaGVyZSwgYnV0IEkgY2FuJ3QgdGhpbmsgb2YgYSBiZXR0ZXIK ICAqIHBsYWNlIHRvIHB1dCBpdC4KCg== ------------ZoZrQcnBhUYjefun5hIqpJ Content-Disposition: attachment; filename=bsd.patch Content-Type: application/octet-stream; name=bsd.patch Content-Transfer-Encoding: Base64 LS0tIGJzZC5jCTIwMDYtMDMtMDQgMDM6NTI6NDYuMDAwMDAwMDAwICswMTAwCisr KyBsaWJ1c2ItMC4xLjEyLWJzZDIvYnNkLmMJMjAwOC0xMC0yNSAxMjoxNDo0Ni4w MDAwMDAwMDAgKzAyMDAKQEAgLTM5LDcgKzM5LDcgQEAKICNpbmNsdWRlIDxzeXMv dGltZS5oPgogI2luY2x1ZGUgPHN5cy9pb2N0bC5oPgogCi0jaW5jbHVkZSA8ZGV2 L3VzYi91c2IuaD4KKy8vI2luY2x1ZGUgPGRldi91c2IvdXNiLmg+CiAKICNpbmNs dWRlICJ1c2JpLmgiCiAjaWZkZWYgSEFWRV9DT05GSUdfSApAQCAtMTMxLDYgKzEz MSw4IEBACiAvKiBUaGlzIHJlY29yZHMgdGhlIGZpbGUgZGVzY3JpcHRvcnMgZm9y IHRoZSBlbmRwb2ludHMuICBJdCBkb2Vzbid0IHNlZW0KICAgIHRvIHdvcmsgdG8g cmUtb3BlbiB0aGVtIGZvciBlYWNoIHJlYWQgKGFzIHdlbGwgYXMgYmVpbmcgaW5l ZmZpY2llbnQpLiAqLwogCisjZGVmaW5lIFVTQl9NQVhfRU5EUE9JTlRTIDE2ICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IAorCiBzdHJ1Y3QgYnNkX3VzYl9kZXZfaGFuZGxlX2luZm8gewogICAgIGludCBl cF9mZFtVU0JfTUFYX0VORFBPSU5UU107CiB9OwpAQCAtMTk5LDggKzIwMSwxMCBA QAogewogICBpbnQgcmV0OwogCi0gIHJldCA9IGlvY3RsKGRldi0+ZmQsIFVTQl9T RVRfQ09ORklHLCAmY29uZmlndXJhdGlvbik7Ci0gIGlmIChyZXQgPCAwKQorICAv L3JldCA9IGlvY3RsKGRldi0+ZmQsIFVTQl9TRVRfQ09ORklHLCAmY29uZmlndXJh dGlvbik7CisgcmV0ID0gaW9jdGwoZGV2LT5mZCwgKCh1bnNpZ25lZCBsb25nKSgw eDgwMDAwMDAwIHwgKChzaXplb2YoaW50KSAmIDB4MWZmZikgPDwgMTYpIHwgKCgo J1UnKSkgPDwgOCkgfCAoKDEwMSkpKSksICZjb25maWd1cmF0aW9uKTsKKyAgCitp ZiAocmV0IDwgMCkKICAgICBVU0JfRVJST1JfU1RSKC1lcnJubywgImNvdWxkIG5v dCBzZXQgY29uZmlnICVkOiAlcyIsIGNvbmZpZ3VyYXRpb24sCiAgICAgICAgICAg ICAgICAgICBzdHJlcnJvcihlcnJubykpOwogCkBAIC0yMjgsNiArMjMyLDEyIEBA CiBpbnQgdXNiX3NldF9hbHRpbnRlcmZhY2UodXNiX2Rldl9oYW5kbGUgKmRldiwg aW50IGFsdGVybmF0ZSkKIHsKICAgaW50IHJldDsKK3N0cnVjdCB1c2JfYWx0X2lu dGVyZmFjZSB7CisgaW50IHVhaV9jb25maWdfaW5kZXg7CisgaW50IHVhaV9pbnRl cmZhY2VfaW5kZXg7CisgaW50IHVhaV9hbHRfbm87Cit9OworCiAgIHN0cnVjdCB1 c2JfYWx0X2ludGVyZmFjZSBpbnRmOwogCiAgIGlmIChkZXYtPmludGVyZmFjZSA8 IDApCkBAIC0yMzYsNyArMjQ2LDkgQEAKICAgaW50Zi51YWlfaW50ZXJmYWNlX2lu ZGV4ID0gZGV2LT5pbnRlcmZhY2U7CiAgIGludGYudWFpX2FsdF9ubyA9IGFsdGVy bmF0ZTsKIAotICByZXQgPSBpb2N0bChkZXYtPmZkLCBVU0JfU0VUX0FMVElOVEVS RkFDRSwgJmludGYpOworICAvL3JldCA9IGlvY3RsKGRldi0+ZmQsIFVTQl9TRVRf QUxUSU5URVJGQUNFLCAmaW50Zik7CisgcmV0ID0gaW9jdGwoZGV2LT5mZCwgKCh1 bnNpZ25lZCBsb25nKSgoMHg4MDAwMDAwMHwweDQwMDAwMDAwKSB8ICgoc2l6ZW9m KHN0cnVjdCB1c2JfYWx0X2ludGVyZmFjZSkgJiAweDFmZmYpIDw8IDE2KSB8ICgo KCdVJykpIDw8IDgpIHwgKCgxMDMpKSkpLCAmaW50Zik7CisKICAgaWYgKHJldCA8 IDApCiAgICAgVVNCX0VSUk9SX1NUUigtZXJybm8sICJjb3VsZCBub3Qgc2V0IGFs dCBpbnRmICVkLyVkOiAlcyIsCiAgICAgICAgICAgICAgICAgICBkZXYtPmludGVy ZmFjZSwgYWx0ZXJuYXRlLCBzdHJlcnJvcihlcnJubykpOwpAQCAtMjU2LDcgKzI2 OCwxMCBAQAogICAgKiB0aGUgbW9kZSBhZ2FpbnN0IHRoZSBkaXJlY3Rpb247IGJ1 dCB3ZSd2ZSBkb25lIHRoYXQKICAgICogYWxyZWFkeSBpbiB0aGUgdXNiX2J1bGtf cmVhZC93cml0ZS4KICAgICovCi0gIGVwID0gVUVfR0VUX0FERFIoZXApOworCisg IGVwID0gKChlcCkgJiAweDBmKTsKKworICAvL2VwID0gVUVfR0VUX0FERFIoZXAp OwogCiAgIGlmIChpbmZvLT5lcF9mZFtlcF0gPCAwKSB7CiAjaWZkZWYgX19GcmVl QlNEX2tlcm5lbF9fCkBAIC0yOTMsMTMgKzMwOCwxNiBAQAogI2lmZGVmIF9fRnJl ZUJTRF9rZXJuZWxfXwogICAgICAgZnByaW50ZiAoc3RkZXJyLCAidXNiX2J1bGtf d3JpdGU6IGdvdCBuZWdhdGl2ZSBvcGVuIGZpbGUgZGVzY3JpcHRvciBmb3IgZW5k cG9pbnQgJWRcbiIsIFVFX0dFVF9BRERSKGVwKSk7CiAjZWxzZQorI2RlZmluZSBV RV9BRERSICAgICAgICAgMHgwZiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAKKyNkZWZpbmUgVUVfR0VUX0FERFIoYSkg ICgoYSkgJiBVRV9BRERSKSAgICAgICAgICAgICAgICAgICAKICAgICAgIGZwcmlu dGYgKHN0ZGVyciwgInVzYl9idWxrX3dyaXRlOiBnb3QgbmVnYXRpdmUgb3BlbiBm aWxlIGRlc2NyaXB0b3IgZm9yIGVuZHBvaW50ICUwMmRcbiIsIFVFX0dFVF9BRERS KGVwKSk7CiAjZW5kaWYKICAgICB9CiAgICAgcmV0dXJuIGZkOwogICB9CisgcmV0 ID0gaW9jdGwoZmQsICgodW5zaWduZWQgbG9uZykoMHg4MDAwMDAwMCB8ICgoc2l6 ZW9mKGludCkgJiAweDFmZmYpIDw8IDE2KSB8ICgoKCdVJykpIDw8IDgpIHwgKCgx MTQpKSkpLCAmdGltZW91dCk7CiAKLSAgcmV0ID0gaW9jdGwoZmQsIFVTQl9TRVRf VElNRU9VVCwgJnRpbWVvdXQpOworICAvL3JldCA9IGlvY3RsKGZkLCBVU0JfU0VU X1RJTUVPVVQsICZ0aW1lb3V0KTsKICAgaWYgKHJldCA8IDApCiAgICAgVVNCX0VS Uk9SX1NUUigtZXJybm8sICJlcnJvciBzZXR0aW5nIHRpbWVvdXQ6ICVzIiwKICAg ICAgICAgICAgICAgICAgIHN0cmVycm9yKGVycm5vKSk7CkBAIC0zMzcsMTEgKzM1 NSwxNiBAQAogICAgIHJldHVybiBmZDsKICAgfQogCi0gIHJldCA9IGlvY3RsKGZk LCBVU0JfU0VUX1RJTUVPVVQsICZ0aW1lb3V0KTsKKyAvLyByZXQgPSBpb2N0bChm ZCwgVVNCX1NFVF9USU1FT1VULCAmdGltZW91dCk7CisgcmV0ID0gaW9jdGwoZmQs ICgodW5zaWduZWQgbG9uZykoMHg4MDAwMDAwMCB8ICgoc2l6ZW9mKGludCkgJiAw eDFmZmYpIDw8IDE2KSB8ICgoKCdVJykpIDw8IDgpIHwgKCgxMTQpKSkpLCAmdGlt ZW91dCk7CisgIGlmIChyZXQgPCAwKQorCiAgIGlmIChyZXQgPCAwKQogICAgIFVT Ql9FUlJPUl9TVFIoLWVycm5vLCAiZXJyb3Igc2V0dGluZyB0aW1lb3V0OiAlcyIs IHN0cmVycm9yKGVycm5vKSk7CiAKLSAgcmV0ID0gaW9jdGwoZmQsIFVTQl9TRVRf U0hPUlRfWEZFUiwgJm9uZSk7CisvLyAgcmV0ID0gaW9jdGwoZmQsIFVTQl9TRVRf U0hPUlRfWEZFUiwgJm9uZSk7CisgcmV0ID0gaW9jdGwoZmQsICgodW5zaWduZWQg bG9uZykoMHg4MDAwMDAwMCB8ICgoc2l6ZW9mKGludCkgJiAweDFmZmYpIDw8IDE2 KSB8ICgoKCdVJykpIDw8IDgpIHwgKCgxMTMpKSkpLCAmb25lKTsKKwogICBpZiAo cmV0IDwgMCkKICAgICBVU0JfRVJST1JfU1RSKC1lcnJubywgImVycm9yIHNldHRp bmcgc2hvcnQgeGZlcjogJXMiLCBzdHJlcnJvcihlcnJubykpOwogCkBAIC0zNzgs NyArNDAxLDkgQEAKICAgICByZXR1cm4gZmQ7CiAgIH0KIAotICByZXQgPSBpb2N0 bChmZCwgVVNCX1NFVF9USU1FT1VULCAmdGltZW91dCk7CisvLyAgcmV0ID0gaW9j dGwoZmQsIFVTQl9TRVRfVElNRU9VVCwgJnRpbWVvdXQpOworICByZXQgPSBpb2N0 bChmZCwgKCh1bnNpZ25lZCBsb25nKSgweDgwMDAwMDAwIHwgKChzaXplb2YoaW50 KSAmIDB4MWZmZikgPDwgMTYpIHwgKCgoJ1UnKSkgPDwgOCkgfCAoKDExNCkpKSks ICZ0aW1lb3V0KTsKKwogICBpZiAocmV0IDwgMCkKICAgICBVU0JfRVJST1JfU1RS KC1lcnJubywgImVycm9yIHNldHRpbmcgdGltZW91dDogJXMiLAogICAgICAgICAg ICAgICAgICAgc3RyZXJyb3IoZXJybm8pKTsKQEAgLTQyMCwxMSArNDQ1LDE2IEBA CiAgICAgcmV0dXJuIGZkOwogICB9CiAKLSAgcmV0ID0gaW9jdGwoZmQsIFVTQl9T RVRfVElNRU9VVCwgJnRpbWVvdXQpOworICAvL3JldCA9IGlvY3RsKGZkLCBVU0Jf U0VUX1RJTUVPVVQsICZ0aW1lb3V0KTsKKyByZXQgPSBpb2N0bChmZCwgKCh1bnNp Z25lZCBsb25nKSgweDgwMDAwMDAwIHwgKChzaXplb2YoaW50KSAmIDB4MWZmZikg PDwgMTYpIHwgKCgoJ1UnKSkgPDwgOCkgfCAoKDExNCkpKSksICZ0aW1lb3V0KTsK KyAgaWYgKHJldCA8IDApCisKICAgaWYgKHJldCA8IDApCiAgICAgVVNCX0VSUk9S X1NUUigtZXJybm8sICJlcnJvciBzZXR0aW5nIHRpbWVvdXQ6ICVzIiwgc3RyZXJy b3IoZXJybm8pKTsKIAotICByZXQgPSBpb2N0bChmZCwgVVNCX1NFVF9TSE9SVF9Y RkVSLCAmb25lKTsKKy8vICByZXQgPSBpb2N0bChmZCwgVVNCX1NFVF9TSE9SVF9Y RkVSLCAmb25lKTsKKyByZXQgPSBpb2N0bChmZCwgKCh1bnNpZ25lZCBsb25nKSgw eDgwMDAwMDAwIHwgKChzaXplb2YoaW50KSAmIDB4MWZmZikgPDwgMTYpIHwgKCgo J1UnKSkgPDwgOCkgfCAoKDExMykpKSksICZvbmUpOworCiAgIGlmIChyZXQgPCAw KQogICAgIFVTQl9FUlJPUl9TVFIoLWVycm5vLCAiZXJyb3Igc2V0dGluZyBzaG9y dCB4ZmVyOiAlcyIsIHN0cmVycm9yKGVycm5vKSk7CiAKQEAgLTQ0Nyw3ICs0Nzcs MzQgQEAKIGludCB1c2JfY29udHJvbF9tc2codXNiX2Rldl9oYW5kbGUgKmRldiwg aW50IHJlcXVlc3R0eXBlLCBpbnQgcmVxdWVzdCwKICAgICAgICAgICAgICAgICAg ICAgIGludCB2YWx1ZSwgaW50IGluZGV4LCBjaGFyICpieXRlcywgaW50IHNpemUs IGludCB0aW1lb3V0KQogewotICBzdHJ1Y3QgdXNiX2N0bF9yZXF1ZXN0IHJlcTsK KworI2RlZmluZSBVUEFDS0VEIF9fcGFja2VkICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKKwordHlwZWRlZiB1 X2ludDhfdCB1Qnl0ZTsKK3R5cGVkZWYgdV9pbnQ4X3QgdVdvcmRbMl07ICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg Cit0eXBlZGVmIHVfaW50OF90IHVEV29yZFs0XTsgICAgICAgCisgCit0eXBlZGVm IHN0cnVjdCB7CisgdUJ5dGUgYm1SZXF1ZXN0VHlwZTsKKyB1Qnl0ZSBiUmVxdWVz dDsKKyB1V29yZCB3VmFsdWU7CisgdVdvcmQgd0luZGV4OworIHVXb3JkIHdMZW5n dGg7Cit9IF9fYXR0cmlidXRlX18oKF9fcGFja2VkX18pKSB1c2JfZGV2aWNlX3Jl cXVlc3RfdDsKKworCitzdHJ1Y3QgdXNiX2N0bF9yZXF1ZXN0IHsKKyBpbnQgdWNy X2FkZHI7CisgdXNiX2RldmljZV9yZXF1ZXN0X3QgdWNyX3JlcXVlc3Q7Cisgdm9p ZCAqdWNyX2RhdGE7CisgaW50IHVjcl9mbGFnczsKKworIGludCB1Y3JfYWN0bGVu OworfTsKKworCisKK3N0cnVjdCB1c2JfY3RsX3JlcXVlc3QgcmVxOwogICBpbnQg cmV0OwogCiAgIGlmICh1c2JfZGVidWcgPj0gMykKQEAgLTQ1NiwxNCArNTEzLDIz IEBACiAKICAgcmVxLnVjcl9yZXF1ZXN0LmJtUmVxdWVzdFR5cGUgPSByZXF1ZXN0 dHlwZTsKICAgcmVxLnVjcl9yZXF1ZXN0LmJSZXF1ZXN0ID0gcmVxdWVzdDsKLSAg VVNFVFcocmVxLnVjcl9yZXF1ZXN0LndWYWx1ZSwgdmFsdWUpOwotICBVU0VUVyhy ZXEudWNyX3JlcXVlc3Qud0luZGV4LCBpbmRleCk7Ci0gIFVTRVRXKHJlcS51Y3Jf cmVxdWVzdC53TGVuZ3RoLCBzaXplKTsKKy8vICBVU0VUVyhyZXEudWNyX3JlcXVl c3Qud1ZhbHVlLCB2YWx1ZSk7CisvLyAgVVNFVFcocmVxLnVjcl9yZXF1ZXN0LndJ bmRleCwgaW5kZXgpOworLy8gIFVTRVRXKHJlcS51Y3JfcmVxdWVzdC53TGVuZ3Ro LCBzaXplKTsKKworICAgICgocmVxLnVjcl9yZXF1ZXN0LndWYWx1ZSlbMF0gPSAo dV9pbnQ4X3QpKHZhbHVlKSwgKHJlcS51Y3JfcmVxdWVzdC53VmFsdWUpWzFdID0g KHVfaW50OF90KSgodmFsdWUpID4+IDgpKTsKKyAgKChyZXEudWNyX3JlcXVlc3Qu d0luZGV4KVswXSA9ICh1X2ludDhfdCkoaW5kZXgpLCAocmVxLnVjcl9yZXF1ZXN0 LndJbmRleClbMV0gPSAodV9pbnQ4X3QpKChpbmRleCkgPj4gOCkpOworICAoKHJl cS51Y3JfcmVxdWVzdC53TGVuZ3RoKVswXSA9ICh1X2ludDhfdCkoc2l6ZSksIChy ZXEudWNyX3JlcXVlc3Qud0xlbmd0aClbMV0gPSAodV9pbnQ4X3QpKChzaXplKSA+ PiA4KSk7CiAKKyAgCiAgIHJlcS51Y3JfZGF0YSA9IGJ5dGVzOwotICByZXEudWNy X2ZsYWdzID0gVVNCRF9TSE9SVF9YRkVSX09LOworLy8gIHJlcS51Y3JfZmxhZ3Mg PSBVU0JEX1NIT1JUX1hGRVJfT0s7CisgIHJlcS51Y3JfZmxhZ3MgPSAweDA0Owor CisKKy8vICByZXQgPSBpb2N0bChkZXYtPmZkLCBVU0JfU0VUX1RJTUVPVVQsICZ0 aW1lb3V0KTsKKyAgcmV0ID0gaW9jdGwoZGV2LT5mZCwgKCh1bnNpZ25lZCBsb25n KSgweDgwMDAwMDAwIHwgKChzaXplb2YoaW50KSAmIDB4MWZmZikgPDwgMTYpIHwg KCgoJ1UnKSkgPDwgOCkgfCAoKDExNCkpKSksICZ0aW1lb3V0KTsKIAotICByZXQg PSBpb2N0bChkZXYtPmZkLCBVU0JfU0VUX1RJTUVPVVQsICZ0aW1lb3V0KTsKICNp ZiAoX19OZXRCU0RfXyB8fCBfX09wZW5CU0RfXykKICAgaWYgKHJldCA8IDAgJiYg ZXJybm8gIT0gRUlOVkFMKQogI2Vsc2UKQEAgLTQ3MiwxMiArNTM4LDE2IEBACiAg ICAgVVNCX0VSUk9SX1NUUigtZXJybm8sICJlcnJvciBzZXR0aW5nIHRpbWVvdXQ6 ICVzIiwKICAgICAgICAgICAgICAgICAgIHN0cmVycm9yKGVycm5vKSk7CiAKLSAg cmV0ID0gaW9jdGwoZGV2LT5mZCwgVVNCX0RPX1JFUVVFU1QsICZyZXEpOworLy8g IHJldCA9IGlvY3RsKGRldi0+ZmQsIFVTQl9ET19SRVFVRVNULCAmcmVxKTsKKyBy ZXQgPSBpb2N0bChkZXYtPmZkLCAoKHVuc2lnbmVkIGxvbmcpKCgweDgwMDAwMDAw fDB4NDAwMDAwMDApIHwgKChzaXplb2Yoc3RydWN0IHVzYl9jdGxfcmVxdWVzdCkg JiAweDFmZmYpIDw8IDE2KSB8ICgoKCdVJykpIDw8IDgpIHwgKCgxMTEpKSkpLCAm cmVxKTsKKwogICBpZiAocmV0IDwgMCkKICAgICBVU0JfRVJST1JfU1RSKC1lcnJu bywgImVycm9yIHNlbmRpbmcgY29udHJvbCBtZXNzYWdlOiAlcyIsCiAgICAgICAg ICAgICAgICAgICBzdHJlcnJvcihlcnJubykpOwogCi0gIHJldHVybiBVR0VUVyhy ZXEudWNyX3JlcXVlc3Qud0xlbmd0aCk7CisvLyAgcmV0dXJuIFVHRVRXKHJlcS51 Y3JfcmVxdWVzdC53TGVuZ3RoKTsKKyAgcmV0dXJuICgocmVxLnVjcl9yZXF1ZXN0 LndMZW5ndGgpWzBdIHwgKChyZXEudWNyX3JlcXVlc3Qud0xlbmd0aClbMV0gPDwg OCkpOworCiB9CiAKIGludCB1c2Jfb3NfZmluZF9idXNzZXMoc3RydWN0IHVzYl9i dXMgKipidXNzZXMpCkBAIC01MjYsMjIgKzU5Niw2NiBAQAogICBzdHJ1Y3QgdXNi X2RldmljZSAqZmRldiA9IE5VTEw7CiAgIGludCBjZmQsIGRmZDsKICAgaW50IGRl dmljZTsKLQotICBjZmQgPSBvcGVuKGJ1cy0+ZGlybmFtZSwgT19SRE9OTFkpOwor IAorICBmcHJpbnRmKHN0ZGVyciwgInVzYl9vc19maW5kX2RldmljZXM6IEhlbGxv XG4iCisgICAgICAgICAgICAgICk7CisgCitjZmQgPSBvcGVuKGJ1cy0+ZGlybmFt ZSwgT19SRE9OTFkpOwogICBpZiAoY2ZkIDwgMCkKICAgICBVU0JfRVJST1JfU1RS KC1lcnJubywgImNvdWxkbid0IG9wZW4oJXMpOiAlcyIsIGJ1cy0+ZGlybmFtZSwK ICAgICAgICAgICAgICAgICAgIHN0cmVycm9yKGVycm5vKSk7CisjZGVmaW5lIFVT Ql9NQVhfREVWSUNFUyAxMjggICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIAorCiAKICAgZm9yIChkZXZpY2UgPSAxOyBk ZXZpY2UgPCBVU0JfTUFYX0RFVklDRVM7IGRldmljZSsrKSB7CisKK3R5cGVkZWYg c3RydWN0IHsgdV9pbnQzMl90IGNvb2tpZTsgfSB1c2JfZXZlbnRfY29va2llX3Q7 CisKK3N0cnVjdCB1c2JfZGV2aWNlX2luZm8geworIHVfaW50OF90IHVkaV9idXM7 CisgdV9pbnQ4X3QgdWRpX2FkZHI7CisgdXNiX2V2ZW50X2Nvb2tpZV90IHVkaV9j b29raWU7CisgY2hhciB1ZGlfcHJvZHVjdFsxMjhdOworIGNoYXIgdWRpX3ZlbmRv clsxMjhdOworIGNoYXIgdWRpX3JlbGVhc2VbOF07CisgdV9pbnQxNl90IHVkaV9w cm9kdWN0Tm87CisgdV9pbnQxNl90IHVkaV92ZW5kb3JObzsKKyB1X2ludDE2X3Qg dWRpX3JlbGVhc2VObzsKKyB1X2ludDhfdCB1ZGlfY2xhc3M7CisgdV9pbnQ4X3Qg dWRpX3N1YmNsYXNzOworIHVfaW50OF90IHVkaV9wcm90b2NvbDsKKyB1X2ludDhf dCB1ZGlfY29uZmlnOworIHVfaW50OF90IHVkaV9zcGVlZDsKKworCisKKyBpbnQg dWRpX3Bvd2VyOworIGludCB1ZGlfbnBvcnRzOworIGNoYXIgdWRpX2Rldm5hbWVz WzRdWzE2XTsKKyB1X2ludDhfdCB1ZGlfcG9ydHNbMTZdOworCisKKworCit9Owor CisKICAgICBzdHJ1Y3QgdXNiX2RldmljZV9pbmZvIGRpOwogICAgIHN0cnVjdCB1 c2JfZGV2aWNlICpkZXY7Ci0gICAgdW5zaWduZWQgY2hhciBkZXZpY2VfZGVzY1tE RVZJQ0VfREVTQ19MRU5HVEhdOworICAgIHVuc2lnbmVkIGNoYXIgZGV2aWNlX2Rl c2NbMThdOworCisvLyAgdW5zaWduZWQgY2hhciBkZXZpY2VfZGVzY1tERVZJQ0Vf REVTQ19MRU5HVEhdOwogICAgIGNoYXIgYnVmWzIwXTsKIAogICAgIGRpLnVkaV9h ZGRyID0gZGV2aWNlOwotICAgIGlmIChpb2N0bChjZmQsIFVTQl9ERVZJQ0VJTkZP LCAmZGkpIDwgMCkKKy8vICAgIGlmIChpb2N0bChjZmQsIFVTQl9ERVZJQ0VJTkZP LCAmZGkpIDwgMCkKKyAgaWYgKGlvY3RsKGNmZCwgKCh1bnNpZ25lZCBsb25nKSgo MHg4MDAwMDAwMHwweDQwMDAwMDAwKSB8ICgoc2l6ZW9mKHN0cnVjdCB1c2JfZGV2 aWNlX2luZm8pICYgMHgxZmZmKSA8PCAxNikgfCAoKCgnVScpKSA8PCA4KSB8ICgo NCkpKSksICZkaSkgPCAwKQogICAgICAgY29udGludWU7CiAKKyAgIGZwcmludGYo c3RkZXJyLCAidXNiX29zX2ZpbmRfZGV2aWNlczogY2ZkOiAlZFxuIiwKKyAgICAg ICAgICAgICAgY2ZkKTsKKworCiAgICAgLyogVGhlcmUncyBhIGRldmljZTsgaXMg aXQgb25lIHdlIHNob3VsZCBtZXNzIHdpdGg/ICovCiAKICAgICBpZiAoc3RybmNt cChkaS51ZGlfZGV2bmFtZXNbMF0sICJ1Z2VuIiwgNCkgIT0gMCkKQEAgLTU4MCw4 ICs2OTQsMzQgQEAKIAogICAgIHN0cm5jcHkoZGV2LT5maWxlbmFtZSwgYnVmLCBz aXplb2YoZGV2LT5maWxlbmFtZSkgLSAxKTsKICAgICBkZXYtPmZpbGVuYW1lW3Np emVvZihkZXYtPmZpbGVuYW1lKSAtIDFdID0gMDsKK3R5cGVkZWYgdV9pbnQ4X3Qg dUJ5dGU7Cit0eXBlZGVmIHVfaW50OF90IHVXb3JkWzJdOwordHlwZWRlZiB1X2lu dDhfdCB1RFdvcmRbNF07CisKKwordHlwZWRlZiBzdHJ1Y3QgeworIHVCeXRlIGJM ZW5ndGg7CisgdUJ5dGUgYkRlc2NyaXB0b3JUeXBlOworIHVXb3JkIGJjZFVTQjsK KworCisgdUJ5dGUgYkRldmljZUNsYXNzOworIHVCeXRlIGJEZXZpY2VTdWJDbGFz czsKKyB1Qnl0ZSBiRGV2aWNlUHJvdG9jb2w7CisgdUJ5dGUgYk1heFBhY2tldFNp emU7CisKKyB1V29yZCBpZFZlbmRvcjsKKyB1V29yZCBpZFByb2R1Y3Q7CisgdVdv cmQgYmNkRGV2aWNlOworIHVCeXRlIGlNYW51ZmFjdHVyZXI7CisgdUJ5dGUgaVBy b2R1Y3Q7CisgdUJ5dGUgaVNlcmlhbE51bWJlcjsKKyB1Qnl0ZSBiTnVtQ29uZmln dXJhdGlvbnM7Cit9IF9fYXR0cmlidXRlX18oKF9fcGFja2VkX18pKSB1c2JfZGV2 aWNlX2Rlc2NyaXB0b3JfdDsKKworLy8gIGlmIChpb2N0bChkZmQsIFVTQl9HRVRf REVWSUNFX0RFU0MsIGRldmljZV9kZXNjKSA8IDApCisgIGlmIChpb2N0bChkZmQs ICgodW5zaWduZWQgbG9uZykoMHg0MDAwMDAwMCB8ICgoc2l6ZW9mKHVzYl9kZXZp Y2VfZGVzY3JpcHRvcl90KSAmIDB4MWZmZikgPDwgMTYpIHwgKCgoJ1UnKSkgPDwg OCkgfCAoKDEwNSkpKSksIGRldmljZV9kZXNjKSA8IDApCiAKLSAgICBpZiAoaW9j dGwoZGZkLCBVU0JfR0VUX0RFVklDRV9ERVNDLCBkZXZpY2VfZGVzYykgPCAwKQog ICAgICAgVVNCX0VSUk9SX1NUUigtZXJybm8sICJjb3VsZG4ndCBnZXQgZGV2aWNl IGRlc2NyaXB0b3IgZm9yICVzOiAlcyIsCiAgICAgICAgICAgICAgICAgICAgIGJ1 Ziwgc3RyZXJyb3IoZXJybm8pKTsKIAo= ------------ZoZrQcnBhUYjefun5hIqpJ-- From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 27 11:07:10 2008 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 F0B26106567A for ; Mon, 27 Oct 2008 11:07:10 +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 DD8838FC34 for ; Mon, 27 Oct 2008 11:07:10 +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 m9RB7A9a001912 for ; Mon, 27 Oct 2008 11:07:10 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9RB7A4N001908 for freebsd-emulation@FreeBSD.org; Mon, 27 Oct 2008 11:07:10 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 27 Oct 2008 11:07:10 GMT Message-Id: <200810271107.m9RB7A4N001908@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2008 11:07:11 -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 -------------------------------------------------------------------------------- f ports/127018 emulation Linuxulator incapable of using FreeBSD's LDAP environm o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o ports/121800 emulation x11-toolkits/linux-openmotif - OpenMotif upgrade to 2. o kern/97326 emulation [linux] file descriptor leakage in linux emulation o ports/91318 emulation [fix] graphics/linux_dri: works on amd64 too o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 13 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 27 11:46:01 2008 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 B95981065673 for ; Mon, 27 Oct 2008 11:46:01 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 5EE228FC30 for ; Mon, 27 Oct 2008 11:46:00 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1156E9CB493; Mon, 27 Oct 2008 12:45:03 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yGCZKCrldRp4; Mon, 27 Oct 2008 12:44:51 +0100 (CET) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 6359B9CB5DF; Mon, 27 Oct 2008 12:44:51 +0100 (CET) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id m9RBipbZ012764; Mon, 27 Oct 2008 12:44:51 +0100 (CET) (envelope-from rdivacky) Date: Mon, 27 Oct 2008 12:44:51 +0100 From: Roman Divacky To: Martin Laabs Message-ID: <20081027114451.GA12158@freebsd.org> References: <20081026105252.GA45809@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: "freebsd-emulation@freebsd.org" Subject: Re: linux-libusb done X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2008 11:46:01 -0000 On Mon, Oct 27, 2008 at 10:27:17AM +0100, Martin Laabs wrote: > Hi, > > On Sun, 26 Oct 2008 11:52:52 +0100, Roman Divacky wrote: > > > please show us the linuxulator patch and I'll see what I can do about it... > > I've append the patch for the linux.ko module as well as the patch for the > bsd.c in libusb-0.12. >diff -Naur linux/linux_ioctl.c linux.usb/linux_ioctl.c >--- linux/linux_ioctl.c 2007-11-15 11:38:06.000000000 +0100 >+++ linux.usb/linux_ioctl.c 2008-10-26 11:49:59.000000000 +0100 >@@ -88,6 +88,8 @@ > static linux_ioctl_function_t linux_ioctl_drm; > static linux_ioctl_function_t linux_ioctl_sg; > static linux_ioctl_function_t linux_ioctl_special; >+//for hacked libusb >+static linux_ioctl_function_t linux_ioctl_usb; Don't use // comments, I wont repeat that for every occurance of this.. also you dont seem to be using proper indentation > static struct linux_ioctl_handler cdrom_handler = > { linux_ioctl_cdrom, LINUX_IOCTL_CDROM_MIN, LINUX_IOCTL_CDROM_MAX }; >@@ -111,6 +113,9 @@ > { linux_ioctl_drm, LINUX_IOCTL_DRM_MIN, LINUX_IOCTL_DRM_MAX }; > static struct linux_ioctl_handler sg_handler = > { linux_ioctl_sg, LINUX_IOCTL_SG_MIN, LINUX_IOCTL_SG_MAX }; >+//USB libusb compatibility mode ... >+static struct linux_ioctl_handler usb_handler = >+{ linux_ioctl_usb, LINUX_IOCTL_USB_MIN, LINUX_IOCTL_USB_MAX }; > > DATA_SET(linux_ioctl_handler_set, cdrom_handler); > DATA_SET(linux_ioctl_handler_set, vfat_handler); >@@ -123,6 +128,7 @@ > DATA_SET(linux_ioctl_handler_set, private_handler); > DATA_SET(linux_ioctl_handler_set, drm_handler); > DATA_SET(linux_ioctl_handler_set, sg_handler); >+DATA_SET(linux_ioctl_handler_set, usb_handler); > > struct handler_element > { >@@ -2542,6 +2548,60 @@ > return ioctl(td, (struct ioctl_args *)args); > } > >+static int >+linux_ioctl_usb(struct thread *td, struct linux_ioctl_args *args) >+{ >+ struct file *fp; >+ int error; >+ >+ if ((error = fget(td, args->fd, &fp)) != 0) >+ return (error); >+ >+#ifdef DEBUG >+ printf("%s(): USB-ioctl %d\n", __func__, >+ args->cmd & 0xffff); >+#endif >+ >+ switch (args->cmd & 0xffff) { >+ case LINUXBSD_IOCTL_USB_DEVICEINFO: >+ error = ioctl(td, (struct ioctl_args *)args); >+ break; >+ case LINUXBSD_IOCTL_SET_CONFIG: >+ error = ioctl(td, (struct ioctl_args *)args); >+ break; >+ case LINUXBSD_IOCTL_SET_ALTINTERFACE: >+ error = ioctl(td, (struct ioctl_args *)args); >+ break; >+ case LINUXBSD_IOCTL_SET_TIMEOUT: >+ error = ioctl(td, (struct ioctl_args *)args); >+ break; >+ case LINUXBSD_IOCTL_SET_SHORT_XFER: >+ error = ioctl(td, (struct ioctl_args *)args); >+ break; >+ case LINUXBSD_IOCTL_DO_REQUEST: >+ error = ioctl(td, (struct ioctl_args *)args); >+ break; >+ case LINUXBSD_IOCTL_GET_DEVICE_DESC: >+ error = ioctl(td, (struct ioctl_args *)args); >+ break; Please collapse this into a fallthrough statement, ie. case X: case Y: .... break; >+ default: >+ /* XXX */ >+ linux_msg(td, >+ "usb ioctl fd=%d, cmd=0x%x ('%c',%d) is not implemented", >+ args->fd, (int)(args->cmd & 0xffff), >+ (int)(args->cmd & 0xff00) >> 8, >+ (int)(args->cmd & 0xff)); >+ error=ENOIOCTL; >+ break; >+ } >+ fdrop(fp, td); >+#ifdef DEBUG >+printf("%s(): USB returning %d\n", __func__, error); >+#endif >+ return (error); >+} >+ > static int > linux_ioctl_sg(struct thread *td, struct linux_ioctl_args *args) > { >diff -Naur linux/linux_ioctl.h linux.usb/linux_ioctl.h >--- linux/linux_ioctl.h 2007-11-15 11:38:06.000000000 +0100 >+++ linux.usb/linux_ioctl.h 2008-10-25 14:16:13.000000000 +0200 >@@ -171,6 +171,15 @@ > #define LINUX_IOCTL_VFAT_MIN LINUX_VFAT_READDIR_BOTH > #define LINUX_IOCTL_VFAT_MAX LINUX_VFAT_READDIR_BOTH > >+ >+/* >+ * USB libusb compatibility mode ... >+ */ >+ >+#define LINUX_IOCTL_USB_MIN 0x5503 >+#define LINUX_IOCTL_USB_MAX 0x5573 >+ >+ > /* > * console > */ >@@ -567,6 +576,14 @@ > #define LINUX_IOCTL_DRM_MIN 0x6400 > #define LINUX_IOCTL_DRM_MAX 0x64ff > >+#define LINUXBSD_IOCTL_USB_DEVICEINFO 0x5504 >+#define LINUXBSD_IOCTL_SET_CONFIG 0x5565 >+#define LINUXBSD_IOCTL_SET_ALTINTERFACE 0x5567 >+#define LINUXBSD_IOCTL_SET_TIMEOUT 0x5572 >+#define LINUXBSD_IOCTL_SET_SHORT_XFER 0x5571 >+#define LINUXBSD_IOCTL_DO_REQUEST 0x556f >+#define LINUXBSD_IOCTL_GET_DEVICE_DESC 0x5569 >+ > /* > * This doesn't really belong here, but I can't think of a better > * place to put it. please fix those trivial bugs and submit once more. I believe it's commit ready by then (it's quite trivial :) ) thnx for the great work! roman From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 27 12:10:04 2008 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 0F6381065684 for ; Mon, 27 Oct 2008 12:10:04 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id B11028FC25 for ; Mon, 27 Oct 2008 12:10:03 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (pD9E2C70D.dip.t-dialin.net [217.226.199.13]) by redbull.bpaserver.net (Postfix) with ESMTP id A35762E35C; Mon, 27 Oct 2008 13:09:43 +0100 (CET) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 5FCF135A87; Mon, 27 Oct 2008 13:09:40 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m9RC9e13075276; Mon, 27 Oct 2008 13:09:40 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Mon, 27 Oct 2008 13:09:39 +0100 Message-ID: <20081027130939.22366y2j8jw0etss@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Mon, 27 Oct 2008 13:09:39 +0100 From: Alexander Leidinger To: Martin Laabs References: <20081026105252.GA45809@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.3) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: A35762E35C.A3239 X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: spam, ORDB-RBL, SBL+XBL, SpamAssassin (not cached, score=-12.904, required 6, BAYES_00 -15.00, J_CHICKENPOX_52 0.60, MIME_QP_LONG_LINE 1.40, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: Yes X-Mailman-Approved-At: Mon, 27 Oct 2008 12:19:14 +0000 Cc: "freebsd-emulation@freebsd.org" Subject: Re: linux-libusb done X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2008 12:10:04 -0000 Quoting Martin Laabs (from Mon, =20 27 Oct 2008 10:27:17 +0100): > Hi, > > On Sun, 26 Oct 2008 11:52:52 +0100, Roman Divacky =20 > wrote: > >> please show us the linuxulator patch and I'll see what I can do about it.= .. > > I've append the patch for the linux.ko module as well as the patch for the > bsd.c in libusb-0.12. I don't comment on the content, Roman already did. I concentrate on =20 the "pureness" of the linuxulator. What you do here is mixing FreeBSD ioctls with linux ones. While I =20 welcome this for sure, I suggest to not enable it by default. I =20 suggest to have a sysctl compat.linux.bsd_ioctl_passthrough or =20 something like this, which enables this upon request. Currently it =20 seems the ioctls are distinct, but in case there will be some ioctls =20 which are the same number but have a different semantic/syntax, the =20 sysctl-approach make this a little bit more easy to handle (it means =20 that the feature is optional and needs to be enable by intend, and if =20 there's a clash in the future, we have some safety net). Bye, Alexander. --=20 By trying we can easily learn to endure adversity. Another man's, I mean. =09=09-- Mark Twain http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 27 19:49:42 2008 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 10DBB106566C; Mon, 27 Oct 2008 19:49:42 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: from smtp1.cleverlance.com (smtp1.cleverlance.com [82.119.241.52]) by mx1.freebsd.org (Postfix) with ESMTP id 946198FC28; Mon, 27 Oct 2008 19:49:41 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: from excas.clance.local (192.168.1.252) by smtp1.cleverlance.com (10.10.0.106) with Microsoft SMTP Server (TLS) id 8.1.278.0; Mon, 27 Oct 2008 20:38:54 +0100 Received: from [192.168.11.3] (90.178.41.200) by excas.clance.local (192.168.1.252) with Microsoft SMTP Server (TLS) id 8.1.278.0; Mon, 27 Oct 2008 20:38:53 +0100 Message-ID: <490618CA.3010707@users.sf.net> Date: Mon, 27 Oct 2008 20:38:50 +0100 From: martinko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.17) Gecko/20081009 SeaMonkey/1.1.12 MIME-Version: 1.0 To: Julian Elischer References: <880886.92445.qm@web32705.mail.mud.yahoo.com> <48CAAAC5.2050707@elischer.org> In-Reply-To: <48CAAAC5.2050707@elischer.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: Klaus Espenlaub , pfgshield-freebsd@yahoo.com, freebsd-emulation@FreeBSD.org, freebsd-virtualization@FreeBSD.org Subject: Re: VirtualBox looks for FreeBSD developer X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2008 19:49:42 -0000 Julian Elischer wrote: > Pedro Giffuni wrote: >> Hi Klaus; >> >> Thank you for your posting on -ports: >> >> http://docs.freebsd.org/cgi/mid.cgi?48C8F051.7060107 >> >> I think either -emulation or -virtualization might be better >> targets for such discussion though (indeed we did discuss it >> briefly in the virtualization list). >> >> Some of us are very interested in having VirtualBox on FreeBSD, and >> I understand the FreeBSD Foundation would consider sponsoring such >> effort if someone with the know-how makes the proposal. > > Klause, > > freebsd-virtualization@freebsd.org (this mail is there) is the place you > want but it is a new list and not everyone on > freebsd-emulation@freebsd.org will be on it (yet). > Hi, Unfortunately freebsd-virtualization@ is not on gmane.org which is used by quite many to access mailing lists. M. > Freebsd ports is for ported software, but virtualbox doesn't > really come into that category yet.. > From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 28 07:19:16 2008 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 18F671065675 for ; Tue, 28 Oct 2008 07:19:16 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id C67018FC22 for ; Tue, 28 Oct 2008 07:19:15 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id B6F1741C74D; Tue, 28 Oct 2008 08:00:08 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id xLIut+duSQXn; Tue, 28 Oct 2008 08:00:06 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 18E0941C758; Tue, 28 Oct 2008 08:00:06 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 0E47444487F; Tue, 28 Oct 2008 07:00:00 +0000 (UTC) Date: Tue, 28 Oct 2008 06:59:59 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: FreeBSD virtualization mailing list In-Reply-To: <490618CA.3010707@users.sf.net> Message-ID: <20081028065811.V2978@maildrop.int.zabbadoz.net> References: <880886.92445.qm@web32705.mail.mud.yahoo.com> <48CAAAC5.2050707@elischer.org> <490618CA.3010707@users.sf.net> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox looks for FreeBSD developer 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, 28 Oct 2008 07:19:16 -0000 On Mon, 27 Oct 2008, martinko wrote: > Unfortunately freebsd-virtualization@ is not on gmane.org which is used by > quite many to access mailing lists. FreeBSD.org has two public mailing list archives, one is even spidered by most search engines. Sorry if we do not really care about gmane, at least I do not. You may need to talk to the gmane folks so that they add the list, not to us;-) /bz -- Bjoern A. Zeeb Stop bit received. Insert coin for new game. From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 28 18:21:43 2008 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 364DB1065681 for ; Tue, 28 Oct 2008 18:21:43 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 7EC0F8FC16 for ; Tue, 28 Oct 2008 18:21:42 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 03E4A191AB2; Tue, 28 Oct 2008 19:21:39 +0100 (CET) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m9SIHW1T030766; Tue, 28 Oct 2008 19:17:32 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m9SIHVXu030765; Tue, 28 Oct 2008 19:17:31 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Tue, 28 Oct 2008 19:17:31 +0100 To: Mikhail Teterin Message-ID: <20081028181731.GA30591@saturn.kn-bremen.de> Mail-Followup-To: Mikhail Teterin , questions@FreeBSD.org, freebsd-emulation@FreeBSD.org References: <200810280859.24048@aldan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200810280859.24048@aldan> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-emulation@FreeBSD.org, questions@FreeBSD.org Subject: flash9 checklist (was: flash-9, 10 on FreeBSD) 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, 28 Oct 2008 18:21:43 -0000 On Tue, Oct 28, 2008 at 08:59:23AM -0400, Mikhail Teterin wrote: > Hello! > > I'm having serious problems with Adobe's Flash 9 and 10 on my FreeBSD-7/amd64 > system. > > If I try to use it directly with linux-firefox, the entire browser crashes > quickly. If I try www/nspluginwrapper with a native browser, the > wrapper-launched npviewer.bin seg-faults instead. Either way, the plugin does > not work... > > It appears, there was some activity recently in trying to fix these problems > (is it all in linprocfs/?) What is the current status? Thanks, > > -mi Preliminary checklist for getting flash9 to work in native firefox: (flash10 needs more ports work, I shall post about that seperately on -emulation...) If you have additions to this please post a followup to this thread, keeping the Cc: (I'm not on -questions...) 1. You need RELENG_7 from at least Mon Oct 20 11:15:57 2008 UTC (the relevant MFC commits are: http://svn.freebsd.org/viewvc/base?view=revision&revision=183819 http://svn.freebsd.org/viewvc/base?view=revision&revision=184075 - a recent HEAD should also work of course.) There are linprocfs patches for RELENG_6 too (merging the former commit), but the latter commit can't be merged to 6 (and 7.0) since they lack the cpuset bits, so flash9 probably won't work on SMP there. (Although if you have SMP you probably should be running 7 anyway. :) Oh and if you do have SMP you also need to use the ULE scheduler, the cpuset syscalls are not supported with 4BSD. linprocfs patches for 6: http://people.freebsd.org/~nox/linprocfs-6.3.patch http://people.freebsd.org/~nox/linprocfs-6.4.patch 2. Your portstree needs to be from at least Sun Oct 19 17:37:28 2008 UTC (the last www/linux-flashplugin9 commit is: http://lists.freebsd.org/pipermail/cvs-ports/2008-October/158404.html ) 3. Make sure linprocfs is mounted to /compat/linux/proc . 4. Make sure www/nspluginwrapper, www/linux-flashplugin9 and dependencies are installed and up to date(!). (the default emulators/linux_base-fc4 should work, if you want to use a later one don't forget to set compat.linux.osrelease=2.6.16 in sysctl.conf and OVERRIDE_LINUX_BASE_PORT to whichever version you use in make.conf. Note however that on 6, only the default compat.linux.osrelease=2.4.2 really works.) 5. If the plugin doesnt show up in firefox' about:plugins, run nspluginwrapper -i /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so and restart firefox. 6. And remember there's a security advisory for the current version of flash9, http://www.FreeBSD.org/ports/portaudit/78f456fd-9c87-11dd-a55e-00163e000016.html (if you use portaudit you need to `make -DDISABLE_VULNERABILITIES ...' to be able to install the port), and fc4 seems to be eol'd too, so you probably want to install something like the noscript firefox extension, https://addons.mozilla.org/en-US/firefox/addon/722 and only allow plugins (and scripts, tho thats a different problem) on sites you trust... And finally, if you still get crashes after following the above even on pages that are reported to work now (like youtube) you probably want to run `ktrace -di firefox...' and look at the output using linux_kdump (thats the devel/linux_kdump port, you want to use a package), paying specific attention to the lines above `PSIG SIGSEGV' (or whichever signal you got), maybe there are still shlibs missing that the plugin needs (NAMI ...something.so...), and if this is the case tell us about it so the appropriate dependencies can be added to the relevant ports. If you can't figure it out I guess it doesn't hurt to post the last few 100 lines of the dump up to the relevant PSIG on -emulation... You may also want to check linked shlibs like this: /compat/linux/bin/sh /compat/linux/usr/bin/ldd /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so and /compat/linux/bin/sh /compat/linux/usr/bin/ldd /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin (if you see `not found' in there you know something is wrong) - although that doesn't show libs that may be dlopen()d at runtime. Good luck, Juergen From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 28 20:57:38 2008 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 6D0BF1065674 for ; Tue, 28 Oct 2008 20:57:38 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 287578FC80 for ; Tue, 28 Oct 2008 20:57:37 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 855039CB432; Tue, 28 Oct 2008 21:56:37 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JOxixdFRdMAN; Tue, 28 Oct 2008 21:56:35 +0100 (CET) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 18ADF9CB717; Tue, 28 Oct 2008 21:56:35 +0100 (CET) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id m9SKuYDK093653; Tue, 28 Oct 2008 21:56:34 +0100 (CET) (envelope-from rdivacky) Date: Tue, 28 Oct 2008 21:56:34 +0100 From: Roman Divacky To: Mikhail Teterin , freebsd-emulation@FreeBSD.org Message-ID: <20081028205634.GA93288@freebsd.org> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081028181731.GA30591@saturn.kn-bremen.de> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: flash9 checklist (was: flash-9, 10 on FreeBSD) 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, 28 Oct 2008 20:57:38 -0000 On Tue, Oct 28, 2008 at 07:17:31PM +0100, Juergen Lock wrote: > On Tue, Oct 28, 2008 at 08:59:23AM -0400, Mikhail Teterin wrote: > > Hello! > > > > I'm having serious problems with Adobe's Flash 9 and 10 on my FreeBSD-7/amd64 > > system. > > > > If I try to use it directly with linux-firefox, the entire browser crashes > > quickly. If I try www/nspluginwrapper with a native browser, the > > wrapper-launched npviewer.bin seg-faults instead. Either way, the plugin does > > not work... > > > > It appears, there was some activity recently in trying to fix these problems > > (is it all in linprocfs/?) What is the current status? Thanks, > > > > -mi > > Preliminary checklist for getting flash9 to work in native firefox: > (flash10 needs more ports work, I shall post about that seperately on > -emulation...) If you have additions to this please post a followup to > this thread, keeping the Cc: (I'm not on -questions...) > > 1. You need RELENG_7 from at least Mon Oct 20 11:15:57 2008 UTC > (the relevant MFC commits are: > http://svn.freebsd.org/viewvc/base?view=revision&revision=183819 > http://svn.freebsd.org/viewvc/base?view=revision&revision=184075 > - a recent HEAD should also work of course.) There are linprocfs patches > for RELENG_6 too (merging the former commit), but the latter commit can't > be merged to 6 (and 7.0) since they lack the cpuset bits, so flash9 > probably won't work on SMP there. (Although if you have SMP you probably > should be running 7 anyway. :) Oh and if you do have SMP you also need to > use the ULE scheduler, the cpuset syscalls are not supported with 4BSD. > linprocfs patches for 6: > http://people.freebsd.org/~nox/linprocfs-6.3.patch > http://people.freebsd.org/~nox/linprocfs-6.4.patch > > 2. Your portstree needs to be from at least Sun Oct 19 17:37:28 2008 UTC > (the last www/linux-flashplugin9 commit is: > http://lists.freebsd.org/pipermail/cvs-ports/2008-October/158404.html > ) > > 3. Make sure linprocfs is mounted to /compat/linux/proc . the linux-firefox script should check for /proc being mounted. It's not a hard thing to do... any takers? :) From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 28 21:03:30 2008 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 723FC1065772; Tue, 28 Oct 2008 21:03:30 +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 3BF999030B; Tue, 28 Oct 2008 19:43:49 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.173.16.209] (helo=moosa) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1KuuTj-0005uy-7T; Tue, 28 Oct 2008 22:43:47 +0300 To: "Jeremy Messenger" References: From: Boris Samorodov Date: Tue, 28 Oct 2008 22:43:40 +0300 In-Reply-To: (Jeremy Messenger's message of "Tue\, 21 Oct 2008 14\:48\:41 -0500") Message-ID: <50484995@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org, edwin@freebsd.org Subject: Re: Kind of solved.. 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, 28 Oct 2008 21:03:30 -0000 On Tue, 21 Oct 2008 14:48:41 -0500 Jeremy Messenger wrote: > On Mon, 20 Oct 2008 22:31:52 -0500, Jeremy Messenger wrote: > > Hello folks, > > > > I have updated RELENG_7 recently, and switched to 2.6.26 and f8 at > > the same time. I am not sure which I am supposed to blame on. :-) > > Anyway, now my linux-opera M2 (mail) client reports time > > incorrect. So I have checked with date(1) and it does indeed report > > different. > > > > ---------------------------------- > > # /bin/date > > Mon Oct 20 22:28:35 CDT 2008 > > # /compat/linux/bin/date > > Tue Oct 21 03:28:38 UTC 2008 > > ---------------------------------- > > > > I do not remember for have to configure the date correct for Linux > > 2.4 stuff before I update RELENG_7 and switched to newer 2.6.16 > > stuff. I am wondering if I have to do that now for configure time > > or it's not normal? > I have downloaded tzdata-2008h-1.fc8.noarch.rpm and extracted it. Then > copy it in /compat/linux/etc/localtime and now it works correct. Only > a few seconds difference, but does not matter to me. Yep. Current FreeBSD /etc/localtime file has: ----- moosa% hd -n 6 /etc/localtime.current 00000000 54 5a 69 66 00 00 |TZif..| 00000006 ----- The fifth byte is "0". While Fedora expects: ----- moosa% hd -n 6 /etc/localtime.newversion 00000000 54 5a 69 66 32 00 |TZif2.| 00000006 ----- The fifth byte is "2". > ---------------------------------- > # /bin/date > Tue Oct 21 14:33:55 CDT 2008 > # /compat/linux/bin/date > Tue Oct 21 19:33:59 UTC 2008 > # cp usr/share/zoneinfo/right/America/Cancun /compat/linux/etc/localtime > # /compat/linux/bin/date > Tue Oct 21 14:33:43 CDT 2008 > ---------------------------------- > Maybe edwin's plan of update tzcode to 2008e might help with this > issue? I am hoping that his update tzcode can help linux_base-f8 to > have correct time without have to use tzdata-2008h-1.fc8.noarch.rpm. > http://lists.freebsd.org/pipermail/freebsd-arch/2008-September/008599.html > (patches included) > BTW: Add CC'ing to edwin to see if he thinks update tzcode can helps > with this issue. It definitely does: I patched my 8-amd64-current with edwin's patches, recompiled, reinstalled and copied a new zonefile to /etc/localtime: ----- moosa% LANG=C date; /compat/linux/bin/date Tue Oct 28 22:38:24 MSK 2008 Tue Oct 28 22:38:24 MSK 2008 ----- > > BTW: Please add me in CC, thanks! > > > > Cheers, > > Mezz WBR -- bsam From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 28 21:13:29 2008 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 C66371065757 for ; Tue, 28 Oct 2008 21:13:29 +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 46028906AE for ; Tue, 28 Oct 2008 19:57:28 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.173.16.209] (helo=moosa) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1Kuugw-000670-Ce; Tue, 28 Oct 2008 22:57:26 +0300 To: Per Hedeland References: <200810212116.m9LLGoAB098676@pluto.hedeland.org> From: Boris Samorodov Date: Tue, 28 Oct 2008 22:57:24 +0300 In-Reply-To: <200810212116.m9LLGoAB098676@pluto.hedeland.org> (Per Hedeland's message of "Tue\, 21 Oct 2008 23\:16\:50 +0200 \(CEST\)") Message-ID: <84404171@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: Kind of solved.. 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, 28 Oct 2008 21:13:30 -0000 On Tue, 21 Oct 2008 23:16:50 +0200 (CEST) Per Hedeland wrote: > "Jeremy Messenger" wrote: > > > >It won't work, because if you read Boris's ktrace and you will see it > >reads in /etc/localtime. > Boris' ktrace did indeed show that (though I don't know how he deduced > that the file was "rejected", rather than read three times due simply to Well, call it experience. ;-) > sloppy programming) - but he didn't mention whether he got the time > difference between native and Linux 'date' that you reported. Sorry if I wasn't clear. Yes, I got just the same results, investigated the case and wrote a follow-up. WBR -- bsam From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 28 22:37:04 2008 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 79FA31065674; Tue, 28 Oct 2008 22:37:04 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8098F8FC1B; Tue, 28 Oct 2008 22:37:03 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2) with ESMTP id m9SManQM009488; Tue, 28 Oct 2008 23:36:49 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.2/Submit) with ESMTP id m9SMamIZ009485; Tue, 28 Oct 2008 23:36:49 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 28 Oct 2008 23:36:48 +0100 (CET) From: Wojciech Puchar To: Juergen Lock In-Reply-To: <20081028181731.GA30591@saturn.kn-bremen.de> Message-ID: <20081028233603.Y9459@wojtek.tensor.gdynia.pl> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-emulation@freebsd.org, questions@freebsd.org, Mikhail Teterin Subject: Re: flash9 checklist (was: flash-9, 10 on FreeBSD) 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, 28 Oct 2008 22:37:04 -0000 macromedia still doesn't support FreeBSD, while it's mostly matter of recompiling. if so - simply don't use it From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 28 23:19:46 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1121) id 6A8151065687; Tue, 28 Oct 2008 23:19:46 +0000 (UTC) Date: Tue, 28 Oct 2008 23:19:46 +0000 To: freebsd-emulation@freebsd.org Message-ID: <20081028231946.GA72682@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i From: nox@FreeBSD.ORG (Juergen Lock) Subject: flash10, updated linux-{curl, openssl} etc ports... (resent w/o attachments) 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, 28 Oct 2008 23:19:46 -0000 Hi! The good news is I have been able to play a few youtube vids using flash10 on RELENG_7/amd64 in native ff3 using nspluginwrapper 1.1.2. The bad news is there is still quite some work to be done to get this into shape for ports... The following is a description of what I've done to get it running, maybe someone else can go from there and make proper ports before I get to it: 1. I built nspluginwrapper 1.1.2 similar to the exiting 1.0.0 version in ports, only I didnt find a suitable rpm for the i386/linux bits, so I built those on linux myself (debian sid since thats what I have, also they need to be configured with --enable-generic there to use `normal' AF_UNIX socket paths, FreeBSD doesn't have the way its otherwise doing it on linux, or the wrapper ipc wouldnt work.) I'll attach the linux bits I built myself, the go into /usr/local/lib/nspluginwrapper/i386/linux . [not in this resend, you can get them from the original mail: http://people.freebsd.org/~nox/flash10hack.mbox.txt ] 2. Next I had to chase missing libs: First, flash10 needs libcurl now, it first looks for libcurl.so.4, then when it doesn't find that it looks for libcurl.so.3 and libcurl-gnutls.so.3 - libcurl.so.3 is in ports as ftp/linux-curl, but I didn't find an fc4 rpm for libcurl-gnutls.so.3 (also it seems fc4 is eol'd now and you don't really want security holes in libs you use in your browser...), so I set compat.linux.osrelease=2.6.16 in sysctl.conf, OVERRIDE_LINUX_BASE_PORT=f7 in make.conf, installed linux_base-f7 and then unpacked the f7 curl rpm and dependencies using rpm2cpio piped to tar xfv - ... http://mirrors.kernel.org/fedora/releases/7/Fedora/i386/os/Fedora/curl-7.16.2-1.fc7.i386.rpm http://mirrors.kernel.org/fedora/releases/7/Fedora/i386/os/Fedora/libidn-0.6.8-4.i386.rpm http://mirrors.kernel.org/fedora/releases/7/Fedora/i386/os/Fedora/e2fsprogs-libs-1.39-11.i386.rpm http://mirrors.kernel.org/fedora/releases/7/Fedora/i386/os/Fedora/openssl-0.9.8b-12.fc7.i386.rpm (Actually I now see I probably should have used http://mirrors.kernel.org/fedora/updates/7/i386/curl-7.16.4-1.fc7.i386.rpm etc, sorry will have to test that later.) Anywy, since the libflashsupport.so I used from the flash9 port links to libssl.so.5 (you can check by doing /compat/linux/bin/sh /compat/linux/usr/bin/ldd /compat/linux/usr/lib/libflashsupport.so - yes sometimes also the FreeBSD ldd works for linux libs, but not always), I ended up keeping the fc4 openssl (security/linux-openssl) that was installed by the flash9 port and only unpacking libssl.so.0.9.8b libssl.so.6 libcrypto.so.0.9.8b libcrypto.so.6 from the above f7 openssl rpm into /usr/local/lib/nspluginwrapper/i386/linux instead of /compat/linux/lib - there's certainly room for improvement there... (like building both libflashsupport and the nspluginwrapper i386/linux bits on an updated f7?) Also, flash10 links a bunch of libs from linux ff, namely: libnspr4.so libnss3.so libplc4.so libplds4.so libsmime3.so libsoftokn3.so libssl3.so - I just symlinked those from /usr/local/lib/linux-firefox (obviously it needs to be installed too) into /usr/local/lib/nspluginwrapper/i386/linux . Ok and now something more general for the emulation folks: Now that fc4 seems to be eol'd, what do we do to get updated linux-{curl,openssl} etc ports from f7 (or f8?) for the folks that _can_ use them? (like, RELENG_7 and above.) Its not only that they are useful for flash10, its also because of security updates... (No I haven't actually checked if there _were_ advisories for one of these since fc4, its just not really unlikely. :) Thanx, Juergen From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 28 23:35:15 2008 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 0E5D8106568A for ; Tue, 28 Oct 2008 23:35:15 +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 B38918FC1E for ; Tue, 28 Oct 2008 23:35:14 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.173.16.209] (helo=moosa) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1Kuy5g-000BQG-HT; Wed, 29 Oct 2008 02:35:12 +0300 To: nox@FreeBSD.ORG (Juergen Lock) References: <20081028231946.GA72682@hub.freebsd.org> From: Boris Samorodov Date: Wed, 29 Oct 2008 02:35:11 +0300 In-Reply-To: <20081028231946.GA72682@hub.freebsd.org> (Juergen Lock's message of "Tue\, 28 Oct 2008 23\:19\:46 +0000") Message-ID: <02325568@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: flash10, updated linux-{curl, openssl} etc ports... (resent w/o attachments) 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, 28 Oct 2008 23:35:15 -0000 On Tue, 28 Oct 2008 23:19:46 +0000 Juergen Lock wrote: [...] > linux_base-f7 and then unpacked the f7 curl rpm and dependencies using > rpm2cpio piped to tar xfv - ... I'm not sure if it's any difference but usually we use a pipe to "cpio -id". > Ok and now something more general for the emulation folks: Now that > fc4 seems to be eol'd, what do we do to get updated linux-{curl,openssl} > etc ports from f7 (or f8?) for the folks that _can_ use them? (like, > RELENG_7 and above.) Its not only that they are useful for flash10, > its also because of security updates... (No I haven't actually checked if > there _were_ advisories for one of these since fc4, its just not really > unlikely. :) I have a bunch of new linux-f8 ports which should be introduced after the ports tree slush is over. WBR -- bsam From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 14:29:54 2008 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 D7BEA106567A for ; Wed, 29 Oct 2008 14:29:54 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from QMTA04.westchester.pa.mail.comcast.net (qmta04.westchester.pa.mail.comcast.net [76.96.62.40]) by mx1.freebsd.org (Postfix) with ESMTP id 85BB28FC08 for ; Wed, 29 Oct 2008 14:29:54 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from OMTA06.westchester.pa.mail.comcast.net ([76.96.62.51]) by QMTA04.westchester.pa.mail.comcast.net with comcast id YZpf1a00916LCl054eDuGd; Wed, 29 Oct 2008 14:13:54 +0000 Received: from [192.168.2.164] ([206.210.89.202]) by OMTA06.westchester.pa.mail.comcast.net with comcast id YeDf1a00D4Mx3R23SeDjMo; Wed, 29 Oct 2008 14:13:52 +0000 X-Authority-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=pQs5aej7AAAA:8 a=MiUiSR_eWE5scMVP6bsA:9 a=kEE60Z-Hcf5gTnl_ZwUA:7 a=GwMtUbjiLX6p7QeAlj_gK3-Em1wA:4 a=3I_whO4B8K8A:10 Message-ID: <49086F1A.2090500@comcast.net> Date: Wed, 29 Oct 2008 10:11:38 -0400 From: Steve Polyack User-Agent: Thunderbird 2.0.0.17 (X11/20081006) MIME-Version: 1.0 To: Mikhail Teterin , questions@FreeBSD.org, freebsd-emulation@FreeBSD.org References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> In-Reply-To: <20081028181731.GA30591@saturn.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 14:29:54 -0000 Juergen Lock wrote: > > Preliminary checklist for getting flash9 to work in native firefox: > (flash10 needs more ports work, I shall post about that seperately on > -emulation...) If you have additions to this please post a followup to > this thread, keeping the Cc: (I'm not on -questions...) > > 1. You need RELENG_7 from at least Mon Oct 20 11:15:57 2008 UTC > (the relevant MFC commits are: > http://svn.freebsd.org/viewvc/base?view=revision&revision=183819 > http://svn.freebsd.org/viewvc/base?view=revision&revision=184075 > - a recent HEAD should also work of course.) There are linprocfs patches > for RELENG_6 too (merging the former commit), but the latter commit can't > be merged to 6 (and 7.0) since they lack the cpuset bits, so flash9 > probably won't work on SMP there. (Although if you have SMP you probably > should be running 7 anyway. :) Oh and if you do have SMP you also need to > use the ULE scheduler, the cpuset syscalls are not supported with 4BSD. > linprocfs patches for 6: > http://people.freebsd.org/~nox/linprocfs-6.3.patch > http://people.freebsd.org/~nox/linprocfs-6.4.patch > > 2. Your portstree needs to be from at least Sun Oct 19 17:37:28 2008 UTC > (the last www/linux-flashplugin9 commit is: > http://lists.freebsd.org/pipermail/cvs-ports/2008-October/158404.html > ) > > 3. Make sure linprocfs is mounted to /compat/linux/proc . > > 4. Make sure www/nspluginwrapper, www/linux-flashplugin9 and dependencies > are installed and up to date(!). (the default emulators/linux_base-fc4 > should work, if you want to use a later one don't forget to set > compat.linux.osrelease=2.6.16 in sysctl.conf and OVERRIDE_LINUX_BASE_PORT > to whichever version you use in make.conf. Note however that on 6, only > the default compat.linux.osrelease=2.4.2 really works.) > > 5. If the plugin doesnt show up in firefox' about:plugins, run > nspluginwrapper -i /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so > and restart firefox. > > 6. And remember there's a security advisory for the current version of > flash9, > http://www.FreeBSD.org/ports/portaudit/78f456fd-9c87-11dd-a55e-00163e000016.html > (if you use portaudit you need to `make -DDISABLE_VULNERABILITIES ...' > to be able to install the port), and fc4 seems to be eol'd too, so you > probably want to install something like the noscript firefox extension, > https://addons.mozilla.org/en-US/firefox/addon/722 > and only allow plugins (and scripts, tho thats a different problem) on > sites you trust... > > And finally, if you still get crashes after following the above even > on pages that are reported to work now (like youtube) you probably want > to run `ktrace -di firefox...' and look at the output using linux_kdump > (thats the devel/linux_kdump port, you want to use a package), paying > specific attention to the lines above `PSIG SIGSEGV' (or whichever > signal you got), maybe there are still shlibs missing that the plugin > needs (NAMI ...something.so...), and if this is the case tell us about > it so the appropriate dependencies can be added to the relevant ports. > If you can't figure it out I guess it doesn't hurt to post the last > few 100 lines of the dump up to the relevant PSIG on -emulation... > > You may also want to check linked shlibs like this: > /compat/linux/bin/sh /compat/linux/usr/bin/ldd /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so > and > /compat/linux/bin/sh /compat/linux/usr/bin/ldd /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin > (if you see `not found' in there you know something is wrong) - although > that doesn't show libs that may be dlopen()d at runtime. > > Thanks for this. I was able to get linux-flashplugin9 working in native Firefox 3.0.3 on FreeBSD 7-STABLE i386. The only additional thing I had to do was copy /usr/X11R6/lib/browser_plugins/npwrapper.libflashplayer.so into ~/.mozilla/plugins/ for Firefox to recognize the plugin. After that Youtube, google video, and google maps (incl. street view) work fine, but slow. A friend of mine with a very similar setup was not so lucky and still has problems with flash9 locking up FF. From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 15:16:20 2008 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 17A651065675 for ; Wed, 29 Oct 2008 15:16:20 +0000 (UTC) (envelope-from vova@sw.ru) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 87B548FC17 for ; Wed, 29 Oct 2008 15:16:19 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id m9TFFtu6026359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Oct 2008 18:15:57 +0300 (MSK) Received: from vova by vbook.fbsd.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KvCm3-0005V9-I5; Wed, 29 Oct 2008 18:15:55 +0300 From: Vladimir Grebenschikov To: Steve Polyack In-Reply-To: <49086F1A.2090500@comcast.net> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 29 Oct 2008 18:15:55 +0300 Message-Id: <1225293355.1683.75.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-emulation@FreeBSD.org, questions@FreeBSD.org, Mikhail Teterin Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 15:16:20 -0000 On Wed, 2008-10-29 at 10:11 -0400, Steve Polyack wrote: > Thanks for this. I was able to get linux-flashplugin9 working in > native > Firefox 3.0.3 on FreeBSD 7-STABLE i386. The only additional thing I > had > to do was copy > /usr/X11R6/lib/browser_plugins/npwrapper.libflashplayer.so into > ~/.mozilla/plugins/ for Firefox to recognize the plugin. After that > Youtube, google video, and google maps (incl. street view) work fine, > but slow. A friend of mine with a very similar setup was not so > lucky > and still has problems with flash9 locking up FF. I've seen temporary FF lockups with flashblock FF plugin enabled. After disabling it lockups disappear. Probably it is such case ? -- Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 15:21:18 2008 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 03DA71065677; Wed, 29 Oct 2008 15:21:18 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id AC1448FC1A; Wed, 29 Oct 2008 15:21:17 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (pD9E2C706.dip.t-dialin.net [217.226.199.6]) by redbull.bpaserver.net (Postfix) with ESMTP id B21DC2E0FD; Wed, 29 Oct 2008 16:21:08 +0100 (CET) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 7D2C24321C; Wed, 29 Oct 2008 16:21:05 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.14.2/8.13.8/Submit) id m9TFL5OA024625; Wed, 29 Oct 2008 16:21:05 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from 192.168.2.100 ([192.168.2.100]) by webmail.leidinger.net (Horde Framework) with HTTP; Wed, 29 Oct 2008 16:21:05 +0100 Message-ID: <20081029162105.18469pltiqtoqmao@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Wed, 29 Oct 2008 16:21:05 +0100 From: Alexander Leidinger To: Roman Divacky References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <20081028205634.GA93288@freebsd.org> In-Reply-To: <20081028205634.GA93288@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3) / FreeBSD-8.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: B21DC2E0FD.1D114 X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, ORDB-RBL, SpamAssassin (not cached, score=-15.313, required 6, autolearn=not spam, BAYES_00 -15.00, NO_RDNS2 0.01, RDNS_DYNAMIC 0.10, SMILEY -0.50, TW_OC 0.08) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: freebsd-emulation@FreeBSD.org, Mikhail Teterin Subject: Re: flash9 checklist (was: flash-9, 10 on FreeBSD) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 15:21:18 -0000 Quoting Roman Divacky (from Tue, 28 Oct 2008 21:56:34 +0100): > On Tue, Oct 28, 2008 at 07:17:31PM +0100, Juergen Lock wrote: >> 3. Make sure linprocfs is mounted to /compat/linux/proc . > > the linux-firefox script should check for /proc being mounted. It's not > a hard thing to do... any takers? :) Is it needed for plain linux-firefox? If not, it should not check for it. I don't object to extend the script to check for linuxprocfs if some trigger file (flashplugin.so in the correct location?) exists. Bye, Alexander. -- There's a fine line between courage and foolishness. Too bad it's not a fence. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 15:24:22 2008 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 805D6106564A for ; Wed, 29 Oct 2008 15:24:22 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 3D12C8FC0C for ; Wed, 29 Oct 2008 15:24:21 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 458359CB292; Wed, 29 Oct 2008 16:23:20 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zZ81s95ZNeiv; Wed, 29 Oct 2008 16:23:14 +0100 (CET) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id B64E39CB716; Wed, 29 Oct 2008 16:23:14 +0100 (CET) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id m9TFNEDF034321; Wed, 29 Oct 2008 16:23:14 +0100 (CET) (envelope-from rdivacky) Date: Wed, 29 Oct 2008 16:23:14 +0100 From: Roman Divacky To: Alexander Leidinger Message-ID: <20081029152314.GA34205@freebsd.org> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <20081028205634.GA93288@freebsd.org> <20081029162105.18469pltiqtoqmao@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081029162105.18469pltiqtoqmao@webmail.leidinger.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@FreeBSD.org, Mikhail Teterin Subject: Re: flash9 checklist (was: flash-9, 10 on FreeBSD) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 15:24:22 -0000 On Wed, Oct 29, 2008 at 04:21:05PM +0100, Alexander Leidinger wrote: > Quoting Roman Divacky (from Tue, 28 Oct 2008 > 21:56:34 +0100): > > >On Tue, Oct 28, 2008 at 07:17:31PM +0100, Juergen Lock wrote: > > >>3. Make sure linprocfs is mounted to /compat/linux/proc . > > > >the linux-firefox script should check for /proc being mounted. It's not > >a hard thing to do... any takers? :) > > Is it needed for plain linux-firefox? If not, it should not check for > it. I don't object to extend the script to check for linuxprocfs if > some trigger file (flashplugin.so in the correct location?) exists. if I understood it correctly it reads something needed for threading to work correctly from /proc, we can expect problems in future when people dont mount linprocfs.. maybe we should put some checks into linuxulator... From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 16:11:43 2008 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 ADA38106568F for ; Wed, 29 Oct 2008 16:11:43 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 1A5E58FC16 for ; Wed, 29 Oct 2008 16:11:30 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so83415fgb.35 for ; Wed, 29 Oct 2008 09:11:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=e245NBTZVrmiUUFs3XtriBI7vrbtJaKZEKKl1T6Q4K0=; b=SnZ2mOKKuyVScP7osMnIp4ZbQ6tdTUk1/2aataQgrn8DCu0wTqxngb585mZ8aTyVg5 IZPatD+Ojhlsh8xW/pvAaCM7kEL8bCvMUzIkTlCq87a2uMkuiF/ljvAn3KV/gmK4YP+L V9h6+lSixX7TV1tJb714/jyWVJUFmEKB4eCWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=uRM2m/y7LI1ZT78neYYJtIBgGLdldMzzxaaU6kk/BoVHT3H0BMfSw1V09FNcTzBl+V EF107RGx+KX9yZCw+9KDjtFpe4PLVcCcvOyOQYEWW/cNaYaEzlkwWzkjwiWcxxURt2U7 JMOCONmHwNM93b4Q6w7lm1CP8y7lIvzXmviO0= Received: by 10.181.224.6 with SMTP id b6mr2454811bkr.187.1225294985597; Wed, 29 Oct 2008 08:43:05 -0700 (PDT) Received: by 10.180.231.15 with HTTP; Wed, 29 Oct 2008 08:43:05 -0700 (PDT) Message-ID: Date: Wed, 29 Oct 2008 15:43:05 +0000 From: "Masoom Shaikh" To: questions@freebsd.org, freebsd-emulation@freebsd.org In-Reply-To: <49086F1A.2090500@comcast.net> MIME-Version: 1.0 References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 16:11:43 -0000 will this howto work for amd64 ? On Wed, Oct 29, 2008 at 2:11 PM, Steve Polyack wrote: > Juergen Lock wrote: > >> >> Preliminary checklist for getting flash9 to work in native firefox: >> (flash10 needs more ports work, I shall post about that seperately on >> -emulation...) If you have additions to this please post a followup to >> this thread, keeping the Cc: (I'm not on -questions...) >> >> 1. You need RELENG_7 from at least Mon Oct 20 11:15:57 2008 UTC >> (the relevant MFC commits are: >> http://svn.freebsd.org/viewvc/base?view=revision&revision=183819 >> http://svn.freebsd.org/viewvc/base?view=revision&revision=184075 >> - a recent HEAD should also work of course.) There are linprocfs patches >> for RELENG_6 too (merging the former commit), but the latter commit can't >> be merged to 6 (and 7.0) since they lack the cpuset bits, so flash9 >> probably won't work on SMP there. (Although if you have SMP you probably >> should be running 7 anyway. :) Oh and if you do have SMP you also need to >> use the ULE scheduler, the cpuset syscalls are not supported with 4BSD. >> linprocfs patches for 6: >> http://people.freebsd.org/~nox/linprocfs-6.3.patch >> http://people.freebsd.org/~nox/linprocfs-6.4.patch >> >> 2. Your portstree needs to be from at least Sun Oct 19 17:37:28 2008 UTC >> (the last www/linux-flashplugin9 commit is: >> >> http://lists.freebsd.org/pipermail/cvs-ports/2008-October/158404.html >> ) >> >> 3. Make sure linprocfs is mounted to /compat/linux/proc . >> >> 4. Make sure www/nspluginwrapper, www/linux-flashplugin9 and dependencies >> are installed and up to date(!). (the default emulators/linux_base-fc4 >> should work, if you want to use a later one don't forget to set >> compat.linux.osrelease=2.6.16 in sysctl.conf and OVERRIDE_LINUX_BASE_PORT >> to whichever version you use in make.conf. Note however that on 6, only >> the default compat.linux.osrelease=2.4.2 really works.) >> >> 5. If the plugin doesnt show up in firefox' about:plugins, run >> nspluginwrapper -i >> /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so >> and restart firefox. >> >> 6. And remember there's a security advisory for the current version of >> flash9, >> >> http://www.FreeBSD.org/ports/portaudit/78f456fd-9c87-11dd-a55e-00163e000016.html >> (if you use portaudit you need to `make -DDISABLE_VULNERABILITIES ...' >> to be able to install the port), and fc4 seems to be eol'd too, so you >> probably want to install something like the noscript firefox extension, >> https://addons.mozilla.org/en-US/firefox/addon/722 >> and only allow plugins (and scripts, tho thats a different problem) on >> sites you trust... >> >> And finally, if you still get crashes after following the above even >> on pages that are reported to work now (like youtube) you probably want >> to run `ktrace -di firefox...' and look at the output using linux_kdump >> (thats the devel/linux_kdump port, you want to use a package), paying >> specific attention to the lines above `PSIG SIGSEGV' (or whichever >> signal you got), maybe there are still shlibs missing that the plugin >> needs (NAMI ...something.so...), and if this is the case tell us about >> it so the appropriate dependencies can be added to the relevant ports. >> If you can't figure it out I guess it doesn't hurt to post the last >> few 100 lines of the dump up to the relevant PSIG on -emulation... >> >> You may also want to check linked shlibs like this: >> /compat/linux/bin/sh /compat/linux/usr/bin/ldd >> /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so >> and >> /compat/linux/bin/sh /compat/linux/usr/bin/ldd >> /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin >> (if you see `not found' in there you know something is wrong) - although >> that doesn't show libs that may be dlopen()d at runtime. >> >> >> > Thanks for this. I was able to get linux-flashplugin9 working in native > Firefox 3.0.3 on FreeBSD 7-STABLE i386. The only additional thing I had to > do was copy /usr/X11R6/lib/browser_plugins/npwrapper.libflashplayer.sointo ~/.mozilla/plugins/ for Firefox to recognize the plugin. After that > Youtube, google video, and google maps (incl. street view) work fine, but > slow. A friend of mine with a very similar setup was not so lucky and still > has problems with flash9 locking up FF. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 16:17:10 2008 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 153B5106564A for ; Wed, 29 Oct 2008 16:17:10 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.freebsd.org (Postfix) with ESMTP id E84338FC16 for ; Wed, 29 Oct 2008 16:17:09 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: (qmail 24924 invoked from network); 29 Oct 2008 15:50:28 -0000 Received: from aldan.algebra.com (HELO [127.0.0.1]) (mi@[216.254.65.224]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Oct 2008 15:50:28 -0000 Message-ID: <49088643.2080504@aldan.algebra.com> Date: Wed, 29 Oct 2008 11:50:27 -0400 From: Mikhail Teterin User-Agent: Thunderbird 2.0.0.17 (X11/20080914) MIME-Version: 1.0 To: Vladimir Grebenschikov References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> <1225293355.1683.75.camel@localhost> In-Reply-To: <1225293355.1683.75.camel@localhost> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org, questions@FreeBSD.org, Steve Polyack Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 16:17:10 -0000 Sent by Vladimir Grebenschikov: > I've seen temporary FF lockups with flashblock FF plugin enabled. Same here. Sometimes it works and some times any page containing flash will hang the entire browser. Doing a `killall npviewer.bin' (I use nspluginwrapper) will unfreeze the browser like nothing happened. You'll get the page -- but without the embedded flash, of course. I have only gotten Flash-9 to (mostly) work this morning -- thanks to nox' checklist, and have not yet been able to investigate, why it hangs on occasion... -mi From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 18:00:29 2008 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 DE7D11065688; Wed, 29 Oct 2008 18:00:29 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao104.cox.net (eastrmmtao104.cox.net [68.230.240.46]) by mx1.freebsd.org (Postfix) with ESMTP id 918708FC1D; Wed, 29 Oct 2008 18:00:29 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao104.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20081029180030.UICA2096.eastrmmtao104.cox.net@eastrmimpo02.cox.net>; Wed, 29 Oct 2008 14:00:30 -0400 Received: from localhost ([68.103.35.214]) by eastrmimpo02.cox.net with bizsmtp id Yi0U1a00J4dCcn002i0Ujg; Wed, 29 Oct 2008 14:00:29 -0400 X-Authority-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=GGAm8XnlRLnxvhuj6PsA:9 a=hUXUI0bjIiu4KP5j6L8A:7 a=v3SvZM5GK8DrUmHfI66HW41IMPYA:4 a=4vB-4DCPJfMA:10 a=SV7veod9ZcQA:10 a=LY0hPdMaydYA:10 X-CM-Score: 0.00 Date: Wed, 29 Oct 2008 12:00:11 -0600 To: "Boris Samorodov" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <50484995@ipt.ru> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <50484995@ipt.ru> User-Agent: Opera Mail/9.61 (Linux) Cc: freebsd-emulation@freebsd.org, edwin@freebsd.org Subject: Re: Kind of solved.. X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 18:00:30 -0000 On Tue, 28 Oct 2008 13:43:40 -0600, Boris Samorodov wrote: > On Tue, 21 Oct 2008 14:48:41 -0500 Jeremy Messenger wrote: >> On Mon, 20 Oct 2008 22:31:52 -0500, Jeremy Messenger >> wrote: > >> > Hello folks, >> > >> > I have updated RELENG_7 recently, and switched to 2.6.26 and f8 at >> > the same time. I am not sure which I am supposed to blame on. :-) >> > Anyway, now my linux-opera M2 (mail) client reports time >> > incorrect. So I have checked with date(1) and it does indeed report >> > different. >> > >> > ---------------------------------- >> > # /bin/date >> > Mon Oct 20 22:28:35 CDT 2008 >> > # /compat/linux/bin/date >> > Tue Oct 21 03:28:38 UTC 2008 >> > ---------------------------------- >> > >> > I do not remember for have to configure the date correct for Linux >> > 2.4 stuff before I update RELENG_7 and switched to newer 2.6.16 >> > stuff. I am wondering if I have to do that now for configure time >> > or it's not normal? > >> I have downloaded tzdata-2008h-1.fc8.noarch.rpm and extracted it. Then >> copy it in /compat/linux/etc/localtime and now it works correct. Only >> a few seconds difference, but does not matter to me. > > Yep. Current FreeBSD /etc/localtime file has: > ----- > moosa% hd -n 6 /etc/localtime.current > 00000000 54 5a 69 66 00 00 |TZif..| > 00000006 > ----- > > The fifth byte is "0". While Fedora expects: > ----- > moosa% hd -n 6 /etc/localtime.newversion > 00000000 54 5a 69 66 32 00 |TZif2.| > 00000006 > ----- > > The fifth byte is "2". > >> ---------------------------------- >> # /bin/date >> Tue Oct 21 14:33:55 CDT 2008 >> # /compat/linux/bin/date >> Tue Oct 21 19:33:59 UTC 2008 >> # cp usr/share/zoneinfo/right/America/Cancun /compat/linux/etc/localtime >> # /compat/linux/bin/date >> Tue Oct 21 14:33:43 CDT 2008 >> ---------------------------------- > >> Maybe edwin's plan of update tzcode to 2008e might help with this >> issue? I am hoping that his update tzcode can help linux_base-f8 to >> have correct time without have to use tzdata-2008h-1.fc8.noarch.rpm. > >> http://lists.freebsd.org/pipermail/freebsd-arch/2008-September/008599.html >> (patches included) > >> BTW: Add CC'ing to edwin to see if he thinks update tzcode can helps >> with this issue. > > It definitely does: I patched my 8-amd64-current with edwin's patches, > recompiled, reinstalled and copied a new zonefile to /etc/localtime: > ----- > moosa% LANG=C date; /compat/linux/bin/date > Tue Oct 28 22:38:24 MSK 2008 > Tue Oct 28 22:38:24 MSK 2008 > ----- Nice, thanks for test edwin's patch. Hey edwin, when are you going to put newer tzcode in -CURRENT? I do realized about that it won't be MFC into RELENG_7 soon, but should be possible later? or never? If never, then I can live with tzdata-2008h-1.fc8.noarch.rpm until update to 8.x. Cheers, Mezz >> > BTW: Please add me in CC, thanks! >> > >> > Cheers, >> > Mezz > > WBR -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 18:05:59 2008 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 13E11106567F; Wed, 29 Oct 2008 18:05:59 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout4.freenet.de (mout4.freenet.de [IPv6:2001:748:100:40::2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 9E68F8FC19; Wed, 29 Oct 2008 18:05:58 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.11] (helo=1.mx.freenet.de) by mout4.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #65) id 1KvFQY-0008RR-KN; Wed, 29 Oct 2008 19:05:54 +0100 Received: from mae69.m.pppool.de ([89.49.174.105]:33542 helo=ernst.jennejohn.org) by 1.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #68) id 1KvFQY-0006rq-Cm; Wed, 29 Oct 2008 19:05:54 +0100 Date: Wed, 29 Oct 2008 19:05:51 +0100 From: Gary Jennejohn To: Mikhail Teterin Message-ID: <20081029190551.7f06a204@ernst.jennejohn.org> In-Reply-To: <49088643.2080504@aldan.algebra.com> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> <1225293355.1683.75.camel@localhost> <49088643.2080504@aldan.algebra.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org, questions@FreeBSD.org, Steve Polyack Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 18:05:59 -0000 On Wed, 29 Oct 2008 11:50:27 -0400 Mikhail Teterin wrote: > Sent by Vladimir Grebenschikov: > > I've seen temporary FF lockups with flashblock FF plugin enabled. > Same here. Sometimes it works and some times any page containing flash > will hang the entire browser. Doing a `killall npviewer.bin' (I use > nspluginwrapper) will unfreeze the browser like nothing happened. You'll > get the page -- but without the embedded flash, of course. > I have only gotten Flash-9 to (mostly) work this morning -- thanks to > nox' checklist, and have not yet been able to investigate, why it hangs > on occasion... > I don't have flashblock installed, but http://www.mtvmusic.com/ hangs firefox 100% of the time. Strangely enough, under Linux it works just fine and I have pretty much the same version of flash and firefox installed on both systems. --- Gary Jennejohn From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 18:37:00 2008 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 448511065678 for ; Wed, 29 Oct 2008 18:37:00 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id C16438FC1E for ; Wed, 29 Oct 2008 18:36:59 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so81972nfh.33 for ; Wed, 29 Oct 2008 11:36:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=PI46QuNxs24cdd4aSAxXnupUfp1C6pyqZGW/N1Q4E54=; b=QC7N2/bn1F4SEiy3DvSIO9JO16BL+vvTCfCU7ZYoAr89bEF3OV6vAXKklW+FEGzM1f v9eKX0udVVD9M05YZWX9SGlGjQyA0id3TJO/Wwwh8suVypI/rFp1MQ3dZ6HvFijWuRqx T1++XLASPKoeA4bRZbg2Xeo08aGCGounDYHhI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=QBg7yQx0jEhBhY44ElY843u43qYJT+KhxFxe+i7hIFQKEmTDnTKX5Gpt5VDiIJmYfk x2bbjN4AWW6yFz+WOHKkLeG0Gdzv8r1CxH7ePiCU7Di6v4U0JEkRlBPY6XP6uhskwFsx NaN7Yob8OvhDcSGeb68lr//D5fiyfab4hAa08= Received: by 10.86.92.4 with SMTP id p4mr6051243fgb.36.1225303895231; Wed, 29 Oct 2008 11:11:35 -0700 (PDT) Received: by 10.86.78.7 with HTTP; Wed, 29 Oct 2008 11:11:35 -0700 (PDT) Message-ID: <28283d910810291111g640497bfs2ea211aa0bf14586@mail.gmail.com> Date: Wed, 29 Oct 2008 14:11:35 -0400 From: "matt donovan" To: gary.jennejohn@freenet.de In-Reply-To: <20081029190551.7f06a204@ernst.jennejohn.org> MIME-Version: 1.0 References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> <1225293355.1683.75.camel@localhost> <49088643.2080504@aldan.algebra.com> <20081029190551.7f06a204@ernst.jennejohn.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Mikhail Teterin , freebsd-emulation@freebsd.org, questions@freebsd.org, Steve Polyack Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 18:37:00 -0000 On Wed, Oct 29, 2008 at 2:05 PM, Gary Jennejohn wrote: > On Wed, 29 Oct 2008 11:50:27 -0400 > Mikhail Teterin > > wrote: > > > Sent by Vladimir Grebenschikov: > > > I've seen temporary FF lockups with flashblock FF plugin enabled. > > Same here. Sometimes it works and some times any page containing flash > > will hang the entire browser. Doing a `killall npviewer.bin' (I use > > nspluginwrapper) will unfreeze the browser like nothing happened. You'll > > get the page -- but without the embedded flash, of course. > > I have only gotten Flash-9 to (mostly) work this morning -- thanks to > > nox' checklist, and have not yet been able to investigate, why it hangs > > on occasion... > > > > I don't have flashblock installed, but http://www.mtvmusic.com/ hangs > firefox 100% of the time. Strangely enough, under Linux it works just > fine and I have pretty much the same version of flash and firefox installed > on both systems. > > --- > Gary Jennejohn > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > the issue seems to be with native firefox3 if you guys use it since I have native firefox3 and linux-firefox whihc is 2.0.0.17 and the linux-firefox seems to work fine but the native firefox3 the npviewer.bin just hogs memory and cpu From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 19:02:42 2008 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 D51551065672 for ; Wed, 29 Oct 2008 19:02:42 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 87C2D8FC29 for ; Wed, 29 Oct 2008 19:02:41 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id D9C575E02C; Wed, 29 Oct 2008 22:02:39 +0300 (MSK) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from dchagin.dialup.corbina.ru ([78.107.232.239] verified) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1405703071; Wed, 29 Oct 2008 22:02:39 +0300 Received: from dchagin.dialup.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.dialup.corbina.ru (8.14.3/8.14.3) with ESMTP id m9TJ2cfd081116; Wed, 29 Oct 2008 22:02:38 +0300 (MSK) (envelope-from root@dchagin.dialup.corbina.ru) Received: (from root@localhost) by dchagin.dialup.corbina.ru (8.14.3/8.14.3/Submit) id m9TJ2WTJ081115; Wed, 29 Oct 2008 22:02:32 +0300 (MSK) (envelope-from root) Date: Wed, 29 Oct 2008 22:02:32 +0300 From: Chagin Dmitry To: Gary Jennejohn Message-ID: <20081029190232.GA81068@dchagin.dialup.corbina.ru> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> <1225293355.1683.75.camel@localhost> <49088643.2080504@aldan.algebra.com> <20081029190551.7f06a204@ernst.jennejohn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081029190551.7f06a204@ernst.jennejohn.org> User-Agent: Mutt/1.4.2.3i Cc: Mikhail Teterin , freebsd-emulation@freebsd.org, questions@freebsd.org, Steve Polyack Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 19:02:42 -0000 On Wed, Oct 29, 2008 at 07:05:51PM +0100, Gary Jennejohn wrote: > On Wed, 29 Oct 2008 11:50:27 -0400 > Mikhail Teterin wrote: > > > Sent by Vladimir Grebenschikov: > > > I've seen temporary FF lockups with flashblock FF plugin enabled. > > Same here. Sometimes it works and some times any page containing flash > > will hang the entire browser. Doing a `killall npviewer.bin' (I use > > nspluginwrapper) will unfreeze the browser like nothing happened. You'll > > get the page -- but without the embedded flash, of course. > > I have only gotten Flash-9 to (mostly) work this morning -- thanks to > > nox' checklist, and have not yet been able to investigate, why it hangs > > on occasion... > > > > I don't have flashblock installed, but http://www.mtvmusic.com/ hangs > firefox 100% of the time. Strangely enough, under Linux it works just Hi, yes, I can confirm. thnx! > fine and I have pretty much the same version of flash and firefox installed > on both systems. > -- Have fun! chd From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 19:04:32 2008 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 053AC1065670 for ; Wed, 29 Oct 2008 19:04:32 +0000 (UTC) (envelope-from maciej@suszko.eu) Received: from 27.mail-out.ovh.net (27.mail-out.ovh.net [91.121.30.210]) by mx1.freebsd.org (Postfix) with SMTP id 676628FC13 for ; Wed, 29 Oct 2008 19:04:31 +0000 (UTC) (envelope-from maciej@suszko.eu) Received: (qmail 32096 invoked by uid 503); 29 Oct 2008 19:55:11 -0000 Received: from gw2.ovh.net (HELO mail38.ha.ovh.net) (213.251.189.202) by 27.mail-out.ovh.net with SMTP; 29 Oct 2008 19:55:11 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 29 Oct 2008 18:52:10 -0000 Received: from unknown (HELO localhost) (maciej@suszko.eu@62.61.57.118) by ns0.ovh.net with SMTP; 29 Oct 2008 18:52:07 -0000 Date: Wed, 29 Oct 2008 19:52:13 +0100 From: Maciej Suszko To: gary.jennejohn@freenet.de Message-ID: <20081029195213.795a169f@suszko.eu> In-Reply-To: <20081029190551.7f06a204@ernst.jennejohn.org> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> <1225293355.1683.75.camel@localhost> <49088643.2080504@aldan.algebra.com> <20081029190551.7f06a204@ernst.jennejohn.org> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/0sxgHVb4TAH9wbD8kc44/e6"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Ovh-Tracer-Id: 12742653671822680225 X-Ovh-Remote: 62.61.57.118 () X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Cc: Mikhail Teterin , freebsd-emulation@FreeBSD.org, questions@FreeBSD.org, Steve Polyack Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 19:04:32 -0000 --Sig_/0sxgHVb4TAH9wbD8kc44/e6 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Gary Jennejohn wrote: > On Wed, 29 Oct 2008 11:50:27 -0400 > Mikhail Teterin wrote: >=20 > > Sent by Vladimir Grebenschikov: > > > I've seen temporary FF lockups with flashblock FF plugin enabled. > > Same here. Sometimes it works and some times any page containing > > flash will hang the entire browser. Doing a `killall > > npviewer.bin' (I use nspluginwrapper) will unfreeze the browser > > like nothing happened. You'll get the page -- but without the > > embedded flash, of course. I have only gotten Flash-9 to (mostly) > > work this morning -- thanks to nox' checklist, and have not yet > > been able to investigate, why it hangs on occasion... > >=20 >=20 > I don't have flashblock installed, but http://www.mtvmusic.com/ hangs > firefox 100% of the time. Strangely enough, under Linux it works just > fine and I have pretty much the same version of flash and firefox > installed on both systems. I can't confirm that - I just disabled flashblock and currently watching some videos from site you have problems with. Saying more - I'm clicking on different flash-sites over 1 hour with flashblock disabled and my FF (3.0.3,1) didn't hang. I'm using yesterday's build of 7.0-PRERELEASE with latest available linux-flashplugin9 port. I also can't confirm that it's not going to crash ;-) --=20 regards, Maciej Suszko. --Sig_/0sxgHVb4TAH9wbD8kc44/e6 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkkIsN0ACgkQCikUk0l7iGrPeQCfRm7vyUMxxvh87BWxw3x6erKq yfMAoIPRleKBa9YByImd+HrvxlSuqQPg =29rb -----END PGP SIGNATURE----- --Sig_/0sxgHVb4TAH9wbD8kc44/e6-- From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 29 19:23:00 2008 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 DCCDA1065689; Wed, 29 Oct 2008 19:23:00 +0000 (UTC) (envelope-from shildret@scotth.emsphone.com) Received: from scotth.emsphone.com (scotth.emsphone.com [199.67.51.179]) by mx1.freebsd.org (Postfix) with ESMTP id 9F0088FC16; Wed, 29 Oct 2008 19:23:00 +0000 (UTC) (envelope-from shildret@scotth.emsphone.com) Received: from scotth.emsphone.com (localhost [127.0.0.1]) by scotth.emsphone.com (8.14.2/8.14.2) with ESMTP id m9TJMsa0039934; Wed, 29 Oct 2008 14:22:54 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) Received: (from shildret@localhost) by scotth.emsphone.com (8.14.2/8.14.2/Submit) id m9TJMsCV039933; Wed, 29 Oct 2008 14:22:54 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) From: "Scott T. Hildreth" To: Chagin Dmitry In-Reply-To: <20081029190232.GA81068@dchagin.dialup.corbina.ru> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> <1225293355.1683.75.camel@localhost> <49088643.2080504@aldan.algebra.com> <20081029190551.7f06a204@ernst.jennejohn.org> <20081029190232.GA81068@dchagin.dialup.corbina.ru> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 29 Oct 2008 14:22:54 -0500 Message-Id: <1225308174.1521.25.camel@scotth.emsphone.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Cc: Mikhail Teterin , freebsd-emulation@freebsd.org, questions@freebsd.org, Gary Jennejohn , Steve Polyack Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shildreth@allantgroup.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 19:23:01 -0000 On Wed, 2008-10-29 at 22:02 +0300, Chagin Dmitry wrote: > On Wed, Oct 29, 2008 at 07:05:51PM +0100, Gary Jennejohn wrote: > > On Wed, 29 Oct 2008 11:50:27 -0400 > > Mikhail Teterin wrote: > > > > > Sent by Vladimir Grebenschikov: > > > > I've seen temporary FF lockups with flashblock FF plugin enabled. > > > Same here. Sometimes it works and some times any page containing flash > > > will hang the entire browser. Doing a `killall npviewer.bin' (I use > > > nspluginwrapper) will unfreeze the browser like nothing happened. You'll > > > get the page -- but without the embedded flash, of course. > > > I have only gotten Flash-9 to (mostly) work this morning -- thanks to > > > nox' checklist, and have not yet been able to investigate, why it hangs > > > on occasion... > > > > > > > I don't have flashblock installed, but http://www.mtvmusic.com/ hangs > > firefox 100% of the time. Strangely enough, under Linux it works just > > Hi, > yes, I can confirm. thnx! Works for me, but I am using 2.0.0.17 + flash9. I didn't know about this site. Awesome, back when MTV actually played music. :-D > > > > fine and I have pretty much the same version of flash and firefox installed > > on both systems. > > > From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 30 07:30:33 2008 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 25F2E106567B; Thu, 30 Oct 2008 07:30:33 +0000 (UTC) (envelope-from vova@sw.ru) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 902C08FC18; Thu, 30 Oct 2008 07:30:31 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id m9U7UFPD009067 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Oct 2008 10:30:16 +0300 (MSK) Received: from vova by vbook.fbsd.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KvRyw-000139-Q1; Thu, 30 Oct 2008 10:30:14 +0300 From: Vladimir Grebenschikov To: gary.jennejohn@freenet.de In-Reply-To: <20081029190551.7f06a204@ernst.jennejohn.org> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> <1225293355.1683.75.camel@localhost> <49088643.2080504@aldan.algebra.com> <20081029190551.7f06a204@ernst.jennejohn.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SWsoft Date: Thu, 30 Oct 2008 10:30:14 +0300 Message-Id: <1225351814.1712.57.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: Mikhail Teterin , freebsd-emulation@FreeBSD.org, questions@FreeBSD.org, Steve Polyack Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 07:30:33 -0000 On Wed, 2008-10-29 at 19:05 +0100, Gary Jennejohn wrote: > I don't have flashblock installed, but http://www.mtvmusic.com/ hangs > firefox 100% of the time. Strangely enough, under Linux it works just > fine and I have pretty much the same version of flash and firefox installed > on both systems. It is strange, that exactly same site works fine for me with native ff3 under 8-CURRENT. > Gary Jennejohn -- Vladimir B. Grebenchikov vova@fbsd.ru From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 30 09:13:34 2008 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 1A04A106568A; Thu, 30 Oct 2008 09:13:34 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout5.freenet.de (mout5.freenet.de [IPv6:2001:748:100:40::2:7]) by mx1.freebsd.org (Postfix) with ESMTP id 9F2458FC2F; Thu, 30 Oct 2008 09:13:33 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.10] (helo=0.mx.freenet.de) by mout5.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #65) id 1KvTas-00074E-8c; Thu, 30 Oct 2008 10:13:30 +0100 Received: from rbd76.r.pppool.de ([89.54.189.118]:41267 helo=ernst.jennejohn.org) by 0.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #68) id 1KvTas-0000wy-0M; Thu, 30 Oct 2008 10:13:30 +0100 Date: Thu, 30 Oct 2008 10:13:27 +0100 From: Gary Jennejohn To: vova@fbsd.ru Message-ID: <20081030101327.32a0c275@ernst.jennejohn.org> In-Reply-To: <1225351814.1712.57.camel@localhost> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> <1225293355.1683.75.camel@localhost> <49088643.2080504@aldan.algebra.com> <20081029190551.7f06a204@ernst.jennejohn.org> <1225351814.1712.57.camel@localhost> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Mikhail Teterin , freebsd-emulation@FreeBSD.org, questions@FreeBSD.org, Steve Polyack Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 09:13:34 -0000 On Thu, 30 Oct 2008 10:30:14 +0300 Vladimir Grebenschikov wrote: > On Wed, 2008-10-29 at 19:05 +0100, Gary Jennejohn wrote: > > > I don't have flashblock installed, but http://www.mtvmusic.com/ hangs > > firefox 100% of the time. Strangely enough, under Linux it works just > > fine and I have pretty much the same version of flash and firefox installed > > on both systems. > > It is strange, that exactly same site works fine for me with native ff3 > under 8-CURRENT. > Well, I was thinking about this. I am running an up-to-date FF2, but my 8-current kernel and linux-base fc8 are not the most recent versions. That might explain why some people don't see any problems whereaas I do. --- Gary Jennejohn From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 30 11:39:22 2008 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 69AC81065688 for ; Thu, 30 Oct 2008 11:39:22 +0000 (UTC) (envelope-from chd@dchagin.dialup.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 116B88FC12 for ; Thu, 30 Oct 2008 11:39:21 +0000 (UTC) (envelope-from chd@dchagin.dialup.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id BAE9760A93; Thu, 30 Oct 2008 14:39:19 +0300 (MSK) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from dchagin.dialup.corbina.ru ([78.107.232.239] verified) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1408966241; Thu, 30 Oct 2008 14:39:19 +0300 Received: from dchagin.dialup.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.dialup.corbina.ru (8.14.3/8.14.3) with ESMTP id m9UBdJ8C004250; Thu, 30 Oct 2008 14:39:19 +0300 (MSK) (envelope-from chd@dchagin.dialup.corbina.ru) Received: (from root@localhost) by dchagin.dialup.corbina.ru (8.14.3/8.14.3/Submit) id m9UBdDMK004249; Thu, 30 Oct 2008 14:39:13 +0300 (MSK) (envelope-from chd) Date: Thu, 30 Oct 2008 14:39:13 +0300 From: Chagin Dmitry To: Vladimir Grebenschikov Message-ID: <20081030113913.GA4233@dchagin.dialup.corbina.ru> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> <1225293355.1683.75.camel@localhost> <49088643.2080504@aldan.algebra.com> <20081029190551.7f06a204@ernst.jennejohn.org> <1225351814.1712.57.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1225351814.1712.57.camel@localhost> User-Agent: Mutt/1.4.2.3i Cc: Mikhail Teterin , freebsd-emulation@freebsd.org, questions@freebsd.org, gary.jennejohn@freenet.de, Steve Polyack Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 11:39:22 -0000 On Thu, Oct 30, 2008 at 10:30:14AM +0300, Vladimir Grebenschikov wrote: > On Wed, 2008-10-29 at 19:05 +0100, Gary Jennejohn wrote: > > > I don't have flashblock installed, but http://www.mtvmusic.com/ hangs > > firefox 100% of the time. Strangely enough, under Linux it works just > > fine and I have pretty much the same version of flash and firefox installed > > on both systems. > > It is strange, that exactly same site works fine for me with native ff3 > under 8-CURRENT. > Hi, I think that a problem in futexes, therefore native ff3 works, as it uses native locking. -- Have fun! chd From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 30 23:18:29 2008 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 370E61065672; Thu, 30 Oct 2008 23:18:29 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id E45398FC08; Thu, 30 Oct 2008 23:18:28 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 664BA191A61; Fri, 31 Oct 2008 00:18:27 +0100 (CET) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m9UMxNCG014928; Thu, 30 Oct 2008 23:59:23 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m9UMxNEh014927; Thu, 30 Oct 2008 23:59:23 +0100 (CET) (envelope-from nox) Date: Thu, 30 Oct 2008 23:59:23 +0100 (CET) From: Juergen Lock Message-Id: <200810302259.m9UMxNEh014927@saturn.kn-bremen.de> To: masoom.shaikh@gmail.com X-Newsgroups: local.list.freebsd.emulation In-Reply-To: References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> Organization: home Cc: freebsd-emulation@freebsd.org, questions@freebsd.org Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 23:18:29 -0000 In article you write: >will this howto work for amd64 ? >[...] Yes. Juergen From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 30 23:18:29 2008 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 3B0701065673; Thu, 30 Oct 2008 23:18:29 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id E46BE8FC12; Thu, 30 Oct 2008 23:18:28 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 5E02B191A39; Fri, 31 Oct 2008 00:18:26 +0100 (CET) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m9UMoIjZ014715; Thu, 30 Oct 2008 23:50:18 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m9UMoHpl014714; Thu, 30 Oct 2008 23:50:17 +0100 (CET) (envelope-from nox) Date: Thu, 30 Oct 2008 23:50:17 +0100 (CET) From: Juergen Lock Message-Id: <200810302250.m9UMoHpl014714@saturn.kn-bremen.de> To: rdivacky@FreeBSD.org X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <20081029152314.GA34205@freebsd.org> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <20081028205634.GA93288@freebsd.org> <20081029162105.18469pltiqtoqmao@webmail.leidinger.net> Organization: home Cc: freebsd-emulation@FreeBSD.org, Mikhail Teterin Subject: Re: flash9 checklist (was: flash-9, 10 on FreeBSD) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 23:18:29 -0000 In article <20081029152314.GA34205@freebsd.org> you write: >On Wed, Oct 29, 2008 at 04:21:05PM +0100, Alexander Leidinger wrote: >> Quoting Roman Divacky (from Tue, 28 Oct 2008 >> 21:56:34 +0100): >> >> >On Tue, Oct 28, 2008 at 07:17:31PM +0100, Juergen Lock wrote: >> >> >>3. Make sure linprocfs is mounted to /compat/linux/proc . >> > >> >the linux-firefox script should check for /proc being mounted. It's not >> >a hard thing to do... any takers? :) >> >> Is it needed for plain linux-firefox? If not, it should not check for >> it. I don't object to extend the script to check for linuxprocfs if >> some trigger file (flashplugin.so in the correct location?) exists. > >if I understood it correctly it reads something needed for threading >to work correctly from /proc, iirc it reads (/compat/linux)/proc//maps (in chunks, which didn't work with the old code.) > we can expect problems in future >when people dont mount linprocfs.. > >maybe we should put some checks into linuxulator... Or if we put something in browser startup scripts it also needs to be in the native ones since those can use linux flash via wrappers as well. Just mentioning... Juergen From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 30 23:18:29 2008 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 5D67F1065675 for ; Thu, 30 Oct 2008 23:18:29 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 17FA08FC13 for ; Thu, 30 Oct 2008 23:18:29 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id AE513191A68; Fri, 31 Oct 2008 00:18:27 +0100 (CET) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m9UNGSR7015278; Fri, 31 Oct 2008 00:16:28 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m9UNGSQq015277; Fri, 31 Oct 2008 00:16:28 +0100 (CET) (envelope-from nox) Date: Fri, 31 Oct 2008 00:16:28 +0100 (CET) From: Juergen Lock Message-Id: <200810302316.m9UNGSQq015277@saturn.kn-bremen.de> To: bsam@ipt.ru X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <02325568@ipt.ru> References: <20081028231946.GA72682@hub.freebsd.org> Organization: home Cc: freebsd-emulation@freebsd.org Subject: Re: flash10, updated linux-{curl, openssl} etc ports... (resent w/o attachments) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 23:18:29 -0000 In article <02325568@ipt.ru> you write: >On Tue, 28 Oct 2008 23:19:46 +0000 Juergen Lock wrote: > >[...] >> linux_base-f7 and then unpacked the f7 curl rpm and dependencies using >> rpm2cpio piped to tar xfv - ... > >I'm not sure if it's any difference but usually we use a pipe to "cpio -id". > Yeah that's technically more correct, I was just taking advantage of the fact that bsdtar understands cpio archive also. >> Ok and now something more general for the emulation folks: Now that >> fc4 seems to be eol'd, what do we do to get updated linux-{curl,openssl} >> etc ports from f7 (or f8?) for the folks that _can_ use them? (like, >> RELENG_7 and above.) Its not only that they are useful for flash10, >> its also because of security updates... (No I haven't actually checked if >> there _were_ advisories for one of these since fc4, its just not really >> unlikely. :) > >I have a bunch of new linux-f8 ports which should be introduced after >the ports tree slush is over. Cool! Thanx, Juergen From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 30 23:18:29 2008 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 6CCB11065676; Thu, 30 Oct 2008 23:18:29 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id E463C8FC0C; Thu, 30 Oct 2008 23:18:28 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 19ABD191A4C; Fri, 31 Oct 2008 00:18:26 +0100 (CET) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m9UMrY2i014740; Thu, 30 Oct 2008 23:53:34 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m9UMrXdF014739; Thu, 30 Oct 2008 23:53:33 +0100 (CET) (envelope-from nox) Date: Thu, 30 Oct 2008 23:53:33 +0100 (CET) From: Juergen Lock Message-Id: <200810302253.m9UMrXdF014739@saturn.kn-bremen.de> To: korvus@comcast.net X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <49086F1A.2090500@comcast.net> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> Organization: home Cc: freebsd-emulation@FreeBSD.org, questions@FreeBSD.org, Mikhail Teterin Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 23:18:29 -0000 In article <49086F1A.2090500@comcast.net> you write: >Juergen Lock wrote: >> >> Preliminary checklist for getting flash9 to work in native firefox: >> (flash10 needs more ports work, I shall post about that seperately on >> -emulation...) If you have additions to this please post a followup to >> this thread, keeping the Cc: (I'm not on -questions...) >> >> 1. You need RELENG_7 from at least Mon Oct 20 11:15:57 2008 UTC >> (the relevant MFC commits are: >> http://svn.freebsd.org/viewvc/base?view=revision&revision=183819 >> http://svn.freebsd.org/viewvc/base?view=revision&revision=184075 >> - a recent HEAD should also work of course.) There are linprocfs patches >> for RELENG_6 too (merging the former commit), but the latter commit can't >> be merged to 6 (and 7.0) since they lack the cpuset bits, so flash9 >> probably won't work on SMP there. (Although if you have SMP you probably >> should be running 7 anyway. :) Oh and if you do have SMP you also need to >> use the ULE scheduler, the cpuset syscalls are not supported with 4BSD. >> linprocfs patches for 6: >> http://people.freebsd.org/~nox/linprocfs-6.3.patch >> http://people.freebsd.org/~nox/linprocfs-6.4.patch >> >> 2. Your portstree needs to be from at least Sun Oct 19 17:37:28 2008 UTC >> (the last www/linux-flashplugin9 commit is: >> http://lists.freebsd.org/pipermail/cvs-ports/2008-October/158404.html >> ) >> >> 3. Make sure linprocfs is mounted to /compat/linux/proc . >> >> 4. Make sure www/nspluginwrapper, www/linux-flashplugin9 and dependencies >> are installed and up to date(!). (the default emulators/linux_base-fc4 >> should work, if you want to use a later one don't forget to set >> compat.linux.osrelease=2.6.16 in sysctl.conf and OVERRIDE_LINUX_BASE_PORT >> to whichever version you use in make.conf. Note however that on 6, only >> the default compat.linux.osrelease=2.4.2 really works.) >> >> 5. If the plugin doesnt show up in firefox' about:plugins, run >> nspluginwrapper -i /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so >> and restart firefox. >> >> 6. And remember there's a security advisory for the current version of >> flash9, >> http://www.FreeBSD.org/ports/portaudit/78f456fd-9c87-11dd-a55e-00163e000016.html >> (if you use portaudit you need to `make -DDISABLE_VULNERABILITIES ...' >> to be able to install the port), and fc4 seems to be eol'd too, so you >> probably want to install something like the noscript firefox extension, >> https://addons.mozilla.org/en-US/firefox/addon/722 >> and only allow plugins (and scripts, tho thats a different problem) on >> sites you trust... >> >> And finally, if you still get crashes after following the above even >> on pages that are reported to work now (like youtube) you probably want >> to run `ktrace -di firefox...' and look at the output using linux_kdump >> (thats the devel/linux_kdump port, you want to use a package), paying >> specific attention to the lines above `PSIG SIGSEGV' (or whichever >> signal you got), maybe there are still shlibs missing that the plugin >> needs (NAMI ...something.so...), and if this is the case tell us about >> it so the appropriate dependencies can be added to the relevant ports. >> If you can't figure it out I guess it doesn't hurt to post the last >> few 100 lines of the dump up to the relevant PSIG on -emulation... >> >> You may also want to check linked shlibs like this: >> /compat/linux/bin/sh /compat/linux/usr/bin/ldd /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so >> and >> /compat/linux/bin/sh /compat/linux/usr/bin/ldd /usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin >> (if you see `not found' in there you know something is wrong) - although >> that doesn't show libs that may be dlopen()d at runtime. >> >> >Thanks for this. I was able to get linux-flashplugin9 working in native >Firefox 3.0.3 on FreeBSD 7-STABLE i386. The only additional thing I had >to do was copy >/usr/X11R6/lib/browser_plugins/npwrapper.libflashplayer.so into >~/.mozilla/plugins/ for Firefox to recognize the plugin. Yeah I forgot to note that you want to run nspluginwrapper -i as the user that will run the native browser, not as root, then the wrapper will go into ~/.mozilla/plugins/... > After that >Youtube, google video, and google maps (incl. street view) work fine, >but slow. A friend of mine with a very similar setup was not so lucky >and still has problems with flash9 locking up FF. Hmm, lockups I haven't seen yet here. HTH, Juergen From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 30 23:18:29 2008 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 C65B6106567E; Thu, 30 Oct 2008 23:18:29 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 34B038FC14; Thu, 30 Oct 2008 23:18:29 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 023D4191A98; Fri, 31 Oct 2008 00:18:27 +0100 (CET) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m9UNE46T015123; Fri, 31 Oct 2008 00:14:04 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m9UNE40j015122; Fri, 31 Oct 2008 00:14:04 +0100 (CET) (envelope-from nox) Date: Fri, 31 Oct 2008 00:14:04 +0100 (CET) From: Juergen Lock Message-Id: <200810302314.m9UNE40j015122@saturn.kn-bremen.de> To: dchagin@freebsd.org X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <20081029190232.GA81068@dchagin.dialup.corbina.ru> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> <1225293355.1683.75.camel@localhost> <49088643.2080504@aldan.algebra.com> <20081029190551.7f06a204@ernst.jennejohn.org> Organization: home Cc: Mikhail Teterin , freebsd-emulation@freebsd.org, questions@freebsd.org, Steve Polyack Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2008 23:18:29 -0000 In article <20081029190232.GA81068@dchagin.dialup.corbina.ru> you write: >On Wed, Oct 29, 2008 at 07:05:51PM +0100, Gary Jennejohn wrote: >> On Wed, 29 Oct 2008 11:50:27 -0400 >> Mikhail Teterin wrote: >> >> > Sent by Vladimir Grebenschikov: >> > > I've seen temporary FF lockups with flashblock FF plugin enabled. >> > Same here. Sometimes it works and some times any page containing flash >> > will hang the entire browser. Doing a `killall npviewer.bin' (I use >> > nspluginwrapper) will unfreeze the browser like nothing happened. You'll >> > get the page -- but without the embedded flash, of course. >> > I have only gotten Flash-9 to (mostly) work this morning -- thanks to >> > nox' checklist, and have not yet been able to investigate, why it hangs >> > on occasion... >> > >> >> I don't have flashblock installed, btw, noscript > flashblock :) also it hasn't caused hangs here yet. >> but http://www.mtvmusic.com/ hangs >> firefox 100% of the time. Strangely enough, under Linux it works just > >Hi, >yes, I can confirm. thnx! No hangs here on mtvmusic.com with either linux flash9 + linux_base-fc4 + native ff2 on 6.3/i386/UP or linux flash10 + linux_base-f7 + native ff3 on 7/amd64/SMP. (my flash10 post is here: http://lists.freebsd.org/pipermail/freebsd-emulation/2008-October/005438.html ) HTH, Juergen From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 31 01:34:25 2008 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 8570A1065676; Fri, 31 Oct 2008 01:34:25 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id AE4DB8FC0C; Fri, 31 Oct 2008 01:34:24 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so694829fgb.35 for ; Thu, 30 Oct 2008 18:34:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=ATTQBSbgraV4iuGZb0BZ83kNiEFRc1x/u22F751U7pc=; b=pgqOwTPPB8hGrWY2p51pEzthdb09BfceQp3BoJk6utzZ2MxDplI6GrWbFrOhFOJks+ z5qafw8Xc2Jd/KpHs5wqctXom9i1uVDeiy3CjdkChlweoQ7KT6KHo5ycZrpFZ4yyD/R3 px88asNUpkISdfvn6rTcQNr1G/Owa0LRXv8Xk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=EKPK+GG0J6l/0sh4oXPJHyDX2KDYcEgxiyCT1VxpbLqreF+iiPCA+s281VCb8uiRFK bR6H6R6woHvmVJDW7EktJEiqpsh+v1qMUK42PVioLu9UTrNfM1d+xJY5wYfqFEuVmaOC 6aW+pskYNd6jsq96OX+dQNXRxyaxMTnLzkuqM= Received: by 10.86.61.13 with SMTP id j13mr7827416fga.23.1225416863422; Thu, 30 Oct 2008 18:34:23 -0700 (PDT) Received: by 10.86.78.7 with HTTP; Thu, 30 Oct 2008 18:34:23 -0700 (PDT) Message-ID: <28283d910810301834sa165d13p4fbb2c43859e3444@mail.gmail.com> Date: Thu, 30 Oct 2008 21:34:23 -0400 From: "matt donovan" To: "Juergen Lock" In-Reply-To: <200810302314.m9UNE40j015122@saturn.kn-bremen.de> MIME-Version: 1.0 References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> <1225293355.1683.75.camel@localhost> <49088643.2080504@aldan.algebra.com> <20081029190551.7f06a204@ernst.jennejohn.org> <20081029190232.GA81068@dchagin.dialup.corbina.ru> <200810302314.m9UNE40j015122@saturn.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Mikhail Teterin , freebsd-emulation@freebsd.org, questions@freebsd.org, Steve Polyack , dchagin@freebsd.org Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 01:34:25 -0000 Since I had linux_base-fc4 installed npviewer.bin kept hogging all CPU power until I killed it for native firefox3. Well I installed linux_base-fc7 and now flash9 and npviewer.bin works fine in native firefox3. ok I tried this for the ones that have firefox3 native installed. install linux_base-fc7 and npviewer.bin should stop hogging all the cpu along with firefox3 freezing up until npviewer.bin is killed. I do not use extensions in my firefox3 so the flashblock issue before was not an issue for me. From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 31 09:09:31 2008 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 5A05E1065763 for ; Fri, 31 Oct 2008 09:09:30 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id E6F658FC13 for ; Fri, 31 Oct 2008 09:09:29 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 2D8EE9CB395; Fri, 31 Oct 2008 10:08:25 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0vASt9PBT31U; Fri, 31 Oct 2008 10:08:23 +0100 (CET) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id DB78B9CB524; Fri, 31 Oct 2008 10:08:22 +0100 (CET) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id m9V98MRW041741; Fri, 31 Oct 2008 10:08:22 +0100 (CET) (envelope-from rdivacky) Date: Fri, 31 Oct 2008 10:08:22 +0100 From: Roman Divacky To: Juergen Lock Message-ID: <20081031090822.GA41624@freebsd.org> References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <20081028205634.GA93288@freebsd.org> <20081029162105.18469pltiqtoqmao@webmail.leidinger.net> <200810302250.m9UMoHpl014714@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200810302250.m9UMoHpl014714@saturn.kn-bremen.de> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@FreeBSD.org, Mikhail Teterin Subject: Re: flash9 checklist (was: flash-9, 10 on FreeBSD) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 09:09:31 -0000 > > we can expect problems in future > >when people dont mount linprocfs.. > > > >maybe we should put some checks into linuxulator... > > Or if we put something in browser startup scripts it also needs to > be in the native ones since those can use linux flash via wrappers > as well. the native ff + linuxflash uses linuxulator (ie. /compat/linux/proc) ? I dont think so... anyway, linprocfs does not seem to be optional anymore, we should reflect that somehow From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 31 11:49:34 2008 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8DD61065676 for ; Fri, 31 Oct 2008 11:49:34 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id 8686D8FC08 for ; Fri, 31 Oct 2008 11:49:34 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (pD9E2CA77.dip.t-dialin.net [217.226.202.119]) by redbull.bpaserver.net (Postfix) with ESMTP id AEF602E163; Fri, 31 Oct 2008 12:49:25 +0100 (CET) Received: from deskjail (deskjail.Leidinger.net [192.168.1.109]) by outgoing.leidinger.net (Postfix) with ESMTP id DCE3C5875F; Fri, 31 Oct 2008 12:49:21 +0100 (CET) Date: Fri, 31 Oct 2008 12:49:21 +0100 From: Alexander Leidinger To: , emulation@freebsd.org Message-ID: <20081031124921.0bafd2c4@deskjail> In-Reply-To: <20081030175835.3f600900@soralx> References: <20081030175835.3f600900@soralx> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i686-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: AEF602E163.787AF X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, ORDB-RBL, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: Subject: Re: Linuxulator not kicking in? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 11:49:34 -0000 Quoting (Thu, 30 Oct 2008 17:58:35 -0700): > > Howdy, > > Thought I ask you before completely wasting my day on this. I CCed emulation@, there are more people which can help. > Though I've been using it for years, xpdf is not up to the task for > reading any documents longer that 1 page. So I decided to replace it > with acroread8 (as the one and only usable alternative). It works all > right. Seems a little slow even on Core2 Dual, but still unimaginably > faster than xpdf at rendering. > > The snag is when attempting to launch acroread8 from Opera. A simple > test script executed by Opera returns: > > + export UNAME_s=Linux > + UNAME_s=Linux > + /compat/linux/bin/sh -x /compat/linux/usr/local/Adobe/Reader8/ENU/Adobe/Reader8/bin/acroread /root/.opera/cache4/temporary_download/Hysol_EA_9673_BMI-EN_3_8.pdf > /compat/linux/bin/sh: error while loading shared libraries: /usr/local/lib/compat/libc.so.6: ELF file OS ABI invalid > > The script works fine when launched from normal shell. I do not > understand why /usr/local/lib/compat/libc.so.6 has anything to > do with /compat/linux/bin/sh, but only when launched by Opera? Is LD_LIBRARY_PATH (or any other LD_* one) set somewhere? If yes, you better start acroread from Opera with /usr/bin/env -u LD_LIBRARY_PATH /path/to/acroread Bye, Alexander. -- To see the 10 largest files on a directory or partition, use du /partition_or_directory_name | sort -rn | head -- Dru http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 31 13:10:39 2008 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 7D6D5106564A for ; Fri, 31 Oct 2008 13:10:39 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by mx1.freebsd.org (Postfix) with ESMTP id 148BA8FC1A for ; Fri, 31 Oct 2008 13:10:38 +0000 (UTC) (envelope-from tijl@ulyssis.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsAEALWfCklR9cmm/2dsb2JhbACBdstsg1E Received: from 166.201-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.201.166]) by relay.skynet.be with ESMTP; 31 Oct 2008 14:10:37 +0100 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id m9VD864H002722; Fri, 31 Oct 2008 14:08:06 +0100 (CET) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-emulation@freebsd.org, Roman Divacky Date: Fri, 31 Oct 2008 14:07:24 +0100 User-Agent: KMail/1.9.10 References: <200810280859.24048@aldan> <200810302250.m9UMoHpl014714@saturn.kn-bremen.de> <20081031090822.GA41624@freebsd.org> In-Reply-To: <20081031090822.GA41624@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810311407.25844.tijl@ulyssis.org> Cc: Juergen Lock , Mikhail Teterin Subject: Re: flash9 checklist (was: flash-9, 10 on FreeBSD) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 13:10:39 -0000 On Friday 31 October 2008 10:08:22 Roman Divacky wrote: >>> we can expect problems in future >>> when people dont mount linprocfs.. >>> >>> maybe we should put some checks into linuxulator... >> >> Or if we put something in browser startup scripts it also needs to >> be in the native ones since those can use linux flash via wrappers >> as well. > > the native ff + linuxflash uses linuxulator (ie. /compat/linux/proc) ? > I dont think so... Yes, it does. The wrapper plugin loaded by the browser is native, but the actual plugin runs in a separate linuxulator process and needs linprocfs. From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 31 18:01:02 2008 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 0DA081065674 for ; Fri, 31 Oct 2008 18:01:02 +0000 (UTC) (envelope-from jjuanino@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id 7C7038FC1C for ; Fri, 31 Oct 2008 18:00:58 +0000 (UTC) (envelope-from jjuanino@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so1224681fkk.11 for ; Fri, 31 Oct 2008 11:00:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:x-operating-system:user-agent; bh=6aMibcvbZtJrrVi5ds3Kmrgk0wWGyv9oDn8UsUt50UI=; b=VaP1/MhGBy8PhHPSu8cCRsNTZe/9Y+O17hjh0NlOGA+PBvwucFa5e81ZJjoZMpF2IL qf99BdUQfRdQbADMaac4/w2V6hOQosUnArQQgdVLDHC3ZRSHDhhRxyFv7btDWqv2KobE 6E8Viz2v3MOH3AqpXcu1LHRhCvWPTo6gBYdo0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-operating-system :user-agent; b=E/vzFlmviS0yrY5GwKdtxN6L8KvTmA01tia0sn6KyTAiT3wAimyS1OLiTAetiBeHA/ VVOnpON5uVWwOoYSvZMKdwGVLthDqmBD3Z5rz4eysNByqPhE5Wt7DZ6EHK9R+hZxj7dg NYgzrMOXOH/6asjOP1mxrCPbAvIY4UrVtafZ0= Received: by 10.181.159.11 with SMTP id l11mr3124345bko.186.1225474055148; Fri, 31 Oct 2008 10:27:35 -0700 (PDT) Received: from banach (121.pool85-61-71.dynamic.orange.es [85.61.71.121]) by mx.google.com with ESMTPS id z10sm3220189fka.15.2008.10.31.10.27.33 (version=SSLv3 cipher=RC4-MD5); Fri, 31 Oct 2008 10:27:33 -0700 (PDT) Date: Fri, 31 Oct 2008 18:27:29 +0100 From: Jose Garcia Juanino To: Kostik Belousov Message-ID: <20081031172726.GA2090@banach> References: <20080912205202.GA83925@sanabria> <20080913070920.GA1440@dchagin.dialup.corbina.ru> <20080913084412.GA1263@sanabria> <20080913085108.GA2308@dchagin.dialup.corbina.ru> <20080913205515.GA6158@sanabria> <20080914082025.GA2792@dchagin.dialup.corbina.ru> <20080914131904.GY39652@deviant.kiev.zoral.com.ua> <20080914150050.GA4644@dchagin.dialup.corbina.ru> <20080914151748.GA5370@sanabria> <20080914163841.GB39652@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <20080914163841.GB39652@deviant.kiev.zoral.com.ua> X-Operating-System: FreeBSD 7.0-RELEASE-p5 User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-emulation@freebsd.org Subject: [SOLVED] Re: sqlplus segfaults when receiving INT signal X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 18:01:02 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable El domingo 14 de septiembre a las 18:38:41 CEST, Kostik Belousov escribi=F3: > On Sun, Sep 14, 2008 at 05:17:49PM +0200, Jose Garcia Juanino wrote: > > El domingo 14 de septiembre a las 17:00:50 CEST, Chagin Dmitry escribi?: > > > On Sun, Sep 14, 2008 at 04:19:04PM +0300, Kostik Belousov wrote: > > > >=20 > > > > It appears that I did not make MFC of the relevant commit. > > >=20 > > > ah, I'm sorry... I have thought that week has passed > > > and has not checked up it (( > >=20 > > Therefore, this issue holds for RELENG_7, but not for CURRENT. Is > > there any prevision to make the MFC, despite of freeze of RELENG_7 > > branch? Or it is needed wait until 7.2-RELEASE? >=20 > I asked re@ for MFC permit. I have updated to 7.1-PRERELEASE and the issue has gone away. Thanks a lot. Best regards --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkLP/4ACgkQFOo0zaS9RnJJSgCfdc/FC+Y8TuaBOAhxjLj1xEvR FV4AnREXqB4D7J7NKhDdxlF+MQs9wknG =Fig2 -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 31 19:25:04 2008 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 E8DEA1065680 for ; Fri, 31 Oct 2008 19:25:04 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id B62A78FC12 for ; Fri, 31 Oct 2008 19:25:04 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1315488rvf.43 for ; Fri, 31 Oct 2008 12:25:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding :from; bh=dMVrsGOkHGZ6j4Aw4jUue+sui6wZGwfbglU5F5HDc6g=; b=vjzElzSXo/gRCHWrwiMnS44CmFaT0KEKlQJns68gA90D2ubACBDdWVMQ5ZzOx78ftR JTcgWO5LayuxSOwJVJ8cFNEcccSfvmqPPM1r6spgxSY0D6J6RlQeSGz3a65eyQzUCC00 csTbI8GibxwIgL4fd7ZihI1qJaYYo2PS3knW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:cc:subject:references :in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding:from; b=StGavf95aMX/A/9sTTOnqVyRu0jGGjR6jVTjhnFpR4QLI6XM6Hl+x0J+ImCFZnayhV b38VkzDKUhZmTHoEXZ1hlWpDAMTvzdN0vcM5drCuhrmCZpWrBB8S1K+wAHaJ64SpeIfk yhGrl3k2nWGRxaxd1pDivPv8Cu7o0rQhzpfdc= Received: by 10.114.178.13 with SMTP id a13mr10290176waf.158.1225481104423; Fri, 31 Oct 2008 12:25:04 -0700 (PDT) Received: from ?192.168.1.101? (ool-182d26f3.dyn.optonline.net [24.45.38.243]) by mx.google.com with ESMTPS id a8sm5230112poa.12.2008.10.31.12.25.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Oct 2008 12:25:02 -0700 (PDT) Message-ID: <490B5B89.8060604@gmail.com> Date: Fri, 31 Oct 2008 15:24:57 -0400 User-Agent: Mozilla (X11; U; FreeBSD i386; en-US; ) Gecko Thunderbird Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Masoom Shaikh References: <200810280859.24048@aldan> <20081028181731.GA30591@saturn.kn-bremen.de> <49086F1A.2090500@comcast.net> In-Reply-To: X-Enigmail-Version: 0.95.7 OpenPGP: id=E9C2CCD1; url=pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From: Eitan Adler Cc: freebsd-emulation@freebsd.org Subject: Re: flash9 checklist X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 19:25:05 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Masoom Shaikh wrote: > will this howto work for amd64 ? As far as I know yes - although I didn't test it. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkkLW4kACgkQtl8kq+nCzNGrlgCfZUreFiZ4W2QSTjbCgqCXWx51 ZK0AnRnXzKYYfw9iD5uMTqD+dBOTwacT =iWNy -----END PGP SIGNATURE----- From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 31 23:17:40 2008 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 C34EF1065670 for ; Fri, 31 Oct 2008 23:17:40 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7C3728FC0C for ; Fri, 31 Oct 2008 23:17:40 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kw3FG-0006nC-Qz for freebsd-emulation@freebsd.org; Fri, 31 Oct 2008 23:17:34 +0000 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Oct 2008 23:17:34 +0000 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Oct 2008 23:17:34 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: martinko Date: Sat, 01 Nov 2008 00:17:27 +0100 Lines: 15 Message-ID: References: <880886.92445.qm@web32705.mail.mud.yahoo.com> <48CAAAC5.2050707@elischer.org> <490618CA.3010707@users.sf.net> <20081028065811.V2978@maildrop.int.zabbadoz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.17) Gecko/20081009 SeaMonkey/1.1.12 In-Reply-To: <20081028065811.V2978@maildrop.int.zabbadoz.net> Sender: news Subject: Re: VirtualBox looks for FreeBSD developer X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 23:17:40 -0000 Bjoern A. Zeeb wrote: > On Mon, 27 Oct 2008, martinko wrote: > >> Unfortunately freebsd-virtualization@ is not on gmane.org which is >> used by quite many to access mailing lists. > > FreeBSD.org has two public mailing list archives, one is even spidered > by most search engines. Sorry if we do not really care about gmane, at > least I do not. You may need to talk to the gmane folks so that they > add the list, not to us;-) > > /bz > Yes I know. I've done it in the past and I may do it again.. :-)