From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 3 21:17:12 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 3B6BAF59 for ; Thu, 3 Jan 2013 21:17:12 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-qa0-f42.google.com (mail-qa0-f42.google.com [209.85.216.42]) by mx1.freebsd.org (Postfix) with ESMTP id 04607748 for ; Thu, 3 Jan 2013 21:17:11 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id hg5so12790376qab.15 for ; Thu, 03 Jan 2013 13:17:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vihWKC670KF0fTjOroJobCTTeeA0VUKgpXTuysf23vs=; b=VrIy5BJiAe0qns+bKq/b9Eqmz3IGaDg31D0gqLN+at5p3UXPRZWesYb1Xf/rWHRNpn Q+3A8MrTrYbQAqeBIk/pcHEDNpaKJRLMDzkzt6HlNCpiKKJaUuAieAyPTmIjUasn4RNI trn1JehBsxCu1tyE8hQAYHP6XeSMEeGFkvYU7IHNPIUMQBtJUSfnsODbgUQSe3Mtaacb s/PCBXIRdYB8qtlb7PQ0zHyiN8euSGEtVIAzuajn56yLpf5Iz/ASNOJE28Ndv01j9cma Vo3ts8xkPj9UGD/v5N282AY+U7/SI4Z6ObmZXUb4CwkUVVkD6qDGRhYEaQaUxaOU3Aao Ua/A== MIME-Version: 1.0 Received: by 10.49.127.101 with SMTP id nf5mr34766918qeb.20.1357247831351; Thu, 03 Jan 2013 13:17:11 -0800 (PST) Received: by 10.49.72.138 with HTTP; Thu, 3 Jan 2013 13:17:10 -0800 (PST) In-Reply-To: <50E5EC0D.8040904@martinlaabs.de> References: <50E5EC0D.8040904@martinlaabs.de> Date: Thu, 3 Jan 2013 16:17:10 -0500 Message-ID: Subject: Re: Reload linux.ko while system is running From: Ryan Stone To: Martin Laabs Content-Type: text/plain; charset=ISO-8859-1 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: Thu, 03 Jan 2013 21:17:12 -0000 On Thu, Jan 3, 2013 at 3:37 PM, Martin Laabs wrote: > > kldunload: attempt to unload file that was loaded by the kernel > This is a really poor and confusing error message. What this is trying to say is that the linux.ko module is required by another module that you have loaded.