Jump to content

Vodalex

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

1143 profile views
  1. Hello all! After upgrading to OMV 7 and Debian 12 my OLED display remains dark. I am using Kobol Helios 4 NAS. Can anyone tell me where the problem is? When i try to execute git clone https://github.com/kobol-io/sys-oled.git cd sys-oled sudo ./install.sh I get the following error message via SSH. Installing luma.oled library error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If you wish to install a non-Debian-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have python3-full installed. If you wish to install a non-Debian packaged Python application, it may be easiest to use pipx install xyz, which will manage a virtual environment for you. Make sure you have pipx installed. See /usr/share/doc/python3.11/README.venv for more information. note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. hint: See PEP 668 for the detailed specification. Installing sys-oled files 'etc/sys-oled.conf' -> '/etc/sys-oled.conf' 'bin/sys-oled' -> '/usr/local/bin/sys-oled' 'share/sys-oled/C&C Red Alert [INET].ttf' -> '/usr/local/share/sys-oled/C&C Red Alert [INET].ttf' 'share/sys-oled/helios4_logo.png' -> '/usr/local/share/sys-oled/helios4_logo.png' 'system/sys-oled.service' -> '/etc/systemd/system/sys-oled.service' Enabling sys-oled at startup Does anyone have an Idea what to do?
  2. Hello guys! I find it very convinient to see the temperature of the NVME drive installed while being logged on via SSH. How can I add the temperature of the drive right under the temperature of the cpu? I added a line: "echo -e "NVMe Drive Temperature: \033[32m$(sudo nvme smart-log /dev/nvme0n1 | grep temperature | sed 's/.*: //;s/ C//')°C\033[0m"" to the file /etc/update-motd.d/10-armbian-header What is the best way to do it?
  3. Vodalex

    Odroid M1

    Hello guys! Just tried another release (community) of armbian for Odroid M1 (Armbian_23.02.0-trunk_Odroidm1_sid_edge_6.1.11.img) Network seems to work fine here but why does the device show random ip instead of using the physical one, printed on the board?
  4. Ok, i will post it there.. Strange that it behaves like that. I wanted to build a NAS with OpenMediaVault using Armbian.
  5. Hello! I have bought Odroid M1 and installed arbian Image Armbian BullseyeCLI it works great but after installing OMV using armbian-config and rebooting the is no network available. If i run ap addr i get for the LAN adapter following: eth0: <BROADCAST.MULTICAST> mtu 1500 qdisc noo state DOWN qlen 1000 How can this be fixed? When I reboot the system it gets stuck on network configuration writing "A start job is running for Wait for Network to be Configured. I wait two minutes and then the system boots without network. The only chance to get network back is to run omv-firstaid and configure it or run following commands in the terminal ip link set dev eth0 up dhclient eth0 This command gives warning: /etc/resolvcon/update.d/libc: Warning: /etc/resolv.conf is not symbolic link to /run/resolvconf/resolv.conf Any help would be highly appreciated.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines