From owner-freebsd-questions@FreeBSD.ORG Thu Feb 9 14:15:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDE0C16A420 for ; Thu, 9 Feb 2006 14:15:59 +0000 (GMT) (envelope-from robin@reportlab.com) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B8D643D45 for ; Thu, 9 Feb 2006 14:15:59 +0000 (GMT) (envelope-from robin@reportlab.com) Received: (qmail 10210 invoked from network); 9 Feb 2006 14:15:58 -0000 Received: from unknown (HELO ?192.168.0.3?) (unknown) by unknown with SMTP; 9 Feb 2006 14:15:58 -0000 X-pair-Authenticated: 217.196.247.135 Message-ID: <43EB4E9E.30502@chamonix.reportlab.co.uk> Date: Thu, 09 Feb 2006 14:15:58 +0000 From: Robin Becker User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: configure acls on remote machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 14:16:00 -0000 I have a remote freebsd host with root access via ssh user login and su. I would like to configure acls for the /home mount, but am unsure if I can do this remotely. Last time I tried to reboot the machine via su root it went dead for 24h while a human was sent to press a button or something. I see possible options as 1) switch to single user mode somehow and then unmount /home and configure acls with tunefs 2) su to root kill processes using /home do the umount and so on with /home unmounted. remount /home 3) some other method. I imagine it might be quite hard to do 1 and 2 seems difficult unless I have an ssh to a home folder which isn't under /home. Any ideas welcome. -- Robin Becker