X-Spam-Check-By: sourceware.org Message-ID: <43BDEC67.8050506@cygwin.com> Date: Thu, 05 Jan 2006 23:04:55 -0500 From: "Larry Hall (Cygwin)" Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050929 Thunderbird/1.0.7 Fedora/1.0.7-1.1.fc4 Mnenhy/0.7.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: services not starting with 20060104 snapshot References: <20060105203241 DOT GA26305 AT trixie DOT casa DOT cgf DOT cx> <43BDB8B0 DOT 8070600 AT cygwin DOT com> <20060106005917 DOT GA1937 AT trixie DOT casa DOT cgf DOT cx> <43BDC7E5 DOT 1070809 AT cygwin DOT com> <20060106015259 DOT GC1937 AT trixie DOT casa DOT cgf DOT cx> <43BDCFCC DOT 2090305 AT cygwin DOT com> <20060106023407 DOT GE1937 AT trixie DOT casa DOT cgf DOT cx> <20060106025531 DOT GG1937 AT trixie DOT casa DOT cgf DOT cx> <43BDE36A DOT 9000903 AT cygwin DOT com> <43BDE61E DOT 1000103 AT cygwin DOT com> In-Reply-To: <43BDE61E.1000103@cygwin.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Larry Hall (Cygwin) wrote: > Larry Hall (Cygwin) wrote: > >> Christopher Faylor wrote: >> >>> On Thu, Jan 05, 2006 at 09:34:07PM -0500, Christopher Faylor wrote: >>> >>>> That was supposed to fix the problem of console windows appearing >>>> when the >>>> service is allowed to interact with the desktop. >>> >>> >>> >>> >>> Does this do anything, Larry? >>> >>> cgf >>> >>> Index: fhandler_console.cc >>> =================================================================== >>> RCS file: /cvs/uberbaum/winsup/cygwin/fhandler_console.cc,v >>> retrieving revision 1.155 >>> diff -u -p -r1.155 fhandler_console.cc >>> --- fhandler_console.cc 5 Jan 2006 16:26:22 -0000 1.155 >>> +++ fhandler_console.cc 6 Jan 2006 02:54:56 -0000 >>> @@ -146,7 +146,7 @@ tty_list::get_tty (int n) >>> void __stdcall >>> set_console_state_for_spawn (bool noncygwin_process) >>> { >>> - if (noncygwin_process && fhandler_console::need_invisible ()) >>> + if ((1 || noncygwin_process) && fhandler_console::need_invisible ()) >>> return; >>> >> >> >> >> OK, stupid question but why do we want this part? For me, reverting this >> change allows me to start sshd and get output from 'ssh localhost date'. >> I guess I should be trying to reproduce the console window problem to >> answer the above... > > > Yeah, stupid question. Never mind. I see... But wait, now it all seems > to work. I guess this means that your patch Chris is a (confusing) > success. > I'll bang on it a bit more to see if I can convince myself I didn't see > the ssh output failure the first time around... > Chris, you asleep? Good. No need to disturb a good night's sleep with some bad news. I figured out why it didn't work for me the first time and why it did after that. I think I'm finally up-to-speed with what these two competing blocks of code do to create this issue. ;-) For all those wondering (does anybody still have the strength to keep reading this thread? ;-) ), the first time I tried it, sshd could not interact with the desktop. With Chris's patch and this switch off, I see no extra consoles and no output from 'ssh localhost date'. Turning on desktop interaction for sshd and restarting the service, I see no extra consoles and I get output from 'ssh localhost date'. It's all so obvious now. ;-) So there is still a problem (but a less than appetizing workaround). -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- 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/