Hellow all!
I wanted to install underneath plugin for kopano,
For this plugin i need following dependencies,
Blockquote
Kopano WebApp Source Code (Kopano · GitHub)
PHP >= 5 (7 or higher recommended)
composer (https://getcomposer.org/)
JDK 1.8 (http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
ant (http://ant.apache.org/)
So i wanted to add the unmaintained repository
I executed the following command,
ucr set repository/online/unmaintained='yes'
When i try to sudo apt-get update
i get the following,
root@ucs-1627:~# sudo apt-get update
File: /etc/apt/sources.list.d/15_ucs-online-version.list
# An error occurred during the repository check. The error message:
Genegeerd:1 https://repo.z-hub.io/z-push:/final/Univention_4.3 InRelease
Geraakt:2 https://repo.z-hub.io/z-push:/final/Univention_4.3 Release
Pakketlijsten worden ingelezen... Klaar
E: Problem executing scripts APT::Update::Pre-Invoke 'grep -Fqs '# An error occurred during the repository check.' /etc/apt/sources.list.d/15_ucs-online-version.list && ucr commit /etc/apt/sources.list.d/15_ucs-online-version.list ; ! grep -F '# An error occurred during the repository check.' /etc/apt/sources.list.d/15_ucs-online-version.list'
E: Sub-process returned an error code
i did run,
ucr get repository/online/server
repository/online/unmaintained
ucr search version/
repository/mirror/version/end: <empty>
If the mirroring of the repository is active (see 'repository/mirror'), this variable is set each time to the UCS version which was last retrieved from the mirror.
repository/mirror/version/start: <empty>
If the mirroring of the repository is active (see 'repository/mirror'), this variable configures the lowest UCS version which is retrieved from the mirror.
version/erratalevel: 404
Four types of UCS updates are differentiated: Major releases (released approximately every four years, may introduce bigger changes), minor releases (released approximately every 6-8 months, error corrections and new functions), patch level releases (released every 2-3 months, less changes compared to a minor release, focus on bugfixes) and errata updates (timely bugfixes for security problems and critical bugs). This variable is set automatically during updates and contains the version of the installed errata updates.
version/patchlevel: 3
Four types of Univention Configuration Registry updates are differentiated: Major releases (released approximately every four years, may introduce bigger changes), minor releases (released approximately every 6-8 months, error corrections and new functions), patch level releases (released every 2-3 months, less changes compared to a minor release, focus on bugfixes) and errata updates (timely bugfixes for security problems and critical bugs). This variable is set automatically during updates and contains the version of the installed patch level release.
version/releasename: Blumenthal
This variable contains the codename of the UCS release.
version/version: 4.4
Four types of UCS updates are differentiated: Major releases (released approximately every four years, may introduce bigger changes), minor releases (released approximately every 6-8 months, error corrections and new functions), patch level releases (released every 2-3 months, less changes compared to a minor release, focus on bugfixes) and errata updates (timely bugfixes for security problems and critical bugs). This variable is set automatically during updates and contains the version of major and minor update.
nslookup updates.software-univention.de
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: updates.software-univention.de
Address: 176.9.114.147
ping updates.software-univention.de
PING updates.software-univention.de (176.9.114.147) 56(84) bytes of data.
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=1 ttl=53 time=22.5 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=2 ttl=53 time=22.9 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=3 ttl=53 time=24.6 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=4 ttl=53 time=21.8 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=5 ttl=53 time=24.8 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=6 ttl=53 time=23.8 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=7 ttl=53 time=21.4 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=8 ttl=53 time=25.5 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=9 ttl=53 time=21.0 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=10 ttl=53 time=25.6 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=11 ttl=53 time=26.5 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=12 ttl=53 time=23.9 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=13 ttl=53 time=24.9 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=14 ttl=53 time=22.3 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=15 ttl=53 time=21.9 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=16 ttl=53 time=22.4 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=17 ttl=53 time=22.8 ms
64 bytes from download2.software-univention.de (176.9.114.147): icmp_seq=18 ttl=53 time=21.3 ms
^C
--- updates.software-univention.de ping statistics ---
18 packets transmitted, 18 received, 0% packet loss, time 17023ms
rtt min/avg/max/mdev = 21.073/23.382/26.593/1.630 ms
ucr commit /etc/apt/sources.list.d/*
File: /etc/apt/sources.list.d/kopano-webapp.list
File: /etc/apt/sources.list.d/20_ucs-online-component.list
File: /etc/apt/sources.list.d/z-push.list
File: /etc/apt/sources.list.d/15_ucs-online-version.list
File: /etc/apt/sources.list.d/kopano-core.list
Can anybody help me restore my system?
and help me install the plugin?
Thanks in advance!