Re: cron 00.27

2008-07-19 Thread René Berber
r wrote: I started cron ( with "cron-config" command, ( is it possible to configure it to start at win boot ? )) Cron-config did that. so I did once and from next time it will be started at boot time ? Because I did not find this information everywhere. Yes it will start at boot time (if an

Re: cron 00.27

2008-07-19 Thread r
René Berber computer.org> writes: > > I started cron ( with "cron-config" command, ( is it possible > > to configure it to start at win boot ? )) > > Cron-config did that. so I did once and from next time it will be started at boot time ? Because I did not find this information everywhere. >

[ANNOUNCEMENT] Updated [experimental]: git-1.5.6.3-1; new: gitk, git-gui, git-completion

2008-07-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A test release of a new release of git, 1.5.6.3-1, has been uploaded. git-1.5.6-1 remains current for a few more days, until it is verified that the new layout works. NEWS: = This is a new upstream release. I've applied a patch that reduces disk

Re: cron 00.27

2008-07-19 Thread r
Ken Jackson jackson.io> writes: > Rather than putting putting it in a directory, it's better to let > the crontab command do it. Put those two lines in crontab.txt: great I didn't know > Make sure the first line is > #!/bin/sh > > And make them executable: > chmod +x prova.sh it has to be

Re: cron 00.27

2008-07-19 Thread René Berber
r wrote: I'm trying to use cron, I created a file called backup_cygwin 59 18 * * 6 /bin/backup_cygwin.sh 00 27 20 7 * /bin/prova.sh and I put it in /var/cron/tabs/ Wrong place! then I create prova.sh as follow Wrong sequence... first create the script, then install it in cron. SHELL=/

Re: cron 00.27

2008-07-19 Thread Ken Jackson
> I'm trying to use cron, I created a file called backup_cygwin > > > 59 18 * * 6 /bin/backup_cygwin.sh > 00 27 20 7 * /bin/prova.sh > > > and I put it in /var/cron/tabs/ Rather than putting putting it in a directory, it's better to let the crontab command do it. Put those two lines

cron 00.27

2008-07-19 Thread r
I'm trying to use cron, I created a file called backup_cygwin 59 18 * * 6 /bin/backup_cygwin.sh 00 27 20 7 * /bin/prova.sh and I put it in /var/cron/tabs/ then I create prova.sh as follow SHELL=/bin/sh

Re: CSIH patch (Re: Unable to run sshd under a domain sshd_server account [SOLVED])

2008-07-19 Thread Charles Wilson
Charles Wilson wrote: Corinna Vinschen wrote: However, I sent a second patch in http://cygwin.com/ml/cygwin/2008-06/msg00453.html The Interactive Logon Right is also necessary for this account. I don't know why I missed that. I'll roll 0.1.6 soon. Here's the followup patch I applied (with m

Re: CSIH patch (Re: Unable to run sshd under a domain sshd_server account [SOLVED])

2008-07-19 Thread Charles Wilson
Corinna Vinschen wrote: However, I sent a second patch in http://cygwin.com/ml/cygwin/2008-06/msg00453.html The Interactive Logon Right is also necessary for this account. I don't know why I missed that. I'll roll 0.1.6 soon. What also doesn't work well is this: In a domain I might want a c

(CRON) error (can't switch user context)

2008-07-19 Thread Philip Charlebois
Hello, I have setup Cygwin and cron on two machines. On the first machine, a Windows XP, everything went OK. Cron is running and my echo statement is being written to a file. On the second machine, a Windows Vista, cron appears to be running correctly but my echo statement is not being

Re: [ANNOUNCEMENT] Updated: parrot-0.6.4-1 with parrot-perl6 and parrot-languages

2008-07-19 Thread Reini Urban
Michael Schaap schrieb: Is perl6 supposed to (somewhat) work, yet? I get: % perl6 -e 'say "Hello, World!"' "load_bytecode" couldn't find file 'P6object.pbc' current instr.: 'onload' pc 0 (src/gen_builtins.pir:28) called from Sub 'parrot;Perl6::Compiler;main' pc -1 ((unknown file):-1) P6object do

Re: CSIH patch (Re: Unable to run sshd under a domain sshd_server account [SOLVED])

2008-07-19 Thread Corinna Vinschen
On Jul 19 12:51, Charles Wilson wrote: > Corinna Vinschen wrote: >> Oh, btw., Charles, that's one for you. >> On Jun 16 23:01, Corinna Vinschen wrote: >>> On May 13 11:09, Schutter, Thomas A. wrote: >>> The problem was that the domain sshd_server account has no right to >>> access the domain contro

Re: CSIH patch (Re: Unable to run sshd under a domain sshd_server account [SOLVED])

2008-07-19 Thread Charles Wilson
Corinna Vinschen wrote: Oh, btw., Charles, that's one for you. On Jun 16 23:01, Corinna Vinschen wrote: On May 13 11:09, Schutter, Thomas A. wrote: The problem was that the domain sshd_server account has no right to access the domain controller from the network. Solution: Open the Local Securi

[ANNOUNCEMENT] Updated: parrot-0.6.4-1 with parrot-perl6 and parrot-languages

2008-07-19 Thread Reini Urban
Hi, The parrot packages with libparrot0 and libparrot-devel, plus parrot-perl6 and parrot-languages are updated to 0.6.4 for the Cygwin distribution. Parrot is a virtual machine designed to efficiently compile and execute bytecode for interpreted languages. Parrot is a target for the upcoming Pe

Re: packages

2008-07-19 Thread r
Gary Johnson spk.agilent.com> writes: > The only way to find out is to download and unpack the .tar.gz > archive and try to build the program, then troubleshoot any errors > you encounter. > > Regards, > Gary > > ok I lack in programming, but I'll try r -- Unsubscribe info: http

Re: cygrunsrv do not automatic start service

2008-07-19 Thread Matthias Meyer
Am Samstag 19 Juli 2008 schrieb Brian Dessent: > Matthias Meyer wrote: > > > Is it possible to start my service after network connection is 'up and > > running' or to restart my service after a failure. > > Please read the replies that you have already received, specifically the > one where René

Re: cygrunsrv do not automatic start service

2008-07-19 Thread Brian Dessent
Matthias Meyer wrote: > Is it possible to start my service after network connection is 'up and > running' or to restart my service after a failure. Please read the replies that you have already received, specifically the one where René suggested that you configure the service with a dependency on

Re: cygrunsrv do not automatic start service

2008-07-19 Thread Matthias Meyer
Am Donnerstag 17 Juli 2008 schrieb Larry Hall (Cygwin): > Matthias Meyer wrote: > > Hello, > > > > I've installed (cygrunsrv -I) a ssh tunnel with: > > /usr/bin/autossh -M 0 -o ServerAliveInterval=20 -o > > ServerAliveCountMax=3 -N -C -i /etc/.ssh/id_rsa -L 389:localhost:389 > > [EMAIL PROTECTED

Re: cygrunsrv do not automatic start service

2008-07-19 Thread Matthias Meyer
Am Donnerstag 17 Juli 2008 schrieb René Berber: > Matthias Meyer wrote: > > > I've installed (cygrunsrv -I) a ssh tunnel with: > > /usr/bin/autossh -M 0 -o ServerAliveInterval=20 -o > > ServerAliveCountMax=3 -N -C -i /etc/.ssh/id_rsa -L 389:localhost:389 > > [EMAIL PROTECTED] > > > > Unfortunat

Re: File permissions cygwin install

2008-07-19 Thread Angelo Graziosi
Corinna Vinschen wrote: > I don't beleieve it is supposed to be this way? > setup.exe creates the files with Windows default permissions. Usually those are determined by the inheritable permissions of the parent directory in which you install the Cygwin directory. Setup is a plain Win32 a