Bernard, sometimes when I reinstall a client I usually open the virtual console and then I launch the reinstallation. In this case the previous messages cannot be retrieved (because there is no previous message), but when the network goes up on the client I can see the messages on the virtual console without closing and reopening the window... with your change this behaviour is not supported... what do you think, could we need that?
Cheers, -Andrea Bernard Li wrote: > Author: bli > Date: 2006-05-03 00:59:16 -0500 (Wed, 03 May 2006) > New Revision: 3547 > > Modified: > trunk/sbin/si_monitortk > Log: > Only refresh virtual console message if there were no errors retrieving > previous messages > - in this case, if we cannot reach the host for previous messages, it will > not print the > last message from /var/lib/systemimager/clients.xml > > > Modified: trunk/sbin/si_monitortk > =================================================================== > --- trunk/sbin/si_monitortk 2006-05-01 17:43:52 UTC (rev 3546) > +++ trunk/sbin/si_monitortk 2006-05-03 05:59:16 UTC (rev 3547) > @@ -498,15 +498,14 @@ > 'title' > ); > } > + # Refresh console view (default 100ms). > + my $cons_timer = Tk::After->new( > + $sub_win, > + 100, > + 'repeat', > + \&refresh_console > + ); > } > - > - # Refresh console view (default 100ms). > - my $cons_timer = Tk::After->new( > - $sub_win, > - 100, > - 'repeat', > - \&refresh_console > - ); > } > > # Usage: > ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sisuite-devel mailing list Sisuite-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sisuite-devel