Displaying 20 results from an estimated 800 matches similar to: "Problems renaming files on samba share"
1998 Mar 31
1
Are dashes OK in Domain Name?
I was browsing through the SAMBA workgroups defined here:
E51-CAE, E51-WAAS, etc... everything looked fine (well, with
the exception of subnet browsing) until I displayed the
properties of the machines in the workgroups.
Select a SAMBA host, right-click on the hostname and select
'Properties' from an NT4 machine displays the domain as "E51";
everything from the dash onward
1999 Jan 15
6
locking Problem 2.0.0 on SGI
Hi,
after having upgraded from 2.0.0beta2 to 2.0.0 there are happening strange
things:
1) After startup of smbd I find the following message in log.smb
smbd version 2.0.0 started.
Copyright Andrew Tridgell 1992-1998
[1999/01/15 17:38:09, 1] smbd/files.c:file_init(219)
file_init: Information only: requested 10000 open files, 2490 are
available.
2) doing a smbclient -L <hostname>
1998 Aug 18
0
: SAMBA digest 1780 :: 4) Files not copying across Samba
> Date: Fri, 14 Aug 1998 09:25:41 +0100 (British Summer Time)
> From: Anthony Farrow <a.n.farrow@cranfield.ac.uk>
> To: samba@samba.anu.edu.au
> Subject: Files not copying across Samba
> Message-ID: <SIMEON.9808140941.C@ccanf2.cranfield.ac.uk>
>
>
>
> I am having a problem with a single user on our Samba system. We are
> running Samba on a DEC UNIX
1998 Nov 30
1
Getting smbpasswd file to work alongside unencrypted ones
We operate a samba('18p10) server accessed by WIN3.11, 9x & NT4 clients,
security=share. Uptil now, the NT clients have been pre service pack 3 &
therefore sent cleartext passwords. Post-SP3 we need to enable encrypted
passwords for the NT clients whilst preserving cleartext for the rest. For
various (political) reasons, we cant' get the clients to use the registry
hack to
2009 Dec 04
2
Substitute "Object not found" with NA
Hi everybody,
I'm trying to create a script that picks a txt file with 2 columns of coordinates (depth and variable1) and automatically tries to fit several polynomial with the function nls().
After that, it creates a list of observed, predict, residuals and other, and then it calculates AIC, RMSD, MAD and R^2.
At the end of the script I create a series of vectors with MAD for all
2009 Dec 05
2
"R CMD BATCH" continue after an error in the script
Hi,
I have a problem with R CMD BATCH, because I created a .bat file to run a script:
C:\R\R-2.9.2\bin\R CMD BATCH C:\Scrip_test.R
It work perfectly but after 3 lines of script there is a line with a nls() function that cannot be fitted and this end in an error message.
I'm not bother by the error message, I just want that the script continue.
If I use the R windows GUI the script show the
2009 Apr 15
1
Automatic Differentiation for R
In efforts to improve optimization tools for R, one of my
interests has been getting automatic differentiation capabilities
so that analytic rather than numerical derivatives can be used. They
would be helpful in several other areas besides optimization, My timings
show
factors of the order of 1000s in time improvements by avoiding
numerical derivatives in some cases.
There has been some work in
2000 Jul 28
4
gremlin in rep()
the following occurred inadvertently and brought R-1.1.0 down
rep(1:3, c(4,2,-6))
Segmentation Fault (core dumped)
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 1.0
year 2000
month June
day 15
language R
2000 Jul 27
1
problem using ts after tapply
here is a distillation of a problem encountered in transfering some
working code from R-0.63 to R-1.1.0
a1 <- 1:10
b1 <- tapply(a1,a1, sum)
c1 <- ts(b1)
c1
Error in if (NCOL(x) == 1) { : missing value where logical needed
note that the error is returned as the value of calling ts() and is not
automatically displayed
problem seems to be that
is.array(b1) returns TRUE
yet dim(b1)
2010 Aug 23
1
Fitting Weibull Model with Levenberg-Marquardt regression method
Hi,
I have a problem fitting the following Weibull Model to a set of data.
The model is this one: a-b*exp(-c*x^d)
If I fitted the model with CurveExpert I can find a very nice set of coefficients which create a curve very close to my data, but when I use the nls.lm function in R I can't obtain the same result.
My data are these:
X Y
15 13
50 13
75 9
90 4
With the commercial
1998 Feb 25
1
R-beta: Mac version
Colin Farrow <C.Farrow@geology.gla.ac.uk> writes:
> Peter,
>
> Cautiously sticking my neck above the water line here. I have been
> wondering about the Mac version for a while now. I may be able to get
> an MSc IT student to work on this as a project for about 3 months
> June-Sept. Before putting up the proposal some idea of the scale of the
> task would be useful. Do
2005 Jul 01
1
Re: boot failure after install -- my bootloader beat up your honor student
Feizhou wrote:
> I completely disagree with you here since I use grub over pxe to
> install/boot my servers and avoid any local bootloading problems.
From: Peter Farrow <peter at farrows.org>
> In one sentence, grub is poorly documented, over complicated pants, and
> lilo ROCKS...
At the risk of offending even more people by suggesting a "middle
ground" where
2000 Feb 25
1
bug and fix : using panel.first with plot() in do.call() (PR#457)
The following works as expected
plot(1:5, panel.first=grid(2,2))
and if
my.panel<-function() grid(2,2)
then
plot(1:5, panel.first=my.panel() )
is also OK
but,
do.call("plot", list(x=1:5, panel.first=grid(2,2))
do.call("plot", list(x=1:5, panel.first=my.panel))
do.plot("plot", list(x=1:5, panel.first=my.panel() ))
1998 Jun 19
2
problem with sub in graphs
Use of the graphical parameter 'sub' in a high level graphics function is
inconsistent, and incompatible with the blue book
> plot(1:10, main="test", sub="demo")
Warning: parameter "sub" couldn't be set in high-level plot() function
Warning: parameter "sub" couldn't be set in high-level plot() function
Warning: parameter "sub"
1997 Dec 03
1
R-alpha: Two buglets and a difference
I have come across three problems in the past few days, in spell of
heavy R ( version R0.50-a4/Sun Solaris2.5.1 ) use.
1.
I was using lwd=2 to get thicker lines on plots for printing, but
although the 'lwd' parameter works fine with x11(), the thickened lines
do not print with print.plot, or by using postscript() directly.
2.
Try the following,
plot(1:10, -(1:10))
1997 Apr 10
1
R-beta: Compiling R-0.16.1 on Solaris 2.5.1
Setup: Sparcstation 4 with Solaris 2.5.1 and Sun compilers
After downloading R-0.16.1 and runnning configure, make fails as follows
cd main; make
cc -o R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o context.o cov.o cum.o dataframe.o debug.o deparse.o dotcode.o dstruct.o duplicate.o edit.o envir.o errors.o eval.o format.o gram.o
1998 Apr 20
0
NTW4 Auto connecting to unix home directory on logon
I appologise as this is probably an FAQ but I have read the FAQ's and
have been unsuccessfull in finding a solution.
I have a Solaris 2.5 server running the latest version of samba (can't
remember the version no. but was only downloaded on Friday). I have set
up a homes share and would like to connect my NT workstations to it. I
have been able to connect by specifying the username and
2006 Mar 23
3
Local Yum Repo
Hi There,
I have approx 4 machines running centos 4.2 and would like to run a
local yum repo for them.
Is there a quick and dirty way to do this...
Thanks in advance
Pete
2005 Jun 29
3
IMP 4
Dear All,
anyone installed IMP4 on Centos 4.1 yet, http://www.horde.org/imp/4.0/
if so what problems did you have, I have a webmail server I am going to
upgrade to Centos 4.1 and Imp 4 from its current centos 3.3
implementation and imp3
This is going to be a labour intensive manual task, and I wondered if
anyone else out there was mad enough to have tried it already....
Failing that just
2005 Nov 16
4
[OT] Witty one liners or computer related proverbs
Dear All,
I need some witty computer related proverbs or one liners that some of
have used in the past as footers for your emails for example.
I particularly remember a PERL based transliteration joke/footer that
when run in PERL produces a witty output....
This is to fix a problem internally created by an over zealous salesman
at my company pinning up A4 sheets with bullSh*t sales proverbs