From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 19:27:00 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23BF5E82 for ; Wed, 17 Dec 2014 19:27:00 +0000 (UTC) Received: from eu1sys200aog106.obsmtp.com (eu1sys200aog106.obsmtp.com [207.126.144.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71E16F2D for ; Wed, 17 Dec 2014 19:26:58 +0000 (UTC) Received: from mail-wg0-f45.google.com ([74.125.82.45]) (using TLSv1) by eu1sys200aob106.postini.com ([207.126.147.11]) with SMTP ID DSNKVJHY6YyMN09XhqOr22Ucs72Jfs66EITQ@postini.com; Wed, 17 Dec 2014 19:26:59 UTC Received: by mail-wg0-f45.google.com with SMTP id b13so21401755wgh.18 for ; Wed, 17 Dec 2014 11:26:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=Ua1fPZqYvFPV/Co9NbIbu/2ns3UwtG1NmmsIFzRyQmU=; b=h3lrxbbaJNSYQ8hkT5NXm4iz7+iillCjFtLasKTBkXHeOTx9K/99d8QMs/tmrUAAL1 ESPyk+QAFR5pOjY94LGYqJk2mv8fwcLF30vKltdlMw/hjGpFY4ixu3GzC1dWOWLTDZds DiTZgAqycVCz/PTm3ktkAv8Qzv45IklBaJ47FZ7Vi8XG8nMZj3lNfDi/gUoldVV1RTRz YR/jWhT0WcB/eVI4njdBYhl9yGFCQ74FbEu0m3ZipO5cWu7y4hcfaXFn3EToZbO35Hiy 3whUI60CddmY5QpeUG4bA06DRJ2rX6VmW0YMtP3kP7Cp3xiJ1o9SxH1wpPZQtg3bR20H trRg== X-Received: by 10.180.98.138 with SMTP id ei10mr15678599wib.32.1418829958537; Wed, 17 Dec 2014 07:25:58 -0800 (PST) X-Gm-Message-State: ALoCoQnJyPE7W8+Jn+HDS2WhulZM6QV2droffEJZeHZMe7+cptD6CAVD5G+9K5BDHflPfBJ5CL17GV0VGpavKDYSb0wr8X8JM4W83cqR6woI0lB67wHqizvVErbOO3+Ija7dOvUTjPX+DVL5+TSr+XdZ5V9zGdnAgRsFRrGYwZhEVQPQvq/aGgs= X-Received: by 10.180.98.138 with SMTP id ei10mr15678570wib.32.1418829958320; Wed, 17 Dec 2014 07:25:58 -0800 (PST) Received: from mech-as221.men.bris.ac.uk (mech-as221.men.bris.ac.uk. [137.222.187.221]) by mx.google.com with ESMTPSA id u18sm5468253wjq.42.2014.12.17.07.25.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 07:25:57 -0800 (PST) Date: Wed, 17 Dec 2014 07:25:57 -0800 (PST) X-Google-Original-Date: Wed, 17 Dec 2014 15:25:56 GMT Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id sBHFPujd040515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 17 Dec 2014 15:25:56 GMT (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id sBHFPuH7040514 for freebsd-questions@freebsd.org; Wed, 17 Dec 2014 15:25:56 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201412171525.sBHFPuH7040514@mech-as221.men.bris.ac.uk> To: freebsd-questions@freebsd.org Subject: nfs hostname:/path to mount is longer than 88 characters howto? Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2014 19:27:00 -0000 I think I hit this bug(?): http://lists.freebsd.org/pipermail/freebsd-hackers/2012-April/038547.html I see these in dmesg: WARNING: autofs_trigger_one: request for cture/export/ completed with error 5 Is the 88 bytes limit still there? Is this really a bug? Is there any workaround? Thanks Anton