Page 1 of 1

update-station will not start after update 11-17-24

Posted: Sun Nov 17, 2024 10:47 am
by tsesani
Traceback (most recent call last):
File "/usr/local/bin/update-station", line 14, in <module>
from update_station.notification import UpdateNotifier, TrayIcon
ModuleNotFoundError: No module named 'update_station'

Re: update-station will not start after update 11-17-24

Posted: Sun Nov 17, 2024 12:31 pm
by q-pa
I already created a bug report: https://github.com/ghostbsd/issues/issues/190

Re: update-station will not start after update 11-17-24

Posted: Sun Nov 17, 2024 3:00 pm
by RodMyers
taken from Telegram

I fixed the package. Everyone that has upgraded to 24.10.1 you must run sudo pkg upgrade -f update-station.

Re: update-station will not start after update 11-17-24

Posted: Sun Nov 17, 2024 3:03 pm
by ericbsd
I am sorry for that issue. I created a bad plist, and the library was missing from the package. I fixed the issue.

@tsesani and @q-pa to fix the issue on your end, you have to run this command line:

Code: Select all

sudo pkg upgrade -f update-station

Re: update-station will not start after update 11-17-24

Posted: Sun Nov 17, 2024 5:31 pm
by tsesani
Worked for me. Thanks for quick fix.

Re: update-station will not start after update 11-17-24

Posted: Sun Nov 24, 2024 6:36 pm
by mameko
As well here. Works now again as expected. Thank you.

Re: update-station will not start after update 11-17-24

Posted: Sun Nov 24, 2024 9:54 pm
by Robin
That was quick! Thanks!