Current kopano-core builds (core-8.7.82.168 for example) are no longer containing the kopano-autorespond binary!
-
Current kopano-core builds (core-8.7.82.168 for example, also 166) are no longer containing the kopano-autorespond binary!
When will it be back? And why are there no automated checks to see if the build is actually complete and contains the necessary files?
-
@Gerald autorespond it still available in the python3-kopano-utils package.
-
root@myhostname:~# apt search python3-kopano-utils
Sorting… Done
Full Text Search… Done
python3-kopano-utils/unknown,now 8.7.82.168.8dd42d860-0+405.1 all [installed,automatic]
Kopano utils modules for Python 3Unfortunately no kopano-autorespond binary available though :-(
-
@robing said in Current kopano-core builds (core-8.7.82.168 for example) are no longer containing the kopano-autorespond binary!:
@Gerald autorespond it still available in the python3-kopano-utils package.
This is not correct.
@Gerald said in Current kopano-core builds (core-8.7.82.168 for example) are no longer containing the kopano-autorespond binary!:
Unfortunately no kopano-autorespond binary available though :-(
All dagent related python scripts/tools have been moved to the
kopano-dagent-pytils
package. You findkopano-autorespond
there. -
I have seen this proble too. It is a bug in SUSE build, the python3-kopano-utils is not installed for SUSE OS. The Debian build contains the Python script in a other package.
-
@WalterHof said in Current kopano-core builds (core-8.7.82.168 for example) are no longer containing the kopano-autorespond binary!:
It is a bug in SUSE build, the python3-kopano-utils is not installed for SUSE OS.
What bug in SUSE build? Please explain.
As i said earlier, the Python tools formerly part of the dagent package, have been moved into the
kopano-dagent-pytils
package. This is the case for both RPM and DEB builds!The package
python3-kopano-utils
is DEB specific and contains a Python 3 module namedkopano_utils
. -
All dagent related python scripts/tools have been moved to the
kopano-dagent-pytils
package. You findkopano-autorespond
there.Thank you, installing kopano-dagent-pytils fixed the autoresponder.
I just wonder why this wasn’t automatically pulled in as a dependency when upgrading kopano… I guess to allow installation of kopano without having any autoresponder tools? Kind of weird, can’t really see the use case for this. -
@Gerald said in Current kopano-core builds (core-8.7.82.168 for example) are no longer containing the kopano-autorespond binary!:
I just wonder why this wasn’t automatically pulled in as a dependency when upgrading kopano… I guess to allow installation of kopano without having any autoresponder tools? Kind of weird, can’t really see the use case for this.
Well, packages are more and more streamlined to be fit for container based use cases thus also some optional dependencies are not a hard dependency like it might have been in the past.
That being said, we agree that the autoresponder tools are pretty common and thus
kopano-dagent-pytils
has been added as dependency to thekopano-server-packages
meta package yesterday. Means any new installation which installs via that package and also any upgrade with this package installed will also automatically installkopano-dagent-pytils
to retain existing behavior.Thanks for bringing this to our attention!
-
@longsleep said:
That being said, we agree that the autoresponder tools are pretty common
Imho this is inadequate for the facts:
With current implementation, autoresponder(-tools) is not a “common use-case”, but an integral part of dagent’s OOF-capability and thus doesn’t qualify for being part of an optional’ package (, yet).