Date: Wed, 12 Dec 2012 04:27:31 -0800 (PST) From: Bill Tillman <btillman99@yahoo.com> To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: Mounting a samba share on boot? Message-ID: <1355315251.1943.YahooMailNeo@web165002.mail.bf1.yahoo.com> In-Reply-To: <20121212064053.6973d008.freebsd@edvax.de> References: <CAON8%2BsbL_1AOF7vaqDg1AeX0Gi2ZL9fCT80Zf1Rxrv8ieDDM=Q@mail.gmail.com> <20121211175759.310ec79f.freebsd@edvax.de> <1355263718.29274.YahooMailNeo@web165003.mail.bf1.yahoo.com> <20121212064053.6973d008.freebsd@edvax.de>
next in thread | previous in thread | raw e-mail | index | archive | help
________________________________ From: Polytropon <freebsd@edvax.de> To: Bill Tillman <btillman99@yahoo.com> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Sent: Wednesday, December 12, 2012 12:40 AM Subject: Re: Mounting a samba share on boot? On Tue, 11 Dec 2012 14:08:38 -0800 (PST), Bill Tillman wrote: > Typically, Samba is used so that Windows or other SMB type > OS'es can access the server. That said, I would simplify all > this with the way I have mine setup. You will of course need > the shares configured in your smb.conf, then simply put a > command in your /etc/rc.local or /etc/rc.d/ to launch smdb > and nmbd. I don't rely on anything in /etc/fstab to use samba. > It's all in my smb.conf file. Yes, that would be "the other way round", which I thought would be less probable due to the question presented in the subject. Terms like "mount [...] on boot" suggests that FreeBSD would act as a SMB client here. Of course, the standard way to do things like this would usually be something like NFS, which is not very well supported in "Windows" land (and therefor requiring SMB stuff). Delegating the configuration into _one_ file (instead of spreading it across /etc/fstab, /etc/nsmb.conf and maybe some handcrafted /usr/local/etc/rc.d script) sounds like a much better approach. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" I've heard from more than one person that Samba is no good. Including the IT guru here where I work. All I know is that I've been running it for years and without a single incident. I quietly and reliably allows my Windows workstations to access my FreeBSD server's like they were very expensive Windows file servers. Never messed with the printing side of it and don't need to . File sharing alone has been worth the investment in time to learn Samba. As for NFS, I have found, on my network at least that using the TCP and -i options to keep it from timing out has worked fine. From owner-freebsd-questions@FreeBSD.ORG Wed Dec 12 13:47:28 2012 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 753A9246 for <freebsd-questions@freebsd.org>; Wed, 12 Dec 2012 13:47:28 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 2AA7E8FC14 for <freebsd-questions@freebsd.org>; Wed, 12 Dec 2012 13:47:27 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qBCDlRKm013453; Wed, 12 Dec 2012 06:47:27 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qBCDlREA013450; Wed, 12 Dec 2012 06:47:27 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 12 Dec 2012 06:47:27 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: David Demelier <demelier.david@gmail.com> Subject: Re: Can't set xfce4 logout dialog buttons In-Reply-To: <CAO+PfDfS+TiouZuch4kkM5QvV5GDd94Ppw15wALj=oB7xOw@mail.gmail.com> Message-ID: <alpine.BSF.2.00.1212120646210.13432@wonkity.com> References: <50C652B7.6070002@gmail.com> <alpine.BSF.2.00.1212111954520.8433@wonkity.com> <CAO+PfDfS+TiouZuch4kkM5QvV5GDd94Ppw15wALj=oB7xOw@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Wed, 12 Dec 2012 06:47:27 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 12 Dec 2012 13:47:28 -0000 On Wed, 12 Dec 2012, David Demelier wrote: > The weird thing is that my laptop has the buttons working, without > running startxfce4 with option neither with PolicyKit.conf options but > I will try what you said, thanks. This changed with the newer version. I'd never needed --with-ck-launch before.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1355315251.1943.YahooMailNeo>
