Page 1 of 1

Update station keeps failing part way through

Posted: Tue Jul 14, 2020 4:37 pm
by AppleMike
Hi,

As title, update station tells me I have several packages to update, but at around 50-60 files updated out of 800 it falls over, and the details button does nothing. Now it goes to starting update station and it never actually opens.

is there anything I could try on the command line to see more details about what is happening?

Re: Update station keeps failing part way through

Posted: Wed Jul 15, 2020 3:25 pm
by ericbsd
Run the sudo update-station command in a terminal will probably give you what is missing.

Re: Update station keeps failing part way through

Posted: Wed Jul 15, 2020 5:31 pm
by AppleMike
Unable to init server: Could not connect to 127.0.0.1: Connection refused

So now what do I look for please, do I need to kill a duplicate zombie task?

ghostbsd-pc /usr/home/mike]$ ps -aux | grep update
root 4183 0.0 0.1 13236 4316 - I Tue20 0:00.00 sudo update-station
root 4195 0.0 0.6 64632 48236 - I Tue20 0:00.42 /usr/local/bin/python3.7 /usr/local/bin/update-station
root 14240 0.0 0.1 13236 4340 - I 21:19 0:00.01 sudo update-station check-now
root 14241 0.0 0.5 55212 41136 - I 21:19 0:00.35 /usr/local/bin/python3.7 /usr/local/bin/update-station check-now
mike 14953 0.0 0.0 11012 2384 1 S+ 21:29 0:00.00 grep update


do I kill them all and start again?

Re: Update station keeps failing part way through

Posted: Fri Jul 17, 2020 4:58 pm
by AppleMike
I killed the original and duplicate instances of update station and python update script, then started again, it was very slow, but eventually updated everything, so sort of fixed, but dont know why.

Re: Update station keeps failing part way through

Posted: Sat Jul 18, 2020 3:12 pm
by zau
I had the same problem and I ran pkg update -f and pkg upgrade -f to fix the problem(s).