From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 3 21:26:52 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 379C3494 for ; Thu, 3 Jan 2013 21:26:52 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) by mx1.freebsd.org (Postfix) with ESMTP id B9AF17E1 for ; Thu, 3 Jan 2013 21:26:50 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id eg20so8570738lab.2 for ; Thu, 03 Jan 2013 13:26:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=rGLei8FI5Mmp1B1Au+JSEN0+BljbcRyJE4qNU/hNOBM=; b=eSBX5c7wAKVS4V+VZqypBlf90D+XC5xPWPApaqzzokMncp6SPGSfS/LMxHOlwkXHQ/ tjaii/ODVE87EbpHGDTKPIAaJlQXBx4sp/uvIEFyRujxj+fyRscx+LE2nZxjb3kliWMW 5AzCMuC0uITrswcme5qkCNIdHoj0SX+M36MKE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=rGLei8FI5Mmp1B1Au+JSEN0+BljbcRyJE4qNU/hNOBM=; b=KRVsOiXxnxcDCRAdVQfAoLoM6rdi9og+L3HT+45RmZ5iAXhXkvjE+1X29p4w0LoD9J pKCAJ48JeG8XQbM8F0T35nMfSPXNWWuC4Q6Ul2TtGbU+nTKRn/eEOLsrk03wIpBE/KpU HBtd78CppCrZGCV923AgjakBGuVKDtuoKcIFghdQ9dtFH7jmaCR+6jGno2YF7Hu5Dj2h NM6lczYsRmNmcbaM6eOC/3GOoCmYcROiZnZmfF/AX0auOEsWE4zFEU2AnbLXhDUpDYFb hhh4+FQ0JZX/V1xCJnyQqV/utM1kIlHVGMcr0QUYaNq5/+5yIfeCF/tCSKrEjNuKeGJ8 W+TA== Received: by 10.152.125.136 with SMTP id mq8mr48083642lab.41.1357247998853; Thu, 03 Jan 2013 13:19:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.75.200 with HTTP; Thu, 3 Jan 2013 13:19:28 -0800 (PST) In-Reply-To: <50E5EC0D.8040904@martinlaabs.de> References: <50E5EC0D.8040904@martinlaabs.de> From: Eitan Adler Date: Thu, 3 Jan 2013 16:19:28 -0500 Message-ID: Subject: Re: Reload linux.ko while system is running To: Martin Laabs Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkgyxsU7/+GErOdEiBihoORr37wTjw6CGns2K0LaoPV8J+9OkXucNgE/SI9GhItxF9eTPxD 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:26:52 -0000 On 3 January 2013 15:37, Martin Laabs wrote: > The latter (dmesg) error seems to be more appropriate. Anyway - is there a > way to reload the linux.ko module without restarting? Please provide the output of kldstat -v -- Eitan Adler