similar to: Win32 Version? MODIFICATION NEEDED

Displaying 20 results from an estimated 6000 matches similar to: "Win32 Version? MODIFICATION NEEDED"

2002 Jan 23
6
meaning of "IO Error: skipping the delete...."
On 23 Jan 2002, Nitin Agarwal <nitin.agarwal@timesgroup.com> wrote: > Hi, > I am Nitin from India working with a leading Indian newspaper "The Times > > of India". > We recently downloaded "rsync" and found it to be very useful and good > utility. > We tried to implement it between our main server and the DRS (Disaster > Recovery System), located
2002 Feb 07
1
[Fwd: Re: meaning of "IO Error: skipping the delete...."]]
Nitin Agarwal <nitin.agarwal@timesgroup.com> wrote: > Dear Mr. Rusty, > Thanks for the reply. The problem was sorted out by changing the uid option in > rsyncd.conf file to root. > We are facing two more problem now.... > 1) while transferring the files, sometimes the transfer breaks in between and gives > us the error message: "readerror: connection reset by
2002 Feb 14
1
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
This is where it sets a sort of 60 second timeout if you don't set a timeout at all. As far as what it affects, I'm not that good with the code. I just know that my big syncs would die in almost exactly 1 minute unless I specified a timeout, and then would die at that timeout until i got it very large. +++++++++++++++++++++++++++++++++++++++++++++++++++++ Tools@willy
2002 Feb 14
0
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
I should have specified what i was replying to. This section seemed to be in reference to what I had experienced before. " > Well, I'm stumped too. (Although I thought I'd read that the > default timeout was not infinite when not otherwise specified, > but I've got so much going on right now that I could easily be > confused on that one!) > " Tim Conway
2002 Jan 28
0
[Fwd: Re: meaning of "IO Error: skipping the delete...."]]
Hi, I am doing the testing over this. As soon as the error will repeat, I will send u a snapshot of the same, and the command i used that time. Right now, we are facing another problem, it is showing the following error: "send_files failed to open dir1/dir2/dir3/abcde.eps : permission denied" Kindly let us know the reason. Thanks & Regards Nitin Agarwal Martin Pool wrote: >
2008 Jan 20
0
Ctrl handler makes Ruby crash
Hi all, Grab the latest windows-pr from CVS and try this program. It works...once. Then the interpreter crashes. Why? And what can we do about it? The code is based on this: http://msdn2.microsoft.com/en-us/library/ms685049(VS.85).aspx require ''windows/console'' require ''windows/sound'' include Windows::Console include Windows::Sound CtrlHandler =
2003 Feb 12
4
rsync in cygwin as service
Hello! I want to start rsync on w2k as service. If I try to start rsync from command line it simply do nothig: $ rsync --daemon Administrator@dm-w2ks /usr/bin $ ps PID PPID PGID WINPID TTY UID STIME COMMAND 480 1 480 480 con 500 04:15:03 /usr/bin/bash 1428 480 1428 1420 con 500 05:26:46 /usr/bin/ps Administrator@dm-w2ks
2002 Aug 11
2
How to rsync selective subdirectories
Hi My directory structure is something like following: List of files in /abc/dir/ 20020811 20020812 20020814 20020815 (where directory name above is the date, and daily changes i.e. directories are added and deleted) list of files in /abc/dir/20020811 toid toil etd dt (all the date directories contain the directories as above and
2002 Oct 28
1
Thanks for all the suggestions u gave... After reading your mail and the site address that u had given, i feel that there is NO WAY for installing Rsync as Service (as per the standards given by MS) as of now. I strongly support your proposal for rewriting Rsync for Windows Platforms (not necessarily for 98 or similar versions but for NT based platforms) in order to run the same as service.... or
2002 Aug 12
3
--include option
HI, I'm trying to have files to be included during rsync. I have the filesystem /stor/circuit_design/, with the following subdirectories as its contents: clock_speed fub_layout test_simulations pattern_flow I would only like to rsync the following 2 subdirectories to the destination machine: clock_speed fub_layout and they're contained in the file called files_included: # cat
2004 Mar 09
1
lotus note in a server env
Hello I'm using mandrake 9.2 with wine. After many hour of playing around... I was able to get lotus notes to work. But when I start notes... it doesn't login to my user or ask me for my password. This is what I get in the shell fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or testing yet fixme:console:SetConsoleCtrlHandler (0x601a93c0,1) - no error checking or
2001 Oct 09
1
WINE doesn't exit completely
Hello all and thank you for all the great tips in the past. My current problem (among other personal ones I won't discuss here) is that when exiting Notes R5 under WINE, the wineserver and the actual "wine --managed notes.exe" processes continue to exist. 2724 pts/1 S 0:00 wine --managed notes.exe 2726 ? S 0:17 wineserver Notes runs very well except for this.
2002 Feb 24
2
More lotus
[root@equinox wine-c]# wine -winver win98 remotenotes/nlnotes.exe fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or testing yet fixme:console:SetConsoleCtrlHandler (0x115f1b0,1) - no error checking or testing yet [root@equinox wine-c]# remotenotes is a symlink to /mnt/net/windrv2/lotus (Lotus Notes actually installed on Win 98) That's the error i get. Ideas? Steve --
2009 Jan 14
1
[Patch] a bugfix to the oprofile code
Keir, The checks in the function passive_domain_do_rdmsr() were not sufficient. Also the same checks were done in the function passive_domain_do_wrmsr(). So these common checks are moved in a new single function passive_domain_msr_op_checks(). Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> Please Apply, Thanks &
2018 Oct 02
2
Re: VM migration help required.
On Mon, Oct 1, 2018 at 12:25 PM Nitin Rane <Nitin.Rane@techmahindra.com> wrote: > Hi Arik,Shahar, > (Adding libguestfs mailing-list) Hi Nitin, > I am looking to migrate VMs from Openstack Juno to Openstack Newton and > from VMWare to Openstack Newton. > > While doing google search I came across the link authored by you, >
2002 Mar 13
0
AW: ssh + permissions
The "-a" option (the "--links", "--perms", "--devices", and "--times" options are redundant, as they, as well as "--owner", "--group", and "--recursive" are implied by "-a" )does dictate that permissions on files being sent be brought over from the source. Are all files losing permissions, or only files
2008 Oct 07
1
FW: Reading Data
Rahul Agarwal Analyst Equities Quantitative Research UBS_ISC, Hyderabad On Net: 19 533 6363 hi let me explain you the problem we have a database which is in this format Stocks 30-Jan-08 28-Feb-08 31-Mar-08 30-Apr-08 a 1.00 3.00 7.00 3.00 b 2.00 4.00 4.00 7.00 c 3.00 8.00 655.00 3.00 d 4.00 23.00 4.00 5.00 e 5.00 78.00 6.00 5.00 and we have a query
2002 Jan 02
1
Lotus Notes 4.6.4 doesn't load, RH 7.1
Hello all. I am new to this list and Linux in general. I am working my way out from under the dependancies of MS; however, I still need to use some windoz products at the office. On RH 7.1, I have Wine installed (thank you Codeweavers and other good Wine folks) and have gotten most of the windoz apps to work. The only one I am having problems with is Lotus Notes. It starts to load and then
2006 Feb 14
1
Dial command to connect two channels and bypassasterisk server
If Asterisk is in the public network, it will work. The problem is when Asterisk is behind NAT and one of the client is also behind the same NAT. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of turby Sent: Tuesday, February 14, 2006 6:35 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
2005 Oct 20
2
Error in building package indices
Dear R-devel members, We are building a new package (GeneticsBase) for analysis of genetic data . While doing "R CMD check with R-2.1.1, I am getting the following error: ** building package indices ... Error in "colnames<-"(`*tmp*`, value = c("family", "pid", "father", "mother", : length of 'dimnames' [2] not equal to