guysoft / FullPageOS

A raspberrypi distro to display a full page browser on boot
GNU General Public License v3.0
3.86k stars 237 forks source link

fullpageos does not respond #165

Closed kamomil closed 6 years ago

kamomil commented 7 years ago

It tried installing Fullpageos on pi 2 model B that has no wireless. Since I'm too far from the router I configured it to use the wireless from my laptop, more or less as instructed here .

My issue is that the fullpageos doe not respond. It uploads and there is a tab with '+' sign that I guess should open a new tab when clicked, but it just does not respond.

guysoft commented 7 years ago

Might be a cache issue, try to clear the cache.

kamomil commented 7 years ago

you mean chromium's cache?

kamomil commented 7 years ago

Hi, I'm not sure I understand how this os works. Now, after booting it again , when I click the '+' I get a dialog for adding a new tab with url, then in the dialog I add 'huji' with url 'new.huji.ac.il' and then there is a new 'huji' tab but the url is 'http://192.168.250.1/FullPageDashboard/#url' and clicking it does nothing.

I also removed all the files in: ~/.cache/chromium/Default/Cache/ It seems to have no effect.

another thing, not sure if it relates, but in the file /boot/fullpageos-network.txt I have:

auto eth0:1                                                                                                        
iface eth0:1 inet static                                                                                           
  address 192.168.250.1                                                                                            
  netmask 255.255.255.0                                                                                            
  broadcast 192.168.250.255 

and in the file /etc/network/interfaces the last 3 lines are:

source /boot/fullpageos-network.txt                                                                                

nameserver 208.67.222.222                                                                                          
nameserver 208.67.220.220    

and still the ip of eth0 on boot is not 192.168.250.1

thanks

guysoft commented 7 years ago

If you are using FullPageOS nightly (you didn't provide a version), the fix in https://github.com/guysoft/CustomPiOS/commit/a3d4844f9b335fe0f60f0921d577d664a5f6c888 might fix this issue too, because clear_lighttpd_cache.service should have stopped working in the nightly.

guysoft commented 6 years ago

Closing if no reply