-
d4ndo[m]
-
d4ndo[m]
15 kWh
-
hyc
if it's 15kwh just to power the chip, add another 2x that for cooling :P
-
lithiumpt
anyone running monerod on archlinux? seems like executing systemctl stop monerod instantly sends a SIGKILL instead of SIGTERM (this is probably arch specific, but maybe someone noticed the same issue)
-
dsc_
lithiumpt: systemd should allow monerod some more time to close itself.
-
dsc_
TimeoutStopSec=5 <== will send SIGTERM, wait for 2 sec, if its not gone yet, SIGKILL
-
dsc_
s/2/5/
-
lithiumpt
the package's default service file does not specify that variable, which means it should use the default 90 scs
-
lithiumpt
*secs
-
artefact
works fine for me
-
lithiumpt
unless it is taking more than 90 secs to stop...
-
lithiumpt
which shouldn't be the case
-
lithiumpt
actually it does even take 3secs from the systemctl stop to return to shell
-
lithiumpt
and shows a bunch of sigkills on the log
-
lithiumpt
ok, i'll try investigating further
-
lithiumpt
just asking as it may be a known issue
-
lithiumpt
*have been
-
dsc_
Paste sigkill log
-
lithiumpt
i think i found the issue
-
lithiumpt
im running zramswap
-
lithiumpt
with zramswap disable it works fine
-
lithiumpt
let me try lowering the batch size
-
Bratwurst
!help
-
EmmetBrown
Guys, I'm receiving Monero 'Nitrogen Nebula' (v0.16.0.3-release) Error: Couldn't connect to daemon:127.0.0.1:18081
-
EmmetBrown
from monero GUI.... what is this about?
-
dEBRUYNE
Which OS are you using?
-
EmmetBrown
arch Linux
-
dEBRUYNE
Is this the first time you run the GUI?
-
EmmetBrown
it is the first time I try to run ful node mode. On remote node mode, it was working god
-
artefact
well, are you actually running a node? (monerod)
-
selsta
EmmetBrown: is there an actual problem? or just this message in error log?
-
EmmetBrown
I had monerod.service as inactve (dead) service on systemctl... as it is the first time I havent notice there was a service
-
EmmetBrown
let me try to start that service and try again
-
artefact
i think the wallet gui will start a daemon on its own, i would check that first
-
EmmetBrown
the gui was running but the service dead
-
EmmetBrown
now its syncing.. good... TY guys
-
pyu
Has anyone run monero on OpenBSD (arm64)? make errors after following compile instruction -- didn't try to troubleshooting and just want to know if anyone tried.
-
artefact
i think it's supposed to run, the randomx sources mention openbsd at the very least
-
EmmetBrown
Is it OK to run a node with default options or it's better to set flags, or something? Is there any docs about it?
-
artefact
-
pyu
compiling on openbsd armv7 per instruction, cmake says "Building on arm for x86-64" when it's a 32bit board :)