RE: pid confusion and pstree (Attn: User's Guide maintainer)

2005-08-04 Thread Herb Martin
Jason Pyeron wrote> > I did read the man page for ps, first, before posting. > > I does not say that the cygwin pid will be changed to the > windows pid for cygwin processes. It does indicate for > windows processes the PID is the same as the WINPID and can > be used in kill -f. I am a Cygwin

RE: setup.exe filename

2005-08-07 Thread Herb Martin
l) users, and probably most important: We teach everyone to NEVER RUN a program from the Internet directly but rather to download it and first virus scan it. Naming the program "setup.exe" is crude; it should have a version number and something about "cygwin" in the name. Coul

RE: setup.exe filename

2005-08-07 Thread Herb Martin
ay chose to ignore them or not but any further explanation on my part would likely be redundant. -- Herb Martin [EMAIL PROTECTED] http://LearnQuick.Com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: setup.exe filename

2005-08-07 Thread Herb Martin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jason Pyeron > Sent: Sunday, August 07, 2005 6:39 PM > To: cygwin@cygwin.com > Subject: RE: setup.exe filename > > On Sun, 7 Aug 2005, Herb Martin wrote: > > > >

RE: setup.exe filename

2005-08-07 Thread Herb Martin
Likely the "issue" is mostly for those who "just started" with CygWin -- those who have been around long enough to become accustomed to the file name probably understand how it does and does not work and one assumes that more people will adopt the system in the future than

Is there a UNIX socket test client program (a la NetCat)?

2005-08-10 Thread Herb Martin
Unix sockets and it would help a great deal if I could interactively test such sockets. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Anyone running spfd on Cygwin?

2005-08-10 Thread Herb Martin
mon's functionality. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Is there a UNIX socket test client program (a la NetCat)?

2005-08-10 Thread Herb Martin
> [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen > Subject: Re: Is there a UNIX socket test client program (a la NetCat)? > > On Aug 10 11:30, Herb Martin wrote: > > Is there a UNIX socket test client program (a la NetCat)? > > You mean, besides netcat

RE: Is there a UNIX socket test client program (a la NetCat)?

2005-08-10 Thread Herb Martin
> From: Tim Day [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 10, 2005 11:35 AM > To: 'Herb Martin' > Subject: RE: Is there a UNIX socket test client program (a la NetCat)? > > > Is there a UNIX socket test client program (a la NetCat)? > > I use net

RE: Is there a UNIX socket test client program (a la NetCat)?

2005-08-11 Thread Herb Martin
> From Brian Dessent >> Herb Martin wrote: >> >> Is there a UNIX socket test client program (a la NetCat)? > > socat using the UNIX-CONNECT: or UNIX-LISTEN: parameters > ought to work. > It is not a Cygwin package but it does build without much hassle. Excelle

RE: Anyone running spfd on Cygwin?

2005-08-11 Thread Herb Martin
> [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent > Sent: Wednesday, August 10, 2005 5:45 PM > To: cygwin@cygwin.com > Subject: Re: Anyone running spfd on Cygwin? > > Herb Martin wrote: > > > I can find no combination of switches that will put it into the

RE: Is there a UNIX socket test client program (a la NetCat)?

2005-08-11 Thread Herb Martin
and for general functioning of UNIX-type sockets (and a bunch of other stuff as well.) This really is a big help. Being rather new to Posix style systems, the unix-socket stuff was too much of a black box without some type of test tool. -- Herb Martin -- Unsubscribe info: http://cygwin.co

RE: Remove cygwin services

2005-08-12 Thread Herb Martin
so by another process or by an actual manual user/admin request. I have been unable to use cygrunsrv to "modify" a service; so far, I have always removed the service and re-added it. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: Remove cygwin services

2005-08-12 Thread Herb Martin
This way the "stop" will include a HUP or TERM. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Perl POE 0.32 under CygWin?

2005-08-12 Thread Herb Martin
Has anyone got the just released POE 0.32 (CPAN) working under CygWin? FYI: POE is a very cool development library. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Another (differently) broken man on CygWin 1.5.8

2005-08-14 Thread Herb Martin
1.5p-1 xfig-man3.2.4-2 XFree86-man 4.3.0-10 xorg-x11-man-pages 6.8.2.0-1 xorg-x11-man-pages-html 6.8.2.0-1 -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Perl v5.8.7, CygWin DLL 1.5.18, script runs differently (hangs) on Cygwin while running open FH, "netsh ...|" or die "..."

2005-08-14 Thread Herb Martin
le () { print; } #end test script ## Is this Perl, Bash, CygWin, or something that I have done wrong in the script? -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Another (differently) broken man on CygWin 1.5.8

2005-08-14 Thread Herb Martin
> -Original Message- > From: Gerrit P. Haase [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 14, 2005 2:30 PM > To: Herb Martin > Cc: cygwin@cygwin.com > Subject: Re: Another (differently) broken man on CygWin 1.5.8 > > Herb Martin wrote: > > > 'in

RE: Another (differently) broken man on CygWin 1.5.8

2005-08-14 Thread Herb Martin
> Herb Martin wrote: > > > Arggh! That's 90% of the answer -- the one that was > running was from > > my NT native "unix" tools because the "real" one is missing. > > For future reference, no package that you install with > setup.exe sho

RE: Another (differently) broken man on CygWin 1.5.8

2005-08-14 Thread Herb Martin
n, and then bash complained that the deleted file was missing even though the "right one" is in /usr/bin and the "wrong one" is gone. I still haven't found an encantation for "hash" (or the proper command) so temporarily I put a link in the "wrong locatio

RE: Another (differently) broken man on CygWin 1.5.8 -- Apropos still troublesome

2005-08-15 Thread Herb Martin
> [mailto:[EMAIL PROTECTED] On Behalf Of Eric Blake > According to Herb Martin on 8/14/2005 10:22 PM: > > > > cygwin (like Linux apparently) keeps a database of > > programs and so deleting an incorrect program > > on the path may

RE: Another (differently) broken man on CygWin 1.5.8 -- Apropos still troublesome

2005-08-15 Thread Herb Martin
> On Mon, Aug 15, 2005 at 09:11:09AM -0500, Herb Martin wrote: > > There is a man directory in /usr/bin, i.e., /usr/bin/man -- with > > man.exe being the program, while manpath gives: > > What created that directory? Having it is a really bad idea, > and probabl

RE: Another (differently) broken man on CygWin 1.5.8 -- Apropos still troublesome

2005-08-15 Thread Herb Martin
> From: Eric Blake [mailto:[EMAIL PROTECTED] > To: Herb Martin; cygwin@cygwin.com > > man hash and info hash are both worthless (except to admit > that "hash" > > is exists, i.e., is a built-in. > > Yes, bash documentation is not the best packaged (I li

RE: Another (differently) broken man on CygWin 1.5.8 -- Apropos still troublesome

2005-08-15 Thread Herb Martin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Eric Blake > Sent: Monday, August 15, 2005 10:01 AM > To: Herb Martin; cygwin@cygwin.com > Subject: RE: Another (differently) broken man on CygWin 1.5.8 > -- Apropos still troubl

FW: Cygwin perl hangs with open FH, "... |"

2005-08-15 Thread Herb Martin
<$ipsec" or die "Cannot open $ipsec: $!\n"; ) The offlist message is attached inline (with permission) here: From: Jerome Zago [mailto:] Sent: Monday, August 15, 2005 11:06 AM To: Herb Martin Subject: RE: Cygwin perl hangs with open FH, "... |" Hi, I can reproduce thi

RE: Perl v5.8.7, CygWin DLL 1.5.18, script runs differently (hangs) on Cygwin while running open FH, "netsh ...|" or die "..."

2005-08-16 Thread Herb Martin
able |") or die > > "Can't run > > netsh: $!\n"; > > print "we got through the call to 'netsh'\n"; while () { Both versions hang on the open with these netsh switches. Usually I paste the actually tested code -- I apologize for this mistake and the confusion. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Anyone running spfd on Cygwin?

2005-08-16 Thread Herb Martin
; state. > HTH, > Igor spfd is now running fine as a server (which someone else here was kind enough to suggest) but I intend to try this in order to get "greylistd" to run as a service -- does this trick work for cygrunsrv services as well? I am saving this encantation

Trying to build crm114 (20050721) under CygWin 1.5.18-1

2005-08-19 Thread Herb Martin
c' (which I did.) (CRM114 & Mailfilter HOWTO <http://crm114.sourceforge.net/CRM114_Mailfilter_HOWTO.txt>) [Needless to say, I am not very familiar with linking or writing make files on cygwin.] -- Herb Martin [There is a SourceForge project for ports that are NOT included in the standard

RE: Trying to build crm114 (20050721) under CygWin 1.5.18-1

2005-08-19 Thread Herb Martin
DLL is in the path. This > normally means that if you configured with > --prefix=/usr/local (the default) that you should get a > cyg.dll in /usr/local/bin and hence you need > /usr/local/bin in the path. Only static libraries and import > libraries go in /usr/local/lib, and

RE: Trying to build crm114 (20050721) under CygWin 1.5.18-1

2005-08-19 Thread Herb Martin
> From Behalf Of Brian Dessent > > -L takes a single path, no colon. You specify it multiple > times to add multiple paths. But /lib is already be in the > search path so this is redundant and unnecessary. Ok, so I just dropped the -L/lib (and :/lib) and even tried adding the TRE lib directo

RE: Trying to build crm114 (20050721) under CygWin 1.5.18-1

2005-08-19 Thread Herb Martin
114_tre #Originally# # $(CC) $(LDFLAGS) $(LIBS) $(OFILES) \ # crmregex_tre.o \ # -lm -ltre -o crm114_tre -- Herb Martin Full original make file (it you care to see it, it's here): #Makefile for CRM114 # # # If you want to install the executables somewhere e

RE: Trying to build crm114 (20050721) under CygWin 1.5.18-1

2005-08-19 Thread Herb Martin
I wonder if the author was > molested by automake as a kid and was scarred for life. > Nothing else explains the reasoning for doing things like > copying the same rule over and over for every .o file. I am not qualified to have an opinion, I just want it to make and run. -- H

RE: Trying to build crm114 (20050721) under CygWin 1.5.18-1

2005-08-19 Thread Herb Martin
"How To" document -- it seems to hang on the second (Hello, world!) test, but the basic (make/link) problem is solved. Thanks Gerrit; thanks again eveyone. Now, to debug the program. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repor

RE: Trying to build crm114 (20050721) under CygWin 1.5.18-1

2005-08-19 Thread Herb Martin
are created and what changes were needed to build this very > special package named crm114.BlameBillYerazunis. Thanks. Neither of those is downloading for me though. Neither through a browser, ftp, or wget. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-si

RE: Trying to build crm114 (20050721) under CygWin 1.5.18-1 SUCCESS

2005-08-19 Thread Herb Martin
build (20050721 BlameitonNeilArmstrong). I do appreciate the help and patience in reading and responding to my messages. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

less-381-1: doesn't use terminfo?

2005-08-23 Thread Martin Dorey
Is it deliberate and desirable to have less(1) not be terminfo-aware? Splitting the terminal capability database into several files certainly makes it easy to install the entry for a new terminal type. Background: I've been porting a terminal emulator (http://www.jessies.org/~enh/software/termina

Exim 4.52 Cygwin 1.5.8 SPA authentication failures warnings in Reject Log

2005-08-23 Thread Herb Martin
ion (pure guess) is that Outlook is FIRST sending the "user logon name", maybe with domain included, and then perhaps failing over to the configured (in Outlook) name and that somehow works but this doesn't really hold together as a satifying answer. -- Herb Martin -- Unsubs

Re:JNI and cygwin

2005-08-26 Thread Martin Dorey
> I need terminal and ncurses support and I have a JNI > layer that interacts with "curses" functions. Me too (for http://www.jessies.org/~enh/software/terminator/). > I have problems using the cygwin libraries with Java > VM. I had problems too - probably the same ones. They're discussed at:

Xargs positioning the arguments in a command -- is this a bug or a feature?

2005-08-27 Thread Herb Martin
s. It is an unusual command that requires switches to appear in a specific order, especially when the switches are not directly dependent on each other. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problem

RE: Spaces in Environment Variables

2005-08-27 Thread Herb Martin
rt names have been disabled (and of course if the Program Files aren't on the C:\ drive path.) My practice (even under pure) Windows is to always setup an alternative path with "linkd". This is effectively the same principle as just going ahead and fixing it wi

RE: Xargs positioning the arguments in a command -- is this a bug or a feature?

2005-08-27 Thread Herb Martin
even trying to specify the replacement string using -i, although I didn't exercise those other options as carefully as the "-i" and default {}. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.h

RE: Administrator vs Administrators

2005-09-05 Thread Herb Martin
(files, shares, printers, registry keys, etc.) to allow access to THAT object -- while rights are given to users or groups (Security Principals really) to allow some action to be taken that it unrelated to a particular object (e.g., change the time, logon locally, run as batch, etc.] -- Herb Mart

SSH Client Odditie with shosts on 2K/2K3/XP??

2005-09-18 Thread Bill Martin
I am utterly confused . . . Win2K3 Server latest patches, latest install of Cygwin (DLL version: 1.5.18) and OpenSSH (openssh 4.2p1-1). No trouble getting SSHD to behave properly once configured; I can authenticate to this box via shosts from remote Linux and UNIX systems. I cannot use the Cy

Setup minor features request

2005-09-18 Thread Herb Martin
cated feature: Show updates in a flat list of JUST updates so that it is easy to see what is being selected without expanding each area or hunting for update checks. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Starting cygwin processess at reduced priority?

2005-09-29 Thread Herb Martin
e is a command right? -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

./configure and pthreads

2005-09-29 Thread Herb Martin
ly ignorant of make/configure issues...but I can learn.) -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Starting cygwin processess at reduced priority?

2005-09-29 Thread Herb Martin
; Yes, and a very nice one... :-) See "man nice". Yes it is very nice. And so are you for helping. BTW: It' default value -n 10 (nice factor) produces a "belownormal" setting which is exactly what I wanted. Presumably, -n 19 (the max) would give "idle" prio

RE: ./configure and pthreads

2005-09-29 Thread Herb Martin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brian Ford > Sent: Thursday, September 29, 2005 10:26 AM > > Sure I would love someone to just 'solve' this for me but > what is the > > most useful way to diagnose (or learn to diagnose) this proble

RE: Starting cygwin processess at reduced priority?

2005-09-29 Thread Herb Martin
PID and use TaskManager each time I started some low-priority CPU intensive task. > If it works > exactly like on linux of course. I learned 'Linux' mostly from CygWin although I do know bits and piece from Unix (long time ago) and TiVo. -- Herb Martin -- Unsubscribe info

RE: Starting cygwin processess at reduced priority?

2005-09-29 Thread Herb Martin
> "Herb Martin" <[EMAIL PROTECTED]> writes: > > >> You can also use renice to re-prioritize a running process > > > > I have no renice. Did you compile this yourself? > > Dave The quoting was screwed up (somewhere along the line) and I am not

RE: Starting cygwin processess at reduced priority?

2005-09-29 Thread Herb Martin
> "Herb Martin" <[EMAIL PROTECTED]> writes: > > >> You can also use renice to re-prioritize a running process > > > > I have no renice. Did you compile this yourself? > > Dave The quoting was screwed up (somewhere along the line) and I am not

RE: Starting cygwin processess at reduced priority?

2005-09-29 Thread Herb Martin
e, util-linux > (http://freshmeat.net/releases/72929) apparently provides a > renice, but it has not yet been ported to cygwin. Is snice the same (or very similar) thing? -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Automake version 1.4 in CygWin vs. current Automake 1.9.2 ...

2005-09-29 Thread Herb Martin
o bug-automake@gnu.org = (reported to suggested address) -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: Automake version 1.4 in CygWin vs. current Automake 1.9.2 ...

2005-09-29 Thread Herb Martin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent > Sent: Friday, September 30, 2005 12:54 AM > To: cygwin@cygwin.com > Subject: Re: Automake version 1.4 in CygWin vs. current > Automake 1.9.2 ... > > Herb

RE: Automake version 1.4 in CygWin vs. current Automake 1.9.2 ...

2005-09-30 Thread Herb Martin
.sub 28 Sep 30 11:08 ltmain.sh -> /usr/share/libtool/ltmain.sh 329028 Sep 30 11:08 aclocal.m4 0 Sep 30 11:08 autom4te.cache ...but then receive the same error message. Currently I have just printed the first 40+ pages of the autoconf manual, and suppose that I must learn how this

RE: [Spamprobe-users] new spamprobe BerkeleyDB on CygWin

2005-09-30 Thread Herb Martin
> On Fri, Sep 30, 2005 at 10:46:43AM -0500, Herb Martin wrote: > > The system is a reasonably fast, not cutting edge, 2 Ghz > Celeron with > > 1 MB of RAM. > > Holy cow what operating system can run on 1 MB or RAM??? Obviously a type, should be 1GB. -- Herb Marti

RE: Automake version 1.4 in CygWin vs. current Automake 1.9.2 ...

2005-09-30 Thread Herb Martin
Sep 30 13:46 autom4te.cache 0 Sep 30 13:46 doc 0 Sep 30 13:46 m4 0 Sep 30 13:46 man 0 Sep 30 13:46 src 0 Sep 30 13:46 txt 0 Sep 30 13:46 webui 21679 Sep 30 13:46 Makefile.in 955821 Sep 30 13:46 configure Starting the make now... -- Herb Martin -- Unsubs

RE: Automake version 1.4 in CygWin vs. current Automake 1.9.2 ...

2005-09-30 Thread Herb Martin
bin/aclocal-1.4 ---END FILE-- That's the entire thing, and it looks sick due to the 1.4 references and lack of higher numbers -- Herb Martin > -Original Message- > From: [EMAIL PROTECTED] > ---clip-- > auto > /usr/bin/automake > acl

RE: SETUP: In-use files have been replaced

2005-10-18 Thread Herb Martin
ion: I had to use source to compile a module with different from default options. How can that module be installed so that Setup will STOP trying to replace it? (...and thus not need me to uncheck the item, or ensure it is unchecked, on each run of Setup. Is this procedure described some

RE: SETUP: In-use files have been replaced

2005-10-18 Thread Herb Martin
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent > Sent: Tuesday, October 18, 2005 5:48 PM > To: cygwin@cygwin.com > Subject: Re: SETUP: In-use files have been replaced > > Herb Martin wrote: > > >

RE: SETUP: In-use files have been replaced

2005-10-19 Thread Herb Martin
Eric Blake wrote: > Herb Martin wrote: > > So what is the method to teach Setup that the file has been updated. > > Have you tried simply uninstalling the Cygwin package? If you > installed the new one into another location, you presumably > don't need or want the ot

RE: SETUP: In-use files have been replaced

2005-10-19 Thread Herb Martin
sion ever gets higher than that.. unlikely in our > lifetimes to be honest) > > Chris Thank you Chris, that is precisely the information I was seeking. -- Herb Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.

RE: Permissions problems after domain change

2006-08-15 Thread Herb Martin
(even if the names are the same of course.) There is a (fairly tedious) tool available on Windows for fixing such problems "SubInACL.exe" (I read it as (SUBstitute INstead a differenc ACL or permission".) It's a pain to use but quite powerful important when a mac

Looking for mkdirhier !

2006-08-21 Thread Guillaume MARTIN
inurl:ml/cygwin ... but I don't undersand anything in this jungle !! How could I install mkdir in cygwin ? Thank you very much for your help ! Guillaume MARTIN -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentat

PS

2006-08-21 Thread Guillaume MARTIN
I tried to write "mkdir -p" instead of "mkdirhier", it seems to work, but it is really the same ? Thank you, Guillaume -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html F

WG: Memory Problem with POSIX Thread under Windows XP

2006-08-22 Thread Martin Jöhren
that he hasn't had this problem until now. So have I made a mistake in configuring my system or is it a bug? I have to mention that the thread count, which can be observed in the taskmanager too, stays stable at 3 threads. Thx a lot for your support guys... Greetz Martin Jöhren Hoppe Bordmes

Re: WG: Memory Problem with POSIX Thread under Windows XP

2006-08-22 Thread Martin Jöhren
. There is also the same memory problem. This indicates that the problem lies in the cygwin shell or in gcc or it is a windows based problem, which could mean that windows is not abled to free the threads as fast as the program creates new ones. Any ideas? Martin Jöhren Hoppe Bordmesstechnik Tel:

Re: WG: Memory Problem with POSIX Thread under Windows XP

2006-08-22 Thread Martin Jöhren
I tried following code with vs2005, and... there is no memory problem! So the bug must be located in CYGWIN or in GCC. Form now on it seems to me, that I really need help. Cause I'm not so familiar with deeper CYGWIN or GCC problems. I'm looking foward for any ideas how to handle the problem... TH

Re: Looking for mkdirhier !

2006-08-23 Thread Guillaume MARTIN
Thank you very much for your answers ! Guillaume -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: [ITP] libsigsegv-2.4-1

2006-08-30 Thread Martin Coria
parts to their places as I described in my original e-mail, but that didn't work. I hope I'm now a giving you a more complete picture. I'll appreciate if you can give me some ideas about how to get it to work. Thank you. MAC On 8/30/06, Reini Urban <[EMAIL PROTECTED]> wrote

Problem with OpenGL support under python: ctypes cannot find GL lib(?)

2007-02-07 Thread Martin Felder
or: No such file or directory When this happens, self._name is "GL" and mode is 4. It would seem as though somehow the GL library is not registered(?) with python? I'm at a loss here - can anybody give me a hint? Has there been any successful attempt at running PyOpenGL under cygw

emacs fatal error - called with threadlist_ix -1

2007-03-03 Thread Martin Sebor
602.html http://sourceware.org/ml/cygwin/2006-10/msg00295.html http://sourceware.org/ml/cygwin/2006-12/msg00754.html http://sourceware.org/ml/cygwin/2006-02/msg00883.html Thanks Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.co

Can the repository be updated for Octave 2.9.12 please?

2007-06-02 Thread malik martin
hi you currently have the latest windows release of Octave in the repository. but the problem is it's a very buggy version and the owner says those bugs are fixed in version 2.9.12. could you please update the repository for this latest version? I'm sure you get these kinds of questions a lot but

Re: Creating a dll in cygwin for use with jni without -mno-cygwin

2007-11-25 Thread Martin Dorey
> The problem here is that you're loading the Cygwin1.dll library > dynamically, as opposed to linking against it normally. (Depending on exactly what you're trying to do, another approach can be to use a Cygwin-based executable to launch Java. There's more information about how to do that, incl

downgrade to cygwin-1.5.24-2

2008-03-18 Thread Gaston Martin
Hi. I'm facing some problems with Cygwin 1.5.25.11 under Windows Vista, the most annonying is puttycyg not working anymore.. So I realized that I need to downgrade to the last version supported by puttycyg (http://web.gccaz.edu/~medgar/puttycyg/) The thing is. No previous versions of cygwin ar

A ream of questions

2013-12-27 Thread Jonathan Martin
I've been fooling around with Cygwin for awhile now and I haven't done anything overly serious withit but I have spent a serious amount of time just thinking about what it could do and fooling around with other tools that look like it. I've come up with questions that don't have answers yet, tho

Re: A ream of questions

2013-12-28 Thread Jonathan Martin
I suspected I would not get my point across, but the questions were more important. On Friday, December 27, 2013 9:20 PM, Andrey Repin wrote: Greetings, Jonathan Martin! > I've been fooling around with Cygwin for awhile now and I haven't done > anything overly serious wi

Ok, then

2013-12-31 Thread Jonathan Martin
Continued from "a ream of questions." I pretty much already said I don't know what I'm doing, but that I had some ideas that might be interesting, for me this is not about being right but being curious and asking questions, it may surprise you that any viciousness presented is also welcome as l

Re: Ok, then

2013-12-31 Thread Jonathan Martin
This is more philosophic than technical. I would like to put together a tutorial that groups unix command line tools according to complexity so that the easiest and most essential tools are presented first and the more complex tools are stated later, along with a short description that would c

Re: Ok, then

2013-12-31 Thread Jonathan Martin
FANTASTIC! On Tuesday, December 31, 2013 5:20 PM, Eliot Moss wrote: My suggestion would be to take a look at some of the many books that try to introduce Unix and bash to new users and see how they have approached a good / logical order of presentation. cygwin itself is perhaps more directed

cygwin64 - installation problem - installed by administrator account

2014-01-26 Thread Flower, Martin
s that the windows permissions are wrong for C:\cygwin64. I have attempted to give all rights to all users, but this has not solved the problem /Martin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/doc

cygwin64 - installation problem - installed by administrator account

2014-02-03 Thread Flower, Martin
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-ow

RE: cygwin64 - installation problem - installed by administrator account

2014-02-05 Thread Flower, Martin
command window and type C:\cygwin64\bin\mintty.exe and a shell window appears with prompt sh-4.15$ I have rebooted and there is no difference. If the post-install scripts ran successfully, how would I know? I don't see any changes to my windows PATH environment. Thanks for your help. /M

RE: cygwin64 - installation problem - installed by administrator account

2014-02-05 Thread Flower, Martin
The scripts live in /etc/postinstall. Any that have run will have a ".done" suffix. More importantly, any that haven't won't. If you see ones that haven't run, you can try running them manually from a bash shell and see if that helps. But really, even if some or all the scripts have the ".do

RE: cygwin64 - installation problem - installed by administrator account

2014-02-06 Thread Flower, Martin
-Original Message- From: cygwin-owner [mailto:cygwin-owner] On Behalf Of Larry Hall (Cygwin) Sent: Thursday, February 06, 2014 3:49 PM To: cygwin Subject: Re: cygwin64 - installation problem - installed by administrator account On 2/6/2014 1:42 AM, Flower, Martin wrote: > All scri

Re: Re: Cygwin 1.7.28 (64bit) and Vim 7.4 build from source create SEGV when writing to a file.

2014-02-25 Thread Thomalla, Martin
al flow of conversation. >>> Q: Why is top posting annoying in email? On 2/25/2014 3:10 AM, Thomalla, Martin wrote: Hello, in order to get additional features into vim (lua and python) I need to build it from source. So I have downloaded the sou

Re: Cygwin 1.7.28 (64bit) and Vim 7.4 build from source create SEGV when writing to a file.

2014-02-25 Thread Thomalla, Martin
On 2014-02-25 16:35, Larry Hall (Cygwin) wrote: On 2/25/2014 10:20 AM, Thomalla, Martin wrote: A quick review of the files you've provided and your description of what you've done doesn't raise any red flags. I'll suggest trying to remove the Cygwin-provide

build DLL that can be used by MinGW

2010-02-08 Thread Martin Henne
and create the dll and the application within cygwin it works: 1 42 2 I am saying hello 3 If I compile both using MinGW it works, too. If I compile the DLL on MinGW and the application on cygwin, it works as well. But I need to compile the DLL on cygwin and the rest on MinGW, and this does not wor

Re: unable to login using ssh and password

2010-04-12 Thread Martin Roecker
-existent registry > entries. Thanks for the hint, Im going to check this when I have more time. But for now Im happy :-) Thanks again! Martin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.

cppcheck bugs

2010-04-19 Thread Martin Ettl
rror) Array index -1 corresponds with 4294967295, which is likely out of bounds [../../../winsup/cygwin/syscalls.cc:3922]: (Style) C-style pointer casting [../../../winsup/cygwin/syscalls.cc:4030]: (Error) Array index -1 corresponds with 4294967295, which is likely out of bounds Best re

cppcheck bugs

2010-04-19 Thread Martin Ettl
rror) Array index -1 corresponds with 4294967295, which is likely out of bounds [../../../winsup/cygwin/syscalls.cc:3922]: (Style) C-style pointer casting [../../../winsup/cygwin/syscalls.cc:4030]: (Error) Array index -1 corresponds with 4294967295, which is likely out of bounds Best re

printf goes to serial port?

2008-12-19 Thread Alex Martin
this? Thanks, Alex Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: printf goes to serial port?

2008-12-19 Thread Alex Martin
details can I provide? Alex Martin Gary R. Van Sickle wrote: From: Alex Martin Hello, I have a cygwin environment, running some software I am writing to talk to some serial devices. Somehow, trying to debug why I could not see printf output to console, I ran a serial port sniffer and voila

Re: printf goes to serial port?

2008-12-19 Thread Alex Martin
Matt Wozniski wrote: On Fri, Dec 19, 2008 at 2:30 PM, Gary R. Van Sickle wrote: From: Alex Martin Hello, I have a cygwin environment, running some software I am writing to talk to some serial devices. Somehow, trying to debug why I could not see printf output to console, I ran a serial port

Re: printf goes to serial port?

2008-12-19 Thread Alex Martin
Gary R. Van Sickle wrote: From: Alex Martin Well, I was using a port monitor to debug some of the traffic between my serial device, and my software, when I noticed the output accidentally. I am not sure when the behavior started. It used to work fine, I was using printf to debug things

Compiling cygwin-1.7.0-50 with undefined references

2009-07-06 Thread Kaul, Martin
-- Hint: Before I started configure I had to manually create a directory "i686-pc-mingw32" in the usr directory. Without this configure failed. I use the current version of cygwin release 2. Best regards Martin -- Problem reports: http://cygwin.com/problems.html

1.7.0-58 fixes fork crash in 1.7-compiled app running on 1.5

2009-08-16 Thread Martin Dorey
-58 fixed a repeatable crash I was seeing in fork on every machine on which I ran a particular big hairy application (http://software.jessies.org/terminator). Nothing new there, so I only spam you with my thanks because the machines in question were all running 1.5, though the executable was compi

cygwin_create_path import stops executable from running on 1.5 since 1.7.0-63

2009-11-15 Thread Martin Dorey
Linking a C program using 1.7.0-63 or 1.7.0-64 causes this runtime error when attempting to run the program on Cygwin 1.5: "The procedure entry point cygwin_create_path could not be located in the dynamic link library cygwin1.dll". This happens with gcc-3 or gcc-4 - it's the Cygwin version that

RE: cygwin_create_path import stops executable from running on 1.5 since 1.7.0-63

2009-11-15 Thread Martin Dorey
> Before the reloc changes, you'd already get an error if > your program used ctype functions. Thinking it might be useful to get the error messages into the googlotron, I tried to demonstrate this with little programs like this: $ cat /tmp/ctype.c #include int main() { return tolower(' ');

How to run Cygwin from USB stick without admin access (was: Install cygwin in Win2K as nonadmin...)

2008-04-25 Thread Martin Fischer
(http://www.cygwin.com/ml/cygwin/2003-07/msg01117.html referred to in the FAQ), but was stopped by the necessity to perform the mount command with admin rights. What is your solution in general and with respect to that detail ? Cheers Martin -- parozusa at web dot de -- Unsubscribe info: ht

<    1   2   3   4   5   >