On Thu, Jul 26, 2012 at 12:57 PM, <
wb666...@gmail.com> wrote:
>
>
> On Thursday, July 26, 2012 9:14:26 AM UTC-5, Rolf Reintjes wrote:
>>
>> Am 26.07.2012 16:03, schrieb :
>> > Am I the only one finding the Pandaboard ES to not be very stable? I
>> > get random lockups, I think my longest uptime is about 30 hours.
>> >
>>
>> It may be there are some hints for you here:
>>
https://groups.google.com/forum/#!topic/pandaboard/VHFD9jj7xDQ
>>
>> My stability problems were caused by a damaged SD-card. With my new
>> SD-card I do not have any problems. But I only run the pandaboard as a
>> server.
>
>
> After reading that thread, it looks like a hardware problem -- either
> OMAP4/Pandaboard hardware related or the fact that SD cards make a poor
> excuse for a hard drive.
>
> Uptimes of 17 and 34 days (longest I'd seen mentioned in the thread) is
> totally unimpressive. Since about RedHat 6 my Linux uptimes, on the
> cheapest x86 hardware I could find, has always been limited by the power
> company or when I upgraded software.
>
> My wife's Android phone locks up every month or so and needs the battery
> removed and re-installed to reboot it.
>
> For a personal project I was looking at buying a Pandaboard for a security
> alarm application (currently running on my home Linux based file server with
> the idea of getting much longer run time on the UPS batteries with a
> Pandaboard compared to my quad core server with 6TB of hard drives), but
> uptimes of 34 days just won't cut it, as its a set and forget application.
>
> We'll see if the updated and changes made today will improve this Pandaboard
> ES uptime -- its mostly just idle to get and idea of uptime for the time
> being, others are being used for prototype development and the lockups are a
> PITA but not a showstopper for this purpose.
>
> Any but got better uptimes? Running off a USB drive or SSD?
I've got 33 days at the moment on my xorg tinderbox build client
panda.. uses an SSD drive on USB, but mainly to improve build times.
The last time it was rebooted was due to network issues (basically my
router box died, and I unplugged the panda in the process of
untangling power cords). That is a fedora 17 setup, with vanilla
upstream kernel.
Most of my other pandas get rebooted a bit more frequently (like many
times a day.. because usually I'm working on kernel driver stuff ;-)).
My xbmc panda was probably running at least for a few months straight
w/ 11.10 setup although I never noted the uptime before upgrading it
to 12.04. At the moment, there is a lot that is new in the 12.04
based gfx/multimedia stack, and still a few things that we are
debugging.. I wouldn't expect it to be the model of stability at the
moment, although most of those issues you wouldn't see if you weren't
using gfx/multimedia. (And we've fixed a lot of issues in the last
couple weeks, so the state of the 12.04 PPA should be improving as the
updates land in the PPA.) But if you want rock solid stability, I'd
still probably build a kernel with pwr mgmt disabled.. that eliminates
a lot of potential points of failure, and it will still draw quite a
lot less power than your desktop ;-)
Fwiw, I mainly use hard drives, rather than rootfs on sd-card.. but
for reasons of performance. I guess SD card should be ok, but I'd
probably recommend using tmpfs for /tmp and /var/log and any other
areas that are getting frequent writes. That would be a lot kinder to
the SD card.
BR,
-R