Qomui uses a background service qol-assist-migration.service
This crashes upon import of a VPN configuration (wireguard to be precise, which I built myself)
In the service log the following error is present.
python3[18613]: Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/qomui/update.py", line 76, in run
self.add_folder()
File "/usr/lib/python3.6/site-packages/qomui/update.py", line 899, in add_folder
self.import_configs()
File "/usr/lib/python3.6/site-packages/qomui/update.py", line 994, in import_configs
country_check = check_output(["geoiplookup", "{}".format(ip)]).decode("utf-8")
File "/usr/lib/python3.6/subprocess.py", line 356, in check_output
**kwargs).stdout
File "/usr/lib/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.6/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'geoiplookup': 'geoiplookup'I have not seen which package would provide the binary geoiplookup.