Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320234 - -bash: /usr/bin/wget: Permission denied
Summary: -bash: /usr/bin/wget: Permission denied
Status: RESOLVED INVALID
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Servers (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-19 05:24 EDT by Jacek Pospychala CLA
Modified: 2010-07-19 05:26 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek Pospychala CLA 2010-07-19 05:24:39 EDT
I'm logging in to dev.eclipse.org and starting promoteATF-I.sh script in my home directory (jpospycha user).

Unfortunately script fails with:
-bash: /usr/bin/wget: Permission denied


So basically, this breaks ATF promotion process, so I'm setting as blocker.


The failing command in the script is:
wget --no-check-certificate "https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/lastSuccessfulBuild/artifact/build/*zip*/build.zip"

afaik this was recommended to Athena CBI users to get latestSuccessfulBuild from Hudson, to avoid problems with missing lastSuccessfulBuild links.
Comment 1 Jacek Pospychala CLA 2010-07-19 05:26:37 EDT
ah no!

issue was that I'm logging on dev.eclipse.org.
when going thru build.eclipse.org all is fine.

Sorry!