Shirt Pocket Discussions

Shirt Pocket Discussions (https://www.shirt-pocket.com/forums/index.php)
-   General (https://www.shirt-pocket.com/forums/forumdisplay.php?f=6)
-   -   "An error occurred the halted execution." ????? Help. (https://www.shirt-pocket.com/forums/showthread.php?t=478)

amr 06-24-2005 01:26 AM

"An error occurred the halted execution." ????? Help.
 
I'm trying to do a Smate Update and I keep getting this error. The log keeps showing the following:

|01:17:04 AM|Info| Ignoring /.vol
|01:17:04 AM|Info| WARNING: Caught I/O exception(5): Input/output error
|01:17:04 AM|Info| WARNING: Source: /.Spotlight-V100/ContentIndex.db, lstat(): 0
|01:17:04 AM|Info| WARNING: Target: /Volumes/SetiAlphaFive/.Spotlight-V100/ContentIndex.db, lstat(): 0
|01:17:04 AM|Error| SVUclone: Error: Couldn't create
|01:17:04 AM|Error| : Input/output error
|01:17:04 AM|Error| SVUclone: Error copying /.Spotlight-V100/ContentIndex.db to /Volumes/SetiAlphaFive/.Spotlight-V100/ContentIndex.db of type 8
|01:17:04 AM|Error| : Input/output error
|01:17:04 AM|Error| ****FAILED****: result=256 errno=1 (Operation not permitted)
|01:17:04 AM|Info| Logging attributes for item: /.Spotlight-V100/ContentIndex.db of type: 8
|01:17:04 AM|Info| Type:
|01:17:04 AM|Info| Creator:
|01:17:04 AM|Info| kIsOnDesk: NO
|01:17:04 AM|Info| kColor: NO
|01:17:04 AM|Info| kIsShared: NO
|01:17:04 AM|Info| kHasNoINITs: NO
|01:17:04 AM|Info| kHasBeenInited: NO
|01:17:04 AM|Info| kHasCustomIcon: NO
|01:17:04 AM|Info| kIsStationery: NO
|01:17:04 AM|Info| kNameLocked: NO
|01:17:04 AM|Info| kHasBundle: NO
|01:17:04 AM|Info| kIsInvisible: NO
|01:17:04 AM|Info| kIsAlias: NO
|01:17:04 AM|Info| Error copying /.Spotlight-V100/ContentIndex.db to /Volumes/SetiAlphaFive/.Spotlight-V100/ContentIndex.db of type 8


Am I doing something wrong? How do I fix this?

Antonio

dnanian 06-24-2005 07:16 AM

No, I don't think you're doing anything wrong: it looks like Spotlight is working hard on the drive that's being backed up, and for some reason that's causing the index to not be copyable.

v2.0 handles this differently, but for now wait until Spotlight has stopped indexing your drive (the magnifying glass has a dot in its middle that should stop flashing), and then do your backup. At that point, it should work OK.

You should also take a look at the FAQ: I've written an entry that explains how to use SuperDuper! to disable indexing on the backup drive, which might prove useful to you as well.

amr 06-24-2005 03:54 PM

Thanks, I'll try that and read up on your FAQ's and report back.

dnanian 06-24-2005 05:33 PM

Sounds good. I'll await your reply.

amr 06-27-2005 11:50 AM

I followed the FAQs about getting spotlight to wait and finish indexing and I tried the script that disables Spotlight and I eneded up getting the same error. Here's a bit of the end of the log file:

|11:29:54 AM|Info| Removing ignored item: /Volumes/SetiAlphaFive/private/var/vm/swapfile0
|11:34:58 AM|Info| Ignoring /.Trashes
|11:35:32 AM|Info| Ignoring /Volumes/BatCave
|11:35:32 AM|Info| Ignoring /Volumes/BigPorsche250
|11:35:32 AM|Info| Ignoring /Volumes/Fallout
|11:35:32 AM|Info| Ignoring /Volumes/SetiAlphaFive
|11:35:32 AM|Info| Ignoring /Volumes/Sentinel
|11:35:32 AM|Info| Removing ignored item: /Volumes/SetiAlphaFive/Volumes/Sentinel
|11:35:32 AM|Info| Ignoring /.vol
|11:35:32 AM|Info| WARNING: Caught I/O exception(5): Input/output error
|11:35:32 AM|Info| WARNING: Source: /.Spotlight-V100/ContentIndex.db, lstat(): 0
|11:35:32 AM|Info| WARNING: Target: /Volumes/SetiAlphaFive/.Spotlight-V100/ContentIndex.db, lstat(): 0
|11:35:32 AM|Info| Logging attributes for item: /.Spotlight-V100/ContentIndex.db of type: 8
|11:35:32 AM|Info| Type:
|11:35:32 AM|Info| Creator:
|11:35:32 AM|Info| kIsOnDesk: NO
|11:35:32 AM|Info| kColor: NO
|11:35:32 AM|Info| kIsShared: NO
|11:35:32 AM|Info| kHasNoINITs: NO
|11:35:32 AM|Info| kHasBeenInited: NO
|11:35:32 AM|Info| kHasCustomIcon: NO
|11:35:32 AM|Info| kIsStationery: NO
|11:35:32 AM|Info| kNameLocked: NO
|11:35:32 AM|Info| kHasBundle: NO
|11:35:32 AM|Info| kIsInvisible: NO
|11:35:32 AM|Info| kIsAlias: NO
|11:35:32 AM|Info| Error copying /.Spotlight-V100/ContentIndex.db to /Volumes/SetiAlphaFive/.Spotlight-V100/ContentIndex.db of type 8
|11:35:32 AM|Error| SVUclone: Error: Couldn't create
|11:35:32 AM|Error| : Input/output error
|11:35:32 AM|Error| SVUclone: Error copying /.Spotlight-V100/ContentIndex.db to /Volumes/SetiAlphaFive/.Spotlight-V100/ContentIndex.db of type 8
|11:35:32 AM|Error| : Input/output error
|11:35:32 AM|Error| ****FAILED****: result=256 errno=1 (Operation not permitted)


Any help? I want to get this drive copied as I need to send it into the shop for repair or replacement very soon.

dnanian 06-27-2005 11:54 AM

In this case, it looks like you're getting an I/O error either reading or writing the file, which might be caused by a surface error on the drive.

Let's try re-creating the index. In Terminal, do the following:

sudo mdutil -i off / /SetiAlphaFive

Then, do the backup (at this point, your indexing is off for both drives). When done, do:

sudo mdutil -i on /

That'll turn indexing back on for the boot drive (and it'll recreate your index, too).

amr 06-27-2005 05:29 PM

Thanks, I'll try that and report back.

Antonio


All times are GMT -4. The time now is 04:09 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.