POV-Ray : Newsgroups : povray.unix : Terminal handling bug? : Re: Terminal handling bug? Server Time
6 Oct 2024 13:51:33 EDT (-0400)
  Re: Terminal handling bug?  
From: Christian Lavoie
Date: 7 Nov 2002 12:13:23
Message: <3dca9f33@news.povray.org>
>> It dies with a Segmentation Fault.
>
> Can you confirm that this works on this machine otherwise? I want to make
> sure the rsh isn't a red herring.

Yes, it works if I do

workstation:~$ rsh somecomp
somecompe:~$ ~/pov/tut/pov.sh

but not if I do
workstation:~$ rsh somecomp ~/pov/tut/pov.sh
or
workstation:~$ qsub ./pov.sh

and it's scheduled on somecomp

Lemme repeat myself: It works *great* on somecomp unless I use rsh to 
execute the script directly or the queueing system. It works *great* on 
workstation too, for all that's worth.

It would seem the common factor would be login vs non-login sessions. And 
since my .bash_profile sources bashrc directly, I can't see this changing a 
thing.
  
>> Debian's packaged 3.0 does not have that problem. Redirecting output
>> doesn't seem to help at all. The +GA command option is not helping
>> either.
> 
> A number of things have changed since 3.0.

Hopefully :)

>> Can anyone confirm the bug on other linuxes? Provide a fix? (Setting
>> TERM to something magic?)
> 
> I am unable to confirm using ssh from Mandrake 8.2 to Red Hat 7.3.  Then
> again, it's passing my xauth and display, so it's even displaying properly
> (though very slowly).  You may want to try ssh as an alternative to rsh (I
> try to avoid rsh unless I'm very, very far from the Internet, which I'm
> not at the moment).

I'm carefully avoiding X and all that on purpose. I *don't* want it to 
render to an X screen if I do it thru a queue =P.

Have fun,
Chris


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.