Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 2 Jul 2003 00:07:30 +0100 From: Elfyn McBratney X-X-Sender: elfyn AT ellixia Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com cc: Jarrod Hermer Subject: RE: Problems with cron In-Reply-To: Message-ID: References: Mail-Followup-To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 1 Jul 2003, Harig, Mark wrote: > >From your cygcheck text, here are some of your mount > points: > > C:\cygwin / user binmode > C:\cygwin/bin /usr/bin user binmode > C:\cygwin/lib /usr/lib user binmode > > These likely need to be 'system' mount points instead of > 'user' mount points. This situation probably came about > if you selected setup.exe's "Install For" option "Just Me" > instead of "All Users". Please run the attached updated > cron_diagnose.sh script to see if it helps with your > problem. Yep. User mounts are stored in the 'user' registry hive, where as system mounts are stored in the 'system' hive. Either change your mounts with mount -fb C:/Cygwin / mount -fb C:/Cygwin/bin /usr/bin mount -fb C:/Cygwin/lib /usr/lib Or re-run setup.exe and change the install type from "Just Me" to "All Users". Elfyn -- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/