APD
-
Posts
6 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Posts posted by APD
-
-
Ok, where to find author?
Edit:
I find a way to fix the problem:
sudo blkidCheck the UUID od the mounted HDD/USB drive.
sudo nano /etc/fstabDelete everything in fstab except line with the HDD/USB drive name and UUID.
ctrl+o save, ctrl+x exit
reboot -
Ok, where to find author?
-
-
Hello,
Great idea about SimpNAS. Does it work on Armbian Bullseye?
-
Hello,
Has anyone successfully installed Armbian on a Minix X7 with LAN working?I've installed Armbian Buster (Armbian_21.05.0-trunk_Rk3188_buster_current_5.10.27_xfce_desktop.img.xz).
Now I just want to install OpenMediaVault5 but I have a problem with the LAN not working (the LAN port lights are off).
Any suggestion?
Regards,

SimpNAS Beta Released!
in Beginners
Posted
How I have another problem. I can't install docker on armbian os.
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. invoke-rc.d: initscript docker, action "start" failed. ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Sat 2023-02-18 17:58:46 CET; 31ms ago Docs: https://docs.docker.com Process: 20548 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE) Main PID: 20548 (code=exited, status=1/FAILURE) dpkg: error processing package docker-ce (--configure): installed docker-ce package post-installation script subprocess returned error exit status 1 Processing triggers for man-db (2.8.5-2) ... Processing triggers for systemd (241-7~deb10u8) ... Errors were encountered while processing: docker-ce E: Sub-process /usr/bin/dpkg returned an error code (1)journalctl -xe
I try to convert iptables to legacy, but the problem persist.
sudo update-alternatives --set iptables /usr/sbin/iptables-legacy sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacyAny suggestion?