Re: Cygwin 1.7: Possible error in /etc/postinstall/base-files-profile.sh

2009-06-21 Thread Dave Korn
Mark Harig wrote: Dave Korn wrote: http://cygwin.com/acronyms#BLODA From that link: FYI For Your Information. Also Fix Yourself It (for all the Star Wars fans out there) Perhaps, DIY (Do It Yourself) could be added. My guess is that it is more commonly used and understood

Re: Cygwin 1.7: Possible error in /etc/postinstall/base-files-profile.sh

2009-06-21 Thread Mark Harig
Dave Korn wrote: However, now you've got rid of that, a quick re-run through setup.exe and set everything to reinstall on the chooser page should fix it. setup-1.7.exe is running pretty reliably now that I have stopped (but not removed) these two services via the Services app:

Cygwin 1.7: Possible error in /etc/postinstall/base-files-profile.sh

2009-06-20 Thread Mark Harig
When I ran setup-1.7.exe with the default set of packages selected, the following error message was displayed: running: C:\cygwin-1.7\bin\bash.exe --norc --noprofile -c /etc/postinstall/base-files-profile.sh abnormal exit: exit code=-1073741819 'base-files-profile.sh' contains the following

Re: Cygwin 1.7: Possible error in /etc/postinstall/base-files-profile.sh

2009-06-20 Thread Christopher Faylor
On Sat, Jun 20, 2009 at 11:39:59AM -0400, Mark Harig wrote: When I ran setup-1.7.exe with the default set of packages selected, the following error message was displayed: running: C:\cygwin-1.7\bin\bash.exe --norc --noprofile -c /etc/postinstall/base-files-profile.sh abnormal exit: exit

Re: Cygwin 1.7: Possible error in /etc/postinstall/base-files-profile.sh

2009-06-20 Thread Mark Harig
'dirname' is /usr/bin/dirname. Does setup-1.7.exe set PATH before running 'base-files-profile.sh'? If not, then this would account for the error. It is possible to rewrite the command without using 'dirname': /bin/mkdir -p ${fDest%/*} $ cygcheck -f /etc/postinstall/base-files-profile.sh

Re: Cygwin 1.7: Possible error in /etc/postinstall/base-files-profile.sh

2009-06-20 Thread Dave Korn
Mark Harig wrote: Potential app conflicts: Logitech Process Monitor service Detected: HKLM Registry Key, Named process. You definitely need to stop and disable that service. It borks cygwin something rotten. cheers, DaveK -- Problem reports:

Re: Cygwin 1.7: Possible error in /etc/postinstall/base-files-profile.sh

2009-06-20 Thread Mark Harig
Potential app conflicts: Logitech Process Monitor service Detected: HKLM Registry Key, Named process. You definitely need to stop and disable that service. It borks cygwin something rotten. Thank you. I will try that (anything to give my cygwin processes better behavior than they

Re: Cygwin 1.7: Possible error in /etc/postinstall/base-files-profile.sh

2009-06-20 Thread Dave Korn
Mark Harig wrote: Potential app conflicts: Logitech Process Monitor service Detected: HKLM Registry Key, Named process. You definitely need to stop and disable that service. It borks cygwin something rotten. Thank you. I will try that (anything to give my cygwin processes

Re: Cygwin 1.7: Possible error in /etc/postinstall/base-files-profile.sh

2009-06-20 Thread Mark Harig
Dave Korn wrote: Is this problem with the Logitech Process Monitor service described in the Cygwin documentation? http://cygwin.com/faq/faq.using.html#faq.using.bloda Thanks again for the additional information. I will be working my way through the entire FAQ at that link.