-
MajesticBank
The only problem with running program as root is when software you run is questionable, which is not the case
-
RaySteelworth[m]
I mean on Linux you should not need to run it as root, but I'm more confused about you running it and getting an older version. I just downloaded the tar you take a look for myself. Should give you the newest version of the gui
-
ofrnxmr[m]
RaySteelworth[m]: dont sudo it..
-
ofrnxmr[m]
what are you trying to do here?
-
ofrnxmr[m]
does gui not work for you on 22.10?
-
m4tr1x00101[m]
I’m trying to open my wallet with sudo because I can’t get P2Pool to work unless I’m running the wallet as root
-
m4tr1x00101[m]
And root is still opening v0.18.1.2
-
ofrnxmr[m]
command?
-
m4tr1x00101[m]
sudo monero-wallet-gui and I’ve done it from the v0.18.2.2 directory
-
m4tr1x00101[m]
I had same issue for past couple weeks with 0.18.2.0 too
-
ofrnxmr[m]
whereis monero-wallet-gui
-
ofrnxmr[m]
send command in terminal
-
ofrnxmr[m]
does it output /usr/bin/monero-wallet-cli?
-
m4tr1x00101[m]
Apparently /usr/bin/
-
ofrnxmr[m]
the actuak output pls
-
ofrnxmr[m]
or just yes or no
-
ofrnxmr[m]
sounds like yes
-
m4tr1x00101[m]
That was the output
-
ofrnxmr[m]
just /usr/bin/ ?
-
m4tr1x00101[m]
“monero-wallet-gui: /usr/bin/monero-wallet-gui”
-
ofrnxmr[m]
ofrnxmr[m]: not this?
-
m4tr1x00101[m]
Does not mention cli
-
scoobybejesus
sudo ./monero-wallet-gui, so it looks in the current dir and not in your PATH
-
ofrnxmr[m]
sudo cp monero-wallet-gui /usr/bin/
-
scoobybejesus
or put the new bin in the PATH, as your help is telling you
-
ofrnxmr[m]
from the director that the 18.2.2 binary is in
-
ofrnxmr[m]
directory
-
ofrnxmr[m]
m4tr1x00101[m]: my mistake i meant gui
-
MajesticBank
sudo ./monero-wallet-gui
-
ofrnxmr[m]
smh
-
MajesticBank
yeah
-
MajesticBank
or just remove old monero package
-
ofrnxmr[m]
Dont listen to these guys.
-
ofrnxmr[m]
you have a binsry at /usr/bin
-
MajesticBank
apt-get purge monero or something like that
-
ofrnxmr[m]
replace it with the updsted one
-
ofrnxmr[m]
MajesticBank: this too
-
scoobybejesus
i like ln -s... different strokes
-
ofrnxmr[m]
how did you install gui in the first place?
-
scoobybejesus
i guess ln -sf in this case
-
m4tr1x00101[m]
MajesticBank: It’s not a deb
-
ofrnxmr[m]
so yu used somebodies script ?
-
ofrnxmr[m]
seths systemd?
-
MajesticBank
I am waiting on whonix dev input are we goinggg to have whonix in next relases
-
ofrnxmr[m]
or you put it there manually?
-
ofrnxmr[m]
if it was put thrre manually
-
ofrnxmr[m]
easiest copy new binary to /usr/bin
-
ofrnxmr[m]
better, replace the binsry in usr/bin with a symlink to the new one
-
ofrnxmr[m]
MajesticBank: they didnt sound interested
-
m4tr1x00101[m]
How I got this installed? Well that’s a great question lol all I can remember is slamming a dozen Red Bulls and saying “I’m not going to bed until I can use P2Pool”
-
ofrnxmr[m]
haha. in that case i assume you used something of seths
-
ofrnxmr[m]
ls -l /usr/bin/monero-wallet-gui
-
ofrnxmr[m]
i ls the owner root? or your user
-
ofrnxmr[m]
ls -lh /usr/bin/monero-wallet-gui
-
ofrnxmr[m]
and the fikesize is >20mb?
-
m4tr1x00101[m]
Moving the new files to /usr/bin/ and replacing the old ones fixed it I can open my wallet from sudo in v0.18.2.2 🙏
-
DanIsnotthemanBr
s*** *
-
bridgerton[m]
<ceruleous> how come my node isnt picking up the new release
-
bridgerton[m]
<ceruleous> $ sudo monerod update check
-
bridgerton[m]
2023-04-12 08:55:17.903 I Monero 'Fluorine Fermi' (v0.18.2.0-release)
-
bridgerton[m]
No update available
-
bridgerton[m]
<ceruleous> ```$ sudo monerod update check
-
bridgerton[m]
2023-04-12 08:55:17.903 I Monero 'Fluorine Fermi' (v0.18.2.0-release)
-
bridgerton[m]
No update available```
-
ofrnxmr[m]
it gets released before it gets pushed out
-
ofrnxmr[m]
the updatenotification comes after the soft launch and no reported issues
-
sgp[m]