View previous topic :: View next topic |
Author |
Message |
co-D n00b

Joined: 19 Mar 2003 Posts: 16
|
Posted: Wed Jun 04, 2003 11:16 am Post subject: HOUDINI APPRENTICE for gentoo |
|
|
i managed to install houdini apprentice in gentoo with the following instructions
Code: | mkdir /etc/rcX.d
ln -s /etc /etc/rc.d
ln -s /etc/rcX.d /etc/rc1.d
ln -s /etc/rcX.d /etc/rc2.d
ln -s /etc/rcX.d /etc/rc3.d
ln -s /etc/rcX.d /etc/rc4.d
ln -s /etc/rcX.d /etc/rc5.d
tar -zxvf hfs-6.0.286-linux7.tar.gz
cd Linux7 |
this will allow you install houdini, and the sesinetd license server, but will fail to start the license server
#do the following while it's prompting that it's loading the license server configuration,or after you see it fail to obtain the information, because then it's practically done but failed to start the service
Code: | /etc/init.d/sesinetd start |
then proceed to obtain license keys
Code: |
tcsh
cd /usr/hfs6
source houdini_setup
hkey |
go to File>Manually insert keys and go to http://license.sidefx.com/get_nc_license.php
enter Server name and Server Code as shown in Server Information tab
the Server should now be fully operational, so start houdini
you could do the following, so you don't have to start the license server manually all the time
Code: | rc-update add sesinetd default |
to make life easier put one of these scripts in /usr/bin for each program, hhalo, houdini, hselect, hescape, hkey, and make it executable with chmod 755 /usr/bin/houdini. replace "houdini" with the program name but leave "source houdini_setup" the same in all scripts.
Code: | #! /bin/tcsh -f
cd /usr/hfs6/
source houdini_setup
houdini
|
works for me
 |
|
Back to top |
|
 |
RushFur n00b


Joined: 27 Jul 2003 Posts: 4 Location: Ísafjörður, Iceland
|
Posted: Fri Aug 29, 2003 9:33 am Post subject: |
|
|
yup..
That does it for me 2
good job bro |
|
Back to top |
|
 |
teknomage1 Veteran


Joined: 05 Aug 2003 Posts: 1239 Location: Los Angeles, CA
|
Posted: Wed Oct 15, 2003 3:47 pm Post subject: |
|
|
You're my Hero! I've been dual booting to mandrake just to make houdini work! Thank you!
on a side note to keep it working after reboot i had to make a fakesesi init script:
depend() {
after xdm
}
start() {
ebegin "Starting Sesinetd"
/etc/init.d/sesinetd start
eend $? "Sesi died argh..."
}
stop() {
ebegin "Stopping Sesinetd"
/etc/init.d/sesinetd stop
eend $? "Sesi won't die...Send reinforcemnets...sk..."
}
cause gentoo gripes if I add sesinetd to the initscripts |
|
Back to top |
|
 |
krychu n00b

Joined: 11 Oct 2004 Posts: 25
|
Posted: Mon Oct 11, 2004 4:37 pm Post subject: it's not working:( |
|
|
i have houdini 7.0.192 and it's not working, i have message:License Error: Unable to connect to hserver for license acquisition |
|
Back to top |
|
 |
alexg123 n00b

Joined: 13 Oct 2004 Posts: 2 Location: LA, CA
|
Posted: Wed Oct 13, 2004 9:46 pm Post subject: Re: it's not working:( |
|
|
krychu wrote: | i have houdini 7.0.192 and it's not working, i have message:License Error: Unable to connect to hserver for license acquisition |
Taking the information from here, this is the process that worked for me:
http://www.sidefx.com/forum/viewtopic.php?p=14378#14378
This rehashes pretty much all of the information here except states the entire process that worked for me from installing, to getting the license server to start up on reboot to launching houdini.
HTH,
Alex |
|
Back to top |
|
 |
|