From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 28 09:08:01 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 76CDB98A for ; Sun, 28 Apr 2013 09:08:01 +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 68D231E88 for ; Sun, 28 Apr 2013 09:08:01 +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 r3S8twoC016805 for ; Sun, 28 Apr 2013 01:55:58 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <517CE41E.2020007@rawbw.com> Date: Sun, 28 Apr 2013 01:55:58 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130327 Thunderbird/17.0.4 MIME-Version: 1.0 To: emulation@freebsd.org Subject: Linux linux_fcntl64 with F_GETLK is faulty? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 09:08:01 -0000 While running a linux 32-bit program on 9.1 amd64, I see these two lines in truss log, and program also eventually fails: linux_open("/some/file/name",0x40,0644) = 5 (0x5) linux_fcntl64(0x5,0x7,0xffff8410,0xffff8410,0x2a988ff4,0x6) ERR#9 'Bad file descriptor' cmd=0x7 is F_GETLK in linux. Several questions with this: 1. Why EBADF error is returned? fd=5 appears to be a valid descriptor based on the presence of the previous open call. 2. Is file locking not implemented in linux emulator? Is this related to the issue when acrobat reader requires linux_adobe.ko kernel module and also consumes 100% CPU all the time due to some workaround? Theare are in make.conf of this system, if this matters: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 Yuri From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 28 15:24:53 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 66BCA8AB for ; Sun, 28 Apr 2013 15:24:53 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) by mx1.freebsd.org (Postfix) with ESMTP id DCD49191F for ; Sun, 28 Apr 2013 15:24:52 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id t1so5044821lbd.38 for ; Sun, 28 Apr 2013 08:24:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=UK7T52EUynF521mny9geDHZTYZ9dJeAzBPKBDom+CSQ=; b=ES73PpTcXAxWVbrr0c/tguYM4ga4CzmXtpDbtArEa4ElXE8/vE5HPEDKjNBD037T+n rYV4tzBIqhBLomokfN6Pr/tXbfPLY4S208TBnF1ClKTikBwZofy86hggtetfzDcIRdUy 5XLAmfIHwb6ujYpCZAtqrmzdty2YBktD9wv3T7I8kJ4VssTTdxZHN0+Rpa6C2UqBK1jf tTz4oq8veBgRM4AWeZ0pRdEMf7/D0qO2v2wjsl2A+6uJyClNsdyFbTD/pW5BB7HGljLY jjecl/HtsK3BkJ2/cr/B8mLf9e9KDDGS1S6Na40cWrVct4/3Q/yiDyE94KINa9S0236Y UPIA== X-Received: by 10.112.74.233 with SMTP id x9mr1205977lbv.0.1367162686068; Sun, 28 Apr 2013 08:24:46 -0700 (PDT) Received: from dchagin.static.corbina.net (dchagin.static.corbina.ru. [78.107.232.239]) by mx.google.com with ESMTPSA id wc5sm7872644lbb.13.2013.04.28.08.24.44 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Apr 2013 08:24:45 -0700 (PDT) Sender: Dmitry Chagin Received: from dchagin.static.corbina.net (localhost [127.0.0.1]) by dchagin.static.corbina.net (8.14.6/8.14.6) with ESMTP id r3SFOeEG044260; Sun, 28 Apr 2013 19:24:40 +0400 (MSK) (envelope-from dchagin@dchagin.static.corbina.net) Received: (from dchagin@localhost) by dchagin.static.corbina.net (8.14.6/8.14.6/Submit) id r3SFObei044259; Sun, 28 Apr 2013 19:24:37 +0400 (MSK) (envelope-from dchagin) Date: Sun, 28 Apr 2013 19:24:30 +0400 From: Chagin Dmitry To: Yuri Subject: Re: Linux linux_fcntl64 with F_GETLK is faulty? Message-ID: <20130428152430.GA44233@dchagin.static.corbina.net> References: <517CE41E.2020007@rawbw.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline In-Reply-To: <517CE41E.2020007@rawbw.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 15:24:53 -0000 --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 28, 2013 at 01:55:58AM -0700, Yuri wrote: > While running a linux 32-bit program on 9.1 amd64, I see these two lines= =20 > in truss log, and program also eventually fails: > linux_open("/some/file/name",0x40,0644) =3D 5 (0x5) > linux_fcntl64(0x5,0x7,0xffff8410,0xffff8410,0x2a988ff4,0x6) ERR#9 'Bad=20 > file descriptor' >=20 > cmd=3D0x7 is F_GETLK in linux. >=20 > Several questions with this: > 1. Why EBADF error is returned? fd=3D5 appears to be a valid descriptor= =20 > based on the presence of the previous open call. > 2. Is file locking not implemented in linux emulator? Is this related to= =20 > the issue when acrobat reader requires linux_adobe.ko kernel module and= =20 > also consumes 100% CPU all the time due to some workaround? >=20 > Theare are in make.conf of this system, if this matters: > OVERRIDE_LINUX_BASE_PORT=3Df10 > OVERRIDE_LINUX_NONBASE_PORTS=3Df10 >=20 Hi, Yuri. can u point me to the test program? --=20 Have fun! chd --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlF9Py4ACgkQ0t2Tb3OO/O2ACwCgp5mPqIf8WJzxN8PODTdBt5Ub 8/UAmwQHDoIDCP/k56ujabIaUURZCQqX =djEU -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G-- From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 29 11:06:43 2013 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 48B2B31D for ; Mon, 29 Apr 2013 11:06:43 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2AC391917 for ; Mon, 29 Apr 2013 11:06:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3TB6hPt018090 for ; Mon, 29 Apr 2013 11:06:43 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3TB6gHJ018088 for freebsd-emulation@FreeBSD.org; Mon, 29 Apr 2013 11:06:42 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 29 Apr 2013 11:06:42 GMT Message-Id: <201304291106.r3TB6gHJ018088@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 Subject: Current problem reports assigned to freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 11:06:43 -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/177743 emulation [kvm] [panic] kernel panic during `portsnap update` on o ports/177722 emulation Change request: Add terminfo database to linux_base-* o kern/174933 emulation [linux] if_nameindex fail in linuxulator enviroment o kern/174908 emulation [vmware] "unsupportable block size 0" after upgrading o kern/174238 emulation [qemu] FreeBSD 9.0 doesn't boot under QEMU due to ACPI o ports/169896 emulation [patch] audio/linux-f10-alsa-lib: use OSS plugin by de o kern/169814 emulation [linux] ptrace is broken in Linux emulation o kern/169805 emulation [linux] utime() syscall does not work in linuxulator o kern/159646 emulation [linux] [patch] bump Linux version in linuxulator f 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/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 kern/151714 emulation [linux] print/acroread9 not usable due to lack of supp 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 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/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 so 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/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 37 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 29 11:33:10 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D29E26BC for ; Mon, 29 Apr 2013 11:33:10 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ea0-x234.google.com (mail-ea0-x234.google.com [IPv6:2a00:1450:4013:c01::234]) by mx1.freebsd.org (Postfix) with ESMTP id 67E741DAD for ; Mon, 29 Apr 2013 11:33:10 +0000 (UTC) Received: by mail-ea0-f180.google.com with SMTP id q16so2487450ead.39 for ; Mon, 29 Apr 2013 04:33:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:x-enigmail-version:content-type; bh=zi6g1rWudTT+OPt+mNuDv8iAYfV8IdVYPER4jIsyDPM=; b=bBnyIGCqt4FCSF64r8ztlcJH1T3HkTD9cqeas8P7AtXdaH6HGqGMy4nY2kRo0SPqYd CQenkmFO/CwP0KY/HjVjbhNttt+W31t4MSh0ii/OlTqgEuSif0cKIdC8hVfC3+abSvou lAn1Evd6Bto5XXuRA/O6szetOqRMxhTZ+0f3cV94GvMzISvDqxFevIe4SlOCsLgc92QK Dp07i0ji0epbcOroDylPCLUuEhkOXd/QAA4K1fAwQeVRb1jHVGSXXqjSTpwTs7l3IBmQ IXJk2Kc1bvV1ihejNagfF+t/numwTZatRARbp1jrtWdBZRTRBwGinKe0WDuK8vJzIsh/ bmdw== X-Received: by 10.14.9.71 with SMTP id 47mr78015510ees.21.1367235189601; Mon, 29 Apr 2013 04:33:09 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:9c0b:f277:fe9c:927b? ([2001:980:d7ed:1:9c0b:f277:fe9c:927b]) by mx.google.com with ESMTPSA id n7sm32330159eeo.0.2013.04.29.04.33.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Apr 2013 04:33:08 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <517E5A72.2080703@freebsd.org> Date: Mon, 29 Apr 2013 13:33:06 +0200 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130403 Thunderbird/17.0.5 MIME-Version: 1.0 To: emulation@freebsd.org Subject: patch for net-im/linux-ymessenger X-Enigmail-Version: 1.5.1 Content-Type: multipart/mixed; boundary="------------080100040406070409090708" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 11:33:10 -0000 This is a multi-part message in MIME format. --------------080100040406070409090708 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, as part of the the "remove FC4 patch" (after 8.4 is out) I came across net-im/linux-ymessenger, for which I propose the attached patch to un-hardcode some dependencies. Any objections? (the STRIP= line is now handled by USE_LINUX=yes) Regards, Renï¿© -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRflpyAAoJEK27+GEKN4m32gQP/ikf0mBObBVwUdm/EaMOe3uy T/0gCpSNHTfwgp3dbbk8jT/0iRtoucll0cYIkOvdHu7iAEJrjiE6CkGTBswtoMdr +5Qbb7w3An9cQeOubikgIYhmPidH7UjAv+/11HnbEbw9DpOXLagWmaFc4EtqNg8a JXcuJK+2pWxwKOkyVmruO42T6mPt2Kvp0/NOD80iCfUdpfpXuOhqQd4j1dk/sueN F1HdugpbXkahHnYT048rfKszxOtSZm132pPJfEv33sSJFqWUzxYkgN/Wfi+eFuy0 nBEgSxNITuVpDih6UelNT5wjIvcMI/RaQ1bKEYcNpJ40C+GsAO5kNor11aY6fbuP 1sQqUIcaWV+IHOjmh7CizrYtizqRN8dN7G1/PRYE6uTJ1GoCGmTBw3TFx3bIlFyH LToIerA+Cv0kmOvZ37Iut0lx/MnQW/+YCb/7K8JXkgYhpZ9m0OshfUHFyF/LHEkt SIxWoxwm5+3yZ+HBbO/VP4g03bNesqPlmANUPdSkAHfmwYhKL2AiluYTaMY6Uvlj xtSwviYOEyib9H/6qNsMFJuLwqr4VCaOb7FQJQ7hZW6ZOI+TVFiquCEkDsZbUUf+ FK6p5Ho8hDLpuQ/XrwLKO86658g7hX3z2XT10z64JQc5Wu3wpAFwp7Q7B8Hkn314 HeyoPPw1l2HkNu1xI8Fx =3owU -----END PGP SIGNATURE----- --------------080100040406070409090708 Content-Type: text/plain; charset=UTF-8; name="linux-ymessenger.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="linux-ymessenger.diff" SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIE1ha2VmaWxlCShyZXZpc2lvbiAz MTY4MDApCisrKyBNYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMSw5ICsxLDUgQEAKLSMg TmV3IHBvcnRzIGNvbGxlY3Rpb24gbWFrZWZpbGUgZm9yOglsaW51eC15bWVzc2VuZ2VyCi0j IERhdGUgY3JlYXRlZDoJCTIzIERlY2VtYmVyIDIwMDMKLSMgV2hvbToJCQlTZXRoIEtpbmdz bGV5IDxzZXRoa0BtZW93ZmlzaGllcy5jb20+Ci0jCisjIENyZWF0ZWQgYnk6IFNldGggS2lu Z3NsZXkgPHNldGhrQG1lb3dmaXNoaWVzLmNvbT4KICMgJEZyZWVCU0QkCi0jCiAKIFBPUlRO QU1FPQl5bWVzc2VuZ2VyCiBQT1JUVkVSU0lPTj0JMS4wLjYuMQpAQCAtMTgsMTQgKzE0LDE0 IEBACiBDT01NRU5UPQlBbiBSUE0gb2YgWWFob28hIE1lc3NlbmdlciBpbnN0YW50IG1lc3Nh Z2luZyBjbGllbnQKIAogRVhUUkFDVF9ERVBFTkRTPQlycG0yY3Bpby5wbDoke1BPUlRTRElS fS9hcmNoaXZlcnMvcnBtMmNwaW8KLVJVTl9ERVBFTkRTPQkke0xJTlVYQkFTRX0vdXNyL2xp Yi9saWJnZGtfcGl4YnVmLnNvLjI6JHtQT1JUU0RJUn0vZ3JhcGhpY3MvbGludXgtZ2RrLXBp eGJ1ZiBcCi0JCSR7TElOVVhCQVNFfS91c3IvbGliL2xpYmd0ay0xLjIuc28uMDoke1BPUlRT RElSfS94MTEtdG9vbGtpdHMvbGludXgtZ3RrCiAKK1VTRV9MSU5VWD0JeWVzCitVU0VfTElO VVhfQVBQUz0JZ2RrcGl4YnVmIGd0aworCiBOT19CVUlMRD0JeWVzCiBOT19XUktTVUJESVI9 CXllcwogCiBPTkxZX0ZPUl9BUkNIUz0JaTM4NiBhbWQ2NAotU1RSSVA9CiAKIFNIQVJFX0ZJ TEVTPQl5YWhvb19nbm9tZS5wbmcgeWFob29fa2RlLnhwbSB5bWVzc2VuZ2VyLmRlc2t0b3Bc CiAJCXltZXNzZW5nZXIua2RlbG5rCg== --------------080100040406070409090708 Content-Type: application/octet-stream; name="linux-ymessenger.diff.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="linux-ymessenger.diff.sig" iQIcBAABAgAGBQJRflpyAAoJEK27+GEKN4m3S/wP/0v+3g8ZZDU8ZHG4i9romzXrv3no1hiG OytsBO/SltRxvXfdmdVEXBj+sMBQGp0AXiOi6AK2iw5Mup9BMQEQszsj72IuTD/C/eMRCEDd Fec0GlcatC2N+K6WM1i3qTFBxbfP3B6RWd24ULb8djeEmgQ8tgTTrC8lPl4hhk+nIDDPDRYh yMaANeimnrA5RAoj+mE80Is0mqsLU/qvfWRm7ijZPINI6kmf0Oi5siUUZQgxs4igyQyqnHuc XpuVGYPUdf1YIbmrL5As96NrgBpTvw222cWiATZSECPyWV+sIEH5uWwTPBgCZ1NqPQ9vCuSF EjmY1qAeI7pnntI5YNvnO74WP+r/c2imP03mLqMxi3WeXzZ/HAkWdReMRULm7N+Setgie5bR d8LFDGy8d9zUCEfRRBxkKzAUuDQUlqCPS1DQ2yCOef0RLJ2QDtmMQMmzOT3Y2nNlToDxvMiu 5iOYPK0HXBycrQeyprs3OSeR4Lz/c792HnvQWtOvvZ2Le8IlLIcEFnpmX7uWCH2Wh2KC3mOE 9Qqi+Z74ixCfPwStvjysr1aYD2Zi9m+jdgoYSfs4m5mqF49s2rT+eVM8Qk5HuLMk/X39FHQO t22c0089Fdcb4IhRuklb5QP/0e/vRE6w0dJ9uC1GrXN6d32SaLXMih/i2dKOTUkjD1okWJ8U 3dLR --------------080100040406070409090708-- From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 30 09:45:57 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2F933D32 for ; Tue, 30 Apr 2013 09:45:57 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-bk0-x229.google.com (mail-bk0-x229.google.com [IPv6:2a00:1450:4008:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id B822E1614 for ; Tue, 30 Apr 2013 09:45:56 +0000 (UTC) Received: by mail-bk0-f41.google.com with SMTP id jc3so136279bkc.28 for ; Tue, 30 Apr 2013 02:45:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=bEKUGXBLTZFl0vIylF1fF73oouMkjkNOsEX/gtyaGZc=; b=QACqwxMFfUB1IDZTrQEBSIa3LZF7EFGjdyq0YgYMRnUhVJJXqjQ5SRNPCa8LMYxvX0 ccyq5QJD4IyScXkgAR6hYMwp0mwVkwU7uzkhCTr45Y2a7/NbGKdOBSgekuX8FCpHepx8 5Q/GXKmoE53SYb6c8t2qsKGQJuCGfFa2Okw6k00/m8vWBycprtio5cMOOp10JDV6kfXM GZrkCcEOhM6gN/zAGF4sSq5QWDZxkVU583D0bjQtueHMl2YWP/Vb0bgnHuVDKeSkmAv4 mZjCrgPX9pMN+5sNfF/MW7M/PgCOOmGr5EcAfBizJJrq8ekVB/PHDizlVT1T00kiFyGg m8Sw== X-Received: by 10.204.56.135 with SMTP id y7mr22365134bkg.24.1367315155750; Tue, 30 Apr 2013 02:45:55 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:a4d2:27e7:6924:814b? ([2001:980:d7ed:1:a4d2:27e7:6924:814b]) by mx.google.com with ESMTPSA id 2sm7882882bki.19.2013.04.30.02.45.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Apr 2013 02:45:54 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <517F92D0.5010708@freebsd.org> Date: Tue, 30 Apr 2013 11:45:52 +0200 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130403 Thunderbird/17.0.5 MIME-Version: 1.0 To: emulation@freebsd.org, sethk@meowfishies.com Subject: Re: patch for net-im/linux-ymessenger References: <517E5A72.2080703@freebsd.org> In-Reply-To: <517E5A72.2080703@freebsd.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 09:45:57 -0000 On 29-04-2013 13:33, René Ladan wrote: > Hi, > > as part of the the "remove FC4 patch" (after 8.4 is out) I came > across net-im/linux-ymessenger, for which I propose the attached > patch to un-hardcode some dependencies. > > Any objections? (the STRIP= line is now handled by USE_LINUX=yes) > I just committed the patch, infrastructure changes only. See http://svnweb.freebsd.org/ports?view=revision&revision=316907 René From owner-freebsd-emulation@FreeBSD.ORG Thu May 2 22:01:49 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0BCD6AA5 for ; Thu, 2 May 2013 22:01:49 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id CA9DB1781 for ; Thu, 2 May 2013 22:01:48 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id ef5so939689obb.1 for ; Thu, 02 May 2013 15:01:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=R3w2PhHc0UgP/W7E3fE7KMEMYEHhiUetOfKYdpCyglc=; b=DBpR5KUWGGfuiZ+YEeJLvwreXtlTueJs7pGnWEldKjbsjo7dHO8zuX7Ykj0r4OJVUX VsZUek1NizhMb5qsnGUjlmyAgzMTzf0dtosObC/Xd9VD1Irc6v+y26WHdkaH3IxN8pNP dArS7XOqHPniZbG+3lkTpltNiCHkMiMU0qZds= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=R3w2PhHc0UgP/W7E3fE7KMEMYEHhiUetOfKYdpCyglc=; b=ByICq9zVeoTkBtqk3yrBeMn0JvWyxTie4tJx1NU/U83OoYRt2Ynt9psnrXzXB71Q2N 00Hc4L/Chwa/3GoA6To40A3gtX1iXHRleoNpTUJppLmM2FqIZSbwyYYBX3m4ENN4ig3n 5/Hh8Y/opLa4yqYzuCr8jtoy3IglieaN0iBoRqT0LSTBgOxDbzmM/twZLihwLrGjrvU7 8sKd7azcIwyHp0z+sSCC1Vabt+LQJrN16E44Oqi5BCusASz3eF08MSIGkmIoCn7wew/F riNr4wXuDHWVM6TaGwjk8E/iwOwWF67CYG2wdca0GCB9iI+md0uE51h88ODoBiCCWk7M xNpQ== MIME-Version: 1.0 X-Received: by 10.60.34.135 with SMTP id z7mr2283085oei.68.1367532108344; Thu, 02 May 2013 15:01:48 -0700 (PDT) Received: by 10.76.83.163 with HTTP; Thu, 2 May 2013 15:01:48 -0700 (PDT) X-Originating-IP: [2001:470:9bf5:200:21c:23ff:fe94:8591] In-Reply-To: <4E0B86FF-9C4D-4CDA-87FC-D6F75926695F@lassitu.de> References: <4E0B86FF-9C4D-4CDA-87FC-D6F75926695F@lassitu.de> Date: Fri, 3 May 2013 00:01:48 +0200 Message-ID: Subject: Re: ports/174976: fix for IPv6 port setting From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Stefan Bethke Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQlvOS5Y64tw8OyoilmUThSjmx0W6DFIbN8npxMCK9lRwgCxgGiqYUwmK0ruk993snNBGiRq Cc: Martin.Birgmeier@aon.at, "freebsd-emulation@freebsd.org" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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, 02 May 2013 22:01:49 -0000 I've just committed your patch to the vbox testing repository. http://redports.org/changeset/11692 On Tue, Apr 16, 2013 at 5:01 PM, Stefan Bethke wrote: > With the following patch, VirtualBox uses the vrde properties VNCAddress4= , VNCAddress6, VNCPort4, and VNCPort6, and passes their values to libvncser= ver. For example: > $ VBoxManage modifyvm Ubuntu --vrdeproperty VNCPort4=3D5902 > $ VBoxManage modifyvm Ubuntu --vrdeproperty VNCPort6=3D5902 > > -- > Stefan Bethke Fon +49 151 14070811 --=20 Bernhard Fr=F6hlich http://www.bluelife.at/ From owner-freebsd-emulation@FreeBSD.ORG Sat May 4 01:19:56 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 14043392 for ; Sat, 4 May 2013 01:19:56 +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 051C01E33 for ; Sat, 4 May 2013 01:19:55 +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 r441Js3g024624 for ; Fri, 3 May 2013 18:19:55 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <5184623A.7090603@rawbw.com> Date: Fri, 03 May 2013 18:19:54 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130327 Thunderbird/17.0.4 MIME-Version: 1.0 To: emulation@freebsd.org Subject: [VBOX] Failure while attaching the physical hard drive to the guest Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 01:19:56 -0000 I have a Linux guest with VDI hard drive. I want to attach the physical (on host) hard drive to this guest. So I created the ada3.vmdk pointing to /dev/ada3: VBoxManage internalcommands createrawvmdk -filename ada3.vmdk -rawdisk /dev/ada3 Then I ran this command to attach ada3.vmdk to the machine Mint-mate-32: VBoxManage storageattach "Mint-mate-32" --storagectl "SATA" --port 1 --device 0 --type hdd --medium "/home/yuri/VirtualBox VMs/Mint-mate-32/ada3.vmdk" This added another HardDrive in Mint-mate-32.vbox: And also this hard drive's description under : However, this machine fails to start now: VERR_ACCESS_DENIED on ada3.vmdk No further explanation, except NS_ERROR_FAILURE (0x80004005) Log provides no further insight also. Hard drive is recognized by the host system as: ada3 at ahcich7 bus 0 scbus7 target 0 lun 0 ada3: ATA-8 SATA 2.x device ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada3: Command Queueing enabled ada3: 152627MB (312581808 512 byte sectors: 16H 63S/T 16383C) How can I get information what the error actually is? Is such operation reasonable? Is it supposed to work? Yuri From owner-freebsd-emulation@FreeBSD.ORG Sat May 4 06:02:08 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4F6A6E9E for ; Sat, 4 May 2013 06:02:08 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-oa0-f45.google.com (mail-oa0-f45.google.com [209.85.219.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1931415AA for ; Sat, 4 May 2013 06:02:07 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id o17so2295801oag.32 for ; Fri, 03 May 2013 23:02:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=PXFNFI9EIurL1NvjR2SvsCWthn+7uiQG2O93qlXGGSU=; b=UTBQ7DGrh5BhBOhgQma7AnUwRhH5FP6+GQ3BxII33bvESywVY0VTIvO16tcjD4QbfV 9pJIv50VyhDZzT7QssKTPewsEPcRvx6+ViLKoeq0oM9p0rcjaNQYyaZbkmvIlPARie0j z/uyg0oIn8B4f7d8ar9u6zieCYPaZTspMd5+4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=PXFNFI9EIurL1NvjR2SvsCWthn+7uiQG2O93qlXGGSU=; b=ctExDoMButOiAsgYrgVIQEWE5ifbVww2c5ogsdkPTQCfZmzvD9pRzh3Xq/vcowPTL7 hJ+t44QYmD6ego7Fb1TJeDh7kqOE53tr6LTy1IWf7/zFHTeYMWRWVR9ROSpYYHX35VyT FaKg7nkxLqUfvWRQw74ViG/7jlB24Pk3fRLqmA2cJGTJ65Zn/q9p1meuCAkYACnWYVXD mKayAeLC7hMoxpLodNZcwfMUl1/CI75DPNS5TsExFYjy21rTYjPWCA1vdZ7UFAfAANDN F23rXAiAXsEWJUs2Yr/hEWaCIgWEcNIuGykQsRb20Mjd4QNK1EfO1M/K6gP6F0PmiNT7 Mmgg== MIME-Version: 1.0 X-Received: by 10.60.42.104 with SMTP id n8mr3605657oel.94.1367647327196; Fri, 03 May 2013 23:02:07 -0700 (PDT) Received: by 10.76.83.163 with HTTP; Fri, 3 May 2013 23:02:07 -0700 (PDT) X-Originating-IP: [89.144.192.95] Received: by 10.76.83.163 with HTTP; Fri, 3 May 2013 23:02:07 -0700 (PDT) In-Reply-To: <5184623A.7090603@rawbw.com> References: <5184623A.7090603@rawbw.com> Date: Sat, 4 May 2013 08:02:07 +0200 Message-ID: Subject: Re: [VBOX] Failure while attaching the physical hard drive to the guest From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Yuri X-Gm-Message-State: ALoCoQl4VmamKl02ucWv6AbgTfzLVHyVEL65qQj19i0DQtkfZ5GCMEVFoEZ4uCsmxptjL3cQrYTH Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 06:02:08 -0000 Am 04.05.2013 03:20 schrieb "Yuri" : > > I have a Linux guest with VDI hard drive. > I want to attach the physical (on host) hard drive to this guest. > > So I created the ada3.vmdk pointing to /dev/ada3: > VBoxManage internalcommands createrawvmdk -filename ada3.vmdk -rawdisk /dev/ada3 > Then I ran this command to attach ada3.vmdk to the machine Mint-mate-32: > VBoxManage storageattach "Mint-mate-32" --storagectl "SATA" --port 1 --device 0 --type hdd --medium "/home/yuri/VirtualBox VMs/Mint-mate-32/ada3.vmdk" > > This added another HardDrive in Mint-mate-32.vbox: > > And also this hard drive's description under : > > > > > However, this machine fails to start now: VERR_ACCESS_DENIED on ada3.vmdk > No further explanation, except NS_ERROR_FAILURE (0x80004005) > Log provides no further insight also. > > Hard drive is recognized by the host system as: > ada3 at ahcich7 bus 0 scbus7 target 0 lun 0 > ada3: ATA-8 SATA 2.x device > ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) > ada3: Command Queueing enabled > ada3: 152627MB (312581808 512 byte sectors: 16H 63S/T 16383C) > > How can I get information what the error actually is? > Is such operation reasonable? Is it supposed to work? > > Yuri My first guess is that permissions for /dev/ada3 are not sufficient for your vbox user. From owner-freebsd-emulation@FreeBSD.ORG Sat May 4 06:34:44 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8FFC78FC for ; Sat, 4 May 2013 06:34:44 +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 7D1A716A6 for ; Sat, 4 May 2013 06:34:44 +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 r446Yg23080107; Fri, 3 May 2013 23:34:42 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <5184AC02.3010303@rawbw.com> Date: Fri, 03 May 2013 23:34:42 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130327 Thunderbird/17.0.4 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= Subject: Re: [VBOX] Failure while attaching the physical hard drive to the guest References: <5184623A.7090603@rawbw.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 06:34:44 -0000 On 05/03/2013 23:02, Bernhard Fröhlich wrote: > My first guess is that permissions for /dev/ada3 are not sufficient > for your vbox user. Changing permissions of /dev/ada3 to 0777 didn't change anything. But changing permissions of ada3.vmdk to 0777 changed the situation: now it fails with the message "Failed to open session", "No error info", S_ERROR_CALL_FAILED (0x800706BE) And there is an assert in log: 00:00:01.267946 DrvBlock: Async flushes will be passed to the disk 00:00:01.268193 AIOMgr: Endpoint for file '/home/yuri/VirtualBox VMs/Mint-mate-32/ada3.vmdk' (flags 00000723) created successfully 00:00:01.270518 00:00:01.270520 !!Assertion Failed!! 00:00:01.270521 Expression: stamR3SlashCompare(pPrev->pszName, pszName) < 0 00:00:01.270522 Location : /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/VMM/VMMR3/STAM.cpp(632) int stamR3RegisterU(UVM*, void*, void (*)(VM*, void*), void (*)(VM*, void*, char*, size_t), STAMTYPE, STAMVISIBILITY, const char*, STAMUNIT, const char*) Yuri From owner-freebsd-emulation@FreeBSD.ORG Sat May 4 14:43:31 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AED15F28 for ; Sat, 4 May 2013 14:43:31 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 760E31D86 for ; Sat, 4 May 2013 14:43:31 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id 16so2155843obc.9 for ; Sat, 04 May 2013 07:43:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=x-received:date:from:to:subject:message-id:in-reply-to:references :organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=GCvLBgFWRboj/WgBLlSk2yI73DsOM1ZMdqgMxf3MgQQ=; b=YSuz8pc+g7RqUpnI34W0OrDwLhUi7Zkri1TcgzBi6I19Aelr9lPyn4LqZgXBQvjiNO FQNFH/ARE9CxfR/9vmRUxk8S8HPnwETuUNx5XGF3S1W3Qh7wRbhN+p5OUkoh9Kb6zr33 qJ7dPoKpExYFoUJum40Ix2sChKB52tIsJPxEw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :organization:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=GCvLBgFWRboj/WgBLlSk2yI73DsOM1ZMdqgMxf3MgQQ=; b=o2NtuZfUoUV7MDDCQFTDuaLqDJfF6dcZYm6e35OZo/gOQr4pS/R290xJVy7rOTmlCE pNH9KhKYXu1U1ux+rfNaMTrv2gF+FJYsYK9bbNrz/F6UGvvGeYa28DX07yrr8UnWka8R ONd9hDxj+MI8B4+aW+uQVlIJ/tDfQtw4ts70ISRtjYHUhTon8IALcqzldToxkxQ2dDsx KptlPrSrELIthD6ta3RQItYI5r6Mh1VRmDJkRl2Hupr/qFp6EJvmofKFcP5eKI/PuMYd G9S0VCqpXRQ27RU5W9Qn/flNyqTm2851TemtcRJQgNA1OLBkaO8EEZNiTlj8sr3ucNAJ SysQ== X-Received: by 10.182.148.231 with SMTP id tv7mr4001839obb.38.1367678610894; Sat, 04 May 2013 07:43:30 -0700 (PDT) Received: from papi ([177.158.97.212]) by mx.google.com with ESMTPSA id bh8sm3454525obb.11.2013.05.04.07.43.29 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 04 May 2013 07:43:30 -0700 (PDT) Date: Sat, 4 May 2013 11:45:24 -0300 From: Mario Lobo To: freebsd-emulation@freebsd.org Subject: Re: [VBOX] Failure while attaching the physical hard drive to the guest Message-ID: <20130504114524.5261760b@papi> In-Reply-To: <5184AC02.3010303@rawbw.com> References: <5184623A.7090603@rawbw.com> <5184AC02.3010303@rawbw.com> Organization: BSD X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQkYYZ8Ros5O+tFNR7u4Df+i9mtvNHSENt4oFOxGDNrb1QUxYbXgbpApWjsxq/Y2xnmTSnh6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 14:43:31 -0000 On Fri, 03 May 2013 23:34:42 -0700 Yuri wrote: > On 05/03/2013 23:02, Bernhard Fr=F6hlich wrote: > > My first guess is that permissions for /dev/ada3 are not sufficient=20 > > for your vbox user. >=20 > Changing permissions of /dev/ada3 to 0777 didn't change anything. > But changing permissions of ada3.vmdk to 0777 changed the situation: > now it fails with the message "Failed to open session", "No error > info", >=20 > S_ERROR_CALL_FAILED (0x800706BE) > And there is an assert in log: > 00:00:01.267946 DrvBlock: Async flushes will be passed to the disk > 00:00:01.268193 AIOMgr: Endpoint for file '/home/yuri/VirtualBox=20 > VMs/Mint-mate-32/ada3.vmdk' (flags 00000723) created successfully > 00:00:01.270518 > 00:00:01.270520 !!Assertion Failed!! > 00:00:01.270521 Expression: stamR3SlashCompare(pPrev->pszName, > pszName) < 0 00:00:01.270522 Location :=20 > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.6/src/VBox/VMM/VM= MR3/STAM.cpp(632)=20 > int stamR3RegisterU(UVM*, void*, void (*)(VM*, void*), void (*)(VM*,=20 > void*, char*, size_t), STAMTYPE, STAMVISIBILITY, const char*, > STAMUNIT, const char*) >=20 >=20 > Yuri >=20 > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to > "freebsd-emulation-unsubscribe@freebsd.org" Have you tried installing guest additions and sharing your drive through the shared folders feature? --=20 Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winblows FREE) =20 From owner-freebsd-emulation@FreeBSD.ORG Sat May 4 16:12:07 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AC3256B for ; Sat, 4 May 2013 16:12: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 569BE233 for ; Sat, 4 May 2013 16:12:07 +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 r44GC506085992; Sat, 4 May 2013 09:12:05 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <51853354.7060903@rawbw.com> Date: Sat, 04 May 2013 09:12:04 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130327 Thunderbird/17.0.4 MIME-Version: 1.0 To: Mario Lobo Subject: Re: [VBOX] Failure while attaching the physical hard drive to the guest References: <5184623A.7090603@rawbw.com> <5184AC02.3010303@rawbw.com> <20130504114524.5261760b@papi> In-Reply-To: <20130504114524.5261760b@papi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 16:12:07 -0000 On 05/04/2013 07:45, Mario Lobo wrote: > Have you tried installing guest additions and sharing your drive > through the shared folders feature? Shared folders do work. But I need to access the drive from Linux as a whole, not on the file system level. On the side note, this is Linux Mint, and for some reason, even without installing the guest additions, all features normally enabled by additions work without me installing them (shared folders, screen resize, non-sticky mouse). I am not sure if mint comes with additions in it, or how does this work. Yuri From owner-freebsd-emulation@FreeBSD.ORG Sat May 4 22:22:01 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 04F08EAD for ; Sat, 4 May 2013 22:22:01 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-oa0-f51.google.com (mail-oa0-f51.google.com [209.85.219.51]) by mx1.freebsd.org (Postfix) with ESMTP id C7C922FC for ; Sat, 4 May 2013 22:22:00 +0000 (UTC) Received: by mail-oa0-f51.google.com with SMTP id f4so132836oah.24 for ; Sat, 04 May 2013 15:21:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Ppf1BxXS8Re1MK0AlxUdkNzeoG/MVOGkC/H9+hS7Kaw=; b=sg8BwJDlxzFejCq7ib6Fjy57puDvEF6frMQpSpNnz8mfbEqQIHnt3zzewpAYSsn3sO Jh92+Azbz4aINkFr/ABwTO3OSWZWlQ+cCbK9oH20/KLo40nz9JPS83d9w4L5k5wYlhAn +W+02rnH4NJo1UDKEMStYHaRGqOkHfI57DQHUBbpB1pVxDcmR8RvQdHcs+XZXNDwBWjR xmJBEp7RfNKRGWvlwI8ZKsBXdQ3jFZ8WURJNd/DoexYjirUvI73Mm3/gqyLA9xoiH8+b we65wsVEDoxM+ibVfO+rGtFAUVjuoCk6MQbHAljPCMCLLZXDniaXGGBnKlHtCQ9gqPqS jwRQ== MIME-Version: 1.0 X-Received: by 10.60.148.130 with SMTP id ts2mr3938888oeb.115.1367706114459; Sat, 04 May 2013 15:21:54 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.76.12.167 with HTTP; Sat, 4 May 2013 15:21:54 -0700 (PDT) In-Reply-To: <51853354.7060903@rawbw.com> References: <5184623A.7090603@rawbw.com> <5184AC02.3010303@rawbw.com> <20130504114524.5261760b@papi> <51853354.7060903@rawbw.com> Date: Sat, 4 May 2013 15:21:54 -0700 X-Google-Sender-Auth: QrWkp354FvQiyJBMClFyj-ft3iM Message-ID: Subject: Re: [VBOX] Failure while attaching the physical hard drive to the guest From: Kevin Oberman To: Yuri Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 22:22:01 -0000 On Sat, May 4, 2013 at 9:12 AM, Yuri wrote: > On 05/04/2013 07:45, Mario Lobo wrote: > >> Have you tried installing guest additions and sharing your drive >> through the shared folders feature? >> > > Shared folders do work. But I need to access the drive from Linux as a > whole, not on the file system level. > > On the side note, this is Linux Mint, and for some reason, even without > installing the guest additions, all features normally enabled by additions > work without me installing them (shared folders, screen resize, non-sticky > mouse). I am not sure if mint comes with additions in it, or how does this > work. > Mint includes VBox support, so no Guest Additions are needed or available. (I think Ubuntu, from which Mint is descended, also is VBox ready.) -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com