stateless problems

Mark McLoughlin markmc at redhat.com
Tue Nov 23 07:57:44 UTC 2004


On Mon, 2004-11-22 at 19:43 -0500, Peter Schobel wrote:
> i tried changing line 304 in replicator.py to 
> 
> devices = ['/dev/hda1', '/dev/hda2', '/dev/hda3', '/dev/hda5'] # FIXME
> 
> and now i am just getting 
> 
> [root at store-lan1-141 stateless]# ./stateless-bootstrap.py -r
> /reserve-root -b /reserve-boot
>                                           (  0%) [Error              ]
> 

	Try changing:

def debug_print(msg):
    pass

	to

def debug_print(msg):
    print msg

	in replicator.py and passing --debug to stateless-bootstrap.py and see
what that tells you.

Cheers,
Mark.





More information about the fedora-devel-list mailing list