The SYSTEM user cannot access the mount point /usr/lib

View: New views
5 Messages — Rating Filter:   Alert me  

The SYSTEM user cannot access the mount point /usr/lib

by linux1974 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I get the error message above when trying to run cron-config.

If i run mount is see the mount point to be there:

$ mount
C:\cygwin\bin on /usr/bin type user (binmode)
C:\cygwin\lib on /usr/lib type user (binmode)
C:\cygwin on / type user (binmode)
c: on /cygdrive/c type user (binmode,noumount)
d: on /cygdrive/d type user (binmode,noumount)
e: on /cygdrive/e type user (binmode,noumount)
f: on /cygdrive/f type user (binmode,noumount)
g: on /cygdrive/g type user (binmode,noumount)
h: on /cygdrive/h type user (binmode,noumount)
i: on /cygdrive/i type user (binmode,noumount)
k: on /cygdrive/k type user (binmode,noumount)
y: on /cygdrive/y type user (binmode,noumount)

any ideas?

thanks

Re: The SYSTEM user cannot access the mount point /usr/lib

by Reini Urban :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, the idea I got from this message is that
the SYSTEM user cannot access the mount point /usr/lib.
That means you need to give this user read-access to /usr/lib

/usr/lib usually has read and execute access for everybody.

2007/2/27, linux1974 <claudio@...>:

>
> I get the error message above when trying to run cron-config.
>
> If i run mount is see the mount point to be there:
>
> $ mount
> C:\cygwin\bin on /usr/bin type user (binmode)
> C:\cygwin\lib on /usr/lib type user (binmode)
> C:\cygwin on / type user (binmode)
> c: on /cygdrive/c type user (binmode,noumount)
> d: on /cygdrive/d type user (binmode,noumount)
> e: on /cygdrive/e type user (binmode,noumount)
> f: on /cygdrive/f type user (binmode,noumount)
> g: on /cygdrive/g type user (binmode,noumount)
> h: on /cygdrive/h type user (binmode,noumount)
> i: on /cygdrive/i type user (binmode,noumount)
> k: on /cygdrive/k type user (binmode,noumount)
> y: on /cygdrive/y type user (binmode,noumount)
>
> any ideas?
>
> thanks
> --
> View this message in context: http://www.nabble.com/The-SYSTEM-user-cannot-access-the-mount-point--usr-lib-tf3299649.html#a9178812
> Sent from the Cygwin Users mailing list archive at Nabble.com.
>
>
> --
> 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/
>
>


--
Reini Urban
http://phpwiki.org/              http://murbreak.at/
http://spacemovie.mur.at/   http://helsinki.at/

--
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/


Re: The SYSTEM user cannot access the mount point /usr/lib

by Corinna Vinschen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Feb 27 02:03, linux1974 wrote:
>
> I get the error message above when trying to run cron-config.
>
> If i run mount is see the mount point to be there:
>
> $ mount
> C:\cygwin\bin on /usr/bin type user (binmode)
> C:\cygwin\lib on /usr/lib type user (binmode)
                                 ^^^^

All your mount points are user mounts.  No other user except you can
see them.  Remove all mounts with umount and recreate them as system
mounts with mount.  Hint:  The mount -m command might be helpful.


Corinna

--
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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/


Re: The SYSTEM user cannot access the mount point /usr/lib

by linux1974 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


*******************************************************************
* Warning: User mode mounts detected.  This will likely cause     *
* the service to fail to start.  You must have system mode mounts *
* in order to run services.  Re-run setup and choose 'All Users'  *
* or consult the FAQ for more information.                        *
*******************************************************************

I have remounted the directories and now it starts, but the cronjobs do not work.
If I run the crondiag I get the above message, how to you select all users from the setup?

Corinna Vinschen-2 wrote:
On Feb 27 02:03, linux1974 wrote:
>
> I get the error message above when trying to run cron-config.
>
> If i run mount is see the mount point to be there:
>
> $ mount
> C:\cygwin\bin on /usr/bin type user (binmode)
> C:\cygwin\lib on /usr/lib type user (binmode)
                                 ^^^^

All your mount points are user mounts.  No other user except you can
see them.  Remove all mounts with umount and recreate them as system
mounts with mount.  Hint:  The mount -m command might be helpful.


Corinna

--
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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/

Re: The SYSTEM user cannot access the mount point /usr/lib

by Larry Hall (Cygwin) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

linux1974 wrote:

>
> *******************************************************************
> * Warning: User mode mounts detected.  This will likely cause     *
> * the service to fail to start.  You must have system mode mounts *
> * in order to run services.  Re-run setup and choose 'All Users'  *
> * or consult the FAQ for more information.                        *
> *******************************************************************
>
> I have remounted the directories and now it starts, but the cronjobs do not
> work.
> If I run the crondiag I get the above message, how to you select all users
> from the setup?
>


In the "Select Root Install Directory" page, make sure
"All Users (RECOMMENDED)" is selected rather than "Just Me".




--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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/