similar to: Getting smbpasswd file to work alongside unencrypted ones

Displaying 20 results from an estimated 400 matches similar to: "Getting smbpasswd file to work alongside unencrypted ones"

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 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
1998 Apr 28
1
Problems renaming files on samba share
Hi, I am now running Samba services to a network of 200 or so PC's accessing a central UNIX filserver and overall it is a success. There are just a few niggles however. I'll email my smb.conf later if this is required but I guess this may be a common newbie problem. Users all have a home directory mapped to their Z drive. This is okay, but if they try to rename a file (right click
2012 Nov 23
0
problem font-face routes css
Hi I have a problem with font-face routes on the server,when I open the site in windows, when I do with linux, works . both use chrome latest version. -the fonts are in /assets/fonts/ -in /assets/stylesheets/fonts.css.scss @font-face { font-family: ''OswaldLight''; src: url (''/assets/Oswald-Light-webfont.eot''); src:
2005 Apr 19
1
Problems installing Centos 3.4 & 4 using NFS + Kickstart
My hardware is Sun V65x servers, (6GB RAM/2xXeon3GHZ/36GB SCSI disk). I have NFS repositories of Centos 3.1, Centos 3.4, Centos 4 & RedHat 9.0 ISO distros set up. I use boot floppies for each o/s with the same kickstart file which is of course altered to point at the desired distro. With Centos 4 I have to use a boot CDROM, of course, rather than floppy disk. I wish to set up servers with
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
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
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
2017 Nov 09
1
Sharing an R installation via NFS on ubuntu cluster
I can install R with sudo apt-get update sudo apt-get install r-base this is not my problem, and indeed, not my question. my question was how could I share the resulting R installation over NFS? Do I have to export every location where apt-get installs a component or can I force apt-get to place the installation in a certain location? On 8 November 2017 at 17:37, Ista Zahn <istazahn at
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
2017 Nov 08
0
Sharing an R installation via NFS on ubuntu cluster
On Wed, Nov 8, 2017 at 6:14 AM, Florian Oswald <florian.oswald at gmail.com> wrote: > hi all, > > i want to share an R installation from a master node to several compute > nodes via NFS. all nodes run ubuntu 16.04. I tried building R from source > but hit a wall several times because of missing dependencies. apt-get build-dep r-base should take care of that. --Ista So I am
2007 Apr 18
0
Device Labels being lost in CENTOS 4.4?
We have run CENTOS 3.x on a large number of machines used for technical computations, both 32/64-bit servers and 32-bit dual-boot desktops, with no issues whatsoever over a long period of time. We have since upgraded the servers to CENTOS 4.4 but a small number of dual-boot desktops which have been created recently using CENTOS 4.4/XP have very rapidly started to exhibit this symptom: The
2005 Sep 20
5
Uniprocessor kernel booted after YUM update
We have Xeon IA32 dual-processor servers running Centos 3.5 in an HPC batch-only compute grid configuration . We have yum update operating automatically with default updates being applied weekly. Because of the workload pattern of long-runing jobs, the servers tend to stay up without a reboot for very long periods. Recently, yum installed an updated kernel 2.4.21-32.0.1.ELsmp; when we got
2000 Jun 20
1
unequalspaced time-series data
Dear R-users, is there any object-type or routine/function in R which can handle unequally spaced time-series data? I know that there is the library OSWALD for S-Plus, which is able to do so, but I was not successful in running it under R. Does anyone can help? Thank's in advance! INGO -- ----------------------------------------------------------------- Ingo Roeder Institute for
2008 Oct 26
1
Upgrading to Centos 4.7 on HP DL580G5 caused problems
As part of patching a cluster which has two DL580G5 login nodes ( 4X Intel 7300 DC cpus) & 24 HP DL160G5 compute nodes ( 2x Intel 5272 DC cpus) we encountered an issue that I would like to record: I upgraded both DL580s to Centos 4.7 via yum but only rebooted one initially- this node, previously bomb-proof, started to hang randomly with no obvious messages logged to help with diagnosis.
2010 Mar 31
1
nlsList{nlme} control of min and max parameter bounds?
Hi All I'm analysing growth rates using a gompertz (logistic) curve and am attempting to fit parameters for all of my study birds using nlsList. I've been looking for an option in nlsList to set min and max limits for parameter values during estimation, although I have failed to find any under 'control'. Other users seem to have reported that using control in the port algorithm
2005 Sep 23
2
CENTOS 3.5 (AMD64) NFS install issue
We operate a cluster of Sun Xeon IA32 servers with Centos 3.5. Nodes are installed via a host-specific kickstart script which is generated for each node from a master template. Thus all kickstart scripts are clones of the master, edited for hostname, IP address etc only. The CENTOS 3.5 ISO images are exported from a server & that remote NFS mount is also configured in the master template.
2005 Apr 01
1
Need help with log creation
For the life of me, I can not figure out why I keep getting 2 logs for each deamon. In smb.conf: log file = /var/log/samba/%m.log In smb init script: CONFIG=/etc/samba/smb.conf When I use the init script to start samba, it logs to log.*. When the logs rotate however and they are restarted with "/bin/kill -HUP `cat /var/run/smbd.pid" etc., it logs as specified in the config
2008 Jul 18
1
[ANNOUNCE] libxcb-1.1.91
libxcb 1.1.91 is available. Rejoice more! Bart Massey (1): make IPv6 optional Eamon Walsh (10): Add generated comment noting requirement to free replies after use. Add comment noting the requirement to free replies when finished. Remove file that wasn't meant to be committed. Generated the configure.ac and Makefile.am's in libxcb with the idea of
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