Difference between pages "Package:Samba" and "Package:Debian-sources"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
(initial commit)
 
m (Undo revision 9467 by Pytony (talk))
 
Line 1: Line 1:
{{Ebuild
{{Ebuild
|Summary=Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Integration with various accounting and antivirus backends.
|Summary=This is the Debian kernel. This is default recommended kernel to use in http://www.funtoo.org/Funtoo_Linux_Installation
|CatPkg=net-fs/samba
|CatPkg=sys-kernel/debian-sources
|Homepage=https://www.samba.org/
|Maintainer=Oleg,
|Homepage=http://www.funtoo.org/Funtoo_Linux_Kernels
}}
}}
Samba is a package that enables windows shares within linuxSamba can be used with gvfs, and mount to make remote shares appear as if they contain local data.
== Introduction ==
 
This is the Debian kernel. It is roughly equal to a kernel shipped by Debian Linux in their releases. Ebuild now support the <code>binary</code> USE flag. The aim of this ebuild is to have support for near all possible hardware and users shouldn't really dig into configs, aka "install and forget"Daniel has added a special config-extract command which can be used to list all available official Debian kernel configurations, and generate them from the Debian files included with the kernel.  
{{note|Samba configs conflict within versions, if you're experiencing problems with updates, remove samba entirely from the system, and reinstall from scratch.  Once samba starts to run good with default configurations, start inserting custom configurations.}}
== Usage ==
 
<console>
{{console|body=###i## emerge net-fs/samba}}
###i## echo "sys-kernel/debian-sources binary" >> /etc/portage/package.use
 
###i## emerge debian-sources
=== Configuration ===
###i## nano -w /etc/boot.conf
{{PageNeedsUpdates}}
###i## boot-update
Here is an example of my samba 3x series /etc/samba/smb.conf file.  This should work for samba 4x series but may take some adaptation.
</console>
https://gist.github.com/666threesixes666/5505323
{{fancyimportant|1=
 
<code>debian-sources</code> with <code>binary</code> USE flag also automatically installing a /usr/src/linux symlink pointing to debian kernel.}}
==== machine names ====
== Advanced use ==
Windows uses wins, netbios, and netbui.  to address a machine as //server or //doze requires these services activated otherwise you're restricted to ip/alias/dns to connect to a computer on the LAN.
Additional information about using <code>config-extract</code> tool and genkernel tips can be found here:
http://www.funtoo.org/Funtoo_Linux_Kernels#Using_Debian-Sources_with_Genkernel
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 19:44, April 1, 2015

Debian-sources

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Introduction

This is the Debian kernel. It is roughly equal to a kernel shipped by Debian Linux in their releases. Ebuild now support the binary USE flag. The aim of this ebuild is to have support for near all possible hardware and users shouldn't really dig into configs, aka "install and forget". Daniel has added a special config-extract command which can be used to list all available official Debian kernel configurations, and generate them from the Debian files included with the kernel.

Usage

root # echo "sys-kernel/debian-sources binary" >> /etc/portage/package.use
root # emerge debian-sources
root # nano -w /etc/boot.conf
root # boot-update
   Important

debian-sources with binary USE flag also automatically installing a /usr/src/linux symlink pointing to debian kernel.

Advanced use

Additional information about using config-extract tool and genkernel tips can be found here: http://www.funtoo.org/Funtoo_Linux_Kernels#Using_Debian-Sources_with_Genkernel