some console-conf start-up traceback

Nicolino Curalli n.curalli at domotz.com
Mon Mar 27 13:50:51 UTC 2017


Hi all,

we have a strange output on console after the first boot: the first boot go straight without any traceback.

We use our kernel snap on a orangepi plus 2e board (kernel 4.9).

The traceback is the following:


[  OK  ] Reached target Login Prompts.
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

Traceback (most recent call last):
  File "/usr/share/subiquity/console-conf-write-login-details", line 21, in <module>
    sys.exit(write_login_details_standalone())
  File "/usr/share/subiquity/console_conf/controllers/identity.py", line 136, in write_login_details_standalone
    write_login_details(sys.stdout, owner['username'], ips)
  File "/usr/share/subiquity/console_conf/controllers/identity.py", line 115, in write_login_details
    sshcommands=sshcommands, host_key_info=host_key_info(), tty_name=tty_name, first_ip=ips[0]))
IndexError: list index out of range

Traceback (most recent call last):
  File "/usr/share/subiquity/console-conf-write-login-details", line 21, in <module>
    sys.exit(write_login_details_standalone())
  File "/usr/share/subiquity/console_conf/controllers/identity.py", line 136, in write_login_details_standalone
    write_login_details(sys.stdout, owner['username'], ips)
  File "/usr/share/subiquity/console_conf/controllers/identity.py", line 115, in write_login_details
    sshcommands=sshcommands, host_key_info=host_key_info(), tty_name=tty_name, first_ip=ips[0]))
IndexError: list index out of range

IndexError: list index out of range

Traceback (most recent call last):
  File "/usr/share/subiquity/console-conf-write-login-details", line 21, in <module>
    sys.exit(write_login_details_standalone())
  File "/usr/share/subiquity/console_conf/controllers/identity.py", line 136, in write_login_details_standalone
    write_login_details(sys.stdout, owner['username'], ips)
  File "/usr/share/subiquity/console_conf/controllers/identity.py", line 115, in write_login_details
    sshcommands=sshcommands, host_key_info=host_key_info(), tty_name=tty_name, first_ip=ips[0]))
IndexError: list index out of range

Traceback (most recent call last):
  File "/usr/share/subiquity/console-conf-write-login-details", line 21, in <module>
    sys.exit(write_login_details_standalone())
  File "/usr/share/subiquity/console_conf/controllers/identity.py", line 136, in write_login_details_standalone
    write_login_details(sys.stdout, owner['username'], ips)
  File "/usr/share/subiquity/console_conf/controllers/identity.py", line 115, in write_login_details
    sshcommands=sshcommands, host_key_info=host_key_info(), tty_name=tty_name, first_ip=ips[0]))
IndexError: list index out of range

Ubuntu Core 16 on 192.168.5.107 (ttyS0)

The host key fingerprints are:

......

To login:

    ssh domotz at 192.168.5.107<mailto:domotz at 192.168.5.107>


The number of traceback block  seem completely random.

The board networking works fine and we can login on system.

Some ideas about explanation of this strange output?

Thanks,

Nicolino







More information about the Snapcraft mailing list