similar to: Read Write Access to Linux Share

Displaying 20 results from an estimated 20000 matches similar to: "Read Write Access to Linux Share"

2003 Nov 04
0
Oplocks -- Simultaneously writing to same file
On my small network, I allow users on 6 Windows machines to read and write the same Linux Share. Can anyone tell me whether the smb.conf file listed below will get me into trouble with users opening -- and possibly writing -- the SAME FILE simultaneously? I have read the documentation on oplocks and I'm not sure I understand it sufficiently. I need a simple plain English explanation of
2007 Jul 29
3
Memory leak in PerFieldAnalyzer
Hello everyone, we''ve recently discovered a memory leak in the PerFieldAnalyzer. If you use the PerFieldAnalyzer (which you acutally should), you should switch to a pure ruby version of that analyzer. The C version of the Analyzer is consuming memory on every analyzing request. You can find an example script to verify the leak[1]. Furthermore we''ve added a workaround, building
2010 Apr 21
4
Quota monitoring
Hello, I would like to monitor users quotas in Dovecot but I don't find a way to do it for every user. Acutally I can log in with user & password to get the users quota but wat I need is a way to monitor the quota of every user with e.g an admin user which would have an acces to the quota of each mailbox. Is there a way to this? Thanks for your help.
2012 Feb 03
3
creating R package
Hi, I never acutally made a package before. I have a folder, say called "john" that has everything it needs to be in a R package. Some instruction says I need Rtools from R mirror site. I installed the Rtools, but under DOS, the command "Rcmd" is still not recognized. Any suggestions? Thanks John
2006 Aug 21
2
using windbind to connect to AD
Hello, After a couple of years using Samba as a DC I figured I would start working it the other way around. I'm using CentOS, the latest and tried to use the GUI manager. I am sort of confused as there are acutally 2 windows. I filled out both and supplied the name of the AD administrator. Do I just put the AD domain in there with .realm after it? (eg testdomain.com.realm)? I tried with
2011 Jun 16
2
[LLVMdev] Connection llvm ir
> > I want to connect each llvm ir > > > > for example: > > 1. Turn C/C++ language into C_llvmIR assembly language using Clang > > 2. Turn Fortran language into Fortran_llvmIR assembly language using Dragonegg > > 3. Turn Python language into Python_llvmIR assembly language using Unladen-Swallow > > 4. Connect each llvm IR > > > > Is this
2003 Feb 03
1
Syslinux cannot load memtest 86
Hi there, I am using the latest version of both syslinux ( acutally isolinux ) and memtest86. I get the error "Cannot load a ramdisk with an old kernel image." the memtest is just called memtest ( renamed from .bin as I read that in the archives that was bad ) My isolinux.cfg is just label memtest kernel memtest I searched google with not much avail. Is this a known issue to you?
2002 Nov 11
1
[LLVMdev] question about BasicBlock
Acutally I mean whether we can start from a node in the graph and follow a path which might be very long, to reach another node. Is there a quick way to do that? thanks, xiaodong On Mon, 11 Nov 2002, Chris Lattner wrote: > > > Is there any simple way to decide whether there is a control path from one > > Basic Block to another Basic Block? > > No efficient way, but you
2012 Aug 07
1
Heads up! Incoming! (Flushing mailman moderation queue)
Hi, you'll get quite a few messages (acutally not that many comparing to the amount of spam I see) after this email. This will come through both icecast and icecast-dev mailing lists. I was granted access and am currently going through the moderation queue which apparently hasn't been flushed in what seems to be about a year. Please, before you answer emails that you're about to
2012 Aug 07
1
Heads up! Incoming! (Flushing mailman moderation queue)
Hi, you'll get quite a few messages (acutally not that many comparing to the amount of spam I see) after this email. This will come through both icecast and icecast-dev mailing lists. I was granted access and am currently going through the moderation queue which apparently hasn't been flushed in what seems to be about a year. Please, before you answer emails that you're about to
2015 Jan 13
2
Update from Samba 3.6 to 4.1 on Debian
Hi, I read in the samba news, that everyone should update from Samba 3.6 to 4.x since Samba 3.6 will be discontinued by the release of 4.2. Is it possible just to remove/deinstall the Samba 3.6 package and then install the wheezy-backports of 4.1.11? Will all configuration and stuff be still there? Do I have to do further configurations to run the still NT4-Style domain? What is the common
2012 Feb 08
2
remove NAs from list collectively
Hi, I am importing dataframe from an Excel file (xlsx package). The columns contain acutally measurements for single species and the column-length is of variable. As it is imported as a dataframe the difference to the "longest" column is filled with NA. To explain it with an example, my dataframe looks like: A <- seq(1:10) B <- c(seq(1:5),rep(NA,5)) C <- c(seq(1:7),rep(NA,3))
2007 Oct 01
4
Permissions question
My www directory is owned by "apache" and the group is "todd" and the permissions are 775. My Windows computers use Samba and they log into Linux with "todd". Under the www directory there are various directories which may have a group belonging to a user e.g. "viewpoint". Using this example, there is a directory under www (acutally called httpd),
2005 Jul 26
1
[LLVMdev] How to partition registers into different RegisterClass?
2005/7/26, Chris Lattner <sabre at nondot.org>: > Tzu-Chien Chiu wrote: > > The same problem exists when there are two types of costant registers, > > floating point and integer, and each is declared 'packed' ([4xfloat] > > and [4xint]). The instruction selector doesn't know which instruction > > it should produce because the newly defined MVT type
2011 Jul 28
1
Regression with ranges and displaying them in an XY-Plot
Hello UseRs, I've got 3 variables, the dependent variable Y as well as a max and a min value of the independent variable (Xa and Xb) where in some cases Xa=Xb (so actually a single value for X). First I'd like to perform a regression, but my problem is that my X is a range (acutally a censored independent variable Xa-Xb) rather then one single value. I know already some possible
2008 Jul 10
3
dovecot Digest, Vol 63, Issue 30
> It seems that a RPC call fails because rquotas are not supported on > 'homesvr'. But dovecots quota-fs requires them for remote storage. > Yes, my homesvr does not support RPC rquotas. Acutally I really don't want Dovecot to handle quota on my home directory, I only want Dovecot to hand quota on /var/mail. That's why I put "noenforcing" in configuration
2007 Mar 14
3
A place to put common partial templates and RJS files?
Greetings, I have a partial template file (acutally, it is an RJS file but the same principle is in question here) which I wish to "share" between multiple controllers. Does anyone know where in the directory tree I would put these files in order that I can access them from multiple controllers in the same app? I really would prefer not having to copy them all into all of the
2005 Dec 14
0
Windows sometimes authenticates with wrong user
Sorry in advance for the long post. But this is a bit of a detective story. We are having an authentication issue with a small number of Windows XP (SP2) machines. The Windows machines are set up to have only a single user -- let's say the user is called "Writer". There is no password set up for this user called "Writer". User1 logs on to the machine and connects
2004 Jul 26
1
Time out failure with mvfs on Linux
I have tried Samba 3.0.2a and 3.0.4. We use Active directory. The server is running on RHEL3. When I connect to the server on a share that is acutally an ext3 or NFS file system, I have no known problems. We use ClearCase on Linux and I am trying to access my workspace (view) as I have done many times before on Solaris, but now we are running on Linux and with a newer version of ClearCase
2006 Mar 16
2
Questions about file_column plugin
Hi! I''ve got 2 models - let''s call them User and Image. User has_many images. (Thanks to Mark Reginal James :) ) I have a single form where i can create a user and add to him any number of images, which are uploaded using file_column plugin. Now 3 questions: 1. How to change the default path where file_column plugin saves images, so it will save them in a directory, which