Page 1 of 1
Error on Updating
Posted: Mon Jul 06, 2020 4:50 pm
by AA0WX
I cant quite figure out whats going on here.
It might be something so simple I dont see it.
Starting update, please wait...
Stopping Services...
Done
Updating DV Binaries...
No updates for /usr/local/bin available
Done
Updating Pi-Star Binaries...
Updating /usr/local/sbin...
From
https://github.com/AndyTaylorTweet/Pi-S ... aries_sbin
* branch master -> FETCH_HEAD
error: Your local changes to the following files would be overwritten by merge:
pistar-upnp.service
Please commit your changes or stash them before you merge.
Aborting
Updating ad2da0d..57b5de5
Updates were not successfull, reverting to Pi-Star original files...
error: Entry 'pistar-upnp.service' not uptodate. Cannot merge.
fatal: Could not reset index file to revision 'origin/master'.
Done
Re: Error on Updating
Posted: Mon Jul 06, 2020 6:40 pm
by NQ4T
That looks like a repository issue the devs will have to fix.
Re: Error on Updating
Posted: Mon Jul 06, 2020 10:21 pm
by G8SEZ
The pistar-upnp.service file patch appears somehow to have become its own parent.
git error?
Re: Error on Updating
Posted: Tue Jul 07, 2020 3:50 am
by w7efs
Error is duplicated here, and I've never edited /usr/local/sbin/pistar-upnp.service
Re: Error on Updating
Posted: Tue Jul 07, 2020 10:53 am
by G8SEZ
Andy has fixed it up this morning, that should mean that everyone's problem ends when they next update.
Re: Error on Updating
Posted: Tue Jul 07, 2020 7:37 pm
by AA0WX
It was a good update this morning. Seems like the issue was resolved.
Re: Error on Updating
Posted: Tue Jul 07, 2020 7:39 pm
by G8SEZ
Yes, but the upnp service syntax has been reverted to the original, so according to the upnpc man page it is incorrect when trying to delete upnp entries on stopping the service.
I expect Andy will sort it out soon, whatever the problem was it was due to something with the git commit.
Re: Error on Updating
Posted: Tue Jul 07, 2020 8:01 pm
by KN2TOD
System is also being left in RW mode after the updates.
Re: Error on Updating
Posted: Wed Jul 08, 2020 6:16 pm
by AF6VN
KN2TOD wrote: ↑Tue Jul 07, 2020 8:01 pm
System is also being left in RW mode after the updates.
That is a long running problem. Some updates will replace files, but the OS keeps a reference to the original file location (since the file is being used at the time). Those references are, in a way, "pending deletes" -- the name is no longer in the directory, but the OS can't free the space until after a reboot.
Re: Error on Updating
Posted: Wed Jul 08, 2020 7:33 pm
by KN2TOD
This was a different favor of that issue. I've never seen the update process itself report a problem with the mount/unmounts built into procedures, nor have the ability to correct the status by issuing an RPI-RW command later via SSH. I've seen enough RW lockups that your refer to, so this caught my attention. Six different hotspots exhibited the same behavior in a short period of time in sequential, manually initiated updates. All the hotspots were in R status before the update, RW status after, and restored to R status via command afterwards with no reboots.