similar to: Rsync hangs.

Displaying 20 results from an estimated 1000 matches similar to: "Rsync hangs."

2006 Jun 20
1
Comparing partial response curves from GAM
Hello all, I was wondering if anyone is aware of formal approaches and tools for comparing partial response curves produced in GAM? My interest is in determining if two partial response curves are "statistically" different. I recognize that point-wise standard error estimates can be produced using the GAM package but Im not certain how to translate this into a statistical test for the
2006 Aug 29
1
Deviance function in regression trees
Hello all. I have heard over and over that CART and its various tree-like brethren are "non-parametric" techniques. When I read the chapter in Chambers and Hastie on tree-based models it states that tree-based models can be generalized (GTMs) in a manner similar to GLMs by specifying a different deviance function to distributions other than the gaussian error distribution ( section
2006 Apr 11
1
problems with assign
Hello. I have n files in a directory: file1, ..., filen. I read them with the following commands: list=scan(file="list",what=list(nom="")) # in the file list, I have all the filenames. n=length(list[[1]]) for (i in 1:n){ aux <- paste("p",i,sep="") assign(aux, as.matrix(read.table(list[[1]][i]))) } R creates the matrices p1,p2,...,pn. I want
2000 May 24
3
order() results
Hi, Let?s consider aux1. I wanted to order its data considering its first column as the index > aux1[1:4,] V1 V2 V3 V4 V5 V6 1 0.08506724 150 1956 15.08 233.82 463.295 14 2 0.76205323 203 1922 15.35 218.74 463.295 14 3 0.86274890 195 1835 12.54 203.39 463.295 14 4 0.37940715 152 1567 24.73 190.85 463.295 14 > aux2 <-- aux1[order(aux1[1:4,1]) , ] > aux2
2003 May 06
3
how to read a web page and extract an html table?
Hello all, I want to read a table from a given web page. If I do something like > str="http://www...." # this is the web address > aux1 <- url(str,open="rt")# open connection > aux2 <- readLines(aux1) # read web page aux2 contains the html file. I want to extract the table from the html file. Is there a function html2R, the opposite of R2html?
2013 Jul 04
3
odd inconsistency with nfs
I'm having an interesting/odd problem with nfs (I think). We recently (Monday/Tuesday) upgraded our file server from an ancient redhat 7.3 system to a shiny new centos 6.4 system. We don't see any issues between the other centos boxes, but things get a bit weird when we start mounting on the old solaris clients. The initial symptom was that the 'tab complete' wasn't
2011 Dec 07
2
reading partial data set
Hi all, I'm trying to read a data set into R, but the file is messy, so I have to do it partially. The whole data is in a .txt file, and the values are separated by a space. So far ok. The problem is that in this file, not all the lines have the same number of elements, and the reading stops. And I loose the reading of the previous lines. ex. of data set: 11 12 13 21 22 23 31 32
2003 Jul 22
4
Samba Domain Controller Help
Hi I am trying to setup a Domain controller on my home network for testing and I am running into a bit of a problem. Everytime I try to authenticate to the domain I get refused. I have completely read the domain controller how-to that is supplied with Samba 2.28. I follow all of the directions and still nothing. When I attempt to authenticate though it tells me that I don't have the right
2003 Aug 27
1
Login Scripts in LDAP
Hi ! I use Samba with OpenLDAP. The Samba users information are keept in LDAP. I'd like to keep the login scripts in LDAP. Something knows how can I do this ? And how Samba would read the login scripts in LDAP and not in netlogon directory ? Thanks, Bruno Stella PS: Sorry by my English :-)
2003 Aug 25
8
No Getent
Using winbind for authentication through PDC. Problem: Some users do not get access to the samba share and some do. When I do "wbinfo -u" the users who cannot access show up but when I do "getent passwd", they are not there. What does this mean? -- Bob Wooldridge EDM Incorporated http://www.edm-inc.com 314 335-6911
2004 Nov 26
0
Dovecot 1.0-test52 and LDAP authentication
Hi all! I have upgraded Dovecot 0.99.11 installation that's worked with LDAP to Dovecot 1.0-test52 and I can't get LDAP to work. I noticed the /etc/dovecot.conf is slightly different, so I have adjusted changes. If I use the standard auth (passw & pam) everything works fine, however when I user ldap for auth Dovecot starts but then dies: dovecot: Nov 26 14:14:36 Error: Auth process
2003 Jul 16
1
Broken pipe with 2.2.8a and Solaris 2.5.1
The source code seems to compile fine but when I try to join the NT4 domain I get a broken pipe error and it stops. The command I am using is smbpasswd -j (whatever) -r ( whatever) -U ( whatever). I am using gcc version 2.95 and I think I have all the other libraries needed but not sure. Using the same software on a Solaris 2.7 it works fine. Philip Clark C4I Analyst CSC MARCORSYSCOM
2003 Jul 24
1
Re: samba Digest, Vol 7, Issue 34
Make sure the XP box's firewall is disabled for the network connection you're using to connect to the samba server (advanced properties of the network connection). ________________________________________________________________________ > From: Francesc Guasch <frankie@etsetb.upc.es> > To: G?mes G?za <geza@kzsdabas.sulinet.hu> > Cc: samba@samba.org > Subject: Re:
2003 Jul 27
2
WINS-Support
Hi, does Samba use localhost as WINS-Server, if only wins support = yes is set? Regards, Marc Hansen
2003 Aug 29
1
winbind samba and nt4 pdc
Hi all I am attempting to install winbind on a Redhat 9 machine with an NT4 PDC. The winbind version is samba-2.2.7a-7.9.0 as a stock RH install. I have followed the install instructions on the man page and I still get the errors shown below. I have searched google for the STATUS_BUFFER_OVERFLOW (0x80000005)error and the plaintext password authentication failed error but nothing I've found
2003 Sep 02
2
Dave clients accessing Samba
Hi, We have about 2 dozen Mac OS9 computers running Dave 2.5.3 to access smb resources. Our print server, running Samba 2.2.7 (w/domain authentication), has no user accounts. PCs access the printers and print just fine, but the Macs using Dave get an authentication error of invalid user/password. They can access resources on the win2003 PDC. Any idea what's going on here specific to the
2003 Aug 27
2
Where is the default 'smb.conf' located?
I compiled and installed the latest samba 3.0.0rc1. I see that the binary executable was placed in the default location of /usr/local/samba/sbin/smbd. However, I cannot located the default smb.conf file. I was expecting that the 'make install' script would have copied this file somewhere onto my system. Where is the default 'smb.conf' file located?
2003 Aug 27
2
HOWTO: name change of Samba PDC
Hi there! I once had the problem of not being able to log on to the domain after changing the name of my Samba server as described in the documentation. But it was only in a test environment. Now I have to change the name of a Samba PDC in a real environment and I am not sure what to do to avoid this problem In the docs for Samba 2.2 it says that one should restore the file
2010 Dec 17
4
How to arrange the data
Dear R helpers I have one data as given below. date                     value1          value2             value3 30-Nov-2010           100                 40                 61 25-Nov-2010           108                 31                 88 14-Sep-2010            11                 180               56 I want the following output date                 name       amount 30-Nov-2010      value1
2003 Jul 30
4
Add directory share without killing samba?
Is there a way that I can dynamically add a share point to the smb.conf file and not be forced to kill the smbd daemon and restart in order for it to be visible? Or is this such a simple thing I'm blind and can't see it in any FAQ I read? :-) Thanks! Ryan