You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'tvbox.zip' saved
cat: can't open '/data/mytoken.txt': No such file or directoryThu May 2 17:17:43 CST 2024 current index file version is updated, no need to upgradehttpd: bind: Address in use请检查已正确配置 mytoken.txt myopentoken.txt temp_transfer_folder_id.txt 后再重启容器
在宿主机检查/etc/xiaoya目录 已经包含了mytoken.txt myopentoken.txt temp_transfer_folder_id.txt 这三个文件并且不为空。
日志提示 cat: can't open '/data/mytoken.txt': No such file or directory
由于容器一直在重启中,所以不好定位,但是迅速打印容器内/data目录确实没有映射成功。容器内/data 是空的。
所以我干脆自己新建一个别的目录 /mnt/xiaoya
将mytoken.txt myopentoken.txt temp_transfer_folder_id.txt 这三个文件拷贝到 /mnt/xiaoya 目录下
然后执行
如题,发现了一个非常奇怪的问题。此问题在ARM64平台的Ubuntu Server系统未发现。但是在x86_64的Ubuntu Server出现。
在宿主机检查/etc/xiaoya目录 已经包含了mytoken.txt myopentoken.txt temp_transfer_folder_id.txt 这三个文件并且不为空。
日志提示
cat: can't open '/data/mytoken.txt': No such file or directory
由于容器一直在重启中,所以不好定位,但是迅速打印容器内/data目录确实没有映射成功。容器内/data 是空的。
所以我干脆自己新建一个别的目录
/mnt/xiaoya
将mytoken.txt myopentoken.txt temp_transfer_folder_id.txt 这三个文件拷贝到
/mnt/xiaoya
目录下然后执行
这次就成功了,日志显示正常更新数据库,也不报错了。
另外如果增加
--privileged
参数也能正确读取/etc/xiaoya
,貌似是敏感目录的权限问题?这就是我遇到的问题,如果xiaoya有空可以帮忙看看吗,谢谢!🙏
The text was updated successfully, but these errors were encountered: