Привет.
Есть физический сервер с Oracle Linux 7.5, с ядром uek-5 и с последними обновами.
Набрал простую команду по ssh:
grep -r -i RETP /sys/*
и после этого сервер завис полностью. Сказать, что я был в шоке — ничего не сказать.
Последнее в консоли:
grep: /sys/kernel/slab/:a-0000056/free_calls: Function not implemented
grep: /sys/kernel/slab/skbuff_head_cache/alloc_calls: Function not implemented
grep: /sys/kernel/slab/skbuff_head_cache/free_calls: Function not implemented
grep: /sys/kernel/slab/task_struct/alloc_calls: Function not implemented
grep: /sys/kernel/slab/task_struct/free_calls: Function not implemented
grep: /sys/kernel/slab/:d-0000016/alloc_calls: Function not implemented
grep: /sys/kernel/slab/:d-0000016/free_calls: Function not implemented
grep: /sys/kernel/slab/:0000232/alloc_calls: Function not implemented
grep: /sys/kernel/slab/:0000232/free_calls: Function not implemented
grep: /sys/kernel/slab/:0000128/alloc_calls: Function not implemented
grep: /sys/kernel/slab/:0000128/free_calls: Function not implemented
grep: /sys/kernel/slab/kmem_cache_node/alloc_calls: Function not implemented
grep: /sys/kernel/slab/kmem_cache_node/free_calls: Function not implemented
grep: /sys/kernel/slab/:a-0000064/alloc_calls: Function not implemented
grep: /sys/kernel/slab/:a-0000064/free_calls: Function not implemented
grep: /sys/kernel/slab/:0005888/alloc_calls: Function not implemented
grep: /sys/kernel/slab/:0005888/free_calls: Function not implemented
ssh завис, консоль через ILO была просто чёрной.
Что я сделал не так? Как через grep я мог положить систему? На вируталке с такой же ОС не смог воспроизвести проблему. А это был почти prod, к счастью, сервер пока новый и только билдится.
P.S> grep запускать через sudo.