Displaying 3 results from an estimated 3 matches for "shmi".
Did you mean:
shim
2002 Oct 29
0
Fwd: Re: Fwd: rsync and unlink permission
...over the destination file.
>
> ..wayne..
Hello,
My /var/www and /tmp are in different filesystem.
# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/hda3 37980892 3907128 34073764 11% /
/dev/hda1 91556 4988 86568 6% /boot
shmi:/var/www 37980892 1694152 36286740 5% /var/www
If I use "-T /tmp", the error also occurres. Seems rsync will unlink the
original file before copy the new one over. Idea?
$ rsync -a -T /tmp home::www/pahudtestfile ./
unlink pahudtestfile: Permission denied
copy /tmp/.pahu...
2007 Mar 13
3
Win32 services management?
Hi there,
I just saw samba added the "net rpc service" for Win32 service
management since 3.0.20, and it's fantastic. I used to use samba-tng
to do this job, but now I can use samba! However, I also found it has
limited usage. I cannot pass parameters when I start a service, and I
cannot create a new service, too.
Is there any plan for samba to extend this feature?
--
Best
2010 Apr 13
0
Error using reshape method
To be fair I don't really understand what the error is telling me so I don't
know how to correct it.
I'm trying to reshape my data so that I do repeated measures ANOVA on it.
The warning message: "Error in d[, timevar] <- times[1L] : subscript out of
bounds"
The program:
library(QRMlib)
library(Hmisc)
ss<-5
mu<- c(0,2,3,12)
mu2<- c(0,2,10,20)