Emmabuntüs Forum
Collectif pour le réemploi des ordinateurs et distribution Linux basée sur Debian

  Accueil -  Tutoriels -  Téléchargements -  Vidéos -  Interviews -  Qui sommes-nous -  Nous contacter -  Soutenir


Messages récents

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" )"

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é :

pkill nextcloud
ps -A | grep nextcloud

Ensuite changer les droits et redémarrer :
sudo chown -R $USER:$USER ~/.local/share/Nextcloud
sudo chown -R $USER:$USER ~/.config/Nextcloud

Si cela bloque encore tu peux faire après avoir arrêté Nextcloud cela :

pkill nextcloud
ps -A | grep nextcloud
mv ~/.local/share/Nextcloud ~/.local/share/Nextcloud.backup

Puis relancer netxtcloud
2
Bugs / Impossible de monter un disque du externe
« Dernier message par fwehrli le mars 01, 2026, 09:49:25 am »
Après redémarrage de mon ordinateur, mon disque dur externe est bien reconnu et je peux accéder à mes fichiers.
Merci beaucoup.
Bon dimanche
3
Bugs / Pas de synchronisation avec Nextcloud
« Dernier message par fwehrli le mars 01, 2026, 09:48:31 am »
Je viens de redémarrer la machine, j'ai le même soucis avec l'appimage.
4
Bugs / Impossible de monter un disque du externe
« Dernier message par fwehrli le mars 01, 2026, 09:43:34 am »
Salut Patrick,
Voici les retours de commandes:

sudo mount -t ntfs-3g /dev/sdb1 /mnt
[sudo] Mot de passe de wehrli :             
wehrli@wehrli-hpprobook455g4:~$ echo "blacklist ntfs3" | sudo tee /etc/modprobe.d/disable-ntfs3.conf
blacklist ntfs3
wehrli@wehrli-hpprobook455g4:~$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-6.12.73+deb13-amd64
W: No zstd in /usr/bin:/sbin:/bin, using gzip
I: The initramfs will attempt to resume from /dev/sda3
I: (UUID=3a9efe7b-545d-4c7f-befc-149ab513a85b)
I: Set the RESUME variable to override this.
wehrli@wehrli-hpprobook455g4:~$
Merci d'avance bon dimanche
5
Bugs / Pas de synchronisation avec Nextcloud
« Dernier message par fwehrli le mars 01, 2026, 09:40:03 am »
Du coup j'ai désinstallé la version depuis synaptic et j'ai mis l'appimage.
6
Bugs / Pas de synchronisation avec Nextcloud
« Dernier message par fwehrli le mars 01, 2026, 09:35:03 am »
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...
7
Bugs / Pas de synchronisation avec Nextcloud
« Dernier message par fwehrli le mars 01, 2026, 09:33:47 am »
Bonjour Patrick,

Voici les retours des commandes.

wehrli@wehrli-hpprobook455g4:~$ nextcloud --logdebug
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...



8
Bugs / Pas de synchronisation avec Nextcloud
« Dernier message par Patrick le février 27, 2026, 08:32:53 pm »
Salut Florent,

N'ayant pas de Nextcloud, je ne peux pas tester.

Essayes cela dans un terminal :

nextcloud --logdebug
nextcloud --logwindow
Tu peux essayer aussi une version appimage https://github.com/nextcloud-releases/desktop/releases/download/v4.0.6/Nextcloud-4.0.6-x86_64.AppImage
9
Bugs / Impossible de monter un disque du externe
« Dernier message par Patrick le février 27, 2026, 07:59:25 pm »
Salut Florent,

Ton disque a un souci :

[12677.608764] ntfs3(sdb1): It is recommened to use chkdsk.
[12677.642541] ntfs3(sdb1): volume is dirty and "force" flag is not set!

Il est monté avec le module ntfs3, qui est moins permissif que ntfs3-3g

Tu peux essayer cela :

sudo mount -t ntfs-3g /dev/sdb1 /mnt
Si tu veux que le module ntfs-3g soit utilisé à la place de ntfs3. Fais cela :

echo "blacklist ntfs3" | sudo tee /etc/modprobe.d/disable-ntfs3.conf
sudo update-initramfs -u
sudo reboot

Merci de m'envoyer les retours de ces commandes.
10
Bugs / {Résolu} pas d'enregistrement de la numérisation
« Dernier message par fwehrli le février 27, 2026, 10:47:33 am »
Salut Patrick,
Effectivement maintenant la numérisation s'enregistre bien.
Merci beaucoup.
Bonne journée