On 09/19/2014 02:24 PM, Brian C. Lane wrote:
On Fri, Sep 19, 2014 at 09:27:51AM -0400, Gene Czarcinski wrote:
Any suggestions?
Are you running liveinst from a terminal? That's where the prompt will show up, not on tty1 (as the dialog says).
I ran a simple test. After sudo su -, I edited /usr/sbin/anaconda and inserted: import pdb pdb.set_trace() and then ran liveinst
Here is the output:
Traceback (most recent call last): File "/sbin/anaconda", line 893, in <module> ksdata = None File "/sbin/anaconda", line 893, in <module> ksdata = None File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch return self.dispatch_line(frame) File "/usr/lib64/python2.7/bdb.py", line 68, in dispatch_line if self.quitting: raise BdbQuit bdb.BdbQuit
Gene