Has this line been added to the crontab for the RPI2 for this update?
*/1 * * * * ([ -n "`/bin/pidof thttpd`" ] && [ -n "`/bin/pidof thttpdbackup`" ]) || rcthttpd restart
I had to manually add it to 5.0i for both my RPI2's to keep the web interface running. I would like to know if I will need to ...
Search found 35 matches
- Sat Oct 10, 2015 8:59 am
- Forum: Announcements
- Topic: Update 5.0k
- Replies: 6
- Views: 15429
- Sun Aug 23, 2015 9:32 pm
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI interface on RPI 2
Reporting back on my test. I have two identical RPi2 meteohubs hosting different weather stations, both running 5.0i. I appended the rcthttpd restart line to the crontab of one, and left the other one alone. Rebooted both. A day later, the meteohub with the rcthttpd restart line appended to the ...
- Sun Aug 23, 2015 2:27 am
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI interface on RPI 2
When you look at crontab via "crontab -l", don't you have this statement on the second line?
*/1 * * * * ([ -n "`/bin/pidof thttpd`" ] && [ -n "`/bin/pidof thttpdbackup`" ]) || rcthttpd restart
This checks for thttpd running every minute and restarts services if they are down.
I added this ...
*/1 * * * * ([ -n "`/bin/pidof thttpd`" ] && [ -n "`/bin/pidof thttpdbackup`" ]) || rcthttpd restart
This checks for thttpd running every minute and restarts services if they are down.
I added this ...
- Sat Aug 22, 2015 2:44 pm
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI interface on RPI 2
I don't find that line in crontab either:
root@meteohub-rpi-home:~# crontab -l
*/1 */1 * * * /bin/pidof histeval0 || /usr/bin/nice /home/meteohub/histeval0
*/1 * * * * /bin/cat /proc/uptime >/var/run/meteohub/alive
22,52 * * * * echo 'wdnow' >/dev/meteohub
13 */6 * * * /bin/pidof histeval2 || /usr ...
root@meteohub-rpi-home:~# crontab -l
*/1 */1 * * * /bin/pidof histeval0 || /usr/bin/nice /home/meteohub/histeval0
*/1 * * * * /bin/cat /proc/uptime >/var/run/meteohub/alive
22,52 * * * * echo 'wdnow' >/dev/meteohub
13 */6 * * * /bin/pidof histeval2 || /usr ...
- Thu Jun 25, 2015 7:46 am
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI interface on RPI 2
I have reverted to build 5.0d and the GUI appears to be working correctly again. 5.0h doesn't solve the issue.
br. Ian
Interesting. I have tried 5.0h and found the same thing, it did not solve the issue, but I have not gone back any further than 5.0h. Have you tried 5.0g? The release notes for 5 ...
br. Ian
Interesting. I have tried 5.0h and found the same thing, it did not solve the issue, but I have not gone back any further than 5.0h. Have you tried 5.0g? The release notes for 5 ...
- Wed May 06, 2015 4:41 am
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI interface on RPI 2
Well after a week, I have never had the web interface go down following a rcthttpd restart command. Following a reboot, the interface will drop anywhere from a few minutes to a few hours, but it always drops unless I run the restart command, then it is fine. I only have to run the restart command ...
- Sun Apr 26, 2015 5:32 pm
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI interface on RPI 2
Last night I had to briefly shut down my remote RPi2 to do some network equipment maintenance. The web interface had been stable for about four days now since running the rcthttpd start and stop commands. After I booted it back up, after a few hours the web interface went down again, same as before ...
- Sat Apr 25, 2015 4:43 pm
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI interface on RPI 2
I have not lost my web interface on either of my RPi 2's since running the start and stop commands, and it's been two days for one, and three for the other. Previously I would usually lose the interface within a few hours. So something seems to be different. Will keep monitoring to see if this ...
- Fri Apr 24, 2015 10:27 pm
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI interface on RPI 2
User is root, pw is meteohub. That should work.zunshiner wrote:Can I Connect Form My Windows Laptop via putty to my Raspberry?
I thought user and pw are both meteohub.
But all I get is "Access denied".
- Fri Apr 24, 2015 6:09 pm
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI interface on RPI 2
There are a couple mentions of thttpd, not sure what they mean:
Process:
PID TTY STAT TIME COMMAND
1 ? Ss 0:03 init [2]
2 ? S 0:00 [kthreadd]
3 ? S 0:05 [ksoftirqd/0]
5 ? S< 0:00 [kworker/0:0H]
7 ? S 0:39 [rcu_preempt]
8 ? S 0:00 [rcu_sched]
9 ? S 0:00 [rcu_bh]
10 ? S 0:00 [migration/0 ...
Process:
PID TTY STAT TIME COMMAND
1 ? Ss 0:03 init [2]
2 ? S 0:00 [kthreadd]
3 ? S 0:05 [ksoftirqd/0]
5 ? S< 0:00 [kworker/0:0H]
7 ? S 0:39 [rcu_preempt]
8 ? S 0:00 [rcu_sched]
9 ? S 0:00 [rcu_bh]
10 ? S 0:00 [migration/0 ...
- Thu Apr 23, 2015 7:22 pm
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI interface on RPI 2
"rcthttpd stop" stops web server and "rcthttpd start" starts it again.
Thank you, Boris. Just tried this. Stopping the web server and restarting it restored the GUI access for me, at least temporarily. Will see for how long. Much better than the reboot option which forces the weather data to ...
Thank you, Boris. Just tried this. Stopping the web server and restarting it restored the GUI access for me, at least temporarily. Will see for how long. Much better than the reboot option which forces the weather data to ...
- Thu Apr 23, 2015 7:02 pm
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI interface on RPI 2
Hi.
Looks like I am facing the same problem.
Did you find a solution alredy?
My Raspberry can be pinged successfully and us constantly delivering data to my Website, but i cant connect to the Web Interface.
Cheers
Mathias
Which model of the Raspberry Pi are you using?
I have not been able to ...
Looks like I am facing the same problem.
Did you find a solution alredy?
My Raspberry can be pinged successfully and us constantly delivering data to my Website, but i cant connect to the Web Interface.
Cheers
Mathias
Which model of the Raspberry Pi are you using?
I have not been able to ...
- Sat Apr 11, 2015 6:10 am
- Forum: Raspberry PI
- Topic: Pi 2, wifi and MeteoHub
- Replies: 27
- Views: 25378
Re: Pi 2, wifi and MeteoHub
I am also running 5.0i on a RPi 2, but my network page does not show the WLAN part. Is that something that appears when you install the usb WLAN adapter?
Thanks for the info on the Edimax adapter.
Thanks for the info on the Edimax adapter.
- Wed Apr 08, 2015 1:22 am
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI interface on RPI 2
Thanks. I tried that command and got the following result:
root 28152 0.0 0.1 2632 1832 ? Ss 16:10 0:00 /usr/sbin/thttpd -C /etc/thttpd.conf
root 28533 0.0 0.0 1988 420 pts/0 S+ 16:17 0:00 grep thttpd
Does that look like the web server is running? I tried the restart command, but it didn't bring ...
root 28152 0.0 0.1 2632 1832 ? Ss 16:10 0:00 /usr/sbin/thttpd -C /etc/thttpd.conf
root 28533 0.0 0.0 1988 420 pts/0 S+ 16:17 0:00 grep thttpd
Does that look like the web server is running? I tried the restart command, but it didn't bring ...
- Tue Apr 07, 2015 5:05 pm
- Forum: Raspberry PI
- Topic: Losing GUI interface on RPI 2
- Replies: 36
- Views: 30949
Re: Losing GUI
Yes, thanks for the suggestion. I did try accessing the emergency IP exactly as described, with no success. I have also tried reinstalling the OS several times.
I am curious if anyone else using an RPI 2 is experiencing this issue? It would also help to hear back from others running an RPI 2 who ...
I am curious if anyone else using an RPI 2 is experiencing this issue? It would also help to hear back from others running an RPI 2 who ...