Displaying 20 results from an estimated 300 matches similar to: "samba-tool ntacl setting groups as users"
2025 May 13
1
samba-tool ntacl setting groups as users
On 13.05.25 13:11, Rowland Penny via samba wrote:
> On Tue, 13 May 2025 12:38:25 +0200
> Steffen Wurm via samba <samba at lists.samba.org> wrote:
>> We are trying to migrate from an old Windows server to a Linux samba
>> system. As we are also replacing the old AD, we exported the
>> permissions as SDDLs from the old share and set them to the new
>> system,
2025 May 13
1
samba-tool ntacl setting groups as users
On Tue, 13 May 2025 12:38:25 +0200
Steffen Wurm via samba <samba at lists.samba.org> wrote:
> Hallo
>
> We are trying to migrate from an old Windows server to a Linux samba
> system. As we are also replacing the old AD, we exported the
> permissions as SDDLs from the old share and set them to the new
> system, using "samba-tool".
>
> In general it seems
2001 Oct 08
1
access denied but only in cetain situations
Hello
we did reinstall a server and we also reinstalled samba ( using the old smb.conf )
Now we have a strange behavior.
If i start a dos programm that resides on the samba server from the command line we get the message "access denied" ( Zugriff verweigert ).
if I start the same program form windos start/run with the entire path, then the app starts.
What is even stranger, after I
2013 May 02
3
guest share on a " security = user" server
Hello,
our samba server runs in security = user mode.
Now I need a share people can connect to, even if they are not in the domain.
I tried this configuration
[open]
comment = Fuer Scripte die via Mcafee gestartet werden
guest only = yes
#security = share
path = /san/san-lacie/abteilungen/allgemein/mcafee
read only = no
writable = no
printable = no
Browseable = No
but it does not work.
2011 Mar 04
2
overleap an iteration within a for-loop when error message produced
Dear R-list member,
I'm using the function pmnorm() (-->library(mnormt)) within a for-loop.
Certain parameter values leads to an error message:
"(In sqrt(diag(S)) : NaNs produced, In sqrt(1/diag(V)) : NaNs
produced, In cov2cor(S) : diag(.) had 0 or NA entries; non-finite result
is doubtful)"
obviously because "NaNs" were produced.
Is it possible to tell R that it
2017 Nov 28
3
Can access share by two different names .... Just one is configured.
Hi,
I have a samba 4.6 member server joined to an 4.6 AD. There is a share named [videosupport2] with access rights for a user Videosupport.
Now I’m able to connect to the share from an macOS client by share name videosupport2 AND just videosupport without the „2“ at the end ….
Any hints why?
Regards . Götz
2010 Sep 29
1
rsync: link_stat "." (in sprengel) failed: Permission denied (13)
Hello,
we have a old version of rsync running since 2005.
Now I tried to sync between two new servers with rsync 3.0.7 and get the
error
rsync: link_stat "." (in sprengel) failed: Permission denied (13)
On one server ( 192.168.10.2 ) I have rsync running as daemon and this
rsyncd.conf
read only = true
use chroot = false
transfer logging = true
log format = %h %o %f %l %b
log file
2017 Nov 28
0
Can access share by two different names .... Just one is configured.
On Tue, 28 Nov 2017 15:02:23 +0100
Götz Reinicke <goetz.reinicke at filmakademie.de> wrote:
> What part is of interested? I removed unneeded shares (and there is
> no other *video* something share)
I removed the commented lines etc (and there is another *video* share)
> [global]
> workgroup = FILMAKADEMIE
> security = ads
> realm = FILMAKADEMIE.DE
> client
2005 Dec 01
1
No aswer to my winbind problems ?
Hi
anyone can help me to resol my big problems ?
thanks bye
2010 Nov 08
2
Sample size calculation for differences between two very small proportions (Fisher's exact test or others)?
Hi,
I'm try to compute the minimum sample size needed to have at least an 80% of power, with alpha=0.05. The problem is that empirical proportions are really small: 0.00154 in one case and 0.00234. These are the estimated failure proportion of two medical treatments.
Thomas and Conlon (1992) suggested Fisher's exact test and proposed a computational method, which according to their table
2015 Sep 10
1
[Bug 11513] New: Modified rrsync to support write-only usage
https://bugzilla.samba.org/show_bug.cgi?id=11513
Bug ID: 11513
Summary: Modified rrsync to support write-only usage
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
Assignee: wayned at samba.org
2006 Jun 06
1
Asterisk 1.2.7.1 bad file descriptor
Hi all,
could someone tell me what this does mean "bad file descriptor" when
trying to start asterisk. It goes till the CLI command and then die with
this message. Below an strace output from asterisk -vvvvvvvvvc
It's on debian Sarge kernel 2.6.7 with packages from debian VoIP team.
The server was running fine till now with this version.
Thanks
2007 Sep 16
2
power calculation for repeated measures ANOVA?
Is there a way to calculate power for repeated
measures ANOVA (2 groups x 7 observations)? I have
searched all over, but all I can find is
power.anova.test, but that would not give accurate
results, right?
Thanks,
Matt Bridgman
2011 May 27
0
object not found with %dopar% when using foreach
Dear R-List member,
tried implement the foreach loop. It works fine, when I'm using %do%,
but not when I'm using %dopar%.
I always receive one of the following error messages:
error in { : task 1 failed - "Objekt 'S3' not found" - could the
.export be an solution for this??
Any help is much appreciated!
The Code hast the following structure:
##########
dft3 =
2011 May 27
0
saving multiple arrays from a foreach loop
Dear R-List member,
I have a problem when I'm trying to save two arrays from a foreach-loop.
I'm also not sure whether this is possible or just my inexperience.
However, this works perferctly fine with a for-loop.
Here is an example code - any help is much appreciated!!:
############
n.vpn = 2
n.run= 3
# create to empty matrices
sme = matrix(NA,4,n.vpn)
test = matrix(NA,4,n.vpn)
#
2013 Sep 06
1
directives to explicitely exclude objects from import into namespaces
Hi,
recently R CMD check --as-cran has noticed some more issues with
package namespace imports with the recommended remedy to
use importFrom() and friends.
In my case, there was only a conflict restricted to some few imports,
while I would prefer to still import all the non-conflicting objects,
methods, and classes of the respective package namespace.
So would it be possible to have some new
2013 Apr 13
3
Cannot reach http://localhost:3000 after starting Ruby on Rails server
I cannot reach http://localhost:3000 after starting Ruby on Rails
server when running Windows 8. After running rails server in the
directory that I want the server to start, the following prompt shows
up:
C:\Users\Brian\railsapp>rails server
=> Booting WEBrick
=> Rails 3.2.13 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown
2009 Jul 14
2
Comprehensive power analysis/sample size package in R?
Dear all,
my colleague (a statistician - not yet using R) aked me, if there is
a R package comparable to the software "PASS" (Power Analysis and
Sample Size Procedures), comprising about 150 procedures.
I found the R package "pwr". Are there other (more comprehensive)
power analysis packages?
Many thanks!
Udo
2013 Feb 07
1
large sysdata.rda file --- strategies?
Hi,
to speed up computations in our RobASt family of packages, we use
interpolation on a grid of precomputed values which we save together
with the interpolating functions (results of splinefun essentially)
in sysdata.rda in the R folder of our pkg.
After adding grids for some more models, this file has grown
considerably, even after application of tools::resaveRdaFiles.
At the moment we are at
2011 Nov 01
1
Sample size calculations for one sided binomial exact test
I'm trying to compute sample size requirements for a binomial exact test.
we want to show that the proportion is at least 90% assuming that it is
95%, with 80% power so any asymptotic approximations are out of the
questions. I was planning on using binom.test to perform the simple test
against a prespecified value, but cannot find any functions for computing
sample size. do any exist?