Re: permission problem with Windows SDK from snapshot 4.0.1

2013-09-09 Thread Jürgen Schmidt
On 9/6/13 9:03 PM, Regina Henschel wrote:
 Hi,
 
 when I click on Windows version of SDK in
 https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds
 I get an error Forbidden
 You don't have permission to access
 /~jsc/developer-snapshots/snapshot/windows/Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe
 on this server.

it should work now

Juergen


 
 Kind regards
 Regina
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org
 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: permission problem with Windows SDK from snapshot 4.0.1

2013-09-09 Thread Regina Henschel

Hi Jürgen,

Jürgen Schmidt schrieb:

On 9/6/13 9:03 PM, Regina Henschel wrote:

Hi,

when I click on Windows version of SDK in
https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds
I get an error Forbidden
You don't have permission to access
/~jsc/developer-snapshots/snapshot/windows/Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe
on this server.


it should work now


Yes. Download is possible now.

Kind regards
Regina


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: permission problem with Windows SDK from snapshot 4.0.1

2013-09-07 Thread Rony G. Flatscher (Apache)
Hi Regina,

On 9/6/2013 9:03 PM, Regina Henschel wrote:
 when I click on Windows version of SDK in
 https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds
  I get an error
 Forbidden
 You don't have permission to access
 /~jsc/developer-snapshots/snapshot/windows/Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe
 on this server.
that usually happens, if the access controls (ACL) are not set to allow 
everyone to do everything
with it. :)

If that is the cause for your problem, then you can fix this as an 
Administrator on your Windows
machine using the command line tool cacl (change access control list).

In your example, and assuming you are running a German version of Windows, you 
might want to try the
following command in a command line window:

cacls 

/~jsc/developer-snapshots/snapshot/windows/Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe
 /g
jeder:f

Altghough it looks a little bit strange to see /~jsc/ on a Window machine.

Hope that helps one way or the other,

---rony

P.S.: On a non-German Windows machine you need to change jeder to your local 
name for everyone.



Re: permission problem with Windows SDK from snapshot 4.0.1

2013-09-07 Thread Rony G. Flatscher (Apache)
Ah, on second reading I see that it is not a Windows installation problem you 
were referring to, but
the access rights on the web server. Sorry for my noice, probably need still 
more sleep ... ;)

---rony



On 9/7/2013 1:14 PM, Rony G. Flatscher (Apache) wrote:
 Hi Regina,

 On 9/6/2013 9:03 PM, Regina Henschel wrote:
 when I click on Windows version of SDK in
 https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds
  I get an error
 Forbidden
 You don't have permission to access
 /~jsc/developer-snapshots/snapshot/windows/Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe
 on this server.
 that usually happens, if the access controls (ACL) are not set to allow 
 everyone to do everything
 with it. :)

 If that is the cause for your problem, then you can fix this as an 
 Administrator on your Windows
 machine using the command line tool cacl (change access control list).

 In your example, and assuming you are running a German version of Windows, 
 you might want to try the
 following command in a command line window:

 cacls 
 
 /~jsc/developer-snapshots/snapshot/windows/Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe
  /g
 jeder:f

 Altghough it looks a little bit strange to see /~jsc/ on a Window machine.

 Hope that helps one way or the other,

 ---rony

 P.S.: On a non-German Windows machine you need to change jeder to your 
 local name for everyone.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org