"Neill Mitchell" wrote:
> I have upgraded the master machine to 0.98.6. I only have one master
> machine. All transcode dependencies are present on the other 3 nodes.
> Running fping manually from the console returns that all nodes are alive.
> The dvdrip cluster console is still showing them all as offline though. Only
> the master machine is showing as idle. All nodes pass the SSH connection,
> Data Directory, Write access and Program version tests.
> I have tried everything I can think of now. It's getting very depressing.
> I have attached the output from dvdrip-master. You can see me doing the
> tests.
Please apply the attached patch and start dvdrip-master with loglevel 4
dvdrip-master 4
and post the log output here.
Regards,
Jörn
--
$a=$a[8][67][9][0][42][214][82][78][0][50][69][68][69][82][0][73][78][0]
[65][0][20][16][0][68][73][77][69][78][83][73][79][78][65][76][0][65][82
][82][65][89]=sub{sub _($){print$_[@z]}($z,$i)=@_;(++$i)while!$z->[$i];$
s+=$i;_ chr($i+32);$s!=2292&&&$a($z->[$i],$c>>$e)};&$a(\@a,$d<<$f);_"\n"
Index: lib/Video/DVDRip/Cluster/Master.pm
===================================================================
RCS file: /home/cvsroot/dvdrip/lib/Video/DVDRip/Cluster/Master.pm,v
retrieving revision 1.45.2.1
diff -u -r1.45.2.1 Master.pm
--- lib/Video/DVDRip/Cluster/Master.pm 13 Apr 2007 11:17:44 -0000 1.45.2.1
+++ lib/Video/DVDRip/Cluster/Master.pm 30 Apr 2007 21:16:42 -0000
@@ -138,7 +138,7 @@
sub node_check_unnecessary {
my $self = shift;
-
+ return;
return if $self->rpc_server->get_clients_connected;
return if @{ $self->job_get_unfinished_projects };
return 1;
@@ -198,6 +198,7 @@
command => $command,
no_log => 1,
cb_line_read => sub {
+ $self->log(4, "fping: $_[0]");
$buffer .= $_[0] . "\n";
1;
},
|