search for: nkapoor

Displaying 7 results from an estimated 7 matches for "nkapoor".

Did you mean: kapoor
2001 Nov 17
1
read error: Connection reset by peer
...------ testor - WinNT machine - the source - running rsync V 2.4.6 as daemon admx - AIX machine - the destination - running rsynv 2.3.1 protocol version 20, as client mm1x - AIX machine - another source - running rsync 2.3.1 protocol version 20, as daemon ------------------------------------ admx::nkapoor> rsync -v nkapoor@testor::cdrive/Temp/pix.log . Password: (password authentication seems to go through fine) read error: Connection reset by peer ------------------------------------ c:\Rsync\rsyncd.conf on testor has [cdrive] path = c: ------------------------------------ The same setup work...
2001 Nov 17
2
transfer interrupted (code 3) at flist.c(812)
...-----Original Message----- From: Kapoor, Nishikant X [SMTP:Nishikant.X.Kapoor@xcelenergy.com] > Thanks for the help. I did go through quite a few docs but could not > figure that out. Thanks again. > > However, after setting [cdrive], I am getting the following error: > > admx::nkapoor> rsync -v guest@testor::cdrive/Temp/pix.log . > > @ERROR: chdir failed > read error: Connection reset by peer > > Is there a log file that I could use to see what exaclty is going on ? > Or a debug level that could be set to see the trail ? > > Thanks > Nishi >...
2001 Nov 16
3
Secure connection to testor refused !
...rying to backup a file from my NT machine onto AIX machine. Here is the setup: NT machine (testor): rsync is in c:\Rsync\rsync.exe and is running as a daemon. (I created a service for Rsync first). AIX machine (admx): rsync -v rsync version 2.3.1 Copyright Andrew Tridgell and Paul Mackerras admx::nkapoor> telnet testor 873 Trying... Connected to testor. Escape character is '^]'. @RSYNCD: 24 So, the rsync daemon seems fine on testor but the problem occurs when I try this: admx::nkapoor> rsync -v -e ssh --rsync-path=c:/rsync/rsync.exe guest@testor:"c:/Temp/pix.log" ....
2001 Dec 18
1
return status of rsync
Hello, rsync returns zero if it is successful but a non-zero (2816) if it can not find any file(s) to move across. Just curious if that should still return zero ? nkapoor> rsync -av * nk01::incoming building file list ... * : No such file or directory done wrote 73 bytes read 337 bytes 820.00 bytes/sec total size is 0 speedup is 0.00 I am trying to use this return status to determine if the rsync operation was successful. But the source may or may not have an...
2002 Aug 08
1
Can not access linux printer from windows
...ting up 'Network Printer' on windows also went through fine but when I try to print a test page, I get this message 'Access denied, unable to connect' Can anyone help me with this ? It looks like a user permission issue. I am logged in as 'Administrator' on windows and 'nkapoor' on linux machine but the user 'Administrator' exists on linux machine as well. Here is partial smb.conf: #================= Global Settings ========================= [global] workgroup = Workgroup server string = MandrakeLinux Samba Server %v # 2. Printing Options: # CHANGES...
2004 Jan 05
0
No subject
...cc: rsync@lists.samba.org Subject: RE: Secure connection to testor refused ! Classification: Thanks for the help. I did go through quite a few docs but could not figure that out. Thanks again. However, after setting [cdrive], I am getting the following error: admx::nkapoor> rsync -v guest@testor::cdrive/Temp/pix.log . @ERROR: chdir failed read error: Connection reset by peer Is there a log file that I could use to see what exaclty is going on ? Or a debug level that could be set to see the trail ? Thanks Nishi > -----Original Message----- > From:...
2002 Feb 11
1
problem getting just a single dir !
I am trying to fetch a single dir using the following command but all I get is a empty dir: rsync -av www.myServer.com::myStuff --include=myDir --exclude=* . Here is the rsync output: receiving file list ... done myDir/ ./ wrote 119 bytes read 392 bytes 92.91 bytes/sec total size is 0 speedup is 0.00 The command looks simple and straight forward but somehow I am not getting the expected