From owner-freebsd-hackers@FreeBSD.ORG Sat Aug 23 11:01:14 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BBC31065682 for ; Sat, 23 Aug 2008 11:01:14 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 1561B8FC18 for ; Sat, 23 Aug 2008 11:01:13 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so425431yxb.13 for ; Sat, 23 Aug 2008 04:01:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=IZVTPlh+k4LIetfF7AK2kK/PKEuT4ln5fB5Vxb1gruo=; b=B9m0yrXfMuRo6XSoAFkR20xEYALTsEk6P34aRVkhVWx85UHb9MQxj2XKj0Q6zBU3AE ghsEt54c9KAKbciHjyB/COfw3q/EobhBgdRuaz5+JyUk74/6rd1nWDTUquE5i0dmoNnL Z6PQKZyH66p4pV0eQKrEePl4lO4bR+jFM8jxQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=dPNL1Stt38E2lEKCf+gUryPm+7Z6WPu5yqGTPyOXRp0i7yxGfbOzxAMlNY3NXe5iKE LMK4Zv6kf5AJBaFZd6P11xOFQnlTdt/HN+N+RK2RFCry9Imp8jAE7yui1Ky0x2cpymFJ v2cRzypNOH/PhFSwzXaRjk4cqnZjKVw0MAyP8= Received: by 10.151.103.2 with SMTP id f2mr3483075ybm.10.1219487663633; Sat, 23 Aug 2008 03:34:23 -0700 (PDT) Received: by 10.150.144.6 with HTTP; Sat, 23 Aug 2008 03:34:23 -0700 (PDT) Message-ID: Date: Sat, 23 Aug 2008 06:34:23 -0400 From: "Aryeh Friedman" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: What is difference between /etc/rc called programs and ones called after login prompt shows up X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2008 11:01:14 -0000 What is difference between /etc/rc.d called programs and ones called after login prompt shows up? The reason for asking is sysutils/fusefs-kmod gives an error if any mounts are attempted in /etc/rc but if the exactly the same command is issued by a user's .login/.xsession/etc. it works without problem (assuming proper permissions of course). a) Can anyone think of a reason why this would happen (the maintainer is non-responive) b) Is it possible to force something to run after /etc/rc exits but before init calls getty?