From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17036 invoked by alias); 21 Aug 2012 16:50:25 -0000 Received: (qmail 16858 invoked by uid 22791); 21 Aug 2012 16:50:16 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_CV,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Aug 2012 16:50:04 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T3reV-0002Ae-B7 for cygwin@cygwin.com; Tue, 21 Aug 2012 18:50:03 +0200 Received: from wnpexch01.eliyon.com ([wnpexch01.eliyon.com]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Aug 2012 18:50:03 +0200 Received: from pitoniakm by wnpexch01.eliyon.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Aug 2012 18:50:03 +0200 To: cygwin@cygwin.com From: michael pitoniak Subject: /bin/bash: Operation not permitted Date: Tue, 21 Aug 2012 17:37:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-08/txt/msg00498.txt.bz2 greetings, i have a really strange problem...i install the latest cygwin release 1.7.16(0.262/5/3) with the openssh option and configure it with ssh-host-config on a 64 bit windows 7 system...it works perfectly for one day...allowing for putty access after reboots and log in/out...yet when i come into work the next day i can log in via putty but instantly get thrown out with: /bin/bash: Operation not permitted error. attached is a debug trace of $ssh -vvv localhost -l michael.pitoniak that fails. i suspect it has something to do wit anti virus software of public kyes...any suggestions on how to further debug greatly appreciated...passwd files look the same...really stumped here... many thanks, mp michael.pitoniak@Pitoniak-wkst2 ~ $ ssh -vvv localhost -l michael.pitoniak ...... debug2: PTY allocation request accepted on channel 0 debug2: channel 0: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 0 debug2: shell request accepted on channel 0 Last login: Tue Aug 21 08:45:12 2012 from ::1 /bin/bash: Operation not permitted debug2: channel 0: rcvd eof debug2: channel 0: output open -> drain debug2: channel 0: obuf empty debug2: channel 0: close_write debug2: channel 0: output drain -> closed debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0 debug2: channel 0: rcvd eow debug2: channel 0: close_read debug2: channel 0: input open -> closed debug2: channel 0: rcvd close debug3: channel 0: will not send data after close debug2: channel 0: almost dead debug2: channel 0: gc: notify user debug2: channel 0: gc: user detached debug2: channel 0: send close debug2: channel 0: is dead debug2: channel 0: garbage collecting debug1: channel 0: free: client-session, nchannels 1 debug3: channel 0: status: The following connections are open: #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cc -1) Connection to localhost closed. Transferred: sent 2168, received 1840 bytes, in 0.2 seconds Bytes per second: sent 11976.7, received 10164.7 debug1: Exit status 1 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple