Fifa-Memo.com

could not open fifo 2

by Jazmyn Pacocha Published 2 years ago Updated 2 years ago
image

Hice lo que me dijo, conecte la impresora por el cable USB y si funcionó, luego lo desconecté y trate por WiFi y nada otra vez el mismo mensaje de Couldn't open fifo (2). Despues volvi a instalar el controlador que baje de la pagina que me paso y siguió igual, no se que hacer porque so solo se imprime de esta computadora.

Full Answer

alexdobin commented on Jul 16, 2019

please try to create a fifo file with mkfifo tmp.fifo in the run directory, if it works, than the problem is somewhere else. Also, please try to uncompress the fastq file first and map without the --readFilesCommand option, which will not use fifo files.

alexdobin commented on Jul 22, 2019

thanks a lot for the investigations. I can try to add the shebang line to the readsCommand_read1/2 scripts, as it seems to me the most common cause for the execlp errno=8 'Exec format error'.

alexdobin commented on Jul 22, 2019

I was looking at the code and realized that this had been implemented already. :) Please try --sysShell /bin/sh (or whatever shell works as shebang on your system). This will add #!/bin/sh to the readsCommand_read1/2 scripts.

image
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9