SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
More "interesting" errors
Author Message
Post More "interesting" errors 
I notice one of my clients always has a number of transfer errors.. eg:

Remote[1]: file has vanished: "INNT/system32/j:\ebusiness/CSG - Backups From
Everyone Drive/Projects (Partial)/aicpa - exam group -
tutorial/final_04_24_03/exam_tutorial_source_04_24/support/flash/enter_formulas/Icon?"
(in eBusiness)
Remote[1]: file has vanished: "INNT/system32/j:\ebusiness/CSG - Backups From
Everyone Drive/Projects (Partial)/aicpa - exam group -
tutorial/final_04_24_03/exam_tutorial_source_04_24/support/flash/formula_answers/Icon?"
(in eBusiness)
Remote[1]: file has vanished: "INNT/system32/j:\ebusiness/CSG - Backups From
Everyone Drive/Projects (Partial)/aicpa - exam group -
tutorial/final_04_24_03/exam_tutorial_source_04_24/support/flash/moving_window/Icon?"
(in eBusiness)
Remote[1]: file has vanished: "INNT/system32/j:\ebusiness/CSG - Backups From
Everyone Drive/Projects (Partial)/aicpa - exam group -
tutorial/final_04_24_03/exam_tutorial_source_04_24/support/flash/numeric_inputs/Icon?"
(in eBusiness)
Remote

I am using rsync (no ssh) to backup this particular share.

The interesting part, looking at the file in question, the last character is not
a '?'.. it rather looks like a '`' but I can't be sure in Windows Explorer..

At any rate, the errors are always on this type of file.. any ideas?

TIA
Tony

--
Tony Nelson
Director of IT Operations
Starpoint Solutions LLC
115 Broadway, 2nd Fl
New York, NY 10006





This email message from Starpoint Solutions LLC is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Opinions, conclusions and other information in this message that do not relate to the official business of Starpoint Solutions shall be understood as neither given nor endorsed by it.

Post More "interesting" errors 
On Thu, 22 Jul 2004 13:02:49 -0400, Tony Nelson <tnelson < at > starpoint.com> wrote:
I notice one of my clients always has a number of transfer errors.. eg:

Remote[1]: file has vanished: "INNT/system32/j:\ebusiness/CSG - Backups From
Everyone Drive/Projects (Partial)/aicpa - exam group -
tutorial/final_04_24_03/exam_tutorial_source_04_24/support/flash/enter_formulas/Icon?"
(in eBusiness)

I got the same type of error during a backup of a Win2000 machine
(with RsyncD).

In the xfer-log:
-------
Remote[1]: file has vanished: "gdrive/c/WINNT/system32/c:/pagefile.sys" (in C)
-------

Could it be that this error message appears when RSync attempts to
xfer a file that's being modified? The machine was idle at the time of
the backup so pagefile.sys would have been the only file in use.

Also, the paths for all the files look wierd. Why is everything
prefixed with "gdrive/c/WINNT/system32/" ? My rsync module is c:, so
it isn't a problem with that.

--
Justin Guenther
IT Analyst
CrownAg International Inc.
250 Henderson Drive
Regina, SK, Canada S4N 5P7
Tel: (306) 522-8111
Email: justin.guenther < at > crownag.ca


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post More "interesting" errors 
Tony Nelson writes:

Remote[1]: file has vanished: "INNT/system32/j:\ebusiness/CSG - Backups From
Everyone Drive/Projects (Partial)/aicpa - exam group -
tutorial/final_04_24_03/exam_tutorial_source_04_24/support/flash/enter_formulas/Icon?"
(in eBusiness)

The "file has vanished" message is a little misleading. It really just
means the file cannot be opened. There are two main possibilities:

- the file is opened by an application and is locked (unlikey since
you mention it happens each time).

- there is some internationalization problem related to special
characters in the file name. I would like to see exactly
what characters are in the file name.

Craig


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post More "interesting" errors 
Quoting Craig Barratt <cbarratt < at > users.sourceforge.net>:

Tony Nelson writes:

Remote[1]: file has vanished: "INNT/system32/j:\ebusiness/CSG - Backups
From
Everyone Drive/Projects (Partial)/aicpa - exam group -


tutorial/final_04_24_03/exam_tutorial_source_04_24/support/flash/enter_formulas/Icon?"
(in eBusiness)

The "file has vanished" message is a little misleading. It really just
means the file cannot be opened. There are two main possibilities:

- the file is opened by an application and is locked (unlikey since
you mention it happens each time).

- there is some internationalization problem related to special
characters in the file name. I would like to see exactly
what characters are in the file name.


Hope this helps:

Icon?
I 0x49
c 0x63
o 0x6f
n 0x6e
? 0x3f

In case I didn't mention it.. using rsync (no ssh) cygwin rsync server from
BackupPC distro.


This email message from Starpoint Solutions LLC is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Opinions, conclusions and other information in this message that do not relate to the official business of Starpoint Solutions shall be understood as neither given nor endorsed by it.

Post More "interesting" errors 
Justin Guenther writes:

On Thu, 22 Jul 2004 13:02:49 -0400, Tony Nelson <tnelson < at > starpoint.com> wrote:
I notice one of my clients always has a number of transfer errors.. eg:

Remote[1]: file has vanished: "INNT/system32/j:\ebusiness/CSG - Backups From
Everyone Drive/Projects (Partial)/aicpa - exam group -
tutorial/final_04_24_03/exam_tutorial_source_04_24/support/flash/enter_formulas/Icon?"
(in eBusiness)

I got the same type of error during a backup of a Win2000 machine
(with RsyncD).

In the xfer-log:
-------
Remote[1]: file has vanished: "gdrive/c/WINNT/system32/c:/pagefile.sys" (in C)
-------

Could it be that this error message appears when RSync attempts to
xfer a file that's being modified? The machine was idle at the time of
the backup so pagefile.sys would have been the only file in use.

pagefile.sys is the page file and is locked. The "vanished" message
just means rsync can't open the file.

Also, the paths for all the files look wierd. Why is everything
prefixed with "gdrive/c/WINNT/system32/" ? My rsync module is c:, so
it isn't a problem with that.

Yes, this is some issue with how rsync reports path names under
cygwin.

Craig


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB