similar to: POSIX-Share fails with NFS-mounts

Displaying 20 results from an estimated 2000 matches similar to: "POSIX-Share fails with NFS-mounts"

2015 Jul 30
0
POSIX-Share fails with NFS-mounts
On Thursday 30 July 2015 09:28:46 Christian Keck wrote: > Hi there, > > I'm sure this must have been discussed before, but I can't find anything > that addresses exactly my problem in the archives. > > The problem I ran into is, that a samba-share relying on POSIX > file-permissions stops working as soon as the shared folder is a NFS-mount > itself. In that case,
2017 Mar 07
2
[Announce] Samba 4.6.0 Available for Download
On Tue, Mar 07, 2017 at 10:48:28AM +0100, Andreas Schneider wrote: > On Tuesday, 7 March 2017 10:33:15 CET Karolin Seeger wrote: > > Release Announcements > > ===================== > > > > This is the first stable release of Samba 4.6. > > Woohoo, thank you very much. I think this is on of our best releases. Yeah, we always think that ! Sometimes it's true
2014 Mar 22
5
Samba documentation team
Hello Samba developers, hello active Samba mailing list supporters, hello * During the last year I (re-)wrote a lot of HowTos and tried to clean up the Wiki in a careful way. But it still contains many outdated, unstructured and hidden content. And in the past weeks we had more and more complaints and questions about missing documentation, first start Howtos, trouble shooting guides, etc.
2014 Apr 03
1
#samba-doc: Table of content
Hello, with one day delay, I published the table of content, we had drafted: https://wiki.samba.org/index.php/HowTo_Guide It took more time, because I had restructured it and added a lot of more topics. Existing HowTos are already linked. All other (red) links go to empty pages. This are at least places were we don't have documentation yet. So lets start. ;-) Of course the TOC is just
2014 Nov 18
2
samba4 4.1 wiki/explanation: dcerpc endpoint servers
Dear all, still miss an exact wiki/explanation about the params of "dcerpc endpoint servers" concerning samba ADS, samba member, samba standalone!? Just give me a hint where to look at. Thank you Daniel EDV Daniel M?ller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 T?bingen Tel.: 07071/206-463, Fax: 07071/206-499 eMail: mueller at tropenklinik.de
2017 Apr 05
2
Key table name malformed
Hi all, I have just tried with a fresh install and samba 4.5.7 on the domain member server: and it worked! The domain join succeeded, and krb5.keytab IS created. So what is going on here? MJ
2017 Apr 05
1
Key table name malformed
MJ, I put some extra info on this for the list. This is a new Debian Jessie install with sernet samba packages. The Keytab file is not created with sernet 4.6.1 packages but it is with the sernet 4.5.7 samba packages. Bug list show some keytab reported but i dont see any related to this.
2014 Oct 25
4
Red Hat Implementation of Samba 4???
Does anyone know what Red Hat/Centos is going with Samba 4? I've looked at their packages in COS 6.5 and 7 and it doesn't make sense. They seems to be doing some kind of watered down or modified version of Samba 4 with some of the tools disabled. Are they still holding off from full AD implementation in their packages because of the MIT Kerberos issues identified in previous
2008 Feb 08
2
R version of SAS Proc Varclus
I am interested in finding an R version of SAS "Proc Varclus". SAS's Proc Varclus implements an oblique cluster analysis based on principal components. How can I find out if R has a package that runs the same algorithm implemented in SAS "Proc Varclus"? Thank you, Mary Helen Black __________________________ Mary Helen Black, M.S. Keck School of Medicine of USC
2018 Mar 27
2
10 minutes between primary group change and effect on Fedora 27
On Tue, Mar 27, 2018 at 9:51 AM, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Tue, 27 Mar 2018 09:36:49 -0600 > Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > >> On Tue, Mar 27, 2018 at 9:15 AM, Rowland Penny <rpenny at samba.org> >> > >> > idmap config MIND:unix_primary_group = yes >> OK I added this line >> Is
2004 Nov 29
3
systemfit - SUR
Hello to everyone, I have 2 problems and would be very pleased if anyone can help me: 1) When I use the package "systemfit" for SUR regressions, I get two different variance-covariance matrices when I firstly do the SUR regression ("The covariance matrix of the residuals used for estimation") and secondly do the OLS regressions. In the manual for "systemfit" on page
2003 Feb 20
2
is.numeric
Hi, I have a vector, which contains both strings and numbers, e.g. > foo <- c("str1",1234,"str2",0.9876) I want to know if a distinct element of the vector is a string or a number and took "is.numeric", but > is.numeric(foo[2]) [1] FALSE because R treats the numbers in a mixed vectors as strings: > foo [1] "str1" "1234"
2005 Feb 10
5
Annual cumulative sums from time series
Hello world, I am actually transferring a course in data management for students in biology, geography and agriculture from statistica to R - it works surprisingly well. If anyone is interested in my scratch/notepad (in German language), please see www.hydrology.uni-kiel.de/~schorsch/statistik/statistik_datenauswertung.pdf (pages 40-52) The dataset is:
2005 May 22
3
constraints
Is there a package in R that handles general linear (in-)equality + box constrained optimization? If it is not there, could anyone advise me which way to go? And/or point me to packages that solve these problems partially? best, ingmar -- Ingmar Visser Department of Psychology, University of Amsterdam Roetersstraat 15, 1018 WB Amsterdam The Netherlands http://users.fmg.uva.nl/ivisser/ tel:
2004 Nov 01
5
make apply() return a list
Hi, I have a dataframe (say myData) and want to get a list (say myList) that contains a matrix for each row of the dataframe myData. These matrices are calculated based on the corresponding row of myData. Using a for()-loop to do this is very slow. Thus, I tried to use apply(). However, afaik apply() does only return a list if the matrices have different dimensions, while my matrices have
2005 Apr 22
4
Bug in Version 2010 (PR#7807)
Dr. Michael Breuer 22.04.05 ?kologiezentrum der Universit?t Kiel Olshausenstra?e 75 24118 Kiel Dear Ladies and Sirs, After updating the R-Windows-program (binary) by the latest version (2010), the R-Scripts that I want to execute are not shown in the File-Window anymore. In the former version it worked
2004 Nov 16
3
How to remove x, y labels from a plot
Hi there, I need to plot an illustrative figure without ticks, x, y labels in R. I managed to get the ticks removed, but had no luck with x, y labels. Any suggestions would be much appreciated. Jin Li [[alternative HTML version deleted]]
2006 Jul 31
2
math symbols and text with mtext()
Dear R users, Two questions: 1) Is there a way to simplify the mtext() line below ? beta=c(1,-1) m=5 plot(1) mtext( bquote(paste( beta == .(paste( "(", paste(beta, collapse=", "), ")" )) )), outer=TRUE,line=-3) 2) How do I get the embedded carriage return "\n" below to work, i.e for the text that follows it to appear on the next line? beta=c(1,-1) m=5
2007 Oct 30
2
Splitting up the micEcon package?
Dear R Users: The functions of our "micEcon" package [1,2] can be subdivided into three categories: - microeconomic demand and firm models - sample selection models (mainly selection()) - routines for (likelihood) maximisation (e.g. maxLik(), maxNR(), maxBHHH()) (mainly used for ML estimation of sample selection models) Although sample selection models are often used in
2015 Nov 19
2
Increasing database size limit
Hi Volker, First I apologize for very late reply. I did tests in the meantime... Trust relationships are the option we keep in mind. As trusts are for now bidirectional-full-trust they give us possibility to increase domain size. If we have to split our domain we will split in one domain for users and another for computers (meaning users' MS Windows computers as they need to be included into