Re: how to make sshd start a shell other than bash when I log in?

2017-04-06 Thread Brian Inglis
On 2017-04-06 20:08, L A Walsh wrote: > Andrew Schulman wrote: >> But when I log into that same host by sshd, bash starts... > Have you tried changing your shell > (chsh if it is on your system, otherwise edit /etc/passwd > and change the shell for your username). > andrews:x:1001:545:A.S.:/home/an

[ANNOUNCEMENT] Various Python 2 and 3 modules

2017-04-06 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * python2-asn1crypto-0.22.0-1 * python2-attrs-16.3.0-1 * python2-boto-2.46.1-1 * python2-dropbox-6.5.0-1 * python2-html5lib-0.9-1 * python2-pyasn1-modules-0.0.8-1 * python2-rdflib-4.2.2-1 * python2-reportlab-3.4.0-1 * p

Re: how to make sshd start a shell other than bash when I log in?

2017-04-06 Thread L A Walsh
Andrew Schulman wrote: But when I log into that same host by sshd, bash starts... Have you tried changing your shell (chsh if it is on your system, otherwise edit /etc/passwd and change the shell for your username). andrews:x:1001:545:A.S.:/home/andrews:/bin/fish

how to make sshd start a shell other than bash when I log in?

2017-04-06 Thread Andrew Schulman
My regular shell is fish. To make local terminals run fish instead of bash when I start them, I set SHELL=/usr/bin/fish in my desktop environment. This works fine: I start MinTTY, and fish starts. But when I log into that same host by sshd, bash starts, not fish (since sshd doesn't have access t

Re: Can I change default mount options

2017-04-06 Thread Andrey Repin
Greetings, Pan Ruochen! > Hi Andrey Repin, >> >> No, why? Your mount options choice is very sane, IMO. >> > I just dislike cygwin treats every file as executable. This is a core Windows behavior, nothing Cygwin can do about it, not it should. In Windows, any file is, potentially, executable, in

Re: Can I change default mount options

2017-04-06 Thread Hans-Bernhard Bröker
Am 05.04.2017 um 16:07 schrieb Pan Ruochen: Hi Andrey Repin, No, why? Your mount options choice is very sane, IMO. I just dislike cygwin treats every file as executable. It doesn't --- not when the files' ACLs are set up correctly, anyway. Nor is futzing with mount options the right solu

Re: Settings from lang.sh causing garbled output in dialog when run from cmd.exe

2017-04-06 Thread David Macek
On 6. 4. 2017 16:22, Matt D. wrote: > On 4/6/2017 5:47 AM, David Macek wrote: >> Try calling `/proc/cygdrive/c/windows/system32/chcp.com 65001` before >> running `dialog ...`. Does that help? > > It does not. I tried setting the code page to 65001 in cmd and/or after > loading bash as a login sh

[ANNOUNCEMENT] meson 0.39.1-1

2017-04-06 Thread Jon Turney
The following packages have been uploaded to the Cygwin distribution: * meson-0.39.1-1 Meson is an open source build system meant to be extremely fast. It generates files for various backends including Ninja, Visual Studio, and Xcode. Meson does not generate Makefiles, relying solely on Ninj

[ANNOUNCEMENT] ninja 1.7.2-1

2017-04-06 Thread Jon Turney
The following packages have been uploaded to the Cygwin distribution: * ninja-1.7.2-1 Ninja is a small build system with a focus on speed. It is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible. Ninja generator

Re: Settings from lang.sh causing garbled output in dialog when run from cmd.exe

2017-04-06 Thread David Macek
On 6. 4. 2017 11:39, Matt D. wrote: > Why am I getting garbled output with this line present? Try calling `/proc/cygdrive/c/windows/system32/chcp.com 65001` before running `dialog ...`. Does that help? -- David Macek smime.p7s Description: S/MIME Cryptographic Signature

Settings from lang.sh causing garbled output in dialog when run from cmd.exe

2017-04-06 Thread Matt D.
If I invoke a login shell from a Windows command prompt and run a dialog: dialog --no-cancel --inputbox "test" 0 0 "" I get garbled output. I do not have this issue when running from mintty. See the following image examples: http://imgur.com/a/Y4mEC http://imgur.com/a/7akZQ If I remove this l