如何修复 owncloudcmd cookies.db: device not open
问题:
运行 owncloudcmd 时,你看到类似这样的错误消息
owncloudcmd_error.txt
QIODevice::read (QFile, "/root/.local/share/data//ownCloud//cookies.db"): device not open
Set proxy configuration to use system configuration
Cannot load system exclude list or list supplied via --exclude
Aborted解决方案
首先创建错误消息中的目录:
create_owncloud_dirs.sh
mkdir -p /root/.local/share/data/ownCloud/现在创建一个空的 cookies.db:
touch /root/.local/share/data//ownCloud//cookies.db
touch_owncloud_cookies.sh
touch /root/.local/share/data//ownCloud//cookies.dbCheck out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow