Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

install.sh incorrectly pulls from singularity.opensciencegrid.org instead of eic.opensciencegrid.org

オープン 初心者向け
#30 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
72/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
静か
技術スタック
shell
領域
cli, devops

調査の方向性

install.sh から始め、curl ベースのインストーラーが使用するコンテナリポジトリと組織の値を追跡します。文書化されている curl コマンドで問題を再現し、インストーラーが /cvmfs/eic.opensciencegrid.org/singularity/eicweb/ を使用し、singularity.opensciencegrid.org を参照せずに完了することを確認します。

索引モデルが issue の本文から書いたものです。

説明

Environment: (where does this bug occur, have you tried other environments)
  • Branch: main
  • Version: HEAD (latest)
  • OS/System: Arch Linux, Linux x86_64, tested on local workstation with CernVM-FS version 2.13.3 & Linux automount version 5.1.9 from AUR
  • Special software: N/A
  • CVMFS repos: oasis.opensciencegrid.org, eic.opensciencegrid.org
  • CVMFS path tested: /cvmfs/eic.opensciencegrid.org/singularity/eicweb/
Steps to reproduce: (give a step by step account of how to trigger the bug)
  1. Run curl -L https://github.com/eic/eic-shell/raw/main/install.sh | bash
  2. Observe that install.sh tries to use singularity.opensciencegrid.org and fails:
    `athavan@amadeus ~/Documents $ curl -L https://github.com/eic/eic-shell/raw/main/install.sh | bash
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 0
    100 15235 100 15235 0 0 33092 0 0
    ~/Documents ~/Documents
    Setting up development environment for eicweb/eic_xl:nightly
  • Detected OS: Linux
  • Detected CPU: x86_64
  • Found singularity at /usr/bin/singularity
    `
Expected Result: (what do you expect when you execute the steps above)
  • The installer downloads the container from the EIC CVMFS repository: /cvmfs/eic.opensciencegrid.org/singularity/eicweb/
  • No reference to singularity.opensciencegrid.org
  • Container installed successfully
Actual Result: (what do you get when you execute the steps above)
  • Script attempts to pull from singularity.opensciencegrid.org
  • Fails to execute
Debug/Workaround:
  1. Ensure singularity.opensciencegrid.org is not mounted:
    systemctl status autofs
  2. Download install.sh
    curl -L https://github.com/eic/eic-shell/raw/main/install.sh -o install.sh
  3. Ininstall.sh:
  • replace all mentions of singularity.opensciencegrid.org to eic.opensciencegrid.org
  • replace ORGANIZATION="eicweb" with ORGANIZATION="singularity/eicweb"
  1. Run the installer ./install.sh

Note there are no .sif files before 25.12.0 in /cvmfs/eic.opensciencegrid.org/singularity/eicweb/ may be intentional.

主要言語
Shell
スター
2
フォーク
5
PR マージ指標
30日以内にマージされた PR はありません

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

eic/eic-shell のほかの issue

eic/eic-shell の issue をすべて見る

似ている issue

Shell/Bash の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。