Bug 32612 - python-univention-lib doesn't install at but uses the binary
python-univention-lib doesn't install at but uses the binary
Status: RESOLVED DUPLICATE of bug 51592
Product: UCS
Classification: Unclassified
Component: univention-lib
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-09-17 08:37 CEST by Tim Petersen
Modified: 2020-07-01 19:16 CEST (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.034
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:
best: Patch_Available+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Petersen univentionstaff 2013-09-17 08:37:30 CEST
Occured at a UCC Client while executing univention-support-info:
"
from univention.lib import atjobs as at
[...]
for job in at.list( extended=True ):
[...]
"

Traceback (most recent call last):
  File "/tmp/univention-support-info", line 811, in <module>
    main(options.encrypt)
  File "/tmp/univention-support-info", line 772, in main
    atJobs()
  File "/tmp/univention-support-info", line 651, in atJobs
    for job in at.list( extended=True ):
  File "/usr/lib/pymodules/python2.7/univention/lib/atjobs.py", line 108, in list
    p = subprocess.Popen('/usr/bin/atq', stdout = subprocess.PIPE, stderr = subprocess.PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
Comment 1 Florian Best univentionstaff 2020-06-22 14:46:17 CEST
diff --git base/univention-lib/debian/control base/univention-lib/debian/control
index 7957168f1d..3cbf0064c3 100644
--- base/univention-lib/debian/control
+++ base/univention-lib/debian/control
@@ -13,6 +13,7 @@ Build-Depends:
 Package: python-univention-lib
 Architecture: all
 Depends:
+ at,
  dnsutils,
  pwgen,
  python-apt,
@@ -44,6 +45,7 @@ Description: UCS - common scripting functions for Python 2 scripts
 Package: python3-univention-lib
 Architecture: all
 Depends:
+ at,
  dnsutils,
  pwgen,
  python-univention-lib,
Comment 2 Florian Best univentionstaff 2020-07-01 19:16:14 CEST
Happened also in UCS 5.0. Fixed in Bug #51592.

*** This bug has been marked as a duplicate of bug 51592 ***