Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HOUDINI APPRENTICE for gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
co-D
n00b
n00b


Joined: 19 Mar 2003
Posts: 16

PostPosted: Wed Jun 04, 2003 11:16 am    Post subject: HOUDINI APPRENTICE for gentoo Reply with quote

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
Code:
./houdini.install

#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
Code:

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

:D
Back to top
View user's profile Send private message
RushFur
n00b
n00b


Joined: 27 Jul 2003
Posts: 4
Location: Ísafjörður, Iceland

PostPosted: Fri Aug 29, 2003 9:33 am    Post subject: Reply with quote

yup..
That does it for me 2 :D
good job bro
Back to top
View user's profile Send private message
teknomage1
Veteran
Veteran


Joined: 05 Aug 2003
Posts: 1239
Location: Los Angeles, CA

PostPosted: Wed Oct 15, 2003 3:47 pm    Post subject: Reply with quote

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
View user's profile Send private message
krychu
n00b
n00b


Joined: 11 Oct 2004
Posts: 25

PostPosted: Mon Oct 11, 2004 4:37 pm    Post subject: it's not working:( Reply with quote

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
View user's profile Send private message
alexg123
n00b
n00b


Joined: 13 Oct 2004
Posts: 2
Location: LA, CA

PostPosted: Wed Oct 13, 2004 9:46 pm    Post subject: Re: it's not working:( Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum