Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.7.0 upgrade notes and known issues #1303

Open
scottleibrand opened this issue Oct 20, 2019 · 8 comments
Open

0.7.0 upgrade notes and known issues #1303

scottleibrand opened this issue Oct 20, 2019 · 8 comments

Comments

@scottleibrand
Copy link
Contributor

Running bash /tmp/openaps-install.sh dev (without a reflash) causes the rig to lose connectivity after updating dnsmasq and hostapd (used for the offline-only hotspot), and requiring me to log back in and re-run the setup a second time. I don’t know of any fix for that short of removing those packages and the offline-only hotspot support, but the workaround (running openaps-install again) shouldn’t be too big a deal. (It doesn’t happen on every upgrade, but when upgrading a rig that hasn’t been updated since before the last time those packages were updated upstream.)

Another install error that others have reported:

error in GitPython setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-KzxBJ3/gitpython
Storing debug log for failure in /root/.pip/pip.log
Couldn't install openaps toolkit

Fix is to update pip's setuptools via pip install setuptools -U and re-run the last install/setup command. If this happens to everyone, we can probably add that command to run automatically before it installs / updates the openaps toolkit.

@straykatz
Copy link

straykatz commented Nov 5, 2019

I just ran into this a few times with 2 different rigs, after reflashing:
root@raven:~# curl https://raw.githubusercontent.com/openaps/oref0/dev/bin/openaps-install.sh > /tmp/openaps-install.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:100 4444 100 4444 0 0 9553 0 --:--:-- --:--:-- --:--:-- 9556 root@raven:~# bash /tmp/openaps-install.sh Enter your rig's new hostname (this will be your rig's name in the future, so make sure to write it down): black /tmp/openaps-install.sh: line 37: dpkg-reconfigure: command not found

@scottleibrand
Copy link
Contributor Author

That’s a basic Linux command installed with Debian by default. If it’s missing you probably have a corrupted flash. I’d try reflashing to start.

@straykatz
Copy link

yikes. on two chips ... Thank you!

@scottleibrand
Copy link
Contributor Author

What image are you using to flash? Maybe re-download that too?

@straykatz
Copy link

I had just re-downloaded Jubilinux before reflashing these two chips. I am having a hard time getting a clean install, been trying for a few days, actually. I'll redownload.

@old-square-eyes
Copy link
Contributor

old-square-eyes commented Nov 13, 2019

Seems I got a strange TZ issue after upgrading.

Looplog...

https://omniaps.slack.com/files/UP2SZTXNC/FQ87YUQ0H/Loop_log.js

Edit: On investigation, unrelated to TZ, rather token based auth breaking and stopping ALL downloads/uploads from NS. The error for stale data time since fresh data increased linearly from the last successful download.

@scottleibrand
Copy link
Contributor Author

Just committed 9d4c739 to dev to fix the install_requires issue.

@scottleibrand
Copy link
Contributor Author

Will leave this issue open until we release 0.7.1 to track the install_requires fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants