Jump to content

konki

Members
  • Posts

    8
  • Joined

  • Last visited

  1. Hi, I ended up by disabling the kernel update (the loaded kernel is Linux 5.4.225-odroidxu4). My odroidhc2 has been running for over 3 months now. This is a workaround not a solution! Is there a solution to freeze the HC1/HC2 optimization during the kernel update? Thanks konki
  2. hi, here is a log before the kernel update: https://paste.armbian.com/xawajuyito the board loses HC1 optimization just after apt-upgrade, here is a log before reboot: https://paste.armbian.com/itocatefak I apply hc1 optimization again via ambianconfig>System DTB >optimized board configuration, before reboot the board crashed during reboot several times before finally booting completely: https://paste.armbian.com/gufozeyedi /boot/armbianEnv.txt contained 2 lines board_name=hc1 after reboot! This is not my initial question, but it's a problem I've encountered for at least 6-8 months, hardware or software problem? Thanks konki
  3. Hello dear armbianites, I'm trying to make the hc1 optimization for the odroid HC2 board permanent, every time the kernel is updated, armbiam loses the optimization and an admin action is needed to apply the optimization again via ambianconfig > System DTB > optimized board configuration, followed by a reboot. My Odroid HC2 suffers from temperature sensor problems, which can be easily bypassed. But I avoid restarts of this server which hosts an OMV instance for personal needs. I understand that the /boot/armbianEnv.txt file passes the information to /boot/boot.ini, but this file seems to be overwritten when the kernel is updated! is there any possibility of upstream action like 'first.boot' after update? konki
  4. Hi, I was unable to boot the latest flavor of armbian for odroid xu4 (Armbian_22.08.7_Odroidxu4_bullseye_current_5.4.218_minimal.img). My Odroid HC2 card shuts down quickly and no ssh connection is possible. The card stays on if the network cable is physically disconnected but stops immediately when reconnected. The /etc/default/armbian-motd configuration file seems to be at fault? it should contain something like this : PRIMARY_INTERFACE="$(ls -1 /sys/class/net/ | grep -v lo | egrep "enp|eth|enx" | head -1)" maybe not : PRIMARY_INTERFACE="$(ls -1 /sys/class/net/ | grep -v lo | egrep "en|eth ... I finally took an older image file, as I didn't have much more time to work on it (Armbian_22.05.4_Odroidxu4_bullseye_current_5.4.199.img) konki
  5. Thank you very much, This may help others! root@myodroid:~# vi /etc/default/armbian-motd PRIMARY_INTERFACE="$(ls -1 /sys/class/net/ | grep -v lo | egrep "enp|eth|enx" | head -1)" Have a good weekend. Konki
  6. Hi, A strange error appeared with the last kernel update on an Odroid HC2. From the home in the terminal displays this error under RX totay: RX today: Error: Interface "--oneline" not found in database. The board is hosting an OMV instance under Armbian Bullseye Linux version 5.4.212-odroidxu4. Does anyone have any idea about the origin of this message which does not seem to disrupt the NAS operation. thanks konki
  7. I was of the same opinion but the absence of GNU Sed from the /usr/bin directory is very strange under debian. sed is installed under armbian 20, but the binary is in the /bin directory. it seems to me that this choice is absolutely not judicious even if a simple symlink allows to solve the problem. I have a workstation under MXLinux (debian stable) and the binary is in its usual place. I see the same curiosity under linux raspberrypi 5.4.72, sed is installed but the /bin directory! Damned, I thank you for your opinions, but you are wrong: pecl is a simple script bash which ensures the local compilation of the package. so either you modify the link /usr/bin/sed in pecl, or you just have to create a link for sed in its historical directory!!! # sed --v sed (GNU sed) 4.7 Packaged by Debian Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. # type -a sed sed is /bin/sed # cd /bin # ln -s /bin/sed /user/bin/sed (create a symlink for sed) # cd /usr/bin # ln -l sed lrwxewxrwx l root ....... sed -> /bin/sed /usr/bin# pecl install smbclient ....... Build process completed successfully Installing '/usr/lib/php/20190902/smbclient.so' install ok: channel://pecl.php.net/smbclient-1.0.0 configuration option "php_ini" is not set to php.ini location You should add "extension=smbclient.so" to php.ini that's all folks konki
  8. Good morning community, I need to install the php extension smbclient but the pecl command fails. My odroid xu4 development board works under arbiam 20.11 Stable. with Apache 2.4.? (latest) / Msql 10.3.25-MariaDB / Php 7.4.13 (packages.sury.org) konki@cloud:/etc/php/7.4/fpm# pecl channel-update pecl.php.net Updating channel "pecl.php.net" Update of Channel "pecl.php.net" succeeded konki@cloud:/etc/php/7.4/fpm# pecl install smbclient downloading smbclient-1.0.0.tgz ... Starting to download smbclient-1.0.0.tgz (32,017 bytes) .........done: 32,017 bytes 4 source files, building running: phpize /usr/bin/phpize: 1: /usr/bin/phpize: /usr/bin/sed: not found grep: write error: Broken pipe /usr/bin/phpize: 1: /usr/bin/phpize: /usr/bin/sed: not found grep: write error: Broken pipe /usr/bin/phpize: 1: /usr/bin/phpize: /usr/bin/sed: not found grep: write error: Broken pipe Configuring for: PHP Api Version: Zend Module Api No: Zend Extension Api No: /usr/bin/phpize: 164: /usr/bin/phpize: /usr/bin/sed: not found autoheader: error: AC_CONFIG_HEADERS not found in configure.ac ERROR: `phpize' failed konki@cloud:/etc/php/7.4/fpm# Can't find a fix with google! Could you help me? Thank's Konki
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines