Tiny Core Linux

Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: Juanito on September 17, 2009, 09:14:28 AM

Title: samba3
Post by: Juanito on September 17, 2009, 09:14:28 AM
updated samba3.tczl posted:
Code: [Select]
Title:          samba3.tczl
Description:    windows interoperability programs for linux
Version:        3.4.1
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 24.4M
Extension_by:   juanito
Comments:       samba provides file and print services using the SMB/CIFS protocol,
                for DOS and Windows, OS/2, Linux and others
                ----------
                requires the libcups extension
                ----------
                Howto:
                edit /etc/samba/samba.conf as required
                ----------
                This extension contains:
                samba-3.4.1 - GPLv3 - http://us3.samba.org/samba/ftp/stable/samba-3.4.1.tar.gz
Change-log:     2009/01/11
                re-compiled against tc-2.x
                updated to 3.4.1 and start-up script added
Current:        2009/09/17
Title: Re: samba3
Post by: bigpcman on September 17, 2009, 10:22:13 PM
updated samba3.tczl posted:
Code: [Select]
Title:          samba3.tczl
Description:    windows interoperability programs for linux
Version:        3.4.1
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 24.4M
Extension_by:   juanito
Comments:       samba provides file and print services using the SMB/CIFS protocol,
                for DOS and Windows, OS/2, Linux and others
                ----------
                requires the libcups extension
                ----------
                Howto:
                edit /etc/samba/samba.conf as required
                ----------
                This extension contains:
                samba-3.4.1 - GPLv3 - http://us3.samba.org/samba/ftp/stable/samba-3.4.1.tar.gz
Change-log:     2009/01/11
                re-compiled against tc-2.x
                updated to 3.4.1 and start-up script added
Current:        2009/09/17

Thanks for all the effort on samba and cups I for one greatly appreciate it.
Title: Re: samba3
Post by: Juanito on November 29, 2009, 09:11:16 AM
uploading updated version - conf file moved /etc/samba -> /usr/local/etc/samba and init.d script added:
Code: [Select]
Title:          samba3.tczl
Description:    Windows interoperability programs for Linux
Version:        3.4.3
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 28.6MB
Extension_by:   juanito
Comments:       Samba provides file and print services using the SMB/CIFS protocol,
                for DOS and Windows, OS/2, Linux and others
                ----------
                requires the libcups extension
                ----------
                Howto:
                edit /usr/local/etc/samba/smb.conf as required
                ----------
                To control samba nmbd/smbd:
                $ sudo /usr/local/etc/init.d/samba [start|stop|restart|status]
                ----------
                This extension contains:
                samba-3.4.3 - GPLv3 - http://samba.org/samba/ftp/stable/samba-3.4.3.tar.gz
Change-log:     2009/01/11
                re-compiled against tc-2.x
                updated to 3.4.1 and start-up script added
                2009/09/17
                updated 3.4.1 -> 3.4.3
                added init.d script and moved /etc -> /usr/local/etc
Current:        2009/11/27
Title: Re: samba3
Post by: devchild108 on December 20, 2009, 05:01:51 PM
Thanks a lot on your work with samba3 juanito ... all you guys making extensions are really great and I am really appreciative for that. Quick question though, is this extension (+ the libcups dependency) broken in the new tiny core 2.7 that came out today? I ask because when I use 2.6.1, I can use the smbclient cmd just fine to mount a folder on my Windows7 drive. In 2.7, I get an error related to libpopt.so.0 being missing.

Also, I notice this is quite a huge extension (which negates the purpose of it being booted via PXE), so can I use sshfs-fuse-2.2 to mount a folder on my NTFS drive instead or is that only for linux partitions? Thanks in advance and sorry for the noob questions.
Title: Re: samba3
Post by: Jason W on December 20, 2009, 05:09:51 PM
popt.tczl has already been added as a dep of samba in the repo.  If you are using an existing tce directory you will need to download popt.tczl.
Title: Re: samba3
Post by: ^thehatsrule^ on December 20, 2009, 05:12:45 PM
JasonW: fixed as you were posting ;p
Title: Re: samba3
Post by: Jason W on December 20, 2009, 05:15:36 PM
And I edited my post while you were posting after I found it was done.   :)
Title: Re: samba3
Post by: Juanito on December 21, 2009, 04:47:10 AM
Also, I notice this is quite a huge extension (which negates the purpose of it being booted via PXE), so can I use sshfs-fuse-2.2 to mount a folder on my NTFS drive instead or is that only for linux partitions? Thanks in advance and sorry for the noob questions.

You could use the ntfs-3g (read/write) or the filesystems-2.6.29.1-tinycore (read only) extension to mount an NTFS partition.
Title: Re: samba3
Post by: devchild108 on December 21, 2009, 05:18:35 AM
Thanks guys, I'll look at those alternative options too :)  Great work you all do here.
Title: Re: samba3
Post by: Juanito on February 20, 2010, 10:49:48 PM
updated samba3.tcz posted:
Code: [Select]
Title:          samba3.tcz
Description:    Windows interoperability programs for Linux
Version:        3.4.5
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 28.7MB
Extension_by:   juanito
Comments:       Samba provides file and print services using the SMB/CIFS protocol,
                for DOS and Windows, OS/2, Linux and others
                ----------
                requires the libcups and popt extensions
                ----------
                Howto:
                edit /usr/local/etc/samba/smb.conf as required
                ----------
                To control samba nmbd/smbd:
                $ sudo /usr/local/etc/init.d/samba [start|stop|restart|status]
                ----------
                This extension contains:
                samba-3.4.5 - GPLv3 - http://samba.org/samba/ftp/stable/samba-3.4.5.tar.gz
Change-log:     2009/01/11
                re-compiled against tc-2.x
                updated to 3.4.1 and start-up script added
                2009/09/17
                updated 3.4.1 -> 3.4.3
                added init.d script and moved /etc -> /usr/local/etc
                2009/11/27
                updated 3.4.3 -> 3.4.5
Current:        2010/02/18