【経緯】 https://hoshipaso.com/preliminary_firefish_install/ こちらの記事を参考にし、ff.kamima.siteを指定してbashスクリプトを走らせる ↓ エラーCertbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: ff.kamima.site
Type: dns
Detail: DNS problem: NXDOMAIN looking up A for ff.kamima.site - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for ff.kamima.site - check that a DNS record exists for this domain
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.↓ DNS関係でなにかかダメなのか…と思い、ff.kamima.infoを指定して再チャレンジ ↓ エラーprocess: prepare certificate;nginx: [emerg] the same path name "/tmp/nginx_cache" used in /etc/nginx/conf.d/ff.kamima.info.conf:10 and in /etc/nginx/conf.d/ff.kamima.site.conf:10nginx: configuration file /etc/nginx/nginx.conf test failed↓ /etc/nginx/conf.dの中を見てみると、確かに「ff.kamima.info.conf」「ff.kamima.site.conf」のファイルがある ファイルの中に/tmp/nginx_cacheの記載がある ↓ 最初に失敗した「ff.kamima.site.conf」を削除すればいいのだろうか… と試みるも、 rm: cannot remove 'ff.kamima.site.conf': Permission denied で削除ができない
Node.jsのアップデート・バージョン確認 v20.5.1 ↓ bashスクリプト実行 エラーdpkg-deb: error: paste subprocess was killed by signal (Broken pipe)Selecting previously unselected package redis-tools.Preparing to unpack .../redis-tools_6%3a7.2.0-1rl1~jammy1_amd64.deb ...Unpacking redis-tools (6:7.2.0-1rl1~jammy1) ...Selecting previously unselected package redis-server.Preparing to unpack .../redis-server_6%3a7.2.0-1rl1~jammy1_amd64.deb ...Unpacking redis-server (6:7.2.0-1rl1~jammy1) ...Selecting previously unselected package redis.Preparing to unpack .../redis_6%3a7.2.0-1rl1~jammy1_all.deb ...Unpacking redis (6:7.2.0-1rl1~jammy1) ...Errors were encountered while processing: /var/cache/apt/archives/nodejs_18.17.1-deb-1nodesource1_amd64.debneedrestart is being skipped since dpkg has failedE: Sub-process /usr/bin/dpkg returned an error code (1)