[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] 7.0.3 Debian 4 dynamic clipped?



On Wed, Jul 23, 2008 at 11:55:11PM +0100, Richard Palmer wrote:

> Slightly related, I've compiled condor with checkpointing on Debian Etch
> based on Andreas Hirczy's debian package.
> 
> Remote syscalls seem to work (well, a simple 'fread' does anyway).
> 
> Checkpoint claimed to work, but when I try standalone checkpointing with
> a simple sleep() programme it fails with: 
> 
> condor-vm-3:/home/condor$ ./simple.std  -_condor_D_ALL -_condor_restart simple.std.ckpt

You really want to run it like this:

setarch x86_64 -L -R ./simple.std -_condor_D_ALL

And then again to restart:

setarch x86_64 -L -R ./simple.std -_condor_D_ALL -_condor_restart simple.std.ckpt

Otherwise the address layout changes will kill you.

-- 
Daniel K. Forrest	Laboratory for Molecular and
forrest@xxxxxxxxxxxxx	Computational Genomics
(608) 262 - 9479	University of Wisconsin, Madison