All of lore.kernel.org
 help / color / mirror / Atom feed
* tiny samba
@ 2007-11-06 14:12 Patrick Fischer
  2007-11-06 16:24 ` Jim Sheldon
  2007-11-06 16:29 ` Roger Meier
  0 siblings, 2 replies; 3+ messages in thread
From: Patrick Fischer @ 2007-11-06 14:12 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: tiny samba
  2007-11-06 14:12 tiny samba Patrick Fischer
@ 2007-11-06 16:24 ` Jim Sheldon
  2007-11-06 16:29 ` Roger Meier
  1 sibling, 0 replies; 3+ messages in thread
From: Jim Sheldon @ 2007-11-06 16:24 UTC (permalink / raw)
  To: openembedded-devel

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
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: tiny samba
  2007-11-06 14:12 tiny samba Patrick Fischer
  2007-11-06 16:24 ` Jim Sheldon
@ 2007-11-06 16:29 ` Roger Meier
  1 sibling, 0 replies; 3+ messages in thread
From: Roger Meier @ 2007-11-06 16:29 UTC (permalink / raw)
  To: openembedded-devel

Hi Patrick

www.lighttpd.net with the WEBDAV module might be an option for you.

greetings

roger


Quoting Patrick Fischer <Fischer@4g-systems.com>:

> 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
>
>
>



Roger Meier

Dorfstrasse 23A
CH-8606 Greifensee
044 940 52 48
079 706 67 55

mail: <roger@bufferoverflow.ch>
web:  http://www.bufferoverflow.ch/

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-06 16:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06 14:12 tiny samba Patrick Fischer
2007-11-06 16:24 ` Jim Sheldon
2007-11-06 16:29 ` Roger Meier

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.