View Single Post
Old 4th June 2022
gordon.f gordon.f is offline
Fdisk Soldier
 
Join Date: Oct 2021
Location: Europe
Posts: 60
Default

Dear jggimi;

Quote:
resolveip(1) is a tool included with the MariaDB server, which uses the OS's domain name resolver gethostbyname(3) from libc. OpenBSD's library call uses resolv.conf(5) for name resolution. The system named 'my_system.net' is not defined either by your provisioned nameserver(s) or by your hosts(5) file.
I don't know how to check necessary files.

This is my /etc/hosts:
Code:
>>>cat /etc/hosts                     
127.0.0.1	localhost
::1		localhost
Also there is no gethostbyname(3):
Code:
>>>gethostbyname
ksh: gethostbyname: not found
Code:
cat /etc/resolv.conf                                                
lookup file bind
Is my problem related to this resolving issue? If so, could you please guide me?
Reply With Quote