Re: sshd - again

2008-10-05 Thread Adem
"Christian Schneider" <[EMAIL PROTECTED]> wrote: > > i want to setup a lightweight opportunity to access the data on my pc. > After installing the most recent version of cygwin I configured sshd via > ssh-host-config. > Access from local pc (localhost) with putty / WinSCP works fine. > > Neverth

cygcheck output sometimes gets truncated when piped (cygwin-1.7)

2008-10-05 Thread Herb Maeder
On a fresh install of cygwin-1.7 (1.7.0-30) on Vista, the output of "cygcheck -s" sometimes gets truncated. This seems to be more reproducible when the output is piped to another command. I find that this sequence is shows problem quite regularly (typically more than half of the cycheck commands

Re: cygcheck output sometimes gets truncated when piped (cygwin-1.7)

2008-10-05 Thread Christopher Faylor
On Sun, Oct 05, 2008 at 06:36:32AM -0700, Herb Maeder wrote: >On a fresh install of cygwin-1.7 (1.7.0-30) on Vista, the output of >"cygcheck -s" sometimes gets truncated. This seems to be more >reproducible when the output is piped to another command. This has been reported before and I was able

Re: cygcheck output sometimes gets truncated when piped (cygwin-1.7)

2008-10-05 Thread Herb Maeder
n the root cause. > > I'm generating a snapshot with a fix now. The fix is in cygwin1.dll, > not cygcheck.exe, so you'll need to download and install that. > > If you can verify that the snapshot works, I'll generate a new 1.7 > release. The snapshot looks good

dnsutils package

2008-10-05 Thread Adem
Hi, has the "dnsutils" package not yet been ported to Cygwin? I think the "dig" utility which I need for querying DNS entries is in this package. The Cygwin package search page at http://cygwin.com/packages/ finds neither dig nor dnsutils. OTOH the package search page at the Debian site http://w

Re: dnsutils package

2008-10-05 Thread René Berber
Adem wrote: > has the "dnsutils" package not yet been ported to Cygwin? > I think the "dig" utility which I need for querying DNS entries is in this > package. > > The Cygwin package search page at http://cygwin.com/packages/ > finds neither dig nor dnsutils. OTOH the package search page > at t

first cygwin 1.7 bash issue

2008-10-05 Thread Cyrille Lefevre
Hi, I'm running both cygwin 1.5 and 1.7 under vista home. no prob under 1.5, but, under 1.7, the first bash instance I launch after boot say : Your group is currently "mkpasswd". This indicates that the /etc/passwd (and possibly /etc/group) files should be rebuilt. See the man pages for mkp

Re: cygcheck output sometimes gets truncated when piped (cygwin-1.7)

2008-10-05 Thread Christopher Faylor
>> If you can verify that the snapshot works, I'll generate a new 1.7 >> release. > >The snapshot looks good to me. I can no longer reproduce the problem with >the cygwin1-20081005.dll. Thanks for the quick fix. You're welcome but it wasn't exactly quick.

Re: first cygwin 1.7 bash issue

2008-10-05 Thread Lev Bishop
On Sun, Oct 5, 2008 at 17:45, Cyrille Lefevre wrote: > Your group is currently "mkpasswd". This indicates that > the /etc/passwd (and possibly /etc/group) files should be rebuilt. > See the man pages for mkpasswd and mkgroup then, for example, run > mkpasswd -l [-d] > /etc/passwd > mkgroup -l [-

Re: first cygwin 1.7 bash issue

2008-10-05 Thread Marco Atzeri
--- Lev Bishop ha scritto: > On Sun, Oct 5, 2008 at 17:45, Cyrille Lefevre wrote: > > > Your group is currently "mkpasswd". This > indicates that > > the /etc/passwd (and possibly /etc/group) files > should be rebuilt. > > See the man pages for mkpasswd and mkgroup then, > for example, run > >