[SOLVED] frozen console apps 19 September 2020, 18:48:35 hi allsome times when I run CLI apps they just freeze Examples:doesn't workCode: [Select]moc cowsay lolcat figlet does workCode: [Select]asciiquarium neofetchany suggestions why? Last Edit: 19 September 2020, 19:19:34 by YvesSaintYuran
Re: frozen console apps Reply #1 – 19 September 2020, 18:50:37 How do you know they are frozen?Many cli programs when you start them with no additional argument or through pipe will wait for input from atdin (from user or program)
Re: frozen console apps Reply #2 – 19 September 2020, 19:06:30 Quote from: SGOrava – on 19 September 2020, 18:50:37How do you know they are frozen?Many cli programs when you start them with no additional argument or through pipe will wait for input from atdin (from user or program)because I have experience of using them on different distros, if you look closely at the screenshot I've attached, you can see the runtime before I kill, and those are lightweight programs that should run immediately
Re: frozen console apps Reply #3 – 19 September 2020, 19:09:38 cowsay is just waiting for inputrun cowsay, write something, press ENTER and than CTRL+Dworks fine for me 1 Likes
Re: frozen console apps Reply #4 – 19 September 2020, 19:11:54 plus I believe moc is not something you wish to run with no arguments.moc is some code generator for Qt. 1 Likes
Re: frozen console apps Reply #5 – 19 September 2020, 19:18:30 Quote from: SGOrava – on 19 September 2020, 19:09:38cowsay is just waiting for inputrun cowsay, write something, press ENTER and than CTRL+Dworks fine for meyou are 100% thanks