Displaying 4 results from an estimated 4 matches for "incyte".
Did you mean:
incite
2001 Jan 31
0
Sanba 2.0.6/2.0.7 Sometimes Loses Connections
...What we've done to fix it is to restart the samba daemons on the server
side. If anyone else has run into this, what have you done to get around
it, besides having to restart samba?
Thanks, in advance, for any help.
--
Pete De Vasto
Unix Account Manager Phone: 650-621-8582
Incyte Genomics, Inc. Fax: 650-621-7607
3174 Porter Drive Mobile: 650-274-8670
Palo Alto, CA 94304 Email: pdevasto@incyte.com
2004 May 05
5
rsync and Perl programming
Hi everybody -
I'm trying to write a Perl wrapper for some rsync tasks that need doing.
Problem is, there's some sort of odd interaction going on between Perl
and the daemon mode communication for the rsync client, and I'm at my
wit's end in trying to figure it out.
Here's the Perl script:
#####################################################
2002 May 17
1
RMySQL/methods problem
I have a problem when using the RMySQL package and the methods package
together (R version 1.5.0)
I do :
library(RMySQL);
m<-dbManager('MySQL')
con<-dbConnect(m);
quickSQL(con, ' select blah blah..');
This works fine . However when I then do:
library(methods);
and then repeat my sql :
quickSQL(con, ' select blah blah..');
I get the following error:
Error in
2004 Apr 18
0
(no subject)
All,
I've never used rsync before. I'm trying to using rsync to backup some
data between different
Sun platforms running Solaris 8. The documentation at
http://rsync.samba.org <http://rsync.samba.org/> is very
limited.
A older version of rsync is running on system A (2.5.7), while a newer
version of rsync is
running on system B (2.6.0). I've tried to used the following