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

2007-03-12 Thread Wynfield Henman
Peaty, I had the same problem. And I agree that cygrunsrv should tell us correctly whether or not exim is running. In fact exim does get set to run as a daemon on boot up. cygrunsrv -L (or whatever the list) processes option will not show you this. I believe that it should show this process a

Re: Seeking Installation Instructions for Postgresql on Cygwin

2007-03-12 Thread Public Mailing Lists
Thanks guys, now I'm a little further: I installed that cygserver, and now I can start a postgresql with /etc/rc.d/init.d/postgresql startlocal If I try to start the service, I'm getting: $ /etc/rc.d/init.d/postgresql start Starting PostgreSQL: - cygserver OK - cygrunsrv: Error starting a servi

Re: [ITP] python-pyrex 0.9.5.1a

2007-03-12 Thread Christopher Faylor
On Tue, Mar 13, 2007 at 12:48:56AM +0100, Samuel Thibault wrote: >Mmm, I've got problems with sending my ITP mail: > >MAILER-DAEMON, le Mon 12 Mar 2007 23:41:17 -, a ?crit : >> Hi. This is the qmail-send program at sourceware.org. >> I'm afraid I wasn't able to deliver your message to the follo

Re: setup.exe crashes on WinXP SP2

2007-03-12 Thread Morgan Gangwere
well, this makes a point that we need to address. I keep this structure: N:\Cygtemp\ - Temp dir for cygwin packages N:\Documents And Settings\(username)\Desktop\CygSetup.exe (replace N: with any drive name... like X:\ or Q:\) i simply point (Cyg)Setup.exe to n:\Cygtemp\ and it picks up the mirro

Re: python & development

2007-03-12 Thread Jason Tishler
Samuel, On Mon, Mar 12, 2007 at 11:10:21PM +0100, Samuel Thibault wrote: > Jason Tishler, le Mon 12 Mar 2007 10:46:01 -0500, a ?crit : > > > Maybe not moving it, but doing like in Linux: providing it in > > > /usr/lib too? > > > > I'm willing to symlink or copy libpython2.4.dll.a to /usr/lib, if

Re: python & development

2007-03-12 Thread Jason Tishler
Samuel, On Tue, Mar 13, 2007 at 12:27:07AM +0100, Samuel Thibault wrote: > Jason Tishler, le Mon 12 Mar 2007 10:46:01 -0500, a ?crit : > > On Mon, Mar 12, 2007 at 02:40:15PM +0100, Samuel Thibault wrote: > > > Jason Tishler, le Mon 12 Mar 2007 08:19:32 -0500, a ?crit : > > > > On Mon, Mar 12, 2007

Re: Problem with ruby and cygssl-0.9.8.dll

2007-03-12 Thread Geoffrey T. Cheshire
Thanks for all the replies. Here's an example of a limitation of rebaseall. OpenSSL was just updated and my installs are broken again. I will rebaseall again. Cheers, Geoff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: when to use a ln or a mount

2007-03-12 Thread zzapper
Brian Dessent <[EMAIL PROTECTED]> wrote in news:45F5A072.4D263AA0 @dessent.net: > zzapper wrote: > >> In my confused mind ln and mount seem to achieve the same thing. >> In my case I want to have an easy to type path(s) to my old pc >> >> so I typed:- >> >> mount -f -u -b "//dell25/c/" "/o" >>

Re: [ITP] python-pyrex 0.9.5.1a

2007-03-12 Thread Samuel Thibault
Hi, Mmm, I've got problems with sending my ITP mail: [EMAIL PROTECTED], le Mon 12 Mar 2007 23:41:17 -, a écrit : > Hi. This is the qmail-send program at sourceware.org. > I'm afraid I wasn't able to deliver your message to the following addresses. > This is a permanent error; I've given up. S

Re: python & development

2007-03-12 Thread Samuel Thibault
Jason Tishler, le Mon 12 Mar 2007 10:46:01 -0500, a écrit : > On Mon, Mar 12, 2007 at 02:40:15PM +0100, Samuel Thibault wrote: > > Jason Tishler, le Mon 12 Mar 2007 08:19:32 -0500, a ?crit : > > > On Mon, Mar 12, 2007 at 01:54:46AM +0100, Samuel Thibault wrote: > > > > I'd need to use pyrexc for bu

[ANNOUNCEMENT] Updated: monotone-0.33-1

2007-03-12 Thread Lapo Luchini
Version 0.33-1 of monotone has been uploaded. monotone is a free distributed version control system. it provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. it understands history-sensitive merging, li

Re: python & development

2007-03-12 Thread Samuel Thibault
Hi, Jason Tishler, le Mon 12 Mar 2007 10:46:01 -0500, a écrit : > > Maybe not moving it, but doing like in Linux: providing it in /usr/lib > > too? > > I'm willing to symlink or copy libpython2.4.dll.a to /usr/lib, if it is > determined to be the best solution. Would you be willing to do the leg

Dumper.exe does not produce core dump

2007-03-12 Thread Craig Johansen
I had difficulty getting dumper.exe to produce a core dump. Here are the steps that I took. $ ps Part of the output gives: WINPID: 2504, COMMAND: /usr/bin/emacs I tried to run dumper on this program $ dumper -d emacs 2504 The output reads: Dumping process #2504 to emacs.core Setting bfd archite

Re: Install Lame encoder under cygwin

2007-03-12 Thread Shankar Unni
You want to know how to build lame, or how to run lame to encode your music files? For the former, why bother? http://www-users.york.ac.uk/~raa110/audacity/lame.html (and a whole host of other sites) host binaries for lame. For the latter, follow the links on that page to go to the home pag

Re: Problem with ruby and cygssl-0.9.8.dll

2007-03-12 Thread Shankar Unni
Geoffrey T. Cheshire wrote: The issue is well stated here: http://cygwin.com/ml/cygwin/2005-10/msg00873.html Though some of the points made there aren't necessarily as stated. Brian - you said: You can get around this by setting up some kind of registry of assigned base addresses, or trea

Re: Problem with ruby and cygssl-0.9.8.dll

2007-03-12 Thread Brian Dessent
"Geoffrey T. Cheshire" wrote: > OK, thanks. But if you've used rebaseall once, won't you have to always > rebase again any time you update cygwin? That is, if rebaseall arranges > each image base in a contiguous block, then you need to rearrange them > any time you add/change a dll. This is bec

Re: Problem with ruby and cygssl-0.9.8.dll

2007-03-12 Thread Geoffrey T. Cheshire
Larry Hall Wrote: > You are right. I should have said this is the right solution > when you have these kinds of problems. The alternate solution > mentioned by Brian is done at the package level and will > generally make this problem disappear transparently for packages > that use it. It must b

Re: when to use a ln or a mount

2007-03-12 Thread Larry Hall (Cygwin)
zzapper wrote: Matthew Woehlke <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: zzapper wrote: Hi, In my confused mind ln and mount seem to achieve the same thing. In my case I want to have an easy to type path(s) to my old pc so I typed:- mount -f -u -b "//dell25/c/" "/o" but I also s

Re: when to use a ln or a mount

2007-03-12 Thread Brian Dessent
zzapper wrote: > In my confused mind ln and mount seem to achieve the same thing. > In my case I want to have an easy to type path(s) to my old pc > > so I typed:- > > mount -f -u -b "//dell25/c/" "/o" > > but I also tested > > ln -s //dell25/c/ /old > > In the Cygwin context does one method

Krispool Swimming Pools, Fountain and Jacuzzi SPA Equipment's

2007-03-12 Thread Krispool
. --- This e-mail was sent to cygwin@cygwin.com because you are subscribed to at least one of our mailing lists. If at any time you would like to remove yourself from our mailing list, please feel free to do so by visiting: http://www

missing shm_open and shm_unlink

2007-03-12 Thread Don Marquardt
I am building an application that will used shared memory and I have tried to compile the attached source file. I have version 3.4.4-3 of the gcc compiler and appropriate support libraries. If I use a simple gcc command it complains $ gcc -Wall -Werror writer.c writer.c: In function `main':

Re: Problem with ruby and cygssl-0.9.8.dll

2007-03-12 Thread Larry Hall (Cygwin)
Geoffrey T. Cheshire wrote: 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

Re: when to use a ln or a mount

2007-03-12 Thread Matthew Woehlke
zzapper wrote: Hi, In my confused mind ln and mount seem to achieve the same thing. In my case I want to have an easy to type path(s) to my old pc so I typed:- mount -f -u -b "//dell25/c/" "/o" but I also tested ln -s //dell25/c/ /old In the Cygwin context does one method have any advatanges

Re: python & development

2007-03-12 Thread Jason Tishler
On Mon, Mar 12, 2007 at 02:40:15PM +0100, Samuel Thibault wrote: > Jason Tishler, le Mon 12 Mar 2007 08:19:32 -0500, a ?crit : > > On Mon, Mar 12, 2007 at 01:54:46AM +0100, Samuel Thibault wrote: > > > I'd need to use pyrexc for building python bindings, is there any > > > plans for including it in

Re: Smctl Method Returns Failure.

2007-03-12 Thread neo napster
I have Started Cygserver Sucessfully and when i give ipcs command i am able to get the details. Under Semaphore it shows one semaphore id with following details: semid semkey 65536 51397905 If i am able to create the semaphore, i.e., semget is returning the s

Re: Seeking Installation Instructions for Postgresql on Cygwin

2007-03-12 Thread Igor Peshansky
On Sun, 11 Mar 2007, Brian Dessent wrote: > 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 (versio

Re: Smctl Method Returns Failure.

2007-03-12 Thread Igor Peshansky
. Thanks. On Mon, 12 Mar 2007, neo napster wrote: > 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

Re: Smctl Method Returns Failure.

2007-03-12 Thread neo napster
From my application : the calling semctl as follow: method name() { int cntr=0 union semun semopts; semopts.val=1 semctl ( *sid, cntr, SETVAL, semopts); } Am i calling the semctl in correct format? If so why am i getting the error? If i look into sem.cc it is defined as follows: semctl (int semi

Re: Problem with ruby and cygssl-0.9.8.dll

2007-03-12 Thread Geoffrey T. Cheshire
Would compiling openssl with --enable-auto-image-base also fix this? Thanks again for any help! Geoff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: 1.5.24 : "bash: /dev/null: No such file or directory" (Windows Fundamentals for Legacy PCs)

2007-03-12 Thread Andre
Corinna wrote: > > Andre wrote: > > Is there an alternative way that cygwin could implement /dev/null > > in this situation ?? > > We really don't intend to go down this road. This is just terribly > broken by definition in these Windows versions. You should be able > to install the null device us

Re: python & development

2007-03-12 Thread Samuel Thibault
Hi, Jason Tishler, le Mon 12 Mar 2007 08:19:32 -0500, a écrit : > On Mon, Mar 12, 2007 at 01:54:46AM +0100, Samuel Thibault wrote: > > 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

Re: python & development

2007-03-12 Thread Jason Tishler
Samuel, On Mon, Mar 12, 2007 at 01:54:46AM +0100, Samuel Thibault wrote: > 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). Would you like to contribute this package? > And a

Re: [ANNOUNCEMENT] Updated: OpenSSH-4.6p1-1: Problems!

2007-03-12 Thread Angelo Graziosi
Corinna Vinschen wrote: > This should fix your problem... Fixed! Many thanks, Angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http:/

Re: 1.5.24 : "bash: /dev/null: No such file or directory" (Windows Fundamentals for Legacy PCs)

2007-03-12 Thread Corinna Vinschen
On Mar 12 05:31, Andre wrote: > Is there an alternative way that cygwin could implement /dev/null in > this situation ?? We really don't intend to go down this road. This is just terribly broken by definition in these Windows versions. You should be able to install the null device using device m

Re: Smctl Method Returns Failure.

2007-03-12 Thread Corinna Vinschen
On Mar 12 11:22, neo napster wrote: > 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

Re: [ANNOUNCEMENT] Updated: OpenSSH-4.6p1-1: Problems!

2007-03-12 Thread Corinna Vinschen
On Mar 12 09:20, Angelo Graziosi wrote: > I contacted the administrator of 'hostname' and he confirmed that > 'hostname' accepts only the option '-1' with ssh (even if it would be > better to use -2)! > > Using '-2' toward another machine, it works! > > So the conclusion is that openssh-4.6p1 see

Re: sshd: can't mount samba shares

2007-03-12 Thread Corinna Vinschen
On Mar 9 12:42, David Abrahams wrote: > Corinna, if you indeed have a very basic setup, it should be very easy > to find out where my setup differs. I sure would appreciate it. Well, if you can tell me what parameter I should look for, I can tell you my setting. Corinna -- Corinna Vinschen

Re: Difference Between CYGIPC And CYGServer

2007-03-12 Thread Corinna Vinschen
On Mar 9 16:41, neo napster wrote: > After goining through the code of shm.h and shm.c of Cygipc V1.09 that we are > using, > we have noticed that in function ShmCtl we have introduced logic to do the > following: > > 1. Detach all PIDs from the passed Shared Memory Id. > 2. Detach the PID of

1.5.24 : "bash: /dev/null: No such file or directory" (Windows Fundamentals for Legacy PCs)

2007-03-12 Thread Andre
I'm seeing the following error every time I start a cygwin shell, running on a freshing installed copy of Windows Fundamentals for Legacy PCs (WinFLP). bash: /dev/null: No such file or directory >From the mailing list archives, it seems that the same symptom has been seen in the past (albeit on o

Re: Impossible to start sshd service on windows server 2003

2007-03-12 Thread Bertrand Gourraud
Thanks for the info. Since the install of the following update it doesn't work: Windows Server 2003 Update for Windows Server 2003 (KB931836) Monday, February 19, 2007 Automatic Updates Windows Server 2003 Security Update for Windows Server 2003 (KB918118) Monday, February 19, 2007 Automati

[ANNOUNCEMENT] Updated: openssl-0.9.8e-2, openssl-devel-0.9.8e-2

2007-03-12 Thread Corinna Vinschen
I've updated the version of OpenSSL to 0.9.8e-2. This also includes the openssl-devel package. This is a bugfix release. The upstream release contains a backward- incompatible change, which results in incompatibility between 0.9.8e and older releases of openssl. This change (the result of the f

Re: [ANNOUNCEMENT] Updated: OpenSSH-4.6p1-1: Problems!

2007-03-12 Thread Angelo Graziosi
Corinna Vinschen wrote: > I suggest to take the opportunity to switch to protocol 2 which is > the better and safer protocol anyway. I wrote: > I have tried, but : > > $ ssh -2 [EMAIL PROTECTED] > Protocol major versions differ: 2 vs. 1 > > (openssh-4.5p1-1 with -2 gives the some result) > > W