| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:date:from:to:subject:message-id:reply-to | |
| :references:mime-version:content-type:in-reply-to; q=dns; s= | |
| default; b=VO0MfNs+ZYnt+4u8SNyLlfAFf74cH1aPHj3BO96wPD91VrznpP0AY | |
| sEJW66QvYSbDW6UFHijEskTvhYS+t2H0te1VI4mG47hYSQHOq1tYJz/sIDubZB0x | |
| nIF9AzTo8S4lQSb01l6k24dtfDMqNOMV0gTFM6cV4g2vFW8ZkC6Rd8= | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:date:from:to:subject:message-id:reply-to | |
| :references:mime-version:content-type:in-reply-to; s=default; | |
| bh=WvOAnQe3xI9yp1M5L0csG7AHLig=; b=sJ64a2yH/OtenxZTS3oVZ0JBJYBT | |
| 4nBxTLa0synSLK8t9pjIBpOMYsXguTE/wk6MU2VWV7pYg47i4emZd1viAQlmRNNR | |
| DysYEvZ+PI5enu0we6M3njgjnNenO7HLN1kNzpxl11ETK3aMWeH333Dd9XeHrGLJ | |
| IQINx5CFhSX///M= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Spam-SWARE-Status: | No, score=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 |
| X-HELO: | calimero.vinschen.de |
| Date: | Fri, 23 Jan 2015 12:36:57 +0100 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Failure in merging win-env vars into post-'login'... |
| Message-ID: | <20150123113657.GB19127@calimero.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <announce DOT 20150114124044 DOT GD15791 AT calimero DOT vinschen DOT de> <54B7365C DOT 7020307 AT tlinx DOT org> <20150115091110 DOT GA10242 AT calimero DOT vinschen DOT de> <54B8DD29 DOT 20901 AT tlinx DOT org> <20150116105114 DOT GC3122 AT calimero DOT vinschen DOT de> <54B9AFF4 DOT 6010903 AT tlinx DOT org> <20150119102606 DOT GC10055 AT calimero DOT vinschen DOT de> <54C1A682 DOT 6060103 AT tlinx DOT org> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <54C1A682.6060103@tlinx.org> |
| User-Agent: | Mutt/1.5.23 (2014-03-12) |
--nqu5fpgjE+BQlEdo
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Jan 22 17:40, Linda Walsh wrote:
> Corinna Vinschen wrote:
> >It seems your home dir is different for some reason. What does your
> >/etc/nsswitch.conf look like (if you have one)? What does
> >
> > getent passwd <your username>
> ----
> Same as it ever was...
> law.Bliss> getent passwd Bliss\\law
> Bliss\law:unused:5013:201:L A Walsh, Trust Technologies, tlinx.org,U-Blis=
s\law,S-1-5-21-33333-77777-33333-5013:/Users/law.Bliss:/bin/bash
>=20
>=20
> >print in a local mintty session, and what does it print in a remote
> >session via rlogin? Why on earth are you still using rlogin anyway
> >instead of ssh?
> ----
> They print the same thing. mintty doesn't have a smooth scroll option
> -- only jump scroll, so I can't see anything that scrolls. It
> seems like if I cat 20 pages of text, mintty show me the last page,
> but I don't see an option to turn off jump scrolling.
>=20
> I'm not "still using" rlogin - I just switched to it recently
> for being able to open a local console/shell window using a terminal
> It's about 3-5 times faster than ssh. For added security (besides
> the fact that my login isn't going out on the network for a local
> console, my windows machine isn't directly connected to the internet
> (behind a proxy) so it makes more sense to not use encryption.
> It also allows me to use "SecureCRT" (a remote terminal emulator)
> that I use to log into my server (even though I have a dedicated
> connection to the server).
Two things:
- Can you please start inetd under strace, once under 1.7.33, once under
the 1.7.34 test DLL and then log in as you usally do? This requires
some patience because under strace the whole process of logging in
will become almost unbearably slow. With the test DLL, you can stop
immediately after the password prompt shows up. I take it you're
starting inetd from the command line of a local session, right?
The setup is dead simple then:
$ strace -o inetd-1.7.33.trace inetd [your inetd options]
$ strace -o inetd-1.7.34.trace inetd [your inetd options]
Then send the traces, please, compressed and attached.
- Can you give me a short, concise description how you set up
inetd/rlogin so I can try to reproduce this locally?
Thanks,
Corinna
--=20
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
--nqu5fpgjE+BQlEdo
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBAgAGBQJUwjJZAAoJEPU2Bp2uRE+gNKwQAIAiR/J+jiszfFysmQ1fNLzY
JoV8liyqeWuYQbe/qF/F9R05VX/ChvMI6bIAdJ3Tn8X2IL2uyelmSHned6hGusIz
X8sU6rCvYVFjsXCPRC7mma10cIXYUxH46M7MIZz0xRPa6hcWJP7ZgNYmpwE9pser
VIOzuhS0xN7bPxf186d03QV3RELTqKI+VRoqtyunhDhhSKJkCJeXTZVTG/N+iuC6
Yvdz+9HNFjQQDLBY2ddAcwRYcOE4CBFvQsfRGeEAUb4SW9224Ib9bFARd1zY6eWT
lnQpR1Et10+zLxeY5fkbXNH3KYyvHMrC3BCIRbMLIyROoqRQ+XyCQJb6yhr3mvXi
KG/WVoQPpbIZS4zc0FTHHW6hEnwNkdqphJ9Q8Y0xPgFR1x7g/XgkN698d5ltJYq4
UrBXVr+56mKGCiNNmcwY/FOr4Ma3cLdLy+bi3FuF9ckITmThydWixt7mJKO0GRX/
GmZWBwBRUs0bqKlAiGOmEg5HmdRFDUwgkDwXBoEx18sMaCxK45Yn+kWpS+hWxAaM
Q3eUg+iBlDE0cwOIfMCdsOB35yvts9ZSAwTN4iPmF+xUMIE6xhX1n/Sg8x9cHgD6
Nrl55YpKkxDcd5tMpN55N0toNXiE8gvVg9eSyA1HOcI5zbVPHN6RpxBycmutO61q
61B6zt0zONOpExdFOMUh
=W4Rt
-----END PGP SIGNATURE-----
--nqu5fpgjE+BQlEdo--
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |