Author Topic: MDs "crashing"  (Read 3527 times)

B34N

  • Guru
  • ****
  • Posts: 156
    • View Profile
MDs "crashing"
« on: June 09, 2014, 02:50:33 pm »
My MDs (hybrid core and netboot NUC) have both locked up on me while either playing a movie or Pandora. While the MD portion of the core locked, the rest seemed to keep operating. I was able to see what looked like a Kubuntu error on the core that said something lie "temporary user full". I haven't changed anything and it has been about a month since I updated.

Any thoughts? How do I check the logs to see what the message was?

Thank you,
B34N

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: MDs "crashing"
« Reply #1 on: June 10, 2014, 12:31:49 am »
in a shell, What is the output of df -h?

-Thom

B34N

  • Guru
  • ****
  • Posts: 156
    • View Profile
Re: MDs "crashing"
« Reply #2 on: June 10, 2014, 02:19:11 am »
in a shell, What is the output of df -h?
Code: [Select]
Filesystem                                              Size  Used Avail Use% Mounted on
rootfs                                                   72G   23G   46G  34% /
udev                                                    744M  4.0K  744M   1% /dev
tmpfs                                                   151M  1.3M  150M   1% /run
/dev/disk/by-uuid/ffd70af7-ad2c-477e-8c62-97a86e74ec52   72G   23G   46G  34% /
none                                                    5.0M     0  5.0M   0% /run/lock
none                                                    754M  4.0K  754M   1% /run/shm
/dev/sda1                                                72G   23G   46G  34% /mnt/device/77
/dev/sdb1                                               1.4T  561G  745G  43% /mnt/device/92

B34N

  • Guru
  • ****
  • Posts: 156
    • View Profile
Re: MDs "crashing"
« Reply #3 on: June 10, 2014, 02:01:23 pm »
The problem didn't repeat itself last night. That's strange because it froze twice on the core over two days after just playing Pandora through a browser for about 45-minutes. I couldn't get any response from the MD interface. I even tried issuing quick reloads and that didn't have any affect. On the NUC MD it froze after a few moments of playing back a video. The only way I could get any response was to do a hard reset.

I'll keep monitoring and try to see if there is any pattern or if the df -h shows anything different if the problem comes up again.

Thank you,
B34N

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: MDs "crashing"
« Reply #4 on: June 10, 2014, 06:27:36 pm »
if it freezes again,

connect via ssh, and do

Code: [Select]
$ top

and observe, look for processes taking up 100% or more CPU time. is it X?

-Thom