From owner-freebsd-questions Mon Sep 18 08:20:20 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA19255 for questions-outgoing; Mon, 18 Sep 1995 08:20:20 -0700 Received: from mailgate.ericsson.se (mailgate.ericsson.se [130.100.2.2]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id IAA19249 for ; Mon, 18 Sep 1995 08:20:14 -0700 Received: from aom.ericsson.se (aom.ericsson.se [130.100.214.24]) by mailgate.ericsson.se (8.6.11/1.0) with SMTP id RAA06248 for ; Mon, 18 Sep 1995 17:20:03 +0200 Received: from sim15 (sim15.ericsson.se) by aom.ericsson.se (4.1/LME2.2.4-AOM1.0) id AA14750; Mon, 18 Sep 95 17:19:29 +0200 From: xkkolsa@aom.ericsson.se (Olof Samuelsson TM/SA 83063 6546) Received: by sim15 (5.x/client-1.5) id AA16269; Mon, 18 Sep 1995 17:19:29 +0200 Date: Mon, 18 Sep 1995 17:19:29 +0200 Message-Id: <9509181519.AA16269@sim15> To: freebsd-questions@freebsd.org Subject: tcsh-6.05 and fvwm X-Attribution: Olof Sender: owner-questions@freebsd.org Precedence: bulk I'm having trouble with tcsh (the precompiled package) and fvwm, (both the precompiled package for 1.24r and fvwm2.0pl25). Fvwm seems to be unable to communicate with it's modules (it does that via pipes, and passes the fds as args to the module). Whenever tcsh is used at a level "above" fvwm (as login shell, in an xterm that is a parent or grandparent of fvwm) fvwm can't communicate with it's modules. Fvwm works fine when invoked via xdm/.xsession (that is, only /bin/sh involved). When I do a loop and checks for open descriptors that are terminals (via filetest -t NN), there are a few extra fds open in the 10-20 range. I have a faint memeory of some old csh/tcsh bug that messes up file descriptors, is that true, or is it a FreeBSD 2.0.5 problem? (fvwm works fine with bash, pdksh and zsh) Should this go to -ports, btw? /Olof --