Your message dated Mon, 08 Jul 2024 15:49:45 +0000
with message-id <[email protected]>
and subject line Bug#847115: fixed in condor 23.6.2+dfsg-1
has caused the Debian Bug report #847115,
regarding htcondor: In large ldap environments, there may be more than one
condor user, confusing installation script
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
847115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847115
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: htcondor
Version: 8.2.3~dfsg.1-6
Severity: normal
Dear Maintainer,
We have a large environment where another group has grabbed the name "condor",
however our local
machines do have a local user "condor" which should be valid.
For example:
$ getent passwd| fgrep condor
condor:x:1014:1016:Condor User,,,:/cluster/home/condor:/bin/false
condor:x:28947:3011:CSEP Condor:/fs/staff/condor:/bin/false
condor:x:28947:3011:CSEP Condor:/fs/staff/condor:/bin/bash
The line 178 in /var/lib/dpkg/info/htcondor.postinst
fails do due multiple entries being received while it should probably take just
the first.
i.e.
SH=$(getent passwd | egrep '^condor:'| cut -d : -f 7)
should be
SH=$(getent passwd | egrep '^condor:'| cut -d : -f 7 | head -1)
-- System Information:
Debian Release: 8.6
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages htcondor depends on:
ii adduser 3.113+nmu3
ii debconf [debconf-2.0] 1.5.56
ii libc6 2.19-18+deb8u6
ii libcgroup1 0.41-6
ii libclassad7 8.2.3~dfsg.1-6
ii libcomerr2 1.42.12-2
ii libcurl3 7.38.0-4+deb8u5
ii libdate-manip-perl 6.47-1
ii libexpat1 2.1.0-6+deb8u3
ii libgcc1 1:4.9.2-10
ii libglobus-callout0 3.13-3
ii libglobus-common0 15.26-3
ii libglobus-ftp-client2 8.13-6
ii libglobus-gass-transfer2 8.8-3
ii libglobus-gram-client3 13.10-3
ii libglobus-gram-protocol3 12.12-3
ii libglobus-gsi-callback0 5.6-3
ii libglobus-gsi-cert-utils0 9.10-3
ii libglobus-gsi-credential1 7.7-3
ii libglobus-gsi-openssl-error0 3.5-3
ii libglobus-gsi-proxy-core0 7.7-3
ii libglobus-gsi-proxy-ssl1 5.7-3
ii libglobus-gsi-sysconfig1 6.8-3
ii libglobus-gss-assist3 10.12-3
ii libglobus-gssapi-error2 5.4-3
ii libglobus-gssapi-gsi4 11.13-3
ii libglobus-io3 11.2-1
ii libglobus-openssl-module0 4.6-3
ii libglobus-rsl2 10.9-3
ii libglobus-xio0 4.15-3
ii libgsoap5 2.8.17-1
ii libgssapi-krb5-2 1.12.1+dfsg-19+deb8u2
ii libk5crypto3 1.12.1+dfsg-19+deb8u2
ii libkrb5-3 1.12.1+dfsg-19+deb8u2
ii libkrb5support0 1.12.1+dfsg-19+deb8u2
ii libldap-2.4-2 2.4.40+dfsg-1+deb8u2
ii libltdl7 2.4.2-1.11+b1
ii libpcre3 2:8.35-3.3+deb8u4
ii libssl1.0.0 1.0.1t-1+deb8u5
ii libstdc++6 4.9.2-10
ii libuuid1 2.25.2-6
ii libvirt0 1.2.9-9+deb8u3
ii libx11-6 2:1.6.2-3
ii perl 5.20.2-3+deb8u6
ii python 2.7.9-1
ii zlib1g 1:1.2.8.dfsg-2+b1
Versions of packages htcondor recommends:
ii dmtcp 2.3.1-6
Versions of packages htcondor suggests:
pn coop-computing-tools <none>
-- debconf information:
condor/centralmanager:
condor/daemons:
condor/startpolicy: false
condor/phonehome: false
condor/filesystemdomain: $(FULL_HOSTNAME)
condor/uiddomain: $(FULL_HOSTNAME)
condor/personal: true
condor/admin: root@localhost
condor/title:
condor/reservedmemory:
condor/allowwrite: $(FULL_HOSTNAME) $(IP_ADDRESS)
* condor/wantdebconf: false
--- End Message ---
--- Begin Message ---
Source: condor
Source-Version: 23.6.2+dfsg-1
Done: Tim Theisen <[email protected]>
We believe that the bug you reported is fixed in the latest version of
condor, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Tim Theisen <[email protected]> (supplier of updated condor package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 21 Jun 2024 16:16:00 -0500
Source: condor
Architecture: source
Version: 23.6.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian HPC Team <[email protected]>
Changed-By: Tim Theisen <[email protected]>
Closes: 847115 1067661
Changes:
condor (23.6.2+dfsg-1) unstable; urgency=medium
.
* Add ability to transfer EP's starter log back to the Access Point
* Add the ability to force vanilla universe jobs to run in a container
* Add the ability to override the entrypoint for a Docker image
* Can efficiently manage/enforce disk space using LVM partitions
* Can use VOMS attributes when mapping identities of SSL connections
* condor_q -better-analyze includes units for memory and disk quantities
* condor_qusers returns proper exit code for errors in formatting options
* Ensure the condor_test_token works correctly when invoked as root
* Fix bug that prevented use of "ftp:" URLs in file transfer
* Fix bug where empty multi-line values could cause a crash
* Fix bug where file transfer plugin error was not in hold reason code
* Fix bug where jobs that matched an offline slot never start
* Fix bug where ssh-agent processes were leaked with grid universe jobs
* Fix crash in job router when a job transform is missing an argument
* Fix DAGMan crash when a provisioner node was given a parent
* Fix DAGMan where descendants of removed retry-able jobs are marked futile
* GPU discovery is enabled on all Execution Points by default
* New condor_submit commands for constraining GPU properties
* Old ClassAd based syntax is disabled by default for the job router
* Prevents accessing unallocated GPUs using cgroup v1 enforcement
* Don't hard-code dependency on a shared library (Closes: #1067661)
* Fix install problem when multiple condor accounts in LDAP (Closes: #847115)
* Port to pcre2 10.43
Checksums-Sha1:
70dbaaf1756f41dc8dbe7ca517e4f4d3b430c566 3445 condor_23.6.2+dfsg-1.dsc
30823ccb16b37e8b96e3f720f9a57400b7f94053 7673624 condor_23.6.2+dfsg.orig.tar.xz
cd5088bf15eeadd7d17db96f50e751cf01f4ee76 26616
condor_23.6.2+dfsg-1.debian.tar.xz
3c12bfa0f8794ea021233cc4ba37ab0c73ce77ec 21871
condor_23.6.2+dfsg-1_amd64.buildinfo
Checksums-Sha256:
c91d61734154d27999d69b967802f7c1ebd164bac22984ac55a1940893ed287a 3445
condor_23.6.2+dfsg-1.dsc
704e1a94e111716d9fa86ed53c389211e2243b46beced3f16be38f8b10839785 7673624
condor_23.6.2+dfsg.orig.tar.xz
3878913d39a2b0bb9b54bda89d5473b2b20b57f2661429e05dfed2efd3114980 26616
condor_23.6.2+dfsg-1.debian.tar.xz
1069311700cc1f1a7c85396ebd59a09106d18a5e64efb708c2e1197fc459e656 21871
condor_23.6.2+dfsg-1_amd64.buildinfo
Files:
5fd54205dae5ff2e4459117584da682a 3445 science optional condor_23.6.2+dfsg-1.dsc
18585e9ddec064c2814570d47e0b8f08 7673624 science optional
condor_23.6.2+dfsg.orig.tar.xz
133a6a23afa2d3c3d5319f05cbb59ea1 26616 science optional
condor_23.6.2+dfsg-1.debian.tar.xz
11dcaa8814a88054658f1e59d14f9165 21871 science optional
condor_23.6.2+dfsg-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEav49zFEyf1DZRLAL/HDSa5XNMy4FAmaMBeoACgkQ/HDSa5XN
My7xGw//fXJS4rD1Y3NiW2vHde43L7f49iaD2ct2JLotmrZA91QqMfsLljxwrSeX
WmyE3EBNNKWB/CZy1yf/wZhoVWFPVsfUBfcV5YAt7ZrCFJhQreQbrJLqeGCTsCkW
GRkaxDT2GQJQs2YN6mAZ6kjgY5aWC3NjSrqX0Y/7lxz6Fz4zkaCEDorFTruXvKyW
375CzgSe2le64T1bI4bkxDqf1eE616ZaypfggMzAZ7OfR6t1YdnDsEyOxugMLXxb
If4Nj2KzTkpcPd59G/N/XApeB/MYNpDEOcWd+oxLHvMwzotx9Hscz+U+/aI5YQIj
T2xGRMsTaQboDOvq++1rhcgKYaXddtwMoNKkrNSR/TMBKBiF0UkYOMOZxhZUouyV
eiSD6aQucgibqCJI4jPHL5sT8H6i5f06RM7F54gvJD4ecBuiF3O3je5hJ2ywQwGB
WQ7YiR05Nv5EfLe4GvDsoYV2PfOVJc5iYz5QELN/adgHzGTyWyaCtSKny1BXW/rC
CSeIaKZbDrZcSzk1Uls2KsJRGkagKD0tnn9HZNR5RxslFzx+riNEhnGUIEFALZ1C
GNN3YvvSqxFP6XDf8STlD87W/Qrn4l9QozVU8Mp11BlSQdaRyXLF7i31r7JfBJgu
N308Z8BdpsKjqDFRtltfz1xM/PsCJOJTUvz/DA1+ZFh7PBpfSIA=
=Fw5B
-----END PGP SIGNATURE-----
pgpuq1tXpNmoy.pgp
Description: PGP signature
--- End Message ---