cygserver-service doesn't start

2008-01-14 Thread Thomas.Schmitt
I installed cygwin including the cygserver on a Windows XP PC. This seemed to be successful. But whenever I try to start the server-service I get the error message: PID 4960: `cygserver' service stopped, exit status: 57 in the Windows event-log. There is just an empty logfile in /var/log. Thank

Re: cygserver-service doesn't start

2008-01-14 Thread Corinna Vinschen
On Jan 14 09:52, [EMAIL PROTECTED] wrote: > I installed cygwin including the cygserver on a Windows XP PC. This > seemed to be successful. > > But whenever I try to start the server-service I get the error message: > PID 4960: `cygserver' service stopped, exit status: 57 in the Windows > event-log

Re: Finding Autogen

2008-01-14 Thread Adam
In message <[EMAIL PROTECTED]>, Charles Wilson wrote: > Dave Korn wrote: > > There is no standard cygwin release of autogen, and last time I > > tried to build it from source it didn't work. Sorry to be the > > bearer of bad news. :( > When I tried to build it (both for mingw/msys and for cyg

RE: Finding Autogen

2008-01-14 Thread Dave Korn
On 14 January 2008 09:55, Adam wrote: > Thanks Dave, Chuck. I'd be interested in the final binary, if anyone's > willing to give me a copy. Sorted out off-list. cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-

IMAP/POP3 Support

2008-01-14 Thread Jaspreet Singh
Hi I got cygwin working with apache, bind, exim, mailman, php, mysql and pgsql. But there's need for imap/pop3 server which support mysql database. I got webmin working with cygwin to control my virtual servers. I am using vexim with exim. So i need a imap/pop3 server that can work with exim/vexi

RE: Running perl script in cron in cygwin under Windows

2008-01-14 Thread Dave Korn
On 14 January 2008 04:51, Macalalad, Jun wrote: > Any idea where I've done wrong please? Well, posting to the announcements list, for one. Omitting the slightest trace of any pertinent details for another. cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscri

RE: IMAP/POP3 Support

2008-01-14 Thread Jaspreet Singh
Nop, no corect answer in http://sourceware.org/ml/cygwin/2007-12/msg00404.html. I dont think even they got it working. Anything else you got. Be a better friend, newshound, and know-it-all with Yahoo! Mob

RE: How can I run a script?

2008-01-14 Thread Dave Korn
On 14 January 2008 13:36, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to BB on 1/13/2008 5:41 PM: >> can login to a shell from windows and run commands but how do I create a >> script > > A script is just a file containing the commands that you would have r

RE: IMAP/POP3 Support

2008-01-14 Thread Dave Korn
On 14 January 2008 13:29, Jaspreet Singh wrote: > They all tell me this is wrong list. does it matter if > you have the answser. No, this is the right list. You were posting on a different list a minute ago, didn't you notice you're sending to a different address this time? This is the righ

Re: How can I run a script?

2008-01-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to BB on 1/13/2008 5:41 PM: | can login to a shell from windows and run commands but how do I create a script A script is just a file containing the commands that you would have run from the shell, optionally prefixed by something like a #!

Re: IMAP/POP3 Support

2008-01-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jaspreet Singh on 1/14/2008 6:29 AM: | So anybody compiled cyrus-imap, courier-imap or | dovecot on cygwin. Search the archives for a recent discussion about building dovecot on cygwin (although I didn't read that thread, so I don't know

Re: How can I run a script?

2008-01-14 Thread Mirco Piccin
Hi. > can login to a shell from windows and run commands but how do I create a > script I think you mean to run a command without open cygwin shell. If i understand well, here you are how i've done that. First of all, i've created a file .bat (example: run_rsynch.bat) on my desktop .. and insid

RE: IMAP/POP3 Support

2008-01-14 Thread Jaspreet Singh
Actually dovecot people claims that dovecot can work with cygwin with some code change. But they dint listed it how to. I asked them in the mail but they say they cant help as they dont have windows Ha Ha. I dont think they want to help. __

Re: How can I run a script?

2008-01-14 Thread BB
Actually my intent is to run this from an automated schedular. As Eric described it could be run from cron like any other Unix shell script but I really don't want to add a cron daemon. Was thinking windoze schedular. The base install of cygwin is on an E: drive. C: didn't have enough room. So

Re: How can I run a script?

2008-01-14 Thread Mirco Piccin
Hi again. > The base install of cygwin is on an E: drive. C: didn't have enough room. > > So if I understand correctly something like - > > > E: > > chdir E:\cygwin\bin > > bash --login -i -c 'rsync -avz [EMAIL PROTECTED] :/home/funnel/Jan* > /cygdrive/e/Earchives' ...yes, it seems right. > The

Re: How can I run a script?

2008-01-14 Thread Mirco Piccin
Hi. > I also assume if running in a windoze envirment it needs to end with > *.bat extension since windoze doesn't have a clue what *.sh is? ...sure, as reported on my first post. Regards M -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.co

Re: How can I run a script?

2008-01-14 Thread BB
I also assume if running in a windoze envirment it needs to end with *.bat extension since windoze doesn't have a clue what *.sh is? On 1/14/08, Mirco Piccin <[EMAIL PROTECTED]> wrote: > Hi again. > > > The base install of cygwin is on an E: drive. C: didn't have enough room. > > > > So if I unde

[ANNOUNCEMENT] Updated: boost-1.33.1-4

2008-01-14 Thread Václav Haisman
The following packages have been updated: boost-1.33.1-4 boost-devel-1.33.1-4 libboost-1.33.1-4 Changes since 1.33.1-3: Rebuilt including previously disabled Boost.Test and against Python 2.5. -- VH *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce

Re: IMAP/POP3 Support

2008-01-14 Thread Robert Pendell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jaspreet Singh wrote: | Actually dovecot people claims that dovecot can work | with cygwin with some code change. But they dint | listed it how to. I asked them in the mail but they | say they cant help as they dont have windows Ha Ha. | | I dont thin

[ANNOUNCEMENT] Updated: syslog-ng-2.0.7.1-1

2008-01-14 Thread Corinna Vinschen
I have updated syslog-ng on cygwin.com to the latest stable release 2.0.7. The Cygwin version is called 2.0.7.1. It's taken from the current state of the syslog-ng upstream git repository, which contains Cygwin related patches beyond the official 2.0.7 release. Please read /usr/share/doc/Cygwin/

Re: How can I run a script?

2008-01-14 Thread BB
E: chdir E:\cygwin\bin bash --login -i -c 'rsync -avz --remove-source-files [EMAIL PROTECTED]:/home/test/* /cygdrive/e/Earchives' Works fine, last a long time. Added one more tweak --remove-source-files Now all I have to do is setup in windoze scheduler and move about 30GB of data. Then get th

Possible compromised mirror

2008-01-14 Thread Rob Thomson
Hello, I've come across an issue which may be the result of a compromised Cygwin mirror. The mirror in question is ftp.gtlib.gatech.edu. Earlier today, I installed Cygwin on the Windows XP partition of my laptop. I used the default package settings and selected the GA Tech mirror. About half

[1.7.0 HEAD]: Cygwin no longer encoding/decoding names on managed mounts

2008-01-14 Thread Nicholas Wourms
Hi All, I'm not sure when this cropped up, but it happened sometime after the great "win 9x" code purge. The problem is that the Cygwin dll no longer decodes or encodes file/directory names on managed mounts. Steps to reproduce (WinXP SP2 x32): --- 1) mkdir -p /us

Trouble installing pygtk.

2008-01-14 Thread Bipin Upadhyay
List, I am trying to install pygtk. However, an attemt to configure (./configure) throws an error _could not find Python headers_. After a little searching, I found that this issue can be solved by installing python-dev on debian based systems (apt-get install python-dev). What about cygwin?

Environment variables in bash don't get set from scripts

2008-01-14 Thread Dixon, Scott
I'm using cygwin on XP Pro and was having no issues untill I updated some dev pacakages the other day. Now none of my shell scripts are able to SET environment variables for a session. I can "export foo=something" but my scripts can't "SET foo something". Any -deas? Thanks -scott ---

Wrongfully compiled code

2008-01-14 Thread ariga masahiro
Hello, I am trying to port eCos into my target on Cygwin environment. I am encountered next wrongfully compiled code and I am very in deep trouble. It happens when sending back TCP SYN-ACK packet to peer, and it happens in packages\net\bsd_tcpip\current\src\sys\netinet\tcp_output.c tcp_output(

RE: Environment variables in bash don't get set from scripts

2008-01-14 Thread Dixon, Scott
Huh; the 'startxwin.bat' script uses "SET": @echo off SET DISPLAY=127.0.0.1:0.0 Which formally worked but now doesn't. I have to manually set DISPLAY after running the startxwin.bat script. Furthermore when I run ssh-agent.exe it is unable to set SSH_AUTH_SOCKET and SSH_AGENT_PID. -Origina

RE: [1.7.0 HEAD]: Cygwin no longer encoding/decoding names on managed mounts

2008-01-14 Thread Dave Korn
On 14 January 2008 21:41, Nicholas Wourms wrote: > I'm not sure when this cropped up, but it happened sometime after the > great "win 9x" code purge. The problem is that the Cygwin dll no longer > decodes or encodes file/directory names on managed mounts. Isn't that the whole idea? cheers,

Re: Environment variables in bash don't get set from scripts

2008-01-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dixon, Scott on 1/14/2008 4:38 PM: | I'm using cygwin on XP Pro and was having no issues untill I updated some dev pacakages the other day. Now none of my shell scripts are able to SET environment variables for a session. I can "export fo

RE: [1.7.0 HEAD]: Cygwin no longer encoding/decoding names on managed mounts

2008-01-14 Thread Gary R. Van Sickle
> From: Dave Korn > Sent: Monday, January 14, 2008 8:25 PM > Subject: RE: [1.7.0 HEAD]: Cygwin no longer encoding/decoding > names on managed mounts > > On 14 January 2008 21:41, Nicholas Wourms wrote: > > > I'm not sure when this cropped up, but it happened sometime > after the > > great "win

RE: Running perl script in cron in cygwin under Windows

2008-01-14 Thread David Christensen
Macalalad, Jun wrote: > Thanks David. > Thanks again for the help You're welcome. :-) Please help someone else if/when you have the chance. Please keep this thread on the Cygwin list so other people can find it (e.g. hit "Reply to All"). > Cron works on other scripts but not with a perl scri

Re: need help with bash -c with cygpath

2008-01-14 Thread Gary Johnson
On 2008-01-11, Jay wrote: > Thanks everyone for the help. Since i'm getting the path from the registry i > can't add in the extra backslashes without using sed. I ended up with this > registy key which seems to work for local drives as well as network drives > (UNCs) (haven't tested files with s

Re: How can I run a script?

2008-01-14 Thread Vidiot
>Now all I have to do is setup in windoze scheduler and move about 30GB of data. >btb And you are not using cron because of what reason? The Windblows scheduler is a royal pain. With cron you are done in a matter of moments. MB -- e-mail: [EMAIL PROTECTED]/~\ Th