From owner-freebsd-hackers@freebsd.org Tue Sep 22 10:09:50 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2379EA05638 for ; Tue, 22 Sep 2015 10:09:50 +0000 (UTC) (envelope-from deco33000@yandex.com) Received: from forward15h.cmail.yandex.net (forward15h.cmail.yandex.net [87.250.230.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC10419C4; Tue, 22 Sep 2015 10:09:49 +0000 (UTC) (envelope-from deco33000@yandex.com) Received: from web12h.yandex.ru (web12h.yandex.ru [IPv6:2a02:6b8:0:f05::22]) by forward15h.cmail.yandex.net (Yandex) with ESMTP id E63F821493; Tue, 22 Sep 2015 13:09:34 +0300 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web12h.yandex.ru (Yandex) with ESMTP id 58AA9C22754; Tue, 22 Sep 2015 13:09:34 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1442916574; bh=cUmxDe5ASVht1opEZe8+XUG5GYm9UFbRpBUUNCRjDdo=; h=From:To:In-Reply-To:References:Subject:Date; b=A8eWezboQF79QOjoJmYRvqrhW0l4hV1hpTmkoEvI73CDGeJzyE5MF76SkETNm8jq/ zrwoVOlWkYzq0fMQTvSlppynQ4b90McoR6BmqlarFBWXVhRn24j2gNQpJaASz8mt6d M26CMxwbqlXh17jFGeo5mDlhz+jBR+e6J4t2pBbI= Received: by web12h.yandex.ru with HTTP; Tue, 22 Sep 2015 13:09:33 +0300 From: deco33000 Jog To: Julian Elischer , "freebsd-hackers@freebsd.org" In-Reply-To: <5600F6D4.5040007@freebsd.org> References: <730481442868585@web10h.yandex.ru> <5600F6D4.5040007@freebsd.org> Subject: Re: Virtual images and qemu MIME-Version: 1.0 Message-Id: <184701442916573@web12h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Tue, 22 Sep 2015 12:09:33 +0200 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2015 10:09:50 -0000 OK, Now it is fully working. I switched to virtualbox and chose a nat paravirt network. I really hate virtualization but will bear with it anyway. Thanks for you help, Bye 22.09.2015, 08:36, "Julian Elischer" : > On 9/22/15 4:49 AM, deco33000 Jog wrote: >> šHi, >> >> šI just downloaded the freebsd 10.2 virtual image for amd64. It runs on Linux mint. >> šI use qemu v.1.7.0 (because of linux mint, but plan to manually install the 2.4.0 version, and ditch Mint altogether). >> >> šI use the following command: >> šqemu-system-x86_64 myfreebsdimage.qcow2 >> >> šWhen doing the pkg command, at some point it says it cannot fetch because of read only file system. >> >> šOk, but how did you fix this? (I am not very used to virtualization). > > virtualization should not give you a read-only filesystem. > there are a few possibilities.. > off the top of my head... > 1/ you are in single user mode, in which case you need to let it > finish booting. or you can do 'mount -u /' > to make it read-write > 2/ something failed in mounting /tmp and it's read-only? > > you need to tell us more about what has happened up to this point.