Received: by oss.sgi.com id ; Sat, 6 Jan 2001 10:02:59 -0800 Received: from nic-31-c12-053.mn.mediaone.net ([24.31.12.53]:62982 "EHLO lupo.thebarn.com") by oss.sgi.com with ESMTP id ; Sat, 6 Jan 2001 10:02:49 -0800 Received: from lupo.thebarn.com (localhost [127.0.0.1]) by lupo.thebarn.com (8.11.1/8.11.0) with ESMTP id f06I2iM04657; Sat, 6 Jan 2001 12:02:45 -0600 (CST) (envelope-from cattelan@thebarn.com) Date: Sat, 06 Jan 2001 12:02:44 -0600 Message-ID: From: cattelan@thebarn.com To: Eric Sandeen Cc: linux-xfs@oss.sgi.com Subject: Re: Prerelease-test1-rc1 XFS install CD In-Reply-To: <3A56B745.B9B95004@sgi.com> References: <3A568E9B.F7D842DC@thebarn.com> <3A56B745.B9B95004@sgi.com> User-Agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing I've got a fortest prgram that seems to work just fine I'm going to boot of the CD and see I can figure out why it it is failing during install. #!/usr/bin/python import sys, os, signal if (os.path.exists('isys')): sys.path.append('edd') sys.path.append('libfdisk') sys.path.append('balkan') sys.path.append('gnome-map') sys.path.append('isys') sys.path.append('textw') sys.path.append('iw') sys.path.append('installclasses') sys.path.append('edd') else: sys.path.append('/usr/lib/anaconda') sys.path.append('/usr/lib/anaconda/textw') sys.path.append('/usr/lib/anaconda/iw') sys.path.append('/usr/lib/anaconda/installclasses') import isys import iutil loc = "/sbin/probe" result = iutil.execWithCapture(loc, [ loc ]) print "The result is", result