On Tue, Jul 11, 2000 at 05:07:21AM -0230, Neil Zanella wrote:
> I am getting the following error message but I don't know why.
>
> [nzanella_at_tulip nzanella]$ cat .xsession-errors
> stdin: is not a tty
>
> Does anyone know what could be causing it?
In all likelihood somewhere in fvwm you're Exec'ing or otherwise
invoking an interactive program in a pipeline. This program doesn't
like receiving its input like this and is complaining. For example,
perhaps something like:
Exec echo foo | pine
might be the cause. I don't actually know what happens if you pipe
data into pine, but it came to mind as an interactive program unlikely
to want input from stdin. HTH,
--
mikehan_at_mikehan.com http://www.mikehan.com/
coffee achiever San Francisco, California
"And, just like it should in all stories about philosophers, it ended
up in complete chaos." - Richard P. Feynman
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Jul 12 2000 - 23:32:22 BST