Trouver une erreur journaux système

Postez ici toutes vos demandes d’assistance générale concernant le fonctionnement de Linux Mint, qui n'entrent pas dans les autres rubriques.
Avatar du membre
Robinwood
Messages : 6790
Enregistré le : mar. 28 juil. 2015 20:30
Localisation : Auvergne

Trouver une erreur journaux système

Message par Robinwood »

Bonjour à toutes, tous et les autres,
j'ai évoqué sur le forum que mon portable asus x751ma planté, l'écran figé, même la souris.
Hard-reeboot obligé.
Environ tout les jours, ce matin c'est arrivé à 10 heures 52 ou 53.
Dans journaux système à 10h52:

Code : Tout sélectionner

X751MA anacron[23772]: Normal exit (0 jobs run)
ImageImage
Si vous avez une piste, moi je n'y comprend rien :oops: :?: .
Ou des idées, je suis preneur ;) .
Modifié en dernier par Robinwood le sam. 27 févr. 2016 16:03, modifié 2 fois.
Intel nuc8i3phn Xero Linux
Packard Bell Imedia S2110 6Go RAM
linux mint 21 xfce
Firefox Audacious Dragon player
Avatar du membre
Robinwood
Messages : 6790
Enregistré le : mar. 28 juil. 2015 20:30
Localisation : Auvergne

Re: Trouver une erreur journaux système

Message par Robinwood »

Bonjour Tedsc,
je n'ai pas ufw ni gufw.
Dans mes recherches, j'ai trouvé:http://www.howtoeverything.net/linux/ha ... sd-upgrade
J'ai suivi "How to fix it (1. attempt)", à suivre.
Intel nuc8i3phn Xero Linux
Packard Bell Imedia S2110 6Go RAM
linux mint 21 xfce
Firefox Audacious Dragon player
Avatar du membre
mpat
Messages : 7827
Enregistré le : mar. 25 août 2015 21:12
Localisation : Belgique

Re: Trouver une erreur journaux système

Message par mpat »

c'est toi qui a lancé rsyslod ?
Clevo P775DM3-G
I7 -7700k (quad-core (8 threads) 4.2-4.5 ghz
ram 64go DDR4
Nvidia gtx 1080 8go GDDR5X
2 x ssd 500go m.2 Samsung + 2 to ssd Samsung
Lmint 18.3 Cinnamon 64bit, kernel 4.13.0-45
Avatar du membre
Robinwood
Messages : 6790
Enregistré le : mar. 28 juil. 2015 20:30
Localisation : Auvergne

Re: Trouver une erreur journaux système

Message par Robinwood »

Bonjour Mpat,
je n'ai pas lancé rsyslod, à moins que se soit le trim activé à chaque démarrage, si rapport.
Intel nuc8i3phn Xero Linux
Packard Bell Imedia S2110 6Go RAM
linux mint 21 xfce
Firefox Audacious Dragon player
Avatar du membre
mpat
Messages : 7827
Enregistré le : mar. 25 août 2015 21:12
Localisation : Belgique

Re: Trouver une erreur journaux système

Message par mpat »

c'est toi qui as installé anacron ? et envoyé une tâche avant ton plantage
Clevo P775DM3-G
I7 -7700k (quad-core (8 threads) 4.2-4.5 ghz
ram 64go DDR4
Nvidia gtx 1080 8go GDDR5X
2 x ssd 500go m.2 Samsung + 2 to ssd Samsung
Lmint 18.3 Cinnamon 64bit, kernel 4.13.0-45
Avatar du membre
Robinwood
Messages : 6790
Enregistré le : mar. 28 juil. 2015 20:30
Localisation : Auvergne

Re: Trouver une erreur journaux système

Message par Robinwood »

https://sites.google.com/site/easylinuxtipsproject/ssd
J'ai appliqué les paragraphes 8 et 8.1 et 8.1.1.
Intel nuc8i3phn Xero Linux
Packard Bell Imedia S2110 6Go RAM
linux mint 21 xfce
Firefox Audacious Dragon player
Avatar du membre
mpat
Messages : 7827
Enregistré le : mar. 25 août 2015 21:12
Localisation : Belgique

Re: Trouver une erreur journaux système

Message par mpat »

anac.png
Clevo P775DM3-G
I7 -7700k (quad-core (8 threads) 4.2-4.5 ghz
ram 64go DDR4
Nvidia gtx 1080 8go GDDR5X
2 x ssd 500go m.2 Samsung + 2 to ssd Samsung
Lmint 18.3 Cinnamon 64bit, kernel 4.13.0-45
Avatar du membre
Robinwood
Messages : 6790
Enregistré le : mar. 28 juil. 2015 20:30
Localisation : Auvergne

Re: Trouver une erreur journaux système

Message par Robinwood »

Merci, mais j'y comprend rien :D .
Si tu pouvais éclairer ma lanterne.
Intel nuc8i3phn Xero Linux
Packard Bell Imedia S2110 6Go RAM
linux mint 21 xfce
Firefox Audacious Dragon player
Avatar du membre
mpat
Messages : 7827
Enregistré le : mar. 25 août 2015 21:12
Localisation : Belgique

Re: Trouver une erreur journaux système

Message par mpat »

Tu as créer une tâche cron pour ton ssd dans ce genre ?

#!/bin/sh
# call fstrim-all to trim all mounted file systems which support it set -e
#
# This only runs on Intel and Samsung SSDs by default, as some SSDs with
# faulty firmware may encounter data loss when running fstrim under high I/O
# load (e. g. https://launchpad.net/bugs/1259829" onclick="window.open(this.href);return false;). You can append the
# --no-model-check option here to disable the vendor check and run fstrim on
# all SSD drives Like this (remove the hash):
#exec fstrim-all --no-model-check exec fstrim-all
+
sudo chmod +x /etc/cron.daily/trim
Clevo P775DM3-G
I7 -7700k (quad-core (8 threads) 4.2-4.5 ghz
ram 64go DDR4
Nvidia gtx 1080 8go GDDR5X
2 x ssd 500go m.2 Samsung + 2 to ssd Samsung
Lmint 18.3 Cinnamon 64bit, kernel 4.13.0-45
Avatar du membre
Robinwood
Messages : 6790
Enregistré le : mar. 28 juil. 2015 20:30
Localisation : Auvergne

Re: Trouver une erreur journaux système

Message par Robinwood »

/etc/crontab:

Code : Tout sélectionner

# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user	command
17 *	* * *	root    cd / && run-parts --report /etc/cron.hourly
25 6	* * *	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6	* * 7	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6	1 * *	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
/etc/rc.local:

Code : Tout sélectionner

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
fstrim /
exit 0
et

Code : Tout sélectionner

sudo mv -v /etc/cron.weekly/fstrim /fstrim
Intel nuc8i3phn Xero Linux
Packard Bell Imedia S2110 6Go RAM
linux mint 21 xfce
Firefox Audacious Dragon player
Répondre