Re: BusyBox build problem on Cygwin

2005-01-12 Thread Tero Niemela
> It sounds more like memory corruption problem to me. > It may be in cygwin > itself or in cygwin's version of make. When you use > longer paths, some > static buffers or allocated memory seem to be > overwritten which may > cause such behaviour. Ah, ok. > It would be interesting to check if

[BUG REPORT] setup.exe hangs when disk full

2004-09-18 Thread Tero Niemela
FYI: I was installing cygwin with setup.exe to a machine that had 200 MB disk space. During installation the disk space ran out and setup.exe went crazy: installation progress halted, setup.exe was eating 99% of CPU and its memory usage was growing at rate of 1MB/sec! _

[INFO] Adding "Cygwin here" to Windows Explorer

2004-09-14 Thread Tero Niemela
Hi, some of you may find this useful. I did the following, works perfectly for me: Last line of ~/.zlogin is: [[ "$OSTYPE" = *cygwin* && $ARGC -eq 1 ]] && cd "$@" And this registry settings was added to Windows registry: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Folder\shell\com

Re: fork fails

2004-09-13 Thread Tero Niemela
> >440 [main] zsh 1432 fork_copy: linked dll > data/bss > >pass 0 failed, > >0x542000.. > >0x5427F0, done 0, windows pid 1960, Win32 error 487 > >/etc/profile:33: fork failed: resource temporarily > >unavailable > > Apparently you don't remember this error on the > Windows > 2000 machine and w

fork fails

2004-09-10 Thread Tero Niemela
I installed Cygwin over the net in 2004-09-10 to WinXP where I am using Administrator account and everything seems to work just fine. However, with the same installation procedure on Win2000 where I'm just in the Users group I get: 440 [main] zsh 1432 fork_copy: linked dll data/bss pass 0 fail

Re: [PATCH] /etc/profile fixes

2004-09-10 Thread Tero Niemela
Hi! > It's better to fix than to silence. Indeed. I've attached an updated patch that seems to work with bash and zsh. The other patch had a typo (missing |), fixed patched included. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

[PATCH] /etc/profile fixes

2004-09-09 Thread Tero Niemela
I have to proposals for /etc/profile of latest Cygwin: 1) Shut up 'tr' which produces error message at least with zsh ('zsh' doesn't match to [:upper:]). 2) Set same default settings for zsh as for ksh. Thanks. ___ Do you Yahoo!? Shop for Back-to-Sc