similar to: "create mode = 0770" creates directories that are drwxr-xr-x

Displaying 20 results from an estimated 10000 matches similar to: ""create mode = 0770" creates directories that are drwxr-xr-x"

1998 Apr 12
0
SAMBA digest 1652
On Sun, 12 Apr 1998 samba@samba.anu.edu.au wrote: add this to the share: directory mask = 0770 > > Date: Fri, 10 Apr 1998 13:14:54 -0700 > From: Claire Johnson <cjohnson@studioarchetype.com> > To: samba@anu.edu.au > Subject: "create mode = 0770" creates directories that are drwxr-xr-x > Message-ID: <199804102014.NAA06684@JC.StudioArchetype.COM> >
2007 Oct 25
5
A new JavaScript Framework based on Prototype and Scriptaculous : Archetype
After several months of development, we are proud to announce you the first public release of Archetype JavaScript Framework (License MIT, version 0.1)! Archetype is a JavaScript framework. It''s not a simple toolkit, but a real framework which affects the way you code in JavaScript. Made on top of excellent libraries as Prototype and Scriptaculous, it aims to ease development of real
2008 Dec 03
0
What IRQ field from "dahdi show status" means ?
Hi, On my system I've got : CLI> dahdi show status Description Alarms IRQ bpviol CRC4 Fra Codi Options LBO B4XXP (PCI) Card 0 Span 1 OK 0 0 0 CCS AMI YEL 0 db (CSU)/0-133 feet (DSX-1) B4XXP (PCI) Card 0 Span 2 OK 0 0 0 CCS AMI YEL 0 db (CSU)/0-133 feet (DSX-1) B4XXP (PCI)
2003 Jan 17
0
No access to root-level of shares on NT4 SP6 with Samba2.2.2 on FBSD-4.7
Hi John, this is my smb.conf-file: # /usr/local/etc/smb.conf # # $Id: smb.conf,v 1.1 2002/11/28 17:53:45 root Exp $ # [global] workgroup = ossa6 netbios name = claire server string = File-services on claire. hosts allow = 192.168.0.0/255.255.255.0 max log size = 0 security = user encrypt passwords = yes smb passwd file = /usr/local/etc/smbpasswd socket options = TCP_NODELAY interfaces =
2018 Jul 23
1
Suggestion for updating `p.adjust` with new method (BKY 2006)
Dear R contributors, I suggest adding a new method to `p.adjust` ("Adjust P-values for Multiple Comparisons", https://stat.ethz.ch/R-manual/R-devel/library/stats/html/p.adjust.html). This new method is published in Benjamini, Krieger, Yekutieli 2016 Adaptive linear step-up procedures that control the false discovery rate (Biometrika). https://doi.org/10.1093/biomet/93.3.491 This paper
2005 Mar 04
3
PXE(bis) boot Centos 4.0 problems
"AS" == Alan Sparks <asparks@quris.com> "MH" == Martin Hamant <mh@accelance.fr> AS> Has anyone yet tried PXE booting the vmlinuz/initrd.img AS> set from Centos 4.0beta2? AS> Anyone had luck? Any changes for PXE boots known for 4.0? AS> Thanks in advance. MH> No luck. this is exactly the same issue i''m in front of.
2005 Oct 06
1
problem with installing a package
I do have full access to that directory. I have the bbHist package in c:/PROGRA~1/R/rw2011/library/bbHist directory. Then under the library directory I did check and build. Here's what I got: $ R CMD check bbHist * checking for working latex ... OK * using log directory 'c:/progra~1/r/rw2011/library/bbHist.Rcheck' * using R version 2.1.1, 2005-06-20 * checking for file
2006 Mar 01
3
Form helpers and overloaded methods - help!
Can someone explain why form helpers appear to bypass any model methods I override for fields that are bound to database fields? It would be great if someone could tell me how to force the form field, etc to call the method instead of looking at the database / attributes collection. Let''s say I have a column called ''price'' in my database table "books"
2007 May 13
0
RE: Converting to 1.1.4, help please!
Thanks Jud, I was able to re-encode my entire FLAC archive into 1.1.4, although on my slow computer (with all other apps closed) it took over 3 days to complete! Only one song returned an error and that was quite easy to fix. I did run into one issue though. I have a FLAC album in which the songs are all 24/96 and REFLAC fails when it runs. I want to re-encode them from compression level 5
2010 Apr 06
1
glmpath in R
Hi Claire, I'm replying and CC-ing to the R-help list to get more eyes on your question since others will likely have more/better advice, and perhaps someone else in the future will have a similar question, and might find this thread handy. I've removed your specific research aim since that might be private information, but you can include that later if others find it necessary to know
2005 Oct 05
2
problem in installing a package
I'm using R in Windows XP. I created a package myself. I've used R CMD check to check it. Everything seems OK except the latex. I get the error message: * checking bbHist-manual.tex ... ERROR LaTeX errors when creating DVI version. This typically indicates Rd problems. I ignored it because I didn't want to submit it to CRAN. Then I tried to use R CMD INSTALL to install it. First I
2011 Apr 15
1
[LLVMdev] Patch to correct typos on LLVM source code
Hi, I've made the attached patch that fixes several typos on the LLVM source code, they were found and fixed by the codespell tool (which was announced at http://www.politreco.com/2011/04/announce-codespell-1-0/ ). The majority of the typos were in comments and a few of them were in debug messages. I've also made another patch to the clang source base, it was sent to the cfe-dev mailing
2008 May 10
3
Creating Matrix
Hello, I have two data. x<-c(1, 2, 1, 3, 2) y<-c(3, 1, 2, 3, 5) 1. How do i create matrix from this two. what i want is this x y 1 1 3 2 2 1 3 1 2 4 3 3 5 2 5 2. what is the best way to use chisq.test to get the p.value thanks Claire -- View this message in context: http://www.nabble.com/Creating-Matrix-tp17168173p17168173.html Sent from the R help mailing list
2008 Apr 30
2
arcsine transformation
I have been trying to preform both a bartlett's test and an arcsine transformation on some average percentage data. I've tried inputting it different ways and I keep getting the same error message: > head(workingdata) DYAD BEFORE AFTER 1 BG-FL 4.606772 5.787520 2 BG-LL 5.467503 7.847395 3 AD-MV 5.333735 11.107380 4 MM-FL 5.578708 12.063500 5 MM-MV 2.037605 6.415303 6 MM-RM
2013 Feb 01
2
mountain lion install, error message
Hi, I have been trying to install R on my mac which is running mountain lion. It is partially working, but one error message I am getting is: Error in function () : object '.activeModel' not found. I cannot find anything on this by googling. It appears, for example, when I try to 'add observation statistics to data' under the 'models' menu in R commander. I wondered
2012 Nov 09
1
R function data variable name argument
Hello fellow R-ers, I have spent some time on this and it is driving me NUTS! I am sure there is a solution, so please help. I am trying to create a function that will plot different lines for subsets of a dataset. For example, I am trying to look at different drug groups (drug2), let's say 1,2,3,4, and 5. The data has 2 different rates, college students and high school students (var names cs
2003 Jan 16
2
No access to root-level of shares on NT4 SP6 with Samba 2.2.2 on FBSD-4.7
Hi all, I've got a strange problem with my German NT4 SP6 and my FreebSD-4.7 Samba 2.2.2 server running as a PDC. I connect to several shares on the Samba-machine by linking them to drive letters. I can browse them but I can not copy anything to the root-level of the share, neither directories nor files. The error message is on the NT4-box is: BLA kann nicht kopiert werden: Der Zugriff wurde
2010 Oct 28
1
Key combination that removes all R objects
Dear readers, There is a combination of keys that I have (on several occasions now) typed by accident into R (2.10.0) which removes all the objects in the environment, and clears the console, as though I had typed rm(list=ls()). Unfortunately I don't know what the combination of keys are, so I am struggling to find out more about this behaviour on my own and I was hoping that someone has
2007 Jun 01
2
Ferret FileNotFound error after adding counter_cache to mode
I have a model that I''ve been indexing and searching with ferret with no problems. I just added a counter_cache for some voting functionality to the same model and now when I perform the voting fxn on an object from that model, I get the FileNotFound error as it looks for a file named "_1c_1.del" ...which breaks my voting function. I tried killing the server and my index
2006 May 07
1
You have just received a postcard
<strong>Hello friend !</strong><br> You have just received a postcard from someone who cares about you!<br><br> <strong>This is a part of the message:</strong><br> "Hy there! It has been a long time since I haven''t heared about you!<br> I''ve just found out about this service from Claire, a friend of mine who also told me