Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
papampi
on 12/01/2018, 15:20:10 UTC
Hi Papampi, Hi all,

I've rig with 019 1.3, Motherboard : M250-mining edition, and 106-100 16xGPU's
It's running normally till the driver upgrade issue. So, made a fresh install of 2.0
But during the first boot my screen still remains black, I can see only ubuntu load, drive check with blocks and black screen. On this Mobo monitor connection is with HDMI port. On GPU's no monitor connection port, you can connect if you will remove first panel etc., but now I can't do it.
Also when I logged in with ssh and run 2unix, I saw this error in terminal:
-----------------------------------------------------------
m1@m1-desktop:~$ bash /home/m1/2unix
nvOC v0019-2.0 - Community Release

 nvOC v0019-2.0 - Community Release


/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
  warnings.warn(str(e), _gtk.Warning)
/usr/lib/python2.7/dist-packages/keybinder/__init__.py:26: GtkWarning: IA__gdk_keymap_get_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
  from _keybinder import *
/usr/lib/python2.7/dist-packages/keybinder/__init__.py:26: GtkWarning: IA__gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed
  from _keybinder import *

** (main.py:8165): WARNING **: keybinder_init: Unable to open display

(guake:8165): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/dist-packages/guake/main.py", line 239, in
    exec_main()
  File "/usr/lib/python2.7/dist-packages/guake/main.py", line 230, in exec_main
    if not test_gconf():
  File "/usr/lib/python2.7/dist-packages/guake/common.py", line 52, in test_gconf
    return c.dir_exists('/apps/guake')
glib.GError: No D-BUS daemon running

-------------------------------------------------

Please support.


  

First tell me why you want to start 2unix manually?
2unix only start 3main.
Since you have only p106 you should run full headless, right?


So start the rig, check if 3main is running or not
Code:
ps ax | grep 3main
Then check if miner, watchdog, temp ,... running or not
Code:
ps ax | grep -i screen


Hi,
thanks for soon response.

I have start the rig and no GUI are seen. So, I logged in with ssh and check does the miner starts or not. So, it's not started. that's why I want to check wha't going there.


Below are command:

m1@m1-desktop:~$ ps ax | grep 3main
 2132 pts/0    S+     0:00 grep --color=auto 3main


m1@m1-desktop:~$ ps ax | grep -i screen
 2164 pts/0    S+     0:00 grep --color=auto -i screen


Since you have only p106 you should run full headless, right?

Yes. and it's configured as 'YES'



Is auto start miner set to yes ?

Code:
AUTO_START_MINER="YES"      # YES or NO # Set this to NO when troubleshooting, this will prevent the watchdog restarting the rig


Run
Code:
~/nvOC report
And see if all your settings are correct


Also try this:

Code:
      sudo nvidia-xconfig --enable-all-gpus --cool-bits=12
      cd /home/m1
      echo XORG_UPDATED > '/home/m1/xorg_flag'
      sudo reboot