X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Subject: cygwin / ssh / veritas problem: PBX_Acceptor X-KeepSent: 3FEACD2F:65FCE63F-852575A1:006C693A; type=4; name=$KeepSent To: cygwin AT cygwin DOT com Message-ID: From: Can Ekingen Date: Thu, 23 Apr 2009 16:41:57 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I installed cygwin base and admin packages along with openssh on a windows server. Veritas volume manager 5.1 is also installed on this server. I can ssh to cygwin and run commands remotely by typing password. But I want to run commands without password. So I configured .ssh/authorized_keys2 file, so I can ssh without password. There is no problem in running unix commands like ls , echo even some EMC symcli commands like sympd list. But when it comes to veritas volume manager commands , ssh hangs with an error message that I can't even find on google: root AT client:/root# ssh winserv -l iadministrator "vxdisk list" PBX_Acceptor, cannot connect on \\.\pipe\/tmp/PBXPIPE {8c7ebc1d-19bd-4d90-9f79-baf15bd318b9}, pipe connect: Input/output error I need to Ctrl-C to interrupt and when I login to cygwin, ps -ef shows a hanging process :, $ ps -ef UID PID PPID TTY STIME COMMAND SYSTEM 1800 1 ? 17:26:56 /usr/bin/cygrunsrv SYSTEM 4512 1800 ? 17:26:56 /usr/sbin/sshd SYSTEM 4908 4512 ? 14:37:14 /usr/sbin/sshd iadminis 4568 4908 ? 14:37:15 /cygdrive/c/Program Files/Veritas/Veritas Volume Manager 5.0/vxdisk even I put vxdisk print in a bash script and run the script with ssh, I get the same error. If I put in the script : vxdisk list >/tmp/list 2>&1 I see this error in /tmp/list and it still hangs. If I don't use authorized_keys2 file all works fine with typing password. clients are linux and hpux hosts give the same error. And only veritas commands give this error, others work fine, Is this a veritas volume manager cli issue ? Thanks a lot for reading . -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/