[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Installation script on Debian bookworm failing



Hi all, I'm suing the instructions here to attempt to install htcondor in a debian container:

https://htcondor.readthedocs.io/en/latest/getting-htcondor/install-linux-as-root.html

The install seems to fail pretty quickly - is there something else I need to set up first?

```
root@61ae0b28f5d7:/condor# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
root@61ae0b28f5d7:/condor# curl -fsSL https://get.htcondor.org | Â/bin/bash -s -- --no-dry-run

# Installing mini HTCondor for Debian GNU/Linux 12 (bookworm)
+ echo -e '\n# Adding our repository'

# Adding our repository
+ apt_get='DEBIAN_FRONTEND=noninteractive apt-get'
+ sh -c 'DEBIAN_FRONTEND=noninteractive apt-get update'
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Ign:4 https://research.cs.wisc.edu/htcondor/apt/debian bullseye InRelease
Err:5 https://research.cs.wisc.edu/htcondor/apt/debian bullseye Release
 404 ÂNot Found [IP: 128.105.7.77 443]
Reading package lists... Done
E: The repository 'http://research.cs.wisc.edu/htcondor/apt/debian bullseye Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
```

Thanks in advance,

-g