similar to: rsync on Win32 doc

Displaying 20 results from an estimated 9000 matches similar to: "rsync on Win32 doc"

2011 Feb 22
1
now S4 classes and packages
Hi again List: This time I have the following: > setClass("dog",representation(breed="numeric")) [1] "dog" > woof <- function(x=1:10) { + if(!is.numeric(x))stop("Must have numeric data") + y <- new("dog",breed=x) + return(y) + } > setMethod("plot","dog", + function(x,y,...) { +
1998 Nov 08
0
Help me, I can't see samba server from NT 4.0 Server
Dear, I have very little network: NT Server 4.0 SP3 and Linux Samba server 1.9.18p6 I saw DIAGNOSIS.txt and steps 1-7 is done good. When I sad on NT "net view \\CLOP "I got the message "Semafore period time out". I see NT Server from Samba, but I do not see it from NT. "Search->Computer" from NT Explorer did not help too. NT is a WINS server. When I reboot NT
2000 May 22
1
Winamp plugin compile problems and fix/docs
The winamp plugin would not compile. I am using the Cygnus environment (gcc, and a lot of other GNU utils) on Windows NT. _beginthread() is not found. That doesn't look like a function application code should ever call directly. I converted it to use CreateThread and it compiles and works. Change this: thread_handle = (HANDLE)_beginthread(DecodeThread,0, (void *)(&killDecod eThread)
2008 Mar 31
0
log_buddy released - your helpful dev and debug buddy
LogBuddy is your friendly little log buddy at your side, helping you dev, debug, and test. It plays well with Rails and plain old Ruby projects. To use it, sudo gem install log_buddy, then require ''log_buddy'' and call LogBuddy.init. It will add two methods to object instance and class level: "d" and "logger". You probably only want to use these in non-prod
2013 Dec 03
1
Any R packages support conversion from PDF to XLS ?
Pretty much nothing can convert arbitrary PDF files to unicode. It depends a lot on what is in the PDF to begin with -- properly encoded text or just bitmapped images, for example. I would recommend you search around to see whether there's a related archive in a different format. And in any case, this has nothing to do with "XLS" , as Excel can read any unicode file. woof wrote
2001 Dec 12
0
Samba 3alpha. Where are my DOS long filenames?
Does ANYONE know why a directory listing from the MSDOS box of a Windows9x/Me client of a Samba 3 share on Linux not show the long filenames as well as the mangled form? This works on Samba 2.2.3. All I get is this. Volume in drive T is TESTBED1 Directory of T:\ COMPATID TXT 95 15/10/00 16:05 AUTOEXEC I4 406 04/12/00 17:17 NPWMSDRM DLL 8,608 08/06/00
2003 Jun 27
5
Cygwin Rsync 2.5.6 over SSH hangs on Win2k->Win2k
When using Cygwin Rsync 2.5.6/OpenSSH 3.6.1 for copying files from Win2k->Win2k, I get 2 or 3 hung processes on the receiving-side out of about every 50 runs. These hung processes cause the system to be unable to reboot(?!), requiring a hard reset. Killing the processes allows a graceful reboot every time. I'm currently running both ssh and rsync as services on the recieving side.
2017 Apr 21
2
Relocation design of different architecture
Thanks for reply, it was really helpful. Can u just be more specific and tell about processRelocationRef() and resolveRelocation() in Targets/RuntimeDyld(objectfile format)(arch).h and also in RuntimeDyldELF.cpp and how the same function is implemented in different ways in both the files ? Thanks, Siddharth On Thu, Apr 20, 2017 at 8:16 PM, mats petersson <mats at planetcatfish.com> wrote:
2000 Oct 20
1
How to convert .Rd format in windows
Thanks for everyone who answered my query. I put an extra line in AUTOEXEC.BAT to specify the R_HOME variable. And the Rdconv command works perfectly if I execute the AUTOEXEC from DOS prompt. However, if I execute the AUTOEXEC from inside windows system the command does not work. Thanks, Agus ------------------------ Agus Salim PhD student Dept. of Statistics University College Cork, Ireland
2005 Sep 09
3
Constant pinging from muon.cygnus-1.org
Can someone in this icecast list tell me why, after steaming a shoutcast server for some time, a 69.46.29.165 ip address has started and keeps pinging my port 8000 every couple of seconds 24 hours a day 7 days a week? It's from muon.cygnus-1.org, and the isp is hivelocity.net or hivelocity ventures corporation. Funny, whenever my shoutcast server comes alive, that same 69.46.29.165
2003 Oct 16
1
relationship between syslinux and loadlin
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Could someone possibly clarify the relationship between these 2 programs? I am in a situation where I am developing for an embedded system, and I need to rewrite my CMOS before I actually boot into linux. ~ The only tools for manipulating my cmos happen to be DOS utilities, and I was hoping that I could script their use in autoexec.bat or somewhere
1998 May 18
1
DOS-Client with TCPIP and SAMBA
Hi there, I have a client in a network using a samba-server that has to use MSDOS, because some software running on it needs a clean DOS. I installed the DOS-Client for TCPIP that is available from Microsoft V 1.0 and it works fine; the only thing is, that it takes so much memory below 640 K, that another program also running under DOS does not function correctly anymore. Maybe some of the
2018 Mar 19
2
Permissions on /var/log/dovecot
On 2018-03-19 (13:19 MDT), Odhiambo Washington <odhiambo at gmail.com> wrote: > > Plus, if dovecot is able to write to a file owned by root:wheel, then there is a BIG problem right there!!! Logging is generally done by syslogd, not directly by the process. So no, dovecot is not writing to a file owned by root anymore than postfix is writing to mail.log which is also owned by root.
2004 May 14
4
rsync hanging on Cygwin
I'm trying to use rsync under Cygwin on 2 machines running Windows 2000 Server There's a 2MB link between them and I'm using SSH setup for a passwordless connection rsync hangs part way through transfers and when run again hangs at the same place in the same files with no explanation no matter what verbosity level I set it to. Each time it hangs it leaves an rsync process running on
2007 Feb 28
12
Specifying that code is called in a block
Not sure if this is possible currently. I have a section of code like this: ActiveRecord::Base.transaction do cow.save! duck.save! dog.save! end (Names changed to protect the innocent.) I''d like to specify that the saves run in a transaction. I can do ActiveRecord::Base.should_receive(:transaction).and_yield But is there any way to specify that the code is
2002 May 31
1
Library Tcltk
Dears users, Thanks for your responses concerning my question of yesterday (about stand-alone package). Il would like to explore two ways: -- Tcltk extension, -- Rweb application. I have installed ActiveTcl (in F:\Tcl), and I have modified the PATH (in the autoexec.bat file): set R_LIBS=F:\R\rw1050\library set PATH=%PATH%;F:\Tcl\bin set PATH=%PATH%;F:\Tcl\lib set PATH=%PATH%;F:\R\rw1050\bin
2017 Apr 21
2
Relocation design of different architecture
Thanks. I am just trying to find a relocation and linking design for Hexagon architecture, whether to follow the MIPS style of relocation or other architecture style of relocation. Thats my question . Thats why i was asking about the functions and their differences Please guide. Thanks, Siddharth On Fri, Apr 21, 2017 at 8:37 PM, mats petersson <mats at planetcatfish.com> wrote: > If
2002 Oct 17
0
Upgraded to latest cygwin this morning, and ssh refuses to enter binmode. Help! (fwd)
Could someone running Cygwin or involved in Cygwin help this person please? - Ben ---------- Forwarded message ---------- Date: Thu, 17 Oct 2002 17:58:45 -0400 From: Andrew Greene <agreene at pageflexinc.com> To: openssh at openssh.com Subject: Upgraded to latest cygwin this morning, and ssh refuses to enter binmode. Help! I upgraded to the latest cygwin this morning (not sure when
2003 Aug 02
2
rsync on Windows 2000?
What is the status of rsync on Windows 2000? I was looking to install it on my test system, and the download directory has a readme file that says I need the cygnus gnu-win32 library. The link refers me to the index page for cygnus, with no way to get to a download area. A google search shows many mirrors of the download directory. All I have checked are completely blank. I will confess
2010 Jul 06
0
*update* SMB Trans2 Response STATUS_OBJECT_NAME_NOT_FOUND Problem
I need to establish a connection with a Windows host (Windows 7) via smbclient (from ubuntu linux), to run a script which needs to get some file informations (eg. size, version, etc..). Connection and authentication works perfectly. From linux, i can execute the following command: smb: \> allinfo test.txt altname: test.txt create_time: Thu 01 Jul 2010 11:06:30 AM CEST CEST access_time: