hello

Mikolaj Golub to.my.trociny at gmail.com
Sun Dec 26 10:54:49 UTC 2010


On Sat, 25 Dec 2010 17:17:05 +0300 void wrote:

 v> root at ul-farm etc#hastd
 v> hastd: remote address not configured for resource shared
 v>  
 v> root at ul-farm etc#cat /etc/hast.conf
 v> # Global section
 v> control uds:///var/run/hastctl
 v> replication fullsync
 v> timeout 5
 v>  
 v> resource shared
 v> {
 v>         local /dev/da0s2
 v>         on host1
 v>         {
 v>                remote tcp4://10.15.0.127
 v>         }
 v>         on host2
 v>         {
 v>                remote tcp4://10.15.0.1
 v>         }
 v> }

node name should be a full hostname as obtained by gethostname(3), or only
first part of the hostname, or node's UUID as found in the kern.hostuuid
sysctl(8) variable. I suppose yours host1/host2 don't match any. It may be
e.g. "ul-farm".

-- 
Mikolaj Golub


More information about the freebsd-fs mailing list