PiAware 3.8.1 Available

I’ve seen no announcement from FlightAware yet, but just a heads up that 3.8.1 is now available from the FA repositories. Run ‘sudo apt update’ to download and install. Seems stable so far. :+1:t2:

dsgfdgdf

2 Likes

i needed to

run sudo apt upgrade

to get the update. But it’s working
Any changelog available?

I like to run “sudo apt update” to see if anything is available and if so, run “sudo apt full-upgrade” to actually install items.

I’d like to see a changelog as well.

i tried “update” but it did not show me anything available.

A change that was done on Mar 19, shows that the piaware that was developing branch is staged to became full.

1 Like

I have recompiled the AMD64 (Ubuntu 19.10) branch and it is still at 3.8.0.

1 Like

Rename or delete exsisting folder piaware_builder, and clone new source code, you will get ver 3.8.1

$ git clone http://github.com/flightaware/piaware_builder
Cloning into 'piaware_builder'...
warning: redirecting to https://github.com/flightaware/piaware_builder/
remote: Enumerating objects: 78, done.
remote: Counting objects: 100% (78/78), done.
remote: Compressing objects: 100% (52/52), done.
remote: Total 749 (delta 47), reused 53 (delta 26), pack-reused 671
Receiving objects: 100% (749/749), 166.47 KiB | 2.05 MiB/s, done.
Resolving deltas: 100% (484/484), done.

$ cd piaware_builder

$ git log

commit 66a92f1e4b267bb8113ff7ff0e3415b6c7f8a33d (HEAD -> master, tag: v3.8.1, origin/staging, origin/master, origin/HEAD)
Author: Eric Tran <eric.tran@flightaware.com>
Date:   Tue Mar 24 17:03:36 2020 +0000

    Release v3.8.1


3 Likes

I cannot scroll the screen to get to the bottom to see the log. Nice blue interface. Using Chrome and Firefox. Both the same.

1 Like

i’m still running 3.8.0 but same thing for me…i can’t scroll to the log screen either…using Firefox but have always been able to see the log screen before

1 Like

Upgraded to 3.8.1 but same with the log screen for me in Chrome. Can’t move it on screen either.

Annotation 2020-03-25 163726

1 Like

Shrink your screen to get it to fit. 80% works.

at 80% screen size i can see the screen scroll, at 67% i can see the entire screen (again, on Firefox)…but as noted, i am still on 3.8.0 so i don’t think this is a 3.8.1 bug!

1 Like

Haven’t had to use any work around in the past, but you are right, shrinking the screen to 90% or less does work. Thank you. Definitely not a 3.8.1 bug, this is something changed with the web site coding. I don’t remember the last time i used the log so not much help there.

Victory! I had to delete both the Piaware and the Dump1090-fa cloned folders and repeat install.

What I am not sure about is that I still used ./sensible-build.sh bionic option with Piaware on my Ubuntu 19.10.
It works, but it sets up Piaware for Ubuntu 1804 :roll_eyes:

For Ubuntu 19.1, you should use buster, not bionic

If you’re on disco, you should tell piaware_builder to build for disco.

1 Like

Oops, I missed that disco is now included.
Thanks for correction.

dist="$1" 
case $dist in 

 jessie)
 debdist=jessie
 targetdist=jessie-backports
 extraversion="~bpo8+"
 ;;
 stretch)
 debdist=stretch
 targetdist=stretch-backports
 extraversion="~bpo9+"
 ;;
 buster)
 debdist=buster
 targetdist=buster
 extraversion=""
 ;;
 xenial)
 debdist=stretch
 targetdist=xenial
 extraversion="~ubuntu1604+"
 ;;
 bionic)
 debdist=buster
 targetdist=bionic
 extraversion="~ubuntu1804+"
 ;;
 disco)
 debdist=buster
 targetdist=disco
 extraversion="~ubuntu1904+"
 ;;
 *)
 echo "unknown build distribution $1" >&2
 echo "syntax: $0 <jessie|stretch|buster|xenial|bionic|disco>" >&2 exit 1
 ;;
esac 

1 Like

This scrolling seem seem to be a bug as the overlay window does not scroll.

Workaround:
move the line with the configuration wheel up as much as possible to the top of your browser window, then click it. On high-res screens you should be able to see the full window.

or

zoom out the browser window, by holding STRG and turning the mouse wheel (or use the zoom function in browser). This picture was taken on a FullHD screen with zoom set to 80%