Index: /tags/ipp-20111222/pstamp/scripts/pstamp_checkdependent.pl
===================================================================
--- /tags/ipp-20111222/pstamp/scripts/pstamp_checkdependent.pl	(revision 33056)
+++ /tags/ipp-20111222/pstamp/scripts/pstamp_checkdependent.pl	(revision 33057)
@@ -285,7 +285,9 @@
             } elsif ($fault_count > $max_fault_count) {
                 print "$stage $stage_id has faulted $fault_count times. Giving up\n";
-                $fault = $PSTAMP_GONE;
-                faultComponent('chip', $chip->{chip_id}, $chip->{class_id}, $PSTAMP_GONE);
-                return $PSTAMP_GONE;
+                # XXX: stop faulting chips for now
+#                $fault = $PSTAMP_GONE;
+#                faultComponent('chip', $chip->{chip_id}, $chip->{class_id}, $PSTAMP_GONE);
+                $fault = $PSTAMP_NOT_AVAILABLE;
+                return $fault;
             }
             # fault the dependent
Index: /tags/ipp-20111222/pstamp/scripts/pstamp_get_image_job.pl
===================================================================
--- /tags/ipp-20111222/pstamp/scripts/pstamp_get_image_job.pl	(revision 33056)
+++ /tags/ipp-20111222/pstamp/scripts/pstamp_get_image_job.pl	(revision 33057)
@@ -126,7 +126,6 @@
     $command .= " --results_file $results_file";
     $command .= " --component $component --path_base $path_base --outroot $outroot";
-    #    XXX: we need to do some work if we want to support muggle bundles
-    #    $command .= " --no_magic if $no_magic";
-    $command .= " --magicked" if $magicked;
+    # DING DONG ....
+    $command .= " --no_magic";
     $command .= " --dbname $imagedbname" if $imagedbname;
     $command .= " --verbose" if $verbose;
Index: /tags/ipp-20111222/pstamp/scripts/pstamp_job_run.pl
===================================================================
--- /tags/ipp-20111222/pstamp/scripts/pstamp_job_run.pl	(revision 33056)
+++ /tags/ipp-20111222/pstamp/scripts/pstamp_job_run.pl	(revision 33057)
@@ -59,4 +59,6 @@
 $options = 1 if !$options;
 
+# We don't need to muggle anymore. Ignore those options
+$options &= ~($PSTAMP_REQUEST_UNCENSORED | $PSTAMP_REQUIRE_UNCENSORED);
 
 my $ipprc = PS::IPP::Config->new(); # IPP Configuration
@@ -108,4 +110,8 @@
         $nan_masked = 0;
         $muggle = 1;
+    }
+
+    if ($stage eq "raw") {
+        $options &= ~($PSTAMP_SELECT_MASK | $PSTAMP_SELECT_VARIANCE); 
     }
 
Index: /tags/ipp-20111222/pstamp/scripts/pstamp_parser_run.pl
===================================================================
--- /tags/ipp-20111222/pstamp/scripts/pstamp_parser_run.pl	(revision 33056)
+++ /tags/ipp-20111222/pstamp/scripts/pstamp_parser_run.pl	(revision 33057)
@@ -54,4 +54,6 @@
     print "Starting script $0 on $host\n\n";
 }
+
+$need_magic = 0;
 
 my $missing_tools;
Index: /tags/ipp-20111222/pstamp/scripts/pstamp_server_status
===================================================================
--- /tags/ipp-20111222/pstamp/scripts/pstamp_server_status	(revision 33056)
+++ /tags/ipp-20111222/pstamp/scripts/pstamp_server_status	(revision 33057)
@@ -71,6 +71,6 @@
         $error_code = (($error_code >> 8) or 1);
         if ($error_code == 12) {
-            #print "Postage Stamp Server is not running\n";
-            print "Postage Stamp Server will be down for maintenance it will back shortly.\n";
+            print "Postage Stamp Server is not running\n";
+            #print "Postage Stamp Server will be down for maintenance it will back shortly.\n";
             exit 0;
         } else {
