similar to: include smb.conf.%m

Displaying 20 results from an estimated 7000 matches similar to: "include smb.conf.%m"

2013 Mar 12
1
Cook's distance
Dear useRs, I have some trouble with the calculation of Cook's distance in R. The formula for Cook's distance can be found for example here: http://en.wikipedia.org/wiki/Cook%27s_distance I tried to apply it in R: > y <- (1:400)^2 > x <- 1:100 > lm(y~x) -> linmod # just for the sake of a simple example >
2011 Oct 24
1
bestglm function and output in R
Hi all, I have been trying to run a bestglm in R for a while now and am struggling to get it to run. When I thought I had succeeded, the "output" it gave me was "NULL" and that's it. Below is my code: bestglmtest<-read.table("C:\\Documents and Settings\\clyons\\Desktop\\bestglmtest.txt",header=T,row.names=1) > names(bestglmtest) [1] "acc"
2004 Jan 10
1
cannot read messages(popup) but with root.
Hi! The messages samba receives over the Lan are owned by user nobody, I can open them only with root. ls -l /tmp/ | grep msg -rw------- 1 nobody nobody 7 Jan 10 18:26 msg.lb34mU -rw------- 1 nobody nobody 6 Jan 10 18:22 msg.YycNY5 How can change (not manualy) permissions of this incoming files so that they are available to other users? (Make them let's say
2014 Jul 15
1
samba-tool crashes if include = /patch/to/%U.conf in smb.conf
Hi, Samba4 (4.1.9) on Ubuntu 12.04 here (seen same behavior on 4.1.6 on Ubuntu 14.04). I've encountered an annoying bug with samba-tool, some exceptions aren't caught causing the tool to crash if it finds something it doesn't like in the smb.conf. I have a specific line in my conf : "include = /etc/samba/%U.smb.conf ", it's useful for applying specific samba
1999 Mar 22
0
"include = smb.conf.%U" lost in Samba 2.0.3 ?
Hi all ! Before to upgrate my Samba version (1.9.. - 2.0.3 , RH 2.0.36) every user connected to the Samba server get a different list of shares, based on the "include = smb.conf.%U" line in smb.conf/[Global] . I understood that I can't use %u in "include" parameter, but I've got my work done with %U until... :( What should I do to solve this ?
2017 Nov 21
2
Fwd: Can I Include a directory to smb.conf?
Hello. I want to include a directory to my smb.conf and i want to create each share under that directory. Can I do that?
2020 Jun 09
0
include in smb.conf
On 09/06/2020 12:59, Marcio Demetrio Bacci wrote: > Hi Rowland > > >Hi Marcio, we would need more info, where are you migrating the > home?folders from ? and where to ? > I copied Windows Server 2008 folders and permissions with ROBOCOPY to > my Samba 4 server. > > The folders must be mounted on a drive letter, ex: "H" in the windows > clients
2020 Jun 13
0
include in smb.conf
On 12/06/2020 20:32, Marcio Demetrio Bacci wrote: > Hi Rowland > > I have 2 DC Samba 4 (migrated from Windows 2008 Server) and the users' > Home folders are stored on the new Samba 4 file server. But where are they stored, what is the path ? > I am using GPO and the existing folders are mapping correctly. New > folders are not being created during the first login. If the
2002 Mar 06
1
Multiple samba servers, 1 smb.conf.include file
Hi Everyone -- Currently we are running two samba servers, server1 and server2 for example, which are each using the same smb.conf.editme as an include file to the server's smb.conf file for it's shares. In other words if you go to \\server1\my-share or \\server2\my-share, it would be the identical share. One quite large problem that we are running into is that although each server
2010 Oct 06
1
Values set in Include files and SMB.CONF
Hi, I use "include" files to define samba shares for individual users, so that each user has his/her own smb.username.conf file. Makes maintenance straightforward when you have hundreds of users. :) Now I want to use "include" files for another purpose. My many servers all have a standard smb.conf file, but I want to be able to customize the global settings on some
2020 Jun 08
3
include in smb.conf
Hi I implemented a Samba 4 file server on Debian 10 and would like to put the sharing of users' personal folders (are 470) in a separate file from smb.conf to avoid directly manipulating the smb.conf file to create new shares. So, I would like to know if it is correct to put an include directive at the end of the file? Ex: include = / etc / samba / users.list ...
2020 Jun 08
2
include in smb.conf
Hi Andrew Would you recommend another way to migrate existing home folders? Regards, M?rcio Bacci Em seg., 8 de jun. de 2020 ?s 17:54, Andrew Bartlett <abartlet at samba.org> escreveu: > On Mon, 2020-06-08 at 16:37 -0300, Marcio Demetrio Bacci via samba > wrote: > > Hi > > > > I implemented a Samba 4 file server on Debian 10 and would like to > > put the
2012 Feb 09
3
Include directory in smb.conf
Hi there, I'm wondering if there any patch or recent developement that would allow to include a directory rather than a file in smb.conf Something like includedir = /etc/samba/shares.d/ instead of include = /etc/samba/shares.conf Thanks for your help Santiago ------------------------- *Santiago DIEZ* *Director* *+33 6 37 90 81 98* -------------------------
2004 Nov 15
2
Problem with "include=smb.%U.conf"
Hi, Does anybody know why Windows clients can see shares that are defined by the "include=/etc/samba/smb.%U.conf" option in but Mac OS X and Linux Samba clients cannot see those shares? In other words, I have a bunch of users. Each user has a set of his/her own unique shares on my Linux server that are defined in files called: /etc/samba/smb.User1.conf /etc/samba/smb.User2.conf
2005 Apr 18
1
netbios name resolution
Hello everyone, I wrote an email a couple of days ago, but haven't received an answer yet. Perhaps it was a bit confusing, so I'll try again. How can I make sure that NetBIOS name lookups work in the config file? I mean the %m macro. What is the command I can test it with? Because I have a feeling that this macro works only sometimes. For example I have a setting of log file =
2020 Jun 13
2
include in smb.conf
Hi Rowland >> I have 2 DC Samba 4 (migrated from Windows 2008 Server) and the users' >> Home folders are stored on the new Samba 4 file server. But where are they stored, what is the path ? /STORAGE/Usuarios$ Here is my smb.conf: cat /etc/samba/smb.conf [global] netbios name = FILESERVER1 workgroup = EMPRESA security = ADS realm = EMPRESA.COM.BR username map =
2005 Dec 08
5
include statement in smb.conf
Hello, I'm wondering if it possible to use the %G variable to include config file based on group membership. Basically, my setup is this: Samba configured as a member of a Active Directory Domain using WinBind for authentication and account management. I want the ability to have a different config file loaded for a Students and Staff. Is this even possible?? Thanks in advance!!
2006 Apr 14
0
Revised smb-wall (Was: smbclient -M --> ERRmsgoff?)
I've gotten smb-wall to work with Samba v3. If there's a better way, please let me know. If not, what's the chances this could be included in a future release? #!/usr/bin/perl # #@(#) smb-wall.pl Description: #@(#) A perl script which allows you to announce whatever you choose to #@(#) every PC client currently connected to a Samba Server... #@(#) ...using "smbclient -M"
2002 Oct 16
1
nt pipe support and nt smb support in smb.conf
Regards, This is kind of urgent (isn't everything nowadays :-). Historically, our samba servers need to run with the two 'untouchables' "nt pipe support" and "nt smb support" both set to "no" (non default) based on a recommendation by one of our software vendors. These settings in smb.conf now prevents WIN2K SP2 clients from creating directories on the
2015 Jul 13
3
cifs.ko kernel module versus smb.conf - which SMB protocol version?
Hello guys, could someone help me better understand the mechanism of negotiating of the SMB protocol? I watch closely samba list and recently there was a talk about the 'smb.conf' parameters like eg. "max protocol =" etc. with regards to Windows 10 (and other windows clients of diff versions). I read Jeff_Layton-Linux-CIFS-Client.pdf and