This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

chmod on network drive (was: Starting http2: Win32 error 1062)


Hello again,

I have a follow-up question to my protection problem,
now trying to access pages under my ~/public_html directory.

My home is on a network drive, and my previously reported 
problem applies again:

Forbidden

You don't have permission to access /~emagiro on this server.

The record in error_log:

[Wed Mar 05 16:41:17 2008] [error] [client 159.107.167.27] client denied by
server configuration: /cygdrive/h/public_html

And from the command line:

~> ll ~/public_html
total 12
drwx------+ 4 emagiro        Domain Users    0 Feb 29 16:45 .
drwx------+ 8 Administrators Domain Users    0 Mar  5 14:06 ..
drwx------+ 2 emagiro        Domain Users    0 Mar  5 09:27 d
-rw-r--r--  1 emagiro        Domain Users 1021 Feb 29 16:45 index.html
-rw-r--r--  1 emagiro        Domain Users  754 Feb 29 16:39 index.html~
drwx------+ 3 emagiro        Domain Users    0 Mar  3 18:01 log
~> chmod go+rx ~/public_html
chmod: changing permissions of `/cygdrive/h/public_html': Permission denied
~> echo $CYGWIN
ntsec smbntsec server
~> getfacl public_html
# file: public_html
# owner: emagiro
# group: Domain Users
user::rwx
group::---
group:Administrators:rwx
mask:rwx
other:---
default:user:emagiro:rwx
default:group:Administrators:rwx
default:mask:rwx

My previously reported  cygcheck.out is still relevant:

http://pastebin.com/m4f71f81c

What can I do?
Thanks,
Marc


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]