You are not logged in.

#1 2024-10-20 13:46:36

gcb
Member
Registered: 2014-02-12
Posts: 168

zstd: error 70 : Write error : cannot write block : Broken pipe

I'm getting Broken Pipe error during `mkinitcpio`. Always after the 'running kms hook'.

Doesn't seem to cause any problems, but i'd like to solve it as issues on mkinitcpio can be annoying if they break boot. mkinitcpio exits with $?=0 just fine.


I cannot think why I would get a broken pipe on zstd... is there any case where zstd output is sent to head|tail or something that doesn't care about the full output?!

Offline

#2 2024-10-20 14:20:06

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 710
Website

Re: zstd: error 70 : Write error : cannot write block : Broken pipe

You could try to run mkinitcpio with the --verobose option and if that does not help dirtily insert a "set -o xtrace" to the start of the script. Also do you have enough space on your boot partition?

Offline

Board footer

Powered by FluxBB