Hi, try to install houdini 12 on linux ubuntu, but there isnt some install files. what should i do?
Thx.
Houdini on Ubuntu 12
14217 15 0- sanchoflat
- Member
- 26 posts
- Joined: 12月 2011
- Offline
- fsimerey
- Member
- 279 posts
- Joined: 12月 2009
- Offline
- lozo
- Member
- 7 posts
- Joined: 9月 2013
- Offline
- goldleaf
- スタッフ
- 4195 posts
- Joined: 9月 2007
- Offline
- Sadjad Rabiee
- Member
- 1391 posts
- Joined: 12月 2010
- Offline
- lozo
- Member
- 7 posts
- Joined: 9月 2013
- Offline
Hello…
no the semicolon is just part of the copy/paste of the output of the command
I've downloaded again the latest houdini and tried again and the same thing.
If I double click on the houdini.isntall file using the graphical interface explorer, the file opens up with gedit, as it was a text file.
If I make sudo ./houdini.install on a terminal, I get the same result as before, that is a command not found.
My wild guess is that my file assosiation might be messed up?
houw can I be sure to exceture a .install file?
(
no the semicolon is just part of the copy/paste of the output of the command
I've downloaded again the latest houdini and tried again and the same thing.
If I double click on the houdini.isntall file using the graphical interface explorer, the file opens up with gedit, as it was a text file.
If I make sudo ./houdini.install on a terminal, I get the same result as before, that is a command not found.
My wild guess is that my file assosiation might be messed up?
houw can I be sure to exceture a .install file?
(
- Sadjad Rabiee
- Member
- 1391 posts
- Joined: 12月 2010
- Offline
- lozo
- Member
- 7 posts
- Joined: 9月 2013
- Offline
- lozo
- Member
- 7 posts
- Joined: 9月 2013
- Offline
Ok… isntallation done
opened the readme and the source of the houdini_source done and evn var are correctly set.
Now, I try to launch houdini standing in the bin directory of my instalation dir and here is the output:
lozomedia/DATA/unixProgs/houdini/bin$ sudo bash ./houdini
./houdini: line 8: /media/DATA/unixProgs/houdini/bin/houdini-bin: Permission denied
./houdini: line 8: exec: /media/DATA/unixProgs/houdini/bin/houdini-bin: cannot execute: Permission denied
opened the readme and the source of the houdini_source done and evn var are correctly set.
Now, I try to launch houdini standing in the bin directory of my instalation dir and here is the output:
lozomedia/DATA/unixProgs/houdini/bin$ sudo bash ./houdini
./houdini: line 8: /media/DATA/unixProgs/houdini/bin/houdini-bin: Permission denied
./houdini: line 8: exec: /media/DATA/unixProgs/houdini/bin/houdini-bin: cannot execute: Permission denied
- Sadjad Rabiee
- Member
- 1391 posts
- Joined: 12月 2010
- Offline
That's because your Houdini's Installation files permission like houdini-bin in the bin directory.
to check it open properties for houdini-bin in the bin folder (/opt/hfs12.5.560/bin/houdini-bin in my system) and in the Persmissions page “Allow executing files as program” most be On , If not you should check it On .
Also you can apply persmission for Houdini installation files via root ,Open your base Houdini Directory and apply persmmision for all of the subdirectory and files.
Also you can apply persmission for “Allow executing files as program” with below code :
sudo chmod 777 <fileName>
or in the bin directory use below code to apply executing permission for all of the files :
cd to your Houdini's bin dir
sudo chmod 777 *
to check it open properties for houdini-bin in the bin folder (/opt/hfs12.5.560/bin/houdini-bin in my system) and in the Persmissions page “Allow executing files as program” most be On , If not you should check it On .
Also you can apply persmission for Houdini installation files via root ,Open your base Houdini Directory and apply persmmision for all of the subdirectory and files.
Also you can apply persmission for “Allow executing files as program” with below code :
sudo chmod 777 <fileName>
or in the bin directory use below code to apply executing permission for all of the files :
cd to your Houdini's bin dir
sudo chmod 777 *
- Sadjad Rabiee
- Member
- 1391 posts
- Joined: 12月 2010
- Offline
Of course when I installed houdini on Ubuntu or Mint , Houdini luncher icon created in my desktop and Menu programs list automatically and I don't need to run it from bin manually !!!
Also if “Allow executing files as program” for Houdini_bin in the bin directory is On , You can run Houdini just by Double Click on this file and you don't need to run H from terminal :?
Also if “Allow executing files as program” for Houdini_bin in the bin directory is On , You can run Houdini just by Double Click on this file and you don't need to run H from terminal :?
- lozo
- Member
- 7 posts
- Joined: 9月 2013
- Offline
- lozo
- Member
- 7 posts
- Joined: 9月 2013
- Offline
- Sadjad Rabiee
- Member
- 1391 posts
- Joined: 12月 2010
- Offline
- lozo
- Member
- 7 posts
- Joined: 9月 2013
- Offline
I got to the origin of all my issues…
I was downloading and installing everything on a mounted disk with NTFS format… which makes it possible for ubuntu to read and write on but not to change mods to executable for example… it is a format issue of the disk
got to this conclusion after getting to this:
http://askubuntu.com/questions/152607/cant-make-a-file-executable [askubuntu.com]
thanks for your help
Cheers
Lozo
I was downloading and installing everything on a mounted disk with NTFS format… which makes it possible for ubuntu to read and write on but not to change mods to executable for example… it is a format issue of the disk
got to this conclusion after getting to this:
http://askubuntu.com/questions/152607/cant-make-a-file-executable [askubuntu.com]
thanks for your help
Cheers
Lozo
- Sadjad Rabiee
- Member
- 1391 posts
- Joined: 12月 2010
- Offline
-
- Quick Links