Hi, I managed somehow to get back into my server and I'm able to run omv-firstaid.
My issue now is that I can't get a static ip address for my server. If I set the ip address using omv-firstaid I get someting like "The web control panel is reachable at url: 192.168.0.211:80". In fact it's probably unreachable or is only reachable at another ip address.
Only if I use DHCP can I reach the WebGui. I have reset things using both the WebGui and omv-firstaid to try to get a static address but it never sticks.
What can I do?
S
Code
cat /etc/mdadm/mdadm.conf
# This file is auto-generated by openmediavault (https://www.openmediavault.org)
# WARNING: Do not edit this file, your changes will get lost.
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#
# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
# Note, if no DEVICE line is present, then "DEVICE partitions" is assumed.
# To avoid the auto-assembly of RAID devices a pattern that CAN'T match is
# used if no RAID devices are configured.
DEVICE partitions
# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes
# automatically tag new arrays as belonging to the local system
HOMEHOST <system>
# instruct the monitoring daemon where to send mail alerts
MAILADDR omvnotifications@spampit.co.uk
MAILFROM root
# definitions of existing MD arrays
ARRAY /dev/md0 metadata=1.2 spares=1 name=openmediavault.local:zulu UUID=e722afd9:58035460:ce00e630:17883000
Display More