Kevin who

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Kevin who

  1. Thank you! Seems problem solved. Strange thing is, I don't find any container which make the directory or makes by myself. So, is there a way to monitor the whole system about which process create which directory? I don't find the `mkdir` log in my machine right now😂 I don't know if this will happen again.
  2. Hi everyone! First of all, it was so wired when I wanted to download some files via transmission torrent docker. No doubt I still have some TB spaces on my disks, but transmission says I have no space on my device. So I check my btrfs file system, It said that there were no error, and I found out that my rootfs was full. Now, I reboot the system and I can't even open my web UI. These are my diagnostics files. mr-black-diagnostics-20211001-1024.zip
  3. Hey Guys, I fount out that when I add a new user, it will get the full access to / Is that normal?
  4. Thanks for reminding! I found that simple command 'reboot' won't work because of the stuck process. So when I use command echo 1 > /proc/sys/kernel/sysrq echo b > /proc/sysrq-trigger The system finally rebooted, and now I fix the problem. Thanks again!
  5. well, I set the command DOCKER_ENABLED="no" and reboot then It seems to have no effect If the system need to reboot in safe mode, I don't know how to do when use remote connect
  6. The problem caused on 2020-02-26
  7. Thank you! Very appreciate for your comment! Now I learn a way to get the diagnostics.zip file😄 here is it mr-black-diagnostics-20200229-1704.zip
  8. Sorry to bother you guys. I got some problems with my system, after I update many docker containers on web gui at one time. I think The main problem is just what i said, so now I can't open web gui, and every command of docker is dead. Every command, including 'docker info'. It just not response at all. I can't use web ui now, but I can still use ssh to connect. I tried to reboot system many times, but it just didn't work. I even can't cd into /var/lib/docker. So what shoud I do now? Can someone help me with that? Truely thanks a lot!