Python error in Ubuntu 18 lte installation script

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
2
down vote

favorite












Ubuntu 18 LT installation died after message: "almost done copying.."
from syslog:



May 15 20:11:48 ubuntu /install.py: keeping language packs for: en_US.UTF-8
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Could not resolve 'security.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Some index files failed to download. They have been ignored, or old ones used instead.
May 15 20:11:49 ubuntu ubiquity: W: --force-yes is deprecated, use one of the options starting with --allow instead.
May 15 20:12:05 ubuntu ubiquity[3065]: debconffilter_done: ubi-usersetup (current: ubi-usersetup)
May 15 20:12:05 ubuntu ubiquity[3065]: Step_before = stepUserInfo
May 15 20:12:05 ubuntu kernel: [ 160.122935] do_trap: 106 callbacks suppressed
May 15 20:12:05 ubuntu kernel: [ 160.122937] traps: ubiquity[3065] trap int3 ip:7f5a4f42ac41 sp:7ffe319141a0 error:0 in libglib-2.0.so.0.5600.1[7f5a4f3d9000+113000]
May 15 20:12:15 ubuntu /install.py: Exception during installation:
May 15 20:12:15 ubuntu /install.py: Traceback (most recent call last):
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 765, in <module>
May 15 20:12:15 ubuntu /install.py: install.run()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 135, in run
May 15 20:12:15 ubuntu /install.py: self.copy_all()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 532, in copy_all
May 15 20:12:15 ubuntu /install.py: 'INFO', 'ubiquity/install/copying_minute')
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 83, in <lambda>
May 15 20:12:15 ubuntu /install.py: lambda *args, **kw: self.command(command, *args, **kw))
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 104, in command
May 15 20:12:15 ubuntu /install.py: status = int(status)
May 15 20:12:15 ubuntu /install.py: ValueError: invalid literal for int() with base 10: ''
May 15 20:12:15 ubuntu /install.py:
May 15 20:12:15 ubuntu nautilus-autostart.desktop[2173]: Trace/breakpoint trap (core dumped)
May 15 20:12:40 ubuntu dbus-daemon[1742]: [session uid=999 pid=1742] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.60' (uid=999 pid=2173 comm="nautilus-desktop " label="unconfined")


It is reproducible. What do I do next?







share|improve this question






















  • Do you mean how do you report the bug, or do you want to ask how to continue installation? It's weird that the system can't resolve the domains for package download - if you just do sudo apt dist-upgrade is it all working? Have you changed python to point to python3 rather than 2.7?
    – pbhj
    May 15 at 20:53






  • 1




    This sounds like a bug in VSCode, and that needs reported to their developers.
    – Thomas Ward♦
    May 16 at 0:33










  • I ran into this today, installing Ubuntu 18.04 on an old macbook (12,1)
    – remram
    Jun 18 at 21:12














up vote
2
down vote

favorite












Ubuntu 18 LT installation died after message: "almost done copying.."
from syslog:



May 15 20:11:48 ubuntu /install.py: keeping language packs for: en_US.UTF-8
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Could not resolve 'security.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Some index files failed to download. They have been ignored, or old ones used instead.
May 15 20:11:49 ubuntu ubiquity: W: --force-yes is deprecated, use one of the options starting with --allow instead.
May 15 20:12:05 ubuntu ubiquity[3065]: debconffilter_done: ubi-usersetup (current: ubi-usersetup)
May 15 20:12:05 ubuntu ubiquity[3065]: Step_before = stepUserInfo
May 15 20:12:05 ubuntu kernel: [ 160.122935] do_trap: 106 callbacks suppressed
May 15 20:12:05 ubuntu kernel: [ 160.122937] traps: ubiquity[3065] trap int3 ip:7f5a4f42ac41 sp:7ffe319141a0 error:0 in libglib-2.0.so.0.5600.1[7f5a4f3d9000+113000]
May 15 20:12:15 ubuntu /install.py: Exception during installation:
May 15 20:12:15 ubuntu /install.py: Traceback (most recent call last):
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 765, in <module>
May 15 20:12:15 ubuntu /install.py: install.run()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 135, in run
May 15 20:12:15 ubuntu /install.py: self.copy_all()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 532, in copy_all
May 15 20:12:15 ubuntu /install.py: 'INFO', 'ubiquity/install/copying_minute')
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 83, in <lambda>
May 15 20:12:15 ubuntu /install.py: lambda *args, **kw: self.command(command, *args, **kw))
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 104, in command
May 15 20:12:15 ubuntu /install.py: status = int(status)
May 15 20:12:15 ubuntu /install.py: ValueError: invalid literal for int() with base 10: ''
May 15 20:12:15 ubuntu /install.py:
May 15 20:12:15 ubuntu nautilus-autostart.desktop[2173]: Trace/breakpoint trap (core dumped)
May 15 20:12:40 ubuntu dbus-daemon[1742]: [session uid=999 pid=1742] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.60' (uid=999 pid=2173 comm="nautilus-desktop " label="unconfined")


It is reproducible. What do I do next?







share|improve this question






















  • Do you mean how do you report the bug, or do you want to ask how to continue installation? It's weird that the system can't resolve the domains for package download - if you just do sudo apt dist-upgrade is it all working? Have you changed python to point to python3 rather than 2.7?
    – pbhj
    May 15 at 20:53






  • 1




    This sounds like a bug in VSCode, and that needs reported to their developers.
    – Thomas Ward♦
    May 16 at 0:33










  • I ran into this today, installing Ubuntu 18.04 on an old macbook (12,1)
    – remram
    Jun 18 at 21:12












up vote
2
down vote

favorite









up vote
2
down vote

favorite











Ubuntu 18 LT installation died after message: "almost done copying.."
from syslog:



May 15 20:11:48 ubuntu /install.py: keeping language packs for: en_US.UTF-8
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Could not resolve 'security.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Some index files failed to download. They have been ignored, or old ones used instead.
May 15 20:11:49 ubuntu ubiquity: W: --force-yes is deprecated, use one of the options starting with --allow instead.
May 15 20:12:05 ubuntu ubiquity[3065]: debconffilter_done: ubi-usersetup (current: ubi-usersetup)
May 15 20:12:05 ubuntu ubiquity[3065]: Step_before = stepUserInfo
May 15 20:12:05 ubuntu kernel: [ 160.122935] do_trap: 106 callbacks suppressed
May 15 20:12:05 ubuntu kernel: [ 160.122937] traps: ubiquity[3065] trap int3 ip:7f5a4f42ac41 sp:7ffe319141a0 error:0 in libglib-2.0.so.0.5600.1[7f5a4f3d9000+113000]
May 15 20:12:15 ubuntu /install.py: Exception during installation:
May 15 20:12:15 ubuntu /install.py: Traceback (most recent call last):
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 765, in <module>
May 15 20:12:15 ubuntu /install.py: install.run()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 135, in run
May 15 20:12:15 ubuntu /install.py: self.copy_all()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 532, in copy_all
May 15 20:12:15 ubuntu /install.py: 'INFO', 'ubiquity/install/copying_minute')
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 83, in <lambda>
May 15 20:12:15 ubuntu /install.py: lambda *args, **kw: self.command(command, *args, **kw))
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 104, in command
May 15 20:12:15 ubuntu /install.py: status = int(status)
May 15 20:12:15 ubuntu /install.py: ValueError: invalid literal for int() with base 10: ''
May 15 20:12:15 ubuntu /install.py:
May 15 20:12:15 ubuntu nautilus-autostart.desktop[2173]: Trace/breakpoint trap (core dumped)
May 15 20:12:40 ubuntu dbus-daemon[1742]: [session uid=999 pid=1742] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.60' (uid=999 pid=2173 comm="nautilus-desktop " label="unconfined")


It is reproducible. What do I do next?







share|improve this question














Ubuntu 18 LT installation died after message: "almost done copying.."
from syslog:



May 15 20:11:48 ubuntu /install.py: keeping language packs for: en_US.UTF-8
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Could not resolve 'security.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Some index files failed to download. They have been ignored, or old ones used instead.
May 15 20:11:49 ubuntu ubiquity: W: --force-yes is deprecated, use one of the options starting with --allow instead.
May 15 20:12:05 ubuntu ubiquity[3065]: debconffilter_done: ubi-usersetup (current: ubi-usersetup)
May 15 20:12:05 ubuntu ubiquity[3065]: Step_before = stepUserInfo
May 15 20:12:05 ubuntu kernel: [ 160.122935] do_trap: 106 callbacks suppressed
May 15 20:12:05 ubuntu kernel: [ 160.122937] traps: ubiquity[3065] trap int3 ip:7f5a4f42ac41 sp:7ffe319141a0 error:0 in libglib-2.0.so.0.5600.1[7f5a4f3d9000+113000]
May 15 20:12:15 ubuntu /install.py: Exception during installation:
May 15 20:12:15 ubuntu /install.py: Traceback (most recent call last):
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 765, in <module>
May 15 20:12:15 ubuntu /install.py: install.run()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 135, in run
May 15 20:12:15 ubuntu /install.py: self.copy_all()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 532, in copy_all
May 15 20:12:15 ubuntu /install.py: 'INFO', 'ubiquity/install/copying_minute')
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 83, in <lambda>
May 15 20:12:15 ubuntu /install.py: lambda *args, **kw: self.command(command, *args, **kw))
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 104, in command
May 15 20:12:15 ubuntu /install.py: status = int(status)
May 15 20:12:15 ubuntu /install.py: ValueError: invalid literal for int() with base 10: ''
May 15 20:12:15 ubuntu /install.py:
May 15 20:12:15 ubuntu nautilus-autostart.desktop[2173]: Trace/breakpoint trap (core dumped)
May 15 20:12:40 ubuntu dbus-daemon[1742]: [session uid=999 pid=1742] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.60' (uid=999 pid=2173 comm="nautilus-desktop " label="unconfined")


It is reproducible. What do I do next?









share|improve this question













share|improve this question




share|improve this question








edited May 16 at 0:30









Nakini

159116




159116










asked May 15 at 20:46









jorg

111




111











  • Do you mean how do you report the bug, or do you want to ask how to continue installation? It's weird that the system can't resolve the domains for package download - if you just do sudo apt dist-upgrade is it all working? Have you changed python to point to python3 rather than 2.7?
    – pbhj
    May 15 at 20:53






  • 1




    This sounds like a bug in VSCode, and that needs reported to their developers.
    – Thomas Ward♦
    May 16 at 0:33










  • I ran into this today, installing Ubuntu 18.04 on an old macbook (12,1)
    – remram
    Jun 18 at 21:12
















  • Do you mean how do you report the bug, or do you want to ask how to continue installation? It's weird that the system can't resolve the domains for package download - if you just do sudo apt dist-upgrade is it all working? Have you changed python to point to python3 rather than 2.7?
    – pbhj
    May 15 at 20:53






  • 1




    This sounds like a bug in VSCode, and that needs reported to their developers.
    – Thomas Ward♦
    May 16 at 0:33










  • I ran into this today, installing Ubuntu 18.04 on an old macbook (12,1)
    – remram
    Jun 18 at 21:12















Do you mean how do you report the bug, or do you want to ask how to continue installation? It's weird that the system can't resolve the domains for package download - if you just do sudo apt dist-upgrade is it all working? Have you changed python to point to python3 rather than 2.7?
– pbhj
May 15 at 20:53




Do you mean how do you report the bug, or do you want to ask how to continue installation? It's weird that the system can't resolve the domains for package download - if you just do sudo apt dist-upgrade is it all working? Have you changed python to point to python3 rather than 2.7?
– pbhj
May 15 at 20:53




1




1




This sounds like a bug in VSCode, and that needs reported to their developers.
– Thomas Ward♦
May 16 at 0:33




This sounds like a bug in VSCode, and that needs reported to their developers.
– Thomas Ward♦
May 16 at 0:33












I ran into this today, installing Ubuntu 18.04 on an old macbook (12,1)
– remram
Jun 18 at 21:12




I ran into this today, installing Ubuntu 18.04 on an old macbook (12,1)
– remram
Jun 18 at 21:12















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036702%2fpython-error-in-ubuntu-18-lte-installation-script%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036702%2fpython-error-in-ubuntu-18-lte-installation-script%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491