can't start os_mon using rpc on a slave node with R10B
Nicolas Niclausse
nicolas@REDACTED
Fri Dec 17 16:12:37 CET 2004
Hello,
Since R10B-0, i can't start os_mon application on a remote node
started with slave:start using rpc:call (it works ok with a remote
node started in another terminal)
No pb with R9C-2.
for ex:
>erl -rsh ssh -sname foo -setcookie glop ~
Erlang (BEAM) emulator version 5.4.3 [source] [hipe] [threads:0]
Eshell V5.4.3 (abort with ^G)
(foo@REDACTED)1> slave:start(fugue,bar,"-setcookie glop").
{ok,bar@REDACTED}
(foo@REDACTED)2> rpc:call(bar@REDACTED,application,start,[sasl]).
[snip]
=PROGRESS REPORT==== 17-Dec-2004::16:05:11 ===
application: sasl
started_at: bar@REDACTED
(foo@REDACTED)3> rpc:call(bar@REDACTED,application,start,[os_mon]).
=PROGRESS REPORT==== 17-Dec-2004::16:05:21 ===
supervisor: {local,os_mon_sup}
started: [{pid,<0.51.0>},
{name,disksup},
{mfa,{disksup,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 17-Dec-2004::16:05:21 ===
supervisor: {<0.52.0>,memsup_helper}
started: [{pid,<0.53.0>},{mfa,{memsup_helper,init,[[]]}}]
=PROGRESS REPORT==== 17-Dec-2004::16:05:21 ===
supervisor: {local,os_mon_sup}
started: [{pid,<0.52.0>},
{name,memsup_helper_sup},
{mfa,{memsup_helper,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
{badrpc,nodedown}
--
Nicolas Niclausse
More information about the erlang-bugs
mailing list