Re: setup.exe crashes on WinXP SP2

2007-03-11 Thread Pranav Peshwe
On 3/9/07, fergus <[EMAIL PROTECTED]> wrote: >> Also, i could not find the setup.ini file ? >> is it a requirement for setup.exe to run ? I don't really know why you didn't get setup.ini along with setup.exe and release/ when you ran wget. It should be colocated with the file setup.exe and the

Re: Cygwin Installtion problem!

2007-03-11 Thread Christopher Faylor
On Mon, Mar 12, 2007 at 11:03:05AM +0530, seema r j wrote: >Thanx for reply. we have the admin rights of our system. And also we >made no major changes for the system calls. We added debugs at some >entery points using 'fprintf' inside 'extern C' blocks. But after >Installation we could find cy

Smctl Method Returns Failure.

2007-03-11 Thread neo napster
We are making calls to Cygserver methods from our applications, the below call we are doing: semctl (int semid, int semnum, int cmd). but the Cygserver is returning Failure from this method. When we kept debugs in Cygserver we got the following message: -1 [22] = semctl () Can any one suggest

Re: Problem with ruby and cygssl-0.9.8.dll

2007-03-11 Thread Geoffrey T. Cheshire
Larry Hall Wrote: > Oh I agree. You definitely shouldn't take a route that produced a fix > for you once already. Using it again is just asking for trouble. ;-) > Use 'rebaseall' as you did before. It generally fixes the problem and > is the right solution. I guess the wink means you're not

Re: Cygwin Installtion problem!

2007-03-11 Thread seema r j
Thanx for reply. we have the admin rights of our system. And also we made no major changes for the system calls. We added debugs at some entery points using 'fprintf' inside 'extern C' blocks. But after Installation we could find cyserver.exe in the specified path with modified installation date

Re: Seeking Installation Instructions for Postgresql on Cygwin

2007-03-11 Thread Brian Dessent
Public Mailing Lists wrote: > I'm trying to setup a Postgresql server on Windows-XP/Cygwin. I've done > this a couple of times on Linux, and I'm experiencing some difficulties > on Windows. > > I have installed the packages postgresql (version 8.0.7-1) and > cygrunserv (version 1.17-1), and I hav

Seeking Installation Instructions for Postgresql on Cygwin

2007-03-11 Thread Public Mailing Lists
Hi, I'm trying to setup a Postgresql server on Windows-XP/Cygwin. I've done this a couple of times on Linux, and I'm experiencing some difficulties on Windows. I have installed the packages postgresql (version 8.0.7-1) and cygrunserv (version 1.17-1), and I have syslog and init running. If

Re: Re: [cygrunsrv] problem starting exim as service

2007-03-11 Thread Peatey
Success! your showing me about cygcheck solved it. Now I'm moving on to configuring /etc/exim.conf, but I thought I'd document for a future neophyte with the same problem. The issue was with cyglber-2-3-0.dll and cygldap-2-3-0.dll not being installed automatically with 'exim-4.66-1' package in s

Re: Problem with ruby and cygssl-0.9.8.dll

2007-03-11 Thread Larry Hall (Cygwin)
Geoffrey T. Cheshire wrote: Hi all, I'm getting a conflict on several different machines between ruby and cygssl-0.9.8.dll. Here's an example: 8 [main] ruby 3280 E:\cygwin\bin\ruby.exe: *** fatal error - unable to remap E:\cygwin\bin\cygssl-0.9.8.dll to same address as parent(0x34) !=

Re: [cygrunsrv] problem starting exim as service

2007-03-11 Thread René Berber
Peatey wrote: [snip] > The description for Event ID ( 0 ) in Source ( exim ) cannot be found. > The local computer may not have the necessary registry information or > message DLL files to display messages from a remote computer. You may > be able to use the /AUXSOURCE= flag to retrieve this descri

python & development

2007-03-11 Thread Samuel Thibault
Hi, I'd need to use pyrexc for building python bindings, is there any plans for including it in the cygwin distribution? (the upstream tgz currently installs just fine). And about python, there's something odd with libpython2.4.dll.a: it is located in /usr/lib/python2.4/config/, unlike Linux whe

Re: Re: [cygrunsrv] problem starting exim as service

2007-03-11 Thread Peatey
Thanks for the reply René. I didn't know pigtail.net was so notorious, now I know to rely on the official mailing list first (although i dunno what i would have done differently if i didn't visit pigtail.net, as all i did was use setup.exe and then exim-config). As you can see below, I'm still u

Re: Install Lame encoder under cygwin

2007-03-11 Thread robert_neville310
On Sat, 10 Mar 2007 21:06:16 -0600, "Yaakov (Cygwin Ports)" <[EMAIL PROTECTED]> wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >[EMAIL PROTECTED] wrote: >> After a Google search, my results did not return a tutorial for >> installing lame. One cygwin thread mentioned compiling the lam

Re: [cygrunsrv] problem starting exim as service

2007-03-11 Thread René Berber
Peatey wrote: > I'm having a frustrating time trying to get exim (current, 4.66-1) to > start as service. I'd appreciate any help to get exim to work as > sendmail so I can get crontab started with MAILTO=. > > I was broadly following the steps outlined at > http://pigtail.net/LRP/exim/exim-cygw

Re: [cygrunsrv] problem starting exim as service

2007-03-11 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Peatey on 3/11/2007 12:09 PM: > I'm having a frustrating time trying to get exim (current, 4.66-1) to > start as service. I'd appreciate any help to get exim to work as > sendmail so I can get crontab started with MAILTO=. > > I was broa

Re: it's still PST

2007-03-11 Thread J. Offerman
It's resolved now. It turned out to be the "setenv TZ PST8PDT" line in my ~/.tcshrc. Unset and everything is okay now. As you know, if you do not set, then the default value is PST8PDT7,M3.2.0/2,M11.1.0/2 which comes from the Windows Timezone setting, which should have worked without any tweak

[cygrunsrv] problem starting exim as service

2007-03-11 Thread Peatey
I'm having a frustrating time trying to get exim (current, 4.66-1) to start as service. I'd appreciate any help to get exim to work as sendmail so I can get crontab started with MAILTO=. I was broadly following the steps outlined at http://pigtail.net/LRP/exim/exim-cygwin.html until the failure

Re: setup.exe crashes on WinXP SP2

2007-03-11 Thread Igor Peshansky
On Fri, 9 Mar 2007, fergus wrote: > >> Also, i could not find the setup.ini file ? > >> is it a requirement for setup.exe to run ? > > I don't really know why you didn't get setup.ini along with setup.exe > and release/ when you ran wget. It should be colocated with the file > setup.exe and the di

it's still PST

2007-03-11 Thread J. Offerman
Now it is March 11 2007 and the cygwin "date" command still says PST whereas the "time" command at Windows Command Prompt shows the correct time. There is one hour difference between them. Where does it come from and how can I make Cygwin present the correct time observing the new daylight issue?