Mister-XY Posted September 25, 2022 Posted September 25, 2022 Hello, first of all thank you for the development of the Armbian software. I am currently using version Armbian_22.08.2_Uefi-x86_bullseye_current_5.15.69 on my Terramaster F5-221. Unfortunately I have two small problems. Firstly, there is no linux header for the kernel used for compiling. Secondly, unfortunately I can't add a network interface in openmediavault. That always gives me an error. It works on Debian with Openmediavault. unfortunately this surprises me. Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; omv-salt deploy run --no-color systemd-networkd 2>&1' with exit code '1': NAS-Steinke: 0 Quote
Igor Posted September 25, 2022 Posted September 25, 2022 1 hour ago, Mister-XY said: Hello, first of all thank you for the development of the Armbian software. In the name of all developers, maintainers and support staff, thank you! 1 hour ago, Mister-XY said: Firstly, there is no linux header for the kernel used for compiling. We can't have universal approach as x86 is yet another hardware family. Via armbian-config -> software or apt install linux-headers-current-x86 1 hour ago, Mister-XY said: Secondly, unfortunately I can't add a network interface in openmediavault. I don't know what they use - systemd networking, network manager, netplan on top of something, ifupdown ... ? Our default is Network Manager, so not so skilled user can easily set it up. 0 Quote
Mister-XY Posted October 6, 2022 Author Posted October 6, 2022 The problem with the newtwork manager from armbian is the missing wake on lan function. Zitat apt install linux-headers-current-x86 The linux header is running under ubuntu but not unde debian. under debian, i get an error, that the compiler was different. It was compile under ubuntu and not under debian. Zitat Via armbian-config -> software i can't download it via armbian-config -> software, because i get an grep error. 0 Quote
Igor Posted October 7, 2022 Posted October 7, 2022 13 hours ago, Mister-XY said: The problem with the newtwork manager from armbian is the missing wake on lan function. AFAIK this feature is no enabled by default. It must work pretty much this way: https://www.lisenet.com/2013/set-up-wake-on-lan-wol-on-a-debian-wheezy-server/ 14 hours ago, Mister-XY said: The linux header is running under ubuntu but not unde debian. under debian, i get an error, that the compiler was different. It was compile under ubuntu and not under debian. This is known problem and we are developing things toward solution. We produce all different Docker images for that reason https://github.com/armbian/build/pkgs/container/build but what is missing is building header package under each one and store them into different repositories. 14 hours ago, Mister-XY said: i can't download it via armbian-config -> software, because i get an grep error. Fix for that was just merged https://github.com/armbian/build/pull/4263 and updates are pushing out ASAP. 1 Quote
Mister-XY Posted October 8, 2022 Author Posted October 8, 2022 Zitat Fix for that was just merged https://github.com/armbian/build/pull/4263 and updates are pushing out ASAP i have change it and it's work for me. Zitat AFAIK this feature is no enabled by default. It must work pretty much this way: https://www.lisenet.com/2013/set-up-wake-on-lan-wol-on-a-debian-wheezy-server/ i have found a nother solution via systemd. I think this solution is easier and i think is also possible to add it to your manager. https://wiki.ubuntuusers.de/Wake_on_LAN/ Method 1. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.