View Single Post
Old 01-21-2024, 05:52 PM   #264
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@bitfreak: There's no limit, that's just not the right syntax . (So what's happening with what you quoted is that it's just attempting to use the default path twice, which obviously doesn't work. c.f., logread, you'll see the error messages).

Specifically, -d is not a suboption, it only takes a single value, the amount of lines.
The pipe's path can only be customized via an env var.

Code:
FBINK_NAMED_PIPE=/tmp/root/fb_1 fbink -y -14 -d 2
FBINK_NAMED_PIPE=/tmp/root/fb_2 fbink -y -20 -d 5

Last edited by NiLuJe; 01-21-2024 at 05:54 PM.
NiLuJe is offline   Reply With Quote