From owner-freebsd-hackers@freebsd.org Mon Sep 21 20:49:58 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 10A35A06392 for ; Mon, 21 Sep 2015 20:49:58 +0000 (UTC) (envelope-from deco33000@yandex.com) Received: from forward13h.cmail.yandex.net (forward13h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::9e]) (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 C1C901BD6 for ; Mon, 21 Sep 2015 20:49:57 +0000 (UTC) (envelope-from deco33000@yandex.com) Received: from web10h.yandex.ru (web10h.yandex.ru [IPv6:2a02:6b8:0:f05::20]) by forward13h.cmail.yandex.net (Yandex) with ESMTP id 580242131C for ; Mon, 21 Sep 2015 23:49:46 +0300 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web10h.yandex.ru (Yandex) with ESMTP id 06E6510001C8; Mon, 21 Sep 2015 23:49:45 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1442868586; bh=d/h32GzcVSA6hyGIcST2TslV+hGKIplMkJ/oARNlgBY=; h=From:To:Subject:Date; b=xHDgVxLlb6qIzPFXeQFnIp+fTgqY+w5k5GDVR42DTZYbW/wrbuHqMr0tse+P2Mzy6 XtzZayAotPNLC+1Bjbfvf66/T6ZFKYdyeLO+ujByYY6TXo1p4w03dozKck24BQ4Lzl KhKFZiDQrmb/IiTp4TuqUMjwQj/t4ladoxfPfQkI= Received: by web10h.yandex.ru with HTTP; Mon, 21 Sep 2015 23:49:45 +0300 From: deco33000 Jog To: freebsd-hackers@freebsd.org Subject: Virtual images and qemu MIME-Version: 1.0 Message-Id: <730481442868585@web10h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 21 Sep 2015 22:49:45 +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: Mon, 21 Sep 2015 20:49:58 -0000 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). The plan is to compile a custom freebsd system (faster memory management, and tcp stack) inside qemu because at the moment, I have no other choice :( Thanks and sorry for asking such a question. --š Jog