#1 Le 16/11/2023, à 01:32
- jna
RESOLU montage d'un élément d'une partition error
Bonjour,
Je viens de réinstaller sur mon ordi HP Pavilion Laptop 15-ck0xx la dernière version 23.10 de ubuntu
Tout va bien jusqu'à un moment ?? est ce à cause d'une mise à jour de l'UEFI je ne sais pas bien, mais je n'arrive plus à monter mon disque dur externe, et non plus une partition en ntfs dédié à Windows, ces 2 partitions se montaient très bien après avoir installé la version 23.10.
L'avis dans un popup : mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or helper program, or other error
en faisant la commande lsbk où nvme0n1p3 est la partition dédiée à win
et où sda est le disque dur externe
jean-noel@jean-noel-Type1ProductConfigId:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
loop0 7:0 0 249,1M 1 loop /snap/audacity/1051
loop1 7:1 0 4K 1 loop /snap/bare/5
loop2 7:2 0 105,8M 1 loop /snap/core/16202
loop3 7:3 0 55,7M 1 loop /snap/core18/2796
loop4 7:4 0 63,5M 1 loop /snap/core20/2015
loop5 7:5 0 73,9M 1 loop /snap/core22/864
loop6 7:6 0 66,6M 1 loop /snap/cups/980
loop7 7:7 0 5,2M 1 loop /snap/evince/1040
loop8 7:8 0 240,5M 1 loop /snap/firefox/3216
loop9 7:9 0 240,3M 1 loop /snap/firefox/3289
loop10 7:10 0 11,2M 1 loop /snap/firmware-updater/109
loop11 7:11 0 520,9M 1 loop /snap/gimp/405
loop12 7:12 0 164,8M 1 loop /snap/gnome-3-28-1804/198
loop13 7:13 0 349,7M 1 loop /snap/gnome-3-38-2004/143
loop14 7:14 0 497M 1 loop /snap/gnome-42-2204/141
loop15 7:15 0 140K 1 loop /snap/gtk2-common-themes/13
loop16 7:16 0 91,7M 1 loop /snap/gtk-common-themes/1535
loop17 7:17 0 448,9M 1 loop /snap/kf5-5-105-qt-5-15-9-core22/11
loop18 7:18 0 1,1G 1 loop /snap/libreoffice/300
loop19 7:19 0 296,1M 1 loop /snap/nextcloud/38457
loop20 7:20 0 920K 1 loop /snap/shisensho/1
loop21 7:21 0 176M 1 loop /snap/skype/311
loop22 7:22 0 10,5M 1 loop /snap/snap-store/1046
loop23 7:23 0 40,9M 1 loop /snap/snapd/20290
loop24 7:24 0 452K 1 loop /snap/snapd-desktop-integration/83
loop25 7:25 0 104,3M 1 loop /snap/thunderbird/405
loop26 7:26 0 104,3M 1 loop /snap/thunderbird/409
loop27 7:27 0 321,1M 1 loop /snap/vlc/3721
loop28 7:28 0 303,1M 1 loop /snap/wine-platform-5-stable/18
loop29 7:29 0 347,1M 1 loop /snap/wine-platform-runtime/349
loop30 7:30 0 376,7M 1 loop /snap/zoom-client/218
sda 8:0 0 1,8T 0 disk
└─sda1 8:1 0 1,8T 0 part
nvme0n1 259:0 0 238,5G 0 disk
├─nvme0n1p1 259:1 0 100M 0 part /boot/efi
├─nvme0n1p2 259:2 0 16M 0 part
├─nvme0n1p3 259:3 0 48,8G 0 part
└─nvme0n1p4 259:4 0 189,5G 0 part /var/snap/firefox/common/host-hunspell
/
jean-noel@jean-noel-Type1ProductConfigId:~$
merci de votre aide
Dernière modification par jna (Le 16/11/2023, à 23:55)
Hors ligne
#2 Le 16/11/2023, à 16:20
- geole
Re : RESOLU montage d'un élément d'une partition error
Bonjour, En version 23.10 il y a beaucoup de problèmes comme cela.
Il semble que le vieux pilote NTFS-3G ait été remplacé par le pilote NTFS3 plus à jour
En premier, relance windows et accède à ces deux partitions
Puis arrête correctement windows en choisissant REDEMARER et choisis ubuntu. On verra alors si le problème perdure
Dernière modification par geole (Le 16/11/2023, à 16:21)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#3 Le 16/11/2023, à 16:57
- jna
Re : RESOLU montage d'un élément d'une partition error
Merci geole, cela confirme ce que j'avais vu sur un post en anglais où il préconisait de faire ceci :
sudo apt-get --reinstall install ntfs-3g
sudo apt install nfs-common
sudo apt install cifs-utils
ce que j'ai fait, mais cela n'a rien changé
J'ai vérifié qu'en rebootant sur windows cela fonctionnait,
également j'ai accès à mon HDD externe sous windows
la solution demeure à trouver ?
Hors ligne
#4 Le 16/11/2023, à 17:56
- geole
Re : RESOLU montage d'un élément d'une partition error
On va tenter de faire au mieux
1) Tu branches aussi le disque externe
2) Identifier les deux partitions à problèmes
lsblk -fe7|cat
3) Faire une marque de trace
echo 'DebutTrace1' | sudo tee -a /dev/kmsg
4) Monter la première partition interne. Exemple à adapter.
a) standard
sudo mount -v /dev/sda4 /mnt
sudo umount /mnt
b) avec ntfs-3g
sudo mount -v -t ntfs-3g /dev/sda4 /mnt
sudo umount /mnt
c) avec ntfs3
sudo mount -v -t ntfs3 /dev/sda4 /mnt
sudo umount /mnt
5) Monter la première partition externe. Exemple à adapter.
a) standard
sudo mount -v /dev/sda4 /mnt
sudo umount /mnt
b) avec ntfs-3g
sudo mount -v -t ntfs-3g /dev/sda4 /mnt
sudo umount /mnt
c) avec ntfs3
sudo mount -v -t ntfs3 /dev/sda4 /mnt
sudo umount /mnt
6) Clôturer la trace
echo 'FinTrace' | sudo tee -a /dev/kmsg
7) Produire la trace
journalctl -b | sed -n '/DebutTrace1/,/FinTrace/p'
Dernière modification par geole (Le 16/11/2023, à 17:57)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#5 Le 16/11/2023, à 18:09
- jna
Re : RESOLU montage d'un élément d'une partition error
Voici ce que cela donne :
jean-noel@jean-noel-Type1ProductConfigId:~$ lsblk -fe7|cat
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
└─sda1 ntfs Elements F68C279C8C275701
nvme0n1
├─nvme0n1p1 vfat FAT32 289E-2F16 65M 32% /boot/efi
├─nvme0n1p2
├─nvme0n1p3 ntfs 68FEA45BFEA42374
└─nvme0n1p4 ext4 1.0 e2540ba4-909c-4245-a69c-100f79dffcd7 104G 39% /var/snap/firefox/common/host-hunspell
/
jean-noel@jean-noel-Type1ProductConfigId:~$ echo 'DebutTrace1' | sudo tee -a /dev/kmsg
[sudo] Mot de passe de jean-noel :
DebutTrace1
jean-noel@jean-noel-Type1ProductConfigId:~$ sudo mount -v /dev/nvme0n1p3 /mnt
jean-noel@jean-noel-Type1ProductConfigId:~$ sudo umount /mnt
jean-noel@jean-noel-Type1ProductConfigId:~$ sudo mount -v -t ntfs-3g /dev/nvme0n1p3 /mnt
jean-noel@jean-noel-Type1ProductConfigId:~$ sudo umount /mnt
jean-noel@jean-noel-Type1ProductConfigId:~$ sudo mount -v -t ntfs3 /dev/nvme0n1p3 /mnt
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/nvme0n1p3, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
jean-noel@jean-noel-Type1ProductConfigId:~$ sudo umount /mnt
umount: /mnt: non monté.
jean-noel@jean-noel-Type1ProductConfigId:~$ sudo mount -v /dev/sda1 /mnt
jean-noel@jean-noel-Type1ProductConfigId:~$ sudo umount /mnt
jean-noel@jean-noel-Type1ProductConfigId:~$ sudo mount -v -t ntfs3 /dev/sda1 /mnt
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
jean-noel@jean-noel-Type1ProductConfigId:~$ sudo umount /mnt
umount: /mnt: non monté.
jean-noel@jean-noel-Type1ProductConfigId:~$ sudo mount -v -t ntfs-3g /dev/sda1 /mnt
jean-noel@jean-noel-Type1ProductConfigId:~$ sudo umount /mnt
jean-noel@jean-noel-Type1ProductConfigId:~$ echo 'FinTrace' | sudo tee -a /dev/kmsg
FinTrace
jean-noel@jean-noel-Type1ProductConfigId:~$ journalctl -b | sed -n '/DebutTrace1/,/FinTrace/p'
nov. 16 12:02:13 jean-noel-Type1ProductConfigId unknown: DebutTrace1
nov. 16 12:02:13 jean-noel-Type1ProductConfigId sudo[260196]: pam_unix(sudo:session): session closed for user root
nov. 16 12:02:13 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[260531]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:14 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[260605]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:16 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[260680]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:17 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[260754]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:18 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[260828]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:20 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[260903]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:21 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[260977]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:22 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:02:23 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261051]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:24 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261126]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:25 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261200]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:27 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261276]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:27 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:02:28 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261350]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:29 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:02:29 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261424]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:31 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261499]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:31 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:02:32 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261573]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:32 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:02:33 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261647]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:34 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:02:35 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261722]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:36 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:02:36 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261796]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:38 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261870]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:39 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[261945]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:40 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262019]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:41 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262093]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:43 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262168]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:44 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262242]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:46 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262316]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:47 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262391]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:47 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:02:48 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262468]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:49 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262542]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:51 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262617]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:52 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262691]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:53 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262766]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:55 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262841]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:56 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262915]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:57 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[262989]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:02:58 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:02:59 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263064]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:00 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263138]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:00 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:03:02 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263212]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:02 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:03:03 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263287]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:03 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:03:04 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263361]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:06 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263435]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:07 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263510]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:09 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263584]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:10 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263659]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:11 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263733]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:12 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263807]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:14 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263882]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:15 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[263956]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:16 jean-noel-Type1ProductConfigId sudo[263965]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/mount -v /dev/nvme0n1p3 /mnt
nov. 16 12:03:16 jean-noel-Type1ProductConfigId sudo[263965]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:03:16 jean-noel-Type1ProductConfigId ntfs-3g[263969]: Version 2022.10.3 integrated FUSE 28
nov. 16 12:03:16 jean-noel-Type1ProductConfigId ntfs-3g[263969]: Mounted /dev/nvme0n1p3 (Read-Write, label "", NTFS 3.1)
nov. 16 12:03:16 jean-noel-Type1ProductConfigId ntfs-3g[263969]: Cmdline options: rw
nov. 16 12:03:16 jean-noel-Type1ProductConfigId ntfs-3g[263969]: Mount options: allow_other,nonempty,relatime,rw,fsname=/dev/nvme0n1p3,blkdev,blksize=4096
nov. 16 12:03:16 jean-noel-Type1ProductConfigId ntfs-3g[263969]: Ownership and permissions disabled, configuration type 7
nov. 16 12:03:16 jean-noel-Type1ProductConfigId sudo[263965]: pam_unix(sudo:session): session closed for user root
nov. 16 12:03:17 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264037]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:18 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264112]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:19 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264186]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:21 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264260]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:22 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264335]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:23 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264409]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:25 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264483]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:26 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264558]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:27 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264632]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:28 jean-noel-Type1ProductConfigId dbus-daemon[2225]: [session uid=1000 pid=2225] Activating service name='org.gnome.Nautilus' requested by ':1.38' (uid=1000 pid=3139 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 16 12:03:28 jean-noel-Type1ProductConfigId nautilus[264649]: Connecting to org.freedesktop.Tracker3.Miner.Files
nov. 16 12:03:28 jean-noel-Type1ProductConfigId dbus-daemon[2225]: [session uid=1000 pid=2225] Successfully activated service 'org.gnome.Nautilus'
nov. 16 12:03:29 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264722]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:29 jean-noel-Type1ProductConfigId org.gnome.Nautilus[264649]: Initializing nautilus-dropbox 2019.02.14
nov. 16 12:03:29 jean-noel-Type1ProductConfigId gnome-shell[3139]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3200004
nov. 16 12:03:29 jean-noel-Type1ProductConfigId dbus-daemon[1297]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.148' (uid=1000 pid=264649 comm="/usr/bin/nautilus --gapplication-service" label="unconfined")
nov. 16 12:03:29 jean-noel-Type1ProductConfigId systemd[1]: Starting systemd-hostnamed.service - Hostname Service...
nov. 16 12:03:29 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:03:29 jean-noel-Type1ProductConfigId dbus-daemon[1297]: [system] Successfully activated service 'org.freedesktop.hostname1'
nov. 16 12:03:29 jean-noel-Type1ProductConfigId systemd[1]: Started systemd-hostnamed.service - Hostname Service.
nov. 16 12:03:29 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:03:30 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264834]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:31 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:03:31 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264908]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:33 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[264982]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:34 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[265057]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:36 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[265131]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:37 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[265218]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:38 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[265321]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:40 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:03:40 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[265396]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:41 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[265471]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:42 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[265545]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:43 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:03:43 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:03:44 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[265619]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:44 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:03:45 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[265694]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:46 jean-noel-Type1ProductConfigId sudo[265768]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/umount /mnt
nov. 16 12:03:46 jean-noel-Type1ProductConfigId sudo[265768]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:03:46 jean-noel-Type1ProductConfigId ntfs-3g[263969]: Unmounting /dev/nvme0n1p3 ()
nov. 16 12:03:46 jean-noel-Type1ProductConfigId systemd[1]: mnt.mount: Deactivated successfully.
nov. 16 12:03:46 jean-noel-Type1ProductConfigId sudo[265768]: pam_unix(sudo:session): session closed for user root
nov. 16 12:03:46 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[265769]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:48 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[265852]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:48 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:03:49 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[265927]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:51 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266001]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:52 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266077]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:53 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266152]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:54 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:03:55 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266226]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:55 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:03:56 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266302]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:56 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:03:57 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266376]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:59 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266450]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:03:59 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:03:59 jean-noel-Type1ProductConfigId systemd[1]: systemd-hostnamed.service: Deactivated successfully.
nov. 16 12:04:00 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266528]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:00 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:04:01 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266602]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:03 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266676]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:04 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:04:04 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266751]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:05 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266827]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:07 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266901]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:08 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[266976]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:09 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267052]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:11 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267126]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:12 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267201]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:14 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267275]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:15 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267350]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:16 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267424]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:18 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267498]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:19 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267573]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:20 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267647]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:22 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267721]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:23 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267796]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:25 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267870]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:25 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:04:26 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[267944]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:27 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:04:27 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268019]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:28 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:04:29 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268093]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:30 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:04:30 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268168]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:32 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268242]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:33 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268316]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:34 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268391]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:35 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:04:35 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:04:36 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268465]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:36 jean-noel-Type1ProductConfigId sudo[268474]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/mount -v -t ntfs-3g /dev/nvme0n1p3 /mnt
nov. 16 12:04:36 jean-noel-Type1ProductConfigId sudo[268474]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:04:36 jean-noel-Type1ProductConfigId ntfs-3g[268478]: Version 2022.10.3 integrated FUSE 28
nov. 16 12:04:36 jean-noel-Type1ProductConfigId ntfs-3g[268478]: Mounted /dev/nvme0n1p3 (Read-Write, label "", NTFS 3.1)
nov. 16 12:04:36 jean-noel-Type1ProductConfigId ntfs-3g[268478]: Cmdline options: rw
nov. 16 12:04:36 jean-noel-Type1ProductConfigId ntfs-3g[268478]: Mount options: allow_other,nonempty,relatime,rw,fsname=/dev/nvme0n1p3,blkdev,blksize=4096
nov. 16 12:04:36 jean-noel-Type1ProductConfigId ntfs-3g[268478]: Ownership and permissions disabled, configuration type 7
nov. 16 12:04:36 jean-noel-Type1ProductConfigId sudo[268474]: pam_unix(sudo:session): session closed for user root
nov. 16 12:04:37 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268546]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:38 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268621]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:40 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268695]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:41 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268769]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:42 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268845]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:44 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268919]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:45 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[268993]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:46 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269068]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:47 jean-noel-Type1ProductConfigId sudo[269077]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/umount /mnt
nov. 16 12:04:47 jean-noel-Type1ProductConfigId sudo[269077]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:04:47 jean-noel-Type1ProductConfigId ntfs-3g[268478]: Unmounting /dev/nvme0n1p3 ()
nov. 16 12:04:47 jean-noel-Type1ProductConfigId systemd[1]: mnt.mount: Deactivated successfully.
nov. 16 12:04:47 jean-noel-Type1ProductConfigId sudo[269077]: pam_unix(sudo:session): session closed for user root
nov. 16 12:04:48 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269147]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:49 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269221]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:51 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269296]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:52 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269370]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:53 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269446]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:53 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:04:54 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:04:54 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:04:55 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269521]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:56 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269595]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:57 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269670]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:04:58 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:04:58 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269744]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:00 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269818]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:01 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269893]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:02 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:05:03 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[269967]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:04 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270041]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:05 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270116]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:07 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:05:07 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270190]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:08 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:05:08 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270264]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:09 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270340]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:11 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270414]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:12 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270488]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:13 jean-noel-Type1ProductConfigId sudo[270564]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/mount -v -t ntfs3 /dev/nvme0n1p3 /mnt
nov. 16 12:05:13 jean-noel-Type1ProductConfigId sudo[270564]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:05:13 jean-noel-Type1ProductConfigId kernel: ntfs3: nvme0n1p3: It is recommened to use chkdsk.
nov. 16 12:05:14 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270563]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:14 jean-noel-Type1ProductConfigId kernel: ntfs3: nvme0n1p3: volume is dirty and "force" flag is not set!
nov. 16 12:05:14 jean-noel-Type1ProductConfigId sudo[270564]: pam_unix(sudo:session): session closed for user root
nov. 16 12:05:15 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270640]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:16 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270714]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:18 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270789]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:19 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270863]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:20 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[270938]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:22 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271012]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:23 jean-noel-Type1ProductConfigId sudo[271021]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/umount /mnt
nov. 16 12:05:23 jean-noel-Type1ProductConfigId sudo[271021]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:05:23 jean-noel-Type1ProductConfigId sudo[271021]: pam_unix(sudo:session): session closed for user root
nov. 16 12:05:23 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271089]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:24 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271163]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:26 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271238]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:27 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271312]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:28 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271387]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:30 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:05:30 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271461]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:31 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271535]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:33 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271610]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:34 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271684]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:35 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:05:35 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271759]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:37 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271833]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:38 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271907]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:39 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:05:39 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[271982]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:41 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272056]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:42 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:05:42 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272130]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:43 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:05:43 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272204]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:44 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:05:45 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272279]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:46 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272353]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:47 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:05:47 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272428]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:49 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272502]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:50 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272576]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:51 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:05:52 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272651]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:53 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272725]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:54 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272799]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:56 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272874]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:57 jean-noel-Type1ProductConfigId sudo[272888]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/mount -v /dev/sda1 /mnt
nov. 16 12:05:57 jean-noel-Type1ProductConfigId sudo[272888]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:05:57 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[272952]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:58 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[273026]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:05:59 jean-noel-Type1ProductConfigId ntfs-3g[273035]: Version 2022.10.3 integrated FUSE 28
nov. 16 12:05:59 jean-noel-Type1ProductConfigId ntfs-3g[273035]: Mounted /dev/sda1 (Read-Write, label "Elements", NTFS 3.1)
nov. 16 12:05:59 jean-noel-Type1ProductConfigId ntfs-3g[273035]: Cmdline options: rw
nov. 16 12:05:59 jean-noel-Type1ProductConfigId ntfs-3g[273035]: Mount options: allow_other,nonempty,relatime,rw,fsname=/dev/sda1,blkdev,blksize=4096
nov. 16 12:05:59 jean-noel-Type1ProductConfigId ntfs-3g[273035]: Ownership and permissions disabled, configuration type 7
nov. 16 12:05:59 jean-noel-Type1ProductConfigId sudo[272888]: pam_unix(sudo:session): session closed for user root
nov. 16 12:06:00 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[273104]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:01 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[273180]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:02 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[273254]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:03 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[273328]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:05 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[273403]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:06 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[273477]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:07 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[273551]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:09 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[273644]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:09 jean-noel-Type1ProductConfigId nextcloud.nextcloud-cron[273702]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:10 jean-noel-Type1ProductConfigId sudo[273772]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/umount /mnt
nov. 16 12:06:10 jean-noel-Type1ProductConfigId sudo[273772]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:06:10 jean-noel-Type1ProductConfigId systemd[1]: mnt.mount: Deactivated successfully.
nov. 16 12:06:10 jean-noel-Type1ProductConfigId ntfs-3g[273035]: Unmounting /dev/sda1 (Elements)
nov. 16 12:06:10 jean-noel-Type1ProductConfigId sudo[273772]: pam_unix(sudo:session): session closed for user root
nov. 16 12:06:10 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[273790]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:11 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[273864]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:13 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[273939]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:14 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274013]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:16 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274088]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:17 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:06:17 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274162]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:17 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:06:18 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:06:19 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274237]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:20 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274311]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:21 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274385]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:22 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:06:22 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:06:23 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274460]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:24 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274535]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:24 jean-noel-Type1ProductConfigId sudo[274543]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/mount -v -t ntfs3 /dev/sda1 /mnt
nov. 16 12:06:24 jean-noel-Type1ProductConfigId sudo[274543]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:06:24 jean-noel-Type1ProductConfigId kernel: ntfs3: sda1: It is recommened to use chkdsk.
nov. 16 12:06:24 jean-noel-Type1ProductConfigId kernel: ntfs3: sda1: volume is dirty and "force" flag is not set!
nov. 16 12:06:24 jean-noel-Type1ProductConfigId sudo[274543]: pam_unix(sudo:session): session closed for user root
nov. 16 12:06:25 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274613]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:27 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274688]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:28 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274762]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:29 jean-noel-Type1ProductConfigId sudo[274771]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/umount /mnt
nov. 16 12:06:29 jean-noel-Type1ProductConfigId sudo[274771]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:06:29 jean-noel-Type1ProductConfigId sudo[274771]: pam_unix(sudo:session): session closed for user root
nov. 16 12:06:29 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274840]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:31 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274915]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:32 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[274989]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:34 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275063]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:35 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275138]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:36 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275212]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:37 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:06:38 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275286]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:39 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275361]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:40 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275435]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:40 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:06:42 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275509]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:43 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275584]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:43 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:06:44 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275658]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:46 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275732]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:47 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275807]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:48 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:06:48 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:06:48 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275881]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:49 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:06:50 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[275956]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:51 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276030]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:53 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:06:53 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276104]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:54 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276179]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:55 jean-noel-Type1ProductConfigId sudo[276187]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/mount -v -t ntfs-3g /dev/sda1 /mnt
nov. 16 12:06:55 jean-noel-Type1ProductConfigId sudo[276187]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:06:56 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276257]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:56 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:06:56 jean-noel-Type1ProductConfigId ntfs-3g[276266]: Version 2022.10.3 integrated FUSE 28
nov. 16 12:06:56 jean-noel-Type1ProductConfigId ntfs-3g[276266]: Mounted /dev/sda1 (Read-Write, label "Elements", NTFS 3.1)
nov. 16 12:06:56 jean-noel-Type1ProductConfigId ntfs-3g[276266]: Cmdline options: rw
nov. 16 12:06:56 jean-noel-Type1ProductConfigId ntfs-3g[276266]: Mount options: allow_other,nonempty,relatime,rw,fsname=/dev/sda1,blkdev,blksize=4096
nov. 16 12:06:56 jean-noel-Type1ProductConfigId ntfs-3g[276266]: Ownership and permissions disabled, configuration type 7
nov. 16 12:06:56 jean-noel-Type1ProductConfigId sudo[276187]: pam_unix(sudo:session): session closed for user root
nov. 16 12:06:57 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276335]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:06:58 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276409]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:07:00 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276483]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:07:00 jean-noel-Type1ProductConfigId sudo[276492]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/umount /mnt
nov. 16 12:07:00 jean-noel-Type1ProductConfigId sudo[276492]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:07:00 jean-noel-Type1ProductConfigId ntfs-3g[276266]: Unmounting /dev/sda1 (Elements)
nov. 16 12:07:00 jean-noel-Type1ProductConfigId sudo[276492]: pam_unix(sudo:session): session closed for user root
nov. 16 12:07:00 jean-noel-Type1ProductConfigId systemd[1]: mnt.mount: Deactivated successfully.
nov. 16 12:07:01 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276563]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:07:02 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276637]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:07:04 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276711]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:07:05 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276786]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:07:06 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:07:06 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276861]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:07:08 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[276935]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:07:08 jean-noel-Type1ProductConfigId dbus-daemon[2225]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/gnome/Mutter/IdleMonitor/Core" interface="org.gnome.Mutter.IdleMonitor" member="GetIdletime" mask="send" name=":1.38" pid=4641 label="snap.firefox.firefox" peer_pid=3139 peer_label="unconfined"
nov. 16 12:07:08 jean-noel-Type1ProductConfigId gnome-shell[3139]: Meta.Rectangle is deprecated, use Mtk.Rectangle instead
nov. 16 12:07:09 jean-noel-Type1ProductConfigId nextcloud.nextcloud-fixer[277010]: Nextcloud is not installed - only a limited number of commands are available
nov. 16 12:07:10 jean-noel-Type1ProductConfigId sudo[277047]: jean-noel : TTY=pts/0 ; PWD=/home/jean-noel ; USER=root ; COMMAND=/usr/bin/tee -a /dev/kmsg
nov. 16 12:07:10 jean-noel-Type1ProductConfigId sudo[277047]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
nov. 16 12:07:10 jean-noel-Type1ProductConfigId sudo[277047]: pam_unix(sudo:session): session closed for user root
nov. 16 12:07:10 jean-noel-Type1ProductConfigId unknown: FinTrace
jean-noel@jean-noel-Type1ProductConfigId:~$
Hors ligne
#6 Le 16/11/2023, à 19:48
- geole
Re : RESOLU montage d'un élément d'une partition error
Tu as deux commandes manuelles qui fonctionnent bien et la commande automatique qui refuse en donnant comme argument
nov. 16 12:05:13 jean-noel-Type1ProductConfigId kernel: ntfs3: nvme0n1p3: It is recommened to use chkdsk.
nov. 16 12:05:14 jean-noel-Type1ProductConfigId kernel: ntfs3: nvme0n1p3: volume is dirty and "force" flag is not set!
nov. 16 12:06:24 jean-noel-Type1ProductConfigId kernel: ntfs3: sda1: It is recommened to use chkdsk.
nov. 16 12:06:24 jean-noel-Type1ProductConfigId kernel: ntfs3: sda1: volume is dirty and "force" flag is not set!
Je pense que tu vas devoir faire avec en montage en ligne de commande un certain temps
J'ai l'impression que personne n'a ouvert de bug
AJOUT https://bugs.launchpad.net/ubuntu/+sour … ug/2043802
Dernière modification par geole (Le 17/11/2023, à 14:29)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#7 Le 16/11/2023, à 20:32
- jna
Re : RESOLU montage d'un élément d'une partition error
Merci,
effectivement les 2 commandes fonctionnent, et je peux vivre avec cela en attendant qu'il y ait un debug au niveau de ubuntu 24.04 peut-être avant ??
j'imagine que je peux les monter comme je veux, par ex sur /media/jean-noel/
dès que j'ai ta réponse je mettrai resolu ?
un grand merci
Hors ligne
#8 Le 16/11/2023, à 22:14
- geole
Re : RESOLU montage d'un élément d'une partition error
Tu peux monter absolument où tu veux. Il faut que le point de montage existe.
Vérifie, malgré tout, que tu peux écrire car il y a eu un cas où c'était impossible...
Dernière modification par geole (Le 16/11/2023, à 22:15)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#9 Le 16/11/2023, à 23:54
- jna
Re : RESOLU montage d'un élément d'une partition error
J'ai vérifié, je peux écrire sur le HDD externe
je te laisse signaler le bug, je ne sais pas comment le faire
merci pour le support rapide et efficace
Jean-Noël
Hors ligne