+ def runQuit(self, (ty, value, tb)):
+ # see a similar comment at runDebug()
+ try:
+ isys.vtActivate(1)
+ except SystemError:
+ pass
+ sys.exit(self.exitcode)
+
def initExceptionHandling(anaconda):
fileList = [ "/tmp/anaconda.log", "/tmp/lvmout", "/tmp/resize.out",
"/tmp/program.log", "/tmp/storage.log", "/tmp/yum.log",
--
1.6.6
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
03-09-2010, 12:53 PM
Ales Kozumplik
exception.py: switch to tty1 before exit (#569071)
On 03/09/2010 02:41 PM, Ales Kozumplik wrote:
so the user knows what's going on and doesn't get a blank screen.
I want to definitely submit this to f13-branch and possibly also to
master (but there's been changes in the meh for master so hard to say).
Ales
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
03-09-2010, 03:14 PM
David Lehman
exception.py: switch to tty1 before exit (#569071)
On Tue, 2010-03-09 at 14:53 +0100, Ales Kozumplik wrote:
> On 03/09/2010 02:41 PM, Ales Kozumplik wrote:
> > so the user knows what's going on and doesn't get a blank screen.
>
> I want to definitely submit this to f13-branch and possibly also to
> master (but there's been changes in the meh for master so hard to say).
Patch looks okay to me.
It really shouldn't go to f13-branch unless it's going to master in some
form.
Dave
>
> Ales
>
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list@redhat.com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
03-09-2010, 03:51 PM
Chris Lumens
exception.py: switch to tty1 before exit (#569071)
> I want to definitely submit this to f13-branch and possibly also to
> master (but there's been changes in the meh for master so hard to
> say).
This should be fine for master as well. The changes I've done in meh
have been around the save options, which are all handled by report now.
The quit and debug options are the same as they have been.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
03-11-2010, 10:47 PM
David Lehman
exception.py: switch to tty1 before exit (#569071)
On Tue, 2010-03-09 at 14:53 +0100, Ales Kozumplik wrote:
> On 03/09/2010 02:41 PM, Ales Kozumplik wrote:
> > so the user knows what's going on and doesn't get a blank screen.
>
> I want to definitely submit this to f13-branch and possibly also to
> master (but there's been changes in the meh for master so hard to say).
Go ahead and push this to f13-branch. Thanks for your patience.
Dave
>
> Ales
>
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list@redhat.com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list