Re: Start sshd server on reinstallation

2006-01-07 Thread Ordinary Olson
--- Brian Dessent <[EMAIL PROTECTED]> ha scritto: > > Please consider in the future using the procedure > outlined at > > to > uninstall Cygwin. The first step listed there would > have solved your > problem, and there is no need t

Re: Start sshd server on reinstallation

2006-01-07 Thread Yitzchak Scott-Thoennes
On Sat, Jan 07, 2006 at 07:09:14PM -0800, Brian Dessent wrote: > Ordinary Olson wrote: > > > I recently installed cygwin to my C drive ? however > > after realizing its size, I decided to move it to the > > D drive. So I stopped the sshd server that I had > > running, deleted the registry

Re: Start sshd server on reinstallation

2006-01-07 Thread Brian Dessent
Ordinary Olson wrote: > I recently installed cygwin to my C drive – however > after realizing its size, I decided to move it to the > D drive. So I stopped the sshd server that I had > running, deleted the registry keys under > `HKEY_LOCAL_MACHINE' and `HKEY_CURRENT_USER’ and then > just d

Start sshd server on reinstallation

2006-01-07 Thread Ordinary Olson
Hi, I recently installed cygwin to my C drive – however after realizing its size, I decided to move it to the D drive. So I stopped the sshd server that I had running, deleted the registry keys under `HKEY_LOCAL_MACHINE' and `HKEY_CURRENT_USER’ and then just deleted the C:\cygwin directory.

Re: help cron cygwin

2006-01-07 Thread Brian Dessent
"Christian Lanconelli (servizio)" wrote: > c:\cvi\ICARO\dati>xcopy c:\cvi\ICARO\dati\??060106.* \\pc27\CO2_O3\ /D /F > /Z > C:\cvi\ICARO\dati\DD060106.GAS -> \\pc27\CO2_O3\DD060106.GAS > C:\cvi\ICARO\dati\DD060106.MET -> \\pc27\CO2_O3\DD060106.MET > C:\cvi\ICARO\dati\DD060106.RAD -> \\pc27\CO2_O3

Re: gcc source 1k long?

2006-01-07 Thread Brian Dessent
"Linda A. Walsh" wrote: > I was looking to install the source of gcc and noted > that "setup.exe" claims it is 1k long. That seems > a bit small for a bz2 compressed image. Am I missing > something? > > I am looking at the source on the "mirrors.kernel.org" > and see bz2 files 46 bytes long. A

Re: cygwin and rsync

2006-01-07 Thread Brett Serkez
<...snip...> > Does this tell anyone anything? If not, I could traverse the learning > curve on getting gdb information from the process. As an additional thought on why rsync may be hanging on a write to stdout, presuming the cause is a deadlock. What is the size of the file it is hanging on?

Re: cygwin and rsync

2006-01-07 Thread Brett Serkez
<...snip...> > Does this tell anyone anything? If not, I could traverse the learning > curve on getting gdb information from the process. As a point of information, when rsync is run, as in this case using ssh, it is using ssh to start a remote rsync on the server. These two rsyncs are able to c

Re: sshd service starts correctly with cygwin1-200601071810.dll.bz2 on XP SP1

2006-01-07 Thread Larry Hall (Cygwin)
Karl M wrote: Hi All... The latest snapshot solves the sshd service start problem with XP SP1 for me. I concur. I don't see any flashing consoles either with desktop interaction on or off either. If I see anything though, I'll follow-up. -- Larry Hall http://ww

sshd service starts correctly with cygwin1-200601071810.dll.bz2 on XP SP1

2006-01-07 Thread Karl M
Hi All... The latest snapshot solves the sshd service start problem with XP SP1 for me. Thanks, ...Karl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: php scripts dying in cron, runs fine in task scheduler (W2k3)

2006-01-07 Thread Larry Hall
jd list wrote: On 1/3/06, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: jd list wrote: I'm running cygwin on W2K3 with php built into windows via the binary from php.net. I run php scripts, via cron, at freqent intervals, one is a simple database script that copies data from a back-end da

Re: sshd must be restarted

2006-01-07 Thread Larry Hall (Cygwin)
Ken Senior wrote: Some packages (SSH) think the home page should be /home/senior whereas the default bash shell thinks it's located in /cygdrive/c/Documents and Settings/senior.DOMAIN. This is not surprising. You set HOME in your environment to point to '/cygdrive/c/Documents and Settings

Re: help cron cygwin

2006-01-07 Thread René Berber
Christian Lanconelli (servizio) wrote: [snip] > $ crontab -l > 40 * * * * trasf_DOS.exe;echo "tab eseguito alle > $(date)">/home/Administrator/cronlog > > The file "cronlog" is regularly updated. But trasf_DOS appears not work! > > Can you help me? What's my error? Probably the global PATH is th

Re: help cron cygwin

2006-01-07 Thread Larry Hall (Cygwin)
Christian Lanconelli (servizio) wrote: Hi, CRON can run commands wrote in fortran containing the call system() statement? this is my program : trasf_DOS.f It write a DOS batch file that is immediately run by the 'call system ("copio.bat")' statement- It WORK WELL in the bash shell (cygwin becaus

gcc source 1k long?

2006-01-07 Thread Linda A. Walsh
I was looking to install the source of gcc and noted that "setup.exe" claims it is 1k long. That seems a bit small for a bz2 compressed image. Am I missing something? I am looking at the source on the "mirrors.kernel.org" and see bz2 files 46 bytes long. Are these files corrupt? Linda -- U

tzcode dependency on /bin/ksh

2006-01-07 Thread L. A. Walsh
I was wondering who "owned" the tzcode package and if they could include an install script to check for the existance of "bash" OR "ksh", and create a link at install time to the installed substitute or just patch tzselect so the dependency on pdksh could be removed. The documentation in "tzcode"

[ANNOUNCEMENT] Updated: lighttpd-1.4.8-1

2006-01-07 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Version 1.4.8-1 of lighttpd has been uploaded. lighttpd is a fast, secure and flexible webserver. Since last cygwin package is a bit old (release 1.3.0) it is not possible to list the improbements one by one, you can see: ChangeLog up to release 1.3

Re: php scripts dying in cron, runs fine in task scheduler (W2k3)

2006-01-07 Thread jd list
On 1/3/06, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: > jd list wrote: > > I'm running cygwin on W2K3 with php built into windows via the binary > > from php.net. > > > > I run php scripts, via cron, at freqent intervals, one is a simple > > database script that copies data from a back-end data

Re: Cygintl-3.dll was not found

2006-01-07 Thread Brian Dessent
Roberto Sapiens wrote: > I have dowloaded Cygwin from cygwin.com web site. From that download, > I have installed Cygwin with no problems in a Windows 2000 Pro > computer. However, when I try to install Cygwin in my Windows XP Home > Edition notebook, I see a message that says Cygintl-3.dll was no

Cygintl-3.dll was not found

2006-01-07 Thread Roberto Sapiens
Hello, all: I have dowloaded Cygwin from cygwin.com web site. From that download, I have installed Cygwin with no problems in a Windows 2000 Pro computer. However, when I try to install Cygwin in my Windows XP Home Edition notebook, I see a message that says Cygintl-3.dll was not found and bash.ex

Re: cygwin and rsync

2006-01-07 Thread Ken Senior
I apologize if you get this twice, but the cygwin server rejected this post when I sent it from my gmail web account complaining of invalid MIME. So, per Brett's suggestion I downloaded & compiled rsync on my cygwin installation, call it [REMOTE/Windows], in order to diagnose the problem and inde

Re: sshd must be restarted

2006-01-07 Thread Ken Senior
David Christensen wrote: >Ken Senior wrote: > > >>Does anyone know why after a Windows XP reboot one must restart the SSH >>daemon in order to allow incoming ssh? >> >> > >rebaseall was the cure for me: > >http://sourceware.org/ml/cygwin/2005-02/msg00465.html > > > > Installing and run

help cron cygwin

2006-01-07 Thread Christian Lanconelli \(servizio\)
Hi, CRON can run commands wrote in fortran containing the call system() statement? this is my program : trasf_DOS.f It write a DOS batch file that is immediately run by the 'call system ("copio.bat")' statement- It WORK WELL in the bash shell (cygwin because I use the DOS commands xcopy) but can't