Well, I killed the old version process and now it works like charming :) Thanks
/Jack On Mar 12, 6:58 pm, "jack.tang" <[email protected]> wrote: > Hi Guys > > I do clean and install faxien from scratch. But unluck the error still > there. Here are the steps > > 1. remove whole /usr/local/erlware > 2. the install log > > [~/Desktop] ➔ /usr/local/erlware/bin/faxien help > Running Erlang > > Faxien is a powerful package manager for the Erlang language. This > message is the gateway into further Faxien help. > > Usage: > faxien help > faxien version > faxien <command> [options|arguments...] > > More Help: > faxien help commands: Lists all faxien commands > faxien help <command>: Gives help on an individual command > faxien help examples: Lists example usages of faxien > faxien alias: lists faxien command aliases > > Short Examples: > faxien install-release sinan > faxien search yaws > faxien help search > ok > [~/Desktop] ➔ sudo /usr/local/erlware/bin/faxien install-release sinan > [sudo] password for jack: > Running Erlang > > Initiating Install for Remote Release sinan-0.16.3.1 > Release compiled for R13B04 > Pulling down gtime-0.9.4 for R12B-3 -> ok > Pulling down uri-0.2.0 for R12B-3 -> ok > Pulling down crary-0.2.3 for R12B-3 -> ok > Pulling down sinan_web_api-0.1.0.6 for R13B04 -> ok > Pulling down asn1-1.6.13 for R13B04 -> ok > Pulling down parsetools-2.0.2 for R13B04 -> ok > Pulling down sgte-0.7.1 for R12B-3 -> ok > Pulling down mnesia-4.4.13 for R13B04 -> ok > Pulling down xmerl-1.2.4 for R13B04 -> ok > Pulling down tools-2.6.5.1 for R13B04 -> ok > Pulling down ktuo-0.4.0.3 for R12B-3 -> ok > Pulling down syntax_tools-1.6.5 for R13B04 -> ok > Pulling down edoc-0.7.6.6 for R13B04 -> ok > Pulling down compiler-4.6.5 for R13B04 -> ok > Pulling down sinan-0.16.3.1 for R13B04 -> ok > Pulling down eunit-2.1.5 for R13B04 -> ok > Pulling down sasl-2.1.9 for R13B04 -> ok > Pulling down stdlib-1.16.5 for R13B04 -> ok > Pulling down kernel-2.13.5 for R13B04 -> ok > Pulling down etask-0.6.2 for R13B04 -> ok > Release compiled for R13B04 > Pulling down erts-5.7.5 -> ok > Release compiled for R13B04 > Installation of sinan-0.16.3.1 resulted in ok > ok > [~/Desktop] ➔ /usr/local/erlware/bin/sinan help > Describing tasks ... > function_clause: [{sin_help,process_task_entry, > ["1771b9f2-804f-48ea- > aa7a-982435b2288e",gen]}, > {lists,map,2}, > {sin_help,help,1}, > {eta_task_runner,apply_task,3}, > {eta_task_runner,execute_task_stack,4}, > {eta_task_runner,run_tasks,4}, > {eta_task_runner,do_tasks,4}, > {eta_task_runner,'-run_task_reply/5-fun-0-',5}] > Task failed > run complete with faults > > [~/Desktop] ➔ /usr/local/erlware/bin/faxien version > Running Erlang > 0.43.1.15 > [~/Desktop] ➔ /usr/local/erlware/bin/sinan version > 0.16.1.1 > > Well, sinan version is wrong? > > I digg the install logging under /tmp/ dir > > =INFO REPORT==== 12-Mar-2010::14:48:54 === > epkg_install:create_executable_script/4 (line 402) bindir path "/usr/ > local/erlware/releases/sinan-0.16.3.1/bin" > bin file paths ["/usr/local/erlware/releases/sinan-0.16.3.1/bin/ > sinan", > "/usr/local/erlware/releases/sinan-0.16.3.1/bin/ > sinserv"] > =INFO REPORT==== 12-Mar-2010::14:48:54 === > epkg_util:set_executable_perms/1 (line 381) > epkg_util:set_executable_perms("/usr/local/erlware/bin/sinan") SysArch > was "i686-pc-linux-gnu" > > =INFO REPORT==== 12-Mar-2010::14:48:54 === > epkg_util:set_executable_perms/1 (line 381) > epkg_util:set_executable_perms("/usr/local/erlware/bin/5.7.5/sinan") > SysArch was "i686-pc-linux-gnu" > > =INFO REPORT==== 12-Mar-2010::14:48:54 === > epkg_util:set_executable_perms/1 (line 381) > epkg_util:set_executable_perms("/usr/local/erlware/bin/sinserv") > SysArch was "i686-pc-linux-gnu" > It tells me the version should be 0.16.3.1 and the sinan script file > is: > > [~/Desktop] ➔ cat /usr/local/erlware/bin/sinan > #!/bin/sh > > #### Fill in values for these variables #### > REL_NAME=sinan > REL_VSN=0.16.3.1 > ########################################### > > PROG=$0 > test -h $0 && PROG=$(readlink $0) > PREFIX=$(cd $(dirname $(dirname $PROG)); pwd) > > REL_DIR=$PREFIX/releases/$REL_NAME-$REL_VSN > > /usr/bin/env python $REL_DIR/client/sinan --prefix $PREFIX $@ > > More, the lib dir > > [~/Desktop] ➔ ls /usr/local/erlware/lib/ | grep sinan > sinan-0.16.3.1 > sinan_web_api-0.1.0.6 > > Util now I cannot figure what's wrong :( > > Regards > /Jack > > On Mar 12, 11:29 am, "jack.tang" <[email protected]> wrote: > > > > > On Mar 12, 11:21 am, Martin Logan <[email protected]> wrote: > > > > Delete your Erlang install and reinstall from scratch. You are > > > running an old version and due to some old bootstrapper issues you > > > will have a little bit of difficulty getting to the latest version. > > > The latest version of faxien is 0.43.1.15 > > > Hi Martin > > > What "Erlang" did you mean in the sentence? In my system there is > > Erlang VM exist and I installed it using apt-get and I found there are > > two versions of erts undex erlware. > > > [~/local/workspace/sinan_sample] ➔ ls /usr/local/erlware/ > > bin/ erts-5.7.1/ erts-5.7.2/ erts.tar.gz lib/ > > releases/ > > > Which "Erlang" should I remove? Thanks > > > /Jack > > > > On Thu, Mar 11, 2010 at 9:18 PM, jack.tang <[email protected]> wrote: > > > > Hi List > > > > > I was going to adopt sinan as our project management tool some months > > > > ago, and was blocked by "sinan help" issue. And now back :) and I re- > > > > read the document and find I am lost. Here are some issues: > > > > > 1. sinan help still cannot work. > > > > > I had updated faxien and its version is 0.42.2.5, the sinan's version > > > > is 0.16.1.1. And my os is debian (kernel 2.6.30), erts-5.7.3. The > > > > output of sinan help is: > > > > > <pre> > > > > [~/local/workspace] ➔ /usr/local/erlware/bin/sinan help > > > > [help] Describing tasks ... > > > > [sin_help fault!!] function_clause: [{sin_help,process_task_entry, > > > > ["1771b9f2-804f-48ea- > > > > aa7a-982435b2288e",gen]}, > > > > {lists,map,2}, > > > > {sin_help,help,1}, > > > > {eta_task_runner,apply_task,3}, > > > > {eta_task_runner,execute_task_stack,4}, > > > > {eta_task_runner,run_tasks,4}, > > > > {eta_task_runner,do_tasks,4}, > > > > {eta_task_runner,'-run_task_reply/5-fun-0-',5}] > > > > Task failed > > > > run complete with faults > > > > </pre> > > > > > There is sinan process running background, > > > > <pre> > > > > [~/local/workspace] ➔ ps aux | grep sinan > > > > jack 6971 0.0 1.9 79848 40612 ? Sl 10:58 0:00 /usr/ > > > > local/erlware/erts-5.7.2/bin/beam.smp -- -root /usr/local/erlware - > > > > progname erl -- -home /home/jack -noshell -noinput -config /home/ > > > > jack/.sinan/config/sinserv-0.16.1.1.config -boot /usr/local/erlware/ > > > > releases/sinan-0.16.1.1/sinan > > > > </pre> > > > > > and the sasl.log > > > > <pre> > > > > > =PROGRESS REPORT==== 12-Mar-2010::11:11:58 === > > > > supervisor: {local,sasl_safe_sup} > > > > started: [{pid,<0.37.0>}, > > > > {name,alarm_handler}, > > > > {mfa,{alarm_handler,start_link,[]}}, > > > > {restart_type,permanent}, > > > > {shutdown,2000}, > > > > {child_type,worker}] > > > > > =PROGRESS REPORT==== 12-Mar-2010::11:11:58 === > > > > supervisor: {local,sasl_safe_sup} > > > > started: [{pid,<0.38.0>}, > > > > {name,overload}, > > > > {mfa,{overload,start_link,[]}}, > > > > {restart_type,permanent}, > > > > {shutdown,2000}, > > > > {child_type,worker}] > > > > > =PROGRESS REPORT==== 12-Mar-2010::11:11:58 === > > > > supervisor: {local,sasl_sup} > > > > started: [{pid,<0.36.0>}, > > > > {name,sasl_safe_sup}, > > > > {mfa, > > > > {supervisor,start_link, > > > > [{local,sasl_safe_sup},sasl,safe]}}, > > > > {restart_type,permanent}, > > > > {shutdown,infinity}, > > > > {child_type,supervisor}] > > > > > =PROGRESS REPORT==== 12-Mar-2010::11:11:58 === > > > > supervisor: {local,sasl_sup} > > > > started: [{pid,<0.39.0>}, > > > > {name,release_handler}, > > > > {mfa,{release_handler,start_link,[]}}, > > > > {restart_type,permanent}, > > > > {shutdown,2000}, > > > > {child_type,worker}] > > > > > =PROGRESS REPORT==== 12-Mar-2010::11:11:58 === > > > > application: sasl > > > > started_at: non...@nohost > > > > > =PROGRESS REPORT==== 12-Mar-2010::11:11:58 === > > > > application: crary > > > > started_at: non...@nohost > > > > > =PROGRESS REPORT==== 12-Mar-2010::11:11:58 === > > > > application: asn1 > > > > started_at: non...@nohost > > > > > =PROGRESS REPORT==== 12-Mar-2010::11:11:58 === > > > > application: parsetools > > > > started_at: non...@nohost > > > > > =PROGRESS REPORT==== 12-Mar-2010::11:11:58 === > > > > application: sgte > > > > started_at: non...@nohost > > > > > =PROGRESS REPORT==== 12-Mar-2010::11:11:58 === > > > > supervisor: {local,eta_sup} > > > > started: [{pid,<0.52.0>}, > > > > {name,eta_event}, > > > > {mfa,{eta_event,start_link,[]}}, > > > > {restart_type,permanent}, > > > > {shutdown,2000}, > > > > > > ... > > read more » -- You received this message because you are subscribed to the Google Groups "erlware-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/erlware-dev?hl=en.
