Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.2
by
VoskCoin
on 29/09/2017, 15:21:52 UTC
Recently I built a 12 cards rig, it run into low disk space in a few minutes, I found that /var/log/kern.log was eating the free space quickly. I followed this post to resolve the issue:
https://askubuntu.com/questions/771899/pcie-bus-error-severity-corrected

steps:
1.open /etc/default/grub, I use vi, you can use other text editors.
2.replace GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" by GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi", save and exit text editor.
3.sudo update-grub, sudo reboot

 
I hope it helps.

How can i determine if I am experiencing that issue? / was this causing intermittent restarts for you?
run df to check disk space, it the free space is 0%, you might run into this issue, then check /var/log/kern.log to see if it is large.

what is the command to run df?