Advertisement
Guest User

do-release-upgrade

a guest
May 30th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.37 KB | None | 0 0
  1. Checking for a new Ubuntu release
  2. Get:1 Upgrade tool signature [1554 B]                                                                                                                                                                                                        
  3. Get:2 Upgrade tool [1342 kB]                                                                                                                                                                                                                  
  4. Fetched 1343 kB in 0s (0 B/s)                                                                                                                                                                                                                
  5. authenticate 'focal.tar.gz' against 'focal.tar.gz.gpg'
  6. extracting 'focal.tar.gz'
  7. mkdir: cannot create directory '/run/user/0': Permission denied
  8. [6512:0530/195040.494393:FATAL:atom_main_delegate.cc(210)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
  9.  
  10. Traceback (most recent call last):
  11.   File "/tmp/ubuntu-release-upgrader-41jo5rfn/focal", line 8, in <module>
  12.     sys.exit(main())
  13.   File "/tmp/ubuntu-release-upgrader-41jo5rfn/DistUpgrade/DistUpgradeMain.py", line 222, in main
  14.     run_new_gnu_screen_window_or_reattach()
  15.   File "/tmp/ubuntu-release-upgrader-41jo5rfn/DistUpgrade/DistUpgradeMain.py", line 196, in run_new_gnu_screen_window_or_reattach
  16.     os.execv("/usr/bin/screen", cmd)
  17. FileNotFoundError: [Errno 2] No such file or directory
  18. Error in sys.excepthook:
  19. Traceback (most recent call last):
  20.   File "/usr/lib/python3/dist-packages/problem_report.py", line 477, in add_to_existing
  21.     self.write(f)
  22.   File "/usr/lib/python3/dist-packages/problem_report.py", line 432, in write
  23.     crc = zlib.crc32(block, crc)
  24. TypeError: a bytes-like object is required, not 'str'
  25.  
  26. Original exception was:
  27. Traceback (most recent call last):
  28.   File "/tmp/ubuntu-release-upgrader-41jo5rfn/focal", line 8, in <module>
  29.     sys.exit(main())
  30.   File "/tmp/ubuntu-release-upgrader-41jo5rfn/DistUpgrade/DistUpgradeMain.py", line 222, in main
  31.     run_new_gnu_screen_window_or_reattach()
  32.   File "/tmp/ubuntu-release-upgrader-41jo5rfn/DistUpgrade/DistUpgradeMain.py", line 196, in run_new_gnu_screen_window_or_reattach
  33.     os.execv("/usr/bin/screen", cmd)
  34. FileNotFoundError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement