[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: stateless problems
- From: Mark McLoughlin <markmc redhat com>
- To: pschobel porchlight ca
- Cc: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: stateless problems
- Date: Tue, 23 Nov 2004 07:57:44 +0000
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 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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]