unison 2.40.16 (cygwin) over ssh doesn't resume after merge command

2010-10-01 Thread Robert Schmidt
sync directly with 2.40.16 without cygwin (I use putty/plink for ssh). “The debug message” is from Option -debug all? Or is this just what it prints out if you start the commando without debug option? Regards, *Von:* unison-us...@yahoogroups.com [mailto:unison-us...@yahoogroups.com] *Im Auftrag

Re: unison-2.27.exe silently exits

2007-11-21 Thread Robert Schmidt
Andrew Schulman wrote: Robert, I have an updated version of unison2.27. Can you please test it to see if it works on your hosts? Thanks, Andrew - that works! Robert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docu

unison-2.27.exe silently exits

2007-11-19 Thread Robert Schmidt
[EMAIL PROTECTED] wrote: New versions of the unison2.13, unison2.17, and unison2.27 packages are available in the Cygwin distribution. Unison is a file synchronizer for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different

Re: cygrunsrv: Service failed to respond in a timely fashion (1.5.11)

2005-02-28 Thread Robert Schmidt
Rob Brian Dessent wrote: Robert Schmidt wrote: On all my PCs, I've installed a few services using cygrunsrv (cron, Privoxy, ...). On my newest laptop (a brand new Dell M70, fresh XP+SP2 and basic cygwin 1.5.11 installation), none of the cygrunsrv services will start. Check the logs in /var/log.

cygrunsrv: Service failed to respond in a timely fashion (1.5.11)

2005-02-26 Thread Robert Schmidt
Hi! On all my PCs, I've installed a few services using cygrunsrv (cron, Privoxy, ...). On my newest laptop (a brand new Dell M70, fresh XP+SP2 and basic cygwin 1.5.11 installation), none of the cygrunsrv services will start. A sample session: $ cygrunsrv -I test --path /bin/ls.exe $ cygrunsrv

Re: unison and cygwin on windows xp SP2

2004-12-16 Thread Robert Schmidt
Dirk Leinenbach wrote: Hi folks, I have the problem that the native windows version of unison (2.9.1) on Windows XP SP2 together with cygwin (starting from DLL version 1.5.11) unison hangs after me entering the ssh password. This didn't happen with version 1.5.10 of the cygwin dll but this version

Re: problems with cron

2004-12-08 Thread Robert Schmidt
Jeff Yemin wrote: I'm running cron as a service using cygrunsrv commands, and it seems to start ok. But it doesn't seem to be running the jobs. I put the date job in my crontab as a test, and I never see anything written to /tmp/cron.test. Here's my crontab: # DO NOT EDIT THIS FILE - edit the

Re: uw-imap & Cygwin secrets revealed, at least a bit!

2004-12-08 Thread Robert Schmidt
Christian Weinberger wrote: The initial problem was: - uw-imap on cygwin ran well with Outlook Express - but hung upon connection when using Outlook 2003 In the end I made it to get it work with the following workaround: In inetd.conf, I donÂt start the daemon directly, but use the following wrappe

Re: nul

2004-10-26 Thread Robert Schmidt
Markus Schönhaber wrote: [snip] nor from cygwin shell. Not a big problem, but annoying. Any ideas on how to get rid of it? Assuming you created C:\some\path\nul using del \\.\C:\some\path\nul in the Windows console might help you to get rid of it. I think even that will fail. The trick I ususally

Re: cygutils cygstart eats program arguments

2004-10-25 Thread Robert Schmidt
Mark Paulus wrote: Have you tried using a -- to indicate end of arguments to cygstart: cygstart -- tail --version Thanks! No, I hadn't, and that works great. I still find the usage syntax to be misleading though: Usage: cygstart [OPTION]... FILE [ARGUMENTS] What are ARGUMENTS if not to be passed t

cygutils cygstart eats program arguments

2004-10-25 Thread Robert Schmidt
Hi! I'd like to use cygstart to launch a couple of log windows to monitor server activity, much like the Windows START command. However, cygstart eats *all* the arguments, not only the ones before the executable. Is there something I've missed? The usage suggests otherwise: Usage: cygstart [O

Re: bash/sh program interpreter problems...

2004-10-25 Thread Robert Schmidt
Reini Urban wrote: Robert Schmidt schrieb: I have the following two programs in /usr/local/bin: --- test.btm #!/usr/local/bin/testint.sh echo hello from test.btm naming a shell script .btm is not a good idea, since .btm files are usually 4NT batch files. This is exactly what I'm doing. I

bash/sh program interpreter problems...

2004-10-24 Thread Robert Schmidt
I have the following two programs in /usr/local/bin: --- test.btm #!/usr/local/bin/testint.sh echo hello from test.btm --- testint.sh #!/bin/sh echo hello from test interpreter. the file is "$1" --- test.h #!/bin/bash test.btm Then I do this: ~ $ echo $PATH /usr/bin:/usr/local/bin:/cygdrive/c/WIND

Re: file conversion utility sought: from isolatin (8859-1) to utf8

2004-09-28 Thread Robert Schmidt
Ralf Hauser wrote: Hi, Are there any tools like d2u or u2d for UTF-8 for cygwin? > ... A starting point might be http://userpage.fu-berlin.de/~ram/pub/pub_kfd8tk88g/perl_unicode_en ? Not particularly cygwin related, but anyway... This is a better start: http://www.perldoc.com/perl5.8.0/lib/Encode.h

Re: crontab/mount problem

2004-09-28 Thread Robert Schmidt
Larry Hall wrote: Read this: If you've installed cron as directed, you won't have access to non-publicly accessible shares. Your options are to make the shares accessible to all without authentication or run 'cron' as a service under the sa

Re: "which" command does not expand "~" in path

2004-09-25 Thread Robert Schmidt
Sven Köhler wrote: Set PATH so it includes user's private bin if it exists if [ -d ~/bin ] ; then PATH="~/bin:${PATH}" fi Hmm, i'm not 100% percent sure, but is this supposed to work in general? I don't think that all programs that use the PATH varible are supposed to interpret ~ correctly. I

Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-15 Thread Robert Schmidt
Robert Schmidt wrote: OK, here's some more info from the hanging unison over ssh on 1.5.11. > ... Sorry, forgot the cygcheck -s -v -r output. Cheers, Rob Cygwin Configuration Diagnostics Current System Time: Wed Sep 15 09:01:32 2004 Windows XP Professional Ver 5.1 Build 2600 Service Pack

Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Robert Schmidt
OK, here's some more info from the hanging unison over ssh on 1.5.11. I've attached the last part of an strace, taken from after ssh reads the RSA key. At the end of the log, ssh just waits. I've kept the full logs from both 1.5.10 and 1.5.11 if it can be helpful. And thanks, Dave, for the refere

Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Robert Schmidt
Christopher Faylor wrote: On Tue, Sep 14, 2004 at 04:37:55PM +0200, Robert Schmidt wrote: On the unison.general mailing list, Mark Rogers reports that replacing the cygwin1.dll with version 1.5.10 makes unison over ssh work again. So, I assume that replacing the DLL with version B20 would really

Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Robert Schmidt
Corinna Vinschen wrote: On Sep 14 16:37, Robert Schmidt wrote: A quick follow-up: On the unison.general mailing list, Mark Rogers reports that replacing the cygwin1.dll with version 1.5.10 makes unison over ssh work again. I also tried it (temporarily, of course), and can confirm that it works. So

Re: Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Robert Schmidt
installing SP2 was the only change I made today. Cheers, Rob Robert Schmidt wrote: I get similar symptoms with unison over ssh: It worked great before SP2 (i.e. 2 hours ago). After I installed SP2 on the client, unison/ssh just hangs. The server has been running SP2 for over a week. Any normal ssh sessions

Also unison/ssh [Re: Win XP SP2: cvs over ssh problems]

2004-09-14 Thread Robert Schmidt
I get similar symptoms with unison over ssh: It worked great before SP2 (i.e. 2 hours ago). After I installed SP2 on the client, unison/ssh just hangs. The server has been running SP2 for over a week. Any normal ssh sessions work fine. I'm also using ssh to forward the IMAP port (143) to my server

Re: openldap 2.2.15-2

2004-09-04 Thread Robert Schmidt
Robert Schmidt wrote: On Fri, 3 Sep 2004, Robert Schmidt wrote: I have problems running openldap 2.2.15-2 (cygwin is up-to-date as of this moment). You have minires-0.97-1 installed. The latest version is 0.98-3. Try upgrading to it. The API has apparently changed between the versions, though

Re: Installing php 5

2004-09-03 Thread Robert Schmidt
Reini Urban wrote: mirko tebaldi schrieb: Please, someone can help me (eventually in private mailing) step by step for installing php 5 ? > Go to http://www.php.net Neither PHP4 nor 5 take part of cygwin because the package was broken. I'm also anxious to see it back in! I succeeded installing t

Re: openldap 2.2.15-2

2004-09-03 Thread Robert Schmidt
Igor Pechtchanski wrote: On Fri, 3 Sep 2004, Robert Schmidt wrote: I have problems running openldap 2.2.15-2 (cygwin is up-to-date as of this moment). You have minires-0.97-1 installed. The latest version is 0.98-3. Try upgrading to it. The API has apparently changed between the versions

openldap 2.2.15-2

2004-09-03 Thread Robert Schmidt
I have problems running openldap 2.2.15-2 (cygwin is up-to-date as of this moment). Running slapd or slurpd produces the following error: "The procedure entry point __dn_expand could not be located in the dynamic link library cygminires.dll." I also tried adding openldap-devel, with no change.

Re: mod-php4

2004-09-01 Thread Robert Schmidt
Sam Liddicott wrote: Robert Schmidt wrote: Hi! I've gleaned from the archives that mod-php4 was pulled because it was broken, and that a new maintainer has taken over apache + modules. Is there any use in hoping that mod-php4 will be added soon? I need it for a SquirrelMail setup I've

Re: PHP 5.x and latest upgrade.. is it present ?

2004-09-01 Thread Robert Schmidt
Mirko Tebaldi (Indirizzo Pubblico) wrote: in wich categoriy is the php package ? i cannot find it in no-one of them ! PHP has been withdrawn from the cygwin distribution since it was broken. Apparently, there's a new Apache maintainer for cygwin, who also has taken on support for mod-php4, so ther

mod-php4

2004-08-31 Thread Robert Schmidt
Hi! I've gleaned from the archives that mod-php4 was pulled because it was broken, and that a new maintainer has taken over apache + modules. Is there any use in hoping that mod-php4 will be added soon? I need it for a SquirrelMail setup I've been asked to provide on Windows... :-/ I've had a shot

Re: uw-imap tmail problem: "Unexpected file locking failure: Invalid argument"

2003-10-14 Thread Robert Schmidt
All right - I feel silly now. For some reason, /var/mail/robert was already a directory. Cleaning /var/mail enabled tmail to do its stuff, i.e. create and append to "robert" as a regular mailbox file. Sorry for the wasted bandwidth... Robert Robert Schmidt wrote: However, the

uw-imap tmail problem: "Unexpected file locking failure: Invalid argument"

2003-10-14 Thread Robert Schmidt
Hi! I've been a happy cygwin user for many years, and recently decided to give uw-imap a shot, as I need a centralized e-mail storage for our home WLAN. I've got imapd running through inetd, and I've gotten fetchmail to poll my POP3 account. However, the feeding to tmail fails, apparently in t