Results 1 to 4 of 4
Im getting a Permission denied error when i run a .sh file
a git_xorg.sh file to be precice, i was able to run it untill i installed the git.rmp from ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-14-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 5
Permission denied
Im getting a Permission denied error when i run a .sh file
a git_xorg.sh file to be precice, i was able to run it untill i installed the git.rmp from yum and idears why this is happening. ?
thanx a bunch,
- 02-14-2007 #2
One thing you can do is right click on the file and go to the permissions tab and see who the owner of the files is. If you need to be the owner and have a root password change the owner using the chown command.
Let me know if you need anymore help.
- 02-14-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 5
Hi Thanx for that reply, it seems to have done the trick,
tho i am having a we bit of trouble with the git repository,
this is the script i am running:
if [ -d xcb ] ; then
(cd xcb/libxcb ; git pull)
(cd xcb/pthread-stubs ; git pull)
(cd xcb/proto ; git pull)
else
mkdir xcb
(cd xcb ; git clone git://anongit.freedesktop.org/git/xcb/libxcb )
(cd xcb ; git clone git://anongit.freedesktop.org/git/xcb/pthread-stubs )
(cd xcb ; git clone git://anongit.freedesktop.org/git/xcb/proto )
fi
the proble i am having is that i can "git" the last line "proto"
even tho i have no trouble brousing the http of all them, @ http://anongit.freedesktop.org/git/xcb/proto.git/
any ideas will be supurb.
thanx again
- 02-14-2007 #4Just Joined!
- Join Date
- Feb 2007
- Posts
- 5
Scratch that i think its working now.
i'll let you know


Reply With Quote
