Displaying 20 results from an estimated 8000 matches similar to: "Imposing permissions on directories under a share"
1998 Dec 08
1
Virus checker gets error "Network Name was deleted" ?
hi,
Has anyone encountered problems running virus checkers on NT4+sp3
clients against Samba served drives ? We recently upgraded
a samba server to 1.9.18p10 and now have an intermittent problem
where during the scan of Samba drive the virus check flakes out
with the error;
"Network Name was deleted"
I'm told that the server still appears to be browsable after this
error, and the
2002 Jun 17
1
make_file() could ignore ENODEV errors (from afs filesystem)
Hi,
Would it be acceptable to patch make_file() in flist.c to ignore any
ENODEV's and not mark them as io_error=1?
In afs, a mountpoint to a volume which does not exist gives an
ENODEV. As such, it can't be copied, so should (or could) just be
ignored?
The io_error isn't terminal, but it does disable the delete function
and you end up with an exit code of 23.
regards
|<evin
2002 May 20
2
exit code 23 - inappropriate error for copying symlinks?
Hi,
I've just created a small directory as an example, it holds a file and
two symlinks that don't point to anything, and another symlink going
nowhere in a subdirectory.
rsync (2.5.5) is happy to copy these but produces an error. I can't
see why it considers this an error? It's not even aborting after it
first encounters this 'error'.
$ ls -lR /var/tmp/rsync.test
2007 Jul 13
1
imposing constraints on the covariance matrix of random effects in lme4?
Hello all,
I am using lme4 to fit some mixed logistic regressions. I need to
impose an identification constraint of the following form:
(1 sig12)
(sig12 sig22)
and have not figured out how to do it, i.e., sig11 = 1 but the rest of
the parameters are free to vary. Is this possible and, if so, how?
I've been looking through the archive and help to no avail, but
perhaps I'm just
2011 Sep 07
1
Imposing Feller condition using project constraint in spg
Dear R-users,
I'm running a maximization problem in which I want to impose a condition on
the relationship between 2 parameters.
The condition is that w[4] = (1+eps)/(2*w[1]), or equivalently w[4]*w[1] =
(1+eps)/2 , where eps is some small positive constant.
I've been trying to formulate a function that takes care of this, but I
can't really make it work so any suggestions would be
2012 Jul 15
4
Imposing more than one condition to if
Hi,
I have a dataset which contains several time records for a number of days, plus a variable (light) that allows to determine night time (lihgt= 0) and daytime (light> 0). I need to obtain get dusk time and dawn time for each day and place them in two columns.
This is the starting point (d):
day time light
1 1 20
1 12 10
1 11 6
1 9 0
1 6 0
2004 May 27
1
OCFS not releasing space?
I have noticed that OCFS is not updating the filesystem space stats when
datafiles are reduced in size: is this Bug 62, and if so is there an expected
fix date?
ocfs-2.4.9-e-enterprise-1.0.11-1
ocfs-support-1.0.10-1
ocfs-tools-1.0.10-1
Linux sgl43d-122 2.4.9-e.35enterprise #1 SMP Wed Jan 7 15:11:27 EST 2004 i686
unknown
bytes name
2097152000 /data/oracle/QSG40/u01/dtr_med_i_02.dbf
/dev/sdc1
2005 Apr 08
1
Can't get function to run iteratively
Trying to do something very simple...
> numerical.grad
function(func,x, eps=1e-12) {
# very simple (crude) numerical approximation
f <-func(x)
df <-1:length(x)
for (i in 1:length(x)) {
dx <- x
dx[i] <- dx[i] +eps
df[i] <- (func(dx)-f)/eps
}
df
}
> test<-function(x){x^2}
> y<-seq(0.1,0.5,0.1)
> numerical.grad(test,y)
[1] 0.1999997 0.0000000
2004 Nov 29
2
"Linux Error: 28: No space left on device"
# uname -a
Linux sgl122 2.4.9-e.35enterprise #1 SMP Wed Jan 7 15:11:27 EST 2004 i686
unknown
# rpm -qa|grep ocfs
ocfs-2.4.9-e-enterprise-1.0.12-1
ocfs-support-1.0.10-1
ocfs-tools-1.0.10-1
Oracle 10.1.0.3 RAC on egenera blades.
"df" shows large amounts of free space (15GB, approx 50%), yet I keep getting
"Linux Error: 28: No space left on device" when doing
RMAN
2005 Jul 15
2
rmpi in windows
Hi Folks,
Has anyone been able to get rmpi to work under windows ?
Thanks,
Tolga
Please follow the attached hyperlink to an important disclaimer
<http://www.csfb.com/legal_terms/disclaimer_europe.shtml>
==============================================================================
Please access the attached hyperlink for an important electronic communications disclaimer:
2014 Jan 16
0
[PATCH] drm/nv50/graph: add more trap names to print on error
On Thu, Jan 16, 2014 at 1:13 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
> ---
>
> I made the assumption that showing the address is generally useful. Worst
> case, it won't make sense but still be displayed. Seems simpler than
> special-casing things.
Erm, I have a better version of this coming that
2003 Aug 26
1
dual smb/nmb for interfaces
HI
I'm need to run samba version 2.2.8 and 2 smbd / nnbd processes in a single
machine with two separate smb.conf files . They will runs on individual
interfaces and how can I do that ? Tried all means that I know off , but to
no avail. Please help.
Thanks & rgs
amin
==============================================================================
This message is for the named
2005 Sep 06
2
help.search problem
Dear Fellow R Users,
I have recently come across a weird problem with help.search:
> help.search("tps")
Error in rbind(...) : number of columns of matrices must match (see arg 8)
>
This happens no matter what I search for...
Any thoughts ?
Thanks,
Tolga
Please follow the attached hyperlink to an important disclaimer
2014 Jan 16
2
[PATCH] drm/nv50/graph: add more trap names to print on error
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
I made the assumption that showing the address is generally useful. Worst
case, it won't make sense but still be displayed. Seems simpler than
special-casing things.
drivers/gpu/drm/nouveau/core/engine/graph/nv50.c | 117 ++++++++++++-----------
1 file changed, 63 insertions(+), 54 deletions(-)
diff --git
2005 Dec 20
4
help with sapply, plot, lines
Hi,
I am trying to plot multiple lines on a graph.
The function is particularly simple:
sigma<-function(lambda) atm-2*rr*(lambda-0.5)+16*str*(lambda-0.5)^2
which uses the variables atm, rr and str...
I define these as such:
atm<-0.4
rr<-0.2
str<-0.1
and this plots fine:
plot(seq(0.01,0.99,0.01),sigma(seq(0.01,0.99,0.01)),ylim=c(0,1))
Now, I want to plot the same function for
2008 Apr 07
1
Width of text displayed in R
All,
I think this is pretty basic but I couldn't find the answer in any
source.
I have just built my own R for Linux (amd 64). It runs well, but R
thinks that it only has 80 characters or so of screen width. I log on
with Putty to the box and can stretch it as large as I want.
Is there a simple way to tell R to use more screen width when
displaying?
From whatami:
OS RELEASE :
2011 Nov 10
0
Help with gam
From: Uwe Ligges <ligges_at_statistik.tu-dortmund.de
<mailto:ligges_at_statistik.tu-dortmund.de?Subject=Re:%20[R]%20Help%20with%2
0gam> >
Date: Wed, 11 May 2011 19:08:38 +0200
On 11.05.2011 17:22, Zsolt Macskasi wrote:
> Hi,
>
<http://tolstoy.newcastle.edu.au/R/e14/help/11/05/1036.html#1040qlink1> > I
am a brand new user of R and I am trying to use the gam
2012 Aug 21
0
[LLVMdev] Passing return values on the stack & storing arbitrary sized integers
2012/8/21 Anton Korobeynikov <anton at korobeynikov.info>:
>> This isn't really my area of expertise, but I think you're messing up
>> your RegisterClass definition. Look at how ARM defines DTriple.
> DTriple is untyped :) , because we do not have any valut type which
> defines 3xi64.
> However, the paired register needs to have type.
>
> Fabian, what are
2013 Jul 19
0
mgcv: Impose monotonicity constraint on single or more smooth terms
Dear R help list,
This is a long post so apologies in advance. I am estimating a model with the mgcv package, which has several covariates both linear and smooth terms. For 1 or 2 of these smooth terms, I "know" that the truth is monotonic and downward sloping. I am aware that a new package "scam" exists for this kind of thing, but I am in the unfortunate situation that I am
2008 Apr 28
3
R on X11 under Linux (newbie)
I just installed R on my 64 bit SUSE Linux system -- I compiled with the default x windows support on..
This may be a newbie question (apologies in advance)-- but how does this show up in X?
I have SSH'd in to my box and set my display -- I can run xcalc OK -- but when I hit the R binary it just goes to the command line -- if does not give me an x-window.
I suspect I need another