shermand100 / PiNodeXMR

Monero Node for Single Board Computers with Web Interface and additional tools pre-configured. Self Installing.
GNU General Public License v3.0
213 stars 40 forks source link

Fix log.io ExecStart #87

Closed 0xGingi closed 1 year ago

0xGingi commented 2 years ago

log.io executable locations were incorrect on Ubuntu 22 (Attempted to start from /usr/local/bin while /usr/bin/ is the correct location)

shermand100 commented 2 years ago

Hi. Thanks for this. I'll take a look on Monday if this is exclusively for AMD64 or also applies to ARM too.

If it's only AMD64 I'll make some kind of condition for the start script to detect the architecture and run accordingly.

shermand100 commented 1 year ago

@0xGingi I've taken a look on my main device (RockPro64) which had a slightly older build and also a brand new RockPi 4 with latest Ubuntu 22.05.04 + kernel 5.15.48 the referenced files are in /usr/local/bin/log.io-file-input & /usr/local/bin/log.io-server I don't see the issue.

Can you give additional info for what system, OS anything else that may explain the difference you are seeing.

0xGingi commented 1 year ago

Oh interesting, I installed on a AMD64 Ubuntu 22.04 VM and it installed into /usr/bin/ for me, I'm at a loss as for why that happened then