termios.error when running `do-release-upgrade` with Ubuntu 14.04 LTS

I'm trying to upgrade from 14.04 LTS The error I'm getting is File "/usr/bin/apport-cli", line 50, in raw_input_char
termios.tcsetattr(file, termios.TCSANOW, attributes)
termios.error: (5, 'Input/output error')

1 Reply

What I would do is uninstall apport and then try again:

apt-get uninstall apport
apt-get autoremove

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct