Displaying 20 results from an estimated 1000 matches similar to: "Samba Permissions"
2011 Dec 23
2
2.1.rc1 (056934abd2ef): virtual plugin mailbox search pattern
Hello Timo,
With dovecot 2.1.rc1 (056934abd2ef) there seems to be something wrong
with virtual plugin mailbox search patterns.
I'm using a virtual mailbox 'unread' with the following dovecot-virtual file
$ cat dovecot-virtual
*
unseen
For testing propose I created the following folders with each containing
one unread message
INBOX, INBOX/level1 and INBOX/level1/level2
1999 Apr 16
1
NextMethod
>> One clear moral seems to be don't do anything more inside a
>> generic function than you really need to do. Keep it *very*
>> simple indeed.
>>
> I recall JMC saying something like, all generic functions
> should be one line long; a call to the appropriate UseMethod.
It certainly is encouraging to know that others also have been confused by
aspects of
2007 Nov 28
2
Change in smbclient between 3.0.24 and 3.0.25c breaks third party app
Hello list,
A change in smbclient between 3.0.24 and 3.0.25c breaks [1] the gollem
filemanager [2] and maybe others.
In particular folder creation is broken unless the folder is a top level
folder on the share.
To create a subfolder "level2" in the folder /level1 of a share gollem
executes this command:
/usr/bin/smbclient "//1.2.3.4/sharename" "-p139"
2009 Oct 01
3
Computers leaving samba domain
I am not sure if this is where I need to ask this or not, but I am lost to
where to start even.
I had 7 computers in one lab that would not login. It gave the standard
"computer account password bad or domain not found". I had another 9
computer in my other lab do the same thing. It seems that they have
suddenly started losing the domain. I can add them to a workgroup and
then
2007 Jan 24
4
Replace missing values in lapply
I have some matrices stored as elements in a list that I am working
with. On example is provided below as TP[[18]]
> TP[[18]]
level2
level1 1 2 3 4
1 79 0 0 0
2 0 0 0 0
3 0 0 0 0
4 0 0 0 0
Now, using prop.table on this gives
> prop.table(TP[[18]],1)
level2
level1 1 2 3 4
1 1 0 0 0
2
3
2008 Aug 18
3
Samba 3.0.x access rights issue with secondary groups or Unix rights
Hi experts
I have a trouble in access rights
I am running Samba
3.0.31 on Solaris 10 x86 64 bits as member server of an Active
Directory 2003 R2 domain (MYDOMAIN) using Identity Management for Unix
I set rights to access a sub folder of a Samba share. On Solaris the user
"toto" jdoe can write a new file. From Windows, the same user can't.
Itlooks like OK when the primary group
2013 Jan 26
0
[LLVMdev] Closures, newbie question
On 26/01/13 19:20, Torsten RĂ¼ger wrote:
[...]
> Just at the end it mentions closures and I was wondering how those are done in llvm.
> The link was to wikipedia, and i do know what closures/blocks/continuations are, (i think) but maybe someone could point me to where to read about how to do them in llvm.
I've implemented closures in the past --- it's fiddly and a surprising
amount
2006 Oct 18
2
multiline string continuation
Dear R experts,
I wonder how can one input a string variable in multiple lines in a R
script. I've seen solution to the command line continuation in the
non-string situation (just continute at the new line). However, that
doesn't work for strings because the new line character, "\n", is
included in the resultant string. For example, if I type the following
in a script:
2005 Mar 03
3
Mounting directories below share level
>From my investigations, and searching the archives, it seems that smbfs can
only mount shares, and not directories under the share
i.e.
smbmount //host/share /mnt works
smbmount //host/share/directory /mnt doesn't work
Our W2K3 server has user home directories in a tree where there are no user
rights to the next node up the tree (level1), which is the directory on the
share,
i.e.
2009 Jul 14
2
New samba server
I did not get this finished last summer, so decided to just wait and do it
this summer. I have setup my new samba server and was trying to get some
things tweaked to the way that I want them. I thought that I had asked
this before and that I could do it, but it seems that it does not work.
My new server is running as a domain server just like the old. It has the
same domain name and I change
2006 Aug 09
1
Improvement: SiteMapper - working ideas as a possible RoR''s routing replacement
Hello,
I''ve done potencial replacement for RoR''s routing mechanism.
It just works as an independent class so you can try bundled examples
withou installing anything else. I didn''t integrated it into Rails (as
a plugin?) because I don''t know if anyone would appreciate it etc.
SiteMapper features:
--------------------
1. uses regexp mask to get variables from
2010 Feb 08
1
files-from and delete option?
Hi Guys,
is there a way to have a absolute file paths in a file - and use
--files-from together with --delete option?
what i mean is - lets say i have a daily generated file a.txt from an
external script which contains something like this:
/level1/level2/level/.../.../leveln/file.txt
can i ask rsync to copy all files from that kind
- /level1/level2/level/.../.../leveln/file.txt which my file
2009 May 11
1
Error in NLME (nonlinear mixed effects model)
Hi there,
I have been trying to fit an NLME to my data. My dataset has two category levels - one is a fixed effect (level1) and one is a random effect (level2), though so far I have only experimented with the highest level grouping (fixed, level1), with the following code:
mod1 <- nlme(H ~ a*(1-exp(-b*D^c)),
data=sizes,
fixed=a+b+c~factor(Loc),
start=c(a=75,b=0.05,c=0.7))
This returns the
2008 Jul 14
1
Replacing a Samba server
I am setting up a new samba server that is going to replace my old one.
Here is the question that I have. Am I going to have to go around to each
computer on campus and have it rejoin the domain when I put the new server
in place?
If that is the case, can I set the SID on the new samba server to be the
same as the old samba server and will that do the trick so that I do have
to go around to
2009 Aug 27
3
ldap? Samba? Nss?
It seems my logins are taking a long time to get logged in. I am guessing
that it is worse when classes start and a lot of the kids try to login at
once. My old server did not seem to have this problem though and we have
the same number of students.
Where should I start looking at this? I am guessing that it is ldap, but
want to make sure.
If I log in at a computer and go to start->run and
2009 Feb 05
3
subset problem (reducing from six to two levels)
Hi all,
I have got a seemingly simple problem (I am an R starter) with subsetting my
data set, but cannot figure out the solution: I want to subset a data set
from six to two levels, so that all analyses are done only with these two
remaining levels.
I tried
TOTAL<-read.delim('total.csv',header=T)
SUBSET.OF.TOTAL<-subset(TOTAL, FactorX %in% c("Level1","Level2"))
2008 Oct 17
2
Different IPs on a samba server #2
Ok, I have played with this some more.
Here is my setup.
I have a local network 10.0.x.x/255.255.0.0
I have an off site network 192.168.0.x/255.255.255.0
The samba server is also my wins server and has the ip 10.0.0.2 on my
local network. This is the only NIC in the Samba server.
My firewall/router server shows the following from netstat -r
2005 Oct 06
2
R/S-Plus equivalent to Genstat "predict": predictions over "averages" of covariates
Hi all
I'm doing some things with a colleague comparing different
sorts of models. My colleague has fitted a number of glms in
Genstat (which I have never used), while the glm I have
been using is only available for R.
He has a spreadsheet of fitted means from each of his models
obtained from using the Genstat "predict" function. For
example, suppose we fit the model of the type
2006 Aug 24
1
Strange permissions problems
I had this problem some last year and never got it figured out. Now it
is bugging me. It seems that sometimes when a student writes his/her
file to a directory, it will not keep the correct group. It puts
his/her main group as the group owner and that fouls things up. Here is
what I have.
Unix Permissions
/school 3777 admin.teacher
/school/bhs 3777 admin.teacher
/school/bhs/reese
2006 Oct 12
2
adding error bars to lattice plots
Dear R users,
About a year ago Deepayan offered a suggestion to incorporate error bars
into a dotplot using the singer data as an example
<<http://finzi.psych.upenn.edu/R/Rhelp02a/archive/63875.html>>.
When I try to utilize this code with a grouping variable, I get an error
stating that the subscripts argument is missing. I have tried to insert
them in various ways, but cannot