From owner-freebsd-emulation@FreeBSD.ORG Sun May 8 06:39:28 2011 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 AE5121065672; Sun, 8 May 2011 06:39:28 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id 6E7208FC0C; Sun, 8 May 2011 06:39:28 +0000 (UTC) Received: from outgoing.leidinger.net (p5B157F01.dip.t-dialin.net [91.21.127.1]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id 8496A844015; Sun, 8 May 2011 08:39:13 +0200 (CEST) Received: from unknown (IO.Leidinger.net [192.168.2.110]) by outgoing.leidinger.net (Postfix) with ESMTP id 622E71244; Sun, 8 May 2011 08:39:10 +0200 (CEST) Date: Sun, 8 May 2011 08:39:09 +0200 From: Alexander Leidinger To: Andriy Gapon Message-ID: <20110508083909.00003ef4@unknown> In-Reply-To: <4DC5157E.2020606@FreeBSD.org> References: <4DC5157E.2020606@FreeBSD.org> X-Mailer: Claws Mail 3.7.8cvs47 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: 8496A844015.AF0CE X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=-1, required 6, autolearn=disabled, ALL_TRUSTED -1.00) X-EBL-MailScanner-From: alexander@leidinger.net X-EBL-MailScanner-Watermark: 1305441555.46912@vf2bDsUyzP8XHLtC5puxmA X-EBL-Spam-Status: No Cc: emulation@FreeBSD.org Subject: Re: pls review: dummy handlers for linux wlan ioctls 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, 08 May 2011 06:39:28 -0000 On Sat, 07 May 2011 12:48:46 +0300 Andriy Gapon wrote: > > The purpose of this code is just to reduce amount of noise produced > when some software uses those ioctls (e.g. newer Skype). All ioctls > return ENOTSUP. Not a review, just a question: Do we want to decide that we will not implement those ioctl's in the linuxulator? If the answer is yes, I'm OK with a patch like yours going in. If the answer is no, I object to such a patch, as it would hide the missing functionality. If you want to shut up an application regarding this, I suggest to write a wrapper-ioctl which is then used with LD_PRELOAD, if you provide the source and makefile, I'm willing to compile it in my F10 VM for you. Out of curiosity: what is skype doing with direct wlan calls? Bye, Alexander. -- 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 Sun May 8 08:26:16 2011 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 4084B1065670 for ; Sun, 8 May 2011 08:26:16 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8B9EB8FC1D for ; Sun, 8 May 2011 08:26:15 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA14910; Sun, 08 May 2011 11:26:09 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1QIzJZ-0007Bi-3n; Sun, 08 May 2011 11:26:09 +0300 Message-ID: <4DC653A0.8080405@FreeBSD.org> Date: Sun, 08 May 2011 11:26:08 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110503 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Alexander Leidinger References: <4DC5157E.2020606@FreeBSD.org> <20110508083909.00003ef4@unknown> In-Reply-To: <20110508083909.00003ef4@unknown> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: emulation@FreeBSD.org Subject: Re: pls review: dummy handlers for linux wlan ioctls 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, 08 May 2011 08:26:16 -0000 on 08/05/2011 09:39 Alexander Leidinger said the following: > On Sat, 07 May 2011 12:48:46 +0300 Andriy Gapon wrote: > >> >> The purpose of this code is just to reduce amount of noise produced >> when some software uses those ioctls (e.g. newer Skype). All ioctls >> return ENOTSUP. > > Not a review, just a question: Do we want to decide that we will not > implement those ioctl's in the linuxulator? I haven't heard about anyone planning to implement them or needing them. But that doesn't imply any decision, of course. > If the answer is yes, I'm OK with a patch like yours going in. If the > answer is no, I object to such a patch, as it would hide the missing > functionality. Well, it could be argued that if anyone really needs that functionality he will sure notice that it is missing even without the kernel messages. > If you want to shut up an application regarding this, I suggest to > write a wrapper-ioctl which is then used with LD_PRELOAD, if you provide > the source and makefile, I'm willing to compile it in my F10 VM for > you. I am not sure if I want these complexities (at the moment). I can just keep the patch to myself :-) > Out of curiosity: what is skype doing with direct wlan calls? No idea. It seems that it tries to get a wlan name at the very least (maybe it's just a way to test if an interface is wireless). Maybe they explain why they do it somewhere. -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Sun May 8 10:32:54 2011 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 9845A106566B for ; Sun, 8 May 2011 10:32:54 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 97F368FC12 for ; Sun, 8 May 2011 10:32:53 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id p489r30K049896 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 May 2011 12:53:03 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id p489r2Yb067885; Sun, 8 May 2011 12:53:02 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id p489r2T2067884; Sun, 8 May 2011 12:53:02 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 8 May 2011 12:53:02 +0300 From: Kostik Belousov To: Andriy Gapon Message-ID: <20110508095302.GU48734@deviant.kiev.zoral.com.ua> References: <4DC5157E.2020606@FreeBSD.org> <20110508083909.00003ef4@unknown> <4DC653A0.8080405@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VMHhwLwacXQnT70n" Content-Disposition: inline In-Reply-To: <4DC653A0.8080405@FreeBSD.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_05, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: emulation@freebsd.org, Alexander Leidinger Subject: Re: pls review: dummy handlers for linux wlan ioctls 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, 08 May 2011 10:32:54 -0000 --VMHhwLwacXQnT70n Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 08, 2011 at 11:26:08AM +0300, Andriy Gapon wrote: > on 08/05/2011 09:39 Alexander Leidinger said the following: > > On Sat, 07 May 2011 12:48:46 +0300 Andriy Gapon wrote: > >=20 > >> > >> The purpose of this code is just to reduce amount of noise produced > >> when some software uses those ioctls (e.g. newer Skype). All ioctls > >> return ENOTSUP. > >=20 > > Not a review, just a question: Do we want to decide that we will not > > implement those ioctl's in the linuxulator? >=20 > I haven't heard about anyone planning to implement them or needing them. > But that doesn't imply any decision, of course. >=20 > > If the answer is yes, I'm OK with a patch like yours going in. If the > > answer is no, I object to such a patch, as it would hide the missing > > functionality. >=20 > Well, it could be argued that if anyone really needs that functionality h= e will > sure notice that it is missing even without the kernel messages. >=20 > > If you want to shut up an application regarding this, I suggest to > > write a wrapper-ioctl which is then used with LD_PRELOAD, if you provide > > the source and makefile, I'm willing to compile it in my F10 VM for > > you. >=20 > I am not sure if I want these complexities (at the moment). > I can just keep the patch to myself :-) >=20 > > Out of curiosity: what is skype doing with direct wlan calls? >=20 > No idea. It seems that it tries to get a wlan name at the very least (ma= ybe > it's just a way to test if an interface is wireless). Maybe they explain= why > they do it somewhere. I remember skype sells wireless access worldwide. For some networks, it allows your to pay from your skype account. --VMHhwLwacXQnT70n Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk3GZ/4ACgkQC3+MBN1Mb4ijvQCfYo+BpJJO2/Dv8cHNQgXUbW3n woMAn373z7cO5gyRYA5hSo+HHM/ELzqd =cG4L -----END PGP SIGNATURE----- --VMHhwLwacXQnT70n-- From owner-freebsd-emulation@FreeBSD.ORG Sun May 8 15:15:46 2011 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 E64A21065673; Sun, 8 May 2011 15:15:46 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 980788FC0A; Sun, 8 May 2011 15:15:46 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 9B83A1E002B5; Sun, 8 May 2011 17:15:45 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id p48FENWV055567; Sun, 8 May 2011 17:14:23 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id p48FEMmc055566; Sun, 8 May 2011 17:14:22 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 8 May 2011 17:14:22 +0200 To: Juergen Lock Message-ID: <20110508151422.GA55523@triton8.kn-bremen.de> References: <20110503215642.GA26299@triton8.kn-bremen.de> <20110504111252.11606aa6la3gcsso@webmail.leidinger.net> <4DC11B6D.7000205@yandex.ru> <20110504115312.223533eznfjofcow@webmail.leidinger.net> <20110504182740.GB58980@triton8.kn-bremen.de> <20110506212236.GA22733@triton8.kn-bremen.de> <20110507114250.GA3152@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110507114250.GA3152@triton8.kn-bremen.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: kwm@FreeBSD.org, Alexander Leidinger , hselasky@FreeBSD.org, avg@FreeBSD.org, freebsd-multimedia@FreeBSD.org, ae@FreeBSD.org, freebsd-emulation@FreeBSD.org Subject: Re: skype 2.1.0.81; alternate versions of the Linuxolator v4l2 patches 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, 08 May 2011 15:15:47 -0000 On Sat, May 07, 2011 at 01:42:50PM +0200, Juergen Lock wrote: > On Fri, May 06, 2011 at 11:22:36PM +0200, Juergen Lock wrote: > > On Wed, May 04, 2011 at 08:27:40PM +0200, Juergen Lock wrote: > > > On Wed, May 04, 2011 at 11:53:12AM +0200, Alexander Leidinger wrote: > > > > > > > > Quoting "Andrey V. Elsukov" (from Wed, 04 May 2011 > > > > 13:25:01 +0400): > > > > > > > > > On 04.05.2011 13:12, Alexander Leidinger wrote: > > > > >> want to provide a v4l2 kld, there is no way to know if the kernel > > > > >> has support already or not > > > > > > > > > > AFAIK, we have FEATURE() macro for that purpose. > > > > > > > > Done: > > > > linuxulator_v4l > > > > linuxulator_v4l2 > > > > > > Thanx you, also for committing! :) > > > > > > I'll see if I can make a port later. > > > > First version ready, also at: > > > > http://people.freebsd.org/~nox/dvb/linux_v4l2wrapper-kmod.shar > > > > Pleas test/comment... :) > > Did some cosmetic changes and mirrored the distfile on MASTER_SITE_LOCAL, > new shar at the same place. After the `enthusiastic reviews' (read: I got not a single one :) tho a few people compile-tested and kldload.ed it) I now committed this to ports as multimedia/linux_v4l2wrapper-kmod. Enjoy! :) Juergen From owner-freebsd-emulation@FreeBSD.ORG Mon May 9 08:41:09 2011 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 78C231065670 for ; Mon, 9 May 2011 08:41:09 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from groupware.itac.at (groupware.itac.at [91.205.172.99]) by mx1.freebsd.org (Postfix) with ESMTP id 182958FC0A for ; Mon, 9 May 2011 08:41:08 +0000 (UTC) Received: from home.bluelife.at (93.104.210.95) by groupware.itac.at (Axigen) with (AES256-SHA encrypted) ESMTPSA id 34D61E; Mon, 9 May 2011 10:41:16 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Mon, 09 May 2011 10:41:08 +0200 From: Bernhard Froehlich To: Yuri In-Reply-To: <4DC565ED.1060008@rawbw.com> References: <430fcb25aefc374bf256e45e3151de15@bluelife.at> <4DC565ED.1060008@rawbw.com> Message-ID: <0ea98b16f29e1de34db65c463c639e7e@bluelife.at> X-Sender: decke@bluelife.at User-Agent: Roundcube Webmail/0.5.2 X-AxigenSpam-Level: 1 X-CTCH-RefID: str=0001.0A0B020D.4DC7A8A3.0292,ss=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Cc: emulation@freebsd.org Subject: Re: Call for Testers: VirtualBox 4.0.6 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, 09 May 2011 08:41:09 -0000 On Sat, 07 May 2011 08:31:57 -0700, Yuri wrote: > I had Ubuntu (64bit) VM with the snapshot, created under vbox-4.0.4. > Now after upgrading to vbox-4.0.6 I restored this snapshot. > But when trying to start the machine it fails with the message: > > Failed to open session for the virtual machine Ubuntu64. > Failed to load unit 'HGCM' (VERR_INVALID_PARAMETER). > Details > Result Code: NS_ERROR_FAILURE (0x80004005) > Component: Console > Interface: ICOnsole {....} > > Not sure what to do with this machine now. Looks like an upstream bug and it is not FreeBSD specific - See http://www.virtualbox.org/ticket/6314 and http://forums.virtualbox.org/viewtopic.php?f=6&t=28369 There is also an workaround how to recover from that error. -- Bernhard Fröhlich http://www.bluelife.at/ From owner-freebsd-emulation@FreeBSD.ORG Mon May 9 11:07:04 2011 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 1A20B106566B for ; Mon, 9 May 2011 11:07:04 +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 E31A58FC1C for ; Mon, 9 May 2011 11:07:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p49B73ne070591 for ; Mon, 9 May 2011 11:07:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p49B73TT070589 for freebsd-emulation@FreeBSD.org; Mon, 9 May 2011 11:07:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 9 May 2011 11:07:03 GMT Message-Id: <201105091107.p49B73TT070589@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, 09 May 2011 11:07:04 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/156691 emulation [vmware] [panic] panic when using hard disks as RAW de o kern/156353 emulation [ibcs2] ibcs2 binaries that execute on 4.x not working o kern/155577 emulation [boot] BTX halted after install. Reboot during install o kern/155238 emulation 20 minute time jumps in VirtualBox o kern/155040 emulation [linux] [patch] Linux recvfrom doesn't handle proto fa o kern/153990 emulation [hyper-v]: Will not install into Hyper-V on Server 200 o kern/153887 emulation [linux] Linux emulator not understand STB_GNU_UNIQUE b o kern/153243 emulation [ibcs2] Seg fault whne running COFF binary using iBCS2 o ports/151714 emulation print/acroread9 not usable due to lack of support in t a bin/150262 emulation [patch] truss(1) -f doesn't follow descendants of the a kern/150186 emulation [parallels] [panic] Parallels Desktop: CDROM disconnec o ports/148097 emulation [patch] suggested addition to linux_base-* packages to o ports/148096 emulation emulators/linux_base-* can not be built from ports on o kern/147793 emulation [vmware] [panic] cdrom handling, panic, possible race o kern/146237 emulation [linux] Linux binaries not reading directories mounted p kern/144584 emulation [linprocfs][patch] bogus values in linprocfs o ports/142837 emulation [patch] emulators/linux_base-* packages fails to insta o kern/140156 emulation [linux] cdparanoia fails to read drive data f kern/138944 emulation [parallels] [regression] Parallels no longer works in o kern/138880 emulation [linux] munmap segfaults after linux_mmap2 stresstest s ports/136321 emulation x11-toolkits/linux-pango: please update linux based po o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage s kern/133144 emulation [linux] linuxulator 2.6 crashes with nvidias libGL.so. o kern/129169 emulation [linux] [patch] Linux Emulation ENOTCONN error using n o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o kern/86619 emulation [linux] linux emulator interacts oddly with cp a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/36952 emulation [patch] [linux] ldd(1) command of linux does not work o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 32 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon May 9 12:57:07 2011 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 0E385106564A; Mon, 9 May 2011 12:57:07 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id D26D78FC0A; Mon, 9 May 2011 12:57:06 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id p49CphGe071574; Mon, 9 May 2011 05:51:44 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4DC7E4A1.6000000@rawbw.com> Date: Mon, 09 May 2011 05:57:05 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101211 Thunderbird/3.0.11 MIME-Version: 1.0 To: Bernhard Froehlich References: <430fcb25aefc374bf256e45e3151de15@bluelife.at> In-Reply-To: <430fcb25aefc374bf256e45e3151de15@bluelife.at> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: emulation@freebsd.org, ports@freebsd.org Subject: Re: Call for Testers: VirtualBox 4.0.6 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, 09 May 2011 12:57:07 -0000 I think 4.0.6 is quite stable now. Is it really less stable than the current version in ports 3.2.12? Why don't you at least put them into ports/emulators repository with -devel suffix like many other ports do? So that there is no need to go through the third party repository. Yuri From owner-freebsd-emulation@FreeBSD.ORG Mon May 9 13:45:56 2011 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 EFAB91065670; Mon, 9 May 2011 13:45:56 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from groupware.itac.at (groupware.itac.at [91.205.172.99]) by mx1.freebsd.org (Postfix) with ESMTP id 8CA998FC16; Mon, 9 May 2011 13:45:56 +0000 (UTC) Received: from home.bluelife.at (93.104.210.95) by groupware.itac.at (Axigen) with (AES256-SHA encrypted) ESMTPSA id 064B62; Mon, 9 May 2011 15:46:03 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Mon, 09 May 2011 15:45:56 +0200 From: Bernhard Froehlich To: Yuri In-Reply-To: <4DC7E4A1.6000000@rawbw.com> References: <430fcb25aefc374bf256e45e3151de15@bluelife.at> <4DC7E4A1.6000000@rawbw.com> Message-ID: <0026b9acce35db91db3b7f0e6f4dd6ac@bluelife.at> X-Sender: decke@FreeBSD.org User-Agent: Roundcube Webmail/0.5.2 X-AxigenSpam-Level: 1 X-CTCH-RefID: str=0001.0A0B0204.4DC7F013.0156,ss=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Cc: emulation@freebsd.org, ports@freebsd.org Subject: Re: Call for Testers: VirtualBox 4.0.6 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, 09 May 2011 13:45:57 -0000 On Mon, 09 May 2011 05:57:05 -0700, Yuri wrote: > I think 4.0.6 is quite stable now. Is it really less stable than the > current version in ports 3.2.12? There are a few regressions also in 4.0.6 but it's already a lot better than 4.0.4. We have already decided last week to update the ports to 4.0.6 soon (currently waiting for a repocopy). > Why don't you at least put them into ports/emulators repository with > -devel suffix like many other ports do? So that there is no need to go > through the third party repository. Throwing another -devel port in the won't solve anything! In fact it would even make the situation much worse because it trains people to use beta software which we strongly discourage and causes even more error reports and debugging headaches for another version that we would have to maintain. We have that 3rd party repository because it is our working repository. You should not use it at all if you don't want to be a beta tester and work with us to solve specific problems. If you use them for regular systems you are clearly doing something wrong except you have done a _lot_ of testing. We know that the situation is not perfect and we have already taken a few actions to improve it but if that is still not enough to you we need more people and a bigger team to test earlier, more and faster. Read here: http://lists.freebsd.org/pipermail/freebsd-emulation/2011-April/008633.html -- Bernhard Froehlich http://www.bluelife.at/ From owner-freebsd-emulation@FreeBSD.ORG Mon May 9 14:30:42 2011 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 A7F7E106564A; Mon, 9 May 2011 14:30:42 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 948B28FC15; Mon, 9 May 2011 14:30:42 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.3/8.14.3) with ESMTP id p49EUfPk001007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 9 May 2011 07:30:41 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id A99F31CC09; Mon, 9 May 2011 07:30:41 -0700 (PDT) To: Yuri In-reply-to: Your message of "Mon, 09 May 2011 05:57:05 PDT." <4DC7E4A1.6000000@rawbw.com> Date: Mon, 09 May 2011 07:30:41 -0700 From: "Kevin Oberman" Message-Id: <20110509143041.A99F31CC09@ptavv.es.net> Cc: emulation@freebsd.org, ports@freebsd.org Subject: Re: Call for Testers: VirtualBox 4.0.6 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, 09 May 2011 14:30:42 -0000 > Date: Mon, 09 May 2011 05:57:05 -0700 > From: Yuri > Sender: owner-freebsd-emulation@freebsd.org > > I think 4.0.6 is quite stable now. Is it really less stable than the > current version in ports 3.2.12? > Why don't you at least put them into ports/emulators repository with > -devel suffix like many other ports do? So that there is no need to go > through the third party repository. 4.0.6 is still not as robust for me as 3.2.12, but it's now close and the added features still make it a win for me. I have not had an actual crash with 4.0.6, but I have had VMs simply deadlock. The problems I have seen are all upstream, not FreeBSD specific. I see the same issues when I use my Ubuntu VM running on Windows7. 4.0.6 is MUCH more stable than 4.0.4. I think it's reasonable to update the port. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From owner-freebsd-emulation@FreeBSD.ORG Fri May 13 21:15:31 2011 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 F10571065670 for ; Fri, 13 May 2011 21:15:31 +0000 (UTC) (envelope-from DRagona@enovafinancial.com) Received: from exprod5og106.obsmtp.com (exprod5og106.obsmtp.com [64.18.0.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8989B8FC0A for ; Fri, 13 May 2011 21:15:27 +0000 (UTC) Received: from mail.casham.com ([199.227.81.49]) (using TLSv1) by exprod5ob106.postini.com ([64.18.4.12]) with SMTP ID DSNKTc2fb2/gNvCk11vsCFX5iPmYJ1+eblL2@postini.com; Fri, 13 May 2011 14:15:27 PDT Received: from Corpmail1.casham.com ([fe80::17b:e06d:816a:a87d]) by cai-sc-hts1.casham.com ([fe80::a8ea:2361:8284:bf%12]) with mapi; Fri, 13 May 2011 16:04:34 -0500 From: "Ragona, Derek" To: "'freebsd-emulation@freebsd.org'" Date: Fri, 13 May 2011 16:04:34 -0500 Thread-Topic: Call for Testers: VirtualBox 4.0.6 Thread-Index: AcwRsVvp6Yr6UoIlRAWAzQ32nf/dEg== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Call for Testers: VirtualBox 4.0.6 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, 13 May 2011 21:15:32 -0000 With the tarballs, where do they need to be untarred? Any special options,= or just tar -xzpf? -Derek From owner-freebsd-emulation@FreeBSD.ORG Sat May 14 09:42:58 2011 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 08E211065670 for ; Sat, 14 May 2011 09:42:58 +0000 (UTC) (envelope-from romain.garbage@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id B10FC8FC17 for ; Sat, 14 May 2011 09:42:57 +0000 (UTC) Received: by vws18 with SMTP id 18so3137575vws.13 for ; Sat, 14 May 2011 02:42:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=+PJIJulJRVemt4TTUN10yqoC1Kjo9srEEKCo9fGZs/4=; b=djbI2x3QOEaqUOj9krcMIXCuL2pkrQ0tF/KcHTPwCMAXkKM8DqSP+usJO5Z9ug960f TxEAMbWBnxCmGDIKiV+EuA9GBgpP+SIq3bCELYwokzX+SEjZSvtZCkI5nGMi/xtBsF1g BRpB5DPJ7Ti3aR2U68sHq/8NAbLNWFt7A+IfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fGa7APBWqc2gNEMVEMSIyn4P9xbWAzVFLjAWz7lWgcNQVyhqYbhdJ6nN5LRCu+JnxX IS/4aXZZlzRxB9vX/w/RVDozNVQ1A077lH3t4tetAnGIzxvBQ9m8DWcv3Ol0uCLkCOjV 0Y2WKSlsutPa0h5Rdxb2POB95IXMBobgfXW9c= MIME-Version: 1.0 Received: by 10.52.176.101 with SMTP id ch5mr3500155vdc.129.1305364304458; Sat, 14 May 2011 02:11:44 -0700 (PDT) Received: by 10.220.124.142 with HTTP; Sat, 14 May 2011 02:11:44 -0700 (PDT) In-Reply-To: References: Date: Sat, 14 May 2011 11:11:44 +0200 Message-ID: From: Romain Garbage To: "Ragona, Derek" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-emulation@freebsd.org" Subject: Re: Call for Testers: VirtualBox 4.0.6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2011 09:42:58 -0000 2011/5/13 Ragona, Derek : > With the tarballs, where do they need to be untarred? =C2=A0Any special o= ptions, or just tar -xzpf? If it's the FreeBSD package, you just have to pkg_add foo.tar.gz. If it's the port version, you can untar it everywhere and build/install from there, without touching your ports tree. Romain From owner-freebsd-emulation@FreeBSD.ORG Sat May 14 12:28:01 2011 Return-Path: Delivered-To: emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BA0E106566B; Sat, 14 May 2011 12:28:01 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 33D458FC08; Sat, 14 May 2011 12:28:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4ECS1qO011171; Sat, 14 May 2011 12:28:01 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4ECS1NY011167; Sat, 14 May 2011 12:28:01 GMT (envelope-from arved) Date: Sat, 14 May 2011 12:28:01 GMT Message-Id: <201105141228.p4ECS1NY011167@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, emulation@FreeBSD.org From: arved@FreeBSD.org Cc: Subject: Re: ports/156996: www/linux-f10-flashplugin is vulnerable X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2011 12:28:01 -0000 Synopsis: www/linux-f10-flashplugin is vulnerable Responsible-Changed-From-To: freebsd-ports-bugs->emulation Responsible-Changed-By: arved Responsible-Changed-When: Sat May 14 12:27:39 UTC 2011 Responsible-Changed-Why: Over to maintainer group http://www.freebsd.org/cgi/query-pr.cgi?pr=156996