4th Dec, 2017, 06:40 AM
(28th Nov, 2017 07:02 AM)Nachteule Wrote: [ -> ]Please try to reinstall xbian-package-repo and see if you get upgrade button in xbian-config GUI
Hm, found it, it was misleading! I had no "upgrade" button in xbian-config, that's where I expected it to find. However I did find an "update to Debian Stretch" in Kodi under Settings\XBian\Updates, no need to reinstall xbian-package-repo! Now after launching that menu item and waiting for a couple of minutes
Code:
cat /etc/debian_version
Terminal
9.1
However during upgrade I saw a couple of warnings rush by. Dunno if these are to be expected.
Some are warnings regarding changed shell scripts (which I didn't change) like so:
Terminal
Configuration file '/etc/init.d/hwclock.sh'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
==> Keeping old config file as default.
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
==> Keeping old config file as default.
Missing jobs, like so:
Terminal
initctl: Unknown job: K01nfs-common
insserv: warning: script 'K01nfs-common' missing LSB tags and overrides
insserv: warning: script 'K01nfs-common' missing LSB tags and overrides
Warnings regarding missing runlevels, like so:
Terminal
insserv: Default-Start undefined, assuming empty start runlevel(s) for script `bootmisc.sh'
insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `bootmisc.sh'
insserv: Default-Stop undefined, assuming empty stop runlevel(s) for script `bootmisc.sh'
Funny as well:
Terminal
Configuration file '/etc/init.d/rpcbind'
==> Deleted (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
==> Keeping old config file as default.
==> Deleted (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
==> Keeping old config file as default.
Then we have:
Terminal
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(.*?)(\\)?\${ <-- HERE ([^{}]+)}(.*)$/ at /usr/share/perl5/Debconf/Question.pm line 72.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^}]+)}/ at /usr/share/perl5/Debconf/Config.pm line 30.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^}]+)}/ at /usr/share/perl5/Debconf/Config.pm line 30.
And then finally this. Don't exactly understand what this want's to tell me, however I also don't think this is critical:
Terminal
update-alternatives: warning: alternative /usr/bin/compare-im6 (part of link group compare) doesn't exist; removing from list of alternatives
update-alternatives: warning: /etc/alternatives/compare is dangling; it will be updated with best choice
update-alternatives: warning: /etc/alternatives/compare is dangling; it will be updated with best choice
Aside from this install warnings a short test showed the system seems to run as it did before the upgrade. So if you confirm that above warnings are to be expected and the changes in some config files are made by xbian and are to be expected as well, then I'm probably done with switching to stretch.
THX
Don