Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 01/03/2020, à 05:15

dleclere

Erreur E667: Fsync failed

Bonjour :
ma machine :
uname: Linux dle-home 5.3.0-40-generic #32-Ubuntu SMP Fri Jan 31 20:24:34 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
/etc/issue :  Ubuntu 19.10 \n \l
/etc/debian_version :  buster/sid
le montage : 192.168.1.3:/PartageConfigMachine on /home/PartageConfigMachine type nfs4
                     (rw,relatime,vers=4.0,rsize=524288,wsize=524288,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.51,local_lock=none,addr=192.168.1.3)
le server : N5550 Thecus avec un partage de 17 T

Tout le monde peut lire / ecrire dans le répertoire de test
utilisateur 1 uid=1000 gid=1000, tentative de créer un fichier sous   /home/PartageConfigMachine erreur obtenue : E667: Fsync failed
utilisateur 2 uid=1005 gid=1000, tentative de créer un fichier sous   /home/PartageConfigMachine OK aucune erreur.

La seule différence que je vois entre utilisateur 1 et 2 est que l'utilisateur 1 a déjà écrit 6.3 T dans le partage.
Aucun quota pour les 2 utilisateurs.

Pensez vous à quelque chose ?
Merci pour toute l'aide que vous pourrez m'apporter.

Didier LECLERE.

Hors ligne

#2 Le 01/03/2020, à 05:44

dleclere

Re : Erreur E667: Fsync failed

Re bonjour,
J'ai fait un strace de tout le process de l'étape avec l'utilisateur 1.
Voici ce fichier :

3745 execve("/usr/bin/vi", ["vi", "tata"], 0x7ffecbcdc940 /* 44 vars */) = 0
13745 brk(NULL)                         = 0x562d270d6000
13745 arch_prctl(0x3001 /* ARCH_??? */, 0x7ffc25418220) = -1 EINVAL (Argument invalide)
13745 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=192693, ...}) = 0
13745 mmap(NULL, 192693, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f05ba79f000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\363\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=1369352, ...}) = 0
13745 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05ba79d000
13745 mmap(NULL, 1368336, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05ba64e000
13745 mmap(0x7f05ba65d000, 684032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f05ba65d000
13745 mmap(0x7f05ba704000, 618496, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb6000) = 0x7f05ba704000
13745 mmap(0x7f05ba79b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14c000) = 0x7f05ba79b000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libtinfo.so.6", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\346\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=192032, ...}) = 0
13745 mmap(NULL, 194944, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05ba61e000
13745 mmap(0x7f05ba62c000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f05ba62c000
13745 mmap(0x7f05ba63b000, 57344, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7f05ba63b000
13745 mmap(0x7f05ba649000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2a000) = 0x7f05ba649000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300p\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=163240, ...}) = 0
13745 mmap(NULL, 174640, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05ba5f3000
13745 mprotect(0x7f05ba5f9000, 135168, PROT_NONE) = 0
13745 mmap(0x7f05ba5f9000, 102400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f05ba5f9000
13745 mmap(0x7f05ba612000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0x7f05ba612000
13745 mmap(0x7f05ba61a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f05ba61a000
13745 mmap(0x7f05ba61c000, 6704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05ba61c000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libacl.so.1", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\"\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=38936, ...}) = 0
13745 mmap(NULL, 41120, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05ba5e8000
13745 mmap(0x7f05ba5ea000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f05ba5ea000
13745 mmap(0x7f05ba5ef000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f05ba5ef000
13745 mmap(0x7f05ba5f1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f05ba5f1000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgpm.so.2", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\34\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=22456, ...}) = 0
13745 mmap(NULL, 2118752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05ba3e2000
13745 mprotect(0x7f05ba3e7000, 2093056, PROT_NONE) = 0
13745 mmap(0x7f05ba5e6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f05ba5e6000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \22\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=18816, ...}) = 0
13745 mmap(NULL, 20752, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05ba3dc000
13745 mmap(0x7f05ba3dd000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f05ba3dd000
13745 mmap(0x7f05ba3df000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f05ba3df000
13745 mmap(0x7f05ba3e0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f05ba3e0000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libpython3.7m.so.1.0", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\334\6\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=5018304, ...}) = 0
13745 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05ba3da000
13745 mmap(NULL, 5165552, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9eec000
13745 mprotect(0x7f05b9f58000, 3883008, PROT_NONE) = 0
13745 mmap(0x7f05b9f58000, 2183168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6c000) = 0x7f05b9f58000
13745 mmap(0x7f05ba16d000, 1695744, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x281000) = 0x7f05ba16d000
13745 mmap(0x7f05ba30c000, 696320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x41f000) = 0x7f05ba30c000
13745 mmap(0x7f05ba3b6000, 143856, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05ba3b6000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\201\0\0\0\0\0\0"..., 832) = 832
13745 lseek(3, 824, SEEK_SET)           = 824
13745 read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\177A\7\337\204\332b_\33DZ\336\207~\36\n"..., 68) = 68
13745 fstat(3, {st_mode=S_IFREG|0755, st_size=158288, ...}) = 0
13745 lseek(3, 824, SEEK_SET)           = 824
13745 read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\177A\7\337\204\332b_\33DZ\336\207~\36\n"..., 68) = 68
13745 mmap(NULL, 140448, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9ec9000
13745 mmap(0x7f05b9ed0000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f05b9ed0000
13745 mmap(0x7f05b9ee1000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f05b9ee1000
13745 mmap(0x7f05b9ee6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f05b9ee6000
13745 mmap(0x7f05b9ee8000, 13472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05b9ee8000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360r\2\0\0\0\0\0"..., 832) = 832
13745 lseek(3, 64, SEEK_SET)            = 64
13745 read(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784) = 784
13745 lseek(3, 848, SEEK_SET)           = 848
13745 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
13745 lseek(3, 880, SEEK_SET)           = 880
13745 read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0q7?\324>\326\250>\n\253\230<:\227\0362"..., 68) = 68
13745 fstat(3, {st_mode=S_IFREG|0755, st_size=2025032, ...}) = 0
13745 lseek(3, 64, SEEK_SET)            = 64
13745 read(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784) = 784
13745 lseek(3, 848, SEEK_SET)           = 848
13745 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
13745 lseek(3, 880, SEEK_SET)           = 880
13745 read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0q7?\324>\326\250>\n\253\230<:\227\0362"..., 68) = 68
13745 mmap(NULL, 2032984, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9cd8000
13745 mmap(0x7f05b9cfd000, 1540096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f05b9cfd000
13745 mmap(0x7f05b9e75000, 303104, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19d000) = 0x7f05b9e75000
13745 mmap(0x7f05b9ebf000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e6000) = 0x7f05b9ebf000
13745 mmap(0x7f05b9ec5000, 13656, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05b9ec5000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200!\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=539176, ...}) = 0
13745 mmap(NULL, 541448, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9c53000
13745 mmap(0x7f05b9c55000, 376832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f05b9c55000
13745 mmap(0x7f05b9cb1000, 151552, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5e000) = 0x7f05b9cb1000
13745 mmap(0x7f05b9cd6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x82000) = 0x7f05b9cd6000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000B\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=182560, ...}) = 0
13745 mmap(NULL, 184480, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9c25000
13745 mprotect(0x7f05b9c29000, 159744, PROT_NONE) = 0
13745 mmap(0x7f05b9c29000, 114688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f05b9c29000
13745 mmap(0x7f05b9c45000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7f05b9c45000
13745 mmap(0x7f05b9c50000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2a000) = 0x7f05b9c50000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\"\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=108928, ...}) = 0
13745 mmap(NULL, 110768, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9c09000
13745 mprotect(0x7f05b9c0b000, 98304, PROT_NONE) = 0
13745 mmap(0x7f05b9c0b000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f05b9c0b000
13745 mmap(0x7f05b9c1c000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7f05b9c1c000
13745 mmap(0x7f05b9c23000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7f05b9c23000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\23\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=14848, ...}) = 0
13745 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05b9c07000
13745 mmap(NULL, 16656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9c02000
13745 mmap(0x7f05b9c03000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f05b9c03000
13745 mmap(0x7f05b9c04000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f05b9c04000
13745 mmap(0x7f05b9c05000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f05b9c05000
13745 close(3)                          = 0
13745 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05b9c00000
13745 arch_prctl(ARCH_SET_FS, 0x7f05b9c00c40) = 0
13745 mprotect(0x7f05b9ebf000, 12288, PROT_READ) = 0
13745 mprotect(0x7f05b9c05000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05b9c23000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05b9c50000, 8192, PROT_READ) = 0
13745 mprotect(0x7f05b9ee6000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05b9cd6000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05ba79b000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05ba3e0000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05ba30c000, 16384, PROT_READ) = 0
13745 mprotect(0x7f05ba5e6000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05ba5f1000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05ba61a000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05ba649000, 16384, PROT_READ) = 0
13745 mprotect(0x562d253a3000, 53248, PROT_READ) = 0
13745 mprotect(0x7f05ba7fb000, 4096, PROT_READ) = 0
13745 munmap(0x7f05ba79f000, 192693)    = 0
13745 set_tid_address(0x7f05b9c00f10)   = 13745
13745 set_robust_list(0x7f05b9c00f20, 24) = 0
13745 rt_sigaction(SIGRTMIN, {sa_handler=0x7f05b9ed0c50, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGRT_1, {sa_handler=0x7f05b9ed0cf0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
13745 prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
13745 statfs("/sys/fs/selinux", 0x7ffc25418170) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 statfs("/selinux", 0x7ffc25418170) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 brk(NULL)                         = 0x562d270d6000
13745 brk(0x562d270f7000)               = 0x562d270f7000
13745 openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
13745 read(3, "nodev\tsysfs\nnodev\ttmpfs\nnodev\tbd"..., 1024) = 442
13745 read(3, "", 1024)                 = 0
13745 close(3)                          = 0
13745 access("/etc/selinux/config", F_OK) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 sigaltstack({ss_sp=0x562d270d6920, ss_flags=0, ss_size=8192}, NULL) = 0
13745 openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=8308192, ...}) = 0
13745 mmap(NULL, 8308192, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f05b9413000
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 chdir("/home/AllTransfert/download/PlexServer") = 0
13745 chdir("/home/dleclere")           = 0
13745 getcwd("/home/dleclere", 1025)    = 15
13745 chdir("/home/AllTransfert/download/PlexServer") = 0
13745 sysinfo({uptime=9419, loads=[137792, 117632, 110656], totalram=33612922880, freeram=22902910976, sharedram=317476864, bufferram=338989056, totalswap=63999832064, freeswap=63999832064, procs=1575, totalhigh=0, freehigh=0, mem_unit=1}) = 0
13745 prlimit64(0, RLIMIT_DATA, NULL, {rlim_cur=RLIM64_INFINITY, rlim_max=RLIM64_INFINITY}) = 0
13745 getuid()                          = 1000
13745 stat("/usr/share/vim", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=2995, ...}) = 0
13745 read(3, "# Locale name alias data base.\n#"..., 4096) = 2995
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/lang/fr_FR.UTF-8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/lang/fr_FR.utf8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/lang/fr_FR/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/lang/fr.UTF-8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/lang/fr.utf8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/lang/fr/LC_MESSAGES/vim.mo", O_RDONLY) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=185573, ...}) = 0
13745 mmap(NULL, 185573, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f05ba7a1000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/share/locale-langpack/fr_FR.UTF-8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/locale-langpack/fr_FR.utf8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/locale-langpack/fr_FR/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/locale-langpack/fr.UTF-8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/locale-langpack/fr.utf8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/locale-langpack/fr/LC_MESSAGES/vim.mo", O_RDONLY) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=185597, ...}) = 0
13745 mmap(NULL, 185597, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f05b93e5000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=27002, ...}) = 0
13745 mmap(NULL, 27002, PROT_READ, MAP_SHARED, 3, 0) = 0x7f05b93de000
13745 close(3)                          = 0
13745 futex(0x7f05b9ec4634, FUTEX_WAKE_PRIVATE, 2147483647) = 0
13745 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-15.so", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\20\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=18664, ...}) = 0
13745 mmap(NULL, 20552, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b93d8000
13745 mmap(0x7f05b93d9000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f05b93d9000
13745 mmap(0x7f05b93db000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f05b93db000
13745 mmap(0x7f05b93dc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f05b93dc000
13745 close(3)                          = 0
13745 mprotect(0x7f05b93dc000, 4096, PROT_READ) = 0
13745 readlink("/proc/self/exe", "/usr/bin/vim.basic", 4096) = 18
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 brk(0x562d27119000)               = 0x562d27119000
13745 brk(0x562d27117000)               = 0x562d27117000
13745 rt_sigaction(SIGWINCH, {sa_handler=0x562d25250150, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [WINCH], [], 8) = 0
13745 rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [TSTP], [], 8) = 0
13745 rt_sigaction(SIGCONT, {sa_handler=0x562d252509c0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [CONT], [], 8) = 0
13745 rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [PIPE], [], 8) = 0
13745 rt_sigaction(SIGINT, {sa_handler=0x562d25250180, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [INT], [], 8) = 0
13745 rt_sigaction(SIGALRM, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [ALRM], [], 8) = 0
13745 rt_sigaction(SIGPWR, {sa_handler=0x562d252501b0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [PWR], [], 8) = 0
13745 rt_sigaction(SIGHUP, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGQUIT, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGILL, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGTRAP, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGABRT, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGFPE, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGBUS, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGSEGV, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGSYS, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGTERM, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGVTALRM, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGPROF, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGXCPU, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGXFSZ, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGUSR1, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGUSR2, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 stat("/home/dleclere/.terminfo", 0x562d270f6a70) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/etc/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 stat("/lib/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 stat("/usr/share/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 access("/etc/terminfo/x/xterm-256color", R_OK) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 access("/lib/terminfo/x/xterm-256color", R_OK) = 0
13745 openat(AT_FDCWD, "/lib/terminfo/x/xterm-256color", O_RDONLY) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=3503, ...}) = 0
13745 read(3, "\36\2%\0&\0\17\0\235\1\356\5xterm-256color|xterm"..., 32768) = 3503
13745 read(3, "", 28672)                = 0
13745 close(3)                          = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TIOCGWINSZ, {ws_row=29, ws_col=132, ws_xpixel=0, ws_ypixel=0}) = 0
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TIOCGWINSZ, {ws_row=29, ws_col=132, ws_xpixel=0, ws_ypixel=0}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TIOCGWINSZ, {ws_row=29, ws_col=132, ws_xpixel=0, ws_ypixel=0}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim")           = 0
13745 getcwd("/usr/share/vim", 4096)    = 15
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vimrc", {st_mode=S_IFREG|0644, st_size=2413, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vimrc", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vimrc", {st_mode=S_IFREG|0644, st_size=2413, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=2413, ...}) = 0
13745 read(3, "\" All system-wide defaults are s"..., 4096) = 2413
13745 stat("/home/dleclere/.vim/debian.vim", 0x7ffc254172e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/etc/vim/debian.vim", 0x7ffc254172e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/debian.vim", 0x7ffc254172e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/debian.vim", {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0
13745 stat("/usr/share/vim/vim81/debian.vim", {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 4
13745 fchdir(4)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(4)                         = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vim81/debian.vim", {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/debian.vim", O_RDONLY) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(4, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/debian.vim", {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0
13745 fstat(4, {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0
13745 read(4, "\" Debian system-wide default con"..., 4096) = 2010
13745 getuid()                          = 1000
13745 stat("/etc/papersize", {st_mode=S_IFREG|0644, st_size=3, ...}) = 0
13745 openat(AT_FDCWD, "/etc/papersize", O_RDONLY|O_NONBLOCK) = 5
13745 close(5)                          = 0
13745 openat(AT_FDCWD, "/etc/papersize", O_RDONLY) = 5
13745 fstat(5, {st_mode=S_IFREG|0644, st_size=3, ...}) = 0
13745 read(5, "a4\n", 4096)             = 3
13745 read(5, "", 4096)                 = 0
13745 close(5)                          = 0
13745 read(4, "", 4096)                 = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/debian.vim", 0x7ffc254172e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/etc/vim/after/debian.vim", 0x7ffc254172e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/debian.vim", 0x7ffc254172e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 4
13745 fchdir(4)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(4)                         = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/syntax.vim", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/syntax.vim", O_RDONLY) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(4, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/syntax.vim", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 fstat(4, {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 read(4, "\" Vim syntax support file\n\" Main"..., 4096) = 1228
13745 stat("/home/dleclere/.vim/syntax/synload.vim", 0x7ffc25415ee0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/syntax/synload.vim", 0x7ffc25415ee0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/syntax/synload.vim", 0x7ffc25415ee0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 5
13745 fchdir(5)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(5)                         = 0
13745 close(5)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/synload.vim", O_RDONLY) = 5
13745 fcntl(5, F_GETFD)                 = 0
13745 fcntl(5, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(5, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 fstat(5, {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 read(5, "\" Vim syntax support file\n\" Main"..., 4096) = 1984
13745 stat("/home/dleclere/.vim/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 6
13745 fchdir(6)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(6)                         = 0
13745 close(6)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/syncolor.vim", O_RDONLY) = 6
13745 fcntl(6, F_GETFD)                 = 0
13745 fcntl(6, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 fstat(6, {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 read(6, "\" Vim syntax support file\n\" Main"..., 4096) = 4093
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/rgb.txt", O_RDONLY) = 7
13745 fstat(7, {st_mode=S_IFREG|0644, st_size=17780, ...}) = 0
13745 read(7, "255 250 250\t\tsnow\n248 248 255\t\tg"..., 4096) = 4096
13745 read(7, "dYellow\n255 255 224\t\tlight yello"..., 4096) = 4096
13745 read(7, "8\t\tLightBlue2\n154 192 205\t\tLight"..., 4096) = 4096
13745 read(7, "1 159\t\tPaleVioletRed2\n205 104 13"..., 4096) = 4096
13745 read(7, "9 199 199\t\tgray78\n199 199 199\t\tg"..., 4096) = 1396
13745 read(7, "", 4096)                 = 0
13745 brk(0x562d2713a000)               = 0x562d2713a000
13745 lseek(7, 0, SEEK_SET)             = 0
13745 read(7, "255 250 250\t\tsnow\n248 248 255\t\tg"..., 4096) = 4096
13745 read(7, "dYellow\n255 255 224\t\tlight yello"..., 4096) = 4096
13745 read(7, "8\t\tLightBlue2\n154 192 205\t\tLight"..., 4096) = 4096
13745 read(7, "1 159\t\tPaleVioletRed2\n205 104 13"..., 4096) = 4096
13745 read(7, "9 199 199\t\tgray78\n199 199 199\t\tg"..., 4096) = 1396
13745 read(7, "", 4096)                 = 0
13745 close(7)                          = 0
13745 read(6, "", 4096)                 = 0
13745 close(6)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 read(5, "", 4096)                 = 0
13745 close(5)                          = 0
13745 stat("/home/dleclere/.vim/filetype.vim", 0x7ffc25415eb0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/filetype.vim", 0x7ffc25415eb0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/filetype.vim", 0x7ffc25415eb0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 5
13745 fchdir(5)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(5)                         = 0
13745 close(5)                          = 0
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/filetype.vim", O_RDONLY) = 5
13745 fcntl(5, F_GETFD)                 = 0
13745 fcntl(5, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(5, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 fstat(5, {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 read(5, "\" Vim support file to detect fil"..., 4096) = 4096
13745 brk(0x562d2715b000)               = 0x562d2715b000
13745 brk(0x562d2715a000)               = 0x562d2715a000
13745 read(5, "f aspperl |\n\t\\ else |\n\t\\   setf "..., 4096) = 4096
13745 brk(0x562d2717b000)               = 0x562d2717b000
13745 read(5, "eets\nau BufNewFile,BufRead *.css"..., 4096) = 4096
13745 brk(0x562d2719c000)               = 0x562d2719c000
13745 brk(0x562d2719b000)               = 0x562d2719b000
13745 read(5, " 2001$' |\n\t\\   setf gitsendemail"..., 4096) = 4096
13745 brk(0x562d271bc000)               = 0x562d271bc000
13745 brk(0x562d271bb000)               = 0x562d271bb000
13745 read(5, "  setf gitsendemail |\n      \\ en"..., 4096) = 4096
13745 brk(0x562d271dd000)               = 0x562d271dd000
13745 brk(0x562d271db000)               = 0x562d271db000
13745 read(5, "ipf.rules\tsetf ipfilter\n\n\" Infor"..., 4096) = 4096
13745 brk(0x562d271fc000)               = 0x562d271fc000
13745 brk(0x562d271fb000)               = 0x562d271fb000
13745 read(5, ",BufRead *[mM]akefile,*.mk,*.mak"..., 4096) = 4096
13745 brk(0x562d2721c000)               = 0x562d2721c000
13745 brk(0x562d2721b000)               = 0x562d2721b000
13745 read(5, "\n\" OPL\nau BufNewFile,BufRead *.["..., 4096) = 4096
13745 brk(0x562d2723c000)               = 0x562d2723c000
13745 brk(0x562d2723a000)               = 0x562d2723a000
13745 read(5, "ufNewFile,BufRead *.py,*.pyw,.py"..., 4096) = 4096
13745 brk(0x562d2725b000)               = 0x562d2725b000
13745 brk(0x562d2725a000)               = 0x562d2725a000
13745 read(5, "\n\t\\   let b:docbk_type = \"sgml\" "..., 4096) = 4096
13745 brk(0x562d2727b000)               = 0x562d2727b000
13745 brk(0x562d2727a000)               = 0x562d2727a000
13745 brk(0x562d2729c000)               = 0x562d2729c000
13745 brk(0x562d2729a000)               = 0x562d2729a000
13745 read(5, " when it's a Java bytecode file\n"..., 4096) = 4096
13745 brk(0x562d272bb000)               = 0x562d272bb000
13745 read(5, "all dist#ft#FTVB(\"form\")\n\n\" SaxB"..., 4096) = 4096
13745 brk(0x562d272dc000)               = 0x562d272dc000
13745 brk(0x562d272da000)               = 0x562d272da000
13745 read(5, "ft#FThtml()\n\"   zsql (zope sql m"..., 4096) = 4096
13745 read(5, "ll s:StarSetf('muttrc')\n\n\" Neomu"..., 4096) = 4087
13745 brk(0x562d272fb000)               = 0x562d272fb000
13745 brk(0x562d272f9000)               = 0x562d272f9000
13745 openat(AT_FDCWD, "/home/dleclere/.vim/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/var/lib/vim/addons/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/after/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/var/lib/vim/addons/after/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/after/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 read(5, "", 4096)                 = 0
13745 close(5)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/filetype.vim", 0x7ffc25415eb0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/filetype.vim", 0x7ffc25415eb0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/filetype.vim", 0x7ffc25415eb0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 read(4, "", 4096)                 = 0
13745 close(4)                          = 0
13745 stat("/etc/vim/vimrc.local", 0x7ffc25416ab0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/etc/vim/vimrc.local", O_RDONLY|O_NONBLOCK) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/home/dleclere")           = 0
13745 getcwd("/home/dleclere", 4096)    = 15
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/home/dleclere/.vimrc", 0x7ffc25417f50) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vimrc", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/_vimrc", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/home/dleclere/.vim")      = 0
13745 getcwd("/home/dleclere/.vim", 4096) = 20
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/home/dleclere/.vim/vimrc", 0x7ffc25417f50) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/vimrc", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/home/dleclere")           = 0
13745 getcwd("/home/dleclere", 4096)    = 15
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/home/dleclere/.exrc", 0x7ffc25417f50) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.exrc", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/defaults.vim", {st_mode=S_IFREG|0644, st_size=4091, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/defaults.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/defaults.vim", {st_mode=S_IFREG|0644, st_size=4091, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=4091, ...}) = 0
13745 read(3, "\" The default vimrc file.\n\"\n\" Ma"..., 4096) = 4091
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 4
13745 fchdir(4)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(4)                         = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/syntax.vim", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/syntax.vim", O_RDONLY) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(4, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/syntax.vim", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 fstat(4, {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 read(4, "\" Vim syntax support file\n\" Main"..., 4096) = 1228
13745 stat("/usr/share/vim/vim81/syntax/syntax.vim", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 5
13745 fchdir(5)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(5)                         = 0
13745 close(5)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/nosyntax.vim", {st_mode=S_IFREG|0644, st_size=755, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/nosyntax.vim", O_RDONLY) = 5
13745 fcntl(5, F_GETFD)                 = 0
13745 fcntl(5, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(5, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/nosyntax.vim", {st_mode=S_IFREG|0644, st_size=755, ...}) = 0
13745 fstat(5, {st_mode=S_IFREG|0644, st_size=755, ...}) = 0
13745 read(5, "\" Vim syntax support file\n\" Main"..., 4096) = 755
13745 read(5, "", 4096)                 = 0
13745 close(5)                          = 0
13745 stat("/home/dleclere/.vim/syntax/synload.vim", 0x7ffc25415ee0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/syntax/synload.vim", 0x7ffc25415ee0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/syntax/synload.vim", 0x7ffc25415ee0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 5
13745 fchdir(5)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(5)                         = 0
13745 close(5)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/synload.vim", O_RDONLY) = 5
13745 fcntl(5, F_GETFD)                 = 0
13745 fcntl(5, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(5, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 fstat(5, {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 read(5, "\" Vim syntax support file\n\" Main"..., 4096) = 1984
13745 stat("/home/dleclere/.vim/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 6
13745 fchdir(6)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(6)                         = 0
13745 close(6)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/syncolor.vim", O_RDONLY) = 6
13745 fcntl(6, F_GETFD)                 = 0
13745 fcntl(6, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 fstat(6, {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 read(6, "\" Vim syntax support file\n\" Main"..., 4096) = 4093
13745 read(6, "", 4096)                 = 0
13745 close(6)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 read(5, "", 4096)                 = 0
13745 close(5)                          = 0
13745 read(4, "", 4096)                 = 0
13745 close(4)                          = 0
13745 stat("/home/dleclere/.vim/filetype.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/filetype.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/filetype.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 4
13745 fchdir(4)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(4)                         = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/filetype.vim", O_RDONLY) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(4, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 fstat(4, {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 read(4, "\" Vim support file to detect fil"..., 4096) = 4096
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/filetype.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/filetype.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/filetype.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/ftplugin.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/ftplugin.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/ftplugin.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/ftplugin.vim", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
13745 stat("/usr/share/vim/vim81/ftplugin.vim", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 4
13745 fchdir(4)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(4)                         = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vim81/ftplugin.vim", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/ftplugin.vim", O_RDONLY) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(4, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/ftplugin.vim", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
13745 fstat(4, {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
13745 read(4, "\" Vim support file to switch on "..., 4096) = 971
13745 read(4, "", 4096)                 = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/ftplugin.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/ftplugin.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/ftplugin.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/indent.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/indent.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/indent.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/indent.vim", {st_mode=S_IFREG|0644, st_size=767, ...}) = 0
13745 stat("/usr/share/vim/vim81/indent.vim", {st_mode=S_IFREG|0644, st_size=767, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 4
13745 fchdir(4)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(4)                         = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vim81/indent.vim", {st_mode=S_IFREG|0644, st_size=767, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/indent.vim", O_RDONLY) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(4, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/indent.vim", {st_mode=S_IFREG|0644, st_size=767, ...}) = 0
13745 fstat(4, {st_mode=S_IFREG|0644, st_size=767, ...}) = 0
13745 read(4, "\" Vim support file to switch on "..., 4096) = 767
13745 read(4, "", 4096)                 = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/indent.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/indent.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/indent.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/home/dleclere/.vim/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/etc/vim/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
13745 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 getdents64(3, /* 3 entries */, 32768) = 72
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/pack/dist/start/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 getdents64(3, /* 0 entries */, 32768) = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/after/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/etc/vim/after/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/after/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/var/lib/vim/addons/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/var/lib/vim/addons/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
13745 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 getdents64(3, /* 15 entries */, 32768) = 520
13745 stat("/usr/share/vim/vim81/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=7085, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=7085, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=7085, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=10440, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=10440, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=10440, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/manpager.vim", {st_mode=S_IFREG|0644, st_size=676, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/manpager.vim", {st_mode=S_IFREG|0644, st_size=676, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/manpager.vim", {st_mode=S_IFREG|0644, st_size=676, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2271, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2271, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2271, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1414, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1414, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1414, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/logiPat.vim", {st_mode=S_IFREG|0644, st_size=10269, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/logiPat.vim", {st_mode=S_IFREG|0644, st_size=10269, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/logiPat.vim", {st_mode=S_IFREG|0644, st_size=10269, ...}) = 0
13745 getdents64(3, /* 0 entries */, 32768) = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
13745 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 getdents64(3, /* 15 entries */, 32768) = 520
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/vimballPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/vimballPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/matchparen.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/matchparen.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/spellfile.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/spellfile.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/getscriptPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/getscriptPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/README.txt/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/README.txt/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/tohtml.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/tohtml.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/netrwPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/netrwPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/manpager.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/manpager.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/tarPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/tarPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/rrhelper.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/rrhelper.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/zipPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/zipPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/gzip.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/gzip.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/logiPat.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/logiPat.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 getdents64(3, /* 0 entries */, 32768) = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/getscriptPlugin.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0
13745 read(3, "\" ------------------------------"..., 4096) = 1393
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/gzip.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
13745 read(3, "\" Vim plugin for editing compres"..., 4096) = 2499
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/logiPat.vim", {st_mode=S_IFREG|0644, st_size=10269, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/logiPat.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/logiPat.vim", {st_mode=S_IFREG|0644, st_size=10269, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=10269, ...}) = 0
13745 read(3, "\" LogiPat: Boolean logical patte"..., 4096) = 4096
13745 read(3, "  let s:nopstack= 0\n  endif\n\n  \""..., 4096) = 4096
13745 read(3, "tern {{{2\nfun! s:LP_Not(pat)\n\"  "..., 4096) = 2077
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 brk(0x562d2731a000)               = 0x562d2731a000
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/manpager.vim", {st_mode=S_IFREG|0644, st_size=676, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/manpager.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/manpager.vim", {st_mode=S_IFREG|0644, st_size=676, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=676, ...}) = 0
13745 read(3, "\" Vim plugin for using Vim as ma"..., 4096) = 676
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=7085, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/matchparen.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=7085, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=7085, ...}) = 0
13745 read(3, "\" Vim plugin for showing matchin"..., 4096) = 4096
13745 read(3, "ne = stoplinetop\n  endif\n\n  \" Li"..., 4096) = 2989
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=10440, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/netrwPlugin.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=10440, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=10440, ...}) = 0
13745 read(3, "\" netrwPlugin.vim: Handles file "..., 4096) = 4096
13745 read(3, ">0,<q-args>)\ncom! -nargs=* -bar "..., 4096) = 4096
13745 read(3, "      listing when appropriate.\n"..., 4096) = 2248
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1414, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/rrhelper.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1414, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=1414, ...}) = 0
13745 read(3, "\" Vim plugin with helper functio"..., 4096) = 1414
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/spellfile.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
13745 read(3, "\" Vim plugin for downloading spe"..., 4096) = 499
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2271, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/tarPlugin.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2271, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=2271, ...}) = 0
13745 read(3, "\" tarPlugin.vim -- a Vim plugin "..., 4096) = 2271
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/tohtml.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0
13745 read(3, "\" Vim plugin for converting a sy"..., 4096) = 4096
13745 read(3, "' for converted document encodin"..., 4096) = 4096
13745 read(3, " html_prevent_copy contains\n\"   "..., 4096) = 2274
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/vimballPlugin.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
13745 read(3, "\" vimballPlugin : construct a fi"..., 4096) = 2898
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0
13745 brk(0x562d2733b000)               = 0x562d2733b000
13745 brk(0x562d27339000)               = 0x562d27339000
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/zipPlugin.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0
13745 read(3, "\" zipPlugin.vim: Handles browsin"..., 4096) = 2510
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/home/dleclere/.vim/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/etc/vim/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
13745 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 getdents64(3, /* 3 entries */, 32768) = 72
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/pack/dist/start/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 getdents64(3, /* 0 entries */, 32768) = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/after/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/etc/vim/after/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/after/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/after/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/after/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/var/lib/vim/addons/after/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/var/lib/vim/addons/after/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/after/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/after/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.viminfo", O_RDONLY) = 3
13745 fstat(3, {st_mode=S_IFREG|0600, st_size=17676, ...}) = 0
13745 read(3, "# Ce fichier viminfo a \303\251t\303\251 g\303\251"..., 4096) = 4096
13745 read(3, "/PlexServer/toto\"\n-'  1  0  /hom"..., 4096) = 4096
13745 read(3, ",0,1582921353,\"~/AllVideo/toto\"\n"..., 4096) = 4096
13745 read(3, "\t\"\t395\t14\n\n> /home/HomesUser/dle"..., 4096) = 4096
13745 read(3, "r/Browser/T\303\251l\303\251chargements/Prep"..., 4096) = 1292
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33[?2004h", 8)         = 8
13745 write(1, "\33[?1049h\33[22;0;0t\33[?1h\33=\33[?2004h", 32) = 32
13745 ioctl(1, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33[1;29r\33[?12h\33[?12l\33[22;2t", 26) = 26
13745 write(1, "\33[22;1t", 7)          = 7
13745 stat("/home/AllTransfert/download/PlexServer/tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 getuid()                          = 1000
13745 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
13745 connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 close(3)                          = 0
13745 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
13745 connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=744, ...}) = 0
13745 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 744
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=192693, ...}) = 0
13745 mmap(NULL, 192693, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f05b93a8000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0$\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=43968, ...}) = 0
13745 mmap(NULL, 47264, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b939c000
13745 mmap(0x7f05b939e000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f05b939e000
13745 mmap(0x7f05b93a5000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f05b93a5000
13745 mmap(0x7f05b93a6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f05b93a6000
13745 close(3)                          = 0
13745 mprotect(0x7f05b93a6000, 4096, PROT_READ) = 0
13745 munmap(0x7f05b93a8000, 192693)    = 0
13745 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=192693, ...}) = 0
13745 mmap(NULL, 192693, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f05b93a8000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnss_nis.so.2", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2005\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=55928, ...}) = 0
13745 mmap(NULL, 58760, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b938d000
13745 mmap(0x7f05b9390000, 32768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f05b9390000
13745 mmap(0x7f05b9398000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f05b9398000
13745 mmap(0x7f05b939a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f05b939a000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 ]\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=105528, ...}) = 0
13745 mmap(NULL, 117336, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9370000
13745 mmap(0x7f05b9375000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f05b9375000
13745 mmap(0x7f05b9385000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f05b9385000
13745 mmap(0x7f05b9389000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f05b9389000
13745 mmap(0x7f05b938b000, 6744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05b938b000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3005\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=51832, ...}) = 0
13745 mmap(NULL, 79672, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b935c000
13745 mmap(0x7f05b935f000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f05b935f000
13745 mmap(0x7f05b9366000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f05b9366000
13745 mmap(0x7f05b9368000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f05b9368000
13745 mmap(0x7f05b936a000, 22328, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05b936a000
13745 close(3)                          = 0
13745 mprotect(0x7f05b9368000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05b9389000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05b939a000, 4096, PROT_READ) = 0
13745 munmap(0x7f05b93a8000, 192693)    = 0
13745 openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
13745 lseek(3, 0, SEEK_CUR)             = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=4444, ...}) = 0
13745 mmap(NULL, 4444, PROT_READ, MAP_SHARED, 3, 0) = 0x7f05ba79f000
13745 lseek(3, 4444, SEEK_SET)          = 4444
13745 munmap(0x7f05ba79f000, 4444)      = 0
13745 close(3)                          = 0
13745 uname({sysname="Linux", nodename="dle-home", ...}) = 0
13745 getpid()                          = 13745
13745 stat("/home/AllTransfert/download/PlexServer/tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 access("tata", W_OK)              = 0
13745 openat(AT_FDCWD, "tata", O_RDONLY) = 3
13745 readlink("tata", 0x7ffc25416780, 4095) = -1 EINVAL (Argument invalide)
13745 openat(AT_FDCWD, ".tata.swp", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".tata.swp", O_RDWR|O_CREAT|O_EXCL, 0600) = 4
13745 openat(AT_FDCWD, ".tata.swpx", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".tata.swpx", O_RDWR|O_CREAT|O_EXCL, 0600) = 5
13745 fstat(4, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
13745 fstat(5, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
13745 close(5)                          = 0
13745 unlink(".tata.swpx")              = 0
13745 close(4)                          = 0
13745 unlink(".tata.swp")               = 0
13745 stat(".tata.swp", 0x7ffc25417710) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 lstat(".tata.swp", 0x7ffc254178a0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 lstat(".tata.swp", 0x7ffc25417c20) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".tata.swp", O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW, 0600) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 lseek(4, 0, SEEK_SET)             = 0
13745 write(4, "b0VIM 8.1\0\0\0\0\20\0\0\251*[^M\215\2\1\2615\0\0dlec"..., 4096) = 4096
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 chmod(".tata.swp", 0644)          = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "tata", O_RDONLY) = 3
13745 write(1, "\33[27m\33[23m\33[29m\33[m\33[H\33[2J\33[?25l\33"..., 44) = 44
13745 brk(0x562d2735d000)               = 0x562d2735d000
13745 read(3, "", 8192)                 = 0
13745 close(3)                          = 0
13745 brk(0x562d2734d000)               = 0x562d2734d000
13745 write(1, " 0L, 0C", 7)            = 7
13745 openat(AT_FDCWD, "/home/dleclere/.viminfo", O_RDONLY) = 3
13745 fstat(3, {st_mode=S_IFREG|0600, st_size=17676, ...}) = 0
13745 read(3, "# Ce fichier viminfo a \303\251t\303\251 g\303\251"..., 4096) = 4096
13745 read(3, "/PlexServer/toto\"\n-'  1  0  /hom"..., 4096) = 4096
13745 read(3, ",0,1582921353,\"~/AllVideo/toto\"\n"..., 4096) = 4096
13745 close(3)                          = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 mmap(NULL, 139264, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05b93b6000
13745 mmap(NULL, 139264, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05b933a000
13745 munmap(0x7f05b93b6000, 139264)    = 0
13745 munmap(0x7f05b933a000, 139264)    = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 brk(0x562d27372000)               = 0x562d27372000
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 brk(0x562d2734d000)               = 0x562d2734d000
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 stat("/home/dleclere/.vim/scripts.vim", 0x7ffc25416e90) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/scripts.vim", 0x7ffc25416e90) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/scripts.vim", 0x7ffc25416e90) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/scripts.vim", {st_mode=S_IFREG|0644, st_size=11437, ...}) = 0
13745 stat("/usr/share/vim/vim81/scripts.vim", {st_mode=S_IFREG|0644, st_size=11437, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/scripts.vim", {st_mode=S_IFREG|0644, st_size=11437, ...}) = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/scripts.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/scripts.vim", {st_mode=S_IFREG|0644, st_size=11437, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=11437, ...}) = 0
13745 read(3, "\" Vim support file to detect fil"..., 4096) = 4096
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 read(3, "lseif s:name =~# 'scheme'\n    se"..., 4096) = 4096
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 mmap(NULL, 163840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05b93b0000
13745 mmap(NULL, 163840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05b9334000
13745 munmap(0x7f05b93b0000, 163840)    = 0
13745 munmap(0x7f05b9334000, 163840)    = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 read(3, "    \" Send-pr\n  elseif s:line1 ="..., 4096) = 3245
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 brk(0x562d2736e000)               = 0x562d2736e000
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/scripts.vim", 0x7ffc25416e90) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/scripts.vim", 0x7ffc25416e90) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/scripts.vim", 0x7ffc25416e90) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 ioctl(1, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33[2;1H\342\226\275\33[6n", 13) = 13
13745 write(1, "\33[2;1H  \33[1;1H", 14) = 14
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 ioctl(1, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33[>c", 4)             = 4
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 1 (in [0], left {tv_sec=0, tv_usec=0})
13745 read(0, "\33[2;2R", 4096)         = 6
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 1 (in [0], left {tv_sec=0, tv_usec=0})
13745 read(0, "\33[>0;115;0c", 4096)    = 11
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 ioctl(1, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33]10;?\7\33]11;?\7", 14) = 14
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 stat("/home/AllTransfert/download/PlexServer/tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 stat("/home/AllTransfert/download/PlexServer/tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 1 (in [0], left {tv_sec=0, tv_usec=0})
13745 read(0, "\33]11;rgb:e53b/d6e7/f7f7\7", 4096) = 24
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[2;1H\33[94m~                    "..., 2047) = 2047
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "                                "..., 1740) = 1740
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=2, tv_usec=239426})
13745 read(0, "i", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105Hi\33[1;1H", 22) = 22
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H \33[1;1H\33[29;1H\33[1m-- IN"..., 90) = 90
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=445272})
13745 read(0, "e", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 lseek(4, 0, SEEK_SET)             = 0
13745 write(4, "b0VIM 8.1\0\0\0\0\20\0\0\251*[^M\215\2\1\2615\0\0dlec"..., 4096) = 4096
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25le\33[29;115H1,2\33[1;2H\33[?25h", 31) = 31
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=846417})
13745 read(0, "e", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25le\33[29;117H3\33[1;3H\33[?25h", 29) = 29
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=848288})
13745 read(0, "e", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25le\33[29;117H4\33[1;4H\33[?25h", 29) = 29
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=47258})
13745 read(0, "\33", 4096)              = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=25000}) = 0 (Timeout)
13745 write(1, "\33[29;1H\33[K\33[1;3H", 16) = 16
13745 write(1, "\33[?25l\33[29;105H^[\33[1;3H", 23) = 23
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=100000}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H  \33[1;4H", 17) = 17
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;115H1,3\33[10CTout\33[1;3H\33[?25"..., 33) = 33
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=188867})
13745 read(0, "Z", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105HZ\33[1;3H\33[?25h", 28) = 28
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=868357})
13745 read(0, "Z", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;106HZ\33[1;3H", 22) = 22
13745 stat("/home/AllTransfert/download/PlexServer/tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 access("/home/AllTransfert/download/PlexServer/tata", W_OK) = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?2004l", 8)         = 8
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 write(1, "\33[29;1H\"tata\"\33[29;105H\33[K", 25) = 25
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 access("tata", W_OK)              = 0
13745 getxattr("tata", "system.posix_acl_access", 0x7ffc254170a0, 132) = -1 EOPNOTSUPP (Opération non supportée)
13745 lstat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 lstat("4913", 0x7ffc25417430)     = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "4913", O_WRONLY|O_CREAT|O_EXCL|O_NOFOLLOW, 0100664) = 3
13745 fchown(3, 1000, 1000)             = 0
13745 stat("4913", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 close(3)                          = 0
13745 unlink("4913")                    = 0
13745 stat("tata~", 0x7ffc25417150)     = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 stat("tata~", 0x7ffc25416120)     = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 unlink("tata~")                   = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 rename("tata", "tata~")           = 0
13745 openat(AT_FDCWD, "tata", O_WRONLY|O_CREAT, 0664) = 3
13745 ftruncate(3, 0)                   = 0
13745 write(3, "eee\n", 4)              = 4
13745 fsync(3)                          = -1 EDQUOT (Débordement du quota d'espace disque)
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=4, ...}) = 0
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=4, ...}) = 0
13745 fchmod(3, 0100664)                = 0
13745 close(3)                          = 0
13745 stat("tata~", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 unlink("tata")                    = 0
13745 rename("tata~", "tata")           = 0
13745 write(1, "\33[29;1H\r\n\33[97m\33[41m\"tata\" E667: "..., 57) = 57
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33[?2004h", 8)         = 8
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[1;3H\33[m\33[29;1H\r\n\33[32mAppuyez s"..., 85) = 85
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=1, tv_usec=516624})
13745 read(0, "\r", 4096)               = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[m\33[1;1H\33[2L\33[?25l\33[1;1Heee\r\n\33["..., 213) = 213
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=0, tv_usec=999550})
13745 read(0, "x", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105Hx\33[1;3H", 22) = 22
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H \33[1;3H\33[29;105Hdl\33[1;3"..., 33) = 33
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H  \33[1;2H\33[1;3H\33[K\33[29;1"..., 48) = 48
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=866097})
13745 read(0, "x", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105Hx\33[1;2H", 22) = 22
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H \33[1;2H\33[29;105Hdl\33[1;2"..., 33) = 33
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H  \33[1;1H\33[1;2H\33[K\33[29;1"..., 48) = 48
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=466826})
13745 read(0, "x", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105Hx\33[1;1H", 22) = 22
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H \33[1;1H\33[29;105Hdl\33[1;1"..., 33) = 33
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H  \33[1;1H\33[1;1H\33[K\33[29;1"..., 50) = 50
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=1, tv_usec=843037})
13745 read(0, "d", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105Hd\33[1;1H", 22) = 22
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25h", 6)           = 6
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=863130})
13745 read(0, "d", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;106Hd\33[1;1H", 22) = 22
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H  \33[1;1H\33[29;1H--Le tam"..., 58) = 58
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;115H0,0-1\33[8CTout\33[1;1H\33[?2"..., 34) = 34
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=1, tv_usec=885586})
13745 read(0, ":", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105H:\33[1;1H", 22) = 22
13745 write(1, "\33[29;1H\33[K\33[29;1H:", 18) = 18
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33[?2004h", 8)         = 8
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25h", 6)           = 6
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=2, tv_usec=378096})
13745 read(0, "q", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "q\33[?25l\33[?25h", 13) = 13
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=824163})
13745 read(0, "!", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "!\33[?25l\33[?25h", 13) = 13
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=749731})
13745 read(0, "\r", 4096)               = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\r", 1)                 = 1
13745 openat(AT_FDCWD, "/home/dleclere/.viminfo", O_RDONLY) = 3
13745 stat("/home/dleclere/.viminfo", {st_mode=S_IFREG|0600, st_size=17676, ...}) = 0
13745 getuid()                          = 1000
13745 getuid()                          = 1000
13745 stat("/home/dleclere/.viminfo.tmp", 0x7ffc254174c0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 umask(000)                        = 002
13745 openat(AT_FDCWD, "/home/dleclere/.viminfo.tmp", O_WRONLY|O_CREAT|O_EXCL|O_NOFOLLOW, 0600) = 5
13745 umask(002)                        = 000
13745 fcntl(5, F_GETFL)                 = 0x28001 (flags O_WRONLY|O_LARGEFILE|O_NOFOLLOW)
13745 stat("/home/dleclere/.viminfo.tmp", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0600, st_size=17676, ...}) = 0
13745 read(3, "# Ce fichier viminfo a \303\251t\303\251 g\303\251"..., 4096) = 4096
13745 read(3, "/PlexServer/toto\"\n-'  1  0  /hom"..., 4096) = 4096
13745 read(3, ",0,1582921353,\"~/AllVideo/toto\"\n"..., 4096) = 4096
13745 fstat(5, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
13745 write(5, "# Ce fichier viminfo a \303\251t\303\251 g\303\251"..., 4096) = 4096
13745 write(5, "to\"\n-'  1  0  /home/AllTransfert"..., 4096) = 4096
13745 write(5, "load/PlexServer/Toto\"\n-'  1  0  "..., 4096) = 4096
13745 read(3, "\t\"\t395\t14\n\n> /home/HomesUser/dle"..., 4096) = 4096
13745 write(5, ",1,0,1582921353,\"~/AllVideo/toto"..., 4096) = 4096
13745 read(3, "r/Browser/T\303\251l\303\251chargements/Prep"..., 4096) = 1292
13745 read(3, "", 4096)                 = 0
13745 write(5, "lAppAll__SrvAix/.gitignore\n\t*\t15"..., 2790) = 2790
13745 close(5)                          = 0
13745 close(3)                          = 0
13745 stat("/home/dleclere/.viminfo.tmp", {st_mode=S_IFREG|0600, st_size=19174, ...}) = 0
13745 stat("/home/dleclere/.viminfo", {st_mode=S_IFREG|0600, st_size=17676, ...}) = 0
13745 unlink("/home/dleclere/.viminfo") = 0
13745 rename("/home/dleclere/.viminfo.tmp", "/home/dleclere/.viminfo") = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[?2004l", 14) = 14
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 write(1, "\33[23;2t", 7)          = 7
13745 write(1, "\33[23;1t", 7)          = 7
13745 write(1, "\33[22;2t", 7)          = 7
13745 write(1, "\33[22;1t", 7)          = 7
13745 write(1, "\33[23;2t", 7)          = 7
13745 write(1, "\33[23;1t", 7)          = 7
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=100000}) = 0 (Timeout)
13745 ioctl(0, TCFLSH, TCIFLUSH)        = 0
13745 write(1, "\33[29;1H\33[K\33[29;1H\33[?2004l\33[?1l\33>", 32) = 32
13745 write(1, "\33[?25h\33[?1049l\33[23;0;0t", 23) = 23
13745 close(4)                          = -1 EIO (Erreur d'entrée/sortie)
13745 write(2, "E", 1)                  = 1
13745 write(2, "7", 1)                  = 1
13745 write(2, "2", 1)                  = 1
13745 write(2, ":", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "E", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(2, "u", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "l", 1)                  = 1
13745 write(2, "o", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, "s", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "d", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "l", 1)                  = 1
13745 write(2, "a", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "f", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, "m", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(2, "t", 1)                  = 1
13745 write(2, "u", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "d", 1)                  = 1
13745 write(2, "u", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "f", 1)                  = 1
13745 write(2, "i", 1)                  = 1
13745 write(2, "c", 1)                  = 1
13745 write(2, "h", 1)                  = 1
13745 write(2, "i", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "d", 1)                  = 1
13745 write(2, "'", 1)                  = 1
13745 write(2, "\303", 1)               = 1
13745 write(2, "\251", 1)               = 1
13745 write(2, "c", 1)                  = 1
13745 write(2, "h", 1)                  = 1
13745 write(2, "a", 1)                  = 1
13745 write(2, "n", 1)                  = 1
13745 write(2, "g", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(1, "\33[?25l\33[J", 9)      = 9
13745 unlink("/home/AllTransfert/download/PlexServer/.tata.swp") = 0
13745 exit_group(0)                     = ?
13745 +++ exited with 0 +++

Didier.

--
Modération: ajout des balises [ code ] et c'est la dernière fois…

Dernière modification par bruno (Le 10/03/2020, à 16:14)

Hors ligne

#3 Le 01/03/2020, à 08:52

DonutMan75

Re : Erreur E667: Fsync failed

Bonjour,
merci d'utiliser les balises de code pour formatter les messages afin de les rendre plus lisibles pour les autres.
Sinon un début de réponse ici : https://askubuntu.com/questions/167819/ … -error-why

Bon courage pour la suite,

Donut

Hors ligne

#4 Le 01/03/2020, à 09:11

xubu1957

Re : Erreur E667: Fsync failed

Bonjour,

Pour ajouter toi-même les balises code à tes précédents messages #1et #2 :

  • Cliquer sur  le lien « Modifier » en bas à droite du message

  • Sélectionner le texte

  • Cliquer sur le <> de l'éditeur de message

1578079461.png

comme indiqué dans le lien : Retour utilisable de commande


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#5 Le 10/03/2020, à 13:46

xubu1957

Re : Erreur E667: Fsync failed

Bonjour,

Rappel

Voir règles du forum > balises BB code

Balise CODE :

C'est la balise à utiliser pour donner de longs messages d'erreurs, des contenus de fichiers de configuration, des commandes à taper, etc … Elle permet des messages plus "compacts", et est moins ambiguë que d'autres polices sur certains caractères.

alca94 a écrit :

1539072593.png

Au #2 :

3745 execve("/usr/bin/vi", ["vi", "tata"], 0x7ffecbcdc940 /* 44 vars */) = 0
13745 brk(NULL)                         = 0x562d270d6000
13745 arch_prctl(0x3001 /* ARCH_??? */, 0x7ffc25418220) = -1 EINVAL (Argument invalide)
13745 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=192693, ...}) = 0
13745 mmap(NULL, 192693, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f05ba79f000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\363\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=1369352, ...}) = 0
13745 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05ba79d000
13745 mmap(NULL, 1368336, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05ba64e000
13745 mmap(0x7f05ba65d000, 684032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f05ba65d000
13745 mmap(0x7f05ba704000, 618496, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb6000) = 0x7f05ba704000
13745 mmap(0x7f05ba79b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14c000) = 0x7f05ba79b000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libtinfo.so.6", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\346\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=192032, ...}) = 0
13745 mmap(NULL, 194944, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05ba61e000
13745 mmap(0x7f05ba62c000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f05ba62c000
13745 mmap(0x7f05ba63b000, 57344, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7f05ba63b000
13745 mmap(0x7f05ba649000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2a000) = 0x7f05ba649000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300p\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=163240, ...}) = 0
13745 mmap(NULL, 174640, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05ba5f3000
13745 mprotect(0x7f05ba5f9000, 135168, PROT_NONE) = 0
13745 mmap(0x7f05ba5f9000, 102400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f05ba5f9000
13745 mmap(0x7f05ba612000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0x7f05ba612000
13745 mmap(0x7f05ba61a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f05ba61a000
13745 mmap(0x7f05ba61c000, 6704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05ba61c000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libacl.so.1", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\"\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=38936, ...}) = 0
13745 mmap(NULL, 41120, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05ba5e8000
13745 mmap(0x7f05ba5ea000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f05ba5ea000
13745 mmap(0x7f05ba5ef000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f05ba5ef000
13745 mmap(0x7f05ba5f1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f05ba5f1000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgpm.so.2", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\34\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=22456, ...}) = 0
13745 mmap(NULL, 2118752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05ba3e2000
13745 mprotect(0x7f05ba3e7000, 2093056, PROT_NONE) = 0
13745 mmap(0x7f05ba5e6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f05ba5e6000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \22\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=18816, ...}) = 0
13745 mmap(NULL, 20752, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05ba3dc000
13745 mmap(0x7f05ba3dd000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f05ba3dd000
13745 mmap(0x7f05ba3df000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f05ba3df000
13745 mmap(0x7f05ba3e0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f05ba3e0000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libpython3.7m.so.1.0", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\334\6\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=5018304, ...}) = 0
13745 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05ba3da000
13745 mmap(NULL, 5165552, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9eec000
13745 mprotect(0x7f05b9f58000, 3883008, PROT_NONE) = 0
13745 mmap(0x7f05b9f58000, 2183168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6c000) = 0x7f05b9f58000
13745 mmap(0x7f05ba16d000, 1695744, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x281000) = 0x7f05ba16d000
13745 mmap(0x7f05ba30c000, 696320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x41f000) = 0x7f05ba30c000
13745 mmap(0x7f05ba3b6000, 143856, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05ba3b6000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\201\0\0\0\0\0\0"..., 832) = 832
13745 lseek(3, 824, SEEK_SET)           = 824
13745 read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\177A\7\337\204\332b_\33DZ\336\207~\36\n"..., 68) = 68
13745 fstat(3, {st_mode=S_IFREG|0755, st_size=158288, ...}) = 0
13745 lseek(3, 824, SEEK_SET)           = 824
13745 read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\177A\7\337\204\332b_\33DZ\336\207~\36\n"..., 68) = 68
13745 mmap(NULL, 140448, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9ec9000
13745 mmap(0x7f05b9ed0000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f05b9ed0000
13745 mmap(0x7f05b9ee1000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f05b9ee1000
13745 mmap(0x7f05b9ee6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f05b9ee6000
13745 mmap(0x7f05b9ee8000, 13472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05b9ee8000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360r\2\0\0\0\0\0"..., 832) = 832
13745 lseek(3, 64, SEEK_SET)            = 64
13745 read(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784) = 784
13745 lseek(3, 848, SEEK_SET)           = 848
13745 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
13745 lseek(3, 880, SEEK_SET)           = 880
13745 read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0q7?\324>\326\250>\n\253\230<:\227\0362"..., 68) = 68
13745 fstat(3, {st_mode=S_IFREG|0755, st_size=2025032, ...}) = 0
13745 lseek(3, 64, SEEK_SET)            = 64
13745 read(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784) = 784
13745 lseek(3, 848, SEEK_SET)           = 848
13745 read(3, "\4\0\0\0\20\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0", 32) = 32
13745 lseek(3, 880, SEEK_SET)           = 880
13745 read(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0q7?\324>\326\250>\n\253\230<:\227\0362"..., 68) = 68
13745 mmap(NULL, 2032984, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9cd8000
13745 mmap(0x7f05b9cfd000, 1540096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f05b9cfd000
13745 mmap(0x7f05b9e75000, 303104, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19d000) = 0x7f05b9e75000
13745 mmap(0x7f05b9ebf000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e6000) = 0x7f05b9ebf000
13745 mmap(0x7f05b9ec5000, 13656, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05b9ec5000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200!\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=539176, ...}) = 0
13745 mmap(NULL, 541448, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9c53000
13745 mmap(0x7f05b9c55000, 376832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f05b9c55000
13745 mmap(0x7f05b9cb1000, 151552, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5e000) = 0x7f05b9cb1000
13745 mmap(0x7f05b9cd6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x82000) = 0x7f05b9cd6000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000B\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=182560, ...}) = 0
13745 mmap(NULL, 184480, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9c25000
13745 mprotect(0x7f05b9c29000, 159744, PROT_NONE) = 0
13745 mmap(0x7f05b9c29000, 114688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f05b9c29000
13745 mmap(0x7f05b9c45000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7f05b9c45000
13745 mmap(0x7f05b9c50000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2a000) = 0x7f05b9c50000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\"\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=108928, ...}) = 0
13745 mmap(NULL, 110768, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9c09000
13745 mprotect(0x7f05b9c0b000, 98304, PROT_NONE) = 0
13745 mmap(0x7f05b9c0b000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f05b9c0b000
13745 mmap(0x7f05b9c1c000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7f05b9c1c000
13745 mmap(0x7f05b9c23000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7f05b9c23000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\23\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=14848, ...}) = 0
13745 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05b9c07000
13745 mmap(NULL, 16656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9c02000
13745 mmap(0x7f05b9c03000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f05b9c03000
13745 mmap(0x7f05b9c04000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f05b9c04000
13745 mmap(0x7f05b9c05000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f05b9c05000
13745 close(3)                          = 0
13745 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05b9c00000
13745 arch_prctl(ARCH_SET_FS, 0x7f05b9c00c40) = 0
13745 mprotect(0x7f05b9ebf000, 12288, PROT_READ) = 0
13745 mprotect(0x7f05b9c05000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05b9c23000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05b9c50000, 8192, PROT_READ) = 0
13745 mprotect(0x7f05b9ee6000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05b9cd6000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05ba79b000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05ba3e0000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05ba30c000, 16384, PROT_READ) = 0
13745 mprotect(0x7f05ba5e6000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05ba5f1000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05ba61a000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05ba649000, 16384, PROT_READ) = 0
13745 mprotect(0x562d253a3000, 53248, PROT_READ) = 0
13745 mprotect(0x7f05ba7fb000, 4096, PROT_READ) = 0
13745 munmap(0x7f05ba79f000, 192693)    = 0
13745 set_tid_address(0x7f05b9c00f10)   = 13745
13745 set_robust_list(0x7f05b9c00f20, 24) = 0
13745 rt_sigaction(SIGRTMIN, {sa_handler=0x7f05b9ed0c50, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGRT_1, {sa_handler=0x7f05b9ed0cf0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
13745 prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
13745 statfs("/sys/fs/selinux", 0x7ffc25418170) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 statfs("/selinux", 0x7ffc25418170) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 brk(NULL)                         = 0x562d270d6000
13745 brk(0x562d270f7000)               = 0x562d270f7000
13745 openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
13745 read(3, "nodev\tsysfs\nnodev\ttmpfs\nnodev\tbd"..., 1024) = 442
13745 read(3, "", 1024)                 = 0
13745 close(3)                          = 0
13745 access("/etc/selinux/config", F_OK) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 sigaltstack({ss_sp=0x562d270d6920, ss_flags=0, ss_size=8192}, NULL) = 0
13745 openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=8308192, ...}) = 0
13745 mmap(NULL, 8308192, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f05b9413000
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 chdir("/home/AllTransfert/download/PlexServer") = 0
13745 chdir("/home/dleclere")           = 0
13745 getcwd("/home/dleclere", 1025)    = 15
13745 chdir("/home/AllTransfert/download/PlexServer") = 0
13745 sysinfo({uptime=9419, loads=[137792, 117632, 110656], totalram=33612922880, freeram=22902910976, sharedram=317476864, bufferram=338989056, totalswap=63999832064, freeswap=63999832064, procs=1575, totalhigh=0, freehigh=0, mem_unit=1}) = 0
13745 prlimit64(0, RLIMIT_DATA, NULL, {rlim_cur=RLIM64_INFINITY, rlim_max=RLIM64_INFINITY}) = 0
13745 getuid()                          = 1000
13745 stat("/usr/share/vim", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=2995, ...}) = 0
13745 read(3, "# Locale name alias data base.\n#"..., 4096) = 2995
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/lang/fr_FR.UTF-8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/lang/fr_FR.utf8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/lang/fr_FR/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/lang/fr.UTF-8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/lang/fr.utf8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/lang/fr/LC_MESSAGES/vim.mo", O_RDONLY) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=185573, ...}) = 0
13745 mmap(NULL, 185573, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f05ba7a1000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/share/locale-langpack/fr_FR.UTF-8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/locale-langpack/fr_FR.utf8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/locale-langpack/fr_FR/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/locale-langpack/fr.UTF-8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/locale-langpack/fr.utf8/LC_MESSAGES/vim.mo", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/locale-langpack/fr/LC_MESSAGES/vim.mo", O_RDONLY) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=185597, ...}) = 0
13745 mmap(NULL, 185597, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f05b93e5000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=27002, ...}) = 0
13745 mmap(NULL, 27002, PROT_READ, MAP_SHARED, 3, 0) = 0x7f05b93de000
13745 close(3)                          = 0
13745 futex(0x7f05b9ec4634, FUTEX_WAKE_PRIVATE, 2147483647) = 0
13745 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/ISO8859-15.so", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\20\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=18664, ...}) = 0
13745 mmap(NULL, 20552, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b93d8000
13745 mmap(0x7f05b93d9000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f05b93d9000
13745 mmap(0x7f05b93db000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f05b93db000
13745 mmap(0x7f05b93dc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f05b93dc000
13745 close(3)                          = 0
13745 mprotect(0x7f05b93dc000, 4096, PROT_READ) = 0
13745 readlink("/proc/self/exe", "/usr/bin/vim.basic", 4096) = 18
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 brk(0x562d27119000)               = 0x562d27119000
13745 brk(0x562d27117000)               = 0x562d27117000
13745 rt_sigaction(SIGWINCH, {sa_handler=0x562d25250150, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [WINCH], [], 8) = 0
13745 rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [TSTP], [], 8) = 0
13745 rt_sigaction(SIGCONT, {sa_handler=0x562d252509c0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [CONT], [], 8) = 0
13745 rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [PIPE], [], 8) = 0
13745 rt_sigaction(SIGINT, {sa_handler=0x562d25250180, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [INT], [], 8) = 0
13745 rt_sigaction(SIGALRM, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [ALRM], [], 8) = 0
13745 rt_sigaction(SIGPWR, {sa_handler=0x562d252501b0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f05b9d1e470}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
13745 rt_sigprocmask(SIG_UNBLOCK, [PWR], [], 8) = 0
13745 rt_sigaction(SIGHUP, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGQUIT, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGILL, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGTRAP, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGABRT, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGFPE, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGBUS, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGSEGV, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGSYS, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGTERM, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGVTALRM, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGPROF, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGXCPU, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGXFSZ, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGUSR1, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 rt_sigaction(SIGUSR2, {sa_handler=0x562d25252640, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK, sa_restorer=0x7f05b9ede540}, NULL, 8) = 0
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 stat("/home/dleclere/.terminfo", 0x562d270f6a70) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/etc/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 stat("/lib/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 stat("/usr/share/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 access("/etc/terminfo/x/xterm-256color", R_OK) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 access("/lib/terminfo/x/xterm-256color", R_OK) = 0
13745 openat(AT_FDCWD, "/lib/terminfo/x/xterm-256color", O_RDONLY) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=3503, ...}) = 0
13745 read(3, "\36\2%\0&\0\17\0\235\1\356\5xterm-256color|xterm"..., 32768) = 3503
13745 read(3, "", 28672)                = 0
13745 close(3)                          = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TIOCGWINSZ, {ws_row=29, ws_col=132, ws_xpixel=0, ws_ypixel=0}) = 0
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TIOCGWINSZ, {ws_row=29, ws_col=132, ws_xpixel=0, ws_ypixel=0}) = 0
13745 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(1, TIOCGWINSZ, {ws_row=29, ws_col=132, ws_xpixel=0, ws_ypixel=0}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim")           = 0
13745 getcwd("/usr/share/vim", 4096)    = 15
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vimrc", {st_mode=S_IFREG|0644, st_size=2413, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vimrc", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vimrc", {st_mode=S_IFREG|0644, st_size=2413, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=2413, ...}) = 0
13745 read(3, "\" All system-wide defaults are s"..., 4096) = 2413
13745 stat("/home/dleclere/.vim/debian.vim", 0x7ffc254172e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/etc/vim/debian.vim", 0x7ffc254172e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/debian.vim", 0x7ffc254172e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/debian.vim", {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0
13745 stat("/usr/share/vim/vim81/debian.vim", {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 4
13745 fchdir(4)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(4)                         = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vim81/debian.vim", {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/debian.vim", O_RDONLY) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(4, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/debian.vim", {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0
13745 fstat(4, {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0
13745 read(4, "\" Debian system-wide default con"..., 4096) = 2010
13745 getuid()                          = 1000
13745 stat("/etc/papersize", {st_mode=S_IFREG|0644, st_size=3, ...}) = 0
13745 openat(AT_FDCWD, "/etc/papersize", O_RDONLY|O_NONBLOCK) = 5
13745 close(5)                          = 0
13745 openat(AT_FDCWD, "/etc/papersize", O_RDONLY) = 5
13745 fstat(5, {st_mode=S_IFREG|0644, st_size=3, ...}) = 0
13745 read(5, "a4\n", 4096)             = 3
13745 read(5, "", 4096)                 = 0
13745 close(5)                          = 0
13745 read(4, "", 4096)                 = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/debian.vim", 0x7ffc254172e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/etc/vim/after/debian.vim", 0x7ffc254172e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/debian.vim", 0x7ffc254172e0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 4
13745 fchdir(4)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(4)                         = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/syntax.vim", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/syntax.vim", O_RDONLY) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(4, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/syntax.vim", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 fstat(4, {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 read(4, "\" Vim syntax support file\n\" Main"..., 4096) = 1228
13745 stat("/home/dleclere/.vim/syntax/synload.vim", 0x7ffc25415ee0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/syntax/synload.vim", 0x7ffc25415ee0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/syntax/synload.vim", 0x7ffc25415ee0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 5
13745 fchdir(5)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(5)                         = 0
13745 close(5)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/synload.vim", O_RDONLY) = 5
13745 fcntl(5, F_GETFD)                 = 0
13745 fcntl(5, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(5, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 fstat(5, {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 read(5, "\" Vim syntax support file\n\" Main"..., 4096) = 1984
13745 stat("/home/dleclere/.vim/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 6
13745 fchdir(6)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(6)                         = 0
13745 close(6)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/syncolor.vim", O_RDONLY) = 6
13745 fcntl(6, F_GETFD)                 = 0
13745 fcntl(6, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 fstat(6, {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 read(6, "\" Vim syntax support file\n\" Main"..., 4096) = 4093
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/rgb.txt", O_RDONLY) = 7
13745 fstat(7, {st_mode=S_IFREG|0644, st_size=17780, ...}) = 0
13745 read(7, "255 250 250\t\tsnow\n248 248 255\t\tg"..., 4096) = 4096
13745 read(7, "dYellow\n255 255 224\t\tlight yello"..., 4096) = 4096
13745 read(7, "8\t\tLightBlue2\n154 192 205\t\tLight"..., 4096) = 4096
13745 read(7, "1 159\t\tPaleVioletRed2\n205 104 13"..., 4096) = 4096
13745 read(7, "9 199 199\t\tgray78\n199 199 199\t\tg"..., 4096) = 1396
13745 read(7, "", 4096)                 = 0
13745 brk(0x562d2713a000)               = 0x562d2713a000
13745 lseek(7, 0, SEEK_SET)             = 0
13745 read(7, "255 250 250\t\tsnow\n248 248 255\t\tg"..., 4096) = 4096
13745 read(7, "dYellow\n255 255 224\t\tlight yello"..., 4096) = 4096
13745 read(7, "8\t\tLightBlue2\n154 192 205\t\tLight"..., 4096) = 4096
13745 read(7, "1 159\t\tPaleVioletRed2\n205 104 13"..., 4096) = 4096
13745 read(7, "9 199 199\t\tgray78\n199 199 199\t\tg"..., 4096) = 1396
13745 read(7, "", 4096)                 = 0
13745 close(7)                          = 0
13745 read(6, "", 4096)                 = 0
13745 close(6)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 read(5, "", 4096)                 = 0
13745 close(5)                          = 0
13745 stat("/home/dleclere/.vim/filetype.vim", 0x7ffc25415eb0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/filetype.vim", 0x7ffc25415eb0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/filetype.vim", 0x7ffc25415eb0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 5
13745 fchdir(5)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(5)                         = 0
13745 close(5)                          = 0
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/filetype.vim", O_RDONLY) = 5
13745 fcntl(5, F_GETFD)                 = 0
13745 fcntl(5, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(5, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 fstat(5, {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 read(5, "\" Vim support file to detect fil"..., 4096) = 4096
13745 brk(0x562d2715b000)               = 0x562d2715b000
13745 brk(0x562d2715a000)               = 0x562d2715a000
13745 read(5, "f aspperl |\n\t\\ else |\n\t\\   setf "..., 4096) = 4096
13745 brk(0x562d2717b000)               = 0x562d2717b000
13745 read(5, "eets\nau BufNewFile,BufRead *.css"..., 4096) = 4096
13745 brk(0x562d2719c000)               = 0x562d2719c000
13745 brk(0x562d2719b000)               = 0x562d2719b000
13745 read(5, " 2001$' |\n\t\\   setf gitsendemail"..., 4096) = 4096
13745 brk(0x562d271bc000)               = 0x562d271bc000
13745 brk(0x562d271bb000)               = 0x562d271bb000
13745 read(5, "  setf gitsendemail |\n      \\ en"..., 4096) = 4096
13745 brk(0x562d271dd000)               = 0x562d271dd000
13745 brk(0x562d271db000)               = 0x562d271db000
13745 read(5, "ipf.rules\tsetf ipfilter\n\n\" Infor"..., 4096) = 4096
13745 brk(0x562d271fc000)               = 0x562d271fc000
13745 brk(0x562d271fb000)               = 0x562d271fb000
13745 read(5, ",BufRead *[mM]akefile,*.mk,*.mak"..., 4096) = 4096
13745 brk(0x562d2721c000)               = 0x562d2721c000
13745 brk(0x562d2721b000)               = 0x562d2721b000
13745 read(5, "\n\" OPL\nau BufNewFile,BufRead *.["..., 4096) = 4096
13745 brk(0x562d2723c000)               = 0x562d2723c000
13745 brk(0x562d2723a000)               = 0x562d2723a000
13745 read(5, "ufNewFile,BufRead *.py,*.pyw,.py"..., 4096) = 4096
13745 brk(0x562d2725b000)               = 0x562d2725b000
13745 brk(0x562d2725a000)               = 0x562d2725a000
13745 read(5, "\n\t\\   let b:docbk_type = \"sgml\" "..., 4096) = 4096
13745 brk(0x562d2727b000)               = 0x562d2727b000
13745 brk(0x562d2727a000)               = 0x562d2727a000
13745 brk(0x562d2729c000)               = 0x562d2729c000
13745 brk(0x562d2729a000)               = 0x562d2729a000
13745 read(5, " when it's a Java bytecode file\n"..., 4096) = 4096
13745 brk(0x562d272bb000)               = 0x562d272bb000
13745 read(5, "all dist#ft#FTVB(\"form\")\n\n\" SaxB"..., 4096) = 4096
13745 brk(0x562d272dc000)               = 0x562d272dc000
13745 brk(0x562d272da000)               = 0x562d272da000
13745 read(5, "ft#FThtml()\n\"   zsql (zope sql m"..., 4096) = 4096
13745 read(5, "ll s:StarSetf('muttrc')\n\n\" Neomu"..., 4096) = 4087
13745 brk(0x562d272fb000)               = 0x562d272fb000
13745 brk(0x562d272f9000)               = 0x562d272f9000
13745 openat(AT_FDCWD, "/home/dleclere/.vim/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/var/lib/vim/addons/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/after/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/var/lib/vim/addons/after/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/after/ftdetect/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 read(5, "", 4096)                 = 0
13745 close(5)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/filetype.vim", 0x7ffc25415eb0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/filetype.vim", 0x7ffc25415eb0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/filetype.vim", 0x7ffc25415eb0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 read(4, "", 4096)                 = 0
13745 close(4)                          = 0
13745 stat("/etc/vim/vimrc.local", 0x7ffc25416ab0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/etc/vim/vimrc.local", O_RDONLY|O_NONBLOCK) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/home/dleclere")           = 0
13745 getcwd("/home/dleclere", 4096)    = 15
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/home/dleclere/.vimrc", 0x7ffc25417f50) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vimrc", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/_vimrc", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/home/dleclere/.vim")      = 0
13745 getcwd("/home/dleclere/.vim", 4096) = 20
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/home/dleclere/.vim/vimrc", 0x7ffc25417f50) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/vimrc", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/home/dleclere")           = 0
13745 getcwd("/home/dleclere", 4096)    = 15
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/home/dleclere/.exrc", 0x7ffc25417f50) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.exrc", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/defaults.vim", {st_mode=S_IFREG|0644, st_size=4091, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/defaults.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/defaults.vim", {st_mode=S_IFREG|0644, st_size=4091, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=4091, ...}) = 0
13745 read(3, "\" The default vimrc file.\n\"\n\" Ma"..., 4096) = 4091
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 4
13745 fchdir(4)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(4)                         = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/syntax.vim", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/syntax.vim", O_RDONLY) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(4, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/syntax.vim", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 fstat(4, {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 read(4, "\" Vim syntax support file\n\" Main"..., 4096) = 1228
13745 stat("/usr/share/vim/vim81/syntax/syntax.vim", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 5
13745 fchdir(5)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(5)                         = 0
13745 close(5)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/nosyntax.vim", {st_mode=S_IFREG|0644, st_size=755, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/nosyntax.vim", O_RDONLY) = 5
13745 fcntl(5, F_GETFD)                 = 0
13745 fcntl(5, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(5, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/nosyntax.vim", {st_mode=S_IFREG|0644, st_size=755, ...}) = 0
13745 fstat(5, {st_mode=S_IFREG|0644, st_size=755, ...}) = 0
13745 read(5, "\" Vim syntax support file\n\" Main"..., 4096) = 755
13745 read(5, "", 4096)                 = 0
13745 close(5)                          = 0
13745 stat("/home/dleclere/.vim/syntax/synload.vim", 0x7ffc25415ee0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/syntax/synload.vim", 0x7ffc25415ee0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/syntax/synload.vim", 0x7ffc25415ee0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 5
13745 fchdir(5)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(5)                         = 0
13745 close(5)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/synload.vim", O_RDONLY) = 5
13745 fcntl(5, F_GETFD)                 = 0
13745 fcntl(5, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(5, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/synload.vim", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 fstat(5, {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0
13745 read(5, "\" Vim syntax support file\n\" Main"..., 4096) = 1984
13745 stat("/home/dleclere/.vim/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 6
13745 fchdir(6)                         = 0
13745 chdir("/usr/share/vim/vim81/syntax") = 0
13745 getcwd("/usr/share/vim/vim81/syntax", 4096) = 28
13745 fchdir(6)                         = 0
13745 close(6)                          = 0
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/syntax/syncolor.vim", O_RDONLY) = 6
13745 fcntl(6, F_GETFD)                 = 0
13745 fcntl(6, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/syntax/syncolor.vim", {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 fstat(6, {st_mode=S_IFREG|0644, st_size=4093, ...}) = 0
13745 read(6, "\" Vim syntax support file\n\" Main"..., 4096) = 4093
13745 read(6, "", 4096)                 = 0
13745 close(6)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/syntax/syncolor.vim", 0x7ffc25415360) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 read(5, "", 4096)                 = 0
13745 close(5)                          = 0
13745 read(4, "", 4096)                 = 0
13745 close(4)                          = 0
13745 stat("/home/dleclere/.vim/filetype.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/filetype.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/filetype.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 4
13745 fchdir(4)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(4)                         = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/filetype.vim", O_RDONLY) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(4, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/filetype.vim", {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 fstat(4, {st_mode=S_IFREG|0644, st_size=57335, ...}) = 0
13745 read(4, "\" Vim support file to detect fil"..., 4096) = 4096
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/filetype.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/filetype.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/filetype.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/ftplugin.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/ftplugin.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/ftplugin.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/ftplugin.vim", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
13745 stat("/usr/share/vim/vim81/ftplugin.vim", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 4
13745 fchdir(4)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(4)                         = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vim81/ftplugin.vim", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/ftplugin.vim", O_RDONLY) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(4, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/ftplugin.vim", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
13745 fstat(4, {st_mode=S_IFREG|0644, st_size=971, ...}) = 0
13745 read(4, "\" Vim support file to switch on "..., 4096) = 971
13745 read(4, "", 4096)                 = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/ftplugin.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/ftplugin.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/ftplugin.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/indent.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/indent.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/indent.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/indent.vim", {st_mode=S_IFREG|0644, st_size=767, ...}) = 0
13745 stat("/usr/share/vim/vim81/indent.vim", {st_mode=S_IFREG|0644, st_size=767, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 4
13745 fchdir(4)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(4)                         = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vim81/indent.vim", {st_mode=S_IFREG|0644, st_size=767, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/indent.vim", O_RDONLY) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(4, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/indent.vim", {st_mode=S_IFREG|0644, st_size=767, ...}) = 0
13745 fstat(4, {st_mode=S_IFREG|0644, st_size=767, ...}) = 0
13745 read(4, "\" Vim support file to switch on "..., 4096) = 767
13745 read(4, "", 4096)                 = 0
13745 close(4)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/indent.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/indent.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/indent.vim", 0x7ffc254172b0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/home/dleclere/.vim/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/etc/vim/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
13745 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 getdents64(3, /* 3 entries */, 32768) = 72
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/pack/dist/start/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 getdents64(3, /* 0 entries */, 32768) = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/after/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/etc/vim/after/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/after/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/var/lib/vim/addons/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/var/lib/vim/addons/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
13745 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 getdents64(3, /* 15 entries */, 32768) = 520
13745 stat("/usr/share/vim/vim81/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=7085, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=7085, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=7085, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=10440, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=10440, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=10440, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/manpager.vim", {st_mode=S_IFREG|0644, st_size=676, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/manpager.vim", {st_mode=S_IFREG|0644, st_size=676, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/manpager.vim", {st_mode=S_IFREG|0644, st_size=676, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2271, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2271, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2271, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1414, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1414, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1414, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/logiPat.vim", {st_mode=S_IFREG|0644, st_size=10269, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/logiPat.vim", {st_mode=S_IFREG|0644, st_size=10269, ...}) = 0
13745 stat("/usr/share/vim/vim81/plugin/logiPat.vim", {st_mode=S_IFREG|0644, st_size=10269, ...}) = 0
13745 getdents64(3, /* 0 entries */, 32768) = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
13745 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 getdents64(3, /* 15 entries */, 32768) = 520
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/vimballPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/vimballPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/matchparen.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/matchparen.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/spellfile.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/spellfile.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/getscriptPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/getscriptPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/README.txt/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/README.txt/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/tohtml.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/tohtml.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/netrwPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/netrwPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/manpager.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/manpager.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/tarPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/tarPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/rrhelper.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/rrhelper.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/zipPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/zipPlugin.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/gzip.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/gzip.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/logiPat.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/logiPat.vim/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOTDIR (N'est pas un dossier)
13745 getdents64(3, /* 0 entries */, 32768) = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/getscriptPlugin.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/getscriptPlugin.vim", {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0
13745 read(3, "\" ------------------------------"..., 4096) = 1393
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/gzip.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/gzip.vim", {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=2499, ...}) = 0
13745 read(3, "\" Vim plugin for editing compres"..., 4096) = 2499
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/logiPat.vim", {st_mode=S_IFREG|0644, st_size=10269, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/logiPat.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/logiPat.vim", {st_mode=S_IFREG|0644, st_size=10269, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=10269, ...}) = 0
13745 read(3, "\" LogiPat: Boolean logical patte"..., 4096) = 4096
13745 read(3, "  let s:nopstack= 0\n  endif\n\n  \""..., 4096) = 4096
13745 read(3, "tern {{{2\nfun! s:LP_Not(pat)\n\"  "..., 4096) = 2077
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 brk(0x562d2731a000)               = 0x562d2731a000
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/manpager.vim", {st_mode=S_IFREG|0644, st_size=676, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/manpager.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/manpager.vim", {st_mode=S_IFREG|0644, st_size=676, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=676, ...}) = 0
13745 read(3, "\" Vim plugin for using Vim as ma"..., 4096) = 676
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=7085, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/matchparen.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/matchparen.vim", {st_mode=S_IFREG|0644, st_size=7085, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=7085, ...}) = 0
13745 read(3, "\" Vim plugin for showing matchin"..., 4096) = 4096
13745 read(3, "ne = stoplinetop\n  endif\n\n  \" Li"..., 4096) = 2989
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=10440, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/netrwPlugin.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/netrwPlugin.vim", {st_mode=S_IFREG|0644, st_size=10440, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=10440, ...}) = 0
13745 read(3, "\" netrwPlugin.vim: Handles file "..., 4096) = 4096
13745 read(3, ">0,<q-args>)\ncom! -nargs=* -bar "..., 4096) = 4096
13745 read(3, "      listing when appropriate.\n"..., 4096) = 2248
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1414, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/rrhelper.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/rrhelper.vim", {st_mode=S_IFREG|0644, st_size=1414, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=1414, ...}) = 0
13745 read(3, "\" Vim plugin with helper functio"..., 4096) = 1414
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/spellfile.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/spellfile.vim", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=499, ...}) = 0
13745 read(3, "\" Vim plugin for downloading spe"..., 4096) = 499
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2271, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/tarPlugin.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/tarPlugin.vim", {st_mode=S_IFREG|0644, st_size=2271, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=2271, ...}) = 0
13745 read(3, "\" tarPlugin.vim -- a Vim plugin "..., 4096) = 2271
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/tohtml.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/tohtml.vim", {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=10466, ...}) = 0
13745 read(3, "\" Vim plugin for converting a sy"..., 4096) = 4096
13745 read(3, "' for converted document encodin"..., 4096) = 4096
13745 read(3, " html_prevent_copy contains\n\"   "..., 4096) = 2274
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/vimballPlugin.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/vimballPlugin.vim", {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
13745 read(3, "\" vimballPlugin : construct a fi"..., 4096) = 2898
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81/plugin") = 0
13745 getcwd("/usr/share/vim/vim81/plugin", 4096) = 28
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0
13745 brk(0x562d2733b000)               = 0x562d2733b000
13745 brk(0x562d27339000)               = 0x562d27339000
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/plugin/zipPlugin.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/plugin/zipPlugin.vim", {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0
13745 read(3, "\" zipPlugin.vim: Handles browsin"..., 4096) = 2510
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/home/dleclere/.vim/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/etc/vim/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
13745 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
13745 getdents64(3, /* 3 entries */, 32768) = 72
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/pack/dist/start/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 getdents64(3, /* 0 entries */, 32768) = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/after/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/etc/vim/after/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/after/pack/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/after/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/usr/share/vim/vimfiles/after/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/var/lib/vim/addons/after/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/var/lib/vim/addons/after/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/after/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.vim/after/plugin/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "/home/dleclere/.viminfo", O_RDONLY) = 3
13745 fstat(3, {st_mode=S_IFREG|0600, st_size=17676, ...}) = 0
13745 read(3, "# Ce fichier viminfo a \303\251t\303\251 g\303\251"..., 4096) = 4096
13745 read(3, "/PlexServer/toto\"\n-'  1  0  /hom"..., 4096) = 4096
13745 read(3, ",0,1582921353,\"~/AllVideo/toto\"\n"..., 4096) = 4096
13745 read(3, "\t\"\t395\t14\n\n> /home/HomesUser/dle"..., 4096) = 4096
13745 read(3, "r/Browser/T\303\251l\303\251chargements/Prep"..., 4096) = 1292
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33[?2004h", 8)         = 8
13745 write(1, "\33[?1049h\33[22;0;0t\33[?1h\33=\33[?2004h", 32) = 32
13745 ioctl(1, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33[1;29r\33[?12h\33[?12l\33[22;2t", 26) = 26
13745 write(1, "\33[22;1t", 7)          = 7
13745 stat("/home/AllTransfert/download/PlexServer/tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 getuid()                          = 1000
13745 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
13745 connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 close(3)                          = 0
13745 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
13745 connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=744, ...}) = 0
13745 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 744
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=192693, ...}) = 0
13745 mmap(NULL, 192693, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f05b93a8000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0$\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=43968, ...}) = 0
13745 mmap(NULL, 47264, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b939c000
13745 mmap(0x7f05b939e000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f05b939e000
13745 mmap(0x7f05b93a5000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f05b93a5000
13745 mmap(0x7f05b93a6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f05b93a6000
13745 close(3)                          = 0
13745 mprotect(0x7f05b93a6000, 4096, PROT_READ) = 0
13745 munmap(0x7f05b93a8000, 192693)    = 0
13745 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=192693, ...}) = 0
13745 mmap(NULL, 192693, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f05b93a8000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnss_nis.so.2", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2005\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=55928, ...}) = 0
13745 mmap(NULL, 58760, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b938d000
13745 mmap(0x7f05b9390000, 32768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f05b9390000
13745 mmap(0x7f05b9398000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f05b9398000
13745 mmap(0x7f05b939a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f05b939a000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 ]\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=105528, ...}) = 0
13745 mmap(NULL, 117336, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b9370000
13745 mmap(0x7f05b9375000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f05b9375000
13745 mmap(0x7f05b9385000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f05b9385000
13745 mmap(0x7f05b9389000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f05b9389000
13745 mmap(0x7f05b938b000, 6744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05b938b000
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 3
13745 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3005\0\0\0\0\0\0"..., 832) = 832
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=51832, ...}) = 0
13745 mmap(NULL, 79672, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f05b935c000
13745 mmap(0x7f05b935f000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f05b935f000
13745 mmap(0x7f05b9366000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f05b9366000
13745 mmap(0x7f05b9368000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f05b9368000
13745 mmap(0x7f05b936a000, 22328, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f05b936a000
13745 close(3)                          = 0
13745 mprotect(0x7f05b9368000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05b9389000, 4096, PROT_READ) = 0
13745 mprotect(0x7f05b939a000, 4096, PROT_READ) = 0
13745 munmap(0x7f05b93a8000, 192693)    = 0
13745 openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
13745 lseek(3, 0, SEEK_CUR)             = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=4444, ...}) = 0
13745 mmap(NULL, 4444, PROT_READ, MAP_SHARED, 3, 0) = 0x7f05ba79f000
13745 lseek(3, 4444, SEEK_SET)          = 4444
13745 munmap(0x7f05ba79f000, 4444)      = 0
13745 close(3)                          = 0
13745 uname({sysname="Linux", nodename="dle-home", ...}) = 0
13745 getpid()                          = 13745
13745 stat("/home/AllTransfert/download/PlexServer/tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 access("tata", W_OK)              = 0
13745 openat(AT_FDCWD, "tata", O_RDONLY) = 3
13745 readlink("tata", 0x7ffc25416780, 4095) = -1 EINVAL (Argument invalide)
13745 openat(AT_FDCWD, ".tata.swp", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".tata.swp", O_RDWR|O_CREAT|O_EXCL, 0600) = 4
13745 openat(AT_FDCWD, ".tata.swpx", O_RDONLY) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".tata.swpx", O_RDWR|O_CREAT|O_EXCL, 0600) = 5
13745 fstat(4, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
13745 fstat(5, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
13745 close(5)                          = 0
13745 unlink(".tata.swpx")              = 0
13745 close(4)                          = 0
13745 unlink(".tata.swp")               = 0
13745 stat(".tata.swp", 0x7ffc25417710) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 lstat(".tata.swp", 0x7ffc254178a0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 lstat(".tata.swp", 0x7ffc25417c20) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, ".tata.swp", O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW, 0600) = 4
13745 fcntl(4, F_GETFD)                 = 0
13745 fcntl(4, F_SETFD, FD_CLOEXEC)     = 0
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 lseek(4, 0, SEEK_SET)             = 0
13745 write(4, "b0VIM 8.1\0\0\0\0\20\0\0\251*[^M\215\2\1\2615\0\0dlec"..., 4096) = 4096
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 chmod(".tata.swp", 0644)          = 0
13745 close(3)                          = 0
13745 openat(AT_FDCWD, "tata", O_RDONLY) = 3
13745 write(1, "\33[27m\33[23m\33[29m\33[m\33[H\33[2J\33[?25l\33"..., 44) = 44
13745 brk(0x562d2735d000)               = 0x562d2735d000
13745 read(3, "", 8192)                 = 0
13745 close(3)                          = 0
13745 brk(0x562d2734d000)               = 0x562d2734d000
13745 write(1, " 0L, 0C", 7)            = 7
13745 openat(AT_FDCWD, "/home/dleclere/.viminfo", O_RDONLY) = 3
13745 fstat(3, {st_mode=S_IFREG|0600, st_size=17676, ...}) = 0
13745 read(3, "# Ce fichier viminfo a \303\251t\303\251 g\303\251"..., 4096) = 4096
13745 read(3, "/PlexServer/toto\"\n-'  1  0  /hom"..., 4096) = 4096
13745 read(3, ",0,1582921353,\"~/AllVideo/toto\"\n"..., 4096) = 4096
13745 close(3)                          = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 mmap(NULL, 139264, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05b93b6000
13745 mmap(NULL, 139264, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05b933a000
13745 munmap(0x7f05b93b6000, 139264)    = 0
13745 munmap(0x7f05b933a000, 139264)    = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 brk(0x562d27372000)               = 0x562d27372000
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 brk(0x562d2734d000)               = 0x562d2734d000
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 stat("/home/dleclere/.vim/scripts.vim", 0x7ffc25416e90) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/scripts.vim", 0x7ffc25416e90) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vimfiles/scripts.vim", 0x7ffc25416e90) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/usr/share/vim/vim81/scripts.vim", {st_mode=S_IFREG|0644, st_size=11437, ...}) = 0
13745 stat("/usr/share/vim/vim81/scripts.vim", {st_mode=S_IFREG|0644, st_size=11437, ...}) = 0
13745 openat(AT_FDCWD, ".", O_RDONLY)   = 3
13745 fchdir(3)                         = 0
13745 chdir("/usr/share/vim/vim81")     = 0
13745 getcwd("/usr/share/vim/vim81", 4096) = 21
13745 fchdir(3)                         = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vim81/scripts.vim", {st_mode=S_IFREG|0644, st_size=11437, ...}) = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 openat(AT_FDCWD, "/usr/share/vim/vim81/scripts.vim", O_RDONLY) = 3
13745 fcntl(3, F_GETFD)                 = 0
13745 fcntl(3, F_SETFD, FD_CLOEXEC)     = 0
13745 fcntl(3, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
13745 stat("/usr/share/vim/vim81/scripts.vim", {st_mode=S_IFREG|0644, st_size=11437, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0644, st_size=11437, ...}) = 0
13745 read(3, "\" Vim support file to detect fil"..., 4096) = 4096
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 read(3, "lseif s:name =~# 'scheme'\n    se"..., 4096) = 4096
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 mmap(NULL, 163840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05b93b0000
13745 mmap(NULL, 163840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f05b9334000
13745 munmap(0x7f05b93b0000, 163840)    = 0
13745 munmap(0x7f05b9334000, 163840)    = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 read(3, "    \" Send-pr\n  elseif s:line1 ="..., 4096) = 3245
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 brk(0x562d2736e000)               = 0x562d2736e000
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 read(3, "", 4096)                 = 0
13745 close(3)                          = 0
13745 stat("/usr/share/vim/vimfiles/after/scripts.vim", 0x7ffc25416e90) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/var/lib/vim/addons/after/scripts.vim", 0x7ffc25416e90) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("/home/dleclere/.vim/after/scripts.vim", 0x7ffc25416e90) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 ioctl(1, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33[2;1H\342\226\275\33[6n", 13) = 13
13745 write(1, "\33[2;1H  \33[1;1H", 14) = 14
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 ioctl(1, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33[>c", 4)             = 4
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 1 (in [0], left {tv_sec=0, tv_usec=0})
13745 read(0, "\33[2;2R", 4096)         = 6
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 1 (in [0], left {tv_sec=0, tv_usec=0})
13745 read(0, "\33[>0;115;0c", 4096)    = 11
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 ioctl(1, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33]10;?\7\33]11;?\7", 14) = 14
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 stat("/home/AllTransfert/download/PlexServer/tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 stat("/home/AllTransfert/download/PlexServer/tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 1 (in [0], left {tv_sec=0, tv_usec=0})
13745 read(0, "\33]11;rgb:e53b/d6e7/f7f7\7", 4096) = 24
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[2;1H\33[94m~                    "..., 2047) = 2047
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "                                "..., 1740) = 1740
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=2, tv_usec=239426})
13745 read(0, "i", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105Hi\33[1;1H", 22) = 22
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H \33[1;1H\33[29;1H\33[1m-- IN"..., 90) = 90
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=445272})
13745 read(0, "e", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 lseek(4, 0, SEEK_SET)             = 0
13745 write(4, "b0VIM 8.1\0\0\0\0\20\0\0\251*[^M\215\2\1\2615\0\0dlec"..., 4096) = 4096
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25le\33[29;115H1,2\33[1;2H\33[?25h", 31) = 31
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=846417})
13745 read(0, "e", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25le\33[29;117H3\33[1;3H\33[?25h", 29) = 29
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=848288})
13745 read(0, "e", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25le\33[29;117H4\33[1;4H\33[?25h", 29) = 29
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=47258})
13745 read(0, "\33", 4096)              = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=25000}) = 0 (Timeout)
13745 write(1, "\33[29;1H\33[K\33[1;3H", 16) = 16
13745 write(1, "\33[?25l\33[29;105H^[\33[1;3H", 23) = 23
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=100000}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H  \33[1;4H", 17) = 17
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;115H1,3\33[10CTout\33[1;3H\33[?25"..., 33) = 33
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=188867})
13745 read(0, "Z", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105HZ\33[1;3H\33[?25h", 28) = 28
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=868357})
13745 read(0, "Z", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;106HZ\33[1;3H", 22) = 22
13745 stat("/home/AllTransfert/download/PlexServer/tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 access("/home/AllTransfert/download/PlexServer/tata", W_OK) = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?2004l", 8)         = 8
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 write(1, "\33[29;1H\"tata\"\33[29;105H\33[K", 25) = 25
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 access("tata", W_OK)              = 0
13745 getxattr("tata", "system.posix_acl_access", 0x7ffc254170a0, 132) = -1 EOPNOTSUPP (Opération non supportée)
13745 lstat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 lstat("4913", 0x7ffc25417430)     = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 openat(AT_FDCWD, "4913", O_WRONLY|O_CREAT|O_EXCL|O_NOFOLLOW, 0100664) = 3
13745 fchown(3, 1000, 1000)             = 0
13745 stat("4913", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 close(3)                          = 0
13745 unlink("4913")                    = 0
13745 stat("tata~", 0x7ffc25417150)     = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 stat("tata~", 0x7ffc25416120)     = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 unlink("tata~")                   = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 rename("tata", "tata~")           = 0
13745 openat(AT_FDCWD, "tata", O_WRONLY|O_CREAT, 0664) = 3
13745 ftruncate(3, 0)                   = 0
13745 write(3, "eee\n", 4)              = 4
13745 fsync(3)                          = -1 EDQUOT (Débordement du quota d'espace disque)
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=4, ...}) = 0
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=4, ...}) = 0
13745 fchmod(3, 0100664)                = 0
13745 close(3)                          = 0
13745 stat("tata~", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 stat("tata", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
13745 unlink("tata")                    = 0
13745 rename("tata~", "tata")           = 0
13745 write(1, "\33[29;1H\r\n\33[97m\33[41m\"tata\" E667: "..., 57) = 57
13745 getcwd("/home/AllTransfert/download/PlexServer", 4096) = 39
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33[?2004h", 8)         = 8
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[1;3H\33[m\33[29;1H\r\n\33[32mAppuyez s"..., 85) = 85
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=1, tv_usec=516624})
13745 read(0, "\r", 4096)               = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[m\33[1;1H\33[2L\33[?25l\33[1;1Heee\r\n\33["..., 213) = 213
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=0, tv_usec=999550})
13745 read(0, "x", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105Hx\33[1;3H", 22) = 22
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H \33[1;3H\33[29;105Hdl\33[1;3"..., 33) = 33
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H  \33[1;2H\33[1;3H\33[K\33[29;1"..., 48) = 48
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=866097})
13745 read(0, "x", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105Hx\33[1;2H", 22) = 22
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H \33[1;2H\33[29;105Hdl\33[1;2"..., 33) = 33
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H  \33[1;1H\33[1;2H\33[K\33[29;1"..., 48) = 48
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=466826})
13745 read(0, "x", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105Hx\33[1;1H", 22) = 22
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H \33[1;1H\33[29;105Hdl\33[1;1"..., 33) = 33
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H  \33[1;1H\33[1;1H\33[K\33[29;1"..., 50) = 50
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=1, tv_usec=843037})
13745 read(0, "d", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105Hd\33[1;1H", 22) = 22
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25h", 6)           = 6
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=863130})
13745 read(0, "d", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;106Hd\33[1;1H", 22) = 22
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;105H  \33[1;1H\33[29;1H--Le tam"..., 58) = 58
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[29;115H0,0-1\33[8CTout\33[1;1H\33[?2"..., 34) = 34
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=1, tv_usec=885586})
13745 read(0, ":", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[29;105H:\33[1;1H", 22) = 22
13745 write(1, "\33[29;1H\33[K\33[29;1H:", 18) = 18
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 write(1, "\33[?2004h", 8)         = 8
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25h", 6)           = 6
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=2, tv_usec=378096})
13745 read(0, "q", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "q\33[?25l\33[?25h", 13) = 13
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=824163})
13745 read(0, "!", 4096)                = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "!\33[?25l\33[?25h", 13) = 13
13745 select(1, [0], [], [0], {tv_sec=4, tv_usec=0}) = 1 (in [0], left {tv_sec=3, tv_usec=749731})
13745 read(0, "\r", 4096)               = 1
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\r", 1)                 = 1
13745 openat(AT_FDCWD, "/home/dleclere/.viminfo", O_RDONLY) = 3
13745 stat("/home/dleclere/.viminfo", {st_mode=S_IFREG|0600, st_size=17676, ...}) = 0
13745 getuid()                          = 1000
13745 getuid()                          = 1000
13745 stat("/home/dleclere/.viminfo.tmp", 0x7ffc254174c0) = -1 ENOENT (Aucun fichier ou dossier de ce type)
13745 umask(000)                        = 002
13745 openat(AT_FDCWD, "/home/dleclere/.viminfo.tmp", O_WRONLY|O_CREAT|O_EXCL|O_NOFOLLOW, 0600) = 5
13745 umask(002)                        = 000
13745 fcntl(5, F_GETFL)                 = 0x28001 (flags O_WRONLY|O_LARGEFILE|O_NOFOLLOW)
13745 stat("/home/dleclere/.viminfo.tmp", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
13745 fstat(3, {st_mode=S_IFREG|0600, st_size=17676, ...}) = 0
13745 read(3, "# Ce fichier viminfo a \303\251t\303\251 g\303\251"..., 4096) = 4096
13745 read(3, "/PlexServer/toto\"\n-'  1  0  /hom"..., 4096) = 4096
13745 read(3, ",0,1582921353,\"~/AllVideo/toto\"\n"..., 4096) = 4096
13745 fstat(5, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
13745 write(5, "# Ce fichier viminfo a \303\251t\303\251 g\303\251"..., 4096) = 4096
13745 write(5, "to\"\n-'  1  0  /home/AllTransfert"..., 4096) = 4096
13745 write(5, "load/PlexServer/Toto\"\n-'  1  0  "..., 4096) = 4096
13745 read(3, "\t\"\t395\t14\n\n> /home/HomesUser/dle"..., 4096) = 4096
13745 write(5, ",1,0,1582921353,\"~/AllVideo/toto"..., 4096) = 4096
13745 read(3, "r/Browser/T\303\251l\303\251chargements/Prep"..., 4096) = 1292
13745 read(3, "", 4096)                 = 0
13745 write(5, "lAppAll__SrvAix/.gitignore\n\t*\t15"..., 2790) = 2790
13745 close(5)                          = 0
13745 close(3)                          = 0
13745 stat("/home/dleclere/.viminfo.tmp", {st_mode=S_IFREG|0600, st_size=19174, ...}) = 0
13745 stat("/home/dleclere/.viminfo", {st_mode=S_IFREG|0600, st_size=17676, ...}) = 0
13745 unlink("/home/dleclere/.viminfo") = 0
13745 rename("/home/dleclere/.viminfo.tmp", "/home/dleclere/.viminfo") = 0
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
13745 write(1, "\33[?25l\33[?2004l", 14) = 14
13745 ioctl(0, TCGETS, {B38400 opost -isig -icanon -echo ...}) = 0
13745 ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost isig icanon echo ...}) = 0
13745 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
13745 write(1, "\33[23;2t", 7)          = 7
13745 write(1, "\33[23;1t", 7)          = 7
13745 write(1, "\33[22;2t", 7)          = 7
13745 write(1, "\33[22;1t", 7)          = 7
13745 write(1, "\33[23;2t", 7)          = 7
13745 write(1, "\33[23;1t", 7)          = 7
13745 select(1, [0], [], [0], {tv_sec=0, tv_usec=100000}) = 0 (Timeout)
13745 ioctl(0, TCFLSH, TCIFLUSH)        = 0
13745 write(1, "\33[29;1H\33[K\33[29;1H\33[?2004l\33[?1l\33>", 32) = 32
13745 write(1, "\33[?25h\33[?1049l\33[23;0;0t", 23) = 23
13745 close(4)                          = -1 EIO (Erreur d'entrée/sortie)
13745 write(2, "E", 1)                  = 1
13745 write(2, "7", 1)                  = 1
13745 write(2, "2", 1)                  = 1
13745 write(2, ":", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "E", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(2, "u", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "l", 1)                  = 1
13745 write(2, "o", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, "s", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "d", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "l", 1)                  = 1
13745 write(2, "a", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "f", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, "m", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(2, "t", 1)                  = 1
13745 write(2, "u", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "d", 1)                  = 1
13745 write(2, "u", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "f", 1)                  = 1
13745 write(2, "i", 1)                  = 1
13745 write(2, "c", 1)                  = 1
13745 write(2, "h", 1)                  = 1
13745 write(2, "i", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(2, "r", 1)                  = 1
13745 write(2, " ", 1)                  = 1
13745 write(2, "d", 1)                  = 1
13745 write(2, "'", 1)                  = 1
13745 write(2, "\303", 1)               = 1
13745 write(2, "\251", 1)               = 1
13745 write(2, "c", 1)                  = 1
13745 write(2, "h", 1)                  = 1
13745 write(2, "a", 1)                  = 1
13745 write(2, "n", 1)                  = 1
13745 write(2, "g", 1)                  = 1
13745 write(2, "e", 1)                  = 1
13745 write(1, "\33[?25l\33[J", 9)      = 9
13745 unlink("/home/AllTransfert/download/PlexServer/.tata.swp") = 0
13745 exit_group(0)                     = ?
13745 +++ exited with 0 +++

Dernière modification par xubu1957 (Le 10/03/2020, à 16:07)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne