I am used to the nano editor so...
root@m1-desktop:/home/m1# nano /media/m1/1263-A96E/oneBash
do the changes
root@m1-desktop:/home/m1# sudo reboot
after reboot, ssh into again
how do I get the mining console?
root@m1-desktop:/home/m1# screen -x m1
doesn't get me anything
The 2unix is made autostart, and can't be reached with screen or tmux because of it probably.
Have had to change things to oneBash, but because of that an auto restart of oneBash is not possible anymore. At least I wasn't able to get it done..
So if I got the situation right; currently you have:
SSHed into rig
opened oneBash on that rig with nano:
nano '/media/m1/1263-A96E/oneBash'
made changes / edits; then ctrl + shift + X to quit selecting Y to save changes
the next part is this:
Find the currently running GPU mining process.
We will do this by finding the gnome-terminal process.
ps aux | grep gnome-terminal
this should list 2 processes: we are interested in the first one which ends in /gnome-terminal-server
note its pid ( should be a 4 digit number at the beginning of the process listing; but may be more than 4 digits )
type:
kill pid
where pid is the 4 or higher digit number; so if the pid was 2037 I would use:
kill 2037
now we have stopped the GPU mining process
as we have already changed oneBash we will now restart the GPU mining process
to do this we enter:
gnome-terminal
and now we have remote modified the nvOC rig
got it and success!
so how do I see the EWBF in action?
Can I see the mining screen from ssh?