Hi,
I'm running the latest OMV on a RaspberryPi 4B.
I have updated from 7.4.x (I don't exactly know, it was the latest one) to 7.5 this morning but afterwards I was completely unable to gain access to the system.
Turns out, it does not even have an IP anymore.
I connected it to a screen to verify; "ip a" didn't even list the physical LAN interface anymore.
The system was running perfectly fine before that update.
Even now "the NAS" works fine. I can access the shares.
After some time, I decided to restore my latest backup from last week which seemed to work fine until I tried to login via WebGUI.
See the image below.
Unfortunately I couldn't find any helpful information about the in the internet.
I tried different users, none of them works (of course not surprising, but at least I tried...).
I connected via SSH to read error logs but none of the files I assumed to be helpful even has any content, e.g.:
- /var/log/messages
- /var/log/syslog
I'm very curious how a fulldd backup can have this kind of a problem; can you help me with that?
Kind regards and thank you very much in advance!
rmbob
EDIT:
I see that I'm now the only one who opened a thread here after losing network connectivity with the 7.5.0 update...
If you want to merge topics, please feel free.
Running omv-firstaid crashes with the following error:
Traceback (most recent call last):
File "/usr/sbin/omv-firstaid", line 92, in <module>
sys.exit(main())
^^^^^^
File "/usr/sbin/omv-firstaid", line 55, in main
pi = openmediavault.productinfo.ProductInfo()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/openmediavault/productinfo.py", line 40, in __init__
tree = xml.etree.ElementTree.parse(prod_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 1218, in parse
tree.parse(source, parser)
File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 580, in parse
self._root = parser._parse_whole(source)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 1
Display More