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.

#26 Le 13/02/2017, à 17:59

phleconte

Re : [résolu] répertoire tmp important

Merci pour vos messages,

Moko,
bonne idée, je regarderai cela la prochaine fois mais là, c'est trop tard et le fichier ne se reconstitue pas pour le moment
MicP,
j'ai regardé et chargé le script, pour le faire tourner, j'imagine que je dois le rendre exécutable (fait) mais je dois avouer ne jamais avoir utilisé de script. Je vais regarder la documentation.


HP x360 1040 G8 / station d'accueil
KDE neon 5.26 kernel 6.5

Hors ligne

#27 Le 13/02/2017, à 18:03

Bougron

Re : [résolu] répertoire tmp important

moko138 a écrit :

Avant de supprimer un fichier gonflant, il est souvent utile d'en sauvegarder un extrait.
Par exemple:

cat /temp/file5oGW1f | tail -n 50 > extrait50lignes.txt

Ainsi, après suppression, tu peux lire l'extrait et avoir une idée de ce qui le faisait enfler.  smile

Bonjour
il devrait même être assez facile de trouver le process qui est en train d'écrire puis d'en déduire si c'est normal ou pas .

https://forum.ubuntu-fr.org/viewtopic.p … 4#p3857844

Dernière modification par Bougron (Le 13/02/2017, à 18:07)

Hors ligne

#28 Le 13/02/2017, à 18:34

MicP

Re : [résolu] répertoire tmp important

phleconte a écrit :

…j'ai regardé et chargé le script, pour le faire tourner, …

Je ne sais pas de quel script tu parles : le lien que j'ai cité dans mon précédent message renvoie sur la page man de la commande (un binaire) inotifywaitl (du paquetage inotify-tools)

Le script dont je parlais utilise le programme inotifywait, mais pour un tout-autre usage.

=======

moko138 a écrit :
cat /temp/file5oGW1f | tail -n 50 > extrait50lignes.txt

En espérant qu'il s'agisse bien d'un fichier texte, sinon, le tail -n 50 risque d'avoir du mal à trouver la 50ème ligne.

Dernière modification par MicP (Le 13/02/2017, à 18:37)

Hors ligne

#29 Le 13/02/2017, à 21:23

moko138

Re : [résolu] répertoire tmp important

MicP a écrit :

En espérant qu'il s'agisse bien d'un fichier texte, sinon, le tail -n 50 risque d'avoir du mal à trouver la 50ème ligne.

Très juste ! Ma remarque vaut pour les logs (qui sont des fichiers de texte) mais là, on ignore la nature du fichier.

Heureusement qu'il y a vos autres propositions !


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#30 Le 13/02/2017, à 23:47

MicP

Re : [résolu] répertoire tmp important

…Heureusement qu'il y a vos autres propositions !…

Ça m'apprendra à ne pas lire les fils de discussions depuis le début lol

Je m'y suis cassé les dents moi aussi : C'est pas évident du tout (euphémisme lol) de récupérer le nom d'une application qui a déjà finit son travail et qui est allé se coucher.

C'est pas grave : J'aurais au moins essayé et du coup, appris pas mal de choses en plus sur cette commande (entre autres)

Désolé de ne pouvoir aider..

Dernière modification par MicP (Le 13/02/2017, à 23:48)

Hors ligne

#31 Le 14/02/2017, à 06:49

moko138

Re : [résolu] répertoire tmp important

Bougron a écrit :

il devrait même être assez facile de trouver le process qui est en train d'écrire puis d'en déduire si c'est normal ou pas .

https://forum.ubuntu-fr.org/viewtopic.p … 4#p3857844

Dans ton lien, sosroot proposait :

Chaque processus possède un numéro.
Pour connaitre le numéro du processus qui utilise un fichier :

fuser "nom de ton fichier"

pour connaitre le processus qui tourne avec le numéro:

ps -edf|grep "numéro"

Séduisant sur le papier, mais j'ai testé et la 1ère commande est incapable de dire le numéro du processus qui fait enfler mon fichier (retour vide).

Alors voici ce qui marche chez moi :


phleconte,
LeoMajor, pour identifier le nom du fichier qui enfle /tmp, avait indiqué en #3 :

watch -n2 'sudo lsof +D /tmp'

Et puisque tu n'as pas de difficulté à identifier le nom du fichier qui enfle,
tu obtiendras le nom du processus en train de le faire enfler, par :

sudo ps --pid $(sudo fuser /tmp/nom-du-fichier-qui-enfle)

%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#32 Le 14/02/2017, à 11:40

phleconte

Re : [résolu] répertoire tmp important

Merci pour vos messages,

j'ai pris bonne note des commandes pour connaître le processus qui fait enfler le /tmp mais bien évidemment, aujourd'hui, il ne se passe rien...

Je les utiliserai quand la situation ne manquera pas de se reproduire.

Bonne journée


HP x360 1040 G8 / station d'accueil
KDE neon 5.26 kernel 6.5

Hors ligne

#33 Le 27/02/2017, à 16:41

phleconte

Re : [résolu] répertoire tmp important

bonjour,

le gonflement du /tmp a repris aujourd'hui et le fichier filet5SF85 pèse 20 Go bloquant la partition système
voici les résultats des commandes que vous m'aviez conseillé la dernière fois :
ncdu

--- /tmp ---------------------------------------------------------------------------------------------------------------------------------------
   20,7 GiB [##########]  filet5SF85                                                                                                            
    8,0 KiB [          ] /systemd-private-370663754f2340968c039fb37ee3dcb3-systemd-timesyncd.service-Jn53Rc
    8,0 KiB [          ] /systemd-private-370663754f2340968c039fb37ee3dcb3-rtkit-daemon.service-LIJpiF
    8,0 KiB [          ] /systemd-private-370663754f2340968c039fb37ee3dcb3-colord.service-dXw8zm
    8,0 KiB [          ] /akonadi-philippe.ggGvx8
    4,0 KiB [          ] /ssh-LikwhlWyEIKT
e   4,0 KiB [          ] /.font-unix
e   4,0 KiB [          ] /.XIM-unix
    4,0 KiB [          ] /.X11-unix
e   4,0 KiB [          ] /.Test-unix
    4,0 KiB [          ] /.ICE-unix
    4,0 KiB [          ]  kio_http.Ti2651
    4,0 KiB [          ]  .touchpaddefaults
    4,0 KiB [          ]  xauth-1000-_0
@   0,0   B [          ]  xsession-philippe
@   0,0   B [          ]  sddm-auth1ca24c06-fa3a-4673-a109-e889b8e9b914

extrait50lignes.txt de filet5SF85   

QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState

liste des process qui font enfler filet5SF85

philippe@philippe-N53Jg:~$ fuser /tmp/filet5SF85
/tmp/filet5SF85:      1649  1905  1906  1907  1909  1924  1925  1928  1936  1966  1980  1998  2002  2007  2010  2012  2019  2020  2037  2083  2132  2139  2235  2236  2237  2238  2239  2240  2242  2251  2252  2257  2258  2259  2260  2262  2263  2282  2460  2464  2465  2493  2598  2613  2651  2898  3020 22356 22466
philippe@philippe-N53Jg:~$ ps -edf|grep 1649
philippe  1649  1612  0 14:10 ?        00:00:00 /bin/sh /usr/bin/startkde
philippe  1859  1649  0 14:10 ?        00:00:00 /usr/bin/ssh-agent env TMPDIR=/tmp /usr/bin/dbus-launch --exit-with-session /usr/bin/im-launch /usr/bin/startkde
philippe  1924  1649  0 14:10 ?        00:00:00 kwrapper5 /usr/bin/ksmserver
philippe 22519  3066  0 16:20 pts/3    00:00:00 grep --color=auto 1649
philippe@philippe-N53Jg:~$ ps -edf|grep 1905
philippe  1905     1  0 14:10 ?        00:00:00 /usr/lib/x86_64-linux-gnu/libexec/kf5/start_kdeinit --kded +kcminit_startup
philippe 22523  3066  0 16:20 pts/3    00:00:00 grep --color=auto 1905
philippe@philippe-N53Jg:~$ ps -edf|grep 1906
philippe  1906     1  0 14:10 ?        00:00:00 kdeinit5: Running...
philippe  1907  1906  0 14:10 ?        00:00:00 klauncher [kdeinit5] --fd=9
philippe  1909  1906  0 14:10 ?        00:00:04 kded5 [kdeinit5]
philippe  1925  1906  0 14:10 ?        00:00:00 /usr/bin/ksmserver
philippe  1980  1906  0 14:11 ?        00:00:01 /usr/bin/krunner
philippe  1998  1906  0 14:11 ?        00:00:00 /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
philippe  2002  1906  0 14:11 ?        00:00:00 /usr/bin/xembedsniproxy
philippe  2007  1906  0 14:11 ?        00:00:13 /usr/bin/cairo-dock
philippe  2010  1906  0 14:11 ?        00:00:01 /usr/bin/python2 /opt/thefanclub/overgrive/overgrive
philippe  2012  1906  0 14:11 ?        00:00:00 /usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately
philippe  2020  1906  0 14:11 ?        00:00:02 /usr/bin/korgac
philippe  2493  1906  0 14:13 ?        00:00:00 /usr/lib/x86_64-linux-gnu/libexec/drkonqi -platform xcb -display :0 --appname kwin_x11 --apppath /usr/bin --signal 11 --pid 1966 --appversion 5.5.5 --programname KWin --bugaddress submit@bugs.kde.org --startupid 0
philippe  2598  1906 29 14:14 ?        00:37:41 /usr/bin/dolphin /home/philippe/Dropbox/Philippe
philippe  2613  1906  0 14:14 ?        00:00:00 file.so [kdeinit5] file local:/run/user/1000/klauncherXM1907.1.slave-socket local:/run/user/1000/dolphinBC2598.6.slave-socket                                                                                                                   
philippe  2651  1906 99 14:17 ?        02:02:43 http.so [kdeinit5] https local:/run/user/1000/klauncherXM1907.1.slave-socket local:/run/user/1000/akonadi_davgroupware_resource_0kn2240.3.slave-socket
philippe 22356  1906  0 16:12 ?        00:00:00 file.so [kdeinit5] file local:/run/user/1000/klauncherXM1907.1.slave-socket local:/run/user/1000/dolphinPE2598.13.slave-socket
philippe 22466  1906  0 16:17 ?        00:00:00 thumbnail.so [kdeinit5] thumbnail local:/run/user/1000/klauncherXM1907.1.slave-socket local:/run/user/1000/dolphinqq2598.15.slave-socket
philippe 22526  3066  0 16:20 pts/3    00:00:00 grep --color=auto 1906
philippe@philippe-N53Jg:~$ ps -edf|grep 1907
philippe  1907  1906  0 14:10 ?        00:00:00 klauncher [kdeinit5] --fd=9
philippe  2651  1906 99 14:17 ?        02:02:59 http.so [kdeinit5] https local:/run/user/1000/klauncherXM1907.1.slave-socket local:/run/user/1000/akonadi_davgroupware_resource_0kn2240.3.slave-socket
philippe 22356  1906  0 16:12 ?        00:00:00 file.so [kdeinit5] file local:/run/user/1000/klauncherXM1907.1.slave-socket local:/run/user/1000/dolphinPE2598.13.slave-socket
philippe 22466  1906  0 16:17 ?        00:00:00 thumbnail.so [kdeinit5] thumbnail local:/run/user/1000/klauncherXM1907.1.slave-socket local:/run/user/1000/dolphinqq2598.15.slave-socket
philippe 22529  3066  0 16:20 pts/3    00:00:00 grep --color=auto 1907
philippe@philippe-N53Jg:~$ ps -edf|grep 1909
philippe  1909  1906  0 14:10 ?        00:00:04 kded5 [kdeinit5]
philippe 22536  3066  0 16:21 pts/3    00:00:00 grep --color=auto 1909
philippe@philippe-N53Jg:~$ ps -edf|grep 1924
philippe  1924  1649  0 14:10 ?        00:00:00 kwrapper5 /usr/bin/ksmserver
philippe 22540  3066  0 16:21 pts/3    00:00:00 grep --color=auto 1924
philippe@philippe-N53Jg:~$ ps -edf|grep 1925
philippe  1925  1906  0 14:10 ?        00:00:00 /usr/bin/ksmserver
philippe  1966  1925  0 14:10 ?        00:00:07 kwin_x11
philippe 22543  3066  0 16:21 pts/3    00:00:00 grep --color=auto 1925
philippe@philippe-N53Jg:~$ ps -edf|grep 1928
philippe  1928     1  0 14:10 ?        00:00:00 /usr/bin/kaccess
philippe 22546  3066  0 16:21 pts/3    00:00:00 grep --color=auto 1928
philippe@philippe-N53Jg:~$ ps -edf|grep 1936
philippe  1936     1  0 14:10 ?        00:00:00 /usr/bin/kactivitymanagerd start-daemon
philippe 22549  3066  0 16:21 pts/3    00:00:00 grep --color=auto 1936
philippe@philippe-N53Jg:~$ ps -edf|grep 1966
philippe  1966  1925  0 14:10 ?        00:00:07 kwin_x11
philippe  2493  1906  0 14:13 ?        00:00:00 /usr/lib/x86_64-linux-gnu/libexec/drkonqi -platform xcb -display :0 --appname kwin_x11 --apppath /usr/bin --signal 11 --pid 1966 --appversion 5.5.5 --programname KWin --bugaddress submit@bugs.kde.org --startupid 0
root     19668     2  0 15:53 ?        00:00:00 [kworker/0:0]
philippe 22556  3066  0 16:21 pts/3    00:00:00 grep --color=auto 1966
philippe@philippe-N53Jg:~$ ps -edf|grep 1980
philippe  1980  1906  0 14:11 ?        00:00:01 /usr/bin/krunner
philippe 22558  3066  0 16:22 pts/3    00:00:00 grep --color=auto 1980
philippe@philippe-N53Jg:~$ ps -edf|grep 1998
root      1331  1135  0 14:10 ?        00:00:00 /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /var/run/dhclient-ens5.pid -lf /var/lib/NetworkManager/dhclient-6b48bd77-7ee5-3374-9d6d-ba0219989934-ens5.lease -cf /var/lib/NetworkManager/dhclient-ens5.conf ens5
philippe  1998  1906  0 14:11 ?        00:00:00 /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
philippe 22563  3066  0 16:22 pts/3    00:00:00 grep --color=auto 1998
philippe@philippe-N53Jg:~$ ps -edf|grep 2002
philippe  2002  1906  0 14:11 ?        00:00:00 /usr/bin/xembedsniproxy
philippe 22566  3066  0 16:22 pts/3    00:00:00 grep --color=auto 2002
philippe@philippe-N53Jg:~$ ps -edf|grep 2007
philippe  2007  1906  0 14:11 ?        00:00:13 /usr/bin/cairo-dock
philippe 22570  3066  0 16:22 pts/3    00:00:00 grep --color=auto 2007
philippe@philippe-N53Jg:~$ ps -edf|grep 2010
philippe  2010  1906  0 14:11 ?        00:00:01 /usr/bin/python2 /opt/thefanclub/overgrive/overgrive
philippe 22575  3066  0 16:23 pts/3    00:00:00 grep --color=auto 2010
philippe@philippe-N53Jg:~$ ps -edf|grep 2012
philippe  2012  1906  0 14:11 ?        00:00:00 /usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately
philippe  2019  2012  0 14:11 ?        00:00:00 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
philippe 22577  3066  0 16:23 pts/3    00:00:00 grep --color=auto 2012
philippe@philippe-N53Jg:~$ ps -edf|grep 2019
philippe  2019  2012  0 14:11 ?        00:00:00 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
philippe 22583  3066  0 16:23 pts/3    00:00:00 grep --color=auto 2019
philippe@philippe-N53Jg:~$ ps -edf|grep 2020
philippe  2020  1906  0 14:11 ?        00:00:02 /usr/bin/korgac
philippe 22587  3066  0 16:23 pts/3    00:00:00 grep --color=auto 2020
philippe@philippe-N53Jg:~$ ps -edf|grep 2037
philippe  2037     1  0 14:11 ?        00:00:03 /home/philippe/.dropbox-dist/dropbox-lnx.x86_64-19.4.13/dropbox
philippe 22589  3066  0 16:23 pts/3    00:00:00 grep --color=auto 2037
philippe@philippe-N53Jg:~$ ps -edf|grep 2083
philippe  2083     1  0 14:11 ?        00:00:00 python /usr/lib/x86_64-linux-gnu/cairo-dock/cairo-dock-launcher-API-daemon
philippe 22592  3066  0 16:23 pts/3    00:00:00 grep --color=auto 2083
philippe@philippe-N53Jg:~$ ps -edf|grep 2132
philippe  2132     1  0 14:11 ?        00:00:01 /usr/bin/akonadi_control
philippe  2139  2132  0 14:11 ?        00:00:00 akonadiserver
philippe  2235  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_akonotes_resource --identifier akonadi_akonotes_resource_0
philippe  2236  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_archivemail_agent --identifier akonadi_archivemail_agent
philippe  2237  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_baloo_indexer --identifier akonadi_baloo_indexer
philippe  2238  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_birthdays_resource --identifier akonadi_birthdays_resource
philippe  2239  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_contacts_resource --identifier akonadi_contacts_resource_0
philippe  2240  2132  0 14:11 ?        00:00:01 /usr/bin/akonadi_davgroupware_resource --identifier akonadi_davgroupware_resource_0
philippe  2242  2132  0 14:11 ?        00:00:01 /usr/bin/akonadi_followupreminder_agent --identifier akonadi_followupreminder_agent
philippe  2251  2132  0 14:11 ?        00:00:01 /usr/bin/akonadi_googlecalendar_resource --identifier akonadi_googlecalendar_resource_6
philippe  2252  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_ical_resource --identifier akonadi_ical_resource_0
philippe  2257  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_maildir_resource --identifier akonadi_maildir_resource_0
philippe  2258  2132  0 14:11 ?        00:00:01 /usr/bin/akonadi_maildispatcher_agent --identifier akonadi_maildispatcher_agent
philippe  2259  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_mailfilter_agent --identifier akonadi_mailfilter_agent
philippe  2260  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_migration_agent --identifier akonadi_migration_agent
philippe  2262  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_newmailnotifier_agent --identifier akonadi_newmailnotifier_agent
philippe  2263  2132  0 14:11 ?        00:00:01 /usr/bin/akonadi_notes_agent --identifier akonadi_notes_agent
philippe  2282  2132  0 14:11 ?        00:00:01 /usr/bin/akonadi_sendlater_agent --identifier akonadi_sendlater_agent
philippe 22602  3066  0 16:24 pts/3    00:00:00 grep --color=auto 2132
philippe@philippe-N53Jg:~$ ps -edf|grep 2139
philippe  2139  2132  0 14:11 ?        00:00:00 akonadiserver
philippe  2140  2139  0 14:11 ?        00:00:04 /usr/sbin/mysqld --defaults-file=/home/philippe/.local/share/akonadi/mysql.conf --datadir=/home/philippe/.local/share/akonadi/db_data/ --socket=/tmp/akonadi-philippe.ggGvx8/mysql.socket
philippe 22606  3066  0 16:24 pts/3    00:00:00 grep --color=auto 2139
philippe@philippe-N53Jg:~$ ps -edf|grep 2235
philippe  2235  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_akonotes_resource --identifier akonadi_akonotes_resource_0
philippe 22356  1906  0 16:12 ?        00:00:00 file.so [kdeinit5] file local:/run/user/1000/klauncherXM1907.1.slave-socket local:/run/user/1000/dolphinPE2598.13.slave-socket
philippe 22611  3066  0 16:24 pts/3    00:00:00 grep --color=auto 2235
philippe@philippe-N53Jg:~$ ps -edf|grep 2236
philippe  2236  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_archivemail_agent --identifier akonadi_archivemail_agent
philippe 22613  3066  0 16:24 pts/3    00:00:00 grep --color=auto 2236
philippe@philippe-N53Jg:~$ ps -edf|grep 2237
philippe  2237  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_baloo_indexer --identifier akonadi_baloo_indexer
philippe 22618  3066  0 16:24 pts/3    00:00:00 grep --color=auto 2237
philippe@philippe-N53Jg:~$ ps -edf|grep 2238
philippe  2238  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_birthdays_resource --identifier akonadi_birthdays_resource
philippe 22623  3066  0 16:25 pts/3    00:00:00 grep --color=auto 2238
philippe@philippe-N53Jg:~$ ps -edf|grep 2239
philippe  2239  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_contacts_resource --identifier akonadi_contacts_resource_0
philippe 22626  3066  0 16:25 pts/3    00:00:00 grep --color=auto 2239
philippe@philippe-N53Jg:~$ ps -edf|grep 2240
philippe  2240  2132  0 14:11 ?        00:00:01 /usr/bin/akonadi_davgroupware_resource --identifier akonadi_davgroupware_resource_0
philippe  2651  1906 99 14:17 ?        02:07:16 http.so [kdeinit5] https local:/run/user/1000/klauncherXM1907.1.slave-socket local:/run/user/1000/akonadi_davgroupware_resource_0kn2240.3.slave-socket
philippe 22628  3066  0 16:25 pts/3    00:00:00 grep --color=auto 2240
philippe@philippe-N53Jg:~$ ps -edf|grep 2242
philippe  2242  2132  0 14:11 ?        00:00:01 /usr/bin/akonadi_followupreminder_agent --identifier akonadi_followupreminder_agent
philippe 22640  3066  0 16:25 pts/3    00:00:00 grep --color=auto 2242
philippe@philippe-N53Jg:~$ ps -edf|grep 2251
philippe  2251  2132  0 14:11 ?        00:00:01 /usr/bin/akonadi_googlecalendar_resource --identifier akonadi_googlecalendar_resource_6
philippe 22642  3066  0 16:26 pts/3    00:00:00 grep --color=auto 2251
philippe@philippe-N53Jg:~$ ps -edf|grep 2252
philippe  2252  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_ical_resource --identifier akonadi_ical_resource_0
root     22252     2  0 16:06 ?        00:00:00 [kworker/1:2]
philippe 22645  3066  0 16:26 pts/3    00:00:00 grep --color=auto 2252
philippe@philippe-N53Jg:~$ ps -edf|grep 2257
philippe  2257  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_maildir_resource --identifier akonadi_maildir_resource_0
philippe 22649  3066  0 16:26 pts/3    00:00:00 grep --color=auto 2257
philippe@philippe-N53Jg:~$ ps -edf|grep 2258
philippe  2258  2132  0 14:11 ?        00:00:01 /usr/bin/akonadi_maildispatcher_agent --identifier akonadi_maildispatcher_agent
philippe 22652  3066  0 16:26 pts/3    00:00:00 grep --color=auto 2258
philippe@philippe-N53Jg:~$ ps -edf|grep 2259
philippe  2259  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_mailfilter_agent --identifier akonadi_mailfilter_agent
philippe 22654  3066  0 16:26 pts/3    00:00:00 grep --color=auto 2259
philippe@philippe-N53Jg:~$ ps -edf|grep 2260
philippe  2260  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_migration_agent --identifier akonadi_migration_agent
philippe 22657  3066  0 16:26 pts/3    00:00:00 grep --color=auto 2260
philippe@philippe-N53Jg:~$ ps -edf|grep 2262
philippe  2262  2132  0 14:11 ?        00:00:00 /usr/bin/akonadi_newmailnotifier_agent --identifier akonadi_newmailnotifier_agent
philippe 22667  3066  0 16:27 pts/3    00:00:00 grep --color=auto 2262
philippe@philippe-N53Jg:~$ ps -edf|grep 2263
philippe  2263  2132  0 14:11 ?        00:00:01 /usr/bin/akonadi_notes_agent --identifier akonadi_notes_agent
philippe 22669  3066  0 16:27 pts/3    00:00:00 grep --color=auto 2263
philippe@philippe-N53Jg:~$ ps -edf|grep 2282
philippe  2282  2132  0 14:11 ?        00:00:01 /usr/bin/akonadi_sendlater_agent --identifier akonadi_sendlater_agent
philippe 22672  3066  0 16:27 pts/3    00:00:00 grep --color=auto 2282
philippe@philippe-N53Jg:~$ ps -edf|grep 2460
philippe  2460     1  0 14:13 ?        00:00:01 /opt/Citrix/ICAClient/selfservice --icaroot /opt/Citrix/ICAClient
philippe  2464  2460  0 14:13 ?        00:00:00 /opt/Citrix/ICAClient/AuthManagerDaemon
philippe  2465  2460  0 14:13 ?        00:00:08 /opt/Citrix/ICAClient/ServiceRecord
philippe 22676  3066  0 16:27 pts/3    00:00:00 grep --color=auto 2460
philippe@philippe-N53Jg:~$ ps -edf|grep 2464
philippe  2464  2460  0 14:13 ?        00:00:00 /opt/Citrix/ICAClient/AuthManagerDaemon
philippe 22679  3066  0 16:27 pts/3    00:00:00 grep --color=auto 2464
philippe@philippe-N53Jg:~$ ps -edf|grep 2465
philippe  2465  2460  0 14:13 ?        00:00:08 /opt/Citrix/ICAClient/ServiceRecord
philippe 22681  3066  0 16:27 pts/3    00:00:00 grep --color=auto 2465
philippe@philippe-N53Jg:~$ ps -edf|grep 2493
philippe  2493  1906  0 14:13 ?        00:00:00 /usr/lib/x86_64-linux-gnu/libexec/drkonqi -platform xcb -display :0 --appname kwin_x11 --apppath /usr/bin --signal 11 --pid 1966 --appversion 5.5.5 --programname KWin --bugaddress submit@bugs.kde.org --startupid 0
philippe 22691  3066  0 16:28 pts/3    00:00:00 grep --color=auto 2493
philippe@philippe-N53Jg:~$ ps -edf|grep 2598
philippe  2598  1906 28 14:14 ?        00:37:41 /usr/bin/dolphin /home/philippe/Dropbox/Philippe
philippe 22356  1906  0 16:12 ?        00:00:00 file.so [kdeinit5] file local:/run/user/1000/klauncherXM1907.1.slave-socket local:/run/user/1000/dolphinPE2598.13.slave-socket
philippe 22697  3066  0 16:28 pts/3    00:00:00 grep --color=auto 2598
philippe@philippe-N53Jg:~$ ps -edf|grep 26134
philippe 22703  3066  0 16:29 pts/3    00:00:00 grep --color=auto 26134
philippe@philippe-N53Jg:~$ ps -edf|grep 2651
philippe  2651  1906 99 14:17 ?        02:11:15 http.so [kdeinit5] https local:/run/user/1000/klauncherXM1907.1.slave-socket local:/run/user/1000/akonadi_davgroupware_resource_0kn2240.3.slave-socket
philippe 22706  3066  0 16:29 pts/3    00:00:00 grep --color=auto 2651
philippe@philippe-N53Jg:~$ ps -edf|grep 2898
philippe  2898     1  5 14:36 ?        00:06:23 /usr/lib/firefox/firefox
philippe 22710  3066  0 16:29 pts/3    00:00:00 grep --color=auto 2898
philippe@philippe-N53Jg:~$ ps -edf|grep 3020
philippe  3020     1  0 14:37 ?        00:00:16 konsole
philippe  3023  3020  0 14:37 pts/2    00:00:00 /bin/bash
philippe  3066  3020  0 14:38 pts/3    00:00:00 /bin/bash
philippe 22713  3066  0 16:29 pts/3    00:00:00 grep --color=auto 3020
philippe@philippe-N53Jg:~$ ps -edf|grep 22356
philippe 22356  1906  0 16:12 ?        00:00:00 file.so [kdeinit5] file local:/run/user/1000/klauncherXM1907.1.slave-socket local:/run/user/1000/dolphinPE2598.13.slave-socket
philippe 22719  3066  0 16:30 pts/3    00:00:00 grep --color=auto 22356
philippe@philippe-N53Jg:~$ ps -edf|grep 22466
philippe 22724  3066  0 16:30 pts/3    00:00:00 grep --color=auto 22466
philippe@philippe-N53Jg:~$  

en tapant le message d'erreur dans Google, cela renvoie à des forums Qt auxquels je ne comprends rien...
merci d'avance pour votre aide

Dernière modification par phleconte (Le 27/02/2017, à 16:50)


HP x360 1040 G8 / station d'accueil
KDE neon 5.26 kernel 6.5

Hors ligne

#34 Le 27/02/2017, à 20:25

moko138

Re : [résolu] répertoire tmp important

Les utilisateurs de KDE pourront te répondre plus précisément que moi, mais, à première vue, deux choses :

1) il semble que ta messagerie tente trop souvent de s'actualiser ; j'imagine, sans connaître KDE ni KRunner ni akonadi, que tu dois pouvoir régler l'intervalle facilement.
Cf. "Contrôler le serveur Akonadi" là : https://userbase.kde.org/Akonadi/fr.


2) Lignes récurrentes :

QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState

Donc en plus, ton système essaie de se connecter à un périphérique non connecté...


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#35 Le 27/02/2017, à 20:42

moko138

Re : [résolu] répertoire tmp important

3)

(...)/opt/Citrix/ICAClient/(...)

regarde aussi https://doc.ubuntu-fr.org/citrix#parame … ent_citrix.

Dernière modification par moko138 (Le 27/02/2017, à 20:42)


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#36 Le 27/02/2017, à 21:20

phleconte

Re : [résolu] répertoire tmp important

Merci pour ton message,

je regarde cela demain sur mon ordinateur du boulot.


HP x360 1040 G8 / station d'accueil
KDE neon 5.26 kernel 6.5

Hors ligne

#37 Le 27/02/2017, à 22:02

Bougron

Re : [résolu] répertoire tmp important

Bonsoir
Cela vaudrait probablement le coup que tu ouvres un bug dans bugzilla si tu t'en sens apte.
En effet internet ne semble pas bien connaitre ce message de boucle. ou, du moins, je ne trouve pas.

Dernière modification par Bougron (Le 27/02/2017, à 22:03)

Hors ligne

#38 Le 28/02/2017, à 02:55

moko138

Re : [résolu] répertoire tmp important

phleconte a écrit :

je regarde cela demain sur mon ordinateur du boulot.

Profites-en pour donner

cat /etc/fstab

et, quand le problème se produit,

mount

(à cause du "périphérique non connecté").


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#39 Le 28/02/2017, à 11:15

phleconte

Re : [résolu] répertoire tmp important

Bonjour,

j'ai éteint l'ordinateur hier soir et l'ai rallumé ce matin. Un nouveau fichier dans /tmp recommence à grossir, il est à 1.4 Go alors que le PC ne tourne que depuis 15 min.
voici les retours des commandes demandées:
fstab

philippe@philippe-N53Jg:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda6 during installation
UUID=4bc4f757-9926-4da6-bf76-972f7452f51f /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda7 during installation
UUID=b681b9c5-7fee-4df4-83c5-288cb8c48db2 /home           ext4    defaults        0       2
# swap was on /dev/sda8 during installation
UUID=8a690a47-d7d2-4dfb-9753-c4f2f58ee1fb none            swap    sw  

mount

philippe@philippe-N53Jg:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=3955676k,nr_inodes=988919,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=795836k,mode=755)
/dev/sda6 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)                                                                                        
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)                                                                                  
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
/dev/sda7 on /home type ext4 (rw,relatime,data=ordered)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=795836k,mode=700,uid=1000,gid=1000)
/dev/sda5 on /media/philippe/31DC-5122 type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
tmpfs on /run/user/118 type tmpfs (rw,nosuid,nodev,relatime,size=795836k,mode=700,uid=118,gid=126)
philippe@philippe-N53Jg:~$ 

et les 50 premières lignes du dit fichier qui retrouve exactement les mêmes lignes que celui d'hier

QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QIODevice::read (KTcpSocket): device not open
QIODevice::write (KTcpSocket): device not open
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState

Merci d'avance pour votre aide
édit : je viens d'arrêter le serveur akonadi et cela ne change rien, le fichier continue à grossir

Dernière modification par phleconte (Le 28/02/2017, à 11:33)


HP x360 1040 G8 / station d'accueil
KDE neon 5.26 kernel 6.5

Hors ligne

#40 Le 28/02/2017, à 11:27

Bougron

Re : [résolu] répertoire tmp important

Bonjour.
Peux-tu donner les cent dernières lignes actuelles afin de savoir s'il n'y a pas quelques lignes d'explication en plus.

dmesg | tail -100 

Dernière modification par Bougron (Le 28/02/2017, à 11:30)

Hors ligne

#41 Le 28/02/2017, à 11:35

phleconte

Re : [résolu] répertoire tmp important

Bonjour
voila le résultat

philippe@philippe-N53Jg:~$ dmesg | tail -100 
[ 1199.418390] wlp3s0: send auth to 54:4a:00:c8:2d:82 (try 1/3)
[ 1199.419841] wlp3s0: authenticated
[ 1199.422529] wlp3s0: associate with 54:4a:00:c8:2d:82 (try 1/3)
[ 1199.425396] cfg80211: World regulatory domain updated:
[ 1199.425402] cfg80211:  DFS Master region: unset
[ 1199.425404] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 1199.425407] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1199.425409] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1199.425411] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 1199.425413] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 1199.425416] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 1199.425418] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 1199.425421] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 1199.425423] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 1199.425662] wlp3s0: RX AssocResp from 54:4a:00:c8:2d:82 (capab=0x421 status=0 aid=10)
[ 1199.425787] wlp3s0: associated
[ 1199.426640] wlp3s0: Limiting TX power to 7 dBm as advertised by 54:4a:00:c8:2d:82
[ 1199.431582] ath: EEPROM regdomain: 0x80fa
[ 1199.431587] ath: EEPROM indicates we should expect a country code
[ 1199.431589] ath: doing EEPROM country->regdmn map search
[ 1199.431591] ath: country maps to regdmn code: 0x37
[ 1199.431593] ath: Country alpha2 being used: FR
[ 1199.431594] ath: Regpair used: 0x37
[ 1199.431596] ath: regdomain 0x80fa dynamically updated by country IE
[ 1199.431629] cfg80211: Regulatory domain changed to country: FR
[ 1199.431631] cfg80211:  DFS Master region: ETSI
[ 1199.431633] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 1199.431636] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1199.431638] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 1199.431642] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 1199.431644] cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[ 1199.431646] cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 1319.410106] wlp3s0: authenticate with 00:3a:98:29:e8:f2
[ 1319.434701] wlp3s0: send auth to 00:3a:98:29:e8:f2 (try 1/3)
[ 1319.437577] wlp3s0: authenticated
[ 1319.441610] cfg80211: World regulatory domain updated:
[ 1319.441615] cfg80211:  DFS Master region: unset
[ 1319.441616] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 1319.441620] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1319.441622] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1319.441624] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 1319.441626] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 1319.441628] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 1319.441630] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 1319.441632] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 1319.441634] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 1319.449379] wlp3s0: associate with 00:3a:98:29:e8:f2 (try 1/3)
[ 1319.452120] wlp3s0: RX AssocResp from 00:3a:98:29:e8:f2 (capab=0x421 status=0 aid=17)
[ 1319.452243] wlp3s0: associated
[ 1319.459189] ath: EEPROM regdomain: 0x80fa
[ 1319.459194] ath: EEPROM indicates we should expect a country code
[ 1319.459196] ath: doing EEPROM country->regdmn map search
[ 1319.459197] ath: country maps to regdmn code: 0x37
[ 1319.459198] ath: Country alpha2 being used: FR
[ 1319.459200] ath: Regpair used: 0x37
[ 1319.459202] ath: regdomain 0x80fa dynamically updated by country IE
[ 1319.459238] cfg80211: Regulatory domain changed to country: FR
[ 1319.459240] cfg80211:  DFS Master region: ETSI
[ 1319.459242] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 1319.459245] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1319.459247] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 1319.459249] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 1319.459251] cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[ 1319.459253] cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 1319.480784] wlp3s0: Limiting TX power to 11 dBm as advertised by 00:3a:98:29:e8:f2
[ 1977.286254] perf interrupt took too long (5002 > 5000), lowering kernel.perf_event_max_sample_rate to 25000
[ 2519.637736] wlp3s0: authenticate with 54:4a:00:c8:2d:82
[ 2519.652411] wlp3s0: send auth to 54:4a:00:c8:2d:82 (try 1/3)
[ 2519.698929] wlp3s0: send auth to 54:4a:00:c8:2d:82 (try 2/3)
[ 2519.704016] wlp3s0: authenticated
[ 2519.705803] wlp3s0: associate with 54:4a:00:c8:2d:82 (try 1/3)
[ 2519.716177] wlp3s0: RX AssocResp from 54:4a:00:c8:2d:82 (capab=0x421 status=0 aid=2)
[ 2519.716300] wlp3s0: associated
[ 2519.749828] wlp3s0: Limiting TX power to 7 dBm as advertised by 54:4a:00:c8:2d:82
[ 2520.153057] cfg80211: World regulatory domain updated:
[ 2520.153061] cfg80211:  DFS Master region: unset
[ 2520.153062] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 2520.153065] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 2520.153067] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 2520.153068] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 2520.153070] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 2520.153072] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 2520.153073] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 2520.153075] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 2520.153076] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 2520.199985] ath: EEPROM regdomain: 0x80fa
[ 2520.199989] ath: EEPROM indicates we should expect a country code
[ 2520.199990] ath: doing EEPROM country->regdmn map search
[ 2520.199992] ath: country maps to regdmn code: 0x37
[ 2520.199993] ath: Country alpha2 being used: FR
[ 2520.199994] ath: Regpair used: 0x37
[ 2520.199996] ath: regdomain 0x80fa dynamically updated by country IE
[ 2520.200026] cfg80211: Regulatory domain changed to country: FR
[ 2520.200027] cfg80211:  DFS Master region: ETSI
[ 2520.200028] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 2520.200030] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 2520.200033] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 2520.200034] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 2520.200036] cfg80211:   (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[ 2520.200037] cfg80211:   (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
philippe@philippe-N53Jg:~$ 

HP x360 1040 G8 / station d'accueil
KDE neon 5.26 kernel 6.5

Hors ligne

#42 Le 28/02/2017, à 11:43

Bougron

Re : [résolu] répertoire tmp important

Peux-tu stopper le WIFI histoire de savoir si ton fichier de log s'arrête aussi de grandir.

Hors ligne

#43 Le 28/02/2017, à 11:55

phleconte

Re : [résolu] répertoire tmp important

fait,
cela ne change rien, le fichier a pris 500Mo en 5 min avec le Wifi éteint


HP x360 1040 G8 / station d'accueil
KDE neon 5.26 kernel 6.5

Hors ligne

#44 Le 28/02/2017, à 13:06

moko138

Re : [résolu] répertoire tmp important

Peux-tu appliquer le #3 de LeoMajor (sans oublier le Ctrl c) ?


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#45 Le 28/02/2017, à 15:38

phleconte

Re : [résolu] répertoire tmp important

Rebonjour,

voici le inotify.log depuis le redémarrage du poste.

08:39:/tmp/dolphin.TJ6440:CLOSE_WRITE,CLOSE
09:03:/tmp/kate.TJ6532:CLOSE_WRITE,CLOSE
09:17:/tmp/tmp-ovc.xpi:CLOSE_WRITE,CLOSE
09:25:/tmp/tmp-ovc.xpi:CLOSE_WRITE,CLOSE
17:01:/tmp/tmpf5QtvtW:CLOSE_WRITE,CLOSE
25:32:/tmp/.glFs9ZVz:CLOSE_WRITE,CLOSE
27:33:/tmp/kscreenlocker_greet.MT8280:CLOSE_WRITE,CLOSE
36:44:/tmp/mozilla-temp-1768405726:CLOSE_WRITE,CLOSE
36:45:/tmp/mozilla-temp-1597122432:CLOSE_WRITE,CLOSE
46:53:/tmp/mozilla-temp-1597122432:CLOSE_WRITE,CLOSE
46:53:/tmp/mozilla-temp-33625280:CLOSE_WRITE,CLOSE
52:04:/tmp/mozilla-temp-33625280:CLOSE_WRITE,CLOSE
52:05:/tmp/mozilla-temp-1659833270:CLOSE_WRITE,CLOSE
03:22:/tmp/mozilla-temp-1659833270:CLOSE_WRITE,CLOSE
03:22:/tmp/mozilla-temp-1426275052:CLOSE_WRITE,CLOSE
03:35:/tmp/mozilla-temp-1426275052:CLOSE_WRITE,CLOSE
03:35:/tmp/mozilla-temp-1582062650:CLOSE_WRITE,CLOSE
15:55:/tmp/mozilla-temp-1582062650:CLOSE_WRITE,CLOSE
15:55:/tmp/mozilla-temp-788490013:CLOSE_WRITE,CLOSE
17:02:/tmp/tmpfAsz58Z:CLOSE_WRITE,CLOSE
17:26:/tmp/.gl2SfnaG:CLOSE_WRITE,CLOSE
17:58:/tmp/mozilla-temp-788490013:CLOSE_WRITE,CLOSE
17:58:/tmp/mozilla-temp-636425062:CLOSE_WRITE,CLOSE
23:16:/tmp/mozilla-temp-636425062:CLOSE_WRITE,CLOSE
23:16:/tmp/mozilla-temp-1605480178:CLOSE_WRITE,CLOSE

il ne se passe pas grand chose et un fichier (fileKCrQ6x) continue à grossir, actuellement 13 Go. Lors du redémarrage rendu obligatoire du fait de la taille du /tmp, j'ai utilisé un noyau 4.4.0-59 au lieu du 64 mais cela n'a rien changé.
édit : si on ne parvient pas à trouver le process qui fait enfler un fichier du /tmp, ne serait il pas possible de l'identifier au début d'une session et de le supprimer récursivement par une commande vers /dev/null ?ce ne serait pas élégant mais je pourrais travailler en attendant.

Dernière modification par phleconte (Le 28/02/2017, à 15:42)


HP x360 1040 G8 / station d'accueil
KDE neon 5.26 kernel 6.5

Hors ligne

#46 Le 28/02/2017, à 16:17

Bougron

Re : [résolu] répertoire tmp important

Utilises-tu "QT Creator" ?  => https://bugs.archlinux.org/task/45681
A voir aussi http://cep.xray.aps.anl.gov/software/qt … ocket.html ==> C'est donc bien dans les communications.

Dernière modification par Bougron (Le 28/02/2017, à 16:24)

Hors ligne

#47 Le 28/02/2017, à 16:23

moko138

Re : [résolu] répertoire tmp important

j'ai utilisé un noyau 4.4.0-59 au lieu du 64 mais cela n'a rien changé.

C'est justement ce que je voulais te proposer.  smile
  - -

redémarrage rendu obligatoire du fait de la taille du /tmp,

Non : il suffit de vider le fichier encombrant.
  - -
Et surtout, peux-tu finir d'appliquer le #3 ???


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#48 Le 28/02/2017, à 16:25

phleconte

Re : [résolu] répertoire tmp important

non désolé


HP x360 1040 G8 / station d'accueil
KDE neon 5.26 kernel 6.5

Hors ligne

#49 Le 28/02/2017, à 16:42

Bougron

Re : [résolu] répertoire tmp important

et cette commande qui donne la liste des process écrivant dans /tmp?

watch -n2 'sudo lsof +D /tmp'

Fais  simplement car ton fichier est au premier niveau

sudo lsof +d /tmp

  tu obtiens les caractéristiques

Dernière modification par Bougron (Le 28/02/2017, à 17:58)

Hors ligne

#50 Le 28/02/2017, à 17:32

phleconte

Re : [résolu] répertoire tmp important

Bien joué,

le premier fichier tant que tourne overgrive

[?1049h[1;42r(B[m[4l[?7h[H[2JToutes les 2,0s: sudo lsof +D /tmp[1;121HTue Feb 28 17:18:48 2017[3;1HCOMMAND     PID     USER   FD   TYPE[3;50HDEVICE    SIZE/OFF    NODE NAME
[4dsddm[12G1223     root   15u  unix 0xffff88022c918800[4;65H0t0   18903 /tmp/sddm-auth8f1e59c2-a6ed-428e-a482-845217671380 type=STREAM
[5dsddm[12G1223     root   16u  unix 0xffff88023db2d800[5;65H0t0   21042 /tmp/sddm-auth8f1e59c2-a6ed-428e-a482-845217671380 type=STREAM
[6dXorg[12G1250     root    3u  unix 0xffff88023df88800[6;65H0t0   18915 /tmp/.X11-unix/X0 type=STREAM
[7dstartkde   1561 philippe    1w   REG[7;53H8,6 18310741347 1575976 /tmp/filefEMNT0
[8dstartkde   1561 philippe    2w   REG[8;53H8,6 18310741467 1575976 /tmp/filefEMNT0
[9dssh-agent  1765 philippe    3u  unix 0xffff88023db2c400[9;65H0t0   21163 /tmp/ssh-7oEM7sOEeO0P/agent.1561 type=STREAM
[10dstart_kde  1834 philippe    1w   REG[10;53H8,6 18310821961 1575976 /tmp/filefEMNT0
[11dstart_kde  1834 philippe    2w   REG[11;53H8,6 18310822082 1575976 /tmp/filefEMNT0
[12dkdeinit5   1835 philippe    1w   REG[12;53H8,6 18310829142 1575976 /tmp/filefEMNT0
[13dkdeinit5   1835 philippe    2w   REG[13;53H8,6 18310829263 1575976 /tmp/filefEMNT0
[14dklauncher  1836 philippe    1w   REG[14;53H8,6 18310839997 1575976 /tmp/filefEMNT0
[15dklauncher  1836 philippe    2w   REG[15;53H8,6 18310840118 1575976 /tmp/filefEMNT0
[16dkded5[12G1838 philippe    1w   REG[16;53H8,6 18310860371 1575976 /tmp/filefEMNT0
[17dkded5[12G1838 philippe    2w   REG[17;53H8,6 18310860371 1575976 /tmp/filefEMNT0
[18dkwrapper5  1852 philippe    1w   REG[18;53H8,6 18310879530 1575976 /tmp/filefEMNT0
[19dkwrapper5  1852 philippe    2w   REG[19;53H8,6 18310879576 1575976 /tmp/filefEMNT0
[20dkaccess    1853 philippe    1w   REG[20;53H8,6 18310888882 1575976 /tmp/filefEMNT0
[21dkaccess    1853 philippe    2w   REG[21;53H8,6 18310888928 1575976 /tmp/filefEMNT0
[22dksmserver  1858 philippe    1w   REG[22;53H8,6 18310898735 1575976 /tmp/filefEMNT0
[23dksmserver  1858 philippe    2w   REG[23;53H8,6 18310898781 1575976 /tmp/filefEMNT0
[24dksmserver  1858 philippe   10u  unix 0xffff880217674400[24;65H0t0   21464 /tmp/.ICE-unix/1858 type=STREAM
[25dkactivity  1903 philippe    1w   REG[25;53H8,6 18310924165 1575976 /tmp/filefEMNT0
[26dkactivity  1903 philippe    2w   REG[26;53H8,6 18310924286 1575976 /tmp/filefEMNT0
[27dkwin_x11   1920 philippe    1w   REG[27;53H8,6 18310949336 1575976 /tmp/filefEMNT0
[28dkwin_x11   1920 philippe    2w   REG[28;53H8,6 18310949382 1575976 /tmp/filefEMNT0
[29dkrunner    1934 philippe    1w   REG[29;53H8,6 18310964913 1575976 /tmp/filefEMNT0
[30dkrunner    1934 philippe    2w   REG[30;53H8,6 18310965034 1575976 /tmp/filefEMNT0
[31dplasmashe  1939 philippe    1w   REG[31;53H8,6 18310991086 1575976 /tmp/filefEMNT0
[32dplasmashe  1939 philippe    2w   REG[32;53H8,6 18310991132 1575976 /tmp/filefEMNT0
[33dpolkit-kd  1947 philippe    1w   REG[33;53H8,6 18311009836 1575976 /tmp/filefEMNT0
[34dpolkit-kd  1947 philippe    2w   REG[34;53H8,6 18311009957 1575976 /tmp/filefEMNT0
[35dxembedsni  1955 philippe    1w   REG[35;53H8,6 18311019068 1575976 /tmp/filefEMNT0
[36dxembedsni  1955 philippe    2w   REG[36;53H8,6 18311019188 1575976 /tmp/filefEMNT0
[37dcairo-doc  1963 philippe    1w   REG[37;53H8,6 18311035888 1575976 /tmp/filefEMNT0
[38dcairo-doc  1963 philippe    2w   REG[38;53H8,6 18311036009 1575976 /tmp/filefEMNT0
[39dovergrive  1967 philippe    1w   REG[39;53H8,6 18311045287 1575976 /tmp/filefEMNT0
[40dovergrive  1967 philippe    2w   REG[40;53H8,6 18311045407 1575976 /tmp/filefEMNT0
[41dat-spi-bu  1968 philippe    1w   REG[41;53H8,6 18311047912 1575976 /tmp/filefEMNT0
[42dat-spi-bu  1968 philippe    2w   REG[42;53H8,6 18311047912 1575976 /tmp

et le second après l'avoir quitté

[?1049h[1;42r(B[m[4l[?7h[H[2JToutes les 2,0s: sudo lsof +D /tmp[1;121HTue Feb 28 17:22:39 2017[3;1HCOMMAND     PID     USER   FD   TYPE[3;50HDEVICE    SIZE/OFF    NODE NAME
[4dsddm[12G1223     root   15u  unix 0xffff88022c918800[4;65H0t0   18903 /tmp/sddm-auth8f1e59c2-a6ed-428e-a482-845217671380 type=STREAM
[5dsddm[12G1223     root   16u  unix 0xffff88023db2d800[5;65H0t0   21042 /tmp/sddm-auth8f1e59c2-a6ed-428e-a482-845217671380 type=STREAM
[6dXorg[12G1250     root    3u  unix 0xffff88023df88800[6;65H0t0   18915 /tmp/.X11-unix/X0 type=STREAM
[7dstartkde   1561 philippe    1w   REG[7;53H8,6 19075038589 1575976 /tmp/filefEMNT0
[8dstartkde   1561 philippe    2w   REG[8;53H8,6 19075038636 1575976 /tmp/filefEMNT0
[9dssh-agent  1765 philippe    3u  unix 0xffff88023db2c400[9;65H0t0   21163 /tmp/ssh-7oEM7sOEeO0P/agent.1561 type=STREAM
[10dstart_kde  1834 philippe    1w   REG[10;53H8,6 19075119584 1575976 /tmp/filefEMNT0
[11dstart_kde  1834 philippe    2w   REG[11;53H8,6 19075119705 1575976 /tmp/filefEMNT0
[12dkdeinit5   1835 philippe    1w   REG[12;53H8,6 19075126719 1575976 /tmp/filefEMNT0
[13dkdeinit5   1835 philippe    2w   REG[13;53H8,6 19075126765 1575976 /tmp/filefEMNT0
[14dklauncher  1836 philippe    1w   REG[14;53H8,6 19075138576 1575976 /tmp/filefEMNT0
[15dklauncher  1836 philippe    2w   REG[15;53H8,6 19075138622 1575976 /tmp/filefEMNT0
[16dkded5[12G1838 philippe    1w   REG[16;53H8,6 19075159210 1575976 /tmp/filefEMNT0
[17dkded5[12G1838 philippe    2w   REG[17;53H8,6 19075159330 1575976 /tmp/filefEMNT0
[18dkwrapper5  1852 philippe    1w   REG[18;53H8,6 19075178034 1575976 /tmp/filefEMNT0
[19dkwrapper5  1852 philippe    2w   REG[19;53H8,6 19075178155 1575976 /tmp/filefEMNT0
[20dkaccess    1853 philippe    1w   REG[20;53H8,6 19075187386 1575976 /tmp/filefEMNT0
[21dkaccess    1853 philippe    2w   REG[21;53H8,6 19075187433 1575976 /tmp/filefEMNT0
[22dksmserver  1858 philippe    1w   REG[22;53H8,6 19075197907 1575976 /tmp/filefEMNT0
[23dksmserver  1858 philippe    2w   REG[23;53H8,6 19075197954 1575976 /tmp/filefEMNT0
[24dksmserver  1858 philippe   10u  unix 0xffff880217674400[24;65H0t0   21464 /tmp/.ICE-unix/1858 type=STREAM
[25dkactivity  1903 philippe    1w   REG[25;53H8,6 19075223746 1575976 /tmp/filefEMNT0
[26dkactivity  1903 philippe    2w   REG[26;53H8,6 19075223792 1575976 /tmp/filefEMNT0
[27dkwin_x11   1920 philippe    1w   REG[27;53H8,6 19075250846 1575976 /tmp/filefEMNT0
[28dkwin_x11   1920 philippe    2w   REG[28;53H8,6 19075251013 1575976 /tmp/filefEMNT0
[29dkrunner    1934 philippe    1w   REG[29;53H8,6 19075269383 1575976 /tmp/filefEMNT0
[30dkrunner    1934 philippe    2w   REG[30;53H8,6 19075269383 1575976 /tmp/filefEMNT0
[31dplasmashe  1939 philippe    1w   REG[31;53H8,6 19075282289 1575976 /tmp/filefEMNT0
[32dplasmashe  1939 philippe    2w   REG[32;53H8,6 19075282363 1575976 /tmp/filefEMNT0
[33dpolkit-kd  1947 philippe    1w   REG[33;53H8,6 19075289256 1575976 /tmp/filefEMNT0
[34dpolkit-kd  1947 philippe    2w   REG[34;53H8,6 19075289303 1575976 /tmp/filefEMNT0
[35dxembedsni  1955 philippe    1w   REG[35;53H8,6 19075292930 1575976 /tmp/filefEMNT0
[36dxembedsni  1955 philippe    2w   REG[36;53H8,6 19075292930 1575976 /tmp/filefEMNT0
[37dcairo-doc  1963 philippe    1w   REG[37;53H8,6 19075301781 1575976 /tmp/filefEMNT0
[38dcairo-doc  1963 philippe    2w   REG[38;53H8,6 19075301781 1575976 /tmp/filefEMNT0
[39dat-spi-bu  1968 philippe    1w   REG[39;53H8,6 19075303331 1575976 /tmp/filefEMNT0
[40dat-spi-bu  1968 philippe    2w   REG[40;53H8,6 19075303405 1575976 /tmp/filefEMNT0
[41ddbus-daem  1975 philippe    1w   REG[41;53H8,6 19075304286 1575976 /tmp/filefEMNT0
[42ddbus-daem  1975 philippe    2w   REG[42;53H8,6 19075304333 1575976 /tmp

tous ces process alimentent le fichier qui grossit (filefEMNT0), ce que je ne comprend pas c'est comme s'ils cherchaient à démarrer KDE alors qu'il tourne pourtant...
On avance !


HP x360 1040 G8 / station d'accueil
KDE neon 5.26 kernel 6.5

Hors ligne