From owner-freebsd-ports@freebsd.org Sat Jun 11 17:10:07 2016 Return-Path: Delivered-To: freebsd-ports@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 BB617AEFE44 for ; Sat, 11 Jun 2016 17:10:07 +0000 (UTC) (envelope-from radek.krejca@starnet.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AA80B2134 for ; Sat, 11 Jun 2016 17:10:07 +0000 (UTC) (envelope-from radek.krejca@starnet.cz) Received: by mailman.ysv.freebsd.org (Postfix) id A9E19AEFE43; Sat, 11 Jun 2016 17:10:07 +0000 (UTC) Delivered-To: ports@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 A992DAEFE42 for ; Sat, 11 Jun 2016 17:10:07 +0000 (UTC) (envelope-from radek.krejca@starnet.cz) Received: from EXCHANGE.mail.starnet.cz (exchange.mail.starnet.cz [92.62.224.72]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "EXCHANGE.mail.starnet.cz", Issuer "STARNET" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F2D1212A for ; Sat, 11 Jun 2016 17:10:06 +0000 (UTC) (envelope-from radek.krejca@starnet.cz) Received: from EXCHANGE.mail.starnet.cz ([fe80::d017:9e72:12a5:7bb4]) by EXCHANGE.mail.starnet.cz ([fe80::d017:9e72:12a5:7bb4%14]) with mapi; Sat, 11 Jun 2016 19:08:56 +0200 From: =?iso-8859-2?Q?Radek_Krej=E8a?= To: "'ports@freebsd.org'" Date: Sat, 11 Jun 2016 19:08:54 +0200 Subject: Nfsen install problem - missing profile data Thread-Topic: Nfsen install problem - missing profile data Thread-Index: AdHEA/Axc6qJJITVTXGEWIXQd7/WBQ== Message-ID: <262ED41F8198C0409ACB79946570FFCD1AA1341069@EXCHANGE.mail.starnet.cz> Accept-Language: cs-CZ Content-Language: cs-CZ X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: cs-CZ Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2016 17:10:07 -0000 Hello, I need to install nfsen on new hardware. When I use pkg or comile from port= s, there is problem, that I have empty directories and start of nfsen got e= rror: /usr/local/etc/rc.d/nfsen start Error reading profile 'live': Can't open profile data file for profile: 'li= ve' in group '.': No such file or directory Died at /usr/local/bin/nfsen line 455. In the log is: Jun 11 19:06:38 nfsen nfsen: Error reading hints: can't open /usr/local/var= /nfsen/profiles/hints: No such file or directory at /usr/local/libexec/nfse= n/NfSen.pm line 798. Jun 11 19:06:38 nfsen nfsen: Initialize hints to defaults. How to create proper files? Thank you very much. Radek