Been running amahi for a couple months now. It's on a headless machine. Most things have been working great.
Amahitunes has been a bit of a sore spot for me. Usually I'll get it working, then sometimes for whatever reason the amahitunes server stops and will not restart. deleting the pid file usually works. Sometimes I have to uninstall and reinstall.
Well, this time I uninstalled it, reinstalled it, but the install gets stuck on "installing package dependancies." The server slows down, even http requests are slow. I let it sit for an hour and decide to reboot. Well, even clicking the settings tab takes forever to load. Eventually I just ssh and init 6 to reboot.
Tried a couple times and always same result.
So now I try with dlna and same thing.
if I ssh in and do "top" this is what I have after roughly an hour...
Code: Select all
top - 23:39:45 up 11:08, 1 user, load average: 6.54, 6.42, 5.59
Tasks: 202 total, 8 running, 193 sleeping, 0 stopped, 1 zombie
Cpu(s): 4.3%us, 94.1%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 1.7%si, 0.0%st
Mem: 2509232k total, 2489772k used, 19460k free, 20428k buffers
Swap: 4620280k total, 0k used, 4620280k free, 1695944k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
8959 apache 20 0 174m 75m 3240 R 16.2 3.1 4:55.88 ruby
9051 apache 20 0 160m 64m 2012 R 16.2 2.6 4:51.86 ruby
9038 apache 20 0 160m 64m 2012 R 15.9 2.6 4:54.33 ruby
9041 apache 20 0 160m 64m 2012 R 15.6 2.6 4:36.44 ruby
9048 apache 20 0 160m 64m 2012 R 15.6 2.6 4:42.56 ruby
9045 apache 20 0 160m 64m 2012 R 15.3 2.6 4:47.68 ruby
1986 root 20 0 3816 100 36 R 4.3 0.0 113:31.68 smfpd
2058 transmis 20 0 312m 10m 3752 S 0.7 0.4 5:48.91 transmission-da
1661 mysql 20 0 680m 21m 6184 S 0.3 0.9 0:38.37 mysqld
9228 matt 20 0 14908 1224 864 R 0.3 0.0 0:04.58 top
Everynow and then a few processes pop up with the command name yum. They will be there for a few seconds then gone again. That makes me think it's attempting to download the dependencies...
So, what log files do I need to post? Any ideas?