C:\cygwin64\bin>cygcheck -srv > cygcheck.text
C:\cygwin64>Cygwin.bat
$ id
uid=400(netflma) gid=401(mkpasswd) grupper=401(mkpasswd),555(Remote Desktop
Users),545(Users),10513(Domain Users)
Hope this is what you have asked for.
/Martin
-Original Message-
From: cygwin-owner
Sent: Tuesda
On 02/03/2014 12:13 PM, Tom Honermann wrote:
$ cat doit.sh
#!/bin/sh
while [ 1 ]; do
make || {
echo "make failed unexpectedly"
break
}
done
$ cat Makefile
all:
cl.exe /c t.cpp || (shopt -s nullglob && rm -f t.obj; exit 1)
$ cat t.cpp
int i;
I've been running five cop
Greetings, Corinna Vinschen!
> - In SAM (only used for local accounts), there are no freely definable
> fields for users or groups, except for the "Description" field.
> Therefore, you can set values using a faux-XML syntax in the
> "Description" field. Here's what is supported right now:
On Feb 3 17:52, Kurt Franke wrote:
> Corinna Vinschen cygwin.com> writes:
> > This means, a rewrite of the /etc/passwd, /etc/group reading code from
> > "all or nothing" to "one at a time when needed". Maybe that's in fact
> > the way to go.
>
> dbm files was already used in yellow pages two de
If I let gdb "run" the program under Cygwin 64 it fails.
NOTE: in Cygwin 32 gdb and this fortran work together fine.
When I run my fortran program directly it works.
Cycle_length is defined as a 'real'.
write(*,"('(Note: a negative test time will stop run): ',$)")
read (*,*
Corinna Vinschen cygwin.com> writes:
> > dbm style unix) database, and don't keep that in memory, unless you
> > want a small LRU algorithm in there to keep a small fixed number. I
> > bet the tiny delay later on a ls or other unix translation won't be
> > very noticeable.
>
> This means, a rew
On 01/31/2014 03:11 PM, Darrel Laursen wrote:
Hey Darrel! Nice to see you popping up here!
Below is the relevant process tree.
make.exe (PID=77256) launches sh.exe -c "pscl.exe . || (shopt -s nullglob && rm -f
xxx.obj; exit 1)"
+--- sh.exe (PID=94584) launches sh.exe
+--- sh.exe (PID=
On Feb 2 11:04, Ola Strömfors wrote:
>
> On Feb 1 13:54 Corinna Vinschen wrote
> >On Feb 1 09:12, Ola Stromfors wrote:
> >>Hi,
> >>
> >>After upgrading openssh from 6.4p1-1 to 6.5p1-1, ssh to host names
> >>listed in /etc/hosts fails. /etc/hosts is actually a symlink to
> >>/cygdriv/c/Windows/sy
8 matches
Mail list logo