Behoben: owncloudcmd cookies.db: device not open

English Deutsch

Problem

Beim Ausführen von owncloudcmd siehst du eine Fehlermeldung wie

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

Lösung

Erstelle zuerst das Verzeichnis aus der Fehlermeldung:

create_owncloud_dirs.sh
mkdir -p /root/.local/share/data/ownCloud/

Erstelle nun eine leere cookies.db:

touch /root/.local/share/data//ownCloud//cookies.db

touch_owncloud_cookies.sh
touch /root/.local/share/data//ownCloud//cookies.db

Check out similar posts by category: Linux