On Thu, February 10, 2011 1:16 pm, Takashi Takizawa wrote: > Hi, > > > On Tue, Feb 08, 2011 at 11:19:12AM +0100, > Rasto Levrinc wrote: > > >> Well, drbd-gui-helper set locale to C for whatever happens in this >> script. Other commands defined in configs/DistResource... files use >> whatever is set on the servers. That can cause problems sometimes, if >> there is some parsing involved, although till now nobody reported >> something like that. I think I set it for every such command to never >> run into a problem. > > An error sometimes occurs in the latest source code. > The following command causes an error. > LC_ALL=C if ! /etc/init.d/heartbeat status >/dev/null 2>&1; then > /etc/init.d/heartbeat start; fi > > > I think that I had better transfer 'LC_ALL=C' to 'export LC_ALL=C;'. > However, I cannot try the case that ssh is hopped.
Yes, you are right, I've already fixed that couple of days ago exactly the same way, but didn't push it yet. Now I did. Rasto -- : Dipl-Ing Rastislav Levrinc : DRBD MC http://oss.linbit.com/drbd-mc/ : DRBD MC http://www.drbd.org/mc/management-console/ : DRBD/HA support and consulting http://www.linbit.com/ DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria. _______________________________________________ drbd-mc mailing list [email protected] http://lists.linbit.com/mailman/listinfo/drbd-mc
