Bonjour
J’ai un serveur Olimex Lime 2 tournant sous debian stable (yunohost) en autohébergement derrière une freebox (mini 4K)
admin@crust:~$ cat /etc/debian_version
11.6
admin@crust:~$
admin@crust:~$ uname -a
Linux crust.ovh 5.10.105-olimex #072307 SMP Wed Oct 12 07:24:41 UTC 2022 armv7l GNU/Linux
admin@crust:~$
admin@crust:~$ sudo yunohost -v
yunohost:
repo: stable
version: 11.0.10.2
yunohost-admin:
repo: stable
version: 11.0.11
moulinette:
repo: stable
version: 11.0.9
ssowat:
repo: stable
version: 11.0.9
admin@crust:~$
admin@crust:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 447M 0 447M 0% /dev
tmpfs 100M 12M 89M 12% /run
/dev/sda1 117G 75G 36G 68% /
tmpfs 500M 0 500M 0% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 100M 0 100M 0% /run/user/1007
admin@crust:~$
admin@crust:~$ free
total used free shared buff/cache available
Mem: 1022188 200000 520396 14596 301792 783328
Swap: 2097148 0 2097148
Il fonctionne bien mais il plante en général une fois par jour. Plus d’accès au serveur de mail, ni à serveur internet, ni d’accès via ssh
Je ne sais trop où chercher dans les logs les éventuelles pistes de résolution de ce plantage
admin@crust:~$ sudo dmesg | egrep 'fail|err|warn|firm'
[ 0.858951] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 1.333268] sdhci: Copyright(c) Pierre Ossman
[ 8.459322] EXT4-fs (sda1): re-mounted. Opts: commit=600,errors=remount-ro
[ 11.163763] random: 7 urandom warning(s) missed due to ratelimiting
[ 12.067790] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
[ 12.724358] lcd_olinuxino 2-0050: error reading from device at 00
Et smartctl
admin@crust:~$ sudo smartctl -a /dev/sda
smartctl 7.2 2020-12-30 r5155 [armv7l-linux-5.10.105-olimex] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Phison Driven OEM SSDs
Device Model: SPCC Solid State Disk
Serial Number: 115E07060CCD00047974
Firmware Version: SBFM61.3
User Capacity: 128,035,676,160 bytes [128 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device
Form Factor: 2.5 inches
TRIM Command: Available
Device is: In smartctl database [for details use: -P show]
ATA Version is: ACS-4 (minor revision not indicated)
SATA Version is: SATA 3.2, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is: Thu Dec 22 11:29:54 2022 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (65535) seconds.
Offline data collection
capabilities: (0x79) SMART execute Offline immediate.
No Auto Offline data collection support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 30) minutes.
Conveyance self-test routine
recommended polling time: ( 6) minutes.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000b 100 100 050 Pre-fail Always - 0
9 Power_On_Hours 0x0012 100 100 000 Old_age Always - 17412
12 Power_Cycle_Count 0x0012 100 100 000 Old_age Always - 79
168 SATA_Phy_Error_Count 0x0012 100 100 000 Old_age Always - 0
170 Bad_Blk_Ct_Erl/Lat 0x0003 100 100 000 Pre-fail Always - 0/60
173 MaxAvgErase_Ct 0x0012 100 100 000 Old_age Always - 60 (Average 24)
192 Unsafe_Shutdown_Count 0x0012 100 100 000 Old_age Always - 78
194 Temperature_Celsius 0x0023 067 067 000 Pre-fail Always - 33 (Min/Max 33/33)
218 CRC_Error_Count 0x000b 100 100 050 Pre-fail Always - 0
231 SSD_Life_Left 0x0013 100 100 000 Pre-fail Always - 99
241 Lifetime_Writes_GiB 0x0012 100 100 000 Old_age Always - 593
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed without error 00% 2069 -
SMART Selective self-test log data structure revision number 0
Note: revision number not 1 implies that no selective self-test has ever been run
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
Quand il crashe, plus aucun accès. Le rj45 le reliant à la box clignote de temps en temps c’est tout ce que je peux dire. Pour le rebooter, je le débranche et le rebranche.
Merci d’avance
Donc si quelqu’un a des pistes , je suis preneur.