Thanks!

Thus spake Andrea Righi ([EMAIL PROTECTED]):
Brian Elliott Finley wrote:
Andrea,

This seems to have caused me some problems:

[EMAIL PROTECTED]:~/si.trunk% sudo si_prepareclient --server localhost --no-rsyncd --yes Did not find leading dereferencer, detected at offset 8247syntax error at /usr/lib/systemimager/perl/SystemImager/UseYourOwnKernel.pm line 543, near "print"
   Compilation failed in require at /usr/sbin/si_prepareclient line 84.
   BEGIN failed--compilation aborted at /usr/sbin/si_prepareclient line 84.


Oops, my fault. It seems I've committed a buggy file... the following fixes the error.

Regards,
-Andrea

-------- Original Message --------
Subject: [Systemimager-commits] r3293 - trunk/lib/SystemImager
Date: Tue, 13 Dec 2005 06:48:49 -0600
From: Andrea Righi <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]

Author: arighi
Date: 2005-12-13 06:48:49 -0600 (Tue, 13 Dec 2005)
New Revision: 3293

Modified:
   trunk/lib/SystemImager/UseYourOwnKernel.pm
Log:
fix: syntax error in _create_initrd_ext2 cleanup routine

Modified: trunk/lib/SystemImager/UseYourOwnKernel.pm
===================================================================
--- trunk/lib/SystemImager/UseYourOwnKernel.pm 2005-12-12 12:58:45 UTC (rev 3292) +++ trunk/lib/SystemImager/UseYourOwnKernel.pm 2005-12-13 12:48:49 UTC (rev 3293)
@@ -538,7 +538,7 @@
             unlink($new_initrd) if (-f $new_initrd);
run_cmd("rm -fr $staging_dir $new_initrd_mount_dir", $verbose, 1);
             die $msg;
-        }
+        };

print ">>> New initrd mount point: $new_initrd_mount_dir\n" if($verbose);
         eval { mkpath($new_initrd_mount_dir, 0, 0755) };


--
Brian Elliott Finley
Mobile:  630.631.6621


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to