Re: Error when attempting to start inetd

2007-08-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [followup discussion should move to cygwin-apps] According to René Berber on 8/16/2007 10:40 PM: >>From setup.ini, line 11746, the package is uw-imap-imapd, the requires should >>be: > > requires: uw-imap openssl097 > > Also uw-imap-util, same chan

Re: Error when attempting to start inetd

2007-08-16 Thread René Berber
Eric Blake wrote: > According to René Berber on 8/16/2007 1:50 PM: >> Michael Grand wrote: > >>> I installed openssl097 and it works. Thanks for the help. >> So it was an error in the (setup) installation database. > > I saw the end of this thread, but didn't catch the answer: Which package's >

Re: Error when attempting to start inetd

2007-08-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to René Berber on 8/16/2007 1:50 PM: > Michael Grand wrote: > >> I installed openssl097 and it works. Thanks for the help. > > So it was an error in the (setup) installation database. I saw the end of this thread, but didn't catch the ans

Re: How to rename file case-sensitive?

2007-08-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Reini Urban on 8/15/2007 4:39 AM: > Thorsten Kampe schrieb: >> * Ronald Fischer (Mon, 13 Aug 2007 16:38:07 +0200) >>> Is there an easy way to rename a file foo to Foo? >> >> % zmodload zsh/files >> % mv foo Foo > > Now THAT is a reason to

Re: permissions/owners seen on cygwin-client vs. server

2007-08-16 Thread Larry Hall (Cygwin)
Linda Walsh wrote: I get two different views of my server's "/home" directory depending on if I'm on the server or under cygwin on a client. On the server, I see things like: drwsrwsrwt 2 lin users 14 Nov 24 2006 NT_Perflogs/ drwxr-s--- 2 root private 24 Jul 26 2006 arch

permissions/owners seen on cygwin-client vs. server

2007-08-16 Thread Linda Walsh
I get two different views of my server's "/home" directory depending on if I'm on the server or under cygwin on a client. On the server, I see things like: drwsrwsrwt 2 lin users 14 Nov 24 2006 NT_Perflogs/ drwxr-s--- 2 root private 24 Jul 26 2006 archive/ drwsr-s--- 4

Re: File creation time oddity

2007-08-16 Thread Eric Blake
Ronald Fischer venyon.com> writes: > ~/thome/tmp $ date > Thu Aug 16 16:49:35 2007 > ~/thome/tmp $ ls -l dummy3 > -rw-r--r-- 1 rfischer mkgroup-l-d 2 Aug 16 16:42 dummy3 > > As you can see, ls -l shows 16:42 for the creation time, No idea why your ctime and mtime disagree - are you sure you

Re: Error when attempting to start inetd

2007-08-16 Thread René Berber
Michael Grand wrote: > I installed openssl097 and it works. Thanks for the help. So it was an error in the (setup) installation database. > There is still a problem where exim will not act as an outgoing SMTP > server unless I add everyone's IP to relay_from_hosts, but since this is > not an ex

Re: Error when attempting to start inetd

2007-08-16 Thread Michael Grand
René Berber wrote: I have both openssl libraries, and this old version of imap depends on the 0.9.7 version of openssl. There is a separate package named openssl097, perhaps the imap package has the wrong dependency and only checked for the latest openssl... if so, then you found a bug in the

Re: NFS + Cygwin + SSH + ssh keys => :(

2007-08-16 Thread Igor Peshansky
On Thu, 16 Aug 2007, Gerry Steele wrote: > > There isn't one, unless you make the shares public. > > Clearly that is preferable. But i spend ~5 hours trying to do that > before trying this. Define "this" and "that"... :-) > when i try to run the sshd services as the windows user it won't > start

Re: NFS + Cygwin + SSH + ssh keys => :(

2007-08-16 Thread Gerry Steele
> There isn't one, unless you make the shares public. Clearly that is preferable. But i spend ~5 hours trying to do that before trying this. when i try to run the sshd services as the windows user it won't start. I gave it permissions to run services but nothing. -- Unsubscribe info: http:/

RE: Trouble with perl fork() and exec()

2007-08-16 Thread Dave Korn
On 16 August 2007 16:31, George wrote: > I'm at a loss as to what could be holding up the python dll. Is there > any advice for how to find this? Install "Process Explorer" from Sysinternals (now part of microsoft). It has a search function that lets you search all processes for any handles

Re: NFS + Cygwin + SSH + ssh keys => :(

2007-08-16 Thread Igor Peshansky
On Thu, 16 Aug 2007, Gerry Steele wrote: > Hi, > > I've been setting up some scripts to help port some stuff we do to > windows. > > To make it work we need to integrate with NFS shared stuff, so we used > the SFU from MS. Which i understand is a repackaged nfs client et al. > from MKS. > > howeve

Re: Trouble with perl fork() and exec()

2007-08-16 Thread George
George wrote: I have done that on the host in question. It threw an error about a python dll: $ ./rebaseall ReBaseImage (/usr/lib/python2.4/site-packages/Numeric/arrayfns.dll) failed with last error =6 Hi, I had a dig through the archives which suggest this error is caused by a still run

Re: BUG: wrong interpreter in python scripts from lilypond-2.10.7-2

2007-08-16 Thread Jan Nieuwenhuizen
Dr. Volker Zell writes: > All python scripts from lilypond-2.10.7-2 have > /home/janneke/vc/gub/target/local/system/usr/bin/python > as interpreter in the shebang line. Oops. I'll have a look. Thanks for the report. Jan. -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typ

Installer tasks

2007-08-16 Thread George
Hi All, Assuming I wish to copy the c:\cygwin\ directory from one computer to another, are there any further utilities/updates which I need to do to ensure it works correctly? I have create a script which redoes the mount points (mount -m). Is there anything further which I need to do? Advi

File creation time oddity

2007-08-16 Thread Ronald Fischer
On my system, the initial (creation) time for a file seems to be around 7 minutes shifted to the past. This is reproducible: ~/thome/tmp $ date Thu Aug 16 16:49:18 2007 ~/thome/tmp $ ls -l dummy3 ls: cannot access dummy3: No such file or directory ~/thome/tmp $ echo x >dummy3 ~/thome/tmp $ dat

NFS + Cygwin + SSH + ssh keys => :(

2007-08-16 Thread Gerry Steele
Hi, I've been setting up some scripts to help port some stuff we do to windows. To make it work we need to integrate with NFS shared stuff, so we used the SFU from MS. Which i understand is a repackaged nfs client et al. from MKS. however we couldn't access NFS drives from the ssh shell. I found

Re: Attack against Cygwin?

2007-08-16 Thread Cliff Hones
Martha Adams wrote: > Hi, I'm a Cygwin user for some time past; and I check > my machine frequently using Grisoft AVG Free. On Aug 10 my AVG found > something called Obfustat.GCD > (not Obfustated.GCD) which it said had infested > several files with particular focus on Cygwin. I have > Googled on

Re: Attack against Cygwin?

2007-08-16 Thread Cliff Hones
Martha Adams wrote: > Hi, I'm a Cygwin user for some time past; and I check > my machine frequently using Grisoft AVG Free. On Aug 10 my AVG found > something called Obfustat.GCD > (not Obfustated.GCD) which it said had infested > several files with particular focus on Cygwin. I have > Googled on

Attack against Cygwin?

2007-08-16 Thread Martha Adams
Hi, I'm a Cygwin user for some time past; and I check my machine frequently using Grisoft AVG Free. On Aug 10 my AVG found something called Obfustat.GCD (not Obfustated.GCD) which it said had infested several files with particular focus on Cygwin. I have Googled on 'Obfustat.GCD' and today one

Operation not permitted using SSH

2007-08-16 Thread Paul Mead
Hi, I'm trying to use ssh to connect to my linux workstation from Cywin running on winXP pro sp2. I am able to access the same host using PuTTY. When I run ssh I get the error message Operation not permitted. I have tried the suggestions contained in the support thread here: http://sourceware.org/

Re: How to rename file case-sensitive?

2007-08-16 Thread Christopher Faylor
On Thu, Aug 16, 2007 at 07:22:21AM -0400, Christopher Faylor wrote: >On Wed, Aug 15, 2007 at 08:53:10PM -0700, Andrew DeFaria wrote: >> Dave Korn wrote: >>> On 15 August 2007 16:11, Andrew DeFaria wrote: >>> >>> Reply TITTTL'd: http://sourceware.org/ml/cygwin-talk/2007-q3/msg00119.html >> >> I don'

Re: How to rename file case-sensitive?

2007-08-16 Thread Christopher Faylor
On Wed, Aug 15, 2007 at 08:53:10PM -0700, Andrew DeFaria wrote: > Dave Korn wrote: >> On 15 August 2007 16:11, Andrew DeFaria wrote: >> >> Reply TITTTL'd: http://sourceware.org/ml/cygwin-talk/2007-q3/msg00119.html > > I don't read cygwin.talk or whatever so now you're arguing with yourself. > Have

Re: Make GetText 0.16.1

2007-08-16 Thread René Berber
Karsten Kousgaard wrote: > Just to let you know I'm very new to Cygwin and the whole gnu-stuff in > general. > My problem is that I'm trying to build GetText 0.16.1, and I have no idea how > to achive that. > I would think that it it's a simple task once you know how to do it, so could > any of

Make GetText 0.16.1

2007-08-16 Thread Karsten Kousgaard
Hello Just to let you know I'm very new to Cygwin and the whole gnu-stuff in general. My problem is that I'm trying to build GetText 0.16.1, and I have no idea how to achive that. I would think that it it's a simple task once you know how to do it, so could any of you smart people please tell me