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 10/05/2020, à 18:24

Jarodd

ownCloud/socket met des messages d'erreurs qui remplissent le journal

Bonjour,

A la demande de geole (ici : https://forum.ubuntu-fr.org/viewtopic.p … p22282540) j'ouvre cette discussion pour un problème rencontré dans les fichiers journaux de /var/log/journal.

Les erreurs :

mai 10 15:12:27 ubuntu nemo.desktop[5422]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 10 15:12:27 ubuntu nemo.desktop[5422]: Socket File: /run/user/1000/ownCloud/socket

La commande :

journalctl   | grep "run/user/1000/ownCloud/socket" | wc -w

retourne : 197007

La commande  cat /etc/davfs2/davfs2.conf retourne ceci : 

$ cat /etc/davfs2/davfs2.conf
# davfs2 configuration file 2014-08-10
# version 12
# ------------------------------------

# Copyright (C) 2006, 2007, 2008, 2009, 2012, 2013, 2014 Werner Baumann

# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice
# and this notice are preserved.


# Please read the davfs2.conf (5) man page for a description of the
# configuration options and syntax rules.


# Available options and default values
# ====================================

# General Options
# ---------------

# dav_user        davfs2            # system wide config file only
# dav_group       davfs2            # system wide config file only
# kernel_fs       fuse
# buf_size        16                 # KiByte

# WebDAV Related Options
# ----------------------

# use_proxy       1                 # system wide config file only
# proxy                             # system wide config file only
# trust_ca_cert
# servercert                        # deprecated: use trust_ca_cert
# trust_server_cert
# clientcert
# secrets         ~/.davfs2/secrets # user config file only
# ask_auth        1
# use_locks       1
# lock_owner      <user-name>
# lock_timeout    1800              # seconds
# lock_refresh    60                # seconds
# use_expect100   0
# if_match_bug    0
# drop_weak_etags 0
# n_cookies       0
# precheck        1
# ignore_dav_header 0
# use_compression 0
# min_propset     0
# follow_redirect 0
# server_charset
# connect_timeout 10                # seconds
# read_timeout    30                # seconds
# retry           30                # seconds
# max_retry       300               # seconds
# add_header

# Cache Related Options
# ---------------------

# backup_dir      lost+found
# cache_dir       /var/cache/davfs2 # system wide cache
#                 ~/.davfs2/cache   # per user cache
# cache_size      50                # MiByte
# table_size      1024
# dir_refresh     60                # seconds
# file_refresh    1                 # second
# delay_upload    10
# gui_optimize    0
# minimize_mem    0

# Debugging Options
# -----------------

# debug           # possible values: config, kernel, cache, http, xml,
                  #      httpauth, locks, ssl, httpbody, secrets, most

Merci pour votre aide.


Ubuntu 24.04.3 LTS (64 bits)

Hors ligne

#2 Le 11/05/2020, à 15:52

geole

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Bonjour
Pour l'un de ces problèmes, tu vas modifier le fichier /etc/davfs2/davfs2.conf en ajoutant cette ligne
cache_size      120                # MiByte
de préférence à coté de celle qui  y ressemble.   Puis un boot pour prise en compte
Puis un contrôle au bout de quelques heures. Il faudra que tu penses  à utiliser le logiciel

journalctl  -b  | grep "open files exceed max cache size by" | wc -w

Je vais  essayer de comprendre l'autre problème car je ne pense pas que cela soit lié.
https://bbs.archlinux.org/viewtopic.php?id=238975
https://github.com/owncloud/client/issues/2820
https://github.com/owncloud/client/issues/6653

Dernière modification par geole (Le 11/05/2020, à 16:27)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#3 Le 11/05/2020, à 16:43

geole

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Je ne sais pas comment trouver l'incident. Peut-être qu'il est bête et qu'il faut comprendre que le fichier indiqué est celui qui manque!!
Donne ce retour

ls -ls /run/user/1000

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#4 Le 11/05/2020, à 22:23

Jarodd

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

J'ai modifié la valeur à 120, et redémarré.

Puis :

$ ls -ls /run/user/1000
total 0
0 srw-rw-rw- 1 jarodd jarodd   0 mai   11 21:25 bus
0 drwx------ 3 jarodd jarodd  60 mai   11 21:25 dbus-1
0 drwx------ 2 jarodd jarodd  60 mai   11 22:22 dconf
0 drwx--x--x 2 jarodd jarodd  60 mai   11 21:25 gdm
0 drwx------ 3 jarodd jarodd  60 mai   11 21:25 gnome-shell
0 drwx------ 2 jarodd jarodd 140 mai   11 21:25 gnupg
0 dr-x------ 2 jarodd jarodd   0 mai   11 21:25 gvfs
0 drwx------ 2 jarodd jarodd  40 mai   11 21:25 gvfs-burn
0 drwx------ 2 jarodd jarodd 100 mai   11 21:25 keyring
0 drwx------ 2 jarodd jarodd  80 mai   11 21:25 pulse
0 srw-rw-rw- 1 jarodd jarodd   0 mai   11 21:25 snapd-session-agent.socket
0 drwxr-xr-x 2 jarodd jarodd  80 mai   11 21:25 systemd
0 -rw------- 1 jarodd jarodd   0 mai   11 21:26 update-notifier.pid

Ubuntu 24.04.3 LTS (64 bits)

Hors ligne

#5 Le 12/05/2020, à 00:02

geole

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Donc effectivement , l'application onecloud n'est pas dans la liste. Peux-être l'as tu mal installée?
https://doc.ubuntu-fr.org/owncloud


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#6 Le 12/05/2020, à 08:52

Jarodd

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Bonjour,

Je n'ai pas le souvenir de l'avoir installée... Je me sers d'instances owncloud, mais sur des serveurs tiers, pas depuis mon système.
Et j'utilise davfs2 pour me connecter à ces instances. Est-ce que cela peut venir de là ?


Ubuntu 24.04.3 LTS (64 bits)

Hors ligne

#7 Le 12/05/2020, à 11:04

geole

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Bonjour
Il y a très certainement un lien car la documentation DAVFS2    explique aussi owncloud. Je ne connais pas ces deux applications 
https://doc.ubuntu-fr.org/davfs2
Mais dans le fichier de paramétrage que tu as fournis, il n'y a rien qui évoque owncloud

Afin de voir s'il y a plus d'explications, tu pourrais faire la commande

man   davfs2.conf 
ou
man  davfs2

Dernière modification par geole (Le 12/05/2020, à 11:05)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#8 Le 12/05/2020, à 11:13

geole

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

On va refaire un point de situation depuis ton dernier redémarrage

journalctl  --no-pager -b  -p err |  head -100
journalctl  -b | tail -500

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#9 Le 12/05/2020, à 13:49

Jarodd

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Bonjour,

J'ai un man pour davfs2.conf, mais rien pour man davfs2.

$ journalctl  --no-pager -b  -p err |  head -100
-- Logs begin at Thu 2020-05-07 19:09:40 CEST, end at Tue 2020-05-12 13:48:06 CEST. --
mai 12 08:48:58 ubuntu kernel: ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS13] Namespace lookup failure, AE_NOT_FOUND (20170831/dswload-210)
mai 12 08:48:58 ubuntu kernel: ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20170831/psobject-253)
mai 12 08:48:58 ubuntu kernel: ACPI Exception: AE_NOT_FOUND, (SSDT:xh_cfhd4) while loading table (20170831/tbxfload-228)
mai 12 08:48:58 ubuntu kernel: ACPI Error: 1 table load failures, 9 successful (20170831/tbxfload-246)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [_SB_.PCI0.RP05.PXSX] Namespace lookup failure, AE_NOT_FOUND (20170831/dswload2-191)
mai 12 08:48:58 ubuntu kernel: ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20170831/psobject-253)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skip parsing opcode Scope (20170831/psloop-559)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [_SB_.PCI0.RP09.PXSX] Namespace lookup failure, AE_NOT_FOUND (20170831/dswload2-191)
mai 12 08:48:58 ubuntu kernel: ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20170831/psobject-253)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skip parsing opcode Scope (20170831/psloop-559)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [_SB_.PCI0.RP13.PXSX] Namespace lookup failure, AE_NOT_FOUND (20170831/dswload2-191)
mai 12 08:48:58 ubuntu kernel: ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20170831/psobject-253)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skip parsing opcode Scope (20170831/psloop-559)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NHSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu kernel: ACPI Error: [NSSP] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Ignore error and continue table load (20170831/psobject-642)
mai 12 08:48:58 ubuntu kernel: ACPI Error: Skipping While/If block (20170831/psloop-639)
mai 12 08:48:58 ubuntu blkmapd[543]: open pipe file /run/rpc_pipefs/nfs/blocklayout failed: No such file or directory
mai 12 08:49:18 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 08:49:19 ubuntu spice-vdagent[4306]: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0
mai 12 08:49:26 ubuntu pulseaudio[4846]: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
mai 12 08:49:27 ubuntu spice-vdagent[4985]: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0
mai 12 08:49:29 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 08:49:39 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 08:49:49 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 08:49:59 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 08:50:09 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 08:50:19 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:03:34 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:03:44 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:03:54 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:04:04 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:04:14 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:04:24 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:04:35 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:04:45 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:04:55 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:05:05 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:05:15 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:05:25 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:05:35 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:05:45 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:05:55 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:06:05 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:06:15 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:06:25 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:06:36 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:06:46 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:06:56 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:07:06 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:07:16 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:07:26 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:07:37 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:07:47 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:07:57 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:08:07 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:08:17 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:08:28 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:08:38 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:08:48 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:08:58 ubuntu kernel: CPU11: Core temperature above threshold, cpu clock throttled (total events = 1102)
mai 12 13:08:58 ubuntu kernel: CPU9: Package temperature above threshold, cpu clock throttled (total events = 17451)
mai 12 13:08:58 ubuntu kernel: CPU5: Core temperature above threshold, cpu clock throttled (total events = 1102)
mai 12 13:08:58 ubuntu kernel: CPU3: Package temperature above threshold, cpu clock throttled (total events = 17451)
mai 12 13:08:58 ubuntu kernel: CPU5: Package temperature above threshold, cpu clock throttled (total events = 17451)
mai 12 13:08:58 ubuntu kernel: CPU11: Package temperature above threshold, cpu clock throttled (total events = 17451)
mai 12 13:08:58 ubuntu kernel: CPU8: Package temperature above threshold, cpu clock throttled (total events = 17451)
mai 12 13:08:58 ubuntu kernel: CPU2: Package temperature above threshold, cpu clock throttled (total events = 17451)
mai 12 13:08:58 ubuntu kernel: CPU6: Package temperature above threshold, cpu clock throttled (total events = 17451)
mai 12 13:08:58 ubuntu kernel: CPU0: Package temperature above threshold, cpu clock throttled (total events = 17451)
mai 12 13:08:58 ubuntu kernel: CPU1: Package temperature above threshold, cpu clock throttled (total events = 17451)
mai 12 13:08:58 ubuntu kernel: CPU7: Package temperature above threshold, cpu clock throttled (total events = 17451)
mai 12 13:08:58 ubuntu kernel: CPU4: Package temperature above threshold, cpu clock throttled (total events = 17451)
mai 12 13:08:58 ubuntu kernel: CPU10: Package temperature above threshold, cpu clock throttled (total events = 17451)
mai 12 13:08:58 ubuntu kernel: CPU11: Core temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU11: Package temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU5: Core temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU5: Package temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU1: Package temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU7: Package temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU0: Package temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU6: Package temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU4: Package temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU10: Package temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU8: Package temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU9: Package temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU2: Package temperature/speed normal
mai 12 13:08:58 ubuntu kernel: CPU3: Package temperature/speed normal
mai 12 13:08:58 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:09:00 ubuntu systemd[1]: Starting Clean php session files...
mai 12 13:09:00 ubuntu systemd[1]: Started Clean php session files.
mai 12 13:09:01 ubuntu CRON[16522]: pam_unix(cron:session): session opened for user root by (uid=0)
mai 12 13:09:01 ubuntu CRON[16523]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
mai 12 13:09:01 ubuntu CRON[16522]: pam_unix(cron:session): session closed for user root
mai 12 13:09:08 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:09:19 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:09:30 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:09:40 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:09:50 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:10:00 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:10:10 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:10:20 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:10:31 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:10:41 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:10:51 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:11:01 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:11:11 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:11:21 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:11:31 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:11:41 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:11:51 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:12:01 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:12:11 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:12:21 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:12:32 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:12:42 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:12:52 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:13:02 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:13:12 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:13:22 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:13:32 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:13:42 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:13:52 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:14:02 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:14:12 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:14:22 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:14:25 ubuntu kernel: CPU11: Core temperature above threshold, cpu clock throttled (total events = 1496)
mai 12 13:14:25 ubuntu kernel: CPU2: Package temperature above threshold, cpu clock throttled (total events = 20431)
mai 12 13:14:25 ubuntu kernel: CPU8: Package temperature above threshold, cpu clock throttled (total events = 20431)
mai 12 13:14:25 ubuntu kernel: CPU5: Core temperature above threshold, cpu clock throttled (total events = 1496)
mai 12 13:14:25 ubuntu kernel: CPU11: Package temperature above threshold, cpu clock throttled (total events = 20431)
mai 12 13:14:25 ubuntu kernel: CPU5: Package temperature above threshold, cpu clock throttled (total events = 20431)
mai 12 13:14:25 ubuntu kernel: CPU3: Package temperature above threshold, cpu clock throttled (total events = 20431)
mai 12 13:14:25 ubuntu kernel: CPU0: Package temperature above threshold, cpu clock throttled (total events = 20431)
mai 12 13:14:25 ubuntu kernel: CPU1: Package temperature above threshold, cpu clock throttled (total events = 20431)
mai 12 13:14:25 ubuntu kernel: CPU7: Package temperature above threshold, cpu clock throttled (total events = 20431)
mai 12 13:14:25 ubuntu kernel: CPU6: Package temperature above threshold, cpu clock throttled (total events = 20431)
mai 12 13:14:25 ubuntu kernel: CPU9: Package temperature above threshold, cpu clock throttled (total events = 20431)
mai 12 13:14:25 ubuntu kernel: CPU10: Package temperature above threshold, cpu clock throttled (total events = 20431)
mai 12 13:14:25 ubuntu kernel: CPU4: Package temperature above threshold, cpu clock throttled (total events = 20431)
mai 12 13:14:25 ubuntu kernel: CPU11: Core temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU5: Core temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU11: Package temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU5: Package temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU0: Package temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU6: Package temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU1: Package temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU7: Package temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU2: Package temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU8: Package temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU3: Package temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU9: Package temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU10: Package temperature/speed normal
mai 12 13:14:25 ubuntu kernel: CPU4: Package temperature/speed normal
mai 12 13:14:33 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:14:43 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:14:53 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:15:03 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:15:13 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:15:23 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:15:34 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:15:44 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:15:54 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:16:04 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:16:14 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:16:24 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:16:35 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:16:45 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:16:55 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:17:01 ubuntu CRON[16569]: pam_unix(cron:session): session opened for user root by (uid=0)
mai 12 13:17:01 ubuntu CRON[16570]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
mai 12 13:17:01 ubuntu CRON[16569]: pam_unix(cron:session): session closed for user root
mai 12 13:17:05 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:17:15 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:17:25 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:17:35 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:17:45 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:17:55 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:18:05 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:18:15 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:18:25 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:18:36 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:18:46 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:18:56 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:19:06 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:19:06 ubuntu kernel: ACPI Error: No handler for Region [VRTC] (00000000fd5ea396) [SystemCMOS] (20170831/evregion-166)
mai 12 13:19:06 ubuntu kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20170831/exfldio-299)
mai 12 13:19:06 ubuntu kernel: No Local Variables are initialized for Method [_Q9A]
mai 12 13:19:06 ubuntu kernel: No Arguments are initialized for method [_Q9A]
mai 12 13:19:06 ubuntu kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.EC._Q9A, AE_NOT_EXIST (20170831/psparse-550)
mai 12 13:19:16 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:19:26 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:19:36 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:19:46 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:19:56 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:20:06 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:20:16 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:20:26 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:20:37 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:20:47 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:20:49 ubuntu kernel: CPU6: Core temperature above threshold, cpu clock throttled (total events = 10981)
mai 12 13:20:49 ubuntu kernel: CPU0: Core temperature above threshold, cpu clock throttled (total events = 10981)
mai 12 13:20:49 ubuntu kernel: CPU0: Package temperature above threshold, cpu clock throttled (total events = 23548)
mai 12 13:20:49 ubuntu kernel: CPU6: Package temperature above threshold, cpu clock throttled (total events = 23548)
mai 12 13:20:49 ubuntu kernel: CPU1: Package temperature above threshold, cpu clock throttled (total events = 23548)
mai 12 13:20:49 ubuntu kernel: CPU8: Package temperature above threshold, cpu clock throttled (total events = 23548)
mai 12 13:20:49 ubuntu kernel: CPU2: Package temperature above threshold, cpu clock throttled (total events = 23548)
mai 12 13:20:49 ubuntu kernel: CPU7: Package temperature above threshold, cpu clock throttled (total events = 23548)
mai 12 13:20:49 ubuntu kernel: CPU5: Package temperature above threshold, cpu clock throttled (total events = 23548)
mai 12 13:20:49 ubuntu kernel: CPU11: Package temperature above threshold, cpu clock throttled (total events = 23548)
mai 12 13:20:49 ubuntu kernel: CPU3: Package temperature above threshold, cpu clock throttled (total events = 23548)
mai 12 13:20:49 ubuntu kernel: CPU9: Package temperature above threshold, cpu clock throttled (total events = 23548)
mai 12 13:20:49 ubuntu kernel: CPU4: Package temperature above threshold, cpu clock throttled (total events = 23548)
mai 12 13:20:49 ubuntu kernel: CPU10: Package temperature above threshold, cpu clock throttled (total events = 23548)
mai 12 13:20:49 ubuntu kernel: CPU6: Core temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU0: Core temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU6: Package temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU0: Package temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU7: Package temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU1: Package temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU8: Package temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU2: Package temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU3: Package temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU11: Package temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU10: Package temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU5: Package temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU4: Package temperature/speed normal
mai 12 13:20:49 ubuntu kernel: CPU9: Package temperature/speed normal
mai 12 13:20:57 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:21:07 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:21:17 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:21:27 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:21:37 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:21:47 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:21:57 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:22:07 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:22:17 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:22:28 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:22:38 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:22:48 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:22:58 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:23:08 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:23:18 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:23:28 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:23:38 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:23:48 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:23:59 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:24:09 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:24:19 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:24:30 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:24:40 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:24:50 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:25:00 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:25:10 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:25:20 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:25:30 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:25:40 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:25:50 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:26:00 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:26:10 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:26:20 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:26:31 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:26:41 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:26:51 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:27:01 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:27:11 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:27:21 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:27:31 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:27:41 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:27:51 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:28:01 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:28:11 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:28:21 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:28:32 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:28:39 ubuntu kernel: CPU0: Core temperature above threshold, cpu clock throttled (total events = 11882)
mai 12 13:28:39 ubuntu kernel: CPU6: Core temperature above threshold, cpu clock throttled (total events = 11882)
mai 12 13:28:39 ubuntu kernel: CPU0: Package temperature above threshold, cpu clock throttled (total events = 24457)
mai 12 13:28:39 ubuntu kernel: CPU6: Package temperature above threshold, cpu clock throttled (total events = 24457)
mai 12 13:28:39 ubuntu kernel: CPU9: Package temperature above threshold, cpu clock throttled (total events = 24457)
mai 12 13:28:39 ubuntu kernel: CPU8: Package temperature above threshold, cpu clock throttled (total events = 24457)
mai 12 13:28:39 ubuntu kernel: CPU1: Package temperature above threshold, cpu clock throttled (total events = 24457)
mai 12 13:28:39 ubuntu kernel: CPU2: Package temperature above threshold, cpu clock throttled (total events = 24457)
mai 12 13:28:39 ubuntu kernel: CPU3: Package temperature above threshold, cpu clock throttled (total events = 24457)
mai 12 13:28:39 ubuntu kernel: CPU7: Package temperature above threshold, cpu clock throttled (total events = 24457)
mai 12 13:28:39 ubuntu kernel: CPU5: Package temperature above threshold, cpu clock throttled (total events = 24457)
mai 12 13:28:39 ubuntu kernel: CPU4: Package temperature above threshold, cpu clock throttled (total events = 24457)
mai 12 13:28:39 ubuntu kernel: CPU11: Package temperature above threshold, cpu clock throttled (total events = 24457)
mai 12 13:28:39 ubuntu kernel: CPU10: Package temperature above threshold, cpu clock throttled (total events = 24457)
mai 12 13:28:39 ubuntu kernel: CPU0: Core temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU6: Core temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU0: Package temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU6: Package temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU9: Package temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU3: Package temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU7: Package temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU1: Package temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU8: Package temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU2: Package temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU5: Package temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU11: Package temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU4: Package temperature/speed normal
mai 12 13:28:39 ubuntu kernel: CPU10: Package temperature/speed normal
mai 12 13:28:42 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:28:52 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:29:02 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:29:12 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:29:22 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:29:32 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:29:42 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:29:52 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:30:02 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:30:12 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:30:22 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:30:33 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:30:43 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:30:53 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:31:03 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:31:13 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:31:23 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:31:34 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:31:44 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:31:54 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:32:04 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:32:14 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:32:24 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:32:35 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:32:45 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:32:55 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:33:05 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:33:15 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:33:25 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:33:32 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:32 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:32 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:33 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:34 ubuntu gnome-shell[4823]: JS ERROR: TypeError: appInfo is null
                                         MyAppIcon<.launchNewWindow@/usr/share/gnome-shell/extensions/ubuntu-dock@ubuntu.com/appIcons.js:539:13
                                         wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
                                         MyAppIcon<.activate@/usr/share/gnome-shell/extensions/ubuntu-dock@ubuntu.com/appIcons.js:491:13
                                         wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
                                         _onClicked@resource:///org/gnome/shell/ui/appDisplay.js:1717:9
                                         wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
mai 12 13:33:34 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:35 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:33:35 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:35 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:36 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:36 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:36 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:36 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:37 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:37 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:37 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:38 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:38 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:38 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:38 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:40 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:40 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:40 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:40 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:40 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:40 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:41 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:41 ubuntu gnome-shell[4823]: setup_framebuffers: assertion 'width > 0' failed
mai 12 13:33:45 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:33:55 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:34:05 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:34:15 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:34:25 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:34:36 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:34:46 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:34:56 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:35:06 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:35:16 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:35:26 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:35:36 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:35:46 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:35:56 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:36:06 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:36:17 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:36:28 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:36:38 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:36:48 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:36:58 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:37:08 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:37:18 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:37:28 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:37:38 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:37:48 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:37:58 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:38:08 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:38:18 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:38:29 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:38:39 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:38:49 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:38:59 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:39:00 ubuntu systemd[1]: Starting Clean php session files...
mai 12 13:39:00 ubuntu systemd[1]: Started Clean php session files.
mai 12 13:39:01 ubuntu CRON[16815]: pam_unix(cron:session): session opened for user root by (uid=0)
mai 12 13:39:01 ubuntu CRON[16816]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
mai 12 13:39:01 ubuntu CRON[16815]: pam_unix(cron:session): session closed for user root
mai 12 13:39:09 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:39:19 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:39:22 ubuntu kernel: CPU0: Core temperature above threshold, cpu clock throttled (total events = 13367)
mai 12 13:39:22 ubuntu kernel: CPU6: Core temperature above threshold, cpu clock throttled (total events = 13367)
mai 12 13:39:22 ubuntu kernel: CPU10: Package temperature above threshold, cpu clock throttled (total events = 26138)
mai 12 13:39:22 ubuntu kernel: CPU4: Package temperature above threshold, cpu clock throttled (total events = 26138)
mai 12 13:39:22 ubuntu kernel: CPU6: Package temperature above threshold, cpu clock throttled (total events = 26138)
mai 12 13:39:22 ubuntu kernel: CPU0: Package temperature above threshold, cpu clock throttled (total events = 26138)
mai 12 13:39:22 ubuntu kernel: CPU8: Package temperature above threshold, cpu clock throttled (total events = 26138)
mai 12 13:39:22 ubuntu kernel: CPU1: Package temperature above threshold, cpu clock throttled (total events = 26138)
mai 12 13:39:22 ubuntu kernel: CPU9: Package temperature above threshold, cpu clock throttled (total events = 26138)
mai 12 13:39:22 ubuntu kernel: CPU2: Package temperature above threshold, cpu clock throttled (total events = 26138)
mai 12 13:39:22 ubuntu kernel: CPU3: Package temperature above threshold, cpu clock throttled (total events = 26138)
mai 12 13:39:22 ubuntu kernel: CPU7: Package temperature above threshold, cpu clock throttled (total events = 26138)
mai 12 13:39:22 ubuntu kernel: CPU5: Package temperature above threshold, cpu clock throttled (total events = 26138)
mai 12 13:39:22 ubuntu kernel: CPU11: Package temperature above threshold, cpu clock throttled (total events = 26138)
mai 12 13:39:22 ubuntu kernel: CPU0: Core temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU8: Package temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU5: Package temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU2: Package temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU6: Core temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU4: Package temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU10: Package temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU11: Package temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU6: Package temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU0: Package temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU7: Package temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU3: Package temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU9: Package temperature/speed normal
mai 12 13:39:22 ubuntu kernel: CPU1: Package temperature/speed normal
mai 12 13:39:30 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:39:40 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:39:50 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:40:00 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:40:10 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:40:20 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:40:31 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:40:41 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:40:51 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:41:01 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:41:11 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:41:21 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:41:32 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:41:42 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:41:52 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:42:02 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:42:12 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:42:22 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:42:32 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:42:42 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:42:52 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:43:02 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:43:12 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:43:22 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:43:33 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:43:43 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:43:53 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:44:03 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:44:13 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:44:23 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:44:34 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:44:44 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:44:54 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:45:04 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:45:14 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:45:24 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:45:35 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:45:45 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:45:55 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:46:05 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:46:15 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:46:25 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:46:35 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:46:45 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:46:47 ubuntu rtkit-daemon[4214]: Supervising 4 threads of 2 processes of 1 users.
mai 12 13:46:47 ubuntu rtkit-daemon[4214]: Supervising 4 threads of 2 processes of 1 users.
mai 12 13:46:49 ubuntu rtkit-daemon[4214]: Supervising 4 threads of 2 processes of 1 users.
mai 12 13:46:49 ubuntu rtkit-daemon[4214]: Supervising 4 threads of 2 processes of 1 users.
mai 12 13:46:55 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:47:05 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:47:15 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:47:25 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:47:36 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:47:46 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:47:56 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:48:06 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:48:16 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:48:22 ubuntu dbus-daemon[4688]: [session uid=1000 pid=4688] Activating service name='org.gnome.gedit' requested by ':1.21' (uid=1000 pid=4823 comm="/usr/bin/gnome-shell " label="unconfined")
mai 12 13:48:23 ubuntu dbus-daemon[4688]: [session uid=1000 pid=4688] Successfully activated service 'org.gnome.gedit'
mai 12 13:48:27 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:48:34 ubuntu gedit[17099]: gtk_source_search_context_set_settings() is deprecated, the GtkSourceSearchContext:settings property will become a construct-only property in a future version.
mai 12 13:48:37 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:48:44 ubuntu gedit[17099]: gtk_source_search_context_set_settings() is deprecated, the GtkSourceSearchContext:settings property will become a construct-only property in a future version.
mai 12 13:48:47 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:48:54 ubuntu terminator.desktop[17047]: <window.Window object at 0x7f9997bda0a0 (terminatorlib+window+Window at 0x5622ae16e270)> is not in registered window list
mai 12 13:48:57 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
mai 12 13:49:01 ubuntu smartd[1246]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 171 to 166
mai 12 13:49:04 ubuntu kernel: CPU0: Core temperature above threshold, cpu clock throttled (total events = 13368)
mai 12 13:49:04 ubuntu kernel: CPU6: Core temperature above threshold, cpu clock throttled (total events = 13368)
mai 12 13:49:04 ubuntu kernel: CPU0: Package temperature above threshold, cpu clock throttled (total events = 26139)
mai 12 13:49:04 ubuntu kernel: CPU6: Package temperature above threshold, cpu clock throttled (total events = 26139)
mai 12 13:49:04 ubuntu kernel: CPU1: Package temperature above threshold, cpu clock throttled (total events = 26139)
mai 12 13:49:04 ubuntu kernel: CPU7: Package temperature above threshold, cpu clock throttled (total events = 26139)
mai 12 13:49:04 ubuntu kernel: CPU8: Package temperature above threshold, cpu clock throttled (total events = 26139)
mai 12 13:49:04 ubuntu kernel: CPU2: Package temperature above threshold, cpu clock throttled (total events = 26139)
mai 12 13:49:04 ubuntu kernel: CPU3: Package temperature above threshold, cpu clock throttled (total events = 26139)
mai 12 13:49:04 ubuntu kernel: CPU4: Package temperature above threshold, cpu clock throttled (total events = 26139)
mai 12 13:49:04 ubuntu kernel: CPU5: Package temperature above threshold, cpu clock throttled (total events = 26139)
mai 12 13:49:04 ubuntu kernel: CPU9: Package temperature above threshold, cpu clock throttled (total events = 26139)
mai 12 13:49:04 ubuntu kernel: CPU11: Package temperature above threshold, cpu clock throttled (total events = 26139)
mai 12 13:49:04 ubuntu kernel: CPU10: Package temperature above threshold, cpu clock throttled (total events = 26139)
mai 12 13:49:04 ubuntu kernel: CPU0: Core temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU6: Core temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU0: Package temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU6: Package temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU1: Package temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU8: Package temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU2: Package temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU9: Package temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU3: Package temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU7: Package temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU4: Package temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU10: Package temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU5: Package temperature/speed normal
mai 12 13:49:04 ubuntu kernel: CPU11: Package temperature/speed normal
mai 12 13:49:07 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes

Ubuntu 24.04.3 LTS (64 bits)

Hors ligne

#10 Le 12/05/2020, à 15:58

geole

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Peux-tu vérifier que dans le fichier de configuration,  50 a bien été remplacé par 120
En lisant http://manpages.org/davfs2conf/5, Je n'ai pas vu (pas su?) d'autres option en lien avec
open files exceed max cache size by 68194 MiBytes
Qui semble le message le plus  fréquent.
Pour les températures, c'est peut-être un autre problème...     Quel est le % d'utilisation des processeurs... A suivre avec  la commande top


Sinon, cette discussion semble expliquer le problème du cache  https://sourceforge.net/p/dav/discussio … /?limit=25

ps -ef|grep davfs

ainsi que https://ubuntuplace.info/questions/3655 … s2-caching

J'ai vu ce commentaire http://savannah.nongnu.org/support/?108649
"created backup ..."means that the file is moved to lost+found because davfs2 can't upload it to the server.
Once a file is in lost+found it will stay there until you manually remove it. A successful uplaod of a file with the same name does not change this, because davfs2 cannot know whether the files are indentical (to be precise: it would be a lot of code to check this and I think it is better you know there is a problem)

Ce qui me fait découvrir ce lien  https://forum.ubuntu-fr.org/viewtopic.php?id=1838431
Aurais-tu fais des FSCK (y compris en automatiques lors des boots)   qui auraient laissé des fichiers pourris    Pour quelle raison des fichiers pourris iraient-ils dans le WEB?

Ne serait-ce pas un logiciel à l'abandon?   au vu de ce bug non prix en compte depuis cinq ans?

Dernière modification par geole (Le 12/05/2020, à 16:32)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#11 Le 13/05/2020, à 12:49

Jarodd

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Bonjour,

Pour cache_size j'ai ceci :

$ cat /etc/davfs2/davfs2.conf | grep cache_size
# cache_size      50                # MiByte
cache_size      120                # MiByte

Pour l'autre commande demandée :

$ ps -ef|grep davfs
davfs2    2034     1  0 10:09 ?        00:00:02 /sbin/mount.davfs https://connect.drive.infomaniak.com/kdrive /media/jarodd/kdrive -o rw noexec nosuid nodev uid=1000 gid=1000 _netdev user
jarodd  13478 13391  0 12:46 pts/0    00:00:00 grep --color=auto davfs

Aurais-tu fais des FSCK (y compris en automatiques lors des boots)   qui auraient laissé des fichiers pourris    Pour quelle raison des fichiers pourris iraient-ils dans le WEB?

Non je n'ai pas fait de FSCK, car je ne sais pas ce que c'est big_smile
Quant à l'abandon du logiciel, j'ai utilisé la méthode qu'on m'a indiqué pour faire un montage avec webdav ici (section "Se connecter à un kDrive en WebDav avec Linux (Gnome)") : https://www.infomaniak.com/fr/support/f … via-webdav
J'ai juste ajouté la ligne dans le fstab pour avoir un montage automatique à chaque démarrage.


Ubuntu 24.04.3 LTS (64 bits)

Hors ligne

#12 Le 13/05/2020, à 13:20

geole

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Bonjour
Du coup, je ne sais pas quoi proposer pour trouver le problème qui est responsable. Je ne suis pas tenté par le DEBUG.
Afin de temporiser un peu, je te propose de faire ce contrôle moins souvent. Toutes les 5 minutes au lieu de toutes les 10 secondes
Tu regarderas si cela impacte le fonctionnement

Il faudrait ajouter cette ligne dans le fichier de paramétrage
delay_upload 300

puis demain de nouveau

journalctl  -b | tail -500

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#13 Le 13/05/2020, à 17:01

Jarodd

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Conf mise à jour.
Si j'ai bien compris (car j'ai du mal à suivre tout ce que je tape), c'est le montage webdav qui génère les gros journaux quotidiens ?


Ubuntu 24.04.3 LTS (64 bits)

Hors ligne

#14 Le 13/05/2020, à 18:42

geole

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Je n'ai pas expréssement dit qu'il est responsable mais en écrivant  toutes les 10 secondes, il y participe pendant ces 46 minutes entre

mai 12 13:03:34 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes
et
mai 12 13:49:07 ubuntu mount.davfs[1939]: open files exceed max cache size by 68194 MiBytes

Les processeurs aussi   et tu n'as pas répondu à la demande du retour de la commande top pour savoir ce qu'ils fabriquent ces 12 salopards.,
A eux deux  ils peuvent cacher d'autre messages passés inaperçus.
Pour avoir une idée de leur poids respectifs

journalctl -b | grep "Package temperature/speed"| wc -w 
journalctl -b | grep "open files exceed max cache size by"| wc -w 

Je ne serais pas surpris que le problème soit lié en découvrant que l'application webdav soit consommatrice de processeur

Je risque de ne pas trouver du tout la cause de ces messages répétitifs


Une heure ou deux heures après ton prochain reboot, on regarde de nouveau

journalctl  --no-pager -b  -p err |  head -500

Car le démarrage ne ma pas semblé limpide.

journalctl  -b | tail -500

pour voir si le changement de paramétrage y fait quelque chose. J'ai peur de découvrir que les valeurs ne soient plus modifiables

Dernière modification par geole (Le 13/05/2020, à 18:49)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#15 Le 13/05/2020, à 19:06

Jarodd

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Je n'ai pas mis le top car il est très variable selon les applis que je fais tourner en un instant T. Là j'ai ça :

 7310 jarodd   20   0  636208 144652 113368 S   5,3  1,8   7:17.21 Xorg        
 7879 jarodd   20   0 3326224 293096  84352 S   5,3  3,7   4:49.41 thunderbird 
23620 jarodd   20   0  720380  56652  33556 S   3,0  0,7   0:00.60 terminator  
    1 root      20   0  226268   7504   4916 S   0,3  0,1   0:14.30 systemd 
...

De plus ça change très vite et je n'ai jamais le temps de faire un copier coller big_smile

Je le vérifie régulièrement, notamment quand les ventilos s'emballent. Mais je connais les programmes qui les font monter en cadence (des outils de backup notamment).

Je mets aussi les autres commandes, pour comparer avec les résultats de demain.

$ journalctl -b | grep "Package temperature/speed"| wc -w 
4320
$ journalctl -b | grep "open files exceed max cache size by"| wc -w 
44576

Ubuntu 24.04.3 LTS (64 bits)

Hors ligne

#16 Le 13/05/2020, à 19:19

geole

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Jarodd a écrit :

Je n'ai pas mis le top car il est très variable selon les applis que je fais tourner en un instant T.
De plus ça change très vite et je n'ai jamais le temps de faire un copier coller
Je le vérifie régulièrement, notamment quand les ventilos s'emballent. Mais je connais les programmes qui les font monter en cadence (des outils de backup notamment).

Si tu  as identifié, c'est parfait. Donc les deux problèmes ne seraient pas liés à priori
Au besoin, tu peux faire ralentir la cadence du balayage

top -d 20

Dernière modification par geole (Le 13/05/2020, à 19:20)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#17 Le 14/05/2020, à 20:17

Jarodd

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Bonjour,
Je n'ai pas pu faire les commandes plus tôt. Les résultats du moment :

$ journalctl -b | grep "Package temperature/speed"| wc -w 
5508
$ journalctl -b | grep "open files exceed max cache size by"| wc -w
18634

Ubuntu 24.04.3 LTS (64 bits)

Hors ligne

#18 Le 14/05/2020, à 21:49

geole

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Bonsoir
Tu as oublié.

journalctl  -b | tail -500

afin de savoir si c'est passé à 300 secondes ou resté à 10 secondes.
Mais j'ai l'impression que le fichier de paramétrage est un leurre.
Je crains qu'il va falloir apprendre à vivre avec.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#19 Le 14/05/2020, à 22:36

Jarodd

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Oups, le voici :

mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:20:42 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:21:09 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:21:40 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:22:11 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:22:41 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:23:12 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:23:27 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:23:42 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:24:13 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:24:43 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:25:14 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:25:44 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:26:12 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:26:15 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:26:45 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:27:15 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:27:45 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:28:15 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:28:45 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:28:58 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:29:15 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:29:45 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:30:15 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:30:45 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:31:15 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:31:46 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:31:48 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:32:16 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:32:47 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:33:17 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:33:42 ubuntu gnome-shell[3768]: Object .Gjs_AppIndicatorIconActor__1 (0x564796ca15d0), has been already finalized. Impossible to set any property to it.
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: == Stack trace for context 0x5647966cf320 ==
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: #0 0x7ffde6d8bad0 I   resource:///org/gnome/gjs/modules/_legacy.js:83 (0x7ff6585b5de0 @ 87)
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: #1 0x564796a7cef0 i   /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com/indicatorStatusIcon.js:93 (0x7ff5f38c4340 @ 58)
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: #2 0x7ffde6d8c6b0 I   resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7ff6585b5de0 @ 71)
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: #3 0x7ffde6d8c770 b   self-hosted:916 (0x7ff6585f12b8 @ 367)
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: #4 0x7ffde6d8c860 b   resource:///org/gnome/gjs/modules/signals.js:128 (0x7ff6585d2230 @ 386)
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: #5 0x564796a7ce68 i   /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com/appIndicator.js:190 (0x7ff5f38b1f78 @ 22)
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: #6 0x7ffde6d8d4b0 I   resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7ff6585b5de0 @ 71)
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: #7 0x564796a7cdc0 i   /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com/statusNotifierWatcher.js:176 (0x7ff5f38b12b8 @ 26)
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: #8 0x7ffde6d8e090 I   resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7ff6585b5de0 @ 71)
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: #9 0x564796a7cd20 i   /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com/statusNotifierWatcher.js:170 (0x7ff5f38b1230 @ 68)
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: #10 0x7ffde6d8ec80 I   resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7ff6585b5de0 @ 71)
mai 14 22:33:42 ubuntu org.gnome.Shell.desktop[3768]: #11 0x7ffde6d8ed50 b   self-hosted:918 (0x7ff6585f12b8 @ 394)
mai 14 22:33:44 ubuntu nemo[4959]: gtk_action_group_get_action: assertion 'GTK_IS_ACTION_GROUP (action_group)' failed
mai 14 22:33:44 ubuntu nemo[4959]: gtk_action_set_sensitive: assertion 'GTK_IS_ACTION (action)' failed
mai 14 22:33:44 ubuntu nemo[4959]: gtk_action_group_get_action: assertion 'GTK_IS_ACTION_GROUP (action_group)' failed
mai 14 22:33:44 ubuntu nemo[4959]: gtk_action_set_sensitive: assertion 'GTK_IS_ACTION (action)' failed
mai 14 22:33:46 ubuntu udisksd[1282]: Cleaning up mount point /media/jarodd/4TO (device 8:17 is not mounted)
mai 14 22:33:46 ubuntu systemd[1]: Stopping Clean the /media/jarodd/4TO mount point...
mai 14 22:33:46 ubuntu systemd[1]: Stopped Clean the /media/jarodd/4TO mount point.
mai 14 22:33:46 ubuntu udisksd[1282]: Unmounted /dev/sdb1 on behalf of uid 1000
mai 14 22:33:47 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:33:53 ubuntu ntfs-3g[24038]: Unmounting /dev/sdd1 (5TO)
mai 14 22:33:53 ubuntu udisksd[1282]: Unmounted /dev/sdd1 on behalf of uid 1000
mai 14 22:33:53 ubuntu udisksd[1282]: Cleaning up mount point /media/jarodd/5TO (device 8:49 is not mounted)
mai 14 22:33:53 ubuntu udisksd[1282]: Cleaning up mount point /media/jarodd/6TO (device 8:34 is not mounted)
mai 14 22:33:53 ubuntu systemd[1]: Stopping Clean the /media/jarodd/6TO mount point...
mai 14 22:33:53 ubuntu systemd[1]: Stopped Clean the /media/jarodd/6TO mount point.
mai 14 22:33:53 ubuntu nemo[4959]: g_file_info_get_attribute_uint64: assertion 'G_IS_FILE_INFO (info)' failed
mai 14 22:33:53 ubuntu nemo[4959]: g_file_info_get_attribute_uint64: assertion 'G_IS_FILE_INFO (info)' failed
mai 14 22:33:53 ubuntu nemo[4959]: g_file_info_get_attribute_uint64: assertion 'G_IS_FILE_INFO (info)' failed
mai 14 22:33:53 ubuntu ntfs-3g[24006]: Unmounting /dev/sdc2 (6TO)
mai 14 22:33:53 ubuntu udisksd[1282]: Unmounted /dev/sdc2 on behalf of uid 1000
mai 14 22:33:55 ubuntu kernel: usb 2-1.1.1: USB disconnect, device number 4
mai 14 22:33:55 ubuntu kernel: sd 6:0:0:0: [sdb] Synchronizing SCSI cache
mai 14 22:33:55 ubuntu kernel: sd 6:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
mai 14 22:33:56 ubuntu upowerd[2912]: unhandled action 'unbind' on /sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.0
mai 14 22:33:56 ubuntu upowerd[2912]: unhandled action 'unbind' on /sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.1/2-1.1.1
mai 14 22:33:56 ubuntu kernel: usb 2-1.1.2: USB disconnect, device number 5
mai 14 22:33:56 ubuntu upowerd[2912]: unhandled action 'unbind' on /sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.1/2-1.1.2/2-1.1.2:1.0
mai 14 22:33:56 ubuntu upowerd[2912]: unhandled action 'unbind' on /sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.1/2-1.1.2
mai 14 22:33:57 ubuntu kernel: usb 2-1.1.3: USB disconnect, device number 6
mai 14 22:33:57 ubuntu kernel: sd 8:0:0:0: [sdc] Synchronizing SCSI cache
mai 14 22:33:57 ubuntu kernel: sd 8:0:0:0: [sdc] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
mai 14 22:33:57 ubuntu upowerd[2912]: unhandled action 'unbind' on /sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.1/2-1.1.3/2-1.1.3:1.0
mai 14 22:33:57 ubuntu upowerd[2912]: unhandled action 'unbind' on /sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.1/2-1.1.3
mai 14 22:33:59 ubuntu nemo[4959]: gtk_tree_model_filter_convert_iter_to_child_iter: assertion 'filter_iter->stamp == filter->priv->stamp' failed
mai 14 22:33:59 ubuntu nemo[4959]: gtk_tree_store_set_valist: assertion 'VALID_ITER (iter, tree_store)' failed
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: 1589488441535        addons.xpi        WARN        Can't get modified time of /usr/lib/thunderbird/features/wetransfer@extensions.thunderbird.net
mai 14 22:34:01 ubuntu rtkit-daemon[3093]: Supervising 3 threads of 1 processes of 1 users.
mai 14 22:34:01 ubuntu rtkit-daemon[3093]: Supervising 3 threads of 1 processes of 1 users.
mai 14 22:34:01 ubuntu rtkit-daemon[3093]: Supervising 3 threads of 1 processes of 1 users.
mai 14 22:34:01 ubuntu rtkit-daemon[3093]: Supervising 3 threads of 1 processes of 1 users.
mai 14 22:34:01 ubuntu rtkit-daemon[3093]: Successfully made thread 26123 of process 26007 (n/a) owned by '1000' RT at priority 10.
mai 14 22:34:01 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:01 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:01 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: Extension error: Error while loading 'jar:file:///usr/lib/thunderbird/extensions/messagingmenu@mozilla.com.xpi!/manifest.json' (NS_ERROR_FILE_NOT_FOUND) resource://gre/modules/Extension.jsm:513 :: readJSON/</<@resource://gre/modules/Extension.jsm:513:20
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: onStopRequest@resource://gre/modules/NetUtil.jsm:128:9
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: 1589488441697        addons.xpi        WARN        Exception running bootstrap method startup on messagingmenu@mozilla.com: Error: Error while loading 'jar:file:///usr/lib/thunderbird/extensions/messagingmenu@mozilla.com.xpi!/manifest.json' (NS_ERROR_FILE_NOT_FOUND)(resource://gre/modules/Extension.jsm:513:20) JS Stack trace: readJSON/</<@Extension.jsm:513:20
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: onStopRequest@NetUtil.jsm:128:9
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: console.log: WebExtensions: Loading packed extension from /home/jarodd/.thunderbird/38bzxfz7.default/extensions/signal-spam@signal-spam.fr.xpi
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: console.log: WebExtensions: Loading packed extension from /home/jarodd/.thunderbird/38bzxfz7.default/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}.xpi
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: console.log: WebExtensions: Loading packed extension from /home/jarodd/.thunderbird/38bzxfz7.default/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}.xpi
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: console.log: WebExtensions: Loading add-on preferences from  /home/jarodd/.thunderbird/38bzxfz7.default/extensions/signal-spam@signal-spam.fr.xpi
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: console.log: WebExtensions: Firing profile-after-change listeners for signal-spam@signal-spam.fr
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: console.warn: Overlays.jsm: Could not resolve 1 references Array [{}]
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: console.log: WebExtensions: Loading add-on preferences from  /home/jarodd/.thunderbird/38bzxfz7.default/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}.xpi
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: console.log: WebExtensions: Firing profile-after-change listeners for {a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: console.log: WebExtensions: Loading add-on preferences from  /home/jarodd/.thunderbird/38bzxfz7.default/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}.xpi
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: console.log: WebExtensions: Firing profile-after-change listeners for {e2fda1a4-762b-4020-b5ad-a41df1933103}
mai 14 22:34:01 ubuntu thunderbird.desktop[25962]: [calBackendLoader] Using Thunderbird's builtin libical backend
mai 14 22:34:01 ubuntu kernel: CPU6: Core temperature above threshold, cpu clock throttled (total events = 23378)
mai 14 22:34:01 ubuntu kernel: CPU0: Core temperature above threshold, cpu clock throttled (total events = 23378)
mai 14 22:34:01 ubuntu kernel: CPU7: Package temperature above threshold, cpu clock throttled (total events = 54889)
mai 14 22:34:01 ubuntu kernel: CPU10: Package temperature above threshold, cpu clock throttled (total events = 54889)
mai 14 22:34:01 ubuntu kernel: CPU1: Package temperature above threshold, cpu clock throttled (total events = 54889)
mai 14 22:34:01 ubuntu kernel: CPU2: Package temperature above threshold, cpu clock throttled (total events = 54889)
mai 14 22:34:01 ubuntu kernel: CPU8: Package temperature above threshold, cpu clock throttled (total events = 54889)
mai 14 22:34:01 ubuntu kernel: CPU3: Package temperature above threshold, cpu clock throttled (total events = 54889)
mai 14 22:34:01 ubuntu kernel: CPU9: Package temperature above threshold, cpu clock throttled (total events = 54889)
mai 14 22:34:01 ubuntu kernel: CPU4: Package temperature above threshold, cpu clock throttled (total events = 54889)
mai 14 22:34:01 ubuntu kernel: CPU0: Package temperature above threshold, cpu clock throttled (total events = 54889)
mai 14 22:34:01 ubuntu kernel: CPU6: Package temperature above threshold, cpu clock throttled (total events = 54889)
mai 14 22:34:01 ubuntu kernel: CPU5: Package temperature above threshold, cpu clock throttled (total events = 54889)
mai 14 22:34:01 ubuntu kernel: CPU11: Package temperature above threshold, cpu clock throttled (total events = 54889)
mai 14 22:34:01 ubuntu kernel: CPU0: Core temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU3: Package temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU6: Core temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU9: Package temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU6: Package temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU0: Package temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU7: Package temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU1: Package temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU2: Package temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU4: Package temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU11: Package temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU10: Package temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU5: Package temperature/speed normal
mai 14 22:34:01 ubuntu kernel: CPU8: Package temperature/speed normal
mai 14 22:34:02 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:02 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:04 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:04 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:07 ubuntu thunderbird.desktop[25962]: console.warn: Overlays.jsm: Could not resolve 1 references Array [{}]
mai 14 22:34:15 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:15 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:18 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:34:27 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:27 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:37 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:37 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Socket File: /run/user/1000/ownCloud/socket
mai 14 22:34:38 ubuntu nemo.desktop[4959]: Could not connect to unix socket. [Errno 2] Aucun fichier ou dossier de ce type
mai 14 22:34:48 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:35:09 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:35:09 ubuntu rtkit-daemon[3093]: Supervising 4 threads of 2 processes of 1 users.
mai 14 22:35:18 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes

Ubuntu 24.04.3 LTS (64 bits)

Hors ligne

#20 Le 15/05/2020, à 14:35

geole

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Bonjour
Pour ce   premier problème

mai 14 22:32:16 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:32:47 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes
mai 14 22:33:17 ubuntu mount.davfs[2710]: open files exceed max cache size by 68194 MiBytes

On est passé a 30 secondes au lieu de 10.   Si tu as bien mis  300 et pas 30, il a estimé qu'il y avait une valeur maxima à ne pas dépasser.
Et il y a toujours les sockets qui bavardent.
Je crains de ne pas savoir proposer une amélioration.....


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity

Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#21 Le 15/05/2020, à 14:37

Jarodd

Re : ownCloud/socket met des messages d'erreurs qui remplissent le journal

Bonjour,
Oui j'ai bien mis 300 :

$ cat /etc/davfs2/davfs2.conf | grep delay
# delay_upload    10
delay_upload	300

Ubuntu 24.04.3 LTS (64 bits)

Hors ligne