Closed Davidwedel closed 6 days ago
To Reproduce Steps to reproduce the behavior: Use the update button to update from 2.4.1 to 2.5.0
Expected behavior On trying to access the webpage service, I get the "Problem loading page" error. The corrections are still working though.
Software/Hardware (please complete the following information): RTKBase release number: 2.5.0 OS: Windows 11 Home 21H2 22000.2538 SBC: Raspberry Pi 3 Model B Plus Rev 1.3 (Raspbian 11 (Bullseye)) GNSS Device: U-blox_ZED-F9P - 1.13 Connection type: usb
Hi!
I'm really not sure why I don't have the venv directory. Does the "update" button not do this, but the install script does? Ask if you need more info. Thanks!
It should, with line 325: https://github.com/Stefal/rtkbase/blob/12c49b1a7cce3fd7f8dd194bf4d13a102740bf9d/rtkbase_update.sh#L307-L338
Could you execute this:
sudo ~/rtkbase/tools/install.sh --dependencies
then
sudo ~/rtkbase/tools/install.sh --rtkbase-requirements
Please write me the errors you will see.
So I had time to run that this morning, but didn't get the logs all copied. I can send this evening if needed. I had an issue with /var/logs being out of space. That was keeping anything new from installing. I'm not sure why, but sysstat had 40 some MB of data. Even sudo apt install ...
wasn't working. And running the commands you sent definitely installed a bunch of stuff, after id taken care of the storage space issue.
If that's the case, it was strictly an issue with my system, though a warning that not all was installed might be nice!
If that's the case, it was strictly an issue with my system, though a warning that not all was installed might be nice!
Yeah ! That would be nice, but RTKBase can't manage all the various cases. I'd like to, but I already don't have enough time to what I wanted to add in RTKBase.
So I will say ... PR Welcome 😉
Yeah the biggest enemy of free software... The time to work on it.
I'd like to, but since I already have my own AOG related project, that's taking all my spare time (and a little more), I doubt I'll take the time to learn python, and rtkbase code. Great work on rtkbase!
To Reproduce Steps to reproduce the behavior: Use the update button to update from 2.4.2 to 2.5.
Expected behavior On trying to access the webpage service, I get the "Problem loading page" error.
Software/Hardware (please complete the following information):
Additional context Journalctl logs:
I'm really not sure why I don't have the venv directory. Does the "update" button not do this, but the install script does? Ask if you need more info. Thanks!