Не отключается автоматическое обновление

После обновления до версии Endless 4.0.7; Build ID: 220623-094358 не отключается автоматическое обновление на вкладке Обновление программы App Center 3.38.0, хотя переключатель на вкладке Автоматическое обновление программы Параметры находится в отключённом состоянии. И при таком состоянии само обновление программ реально происходит.
Может можно в терминале дать команду, запрещающую автоматическое обновление, а когда надо, затем и разрешающую?

1 Like

Please update your system fully using the command lines below. If any errors occur during this, please copy/paste them into this thread. Sometimes there are issues with applications which have been deprecated (and removed from the repository) in newer versions.

  1. Update your Operating System:
sudo eos-updater-ctl update --force
  1. Update all your applications:
flatpak update --appstream --assumeyes
flatpak update --assumeyes

Thank you for answer!
I executed only first your command line because there were errors.
user@endless:~$ sudo eos-updater-ctl update --force
Changed state to Polling
Changed state to Ready
======= Properties =======
State: Polling
CurrentID: ‘7e888a8646b5c892a7cb30d5d7ec4c172b1cedaa1ae545e395e869923a856ca6’
DownloadSize: 0 bytes
DownloadedBytes: 0 bytes
ErrorCode: uint32 0
ErrorMessage: ‘’
ErrorName: ‘’
FullDownloadSize: 0 bytes
FullUnpackedSize: 0 bytes
OriginalRefspec: ‘’
UnpackedSize: 0 bytes
UpdateID: ‘’
UpdateLabel: ‘’
UpdateMessage: ‘’
UpdateRefspec: ‘’
Version: ‘’

Traceback (most recent call last):
File “/usr/bin/eos-updater-ctl”, line 425, in
main()
File “/usr/bin/eos-updater-ctl”, line 421, in main
sys.exit(args.function(**args_dict))
File “/usr/bin/eos-updater-ctl”, line 224, in command_update
fetch_result = command_fetch(block=True, quiet=quiet,
File “/usr/bin/eos-updater-ctl”, line 207, in command_fetch
return command_dbus(‘fetch’, block, quiet, parameters)
File “/usr/bin/eos-updater-ctl”, line 175, 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 Fetch() while in state Ready (36)
user@endless:~$

Thanks, the first one is kinda like a false-positive: The error is, that there are no updates to the operating system available :slight_smile:

Can you please execute the second commands, and also generate a diagnostic by running eos-diagnostics, then upload the file the command generated.

Thanks, I executed the second commands and eos-diagnostics.eos-diagnostic-220714_083717_UTC 0300.txt (1.1 МБ)

user@endless:~$ flatpak update --appstream --assumeyes
Обновление ветки appstream для удалённого репозитория eos-apps
Обновление ветки appstream для удалённого репозитория eos-runtimes
Обновление ветки appstream для удалённого репозитория eos-sdk
Обновление ветки appstream для удалённого репозитория flathub
user@endless:~$ flatpak update --assumeyes
Поиск обновлений…
Info: org.kde.PlatformTheme.QtSNI.Sources//5.14 is end-of-life, with reason:
The KDE 5.14 runtime is no longer supported and does not receive security updates. We strongly recommend migrating to a supported runtime.
Info: org.kde.PlatformTheme.QGnomePlatform.Sources//5.14 is end-of-life, with reason:
The KDE 5.14 runtime is no longer supported and does not receive security updates. We strongly recommend migrating to a supported runtime.
Info: org.freedesktop.Platform.VAAPI.Intel//19.08 is end-of-life, with reason:
The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
Info: org.freedesktop.Platform.VAAPI.Intel//1.6 is end-of-life, with reason:
The Freedesktop 1.6 runtime is no longer supported and does not receive security updates. Please ask your application developer to migrate to a supported runtime.
Info: org.freedesktop.Platform.GL.default//19.08 is end-of-life, with reason:
The Freedesktop SDK 19.08 runtime is no longer supported as of September 1, 2021. Please ask your application developer to migrate to a supported version
ID Ветка Оп Удалённый репозиторий Загрузка

  1. [✓] org.gnome.Totem.Videosite.YouTubeDl.Sources stable u flathub 3,3 МБ / 3,3 МБ
  2. [✓] org.kde.PlatformTheme.QGnomePlatform.Sources 5.14 u flathub 1,6 кБ / 30,1 кБ
  3. [✓] org.kde.PlatformTheme.QGnomePlatform.Sources 5.15 u flathub 1,6 МБ / 1,6 МБ
  4. [✓] org.kde.PlatformTheme.QtSNI.Sources 5.14 u flathub 1,6 кБ / 40,0 кБ
  5. [✓] org.kde.WaylandDecoration.QGnomePlatform_decoration.Sources 5.15 u flathub 2,9 кБ / 1,6 МБ

Обновление завершено.
user@endless:~$

Sorry, don’t know what exactly is the issue with your system, everything looks fine so far, there are even no outstanding updates, so it seems that the system is properly configured to update itself as soon as updates are available.

OK then. I’ll wait for new system updates and maybe this function of disabling automatic updates will restore itself…

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