Bitcoin Forum
April 30, 2024, 09:24:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 [339] 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 ... 417 »
  Print  
Author Topic: [OS] nvOC easy-to-use Linux Nvidia Mining  (Read 417954 times)
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 13, 2018, 07:48:30 PM
 #6761

I turned almost everything off in 1bash but how to configure 1bash to disable auto starting mining process?

Bellow COIN="xxxx"

Code:
AUTO_START_MINER="YES"      # YES or NO # Set this to NO when troubleshooting, this will prevent the watchdog restarting the rig
Using nvOC_v0019_1.4 and I don't see AUTO_START_MINER in 1bash.

sorry, Edited my original message

Edit:
You can close gnome-terminal as soon as it opened.
This is for headless rigs. Downloading V0019-2.0 now. For AUTO_UPDATE is there a choice to disable it or do I have to edit 10periodic and 20auto-upgrades?

We dont have 10periodic and 20auto-upgrades in 19-2.0, I think you are talking about PXA fork.
I Googled how to disable nvOC update which lead me to https://nvoc-mining-os.com/2017/10/25/how-to-prevent-automatic-updates/. Is nvoc-mining-os.com not nvOC's official website?

Oh, You meant ubuntu updates in /etc/apt/ ... sorry my bad thought yo are talking about nvOC updates.

Yes thats the way to do it. its already disabled in 19-2.0

Edot:
You can also run the update script, instead of downloading full image.

Code:
cd /home/m1/Downloads
wget https://www.dropbox.com/s/cyo86xoqotplges/nvOC-19-2-update
bash /home/m1/Downloads/nvOC-19-2-update

Edit 2:
I think I forgot to disable updates in update script, will add it to update script tomorrow.
I'm going to dd more USB drives so I want the update to date image.

Code:
AUTO_UPDATE="STABLE"        # STABLE or BETA # To update to the latest STABLE or BETA releases, manually run 4update in guake terminal

4update will only run manually instead of automatically by some daemon, is that correct?

Auto update points to fullzero pastebin and we have no plans to edit it for now and wishing he shows up.
So no auto update nvOC community release for now, and it only runs manually.

1714512293
Hero Member
*
Offline Offline

Posts: 1714512293

View Profile Personal Message (Offline)

Ignore
1714512293
Reply with quote  #2

1714512293
Report to moderator
1714512293
Hero Member
*
Offline Offline

Posts: 1714512293

View Profile Personal Message (Offline)

Ignore
1714512293
Reply with quote  #2

1714512293
Report to moderator
1714512293
Hero Member
*
Offline Offline

Posts: 1714512293

View Profile Personal Message (Offline)

Ignore
1714512293
Reply with quote  #2

1714512293
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714512293
Hero Member
*
Offline Offline

Posts: 1714512293

View Profile Personal Message (Offline)

Ignore
1714512293
Reply with quote  #2

1714512293
Report to moderator
1714512293
Hero Member
*
Offline Offline

Posts: 1714512293

View Profile Personal Message (Offline)

Ignore
1714512293
Reply with quote  #2

1714512293
Report to moderator
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 13, 2018, 07:51:56 PM
 #6762

Taking a quick look at the update script, you can condense things by instead of

Code:
wget -c https://www.dropbox.com/s/ys9pgw0cvmfwd0y/ccminer-2.2.3-tpruvot.tar.gz
tar -xvzf ccminer-2.2.3-tpruvot.tar.gz
rm ccminer-2.2.3-tpruvot.tar.gz
cp -R /home/m1/Downloads/miners/TPccminer/* /home/m1/TPccminer/

converting it to a one-liner.

Code:
wget -O- https://www.dropbox.com/s/ys9pgw0cvmfwd0y/ccminer-2.2.3-tpruvot.tar.gz | tar -xzC /home/m1/TPccminer/ --strip 1

Also instead of echoing everything, just add

Code:
#!/bin/bash
set -x

to print to STDOUT the commands this script is running.

Cool, thanks a lot.
Will change them as soon as I get time.

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 13, 2018, 08:21:58 PM
Last edit: January 14, 2018, 07:40:37 AM by papampi
 #6763

KlausT ccminer 8.19pre compiled with cuda 9.1
Change log:

Code:
fix x17 for Linux builds without NVML
trying to fix crashes under Linux
change exit behaviour
show default intensity when not using the -i option
add gpu number to the cuda error messages

Known Problems:
With some algos Linux users will get validation errors. In this case please use the option --no-cpu-verify.
On some systems ccminer will crash when there are connection problems.


I tested it and it gave me around 630 Kh/s on Neoscrypt with zotac 1060 (PL 70, OC 100, MC 400):
Code:
[ccminer 8.19-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 9.1

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

[2018-01-13 15:23:16] NVML GPU monitoring enabled.
[2018-01-13 15:23:16] 2 miner threads started, using 'neoscrypt' algorithm.
[2018-01-13 15:23:16] Starting Stratum on stratum+tcp://hub.miningpoolhub.com:20510
0
[2018-01-13 15:23:16] Stratum difficulty set to 2048
[2018-01-13 15:23:17] Stratum difficulty set to 64
[2018-01-13 15:23:19] GPU #0: using default intensity 13.000
[2018-01-13 15:23:25] hub.miningpoolhub.com:20510 neoscrypt block 2045653
[2018-01-13 15:23:27] GPU #0: Zotac GTX 1060 6GB, 626.99 kH/s
[2018-01-13 15:23:35] accepted: 1/1 (100.00%), 626.99 kH/s yay!!!


Code:
cd /home/m1/Downloads/miners
wget https://www.dropbox.com/s/wisateri7w3ipp4/KTccminer-8.19-pre.tar.gz
tar -xzvf KTccminer-8.19-pre.tar.gz

Please test it first on your rig before replace with your current version
Test it with:
Stop miner, watchdog ,...
Code:
pkill -e screen
Run miner:
Code:
/home/m1/Downloads/miners/KTccminer-8.19-pre/ccminer -a ALGO -o SERVER_ADDRESS:PORT   -u USERNAME.WORKERNAME -p x


If all was ok copy it to KTccminer folder

Code:
cp /home/m1/Downloads/miners/KTccminer-8.19-pre/* /home/m1/KTccminer/


Restart normal jobs:

Code:
pkill -f 3main

I did not install CUDA 9 on my rig, but how many KH did you gain compared to Klaust version 8.17?

Do we need to install cuda 9 to run compiled under cuda 9?

Edit:
Seems like we need cuda 9 installed to run miner compiled with cuda 9.
Tried to run it on a rig and it gave me some library error

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 13, 2018, 08:24:56 PM
 #6764

I turned almost everything off in 1bash but how to configure 1bash to disable auto starting mining process?

Bellow COIN="xxxx"

Code:
AUTO_START_MINER="YES"      # YES or NO # Set this to NO when troubleshooting, this will prevent the watchdog restarting the rig
Using nvOC_v0019_1.4 and I don't see AUTO_START_MINER in 1bash.

sorry, Edited my original message

Edit:
You can close gnome-terminal as soon as it opened.
This is for headless rigs. Downloading V0019-2.0 now. For AUTO_UPDATE is there a choice to disable it or do I have to edit 10periodic and 20auto-upgrades?

Some users reported some problems on full headless, no idea if their problems solved or not, most just reported and never posted if they solved it or not.

So please let us know how it goes

CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
January 13, 2018, 08:31:06 PM
Last edit: January 14, 2018, 12:30:31 AM by CryptAtomeTrader44
 #6765

Do we need to install cuda 9 to run compiled under cuda 9?


It's a question, I do not know. I only notice that you reproduce what Klaust says and that I do not have this version.

Otherwise you do not answer my other question: How many KH earned compared to the previous version Huh
I'm sorry, but each last version does not necessarily bring additional hashrate therefore, so I want to update but if it does not improve, I see no reason to update.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 13, 2018, 08:45:44 PM
 #6766

Do we need to install cuda 9 to run compiled under cuda 9?


It's a question, I do not know. I only notice that you reproduce what Klaust says and that I do not have this version.

Otherwise you do not answer my other question: How many KH earned compared to the previous version Huh
I'm sorry, but each last version does not necessarily bring additional hashrate therefore, so I want to update but if it does not approve of me, I see no reason to update.

You have the 8.17 version, I just updated to 8.19 and don't remember how much was old hash rate.

WTM says 500 kh/s for  neoscrypt on 1060

NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
January 13, 2018, 09:24:07 PM
 #6767

I turned almost everything off in 1bash but how to configure 1bash to disable auto starting mining process?

Bellow COIN="xxxx"

Code:
AUTO_START_MINER="YES"      # YES or NO # Set this to NO when troubleshooting, this will prevent the watchdog restarting the rig
Using nvOC_v0019_1.4 and I don't see AUTO_START_MINER in 1bash.

sorry, Edited my original message

Edit:
You can close gnome-terminal as soon as it opened.
This is for headless rigs. Downloading V0019-2.0 now. For AUTO_UPDATE is there a choice to disable it or do I have to edit 10periodic and 20auto-upgrades?

Some users reported some problems on full headless, no idea if their problems solved or not, most just reported and never posted if they solved it or not.

So please let us know how it goes
In headless mode, LightDM would not start until I logged in via SSH and generated xorg.conf with

Code:
$ sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration

then LightDM started Unity which ran 2unix and rebooted.

Code:
Jan 13 14:07:45 m1-desktop nvidia-persistenced[2879]: device 0000:01:00.0 - registered
Jan 13 14:07:45 m1-desktop nvidia-persistenced[2879]: Local RPC service initialized
Jan 13 14:07:45 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:46 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: Received signal 15
Jan 13 14:07:46 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: Socket closed.
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: PID file unlocked.
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: PID file closed.
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: Shutdown (2879)
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:07:46 m1-desktop lightdm[2831]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:07:46 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:07:46 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:07:46 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:47 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:07:47 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:07:47 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:07:47 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:47 m1-desktop nvidia-persistenced[2947]: Verbose syslog connection opened
Jan 13 14:07:47 m1-desktop nvidia-persistenced[2947]: Now running with user ID 121 and group ID 129
Jan 13 14:07:47 m1-desktop nvidia-persistenced[2947]: Started (2947)
Jan 13 14:07:47 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:48 m1-desktop nvidia-persistenced[2947]: device 0000:01:00.0 - registered
Jan 13 14:07:48 m1-desktop nvidia-persistenced[2947]: Local RPC service initialized
Jan 13 14:07:48 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:49 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:49 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: Received signal 15
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: Socket closed.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: PID file unlocked.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: PID file closed.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: Shutdown (2947)
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:49 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:49 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Verbose syslog connection opened
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Now running with user ID 121 and group ID 129
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Started (2982)
Jan 13 14:07:49 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: device 0000:01:00.0 - registered
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Local RPC service initialized
Jan 13 14:07:49 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:51 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:51 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: Received signal 15
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: Socket closed.
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: PID file unlocked.
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: PID file closed.
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: Shutdown (2982)
Jan 13 14:07:51 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:07:53 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:07:53 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:54 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:07:54 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:07:54 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:07:54 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Verbose syslog connection opened
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Now running with user ID 121 and group ID 129
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Started (3053)
Jan 13 14:07:54 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: device 0000:01:00.0 - registered
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Local RPC service initialized
Jan 13 14:07:54 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:55 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: Received signal 15
Jan 13 14:07:55 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: Socket closed.
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: PID file unlocked.
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: PID file closed.
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: Shutdown (3053)
Jan 13 14:07:55 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:56 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Verbose syslog connection opened
Jan 13 14:07:56 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Now running with user ID 121 and group ID 129
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Started (3087)
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: device 0000:01:00.0 - registered
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Local RPC service initialized
Jan 13 14:07:56 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:57 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:57 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: Received signal 15
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: Socket closed.
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: PID file unlocked.
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: PID file closed.
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: Shutdown (3087)
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:07:57 m1-desktop lightdm[3038]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:07:57 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:07:57 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:07:57 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:58 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:07:58 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:07:58 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:07:58 m1-desktop nvidia-persistenced[3157]: Verbose syslog connection opened
Jan 13 14:07:58 m1-desktop nvidia-persistenced[3157]: Now running with user ID 121 and group ID 129
Jan 13 14:07:58 m1-desktop nvidia-persistenced[3157]: Started (3157)
Jan 13 14:07:58 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:58 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:59 m1-desktop nvidia-persistenced[3157]: device 0000:01:00.0 - registered
Jan 13 14:07:59 m1-desktop nvidia-persistenced[3157]: Local RPC service initialized
Jan 13 14:07:59 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:00 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:00 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: Received signal 15
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: Socket closed.
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: PID file unlocked.
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: PID file closed.
Jan 13 14:08:00 m1-desktop lightdm[3144]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: Shutdown (3157)
Jan 13 14:08:00 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:00 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:00 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Verbose syslog connection opened
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Now running with user ID 121 and group ID 129
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Started (3193)
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: device 0000:01:00.0 - registered
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Local RPC service initialized
Jan 13 14:08:00 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:02 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: Received signal 15
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: Socket closed.
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: PID file unlocked.
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: PID file closed.
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: Shutdown (3193)
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:02 m1-desktop lightdm[3144]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:02 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:02 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:02 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:03 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:03 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:03 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:03 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:03 m1-desktop nvidia-persistenced[3263]: Verbose syslog connection opened
Jan 13 14:08:03 m1-desktop nvidia-persistenced[3263]: Now running with user ID 121 and group ID 129
Jan 13 14:08:03 m1-desktop nvidia-persistenced[3263]: Started (3263)
Jan 13 14:08:03 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:04 m1-desktop nvidia-persistenced[3263]: device 0000:01:00.0 - registered
Jan 13 14:08:04 m1-desktop nvidia-persistenced[3263]: Local RPC service initialized
Jan 13 14:08:04 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:05 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: Received signal 15
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: Socket closed.
Jan 13 14:08:05 m1-desktop lightdm[3249]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: PID file unlocked.
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: PID file closed.
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: Shutdown (3263)
Jan 13 14:08:05 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:05 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Verbose syslog connection opened
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Now running with user ID 121 and group ID 129
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Started (3298)
Jan 13 14:08:05 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: device 0000:01:00.0 - registered
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Local RPC service initialized
Jan 13 14:08:05 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:06 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: Received signal 15
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: Socket closed.
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: PID file unlocked.
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: PID file closed.
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: Shutdown (3298)
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:06 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:06 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:06 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:07 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:07 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:07 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:07 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:07 m1-desktop nvidia-persistenced[3370]: Verbose syslog connection opened
Jan 13 14:08:07 m1-desktop nvidia-persistenced[3370]: Now running with user ID 121 and group ID 129
Jan 13 14:08:07 m1-desktop nvidia-persistenced[3370]: Started (3370)
Jan 13 14:08:07 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:08 m1-desktop nvidia-persistenced[3370]: device 0000:01:00.0 - registered
Jan 13 14:08:08 m1-desktop nvidia-persistenced[3370]: Local RPC service initialized
Jan 13 14:08:08 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:09 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: Received signal 15
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: Socket closed.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: PID file unlocked.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: PID file closed.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: Shutdown (3370)
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop lightdm[3355]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:09 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:09 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Verbose syslog connection opened
Jan 13 14:08:09 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Now running with user ID 121 and group ID 129
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Started (3403)
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: device 0000:01:00.0 - registered
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Local RPC service initialized
Jan 13 14:08:09 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:10 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: Received signal 15
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: Socket closed.
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: PID file unlocked.
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: PID file closed.
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: Shutdown (3403)
Jan 13 14:08:10 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:10 m1-desktop lightdm[3355]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:10 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:10 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:12 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:12 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:12 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:12 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:12 m1-desktop nvidia-persistenced[3473]: Verbose syslog connection opened
Jan 13 14:08:12 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:12 m1-desktop nvidia-persistenced[3473]: Now running with user ID 121 and group ID 129
Jan 13 14:08:12 m1-desktop nvidia-persistenced[3473]: Started (3473)
Jan 13 14:08:13 m1-desktop nvidia-persistenced[3473]: device 0000:01:00.0 - registered
Jan 13 14:08:13 m1-desktop nvidia-persistenced[3473]: Local RPC service initialized
Jan 13 14:08:13 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:14 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:14 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: Received signal 15
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: Socket closed.
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: PID file unlocked.
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: PID file closed.
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: Shutdown (3473)
Jan 13 14:08:14 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3508]: Verbose syslog connection opened
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3508]: Now running with user ID 121 and group ID 129
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3508]: Started (3508)
Jan 13 14:08:14 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:14 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:15 m1-desktop nvidia-persistenced[3508]: device 0000:01:00.0 - registered
Jan 13 14:08:15 m1-desktop nvidia-persistenced[3508]: Local RPC service initialized
Jan 13 14:08:15 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:15 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:16 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: Received signal 15
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: Socket closed.
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: PID file unlocked.
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: PID file closed.
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: Shutdown (3508)
Jan 13 14:08:16 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:16 m1-desktop lightdm[3460]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:16 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:16 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:18 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:18 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:18 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:18 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Verbose syslog connection opened
Jan 13 14:08:18 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Now running with user ID 121 and group ID 129
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Started (3578)
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: device 0000:01:00.0 - registered
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Local RPC service initialized
Jan 13 14:08:18 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:19 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:19 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: Received signal 15
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: Socket closed.
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: PID file unlocked.
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: PID file closed.
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: Shutdown (3578)
Jan 13 14:08:19 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:20 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Verbose syslog connection opened
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Now running with user ID 121 and group ID 129
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Started (3612)
Jan 13 14:08:20 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: device 0000:01:00.0 - registered
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Local RPC service initialized
Jan 13 14:08:20 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:21 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: Received signal 15
Jan 13 14:08:21 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: Socket closed.
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: PID file unlocked.
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: PID file closed.
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: Shutdown (3612)
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:21 m1-desktop lightdm[3564]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:21 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:21 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:21 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:22 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:22 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:22 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:22 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:22 m1-desktop nvidia-persistenced[3682]: Verbose syslog connection opened
Jan 13 14:08:22 m1-desktop nvidia-persistenced[3682]: Now running with user ID 121 and group ID 129
Jan 13 14:08:22 m1-desktop nvidia-persistenced[3682]: Started (3682)
Jan 13 14:08:22 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:23 m1-desktop nvidia-persistenced[3682]: device 0000:01:00.0 - registered
Jan 13 14:08:23 m1-desktop nvidia-persistenced[3682]: Local RPC service initialized
Jan 13 14:08:23 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:24 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:24 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: Received signal 15
Jan 13 14:08:24 m1-desktop lightdm[3668]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: Socket closed.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: PID file unlocked.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: PID file closed.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: Shutdown (3682)
Jan 13 14:08:24 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:24 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Verbose syslog connection opened
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Now running with user ID 121 and group ID 129
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Started (3717)
Jan 13 14:08:24 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: device 0000:01:00.0 - registered
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Local RPC service initialized
Jan 13 14:08:24 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:25 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: Received signal 15
Jan 13 14:08:25 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: Socket closed.
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: PID file unlocked.
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: PID file closed.
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: Shutdown (3717)
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:25 m1-desktop lightdm[3668]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:25 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:25 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:25 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:27 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:27 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:27 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:27 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:27 m1-desktop nvidia-persistenced[3789]: Verbose syslog connection opened
Jan 13 14:08:27 m1-desktop nvidia-persistenced[3789]: Now running with user ID 121 and group ID 129
Jan 13 14:08:27 m1-desktop nvidia-persistenced[3789]: Started (3789)
Jan 13 14:08:27 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:28 m1-desktop nvidia-persistenced[3789]: device 0000:01:00.0 - registered
Jan 13 14:08:28 m1-desktop nvidia-persistenced[3789]: Local RPC service initialized
Jan 13 14:08:28 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:29 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:29 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: Received signal 15
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: Socket closed.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: PID file unlocked.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: PID file closed.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: Shutdown (3789)
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:29 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:29 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Verbose syslog connection opened
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Now running with user ID 121 and group ID 129
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Started (3824)
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: device 0000:01:00.0 - registered
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Local RPC service initialized
z-axis
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
January 14, 2018, 12:59:12 AM
 #6768

I'm back!

So after all that, I don't get miner, watchdog, temp screens. So I tried to kick start it with ./2unix and got this lovely response:

Code:
/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_DISP
LAY (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_SCRE
EN (screen)' failed
  from _keybinder import *

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

(guake:2023): 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 <module>
    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

Any ideas?


In 1bash you set local or remote to remote?

It's REMOTE.

If there is one question that might help solve this that I can't seem to find a straight answer for is:

- Where is nvidia-settings called from which results in the creation of xorg.conf?
damNmad
Full Member
***
Offline Offline

Activity: 378
Merit: 104


nvOC forever


View Profile
January 14, 2018, 01:06:29 AM
 #6769


fullzero's nvOC never had Auto OC and It was never included in community release to get excluded.
Community Release is based on fullzero works and beliefs, he never liked the idea of rigs settings be hosted on remote servers and we believe that too.

I think a mild/normal overclock will give much more profit in long run than push the cards to the limit and change the OC all the time to get a little more hash rate, and PXA fork already has it, so if any one wants Auto OC they can use it  Wink

So the answer to your question will be no. there are no plans to have Auto OC, and I don't think there ever be.


I tried Auto OC with PXA fork and it was not my thing. Regardless, have you considered something which could be considered "algorythm based individual overclocking" ? I believe there are quite a few people who have built rigs by bying one GPU from here and another GPU from there, resulting in seriously mixed configurations. And they might be willing to tweak the hell out of it. And tbh, isn't that part of the deal. Smiley

And, yes, I understand this would bloat config files beyond imagination. Smiley

--
Tigel


Hey Tigel, Algorithm based individual clocking is already there in the 1bash.

It is 'damNmad_AUTO_OC="YES"' and you can enter values in the end of the 1bash.

Please have a look and give it a go.

We are definitely open to suggestions and willing to work on them. But we stand with fullzero and his thoughts even in his absence, so some of the things we won't doing is because we want to respect his thoughts and decisions and I think community is also with us regarding that.

We are also providing every possible thing to support all the community when they require help, we are proud of it Smiley

We have this list of OC settings community can use stored over here

krypto-mining.blogspot.co.uk


DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 14, 2018, 05:05:53 AM
Last edit: January 14, 2018, 05:17:57 AM by papampi
 #6770

I turned almost everything off in 1bash but how to configure 1bash to disable auto starting mining process?

Bellow COIN="xxxx"

Code:
AUTO_START_MINER="YES"      # YES or NO # Set this to NO when troubleshooting, this will prevent the watchdog restarting the rig
Using nvOC_v0019_1.4 and I don't see AUTO_START_MINER in 1bash.

sorry, Edited my original message

Edit:
You can close gnome-terminal as soon as it opened.
This is for headless rigs. Downloading V0019-2.0 now. For AUTO_UPDATE is there a choice to disable it or do I have to edit 10periodic and 20auto-upgrades?

Some users reported some problems on full headless, no idea if their problems solved or not, most just reported and never posted if they solved it or not.

So please let us know how it goes
In headless mode, LightDM would not start until I logged in via SSH and generated xorg.conf with

Code:
$ sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration

then LightDM started Unity which ran 2unix and rebooted.

Code:
Jan 13 14:07:45 m1-desktop nvidia-persistenced[2879]: device 0000:01:00.0 - registered
Jan 13 14:07:45 m1-desktop nvidia-persistenced[2879]: Local RPC service initialized
Jan 13 14:07:45 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:46 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: Received signal 15
Jan 13 14:07:46 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: Socket closed.
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: PID file unlocked.
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: PID file closed.
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: Shutdown (2879)
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:07:46 m1-desktop lightdm[2831]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:07:46 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:07:46 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:07:46 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:47 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:07:47 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:07:47 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:07:47 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:47 m1-desktop nvidia-persistenced[2947]: Verbose syslog connection opened
Jan 13 14:07:47 m1-desktop nvidia-persistenced[2947]: Now running with user ID 121 and group ID 129
Jan 13 14:07:47 m1-desktop nvidia-persistenced[2947]: Started (2947)
Jan 13 14:07:47 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:48 m1-desktop nvidia-persistenced[2947]: device 0000:01:00.0 - registered
Jan 13 14:07:48 m1-desktop nvidia-persistenced[2947]: Local RPC service initialized
Jan 13 14:07:48 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:49 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:49 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: Received signal 15
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: Socket closed.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: PID file unlocked.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: PID file closed.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: Shutdown (2947)
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:49 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:49 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Verbose syslog connection opened
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Now running with user ID 121 and group ID 129
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Started (2982)
Jan 13 14:07:49 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: device 0000:01:00.0 - registered
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Local RPC service initialized
Jan 13 14:07:49 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:51 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:51 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: Received signal 15
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: Socket closed.
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: PID file unlocked.
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: PID file closed.
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: Shutdown (2982)
Jan 13 14:07:51 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:07:53 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:07:53 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:54 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:07:54 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:07:54 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:07:54 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Verbose syslog connection opened
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Now running with user ID 121 and group ID 129
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Started (3053)
Jan 13 14:07:54 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: device 0000:01:00.0 - registered
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Local RPC service initialized
Jan 13 14:07:54 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:55 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: Received signal 15
Jan 13 14:07:55 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: Socket closed.
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: PID file unlocked.
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: PID file closed.
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: Shutdown (3053)
Jan 13 14:07:55 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:56 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Verbose syslog connection opened
Jan 13 14:07:56 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Now running with user ID 121 and group ID 129
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Started (3087)
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: device 0000:01:00.0 - registered
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Local RPC service initialized
Jan 13 14:07:56 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:57 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:57 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: Received signal 15
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: Socket closed.
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: PID file unlocked.
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: PID file closed.
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: Shutdown (3087)
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:07:57 m1-desktop lightdm[3038]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:07:57 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:07:57 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:07:57 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:58 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:07:58 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:07:58 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:07:58 m1-desktop nvidia-persistenced[3157]: Verbose syslog connection opened
Jan 13 14:07:58 m1-desktop nvidia-persistenced[3157]: Now running with user ID 121 and group ID 129
Jan 13 14:07:58 m1-desktop nvidia-persistenced[3157]: Started (3157)
Jan 13 14:07:58 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:58 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:59 m1-desktop nvidia-persistenced[3157]: device 0000:01:00.0 - registered
Jan 13 14:07:59 m1-desktop nvidia-persistenced[3157]: Local RPC service initialized
Jan 13 14:07:59 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:00 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:00 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: Received signal 15
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: Socket closed.
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: PID file unlocked.
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: PID file closed.
Jan 13 14:08:00 m1-desktop lightdm[3144]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: Shutdown (3157)
Jan 13 14:08:00 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:00 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:00 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Verbose syslog connection opened
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Now running with user ID 121 and group ID 129
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Started (3193)
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: device 0000:01:00.0 - registered
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Local RPC service initialized
Jan 13 14:08:00 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:02 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: Received signal 15
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: Socket closed.
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: PID file unlocked.
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: PID file closed.
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: Shutdown (3193)
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:02 m1-desktop lightdm[3144]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:02 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:02 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:02 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:03 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:03 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:03 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:03 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:03 m1-desktop nvidia-persistenced[3263]: Verbose syslog connection opened
Jan 13 14:08:03 m1-desktop nvidia-persistenced[3263]: Now running with user ID 121 and group ID 129
Jan 13 14:08:03 m1-desktop nvidia-persistenced[3263]: Started (3263)
Jan 13 14:08:03 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:04 m1-desktop nvidia-persistenced[3263]: device 0000:01:00.0 - registered
Jan 13 14:08:04 m1-desktop nvidia-persistenced[3263]: Local RPC service initialized
Jan 13 14:08:04 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:05 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: Received signal 15
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: Socket closed.
Jan 13 14:08:05 m1-desktop lightdm[3249]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: PID file unlocked.
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: PID file closed.
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: Shutdown (3263)
Jan 13 14:08:05 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:05 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Verbose syslog connection opened
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Now running with user ID 121 and group ID 129
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Started (3298)
Jan 13 14:08:05 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: device 0000:01:00.0 - registered
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Local RPC service initialized
Jan 13 14:08:05 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:06 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: Received signal 15
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: Socket closed.
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: PID file unlocked.
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: PID file closed.
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: Shutdown (3298)
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:06 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:06 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:06 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:07 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:07 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:07 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:07 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:07 m1-desktop nvidia-persistenced[3370]: Verbose syslog connection opened
Jan 13 14:08:07 m1-desktop nvidia-persistenced[3370]: Now running with user ID 121 and group ID 129
Jan 13 14:08:07 m1-desktop nvidia-persistenced[3370]: Started (3370)
Jan 13 14:08:07 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:08 m1-desktop nvidia-persistenced[3370]: device 0000:01:00.0 - registered
Jan 13 14:08:08 m1-desktop nvidia-persistenced[3370]: Local RPC service initialized
Jan 13 14:08:08 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:09 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: Received signal 15
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: Socket closed.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: PID file unlocked.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: PID file closed.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: Shutdown (3370)
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop lightdm[3355]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:09 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:09 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Verbose syslog connection opened
Jan 13 14:08:09 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Now running with user ID 121 and group ID 129
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Started (3403)
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: device 0000:01:00.0 - registered
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Local RPC service initialized
Jan 13 14:08:09 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:10 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: Received signal 15
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: Socket closed.
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: PID file unlocked.
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: PID file closed.
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: Shutdown (3403)
Jan 13 14:08:10 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:10 m1-desktop lightdm[3355]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:10 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:10 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:12 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:12 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:12 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:12 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:12 m1-desktop nvidia-persistenced[3473]: Verbose syslog connection opened
Jan 13 14:08:12 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:12 m1-desktop nvidia-persistenced[3473]: Now running with user ID 121 and group ID 129
Jan 13 14:08:12 m1-desktop nvidia-persistenced[3473]: Started (3473)
Jan 13 14:08:13 m1-desktop nvidia-persistenced[3473]: device 0000:01:00.0 - registered
Jan 13 14:08:13 m1-desktop nvidia-persistenced[3473]: Local RPC service initialized
Jan 13 14:08:13 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:14 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:14 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: Received signal 15
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: Socket closed.
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: PID file unlocked.
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: PID file closed.
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: Shutdown (3473)
Jan 13 14:08:14 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3508]: Verbose syslog connection opened
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3508]: Now running with user ID 121 and group ID 129
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3508]: Started (3508)
Jan 13 14:08:14 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:14 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:15 m1-desktop nvidia-persistenced[3508]: device 0000:01:00.0 - registered
Jan 13 14:08:15 m1-desktop nvidia-persistenced[3508]: Local RPC service initialized
Jan 13 14:08:15 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:15 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:16 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: Received signal 15
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: Socket closed.
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: PID file unlocked.
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: PID file closed.
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: Shutdown (3508)
Jan 13 14:08:16 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:16 m1-desktop lightdm[3460]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:16 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:16 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:18 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:18 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:18 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:18 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Verbose syslog connection opened
Jan 13 14:08:18 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Now running with user ID 121 and group ID 129
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Started (3578)
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: device 0000:01:00.0 - registered
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Local RPC service initialized
Jan 13 14:08:18 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:19 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:19 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: Received signal 15
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: Socket closed.
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: PID file unlocked.
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: PID file closed.
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: Shutdown (3578)
Jan 13 14:08:19 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:20 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Verbose syslog connection opened
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Now running with user ID 121 and group ID 129
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Started (3612)
Jan 13 14:08:20 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: device 0000:01:00.0 - registered
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Local RPC service initialized
Jan 13 14:08:20 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:21 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: Received signal 15
Jan 13 14:08:21 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: Socket closed.
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: PID file unlocked.
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: PID file closed.
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: Shutdown (3612)
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:21 m1-desktop lightdm[3564]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:21 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:21 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:21 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:22 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:22 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:22 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:22 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:22 m1-desktop nvidia-persistenced[3682]: Verbose syslog connection opened
Jan 13 14:08:22 m1-desktop nvidia-persistenced[3682]: Now running with user ID 121 and group ID 129
Jan 13 14:08:22 m1-desktop nvidia-persistenced[3682]: Started (3682)
Jan 13 14:08:22 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:23 m1-desktop nvidia-persistenced[3682]: device 0000:01:00.0 - registered
Jan 13 14:08:23 m1-desktop nvidia-persistenced[3682]: Local RPC service initialized
Jan 13 14:08:23 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:24 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:24 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: Received signal 15
Jan 13 14:08:24 m1-desktop lightdm[3668]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: Socket closed.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: PID file unlocked.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: PID file closed.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: Shutdown (3682)
Jan 13 14:08:24 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:24 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Verbose syslog connection opened
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Now running with user ID 121 and group ID 129
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Started (3717)
Jan 13 14:08:24 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: device 0000:01:00.0 - registered
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Local RPC service initialized
Jan 13 14:08:24 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:25 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: Received signal 15
Jan 13 14:08:25 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: Socket closed.
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: PID file unlocked.
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: PID file closed.
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: Shutdown (3717)
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:25 m1-desktop lightdm[3668]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:25 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:25 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:25 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:27 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:27 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:27 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:27 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:27 m1-desktop nvidia-persistenced[3789]: Verbose syslog connection opened
Jan 13 14:08:27 m1-desktop nvidia-persistenced[3789]: Now running with user ID 121 and group ID 129
Jan 13 14:08:27 m1-desktop nvidia-persistenced[3789]: Started (3789)
Jan 13 14:08:27 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:28 m1-desktop nvidia-persistenced[3789]: device 0000:01:00.0 - registered
Jan 13 14:08:28 m1-desktop nvidia-persistenced[3789]: Local RPC service initialized
Jan 13 14:08:28 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:29 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:29 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: Received signal 15
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: Socket closed.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: PID file unlocked.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: PID file closed.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: Shutdown (3789)
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:29 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:29 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Verbose syslog connection opened
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Now running with user ID 121 and group ID 129
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Started (3824)
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: device 0000:01:00.0 - registered
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Local RPC service initialized


Rebooted and problem solved?

The command in 3main for p106-100 is :

Code:
      sudo nvidia-xconfig --enable-all-gpus --cool-bits=12

Should it be changed to the one you used for xorg update?

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 14, 2018, 05:11:59 AM
 #6771


fullzero's nvOC never had Auto OC and It was never included in community release to get excluded.
Community Release is based on fullzero works and beliefs, he never liked the idea of rigs settings be hosted on remote servers and we believe that too.

I think a mild/normal overclock will give much more profit in long run than push the cards to the limit and change the OC all the time to get a little more hash rate, and PXA fork already has it, so if any one wants Auto OC they can use it  Wink

So the answer to your question will be no. there are no plans to have Auto OC, and I don't think there ever be.


I tried Auto OC with PXA fork and it was not my thing. Regardless, have you considered something which could be considered "algorythm based individual overclocking" ? I believe there are quite a few people who have built rigs by bying one GPU from here and another GPU from there, resulting in seriously mixed configurations. And they might be willing to tweak the hell out of it. And tbh, isn't that part of the deal. Smiley

And, yes, I understand this would bloat config files beyond imagination. Smiley

--
Tigel


Hey Tigel, Algorithm based individual clocking is already there in the 1bash.

It is 'damNmad_AUTO_OC="YES"' and you can enter values in the end of the 1bash.

Please have a look and give it a go.

We are definitely open to suggestions and willing to work on them. But we stand with fullzero and his thoughts even in his absence, so some of the things we won't doing is because we want to respect his thoughts and decisions and I think community is also with us regarding that.

We are also providing every possible thing to support all the community when they require help, we are proud of it Smiley

We have this list of OC settings community can use stored over here

krypto-mining.blogspot.co.uk



Hi damNmad

tigel is asking for individual algo oc ... some thing for this : 2x1080, 2x1070ti, 2x1060

ivdezine
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile WWW
January 14, 2018, 06:03:51 AM
 #6772

Sorry in advance if this was already asked and answered, but can this OS be used to mine bitcoin gold using 1080ti GPUs?
NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
January 14, 2018, 06:34:42 AM
 #6773

I turned almost everything off in 1bash but how to configure 1bash to disable auto starting mining process?

Bellow COIN="xxxx"

Code:
AUTO_START_MINER="YES"      # YES or NO # Set this to NO when troubleshooting, this will prevent the watchdog restarting the rig
Using nvOC_v0019_1.4 and I don't see AUTO_START_MINER in 1bash.

sorry, Edited my original message

Edit:
You can close gnome-terminal as soon as it opened.
This is for headless rigs. Downloading V0019-2.0 now. For AUTO_UPDATE is there a choice to disable it or do I have to edit 10periodic and 20auto-upgrades?

Some users reported some problems on full headless, no idea if their problems solved or not, most just reported and never posted if they solved it or not.

So please let us know how it goes
In headless mode, LightDM would not start until I logged in via SSH and generated xorg.conf with

Code:
$ sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration

then LightDM started Unity which ran 2unix and rebooted.

Code:
Jan 13 14:07:45 m1-desktop nvidia-persistenced[2879]: device 0000:01:00.0 - registered
Jan 13 14:07:45 m1-desktop nvidia-persistenced[2879]: Local RPC service initialized
Jan 13 14:07:45 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:46 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: Received signal 15
Jan 13 14:07:46 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: Socket closed.
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: PID file unlocked.
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: PID file closed.
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:46 m1-desktop nvidia-persistenced[2879]: Shutdown (2879)
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop lightdm[2831]: /etc/modprobe.d is not a file
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:07:46 m1-desktop lightdm[2831]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:07:46 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:46 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:07:46 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:07:46 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: /etc/modprobe.d is not a file
Jan 13 14:07:47 m1-desktop gpu-manager[2908]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:47 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:07:47 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:07:47 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:07:47 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:47 m1-desktop nvidia-persistenced[2947]: Verbose syslog connection opened
Jan 13 14:07:47 m1-desktop nvidia-persistenced[2947]: Now running with user ID 121 and group ID 129
Jan 13 14:07:47 m1-desktop nvidia-persistenced[2947]: Started (2947)
Jan 13 14:07:47 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:48 m1-desktop nvidia-persistenced[2947]: device 0000:01:00.0 - registered
Jan 13 14:07:48 m1-desktop nvidia-persistenced[2947]: Local RPC service initialized
Jan 13 14:07:48 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:49 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:49 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: Received signal 15
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: Socket closed.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: PID file unlocked.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: PID file closed.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2947]: Shutdown (2947)
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:49 m1-desktop lightdm[2933]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:49 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:49 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Verbose syslog connection opened
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Now running with user ID 121 and group ID 129
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Started (2982)
Jan 13 14:07:49 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: device 0000:01:00.0 - registered
Jan 13 14:07:49 m1-desktop nvidia-persistenced[2982]: Local RPC service initialized
Jan 13 14:07:49 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:51 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:51 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: Received signal 15
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: Socket closed.
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: PID file unlocked.
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: PID file closed.
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:51 m1-desktop nvidia-persistenced[2982]: Shutdown (2982)
Jan 13 14:07:51 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: /etc/modprobe.d is not a file
Jan 13 14:07:53 m1-desktop lightdm[2933]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:07:53 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:07:53 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:07:53 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: /etc/modprobe.d is not a file
Jan 13 14:07:54 m1-desktop gpu-manager[3011]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:54 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:07:54 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:07:54 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:07:54 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Verbose syslog connection opened
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Now running with user ID 121 and group ID 129
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Started (3053)
Jan 13 14:07:54 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: device 0000:01:00.0 - registered
Jan 13 14:07:54 m1-desktop nvidia-persistenced[3053]: Local RPC service initialized
Jan 13 14:07:54 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:55 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: Received signal 15
Jan 13 14:07:55 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: Socket closed.
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: PID file unlocked.
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: PID file closed.
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:55 m1-desktop nvidia-persistenced[3053]: Shutdown (3053)
Jan 13 14:07:55 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:56 m1-desktop lightdm[3038]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:56 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Verbose syslog connection opened
Jan 13 14:07:56 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Now running with user ID 121 and group ID 129
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Started (3087)
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: device 0000:01:00.0 - registered
Jan 13 14:07:56 m1-desktop nvidia-persistenced[3087]: Local RPC service initialized
Jan 13 14:07:56 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:57 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:07:57 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: Received signal 15
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: Socket closed.
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: PID file unlocked.
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: PID file closed.
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:07:57 m1-desktop nvidia-persistenced[3087]: Shutdown (3087)
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop lightdm[3038]: /etc/modprobe.d is not a file
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:07:57 m1-desktop lightdm[3038]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:07:57 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:07:57 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:07:57 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:07:57 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: /etc/modprobe.d is not a file
Jan 13 14:07:58 m1-desktop gpu-manager[3117]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:07:58 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:07:58 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:07:58 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:07:58 m1-desktop nvidia-persistenced[3157]: Verbose syslog connection opened
Jan 13 14:07:58 m1-desktop nvidia-persistenced[3157]: Now running with user ID 121 and group ID 129
Jan 13 14:07:58 m1-desktop nvidia-persistenced[3157]: Started (3157)
Jan 13 14:07:58 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:07:58 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:07:59 m1-desktop nvidia-persistenced[3157]: device 0000:01:00.0 - registered
Jan 13 14:07:59 m1-desktop nvidia-persistenced[3157]: Local RPC service initialized
Jan 13 14:07:59 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:00 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:00 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: Received signal 15
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: Socket closed.
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: PID file unlocked.
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: PID file closed.
Jan 13 14:08:00 m1-desktop lightdm[3144]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3157]: Shutdown (3157)
Jan 13 14:08:00 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:00 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:00 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Verbose syslog connection opened
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Now running with user ID 121 and group ID 129
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Started (3193)
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: device 0000:01:00.0 - registered
Jan 13 14:08:00 m1-desktop nvidia-persistenced[3193]: Local RPC service initialized
Jan 13 14:08:00 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:02 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: Received signal 15
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: Socket closed.
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: PID file unlocked.
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: PID file closed.
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop lightdm[3144]: /etc/modprobe.d is not a file
Jan 13 14:08:02 m1-desktop nvidia-persistenced[3193]: Shutdown (3193)
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:02 m1-desktop lightdm[3144]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:02 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:02 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:02 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:02 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: /etc/modprobe.d is not a file
Jan 13 14:08:03 m1-desktop gpu-manager[3222]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:03 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:03 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:03 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:03 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:03 m1-desktop nvidia-persistenced[3263]: Verbose syslog connection opened
Jan 13 14:08:03 m1-desktop nvidia-persistenced[3263]: Now running with user ID 121 and group ID 129
Jan 13 14:08:03 m1-desktop nvidia-persistenced[3263]: Started (3263)
Jan 13 14:08:03 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:04 m1-desktop nvidia-persistenced[3263]: device 0000:01:00.0 - registered
Jan 13 14:08:04 m1-desktop nvidia-persistenced[3263]: Local RPC service initialized
Jan 13 14:08:04 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:05 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: Received signal 15
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: Socket closed.
Jan 13 14:08:05 m1-desktop lightdm[3249]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: PID file unlocked.
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: PID file closed.
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3263]: Shutdown (3263)
Jan 13 14:08:05 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:05 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Verbose syslog connection opened
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Now running with user ID 121 and group ID 129
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Started (3298)
Jan 13 14:08:05 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: device 0000:01:00.0 - registered
Jan 13 14:08:05 m1-desktop nvidia-persistenced[3298]: Local RPC service initialized
Jan 13 14:08:05 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:06 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: Received signal 15
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: Socket closed.
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: PID file unlocked.
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: PID file closed.
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:06 m1-desktop nvidia-persistenced[3298]: Shutdown (3298)
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: /etc/modprobe.d is not a file
Jan 13 14:08:06 m1-desktop lightdm[3249]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:06 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:06 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:06 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:06 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: /etc/modprobe.d is not a file
Jan 13 14:08:07 m1-desktop gpu-manager[3329]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:07 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:07 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:07 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:07 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:07 m1-desktop nvidia-persistenced[3370]: Verbose syslog connection opened
Jan 13 14:08:07 m1-desktop nvidia-persistenced[3370]: Now running with user ID 121 and group ID 129
Jan 13 14:08:07 m1-desktop nvidia-persistenced[3370]: Started (3370)
Jan 13 14:08:07 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:08 m1-desktop nvidia-persistenced[3370]: device 0000:01:00.0 - registered
Jan 13 14:08:08 m1-desktop nvidia-persistenced[3370]: Local RPC service initialized
Jan 13 14:08:08 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:09 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: Received signal 15
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: Socket closed.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: PID file unlocked.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: PID file closed.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3370]: Shutdown (3370)
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:09 m1-desktop lightdm[3355]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:09 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:09 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Verbose syslog connection opened
Jan 13 14:08:09 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Now running with user ID 121 and group ID 129
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Started (3403)
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: device 0000:01:00.0 - registered
Jan 13 14:08:09 m1-desktop nvidia-persistenced[3403]: Local RPC service initialized
Jan 13 14:08:09 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:10 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: Received signal 15
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: Socket closed.
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: PID file unlocked.
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: PID file closed.
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop lightdm[3355]: /etc/modprobe.d is not a file
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:10 m1-desktop nvidia-persistenced[3403]: Shutdown (3403)
Jan 13 14:08:10 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:10 m1-desktop lightdm[3355]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:10 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:10 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:10 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: /etc/modprobe.d is not a file
Jan 13 14:08:12 m1-desktop gpu-manager[3433]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:12 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:12 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:12 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:12 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:12 m1-desktop nvidia-persistenced[3473]: Verbose syslog connection opened
Jan 13 14:08:12 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:12 m1-desktop nvidia-persistenced[3473]: Now running with user ID 121 and group ID 129
Jan 13 14:08:12 m1-desktop nvidia-persistenced[3473]: Started (3473)
Jan 13 14:08:13 m1-desktop nvidia-persistenced[3473]: device 0000:01:00.0 - registered
Jan 13 14:08:13 m1-desktop nvidia-persistenced[3473]: Local RPC service initialized
Jan 13 14:08:13 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:14 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:14 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: Received signal 15
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: Socket closed.
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: PID file unlocked.
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: PID file closed.
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3473]: Shutdown (3473)
Jan 13 14:08:14 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:14 m1-desktop lightdm[3460]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3508]: Verbose syslog connection opened
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3508]: Now running with user ID 121 and group ID 129
Jan 13 14:08:14 m1-desktop nvidia-persistenced[3508]: Started (3508)
Jan 13 14:08:14 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:14 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:15 m1-desktop nvidia-persistenced[3508]: device 0000:01:00.0 - registered
Jan 13 14:08:15 m1-desktop nvidia-persistenced[3508]: Local RPC service initialized
Jan 13 14:08:15 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:15 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:16 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop lightdm[3460]: /etc/modprobe.d is not a file
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: Received signal 15
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: Socket closed.
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: PID file unlocked.
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: PID file closed.
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:16 m1-desktop nvidia-persistenced[3508]: Shutdown (3508)
Jan 13 14:08:16 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:16 m1-desktop lightdm[3460]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:16 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:16 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:16 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: /etc/modprobe.d is not a file
Jan 13 14:08:18 m1-desktop gpu-manager[3538]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:18 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:18 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:18 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:18 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Verbose syslog connection opened
Jan 13 14:08:18 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Now running with user ID 121 and group ID 129
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Started (3578)
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: device 0000:01:00.0 - registered
Jan 13 14:08:18 m1-desktop nvidia-persistenced[3578]: Local RPC service initialized
Jan 13 14:08:18 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:19 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:19 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: Received signal 15
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: Socket closed.
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: PID file unlocked.
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: PID file closed.
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:19 m1-desktop nvidia-persistenced[3578]: Shutdown (3578)
Jan 13 14:08:19 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:20 m1-desktop lightdm[3564]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:20 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Verbose syslog connection opened
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Now running with user ID 121 and group ID 129
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Started (3612)
Jan 13 14:08:20 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: device 0000:01:00.0 - registered
Jan 13 14:08:20 m1-desktop nvidia-persistenced[3612]: Local RPC service initialized
Jan 13 14:08:20 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:21 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: Received signal 15
Jan 13 14:08:21 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: Socket closed.
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: PID file unlocked.
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: PID file closed.
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:21 m1-desktop nvidia-persistenced[3612]: Shutdown (3612)
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop lightdm[3564]: /etc/modprobe.d is not a file
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:21 m1-desktop lightdm[3564]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:21 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:21 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:21 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:21 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: /etc/modprobe.d is not a file
Jan 13 14:08:22 m1-desktop gpu-manager[3641]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:22 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:22 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:22 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:22 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:22 m1-desktop nvidia-persistenced[3682]: Verbose syslog connection opened
Jan 13 14:08:22 m1-desktop nvidia-persistenced[3682]: Now running with user ID 121 and group ID 129
Jan 13 14:08:22 m1-desktop nvidia-persistenced[3682]: Started (3682)
Jan 13 14:08:22 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:23 m1-desktop nvidia-persistenced[3682]: device 0000:01:00.0 - registered
Jan 13 14:08:23 m1-desktop nvidia-persistenced[3682]: Local RPC service initialized
Jan 13 14:08:23 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:24 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:24 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: Received signal 15
Jan 13 14:08:24 m1-desktop lightdm[3668]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: Socket closed.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: PID file unlocked.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: PID file closed.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3682]: Shutdown (3682)
Jan 13 14:08:24 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:24 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Verbose syslog connection opened
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Now running with user ID 121 and group ID 129
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Started (3717)
Jan 13 14:08:24 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: device 0000:01:00.0 - registered
Jan 13 14:08:24 m1-desktop nvidia-persistenced[3717]: Local RPC service initialized
Jan 13 14:08:24 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:25 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: Received signal 15
Jan 13 14:08:25 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: Socket closed.
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: PID file unlocked.
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: PID file closed.
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:25 m1-desktop nvidia-persistenced[3717]: Shutdown (3717)
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop lightdm[3668]: /etc/modprobe.d is not a file
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 13 14:08:25 m1-desktop lightdm[3668]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Unit entered failed state.
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 13 14:08:25 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:25 m1-desktop systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jan 13 14:08:25 m1-desktop systemd[1]: Stopped Light Display Manager.
Jan 13 14:08:25 m1-desktop systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: /etc/modprobe.d is not a file
Jan 13 14:08:27 m1-desktop gpu-manager[3746]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:27 m1-desktop systemd[1]: Started Detect the available GPUs and deal with any system changes.
Jan 13 14:08:27 m1-desktop systemd[1]: Starting Light Display Manager...
Jan 13 14:08:27 m1-desktop systemd[1]: Started Light Display Manager.
Jan 13 14:08:27 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:27 m1-desktop nvidia-persistenced[3789]: Verbose syslog connection opened
Jan 13 14:08:27 m1-desktop nvidia-persistenced[3789]: Now running with user ID 121 and group ID 129
Jan 13 14:08:27 m1-desktop nvidia-persistenced[3789]: Started (3789)
Jan 13 14:08:27 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:28 m1-desktop nvidia-persistenced[3789]: device 0000:01:00.0 - registered
Jan 13 14:08:28 m1-desktop nvidia-persistenced[3789]: Local RPC service initialized
Jan 13 14:08:28 m1-desktop kernel: nvidia-modeset: Allocated GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:29 m1-desktop kernel: nvidia-modeset: Freed GPU:0 (GPU-88ef7d97-2727-0579-d407-7c220c7d7406) @ PCI:0000:01:00.0
Jan 13 14:08:29 m1-desktop systemd[1]: Stopping NVIDIA Persistence Daemon...
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: Received signal 15
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: Socket closed.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: PID file unlocked.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: PID file closed.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: The daemon no longer has permission to remove its runtime data directory /var/run/nvidia-persistenced
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3789]: Shutdown (3789)
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop systemd[1]: Stopped NVIDIA Persistence Daemon.
Jan 13 14:08:29 m1-desktop lightdm[3775]: /etc/modprobe.d is not a file
Jan 13 14:08:29 m1-desktop lightdm[3775]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Jan 13 14:08:29 m1-desktop systemd[1]: Starting NVIDIA Persistence Daemon...
Jan 13 14:08:29 m1-desktop systemd[1]: Started NVIDIA Persistence Daemon.
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Verbose syslog connection opened
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Now running with user ID 121 and group ID 129
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Started (3824)
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: device 0000:01:00.0 - registered
Jan 13 14:08:29 m1-desktop nvidia-persistenced[3824]: Local RPC service initialized


Rebooted and problem solved?

The command in 3main for p106-100 is :

Code:
      sudo nvidia-xconfig --enable-all-gpus --cool-bits=12

Should it be changed to the one you used for xorg update?
I have 1070 Ti and 1080 Ti rigs. I'm not sure why LightDM wouldn't start. xorg.conf.backup and xorg.conf is the same and after 3main copies xorg.conf.backup to xorg.conf then rebooting, everything works fine.
thaelin
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
January 14, 2018, 06:35:36 AM
 #6774

Sorry in advance if this was already asked and answered, but can this OS be used to mine bitcoin gold using 1080ti GPUs?

Yes it can. I do off and on do a run on BTG. I use Claymores miner and it works great. Good steady hash rate.  I do use 1060's tho but the '80s should be faster is all.

thay
thaelin
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
January 14, 2018, 06:41:33 AM
 #6775

@NameTaken
   Have you by chance did a byte by byte file comparison of both xorgs?  I am wondering if you have an erroneous character in there some where that is being the culprit.
Something on the lines of a shift space or that nature. Have seen that raise hell in programs before.

Just a thought on that.  I think diff would work since they are txt type files.

thay
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 14, 2018, 06:43:56 AM
 #6776

Sorry in advance if this was already asked and answered, but can this OS be used to mine bitcoin gold using 1080ti GPUs?

Yes it can. I do off and on do a run on BTG. I use Claymores miner and it works great. Good steady hash rate.  I do use 1060's tho but the '80s should be faster is all.

thay


As far as I remember Claymore didnt have Nvidia miner for equihash.
Is there a new version for that?

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 14, 2018, 06:47:44 AM
 #6777

@NameTaken
   Have you by chance did a byte by byte file comparison of both xorgs?  I am wondering if you have an erroneous character in there some where that is being the culprit.
Something on the lines of a shift space or that nature. Have seen that raise hell in programs before.

Just a thought on that.  I think diff would work since they are txt type files.

thay

This is the xorg update for p106 headless in 3main

Code:
  if [ $P106_100_FULL_HEADLESS_MODE == "YES" ]
  then
    if grep -q "XORG_UPDATED" /home/m1/xorg_flag;
    then
      sleep 2
      UPDATE="NO"
    fi
    if [ $UPDATE == "YES" ]
    then
      sudo nvidia-xconfig --enable-all-gpus --cool-bits=12
      cd /home/m1
      echo XORG_UPDATED > '/home/m1/xorg_flag'
      sleep 4
      echo "XORG UPDATED"
      echo ''
      echo "Rebooting in 5"
      echo ''
      echo "disconnect monitor if connected"
      sleep 5
      sudo reboot
    fi


It runs when headless p106 set to yes
Code:
sudo nvidia-xconfig --enable-all-gpus --cool-bits=12

since I have no experience on headless p106, was wondering should it be changed to NameTaken command to solve headless users issue?

Code:
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration

thaelin
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
January 14, 2018, 06:57:57 AM
 #6778

Sorry in advance if this was already asked and answered, but can this OS be used to mine bitcoin gold using 1080ti GPUs?

Yes it can. I do off and on do a run on BTG. I use Claymores miner and it works great. Good steady hash rate.  I do use 1060's tho but the '80s should be faster is all.

thay


As far as I remember Claymore didnt have Nvidia miner for equihash.
Is there a new version for that?

Oh darn, my bad.  EWBF I use for BTG.  But the Ver20 switches auto to it when it shows best.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 14, 2018, 07:09:55 AM
 #6779

Sorry in advance if this was already asked and answered, but can this OS be used to mine bitcoin gold using 1080ti GPUs?

Yes it can. I do off and on do a run on BTG. I use Claymores miner and it works great. Good steady hash rate.  I do use 1060's tho but the '80s should be faster is all.

thay


As far as I remember Claymore didnt have Nvidia miner for equihash.
Is there a new version for that?

Oh darn, my bad.  EWBF I use for BTG.  But the Ver20 switches auto to it when it shows best.

I recommend you try zm miner, it gives much more hash rate and more stable.
Same 2% dev fee as ewbf 3.4

NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
January 14, 2018, 08:05:54 AM
Last edit: January 14, 2018, 08:16:53 AM by NameTaken
 #6780

@NameTaken
   Have you by chance did a byte by byte file comparison of both xorgs?  I am wondering if you have an erroneous character in there some where that is being the culprit.
Something on the lines of a shift space or that nature. Have seen that raise hell in programs before.

Just a thought on that.  I think diff would work since they are txt type files.

thay
Code:
$ sudo mount -o offset=10485760 nvOC-V0019-2.0.img /mnt
$ sha256sum /mnt/etc/X11/xorg.conf{,.backup}
c77f1170f29b08d805d9425a2c29d079eb5a27cfd75b4a4cdc8ed6a93689966d  /mnt/etc/X11/xorg.conf
c77f1170f29b08d805d9425a2c29d079eb5a27cfd75b4a4cdc8ed6a93689966d  /mnt/etc/X11/xorg.conf.backup

I'm not using P106s so I didn't enable P106_100_FULL_HEADLESS_MODE but will try. The rig can be headless with normal GPUs and there are P104-100s coming out so calling the option P106_100_FULL_HEADLESS_MODE could cause misunderstanding and confusion.
Pages: « 1 ... 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 [339] 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 ... 417 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!