And how to fix that?
Posts by MisterSilvereagle
-
-
The output of salt-call network.hwaddr eth0 is:
And if you can use the information, the content of /etc/netplan/20-openmediavault-eth0.yaml is:
-
The Output from salt-call grains.items is:
Code
Display Morelocal: ---------- SSDs: - ram11 - ram2 - ram0 - ram9 - ram7 - ram14 - ram5 - ram12 - ram3 - ram10 - ram1 - ram8 - ram15 - ram6 - mmcblk0 - ram13 - ram4 cpu_flags: - half - thumb - fastmult - vfp - edsp - neon - vfpv3 - tls - vfpv4 - idiva - idivt - vfpd32 - lpae - evtstrm - crc32 cpu_model: ARMv7 Processor rev 4 (v7l) cpuarch: armv7l cwd: /home/pi disks: - loop1 - loop6 - loop4 - loop2 - loop0 - loop7 - loop5 - loop3 dns: ---------- domain: ip4_nameservers: - 192.168.178.1 ip6_nameservers: nameservers: - 192.168.178.1 options: search: sortlist: domain: fqdn: raspberrypi fqdn_ip4: - 127.0.1.1 - 192.168.178.32 fqdn_ip6: - fe80::ba27:ebff:fefe:1c8f fqdns: gid: 0 gpus: groupname: root host: raspberrypi hwaddr_interfaces: ---------- enxb827ebfe1c8f: b8:27:eb:fe:1c:8f lo: 00:00:00:00:00:00 wlan0: b8:27:eb:ab:49:da id: raspberrypi init: systemd ip4_gw: 192.168.178.1 ip4_interfaces: ---------- enxb827ebfe1c8f: - 192.168.178.41 lo: - 127.0.0.1 wlan0: ip6_gw: False ip6_interfaces: ---------- enxb827ebfe1c8f: - fe80::ba27:ebff:fefe:1c8f lo: - ::1 wlan0: ip_gw: True ip_interfaces: ---------- enxb827ebfe1c8f: - 192.168.178.41 - fe80::ba27:ebff:fefe:1c8f lo: - 127.0.0.1 - ::1 wlan0: ipv4: - 127.0.0.1 - 192.168.178.41 ipv6: - ::1 - fe80::ba27:ebff:fefe:1c8f kernel: Linux kernelrelease: 4.19.97-v7+ kernelversion: #1294 SMP Thu Jan 30 13:15:58 GMT 2020 locale_info: ---------- defaultencoding: UTF-8 defaultlanguage: en_US detectedencoding: UTF-8 timezone: CEST localhost: raspberrypi lsb_distrib_codename: buster lsb_distrib_description: Raspbian GNU/Linux 10 (buster) lsb_distrib_id: Raspbian lsb_distrib_release: 10 machine_id: a5023bd2ba3246e1adec25a5f851222c master: salt mem_total: 926 nodename: raspberrypi num_cpus: 4 num_gpus: 0 os: Raspbian os_family: Debian osarch: armhf oscodename: buster osfinger: Raspbian-10 osfullname: Raspbian osmajorrelease: 10 osrelease: 10 osrelease_info: - 10 path: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin pid: 2288 ps: ps -efHww pythonexecutable: /usr/bin/python3 pythonpath: - /usr/bin - /usr/lib/python37.zip - /usr/lib/python3.7 - /usr/lib/python3.7/lib-dynload - /usr/local/lib/python3.7/dist-packages - /usr/lib/python3/dist-packages pythonversion: - 3 - 7 - 3 - final - 0 saltpath: /usr/lib/python3/dist-packages/salt saltversion: 3000.2 saltversioninfo: - 3000 - 2 server_id: 1900437280 shell: /bin/bash swap_total: 99 systemd: ---------- features: +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid version: 241 uid: 0 username: root virtual: physical zfs_feature_flags: False zfs_support: False zmqversion: 4.3.1
-
Hello guys,
I installed omv on my pi 3b, and I have some errors:
1. when I try to apply changes, a error occurs.
2. when i try to reboot, a error occors in the web interface, but the pi reboots.
3. After the first reboot, my pi is unavailable via web interface (the ip wasn't found) and hostname -I has no more output.
4. almost every time I press a button I get this error:
CodeFailed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; omv-salt deploy run systemd-networkd 2>&1' with exit code '1': raspberrypi: ---------- ID: configure_etc_network_interfaces Function: file.managed Name: /etc/network/interfaces Result: True Comment: File /etc/network/interfaces is in the correct state Started: 10:21:33.392907 Duration: 132.274 ms Changes: ---------- ID: remove_systemd_networkd_config_files Function: module.run Result: True Comment: file.find: [] Started: 10:21:33.528152 Duration: 5.027 ms Changes: ---------- file.find: ---------- ID: remove_empty_systemd_networkd_config_files Function: module.run Result: True Comment: file.find: [] Started: 10:21:33.533837 Duration: 3.987 ms Changes: ---------- file.find: ---------- ID: remove_netplan_config_files Function: module.run Result: True Comment: file.find: ['/etc/netplan/10-openmediavault-default.yaml', '/etc/netplan/20-openmediavault-eth0.yaml'] Started: 10:21:33.538415 Duration: 5.52 ms Changes: ---------- file.find: - /etc/netplan/10-openmediavault-default.yaml - /etc/netplan/20-openmediavault-eth0.yaml ---------- ID: configure_netplan_default Function: file.managed Name: /etc/netplan/10-openmediavault-default.yaml Result: True Comment: File /etc/netplan/10-openmediavault-default.yaml updated Started: 10:21:33.544664 Duration: 42.489 ms Changes: ---------- diff: New file mode: 0644 ---------- ID: configure_netplan_ethernet_eth0 Function: file.managed Name: /etc/netplan/20-openmediavault-eth0.yaml Result: True Comment: File /etc/netplan/20-openmediavault-eth0.yaml updated Started: 10:21:33.587770 Duration: 149.52 ms Changes: ---------- diff: New file mode: 0644 ---------- ID: configure_netplan_vlan_eth0.1 Function: file.managed Name: /etc/netplan/50-openmediavault-eth0.1.yaml Result: True Comment: File /etc/netplan/50-openmediavault-eth0.1.yaml updated Started: 10:21:33.738006 Duration: 131.884 ms Changes: ---------- diff: New file mode: 0644 ---------- ID: apply_netplan_config Function: cmd.run Name: netplan apply Result: False Comment: Command "netplan apply" run Started: 10:21:33.873052 Duration: 545.269 ms Changes: ---------- pid: 4984 retcode: 78 stderr: /etc/netplan/20-openmediavault-eth0.yaml:5:20: Error in network definition: Invalid MAC address '', must be XX:XX:XX:XX:XX:XX macaddress: ^ stdout: Summary for raspberrypi ------------ Succeeded: 7 (changed=7) Failed: 1 ------------ Total states run: 8 Total run time: 1.016 s
What could I do?
Thanks in advance!