Re: Silently configure sshd fails via system account

2014-02-21 Thread Larry Hall (Cygwin)
On 2/21/2014 3:48 PM, Paul Griffith wrote: Hi, I am using a software package called WPKG (wpkg.org) to silently deploy Cygwin and then configure SSHD. The Cygwin installation works like a charm. Configuring sshd is another story. If I run my script from a admin command prompt, I am to setup sshd

Silently configure sshd fails via system account

2014-02-21 Thread Paul Griffith
Hi, I am using a software package called WPKG (wpkg.org) to silently deploy Cygwin and then configure SSHD. The Cygwin installation works like a charm. Configuring sshd is another story. If I run my script from a admin command prompt, I am to setup sshd. If I run that same script from WPKG, it

Re: isatty gives wrong result via ssh

2014-02-21 Thread Christopher Faylor
On Fri, Feb 21, 2014 at 09:52:09AM -0800, SteveC wrote: >Hi I'm not sure this will fix things with ssh. But it works for my use and >looks much simpler than some of the >other posted solutions: >itest3.c The mail that you're replying to

Re: isatty gives wrong result via ssh

2014-02-21 Thread SteveC
Hi I'm not sure this will fix things with ssh. But it works for my use and looks much simpler than some of the other posted solutions: itest3.c -- View this message in context: http://cygwin.1069669.n5.nabble.com/isatty-gives-wrong-

Re: Maintainer for git?

2014-02-21 Thread Achim Gratz
Adam Dinwoodie writes: > I've tried this. I have `git cvsimport` seemingly working on the > current Git 1.7.9 build, while my build reports the following SHA1 > error: > > > $ CVSROOT=:pserver:anon...@cygwin.com:/cvs/src git cvsimport -C cygwin -r cvs > -k cygwin > Initialized empty Git repo

Re: Testers needed: New passwd/group handling in Cygwin

2014-02-21 Thread Corinna Vinschen
On Feb 21 11:11, Ken Brown wrote: > On 2/21/2014 9:55 AM, Corinna Vinschen wrote: > >- You want to specify a different login shell than /bin/sh. > > Typo: You forgot to change /bin/sh to /bin/bash. > > Ken Fixed, thank you. Corinna -- Corinna Vinschen Please, send mails rega

Re: Testers needed: New passwd/group handling in Cygwin

2014-02-21 Thread Ken Brown
On 2/21/2014 9:55 AM, Corinna Vinschen wrote: - You want to specify a different login shell than /bin/sh. Typo: You forgot to change /bin/sh to /bin/bash. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http:/

Re: Building libsigsegv on Cygwin64

2014-02-21 Thread Corinna Vinschen
On Feb 21 16:32, Angelo Graziosi wrote: > Trying to build libsigsegv-2.10 on Cygwin64 (using the src tarball > and its .cygport file from x86 distribution), fails as follows > > [...] > libtool: compile: gcc -DHAVE_CONFIG_H -I. > -I/works/tmp/libsigsegv-2.10-1/src/libsigsegv-2.10/src -I.. -I. > -

Building libsigsegv on Cygwin64

2014-02-21 Thread Angelo Graziosi
Trying to build libsigsegv-2.10 on Cygwin64 (using the src tarball and its .cygport file from x86 distribution), fails as follows [...] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/works/tmp/libsigsegv-2.10-1/src/libsigsegv-2.10/src -I.. -I. -I/works/tmp/libsigsegv-2.10-1/src/libsigsegv-2.10/

Re: Testers needed: New passwd/group handling in Cygwin

2014-02-21 Thread Corinna Vinschen
On Feb 17 17:21, Corinna Vinschen wrote: > On Feb 13 15:38, Corinna Vinschen wrote: > > Hi folks, > > > > > > this week I applied the first incarnation of the new passwd/group > > handling code to the Cygwin repository and after fixing a crash which > > manifested in Denis Excoffier's network, I

Re: Need general snapshot testers

2014-02-21 Thread Christopher Faylor
On Fri, Feb 21, 2014 at 04:17:11PM +0400, Andrey Repin wrote: >>> > Not specific to this snapshot but it happens when trying to test it: >>> > If a cygwin console is started from a cygwin terminal (e.g. in mintty: >>> > cygstart /Cygwin.bat), the TERM variable is set incorrectly. >>> >>

Re: semget still depends on cygipc?

2014-02-21 Thread Corinna Vinschen
On Feb 21 20:54, Pan ruochen wrote: > Hi all, > > I want to use semget function under cygwin. But get "Bad system call" error. > Do I have to install cygipc package to make these IPC functions work? > And I cannot find this package in the setup UI, so where can I > download the package? The cygip

semget still depends on cygipc?

2014-02-21 Thread Pan ruochen
Hi all, I want to use semget function under cygwin. But get "Bad system call" error. Do I have to install cygipc package to make these IPC functions work? And I cannot find this package in the setup UI, so where can I download the package? - BR, Ruochen -- Problem reports: http://cygwin.c

Re: Need general snapshot testers

2014-02-21 Thread Andrey Repin
Greetings, Corinna Vinschen! >> > Not specific to this snapshot but it happens when trying to test it: >> > If a cygwin console is started from a cygwin terminal (e.g. in mintty: >> > cygstart /Cygwin.bat), the TERM variable is set incorrectly. >> > Suggested fix: ... unset TERM to

Re: [octave 3.8.0] font missig in fltk graph

2014-02-21 Thread Tatsuro MATSUOKA
--- On Fri, 2014/2/21, Marco Atzeri wrote: > On 21/02/2014 05:44, Tatsuro MATSUOKA wrote: > > Hello > > > > I have installed Cygwin-67 on windows 7 64 bit to use octave. > > So far everything is fine on gnuplot graphics_tool kit. > > > > However, on fltk graphics_toolkit, fonts on the graph were no

Re: Need general snapshot testers

2014-02-21 Thread Corinna Vinschen
On Feb 21 11:49, Andrey Repin wrote: > Greetings, Thomas Wolff! > > > Not specific to this snapshot but it happens when trying to test it: > > If a cygwin console is started from a cygwin terminal (e.g. in mintty: > > cygstart /Cygwin.bat), the TERM variable is set incorrectly. > >

Re: [octave 3.8.0] font missig in fltk graph

2014-02-21 Thread Marco Atzeri
On 21/02/2014 05:44, Tatsuro MATSUOKA wrote: Hello I have installed Cygwin-67 on windows 7 64 bit to use octave. So far everything is fine on gnuplot graphics_tool kit. However, on fltk graphics_toolkit, fonts on the graph were not represent. For example, http://www.geocities.co.jp/tmoctwin