From owner-freebsd-questions@FreeBSD.ORG Mon Oct 10 05:25:31 2005 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 934B416A41F for ; Mon, 10 Oct 2005 05:25:31 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 335D843D46 for ; Mon, 10 Oct 2005 05:25:31 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout2.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.09) with ESMTP id j9A5PT5g004393 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 9 Oct 2005 22:25:30 -0700 X-Auth-Received: from [192.168.0.23] (c-24-18-246-211.hsd1.wa.comcast.net [24.18.246.211]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.09) with ESMTP id j9A5PS3I029099 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Sun, 9 Oct 2005 22:25:29 -0700 Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Sun, 9 Oct 2005 22:26:48 -0700 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.734) X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: very lightweight samba installation needed ... help ? 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: Mon, 10 Oct 2005 05:25:31 -0000 On Oct 9, 2005, at 7:51 PM, user wrote: > > I have a freebsd 5.4-RELEASE system running on a 256 megabyte flash > card. > > This system does not have the ports tree installed on it. > > On another 5.4-RELEASE system I went to /usr/ports/net/samba and > ran "make > package" ... the idea was that I would just copy over this package > file > and run pkg_add on the system. > > However, I now see that "make package" does not actually create a full > package with all the necessary dependencies ... when I try to run > "pkg_add" I see: > > Package 'samba-2.2.12' depends on 'jpeg-6b_3' with 'graphics/jpeg' > origin. > and was not found. > Package 'samba-2.2.12' depends on 'libiconv-1.9.2_1' with > 'converters/libiconv' origin. > and was not found. > Package 'samba-2.2.12' depends on 'png-1.2.8_1' with 'graphics/png' > origin. > and was not found. > Package 'samba-2.2.12' depends on 'pkgconfig-0.15.0_1' with > 'devel/pkgconfig' origin. > and was not found. > Package 'samba-2.2.12' depends on 'perl-5.8.6_2' with 'lang/perl5.8' > origin. > and was not found. > Package 'samba-2.2.12' depends on 'gettext-0.14.1' with 'devel/ > gettext' > origin. > and was not found. > Package 'samba-2.2.12' depends on 'popt-1.7' with 'devel/popt' origin. > and was not found. > Package 'samba-2.2.12' depends on 'libgpg-error-1.0_1' with > 'security/libgpg-error' origin. > and was not found. > Package 'samba-2.2.12' depends on 'tiff-3.7.1_2' with 'graphics/tiff' > origin. > and was not found. > Package 'samba-2.2.12' depends on 'libgcrypt-1.2.1' with > 'security/libgcrypt' origin. > and was not found. > Package 'samba-2.2.12' depends on 'gnutls-1.0.24_1' with 'security/ > gnutls' > origin. > and was not found. > Package 'samba-2.2.12' depends on 'cups-base-1.1.23.0_3' with > 'print/cups-base' origin. > and was not found. > > > So here is my question: > > I won't be using this for printing, I can't see what I need jpeg or > tiff > or perl for ... so, is there any more minimal samba that I can > build into > a package and then copy over and install on this system with > roughly 15 > megabytes free on ? > > Thanks. If you just need to mount smb based shares, I believe the base portion of the FreeBSD system will do that for you, via mount_smbfs. -Garrett