

houdini_69
Members-
Posts
16 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hello, After a firmware update today I got a problem with Wireguard on my Odroid-hc4. I got that when checking ufw status, sudo ufw status verbose ERROR: problem running iptables: modprobe: FATAL: Module ip_tables not found in directory /lib/modules/5.10.123-meson64 iptables v1.8.7 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. How to fix that? Laurent
-
Odroid HC1: daily email from armbian-truncate-logs
houdini_69 replied to belegdol's question in Odroid XU4
Hi, Got the exact same issue on an Odroid-HC4 Bullseye. Looking at /etc/systemd/journald.conf SystemMaxUse is set to 40M but the default value for MaxLevelStore is “debug” which includes all log messages from “emerg” to “debug”. I'll try to set it to 4 or “warning” or something like that. -
Error on kernel and armbian update with apt update [Odroid-HC1]
houdini_69 replied to houdini_69's question in Odroid XU4
Sorry for the delay in responding. I was never able to reconnect to my server. I always reinstalled armbian not knowing what to do. To solve this problem I now make a backup of the SD card ( https://forum.odroid.com/viewtopic.php?f=52&t=22930 ) and I check that I can boot on it. To try to understand this (random) problem I bought a UART cable and I have unfrozen kernel update. I am waiting for the next update -
Error on kernel and armbian update with apt update [Odroid-HC1]
houdini_69 posted a question in Odroid XU4
Hi, I froze kernel to Linux 4.14.222-odroidxu4 as my Odroid-HC1 couldn't be sometime reach with ssh when updating kernel. I get that after reboot and doing apt update, N: Ignoring file '02-armbian-periodic.distrib' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension This file is apparently created again as I remove it each time. Laurent -
Issue with armbian-truncate-logs [odroid-HC1]
houdini_69 replied to houdini_69's question in Odroid XU4
Solved by updating /usr/lib/armbian/armbian-ramlog file and creating /etc/systemd/system/logrotate.service file according to https://github.com/armbian/build/issues/1582. -
Issue with armbian-truncate-logs [odroid-HC1]
houdini_69 replied to houdini_69's question in Odroid XU4
In /etc/logrotate.d/mysql-server I've got a mysql-server script: /var/log.hdd/mysql/mysql.log /var/log.hdd/mysql/mysql-slow.log /var/log.hdd/mysql/mariadb-slow.log /var/log.hdd/mysql/error.log { daily rotate 7 missingok create 640 mysql adm compress sharedscripts postrotate test -x /usr/bin/mysqladmin || exit 0 if [ -f `my_print_defaults --mysqld | grep -m 1 -oP "pid-file=\K.+$"` ]; then # If this fails, check debian.conf! mysqladmin --defaults-file=/etc/mysql/debian.cnf --local flush-error-log \ flush-engine-log flush-general-log flush-slow-log fi endscript } I don't know where to start... Thank you for help. -
Hi, I've got since several days an issue with armbian-truncate-logs. I received mail alerts from cron as this one, error: error running shared postrotate script for '/var/log.hdd/mysql/mysql.log /var/log.hdd/mysql/mysql-slow.log +/var/log.hdd/mysql/mariadb-slow.log /var/log.hdd/mysql/error.log ' error: error running shared postrotate script for '/var/log.hdd/nginx/*.log ' How to debug that? Laurent
-
Newbie question I would like to clone a hdd to a new ssd without reinstalling the system. What are the ways to do it on my Odroid-HC1 running Armbian Stretch with boot partition on a SD card? Thanks