Migration failure to Yuno v4 (to Buster OK)

My YunoHost server

Hardware: Raspberry Pi3B+ at home
YunoHost version: 3.8.5.7
I have access to my server : Through SSH
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : I run also mpd and kodi on that server

Description of my issue

Hi all,

I tried this morning to migration to Buster / Yuno 4.

Unfortunately, the process did not finish properly: the migration to buster seems ok, but not the yuno one. All yuno apps are still running fine.

Here is the migration’s log: https://paste.yunohost.org/raw/ikifinevig

$ sudo yunohost --version
yunohost: 
  repo: stable
  version: 3.8.5.7
yunohost-admin: 
  repo: stable
  version: 3.8.3.5
moulinette: 
  repo: stable
  version: 3.8.1.3
ssowat: 
  repo: stable
  version: 3.8.0.3

However:

$ lsb_release -a                
No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

It seems to be a dependency issue:

dpkg: error processing package xserver-xorg-input-all (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 keyboard-configuration
 console-setup
 xserver-xorg-core
 xserver-xorg-video-ati
 xserver-xorg-video-radeon
 xserver-xorg-input-wacom
 xserver-xorg-video-fbdev
 xserver-xorg-video-all
 xserver-xorg-video-vesa
 console-setup-linux
 xserver-xorg-video-amdgpu
 nodm
 xserver-xorg
 xserver-xorg-video-nouveau
 xserver-xorg-input-libinput
 xserver-xorg-input-all
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)



$ sudo apt list --upgradable
Listing... Done
ca-certificates/stable 20200601~deb10u1 all [upgradable from: 20200601~deb9u1]
moulinette/stable 4.0.3 all [upgradable from: 3.8.1.3]
openssl/testing 1.1.1d-0+deb10u3+rpt1 armhf [upgradable from: 1.1.0l-1~deb9u1]
ssowat/stable 4.0.3+202007291517 all [upgradable from: 3.8.0.3]
yunohost-admin/stable 4.0.3 all [upgradable from: 3.8.3.5]
yunohost/stable 4.0.4 all [upgradable from: 3.8.5.7]

I tried relaunching the migration, but it is the same story. Any idea to dig further?
Thank you a lot for any support.

The relevant error seems to be :

2020-08-30 10:22:10,002: WARNING - /var/lib/dpkg/info/keyboard-configuration.config: 1: /etc/default/keyboard: x#: not found

Sounds like there’s a syntax issue in /etc/default/keyboard with a x# somewhere … do you remember editing that file manually maybe …?

You are right Aleks, that was the issue!

I removed that “x” at the beginning of the /etc/default/keyboard file and everything went back fine (that ‘x’ looks like a missed ctrl+x in nano :roll_eyes: ).

$ sudo yunohost --version                                                                                                                                                               
yunohost: 
  repo: stable
  version: 4.0.4
yunohost-admin: 
  repo: stable
  version: 4.0.3
moulinette: 
  repo: stable
  version: 4.0.3
ssowat: 
  repo: unstable
  version: 4.0.3+202007291517

Is the unstable repo for SSOwat normal?

Kind of, it’s just a cosmetic issue, nothing to worry about

Perfect, so we can close that topic.
Another (almost) easy migration!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.