-
hyc
-
hyc
seems like it still has 5 years of security updates for it tho so we prob don't need to take action at this point
-
gingeropolous
for a price
-
xmr-pr
bjacquin opened pull request #8717: compatibility with boost 1.81.0
-
xmr-pr
-
gingeropolous
hrm, was syncing recent master: Height: 2657424/2801893 (94.8%) on mainnet, not mining, net hash 2.72 GH/s, v14, 12(out)+0(in) connections, uptime 6d 3h 56m 5s
-
gingeropolous
it fully syncd before, but i wanted to test running it with a high log level daemonized, as opposed to spitting out the logs to screen
-
hyc
any errors in logs?
-
gingeropolous
nothing in the active stream, and grepping my log files is doing this thing "Binary file bitmonero.log-2023-01-16-13-26-29 matches"
-
gingeropolous
unleash the cat
-
sech1
"binary file matches" is grep's way of telling there are non-ASCII characters in the log
-
hyc
yes but there shouldn't be any
-
hyc
unless the terminal control sequences for color/bold are getting logged
-
sech1
it's probably 0x00 bytes
-
sech1
after monerod crash or something like this
-
gingeropolous
ok well nano to the rescue
-
gingeropolous
"2023-01-16 13:14:43.275 [P2P6] ERROR net.cn src/cryptonote_protocol/cryptonote_protocol_handler.inl:1714 [x.x.x.x:18080 OUT] Failed to request missing objects, dropping connection
-
gingeropolous
just randomly selecting a logfile and searching
-
gingeropolous
ah i could use the other thing... the one line awk there it is.
-
gingeropolous
damn i need chatgpt
-
moneromoooo
-a treats as ASCII
-
moneromoooo
Binary crap can get logged if there is access races and flushes happen at byte boundaries.
-
moneromoooo
If you log utf8 anyway.
-
moneromoooo
I *think* it cannot happen with just one process now though, you'd have to have two daemons.
-
moneromoooo
Which happens as soon as you run one daemon to send a command to another.
-
gingeropolous
danke
-
moneromoooo
Very small chance though.
-
gingeropolous
only have one instance going
-
gingeropolous
CPU is also 100% mining using xmrig. monerod niced to the background
-
sech1
it should the other way around
-
sech1
xmrig niced and monerod running at normal priority
-
gingeropolous
wait u might be correct :P
-
gingeropolous
it is that way. well close to it. xmrig is 19 and monerod is 0
-
moneromoooo
Nice.
-
» moneromoooo runs
-
moneromoooo
(at -19)
-
gingeropolous
lulz
-
gingeropolous
well im an idiot. out of space. carry on folks
-
gingeropolous
thats what happens when u let it make 1 gig log files
-
gingeropolous
don't drink too much coffee
-
gingeropolous
hrm. can i figure out how to make that error appear when the status command is invoked..... mebbe tonight