[OpenAFS] Changing host- and domainname

Sebix sebix@sebix.at
Sat, 20 Jan 2024 22:00:48 +0100


On 1/20/24 21:58, Jeffrey E Altman wrote:
> On 1/20/2024 3:49 PM, Sebix wrote:
>> Hi,
>>
>> On 1/20/24 21:46, Jeffrey E Altman wrote:
>>
>>> On 1/20/2024 3:32 PM, Sebix wrote:
>>>> We already replaced the IP address in /etc/openafs/CellServDB and 
>>>> restarted the server.
>>>>
>>> Did you update /etc/openafs/server/CellServDB as well?
>>
>> yes, the two files are identical.
>>
> Do you have NetInfo and/or NetRestrict files in /etc/openafs/server/?

No:

# grep -cr Net /etc/openafs/server/ :(
/etc/openafs/server/UserList:0
/etc/openafs/server/KeyFile:0
/etc/openafs/server/CellServDB.old:0

> Does the output of "ip addr" or "ifconfig -a" list the address 
> 192.168.1.43?

Yes:

2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast 
state UP qlen 1000
     link/ether 9e:41:32:2b:59:b0 brd ff:ff:ff:ff:ff:ff
     inet 192.168.1.43/24 brd 192.168.1.255 scope global eth0
     inet6 fe80::9c41:32ff:fe2b:59b0/64 scope link
        valid_lft forever preferred_lft forever

> The error is being generated from verifyInterfaceAddress() in 
> src/ubik/beacon.c.