From: Jim Sheldon <jims@russound.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: tiny samba
Date: Tue, 06 Nov 2007 11:24:53 -0500 [thread overview]
Message-ID: <47309555.2050109@russound.com> (raw)
In-Reply-To: <200711061512.40289.Fischer@4g-systems.com>
I recently had the need for the same thing. There is a samba-essentials
recipe, but it appears to be broken in the upstream.
Bitbake will complain that it looks at source includes, but there is a
fix in this bug:
http://bugs.openembedded.org/show_bug.cgi?id=2117
It also appears that the SRC_URI in samba-essential_3.0.20.bb needs to
be fixed from
SRC_URI = "..."
to
SRC_URI += " ..."
The space is very important.
Also, bitbake complains that debug binaries are included in a non-debug
package, so I added this:
FILES_${PN}-dbg = "${libdir}/charset/.debug \
${libdir}/vfs/.debug"
This should get you a workingn tiny samba server in ~3MB.
If I get some time I'll submit a full patch via the bug tracker.
Patrick Fischer wrote:
> Hello OE.
> I would like to create an tiny samba server just to share files for a windows
> clients.
> A full samba is overkill. (don't need LDAP, Usermanagment,....)
>
> Is there a tiny samba bb or any idea how to create a mini smb server?
>
> Best regards
>
> Patrick Fischer
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
next prev parent reply other threads:[~2007-11-06 16:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-06 14:12 tiny samba Patrick Fischer
2007-11-06 16:24 ` Jim Sheldon [this message]
2007-11-06 16:29 ` Roger Meier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47309555.2050109@russound.com \
--to=jims@russound.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.