We are attempting to follow the directions in the developer guide to enable nv-oem-config on a custom Ubuntu 18.04.5 rootfs which was created via debootstrap. All dependencies are installed and we have followed the developer guide directions to enable the service on the image. This image does not contain any GUI, so we are running config on ttyTCU0.
The configuration starts on the terminal but immediately jumps from the “license” to “Lang” to “Timzone” and continues to do this on a loop. Any ideas would be appreciated.
- using JP 4.4.1 L4T r32.4.4
- ubiquity version 18.04.14.14
- no /var/log/installer/debug file is created
- /var/log/oem-config-log contains “OSError”:
Ubiquity 18.04.14.14 (oem-config)
debconf_ui selected; starting debconf frontend
Ubiquity 18.04.14.14 (oem-config)
Ubiquity 18.04.14.14 (oem-config)
Traceback (most recent call last):
File “/usr/sbin/oem-config”, line 655, in
main(oem_config)
File “/usr/sbin/oem-config”, line 639, in main
install(args[0], query=options.query)
File “/usr/sbin/oem-config”, line 272, in install
open_terminal()
File “/usr/sbin/oem-config”, line 107, in open_terminal
ttyn = os.ttyname(0)
OSError: [Errno 5] Input/output error
Ubiquity 18.04.14.14 (oem-config)
Traceback (most recent call last):
File “/usr/sbin/oem-config”, line 655, in
main(oem_config)
File “/usr/sbin/oem-config”, line 639, in main
install(args[0], query=options.query)
File “/usr/sbin/oem-config”, line 272, in install
open_terminal()
File “/usr/sbin/oem-config”, line 107, in open_terminal
ttyn = os.ttyname(0)
OSError: [Errno 5] Input/output error
Ubiquity 18.04.14.14 (oem-config)
Traceback (most recent call last):
File “/usr/sbin/oem-config”, line 655, in
main(oem_config)
File “/usr/sbin/oem-config”, line 639, in main
install(args[0], query=options.query)
File “/usr/sbin/oem-config”, line 272, in install
open_terminal()
File “/usr/sbin/oem-config”, line 107, in open_terminal
ttyn = os.ttyname(0)
OSError: [Errno 5] Input/output error
Ubiquity 18.04.14.14 (oem-config)
Traceback (most recent call last):
File “/usr/sbin/oem-config”, line 655, in
main(oem_config)
File “/usr/sbin/oem-config”, line 639, in main
install(args[0], query=options.query)
File “/usr/sbin/oem-config”, line 272, in install
open_terminal()
File “/usr/sbin/oem-config”, line 107, in open_terminal
ttyn = os.ttyname(0)
OSError: [Errno 5] Input/output erro-