1
Bugs / Pas de synchronisation avec Nextcloud
« Dernier message par Patrick le mars 01, 2026, 02:14:33 pm »Salut Florent,
Je vois très clairement un souci dans les versions " Failed to move the old config directory to its new location ( "/home/wehrli/.local/share/Nextcloud" to "/home/wehrli/.config/Nextcloud" )"
Pour moi, il faut arrêter Nextcloud et vérifier qu'il est arrêté :
Ensuite changer les droits et redémarrer :
Si cela bloque encore tu peux faire après avoir arrêté Nextcloud cela :
Puis relancer netxtcloud
Je vois très clairement un souci dans les versions " Failed to move the old config directory to its new location ( "/home/wehrli/.local/share/Nextcloud" to "/home/wehrli/.config/Nextcloud" )"
nextcloud --logwindow
nextcloud.gui.application: Migrating old config from "/home/wehrli/.local/share/Nextcloud" to "/home/wehrli/.config/Nextcloud"
nextcloud.gui.application: Failed to move the old config directory to its new location ( "/home/wehrli/.local/share/Nextcloud" to "/home/wehrli/.config/Nextcloud" )
nextcloud.gui.application: Will move the individual files QList("interassociation_sync.log", "nextcloud2_sync.log")
nextcloud.gui.application: Fallback move of "interassociation_sync.log" also failed
nextcloud.gui.application: Fallback move of "nextcloud2_sync.log" also failed
nextcloud.gui.application: Already running, exiting...
Pour moi, il faut arrêter Nextcloud et vérifier qu'il est arrêté :
Code: [Sélectionner]
pkill nextcloud
ps -A | grep nextcloudEnsuite changer les droits et redémarrer :
Code: [Sélectionner]
sudo chown -R $USER:$USER ~/.local/share/Nextcloud
sudo chown -R $USER:$USER ~/.config/NextcloudSi cela bloque encore tu peux faire après avoir arrêté Nextcloud cela :
Code: [Sélectionner]
pkill nextcloud
ps -A | grep nextcloud
mv ~/.local/share/Nextcloud ~/.local/share/Nextcloud.backupPuis relancer netxtcloud
Messages récents