I've been running xeoma containerized for several months with the coppit/xeoma image, VERSION='latest_beta" in my conf, and network_mode: host. Xeoma began crashing on startup last night however with the following error. Any ideas? Anybody know the previous beta version and how to download it? Thx.
[code]
2021-06-27 18:10:49 Could not find beta version information from Felenasoft at http://felenasoft.com/xeoma/downloads/version3.xml. Using non-beta version
2021-06-27 18:10:49 Using Xeoma version 21.6.4 (the latest beta version)
2021-06-27 18:10:49 Downloaded file /config/downloads/xeoma_21.6.4.tgz already exists. Skipping download
2021-06-27 18:10:49 Skipping installation because the currently installed version is the correct one
*** Running /etc/my_init.d/50_configure_xeoma.sh...
cat: /sys/class/net/enp24s0: Is a directory
cat: enp24s0/address: No such file or directory
*** /etc/my_init.d/50_configure_xeoma.sh failed with status 1
[/code]
If I try to specify VERSION='21.5.31' in my conf I get:
[code]
2021-06-27 18:16:02 Using Xeoma version 21.5.31 (a user-specified version)
2021-06-27 18:16:02 Deleting files in /config/downloads to reclaim space...
2021-06-27 18:16:02 Downloading from https://felenasoft.com/xeoma/downloads/xeoma_previous_versions/?get=xeoma_linux64_21.5.31.tgz into /config/downloads
2021-06-27 18:16:02 Downloading from https://felenasoft.com/xeoma/downloads/xeoma_previous_versions/?get=xeoma_linux64_21.5.31.tgz
Traceback (most recent call last):
File "/etc/my_init.d/40_install_xeoma.py", line 184, in <module>
local_file = download_xeoma(version_number, download_url, alternate_download_url)
File "/etc/my_init.d/40_install_xeoma.py", line 133, in download_xeoma
if do_download(download_url): return local_file
File "/etc/my_init.d/40_install_xeoma.py", line 122, in do_download
urllib.request.urlretrieve(url, TEMP_FILE)
File "/usr/lib/python3.6/urllib/request.py", line 248, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "/usr/lib/python3.6/urllib/request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
File "/usr/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/usr/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
*** /etc/my_init.d/40_install_xeoma.py failed with status 1
[/code]