From owner-freebsd-questions@freebsd.org Tue Oct 25 10:02:30 2016 Return-Path: Delivered-To: freebsd-questions@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 E4AE8C1FF0D for ; Tue, 25 Oct 2016 10:02:30 +0000 (UTC) (envelope-from basarevych@gmail.com) Received: from mail-yw0-x236.google.com (mail-yw0-x236.google.com [IPv6:2607:f8b0:4002:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A079E8E6 for ; Tue, 25 Oct 2016 10:02:30 +0000 (UTC) (envelope-from basarevych@gmail.com) Received: by mail-yw0-x236.google.com with SMTP id h14so10410157ywa.2 for ; Tue, 25 Oct 2016 03:02:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=ArEyNWOKns6Efbjk3fjv73M2nW1IvtXEgAVOzLWROl8=; b=f4iMNwH5uayd3OSm/5roLPlxJfntVUnQwKxbC3w4WDg7KoSVTDrb/tIK1qNbylfsFm Utf3sNnVuWNAfaEYsz9YQouDTia1i0RLRd68R/f1c7ToKP3MRnMxOjbXK1SGJQ7qF+qb lQnZCzkbZn3s+sJNjTZokM+hGeyte6z5Vm2dw8vs81TB4eI8isCP2lAPa+iX4fJ6FA7K vimotfQ5bw4Hs7wjg1Dz9yrUHgyV+h6KRc/tyz49BE+Ms62cZUDaTIHNIaoaaNXhktwp 6uQURwCAJWLUcn8xXRzLS5F9JVzWE1aNjCfPR8IfhJG70bLd15mAg0XzMmO9LurHeRnP f4ZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ArEyNWOKns6Efbjk3fjv73M2nW1IvtXEgAVOzLWROl8=; b=g4xhnr4mJF9Zw9ll14P89aF+AflUaoQgwqoo3fZGQia3hCwUJrplDLY0yJOPJ1FNjU rUFpCrSdfwFC2Pl8S2o7oivMDeCSc/E7OvJdxSR86b2pNSR6ITHU6a92hiBeqJxN8y/d /b3AATMqyoZhDRzDMpNN8KFadZmfrd1+/pPHAJo9jQ3NtMICtiQXyAp0Q6Cr+xCet694 q+621oDq3eENv5R3Rbe+4/z4RTUaWo8A479PxrO0Hp1NojdOBaWenbLsZxo0Mfbc5jrd wy63i4zEOP8nBafS141yh4Q4IvYuNCoAXLOEcSH0y8U2Ro8QY2gT34RAD6YQ/OkCn9Dh yI0g== X-Gm-Message-State: ABUngvdD5FQNIEuzMrtenuk+0N90pDtnJa6g8qpzWET1Bj/agU+ehF53f6EbjW7XII4XoRay1G26NfqqKcRv4w== X-Received: by 10.36.96.134 with SMTP id i128mr1034730itc.82.1477389749502; Tue, 25 Oct 2016 03:02:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.59.10 with HTTP; Tue, 25 Oct 2016 03:02:29 -0700 (PDT) From: Ross Date: Tue, 25 Oct 2016 13:02:29 +0300 Message-ID: Subject: NFS error "fileid changed" after upgrade To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 10:02:31 -0000 Hello I have an NFS server and client both running FreeBSD. After upgrading to FreeBSD 11 I started to get this error on client: kernel: newnfs: server 'coffin.lan' error: fileid changed. fsid 0:0: expected fileid 0x2, got 0x4. (BROKEN NFS SERVER OR MIDDLEWARE) Mounted NFS shares work though. How to fix it?