Updating to 3.9.0~beta2

I am trying to update endless os to 3.9 while following instructions from this site (Getting Started | Beta Testing Program)
I run ```
eos-updater-ctl update

this code and it is giving the following error
"
bullet@endless:~$ eos-updater-ctl update
Changed state to Polling
Changed state to UpdateAvailable
======= Properties =======
           State: Polling
       CurrentID: '2128f7fcd1e89f1074d5e71ae62044a0ba4051c4a6d4ecb960851e34ff7637b8'
    DownloadSize: int64 269988807
 DownloadedBytes: int64 9956837
       ErrorCode: uint32 0
    ErrorMessage: ''
       ErrorName: ''
FullDownloadSize: int64 1744845040
FullUnpackedSize: int64 4136184777
 OriginalRefspec: 'eos:os/eos/amd64/eos3a'
    UnpackedSize: int64 726307139
        UpdateID: '3243bbede579e7c702e82d507afc5c32c6fdae47f0203ccac50a70e9e60f0fdb'
     UpdateLabel: '201016-161328'
   UpdateMessage: 'Built with eos-ostree-builder 84edaa7'
   UpdateRefspec: 'eos:os/eos/amd64/eos3a'
         Version: '3.9.0~beta2'

Changed state to Fetching
Changed state to Error
======= Properties =======
           State: Fetching
       CurrentID: '2128f7fcd1e89f1074d5e71ae62044a0ba4051c4a6d4ecb960851e34ff7637b8'
    DownloadSize: int64 91535278
 DownloadedBytes: int64 15602632
       ErrorCode: uint32 0
    ErrorMessage: ''
       ErrorName: ''
FullDownloadSize: int64 1744845040
FullUnpackedSize: int64 4136184777
 OriginalRefspec: 'eos:os/eos/amd64/eos3a'
    UnpackedSize: int64 264292698
        UpdateID: '3243bbede579e7c702e82d507afc5c32c6fdae47f0203ccac50a70e9e60f0fdb'
     UpdateLabel: '201016-161328'
   UpdateMessage: 'Built with eos-ostree-builder 84edaa7'
   UpdateRefspec: 'eos:os/eos/amd64/eos3a'
         Version: '3.9.0~beta2'

Traceback (most recent call last):
  File "/usr/bin/eos-updater-ctl", line 409, in <module>
    main()
  File "/usr/bin/eos-updater-ctl", line 405, in main
    sys.exit(args.function(**args_dict))
  File "/usr/bin/eos-updater-ctl", line 213, in command_update
    apply_result = command_apply(block=True, quiet=quiet)
  File "/usr/bin/eos-updater-ctl", line 195, in command_apply
    return command_dbus('apply', block, quiet)
  File "/usr/bin/eos-updater-ctl", line 159, in command_dbus
    proxy.call_sync(qualified_method_name, parameters, 0, -1, None)
gi.repository.GLib.Error: g-io-error-quark: GDBus.Error:com.endlessm.Updater.Error.WrongState: Can't call Apply() while in state Error (36)
"
[eos-diagnostic-201021_190915_UTC-0500.txt|attachment](upload://iOeG90rMlIQ1dVq8UzIMa1HugDB.txt) (1.4 MB) 

Thank you in advance.

Can you send a diagnostic?

https://support.endlessos.org/en/help-center/How-do-I-make-a-debug-log-of-Endless-OS

eos-diagnostic-201022_113115_UTC-0500.txt (2.5 MB)

To debug update issues, i recommend the following procecure:

  1. Open a Terminal and run:
journalctl -f -u eos-updater
  1. Open another Terminal and run:
eos-updater-ctl update --force

Collect the messages from the first Window and paste it here in this Thread for further analysis.

   security: GPG: commit http: TLS
                                       non-delta: meta: 1 content: 0
                                       transfer: secs: 1 size: 1.1 kB

Oct 22 13:39:18 endless eos-updater[5441]: Changing to state Ready
Oct 22 13:41:10 endless eos-updater[5441]: Changing to state Polling
Oct 22 13:41:10 endless eos-updater[5441]: Using product branch os/eos/amd64/eos3a
Oct 22 13:41:10 endless eos-updater[5441]: Using product branch os/eos/amd64/eos3a
Oct 22 13:41:10 endless eos-updater[5441]: Using product branch os/eos/amd64/eos3a
Oct 22 13:41:10 endless eos-updater[5441]: Using product branch os/eos/amd64/eos3a
Oct 22 13:41:12 endless eos-updater[5441]: libostree pull from ‘eos’ for os/eos/amd64/eos3a complete
security: GPG: commit http: TLS
non-delta: meta: 1 content: 0
transfer: secs: 0 size: 1.1 kB
Oct 22 13:41:12 endless eos-updater[5441]: Using product branch os/eos/amd64/eos3a
Oct 22 13:41:12 endless eos-updater[5441]: Using product branch os/eos/amd64/eos3a
Oct 22 13:41:14 endless eos-updater[5441]: libostree pull from ‘eos’ for os/eos/amd64/eos3a complete
security: GPG: commit http: TLS
non-delta: meta: 1 content: 0
transfer: secs: 0 size: 1.1 kB
Oct 22 13:41:15 endless eos-updater[5441]: Poll: Couldn’t find any updates
Oct 22 13:41:15 endless eos-updater[5441]: Using product branch os/eos/amd64/eos3a
Oct 22 13:41:17 endless eos-updater[5441]: libostree pull from ‘eos’ for os/eos/amd64/eos3a complete
security: GPG: commit http: TLS
non-delta: meta: 1 content: 0
transfer: secs: 1 size: 1.1 kB
Oct 22 13:41:17 endless eos-updater[5441]: Using product branch os/eos/amd64/eos3a
Oct 22 13:41:17 endless eos-updater[5441]: Using product branch os/eos/amd64/eos3a
Oct 22 13:41:18 endless eos-updater[5441]: libostree pull from ‘eos’ for os/eos/amd64/eos3a complete
security: GPG: commit http: TLS
non-delta: meta: 1 content: 0
transfer: secs: 1 size: 1.1 kB
Oct 22 13:41:18 endless eos-updater[5441]: Changing to state Ready

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.