Here is mine. Yes I did clear mine and even did a private session in chrome.
https://dl.dropboxusercontent.com/u/207349/logs.tar.gz
I am still stuck in /setup/test and can't get past it now.
pyrodex wrote:Here is mine. Yes I did clear mine and even did a private session in chrome.
https://dl.dropboxusercontent.com/u/207349/logs.tar.gz
I am still stuck in /setup/test and can't get past it now.
kevin wrote:Can you post the nginx version you have installed? (nginx -v)
Scott wrote:Okay that nginx version totally explains a lot! It doesn't support websockets.
There was an incorrect package hold in our last raspbian image. Doing an apt-get upgrade causes it to upgrade nginx even though we're newer. For whatever reason raspbian doesn't ship current versions of nginx in their package repositories. I have a new image in the works, but it probably won't be out till late this week or early next.
This should fix you up with our last release:
1. sudo apt-get -y remove nginx nginx-full
2. sudo apt-get clean
3. VERSION=1.7.4
4. curl http://nginx.org/download/nginx-$VERSION.tar.gz | tar zxvf -
5. cd nginx-$VERSION
6. ./configure --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --with-http_ssl_module --with-ipv6
7. make
8. sudo make install
9. sudo sync && sudo reboot && exit
Fingers crossed!
Users browsing this forum: No registered users and 11 guests