tobychui / arozos

Web Desktop Operating System for low power platforms, Now written in Go!
http://arozos.com
GNU General Public License v3.0
1.88k stars 139 forks source link

安装登录后无法使用 #43

Closed itzdrli closed 3 years ago

itzdrli commented 3 years ago

yV3PYR.png

tobychui commented 3 years ago

Can you provide more information on: 你可以提供更多以下的资料吗?

  1. Which version of ArozOS you are using 你在使用甚麽版本的 ArozOS 系统
  2. Which release you are using (Rpi image or the release binary) 你在使用的是哪个 Release 来源(映像档或是二进制文件)
  3. The steps that get you to this error 你看到此错误之前的步骤

In most case, this can be resolved by removing the ao.db file in ./system folder. Try 在大多数情况下,你可以通过删除 ./system 文件夹中的ao.db文件来解决此问题。 试试

cd ~/arozos/system/
rm ./ao.db

and go through the registration process again to see if the problem have been resolved. 然後再一次试试注册登录,看问题是否已经被解决。

itzdrli commented 3 years ago

好的,已经解决了,谢谢

tobychui commented 3 years ago

Problem resolved by the issue author