Inter-Process Mutexes

2006-09-03 Thread Drake Baker
Gentlemen, I have seen conflicting information on the web concerning inter-process mutexes in CYGWIN. I have seen outright statements that it is not supported, and I have seen statements that ALL mutexes are inter-process by default. Obviously, only one statement is currently correct. The

RE: cygrunsrv, sshd, services and not starting after boot

2006-09-03 Thread David Christensen
Ron Dozier wrote > I noted that a lot of people are having trouble getting the sshd > service to start automatically. I've run into the same issue with exim, sshd, and/or cron. I haven't tried to dig for the root cause. Running rebaseall fixes the issue (whatever it is), and that's good enough f

Re: mp3 player from cygwin

2006-09-03 Thread Michael Schaap
On 1-Sep-2006 17:45, Larry Hall (Cygwin) wrote: umen wrote: Hello all , is there any thing like that ? mp3 player from cygwin? not graphic or graphic command line that working ? thanks No, not as a package in the distribution. I remember some talk about, I believe, mplayer a while back on t

Re: cron job don't work correct

2006-09-03 Thread René Berber
Todde wrote: > > Igor Peshansky wrote: >> On Fri, 1 Sep 2006, Todde wrote: >> >>> With cygwin i want run a daily script that should build my source every >>> day. >>> I want do that with a cron job. >>> [snip] >>> >>> Here is the problem: >>> But i.e. if i call another script from the cronscript.s

Re: cron job don't work correct

2006-09-03 Thread Larry Hall (Cygwin)
Todde wrote: Igor Peshansky wrote: On Fri, 1 Sep 2006, Todde wrote: With cygwin i want run a daily script that should build my source every day. I want do that with a cron job. [snip] Here is the problem: But i.e. if i call another script from the cronscript.sh it don't work as a cronjob but

Re: cron job don't work correct

2006-09-03 Thread Todde
Igor Peshansky wrote: > > On Fri, 1 Sep 2006, Todde wrote: > >> With cygwin i want run a daily script that should build my source every >> day. >> I want do that with a cron job. >> [snip] >> >> Here is the problem: >> But i.e. if i call another script from the cronscript.sh it don't work >> as

Re: Windows popup/message box?

2006-09-03 Thread Larry Hall (Cygwin)
liora milbaum wrote: Dave Korn wrote: On 31 August 2006 12:43, Liora Milbaum wrote: I found a solution to my problem. As soon as I changed the crontab command to: * * * * * bash --login -c 'perl -e "use GD;"' >& /usr/tmp/test.log It worked. Ah, your pat

RE: Windows popup/message box?

2006-09-03 Thread liora milbaum
My dll was also in the PATH and it didn't work. Liora Igor Peshansky wrote: > > Ugh, top-posting... Reformatted. > > On Thu, 31 Aug 2006, Liora Milbaum wrote: > >> -Original Message- >> From: Liora Milbaum >> Sent: Tuesday, August 29, 2006 18:03 >> To: [EMAIL PROTECTED] >> Subject:

RE: Windows popup/message box?

2006-09-03 Thread liora milbaum
I don't have a .bashrc file and I tried adding the path to the dll to the PATH environment variable. It didn't helped. The solution I listed bellow is currently the only one that works for me. Liora Dave Korn wrote: > > On 31 August 2006 12:43, Liora Milbaum wrote: > >> I found a solution to