public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: BugView updated.
@ 1997-07-11 11:51 Sergey Okhapkin
  1997-07-11 11:51 ` David Coe
  1997-07-13 20:08 ` Mumit Khan
  0 siblings, 2 replies; 15+ messages in thread
From: Sergey Okhapkin @ 1997-07-11 11:51 UTC (permalink / raw)
  To: 'David Coe'; +Cc: 'gnu-win32'

David Coe wrote:
> The principle of CYGWIN_NOTTY seem a good idea. Although of course it is
> possible to re-port back to gnu-win32 all those old unix apps (less,
> ncftp, micro emacs, emacs -nw, beav, elvis) it would be a shame to lose
> the ability to launch their existing native console-direct
> implementations from the same command window.

Re-porting to gnu-win32 seems to me the best solution - you're able to run 
direct-console applications in a console only, but re-ported - in a console 
(with the same functionality), in a telnet session, in Xterm window and via 
communication port/modem. What is better?-)

>
> Unless I'm doing something wrong though, CYGWIN_NOTTY is not doing quite
> the thing I would expect (at least on NT4). Setting it before launching
> bash is fine - I get a cygwin environment that allows console direct but
> not pseudo-tty. Setting it within bash, however, does not switch to
> allow launching of console direct apps; in fact, even things like ls no
> longer produce output!!

Bash started without CYGWIN_NOTTY creates control tty threads and redirects 
standard handles of a childs to a pipes, connected to ctty. But childs do 
not makes connection to ctty because CYGWIN_NOTTY is set. There is no way 
to fall back to notty mode. At least, for a now... The main troubles are in 
standard handles redirection.

>
> Have you also made some changes to the reporting and use of ownership?
> Ls -l now reports usernames rather than numerical IDs. There is, for

There was a bug in /etc/passwd reading code, but you had to see usernames 
with this bug. I never had such a problem.

> example, some impact (which I don't yet understand) on the operation of
> the command line in mc-4.0 which works fine (with a # prompt) using your
> cygwin.dll from 06 Jul but only works under an Administrator account
> using the 10 Jul dll. From a User account it gives (correctly) a $
> prompt but (incorrectly) will launch nothing from it ... just like with
> the unpatched B18 cygwin.dll.

Try to remove <cr>s from /etc/passwd. If it will not help, remove shell 
fields from /etc/passwd and set environment variable SHELL to /bin/sh.

> Anyway, it's all very exciting.

Thank You!

--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: BugView updated.
@ 1997-07-15  3:24 Sergey Okhapkin
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Okhapkin @ 1997-07-15  3:24 UTC (permalink / raw)
  To: Mumit Khan, 'Mike Bernson'; +Cc: gnu-win32

Mike Bernson wrote:
> I am glad to see that I am not the only one that is missing rusage
> fill function.
>
> I would like to be able to check all my patches up to date.
>

I've found rusage.diff in my sent mail folder and placed it on my web page 
(in a right order, I hope). Let me know if you'll have troubles with 
applying the patches.

--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 15+ messages in thread
* BugView updated.
@ 1997-07-10  7:40 Sergey Okhapkin
  1997-07-11 11:51 ` David Coe
  0 siblings, 1 reply; 15+ messages in thread
From: Sergey Okhapkin @ 1997-07-10  7:40 UTC (permalink / raw)
  To: 'gnu-win32'

Hi!

Pseudo-tty support added. The binary archive includes cygwin-compiled rxvt 
X terminal emulator. You need cygwin-compiled X11R6.3 distribution to be 
installed to /usr/X11R6.3 to run rxvt. Working on inetutils-1.3 telnetd...

--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Bugview updated
@ 1997-07-06  0:33 Sergey Okhapkin
  0 siblings, 0 replies; 15+ messages in thread
From: Sergey Okhapkin @ 1997-07-06  0:33 UTC (permalink / raw)
  To: 'David Coe', 'gnu-win32'

- Select() on sockets is interruptable now.
- Fixed multithread WaitFor (signal_arrived) problem.
- Detached cygwin apps no longer fools Tcl/Tk. Tkinfo works now with compressed info files.

- Bash 2.0 updated to 2.01.

-- 
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~1997-07-18 18:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-07-11 11:51 BugView updated Sergey Okhapkin
1997-07-11 11:51 ` David Coe
1997-07-13 20:08 ` Mumit Khan
1997-07-14  9:01   ` Chris Faylor
1997-07-14 22:06     ` Mumit Khan
1997-07-15 20:17       ` Beta 19 status Geoffrey Noer
1997-07-17 17:55         ` Tim Iverson
1997-07-18  2:40           ` Luke Diamand
1997-07-14 22:30   ` BugView updated Mike Bernson
1997-07-15 20:37     ` Mumit Khan
1997-07-18 18:34     ` Hmmmz
  -- strict thread matches above, loose matches on Subject: below --
1997-07-15  3:24 Sergey Okhapkin
1997-07-10  7:40 Sergey Okhapkin
1997-07-11 11:51 ` David Coe
1997-07-06  0:33 Bugview updated Sergey Okhapkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).