termcoin icon indicating copy to clipboard operation
termcoin copied to clipboard

Log panel empty on OpenBSD

Open jturner opened this issue 10 years ago • 1 comments

The logs panel is empty for me on OpenBSD. Tested with node 0.10.24 and 0.10.25. I have a debug.log file with lots of data in $HOME/.bitcoin which is 600 and owned by the same user running termcoin.

Debugging suggestions?

jturner avatar Feb 04 '14 02:02 jturner

That's very strange. If you want to, you can yank the tail -f function from termcoin: https://github.com/chjj/termcoin/blob/master/bin/termcoin#L2154

Set it up in a separate script and see if you get output from that file. You could also check to make sure termcoin is pointed at the right file.

chjj avatar Feb 21 '14 03:02 chjj