Új hozzászólás Aktív témák

  • _Soma77_

    tag

    válasz Buvana #797 üzenetére

    nem tudom, mi lehet az oka, de a /system mindenkinél más-és más, mivel fel-le települhetnek cuccok, főleg ha van root a gépen. Egy root-olt gépen mindenki megbízik azokban az app-okban, amik root-joggal futnak, de tudni csak kevesen tudják, mi hova épül be, és milyen módosításokat hajtanak végre a /system-en. Így kitalálni, hogy mi lehet az oka, szvsz nem könnyű (ha egyáltalán lehetséges)

    és elvileg a broken-pipe sem lehet gond, ha nincs más probléma.

    (gzip complains with Broken pipe

    If you use the commands described above to extract a tar.gz file, gzip sometimes emits a Broken pipe error message. This can safely be ignored if tar extracted all files without any other error message.

    The reason for this error message is that tar stops reading at the logical end of the tar file (a block of zeroes) which is not always the same as its physical end. gzip then is no longer able to write the rest of the tar file into the pipe which has been closed.

    This problem occurs only with some shells, mainly bash. These shells report the SIGPIPE signal to the user, but most others (such as tcsh) silently ignore the pipe error.

    You can easily reproduce the same error message with programs other than gzip and tar, for example:
    cat /dev/zero | dd bs=1 count=1

    forrás: [link]
    )

Új hozzászólás Aktív témák