similar to: Using system to run a stand alone program that requires input in Windows

Displaying 20 results from an estimated 50000 matches similar to: "Using system to run a stand alone program that requires input in Windows"

2005 Mar 03
3
creating a formula on-the-fly inside a function
I have a function that, among other things, runs a linear model and returns r2. But, the number of predictor variables passed to the function changes from 1 to 3. How can I change the formula inside the function depending on the number of variables passed in? An example: get.model.fit <- function(response.dat, pred1.dat, pred2.dat = NULL, pred3.dat = NULL) { res <- lm(response.dat ~
2007 May 14
2
3.0.25 *breaks* stand alone server, 3.0.24 works fine
Gerry, It looks like 3.0.25 breaks "stand alone/no winbind/no domain" servers. This is remeniscent of the 3.0.23b SID/GID problem. The only thing that jumps out at me is that you can't access your home share and other shares just quit working. Looking at the log files, I see this: [2007/05/14 15:24:55, 10] smbd/open.c:share_conflict(389) share_conflict:
2003 Apr 11
2
bug in read.table (PR#2764)
Hi, there might be a bug in read.delim (also read.table) in R.1.6.2. I included the correct input done in R1.6.1 first, then the wrong input in R1.6.2. The discrepancies are highlighted in red. Michael Man ####### correct input in R1.6.1 ########################## > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386,
2010 Sep 09
1
Backing up a stand alone system to a usb drive with rsync
I have a stand alone system with two drives / and /home on one and /var on the the other. I'd like to backup the complete system to a usb drive. I've tried dd however since it copies over everything, even empty space it didn't seem very practical since for instance root only has 10GiB out of 70 used. Would rsync be a suitable application to use for this or will it only work over a
2007 Jul 23
3
Aggregate daily data into weekly sums
Dear Lest, I have a two-variable data frame as follows (the time peirod of the actual data set is 10 years): Date Amount 1 6/1/2007 1 2 6/1/2007 1 3 6/4/2007 2 4 6/5/2007 2 5 6/11/2007 3 6 6/12/2007 3 7 6/12/2007 3 8 6/13/2007 3 9 6/13/2007 3 10 6/18/2007 4 11 6/18/2007 4 12 6/25/2007 5 13 6/28/2007 5
2004 Nov 11
2
inst/CITATION produced error during Rcmd check <package>
Dear list member, by running Rcmd check on a package where a customised 'CITATION' file should be included instead of the automatically produced one, the following error occurs: adding build stamp to DESCRIPTION installing NAMESPACE file and metadata installing R files installing inst files FIND: Parameter format not correct make[2]: *** [c:/R/packages/urca/inst] Error 2 make[1]:
2005 Jan 12
4
Finding seasonal peaks in a time series....
I have a seasonal time series. I want to calculate the annual mean value of the time series at its peak (say the mean of the three values before the peak, the peak, and the three values after the peak). The peak of the time series might change cycle slightly from year to year. # E.g., nPts <- 254 foo <- sin((2 * pi * 1/24) * 1:nPts) foo <- foo + rnorm(nPts, 0, 0.05) bar <- ts(foo,
2012 Dec 06
1
svd(X, LINPACK=TRUE) alters its input
Ordinary functions should not alter their inputs but in R-2.15.2 svd(LINPACK=TRUE,X) does. (It worked in 2.15.0 but not in 2.15.1 or 2.15.2 and became deprecated in 2.15.2.) > X <- matrix(c(1,2,3, 5,7,11, 13,17,19), 3, 3) > X [,1] [,2] [,3] [1,] 1 5 13 [2,] 2 7 17 [3,] 3 11 19 > svd(X, LINPACK=TRUE)$d [1] 31.9718214 2.3882717 0.3143114 Warning message:
2010 Sep 17
2
Is there a project to compile R scripts into stand-alone executable file?
I know Matlab's M file can be converted to a stand-alone executable file. I wonder if there is a project aimed at compiling R scripts into stand-alone executable file. I think it will be very promising for R to be more widely used in different fields. -- View this message in context:
2020 Sep 11
0
How to convert stand-alone samba servers to join existing Windows Active Directory domain
On 10/09/2020 20:28, Ted Buchanan via samba wrote: > We have multiple stand-alone samba (4.2.10 and 4.10.4) file sharing > servers with hundreds of local users on each server (not the same on all > samba servers) in a CentOS/Oracle Linux (6 and 7) network. We would like > to convert these stand-alone servers to join an existing Windows based AD > domain without losing data or
2020 Sep 11
0
How to convert stand-alone samba servers to join existing Windows Active Directory domain
On 9/10/20 3:28 PM, Ted Buchanan via samba wrote: > We have multiple stand-alone samba (4.2.10 and 4.10.4) file sharing > servers with hundreds of local users on each server (not the same on all > samba servers) in a CentOS/Oracle Linux (6 and 7) network. We would like > to convert these stand-alone servers to join an existing Windows based AD > domain without losing data or
2016 Oct 03
0
ldb-tools stand alone different than built-in?
On Sun, 2 Oct 2016, Greg Zartman via samba wrote: > I'm working with the Centos 7 packages for Samba 4.2.10 and I note that the > stock packages don't include the ldb tools (eg, ldbmodify, ldbsearch, etc). > > However, the stand along tools don't seem to be aware of the Active > Directory schema. For example, if I try to use these tools to add an > attribute to the
2007 Dec 27
1
printer admin option replacement on stand alone (not domain) print server running version 3.0.25
I'm trying to upload print drivers to a stand-alone samba server running version 3.0.25. The server is part of a workgroup (not domain). My log files show messages that it cannot update the driver. Before I had the printer admin option set in my smb.conf file to allow a non-root user to do the printer admin and everything worked fine. I have read the Samba How To Notes section on important
2006 May 25
2
How to install Ruby on Rails from Stand alone package?
I need to instal RoR on server which is not connected to internet and which can''t be connected to internet coz of security reason. There is no other ways to connect server to internet. I know every tutorial say run gem install rails, but in this case I need to install rails from stand alone package. So, my problem is where to install files which I downloaded from
2010 Jul 10
0
module collections - stand alone puppet architecture
does one of the module collections support a stand-alone puppet better than the others? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at
2010 Jul 28
0
(Better formating) Puppet Standalone Client + Fileserving, not working.... (+ nice tutorial for puppet stand-alone) :)
Puppet local fileserving not working, as described here: http://docs.reductivelabs.com/guides/modules.html I''ve made a project to demonstrate this: http://github.com/mindreframer/puppet_stand_alone_testing There is more in the README... (http://github.com/mindreframer/puppet_stand_alone_testing/blob/master/ Readme.md) Would be nice to get this working, it seems wasteful the rewrite
2013 Nov 25
0
Using Samba 3.6.20 as stand-alone server
Greetings, Is it possible to use Samba 3.6.20 as a stand-alone server? We do not have any Windows servers, and we have no domain or AD. Our goal is to use Samba with the Linux (Unix) permissions and avoid using ACLs. Can this be done? If so, what lines in the smb.conf would control this? Thanks! Stu... -- Stuart Reedy Working hard for a great university! stu at coe.uky.edu
2006 Jun 24
0
Active Record w/ Stand Alone Script (no longer working?)
I know I''ve had this working several months ago: http://wiki.rubyonrails.com/rails/pages/HowToUseActiveRecordThroughStandAloneScript IE: 1. #!/usr/bin/env ruby 2. RAILS_ENV = ''production'' 3. 4. require File.dirname(__FILE__) + ''/../config/boot'' 5. 6. @u = User.find( :all ) ---- # ruby test.rb > test.rb:5: uninitialized constant User (NameError)
2007 Dec 17
0
stand alone winbind deamon services via apis
Hello, When I mount a cifs share from Windows server onto a linux client, all I am interested in is sid to uid and gid and vice versa mapping. Can I accomplish that using just windbind and not samba server and nmbd i.e. have a windbind.conf file with the pertinent stanza! Say I just give the Windows share server name/ip address and sid to winbind deamon via one of its existing APIs, can it
2011 Jul 12
1
invalid SID in passdb on stand-alone file server with ldapsam
hello! I got some log message I can't explain. when I log in to a server it says: [2011/07/12 14:20:41.784580, 0] passdb/passdb.c:627(lookup_global_sam_name) User frvdamme with invalid SID S-1-5-21-2863620551-4077714424-203869783-5020 in passdb It's a standalone file server, no domain, and the password backend is (open)ldap. Samba is version 3.5.6 on Debian 6.0. Using the server