On Mon, Sep 08, 2008 at 12:51:36PM +0100, Paul Walsh wrote: > ...You can find the current project TODO list here: > http://linux-ha.org/HATodo.html > > There are lots of things to be done.... > Such as actually having a page there ;) > > As well as a "TODO" how about a "what's been done" or "the story so far" > page? One interest I have is in getting a > clean build on Solaris. I'm hoping to see what combinations of architecture, > O/S version and package version work best > (or at least with the minimum of "tweaking") and wondered what work had been > done previously > > a) so I don't re-invent any wheels, and > b) to avoid asking questions (where possible) that have been asked before. > > As I proceed with my investigations I hope to assemble a wiki page (locally > at first, in mediawiki format) with notes on > issues encountered and how they were (hopefully) resolved. > > > One thing I've noticed so far is that Solaris 9 and 10 require 2 arguments to > the reboot(3C) > function, so there needs to be a way of getting ConfigureMe and/or configure > to alter the definition in cl_reboot.c: > > --- ./lib/clplumbing/cl_reboot.orig Mon Sep 8 09:50:46 2008 > +++ ./lib/clplumbing/cl_reboot.c Mon Sep 8 09:50:59 2008 > @@ -12,7 +12,7 @@ > #include <clplumbing/cl_log.h> > #include <clplumbing/timers.h> > > -#define REBOOT1ARG 1 > +#define REBOOT2ARG 2 > > enum rebootopt { > REBOOT_DEFAULT = 0, >
Hi Paul, which version of linux-ha are you looking at. The version of configure.in currently in the dev mercurial branch already seems to detect if reboot needs one or two arguments. _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
