Hello,
I recently began venturing into the world of servers a few months ago and built my own server a few weeks ago with my install actually managing to stick just yesterday. I was working my way through the various videos I needed to install what I wished from dbtech on youtube. Specifically, once I finished following along with this video
I have done the following during my install/configuring steps of my server: I have forwarded ports 80, 81, 443, and 499 to my servers IP, the server has a static IP via the router, duckdns is working and allows me to connect to my nextcloud server remotely or locally. Changed the omv webGUI to use port 81
The troubleshooting steps I have taken are as follows: Attempted to run omv-firstaid and received this error
Traceback (most recent call last):
File "/usr/sbin/omv-firstaid", line 92, in <module>
sys.exit(main())
File "/usr/sbin/omv-firstaid", line 57, in main
modules = load_modules()
File "/usr/sbin/omv-firstaid", line 44, in load_modules
mod = __import__(modname)
File "/usr/share/openmediavault/firstaid/modules.d/61aptclean.py", line 22, in <module>
import openmediavault.subprocess
ModuleNotFoundError: No module named 'openmediavault.subprocess'
The error I receive when attempting to connect to my server locally by typing myserver.local:81 in the address bar is: ERR_CONNECTION_REFUSED\
This exact webaddress was working when I was configuring the server prior to finishing following the walkthrough video I linked.
I would love any help I could get! I am ready to provide clarification and any results of any commands in my ssh terminal. I am able to connect via ssh and I am able to get into my nextcloud server. I would hate to do a fresh install as I had moved all my files from google drive over to my nextcloud server before noticing that my omv webGUI was not working. I do have all the data for my next cloud server on a separate drive than OMV. So if there is a need to do a fresh install is there a way to unmount and remount the drive with the data to omv and not lose any progress? Thanks for your help in advance!