I am stuck with UCS 4.1-5, as it says “The currently installed release version is 4.1-5 errata486. Further release updates are available but cannot be installed. The currently installed version of the application ownCloud 9.0 is not available for all newer UCS releases”.
However, Owncloud is not installed anymore:
root@intranet:~# univention-app info
UCS: 4.1-5 errata486
App Center compatibility: 4
Installed: fetchmail=6.3.21 kopano-core=8.1.1.10-8.1-3 kopano-webapp=3.2.0.335-19.1-2 z-push-kopano=2.3.7
Upgradable:
root@intranet:~# univention-app remove owncloud90
usage: univention-app remove [-h] [--noninteractive] [--username USERNAME]
[--pwdfile PWDFILE] [--do-not-backup]
app
univention-app remove: error: Unable to find app owncloud90
dpkg --get-selections doesn’t show Owncloud as well.
Is there any way out of here?
SirTux
January 14, 2018, 8:14am
2
The app id of Owncloud 9.0 is owncloud82.
What is the output of
ucr search --brief repository/online
Thanks! The output is:
root@intranet:~# ucr search --brief repository/online
repository/online/architectures: <empty>
repository/online/component/.*/clean: <empty>
repository/online/component/.*/description: <empty>
repository/online/component/.*/erratalevel: <empty>
repository/online/component/.*/localmirror: <empty>
repository/online/component/.*/password: <empty>
repository/online/component/.*/port: <empty>
repository/online/component/.*/prefix: <empty>
repository/online/component/.*/server: <empty>
repository/online/component/.*/unmaintained: <empty>
repository/online/component/.*/username: <empty>
repository/online/component/.*/version: <empty>
repository/online/component/.*: <empty>
repository/online/component/4.1-4-errata/description: Errata updates for UCS 4.1-4
repository/online/component/4.1-4-errata/localmirror: true
repository/online/component/4.1-4-errata/version: 4.1
repository/online/component/4.1-4-errata: false
repository/online/component/4.1-5-errata/description: Errata updates for UCS 4.1-5
repository/online/component/4.1-5-errata/version: 4.1
repository/online/component/4.1-5-errata: enabled
repository/online/component/kopano-core_20170425130134/description: Kopano Core
repository/online/component/kopano-core_20170425130134/localmirror: false
repository/online/component/kopano-core_20170425130134/server: appcenter.software-univention.de
repository/online/component/kopano-core_20170425130134/unmaintained: disabled
repository/online/component/kopano-core_20170425130134/version: current
repository/online/component/kopano-core_20170425130134: enabled
repository/online/component/kopano-webapp_20170425131803/description: Kopano WebApp
repository/online/component/kopano-webapp_20170425131803/localmirror: false
repository/online/component/kopano-webapp_20170425131803/server: appcenter.software-univention.de
repository/online/component/kopano-webapp_20170425131803/unmaintained: disabled
repository/online/component/kopano-webapp_20170425131803/version: current
repository/online/component/kopano-webapp_20170425131803: enabled
repository/online/component/owncloud82_20170106205909/description: ownCloud 9.0
repository/online/component/owncloud82_20170106205909/localmirror: false
repository/online/component/owncloud82_20170106205909/server: appcenter.software-univention.de
repository/online/component/owncloud82_20170106205909/version: current
repository/online/component/owncloud82_20170106205909: enabled
repository/online/component/z-push-kopano_20170630110344/description: Z-Push for Kopano
repository/online/component/z-push-kopano_20170630110344/localmirror: false
repository/online/component/z-push-kopano_20170630110344/server: appcenter.software-univention.de
repository/online/component/z-push-kopano_20170630110344/unmaintained: disabled
repository/online/component/z-push-kopano_20170630110344/version: current
repository/online/component/z-push-kopano_20170630110344: enabled
repository/online/httpmethod: <empty>
repository/online/port: <empty>
repository/online/prefix: <empty>
repository/online/server: https://updates.software-univention.de/
repository/online/sources: <empty>
repository/online/timeout: <empty>
repository/online/unmaintained: no
repository/online/verify: <empty>
repository/online: yes
SirTux
January 14, 2018, 12:39pm
4
Ok then this should help:
ucr set repository/online/component/owncloud82_20170106205909=disabled
Yep, that helped. It is now updating to 4.2.3
Thanks very much!!