From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-132342-garchives=archives.gentoo.org@lists.gentoo.org>) id 1RZn7M-0002PJ-TL for garchives@archives.gentoo.org; Sun, 11 Dec 2011 17:23:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2693521C1E9; Sun, 11 Dec 2011 17:23:08 +0000 (UTC) Received: from homiemail-a54.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 70C4C21C14F for <gentoo-user@lists.gentoo.org>; Sun, 11 Dec 2011 17:22:00 +0000 (UTC) Received: from homiemail-a54.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a54.g.dreamhost.com (Postfix) with ESMTP id D47483A4065 for <gentoo-user@lists.gentoo.org>; Sun, 11 Dec 2011 09:21:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=libertytrek.org; h=message-id :date:from:mime-version:to:subject:content-type: content-transfer-encoding; q=dns; s=libertytrek.org; b=xS0mGx3/b x1XR2nfVTuPuzH+hy076GTfr18EfkjZbqZuF+cK3OWhp6i4bZuHa+PmX85P3ntuT /OJ4iiwBSy1PU7GKs9dhLNUGtpDyawmEuN7evuHJzbzx9vLMBpnY3OwssVz18pji 5t07YFWkjFmQgXlfwpCCkk8ncWqxk96XYM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h= message-id:date:from:mime-version:to:subject:content-type: content-transfer-encoding; s=libertytrek.org; bh=pISHRK55fvrDFFR l3KeSyg19+Iw=; b=o6iYMeQ74BaqfDxfyiA8X5ipIKiDzy4Bx434docjd4aQCFY dyh6TKkmfCr83W68RxL84qLnGUHNuXbD+75kPwIRgJ3KG0xMKTjofq08CCHIWwio 8ud1g3LSenD4wSJ0uJ3Q8efnIfwgyLaIhvvHgeGybjWaAW0Ll3ZkOMQqgmPw= Received: from [127.0.0.1] (smtp.media-brokers.com [70.43.81.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a54.g.dreamhost.com (Postfix) with ESMTPSA id AA2F83A4061 for <gentoo-user@lists.gentoo.org>; Sun, 11 Dec 2011 09:21:59 -0800 (PST) Message-ID: <4EE4E6B1.1000203@libertytrek.org> Date: Sun, 11 Dec 2011 12:21:53 -0500 From: Tanstaafl <tanstaafl@libertytrek.org> User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Unable to start rpc-idmap after kernel update... Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 7ea162c2-299b-4579-adf6-7ef6af1b7249 X-Archives-Hash: 6a27cab808ea7c889d2b3657c5ea71ae Ok, I just need a sanity check... I just updated my kernel from 2.6.37-r4 to 3.0.6, and now am unable to mount a remote nfs filesystem (on a QNAP NFS) that has been working fine for years... I'm getting the following error: myhost : Sun Dec 11, 12:20:00 : ~ # /etc/init.d/rpc.idmapd start * Starting idmapd ... * make sure DNOTIFY support is enabled ... [ !! ] * ERROR: rpc.idmapd failed to start myhost : Sun Dec 11, 12:20:03 : ~ # what is confusing me is I have never had DNOTIFY support enabled (I only enable INOTIFY), and I simply did a makeoldconfig when upgrqading/compiling the kernel, so why was it working before, but not now? Do I really have to enable DNOTIFY now? If so, why did it work before? Thanks... Charles