similar to: acl_xattr.so

Displaying 20 results from an estimated 5000 matches similar to: "acl_xattr.so"

2015 Jan 30
1
acl_xattr.so missing
HI. village idiot here. I have tried to set up Samba4 servers on several distros that have it preinstalled. this week. Mint, OpenSuse, and Ubuntu server all fail during domain provisioning with the message 'error loading ...acl_xattr.so: cannot open...No such file or directory. I have changed etc/fstab to include user_xattr and acl. What in the wild, wild world of sports is going on? -jimc
2015 Feb 03
1
kerberos on samba4 server / error loading ...acl_xattr.so (reply to Reindl Harald's replies)
Village idiot here again. Thank you for your replies. Really. As for the acl_xattr.so: I was trying a new 'out of the box' install. I have done the whole download source/compile/provision bit on a Mint 17.1 and I am getting much farther.Now I get 'cannot find kdc for realm "ozco.home" while getting initial credentials" when I try kinit. About Kerberos. You advised me
2011 Aug 15
2
Delayed_Job: code working fine without .delay / with .delay it fails. Why?
Hi all, I wrote a simple code to set up the "pit_id" from a village table from 1 to 2, from 2 to 3 and so on. It works fine without .delay . But i need it so whats wrong with that code? #village_controller def post_info @village = Village.find(params[:id]) @village.delay.upgrade flash[:notice] = "Upgrading" redirect_to village_url(@village) end
2024 Aug 02
1
grep
?s 02:10 de 02/08/2024, Steven Yen escreveu: > Good Morning. Below I like statement like > > j<-grep(".r\\b",colnames(mydata),value=TRUE); j > > with the \\b option which I read long time ago which Ive found useful. > > Are there more or these options, other than ? grep? Thanks. > > dstat is just my own descriptive routine. > > > x > ?[1]
2024 Aug 02
2
grep
Good Morning. Below I like statement like j<-grep(".r\\b",colnames(mydata),value=TRUE); j with the \\b option which I read long time ago which Ive found useful. Are there more or these options, other than ? grep? Thanks. dstat is just my own descriptive routine. > x ?[1] "age"????????? "sleep"??????? "primary"????? "middle" ?[5]
2009 Sep 16
1
ACL misbehavior moving from POSIX ACL -> acl_xattr
List, I had Samba 3.0 running on Debian Lenny configured to use POSIX ACLs on ext3. They worked fine, or at least as fine as NT -> POSIX mapping ever did. After testing 3.3 with acl_xattr on using a different machine, I decided to give it a whirl on the production server. And yes, I know it's experimental. I defined a share thusly: vfs objects = acl_xatt acl map full
2012 May 16
1
clusters in zero-inflated negative binomial models
Dear all, I want to build a model in R based on animal collection data, that look like the following Nr Village District Site Survey Species Count 1 AX A F Dry B 0 2 AY A V Wet A 5 3 BX B F Wet B 1 4 BY B V Dry B 0 Each data point shows one collection unit in a certain Village, District, Site, and Survey for a certain Species. 'Count' is the number of animals collected in that
2014 Feb 18
1
Invalid key 0 given to dptr_close on Samba 4.1 Domain Controller/File Server
Hello, I am currently working on a solution to replace Apple OpenDirectory on some aging Xserve hardware. I currently have CentOS Samba4 AD DC?s replicating for redundancy using sernet-samba repositories. The third one has File/Print roles defind and it works perfectly EXCEPT on OSX 10.6. IT works great on any Windows workstation and OSX 10.7,10.8, 10.9 GNOME/Nautilus and even CIFS CLI mounting
2015 Feb 04
4
How do I disable kerberos?
HI. I have been told that kerberos cannot be running while samba4 is. How do I do this? I seem to have missed this on the how-to and system requirements. I have commented out every entry in /etc/services that seems even remotely kerberosish. I still get errors on kinit and host (from the how-to). I have googled until my computers are laughing at me and have posted on every forum I can find.
2014 Jan 17
3
Moving server to new box
Hi! I wish to move my Samba 4 server to a new box. Since the old one is pata and the new one is sata, I cannot simply swap disks. What is the best way to transfer my server without loosing configuration files? Thanks -jimc
2015 Nov 18
4
Still can't figure out ACL issues
Yah, jimc again. I still cannot figure out what is wrong with my dc. The problem began with being unable to log on from Windows boxes after a power hit. The initial symptoms were: 1) When I log in on a Windows machine, with an account that should have administrator permissions, I don't have said admin rights. 2) When I attempt to launch the Windows remote server tools, I can select the
2013 Apr 24
1
R Interactive Mode
Dear all, We are doing some research about the time series analysis of NDVI, and we found the NDVITS package which is a very great tool. Unfortunately when we run it, after TimeSeriesAnalysis it asks to enter "Village or Country". library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15")
2013 Feb 18
2
How to label percentage values inside stacked bar plot using R-base
Hello, I am new to R. I would like others to explain to me how to add absolute values inside the individual stacked bars in a consistent way using the basic R plotting function (R base). I tried to plot a stacked bar graph using R base but the values appear in an inconsistent/illogical way in such a way that its supposed to be 100% for each village but they don't sum up to 100%. Here is the
2001 Mar 20
1
office
Hi All, I Am new to Wine, and I try to get Office 97 to work, but the M$ Office installer dosen't work yet. Se bug 150 on:
2013 Feb 23
1
smb.conf getting changed?
Hi! I got my first Samba 4 system up and running. {No applause, just throw money. Paper please, coins hurt} It is just a home network of about a dozen or so boxes. I have noticed that when I do a testparm, the result is not the same as the file I created. I'm fairly certain it isn't anything to worry about; I'm just trying to learn. Thanks! -jimc
2013 Apr 24
1
Simulate user input in R
Dear all, Can we simulate user input in R ? for example if we have a function which needs an input from the user to continue its work, can we automate this step (simulate the input...) Here is the sample: choose between one of the grouping factor available : c("Village", "Country") we need to enter Village or Country to continue.....can I automatically pass one of the values
2013 Apr 23
1
One more question please...
I executed the code in rstudio successfully: library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15") ndvidirectory=paste(system.file("extdata/VITO_Mzimba", package="ndvits"), "/", sep="") region="Mzimba" Ystart=2004 Yend=2006 shape="SLP_Mzimba"
2008 Aug 05
1
Labeling lines in xyplot
Hello, I apologize in advance as this example seems really elementary. Below I have created a simple scatterplot with lines. I would like to label each line with the name of the village, instead of using a legend. Can someone please let me know how to do it. Thanks in advance -- John Pop=c(1406,1862,2333,2664,2685,2521,2726,0,0,0,0,214,289,365,900,952,1002,1205,1041,942,1004,
2014 Jul 07
1
archlinux samba provision error
Hi everyone archlinux Release: 2014.06.01 using the information on https://wiki.archlinux.org/index.php/Samba_4_Active_Directory_Domain_Controller to install my Active Directory Domain Controller :- samba-tool domain provision --use-rfc2307 --interactive --use-xattrs=yes Realm [LOCALDOMAIN]: SAT.CO.UK Domain [SAT]: Server Role (dc, member, standalone) [dc]: DNS backend (SAMBA_INTERNAL,
2012 Sep 25
1
Three Stage Sampling of categorical variable using 'survey' in R
For a sanitation project in Bangladesh I need to design a three stage sample survey to be representative of around 40 million people. I find myself suddenly with several challenges with which I struggle and would be gratefully for any help. As the questions are linked I kept them together rather than creating multiple posts 1) SURVEY DESIGN So far I designed mainly two stage cluster surveys but