From owner-freebsd-questions@freebsd.org Sun Jan 15 15:51:48 2017 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 9CEFECB17E3 for ; Sun, 15 Jan 2017 15:51:48 +0000 (UTC) (envelope-from alnis.moritz@gmail.com) Received: from mail-lf0-x244.google.com (mail-lf0-x244.google.com [IPv6:2a00:1450:4010:c07::244]) (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 236821309 for ; Sun, 15 Jan 2017 15:51:48 +0000 (UTC) (envelope-from alnis.moritz@gmail.com) Received: by mail-lf0-x244.google.com with SMTP id h65so10067803lfi.3 for ; Sun, 15 Jan 2017 07:51:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=hppYsHsxg+cH7za1cmg4hZF88oZSGGdjJHPAGzEn1XM=; b=HiNaxiCiFYlI6wf15hnFTXxrQYDOGe8wR/oxpd5vdKI/CjxpY8NoD7ppO2NVIq1naI dSL4tMEKmLqJXuFOUe61BjASufW7acTaLQcGqPsqyu0LoxnSpIMkGdoCihYbTRFK9sOq IhQL3F8SEabNO6WjxI+M2CSZmhxr3BrPMfmliI2rABelP545HbpWQ3aax1bHysbIn2rZ ZyUTzoLbb3L0HGztJLlpvAwJEHtgz9G9TrZCRMzS4OfO7O32Qi/5Q2WxXo2POuGV1/dX lvg7Fcjmd2lbspEYapbE8RWuXeuSGpVe3fM1MjtZL0kQR2PhyVq2JuAAKoyVWTEFyLPS tKgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=hppYsHsxg+cH7za1cmg4hZF88oZSGGdjJHPAGzEn1XM=; b=fEq2ntbCgFEPPI4vrv7l4EZmjdZA/3XrPY2PGKrWEHb3w5bwxm+e7B6EIceYFm6JnW CkPPDCG5uLgqEvjMOyLcbDG4cwnGd7lDkQ3IMONXSfbchsSPy74bFkLcr+rXl0Kd32Cu e78ZMJ5BcSHiNhSAT7/5PJL6f54EXHRyxS6wr6oWACb2nVnynqyrVivzuO9ZhRfgc1qF GUiVIqfEniPvvCcPL3n01ABSH2OsEpKdMoToVu3N/mQMXl/IgZBjxSRz+qtqzMBIh/pQ ttbo0PwP7ZrOWGR7JuhBpzA1rWK3F4tERMF96bnqpYUtr/O3+WamLTSoqMX7lMzmtTiZ Nnig== X-Gm-Message-State: AIkVDXInRuQpeoO6TX/ObTquP+ix6XqRrLtd8Kv9ENTWNWOTPoPDF7rro50k0uMFB39EMw== X-Received: by 10.25.67.84 with SMTP id m20mr1994678lfj.106.1484495505709; Sun, 15 Jan 2017 07:51:45 -0800 (PST) Received: from blazon-pfbsd.rw.lan ([78.84.248.245]) by smtp.gmail.com with ESMTPSA id d16sm6119072lfj.14.2017.01.15.07.51.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Jan 2017 07:51:45 -0800 (PST) To: freebsd-questions@freebsd.org From: Alnis Morics Subject: NFS: "bad exports list line /home/alnis" Message-ID: Date: Sun, 15 Jan 2017 17:51:43 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Sun, 15 Jan 2017 15:51:48 -0000 Hi, I'm trying to set up a very basic NFS share on 11.0-RELEASE-p7 but I can't get beyond the error message "bad exports list line /home/alnis". My /etc/exports file only has one line: /home/alnis 10.0.0.5(rw) showmount -e Exports list on localhost: /etc/rc.conf: rpcbind_enable="YES" nfs_server_enable="YES" mountd_enable="YES" I tried to change syntax of the exports file (putting the whole subnet instead of one address, putting hostnames instead of addresses and adding them to /etc/hosts, putting flags, such as -rw or -ro -maproot=nobody before those hostnames); also tried to share a separate filesystem, but nothing helped. So very basic configuration, and still doesn't work. Any ideas? Thanks, -Alnis