Ubuntu18.04のLDAP認証libnss-ldapd

設定ずみのnslcd.confを先に/etc/にコピーしておいて、

apt install -y libnss-ldapd ldap-auth-config auth-client-config
auth-client-config -t nss -p lac_ldap
pam-auth-update

設定やり直し。

dpkg-reconfigure ldap-auth-config

Ubuntu18.04のgridengineのインストール

Debianのパッケージをインストールする。 Installing (Son of) Grid Engine on Ubuntu 18.04 LTS – Muddy Boots

参照先が消えると困るのでコピーを残す。

sudo cat > /etc/apt/sources.list.d/debian.list <<EOL
deb http://ftp.debian.org/debian/ stretch main contrib non-free
deb http://security.debian.org/debian-security/ stretch/updates main contrib non-free
EOL
sudo cat > /etc/apt/preferences.d/debian <<EOL
Package: gridengine-*
Pin: release o=Debian
Pin-Priority: 1000

Package: *
Pin: release o=Debian
Pin-Priority: 10
EOL
sudo apt-get update
sudo apt-get install debian-archive-keyring
apt-key add /usr/share/keyrings/debian-archive-keyring.gpg
apt install gridengine-client gridengine-common gridengine-master gridengine-qmon