Steffen Neumann wrote:
> but venus -init shows the dreaded
>
> [...]
> 04:48:21 Initial LRDB allocation
> 04:48:21 Getting Root Volume information...
>
> using strace I get
> [...]
> sin_family=AF_INET, sin_port=htons(2432),
> sin_addr=inet_addr("server IP adress here")}}, 16) = 297
> and
> recvfrom(6, 0x8160ae4, 4360, 0, 0x15059f10, 0x15059f0c)
> = -1 ECONNREFUSED (Connection refused)
Just guessing, but it might be necessary to check /etc/hosts.{allow,deny}.
Be sure that all your clients have access permissions.
I have a line like:
> ALL: 192.168.1.0/255.255.255.0
in my /etc/hosts.allow, which is easy to handle, but your preference may
vary.
Hope that helps.
Ivo.