Search found 23 matches
- Thu Aug 18, 2016 8:26 am
- Forum: Off topic discussion
- Topic: Longest Raspberry Pi uptime
- Replies: 100
- Views: 87674
Re: Longest Raspberry Pi uptime
very impressive, ,mines back to 365 days after a 24 hour power outage a year ago hmpf... One of my Pi boxes has now made it into 4 digits of uptime. (It's in a data center, we get occasional power outages at home.) 18:46:40 up 1005 days, 1:37, 1 user, load average: 1.06, 1.07, 1.11 I have another on...
Re: Pi Uptime
root@rasbian:~# uprecords # Uptime | System Boot up ----------------------------+--------------------------------------------------- -> 1 354 days, 13:00:03 | Linux 3.6.11+ Mon Mar 4 03:07:57 2013 2 113 days, 00:57:10 | Linux 3.2.27+ Tue Oct 16 22:04:41 2012 3 19 days, 13:01:30 | Linux 3.2.27+ Thu ...
- Sun Feb 09, 2014 2:15 pm
- Forum: Off topic discussion
- Topic: Longest Raspberry Pi uptime
- Replies: 100
- Views: 87674
Re: Longest Raspberry Pi uptime
563 days so far, email and web server getting visited 400-1000 times a day :-) root@rasbian:~# uprecords # Uptime | System Boot up ----------------------------+--------------------------------------------------- -> 1 563 days, 11:05:11 | Linux 3.6.11+ Mon Mar 4 03:07:57 2013 2 113 days, 00:57:10 | L...
- Tue Feb 19, 2013 5:23 pm
- Forum: Networking and servers
- Topic: System stats on a website?
- Replies: 7
- Views: 4864
Re: System stats on a website?
the one i'm using here http://93.97.163.97:81/livestatus/status.php is quite good although the temp reading isn't working at the moment
- Wed Feb 13, 2013 12:13 am
- Forum: Networking and servers
- Topic: My RPi php-Sysinfo-Script - no sudo access required
- Replies: 12
- Views: 6683
Re: My RPi php-Sysinfo-Script - no sudo access required
indeed the above script is great EXCEPT my pi has been taken down by a ddos aimed at the script page, 1500 requests for the script over 90 seconds and apache went into terminal meltdown, and the pi needs rebooting just aim apachbench at the page and see the results, i was attacked from germany and p...
- Sun Feb 10, 2013 2:36 am
- Forum: Networking and servers
- Topic: apache2 not reloading/start/stopping
- Replies: 4
- Views: 1145
Re: apache2 not reloading/start/stopping
after going through the logs i find that remarkably my poor little pi server got hit by a distributed DOS attack... a pretty basic but effective hammering of the thing by ApacheBench from portugal (95.93.172.65) and germany (5.175.160.25) total over 2000 hits on one little php script page in about 1...
- Sat Feb 09, 2013 9:09 pm
- Forum: Networking and servers
- Topic: apache2 not reloading/start/stopping
- Replies: 4
- Views: 1145
Re: apache2 not reloading/start/stopping
thanks for the suggestions Richard
i have already tried -9 option to no avail
top states there are 0 zombies, weird eh ?
i have already tried -9 option to no avail
top states there are 0 zombies, weird eh ?
- Sat Feb 09, 2013 8:37 pm
- Forum: Networking and servers
- Topic: apache2 not reloading/start/stopping
- Replies: 4
- Views: 1145
apache2 not reloading/start/stopping
hi there i have a web server apache2 php mysql rasbian oct 2012 distro its been up for nearly four months but now apache has stopped serving pages its processes are all listed in top as running but it won't respond to start, stop, reload etc or kill i don't want to reboot the server, any ideas how t...
- Fri Feb 08, 2013 11:58 pm
- Forum: Beginners
- Topic: Longest Raspberry Pi uptime known?
- Replies: 20
- Views: 7389
Re: Pi Uptime
i use a fairly cheap power supply made for cctv installs, only a few quid, and it will fit nicely into an enclosure hopefully a bit smaller than this one http://www.ebay.co.uk/itm/330687475622?ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1423.l2649 pi's are luckily cheap enough to have more than one,...
Re: Pi Uptime
its easy to power via the gpio BUT it bypasses the normal dc protection so a good regulated psu is required and you have to be careful, but so far so good here
pin 2 is 5+
pin 6 is ground
pin 2 is 5+
pin 6 is ground
Re: Pi Uptime
he hehe, nice answer... i already power the board via the gpio pins so as to avoid the darned mini usb lead sticking out the side thats my biggest gripe with the pi, that all the leads stick out in all direction, i know theres little space but perhaps they should have stuck the essential sd card eth...
Re: Pi Uptime
20:11:39 up 110 days, 23:06, 1 user, load average: 0.07, 0.31, 0.24
http://93.97.163.97:81/serendipity/
so far so good, i have a ups now but don't want to shut down to change out the power, any ideas how to hot swap ?
http://93.97.163.97:81/serendipity/
so far so good, i have a ups now but don't want to shut down to change out the power, any ideas how to hot swap ?
Re: Pi Uptime
91 days here http://93.97.163.97:81/sysinfo/index.php after a few months of unstableness, and corrupt sd cards we seem to have reached a nice stable release in the last version of raspbian i'd love to participate in a dedicated RPI uptime server, i can host it here on any number of pi's the code is ...
- Mon Dec 31, 2012 2:46 am
- Forum: Networking and servers
- Topic: File sharing with OSX
- Replies: 41
- Views: 148153
Re: File sharing with OSX
great, thanks for this simple walkthrough much appreciated
- Mon Dec 31, 2012 1:34 am
- Forum: Networking and servers
- Topic: My RPi php-Sysinfo-Script - no sudo access required
- Replies: 12
- Views: 6683
Re: My RPi php-Sysinfo-Script - no sudo access required
I'm using an SD card yes, it will be interesting to see how long it lasts, i suspect quite a long time the server is pretty busy so a fair number of writes to card,mysql etc.. now i just need to find a way to keep it powered while i install a ups, quite proud of 75 days :-) my server status on my RP...
- Mon Dec 31, 2012 1:29 am
- Forum: Networking and servers
- Topic: My RPi php-Sysinfo-Script - no sudo access required
- Replies: 12
- Views: 6683
Re: My RPi php-Sysinfo-Script - no sudo access required
Thanks for the re-write, it works fine on my piserver now Nice script, but unfortunately it includes a lot of exec() calls. For every exec(), a shell process has to be spawned, which results in a significant system load and memory consumption. In fact, I was able to crash the RPi by repeatedly acces...
- Wed Sep 26, 2012 10:00 pm
- Forum: Networking and servers
- Topic: Web Server running only on Solar Power
- Replies: 50
- Views: 25652
Re: Web Server running only on Solar Power
random dropping of usb and or ethernet, is often caused by voltage drop..
what power rating and voltage is your supply ?
what power rating and voltage is your supply ?
- Sat Sep 22, 2012 12:12 pm
- Forum: Networking and servers
- Topic: Web Server running only on Solar Power
- Replies: 50
- Views: 25652
Re: Web Server running only on Solar Power
an interesting project, well done i have a question, what scripts are you using to generate the bandwidth and cpu usage charts ? also, i have been running a squeeze server for a few months too, but suffered from sd card corruption and low performance i installed rasbian, especially the new version w...
- Sat Sep 22, 2012 11:50 am
- Forum: Networking and servers
- Topic: My RPi php-Sysinfo-Script - no sudo access required
- Replies: 12
- Views: 6683
Re: My RPi php-Sysinfo-Script - no sudo access required
For those who are interested: Download: http://derkev.in/rpisysinfoscript/ Demo: http://keschy.dlinkddns.com/sysinfo/ (might be a bit slow - 14kb/s upload) Screenshot: http://imgur.com/YRUtS It's pretty basic at the time but it's a good alternative (not competitor) to Raspcontrol because it doesn't...
- Sat Sep 22, 2012 11:49 am
- Forum: Networking and servers
- Topic: My RPi php-Sysinfo-Script - no sudo access required
- Replies: 12
- Views: 6683
Re: My RPi php-Sysinfo-Script - no sudo access required
my server status on my RPI
Click the server status menu at the top
probably too much info but i wanted to see how much and how quick..
it also displays cpu speed (variable!) ad cpu temperature
Click the server status menu at the top
probably too much info but i wanted to see how much and how quick..
it also displays cpu speed (variable!) ad cpu temperature
- Fri Sep 21, 2012 4:59 pm
- Forum: Networking and servers
- Topic: Raspi is also good for boring server work
- Replies: 17
- Views: 13745
Re: Raspi is also good for boring server work
im also running a web server on one of my rpi raspbian apache2 php and mysql using the latest rasbian with the really useful overclock code, well worth upgrading to if your headless i have also removed all the x window environment and run on a 16mb gpu memory split very stable and reliable and highl...