필요 패키지 설치 시
오류:1 https://archive.furiosa.ai/ubuntu jammy InRelease
401 Unauthorized [IP: 3.39.95.48 443]
오류:2 https://archive.furiosa.ai/ubuntu focal InRelease
401 Unauthorized [IP: 3.39.95.48 443]
오류:3 https://archive.furiosa.ai/ubuntu focal-rc InRelease
401 Unauthorized [IP: 3.39.95.48 443]
오류가 나며
sdk 환경설정관련해서
gls@gls-System-Product-Name:~$ apt list --installed | grep furiosa
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
gls@gls-System-Product-Name:~$ pip list | grep furiosa
furiosa-cli 0.10.0
furiosa-common 0.10.0
furiosa-device 0.10.0
furiosa-litmus 0.10.0
furiosa-native-device 0.2.2
furiosa-native-runtime 0.10.2
furiosa-optimizer 0.10.0
furiosa-quantizer 0.10.0
furiosa-quantizer-impl 0.10.1
furiosa-runtime 0.10.0
furiosa-sdk 0.10.0
furiosa-server 0.10.0
furiosa-serving 0.10.0
furiosa-tools 0.10.0
이렇게 나옵니다.
안녕하세요 FuriosaAI 정영범입니다.
SDK key 설정이 완료되지 않은 것 같습니다.
전달드린 SDK key를 아래 코드에 [ACCESS KEY] 부분과 [SECRET ACCESS KEY] 부분에 대신 입력을 하셔야 합니다.
https://furiosa-ai.github.io/docs/latest/ko/software/installation.html#apt
sudo tee -a /etc/apt/auth.conf.d/furiosa.conf > /dev/null <<EOT
machine archive.furiosa.ai
login [ACCESS KEY]
password [SECRET ACCESS KEY]
EOT
sudo chmod 400 /etc/apt/auth.conf.d/furiosa.conf
gls@gls-System-Product-Name:~$ sudo apt-get update && sudo apt-get install -y furiosa-driver-warboy furiosa-libnux
오류:1 https://archive.furiosa.ai/ubuntu jammy InRelease
401 Unauthorized [IP: 3.39.95.48 443]
오류:2 https://archive.furiosa.ai/ubuntu focal InRelease
401 Unauthorized [IP: 3.39.95.48 443]
오류:3 https://archive.furiosa.ai/ubuntu focal-rc InRelease
401 Unauthorized [IP: 3.39.95.48 443]
기존:4 Index of /ubuntu jammy-security InRelease
기존:5 Index of /ubuntu jammy InRelease
기존:6 Index of /ubuntu jammy-updates InRelease
기존:7 Index of /ubuntu jammy-backports InRelease
패키지 목록을 읽는 중입니다… 완료
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
E: The repository ‘https://archive.furiosa.ai/ubuntu jammy InRelease’ is not signed.
E: https://archive.furiosa.ai/ubuntu/dists/jammy/InRelease 파일을 받는데 실패했습니다 401 Unauthorized [IP: 3.39.95.48 443]
E: https://archive.furiosa.ai/ubuntu/dists/focal/InRelease 파일을 받는데 실패했습니다 401 Unauthorized [IP: 3.39.95.48 443]
E: The repository ‘https://archive.furiosa.ai/ubuntu focal InRelease’ is not signed.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
- HTTPS 기반의 APT 서버 접근을 위해 필요 패키지를 설치 한다. 여기 부터 오류 발생시 어떻게 해야할까요>??
이 페이지에서 APT 설정부터 따라하시면서 에러가 어느 부분에서 발생하는지 알려주시겠어요?
https://furiosa-ai.github.io/docs/latest/ko/software/installation.html#apt
위에 제가 답변 드린 것처럼 아래 명령어 실행 전인 3번 항목을 빠뜨린 것 같습니다.
gls@gls-System-Product-Name:~$ sudo apt-get update && sudo apt-get install -y furiosa-driver-warboy furiosa-libnux
전달드린 SDK key를 아래 코드에 [ACCESS KEY] 부분과 [SECRET ACCESS KEY] 부분에 대신 입력을 하셔야 합니다.
3번 항목: FuriosaAI 개발자 센터에서 API 키를 발급하고 발급한 API 키를 아래와 같이 설정한다.
sudo tee -a /etc/apt/auth.conf.d/furiosa.conf > /dev/null <<EOT
machine archive.furiosa.ai
login [ACCESS KEY]
password [SECRET ACCESS KEY]
EOT
sudo chmod 400 /etc/apt/auth.conf.d/furiosa.conf
이부분을 잘 하셨는지 알려주세요~
아래 명령어를 수행해서 나오는 결과를 dreameye98@furiosa.ai 메일로 보내주시기 바랍니다.
sudo cat /etc/apt/auth.conf.d/furiosa.conf
nahdg05
5
나오는 결과를 메일로 보냈습니다. 확인후 회신부탁드리겠습니다.
1 Like
안녕하세요 FuriosaAI 김종욱입니다.
혹시 4번 항목도 수행하셨을지 여쭤봅니다.
- Ubuntu 22.04 인 경우는 jammy
- Ubuntu 20.04 인 경우는 focal