Linux

SLES 部署失敗並出現輸入/輸出錯誤

  • August 19, 2021

當我嘗試使用autoyast文件安裝和配置 SLE 15 SP3 時出現以下錯誤。

Caller: /mounts/mp_0001/usr/share/YaST2/lib/y2packager/repomd_downloader.rb:86:in 'read'
Details: Input/output error @io_fread - /var/adm/mount/AP_OXYD6E14/Product-SLES/ repodata/repomd.xml

有人可以幫我嗎?我就是想不通原因。

  1. 執行save_y2logs,然後分析文件YaST2/y2log
  2. 儲存庫或 autoinst.xml 文件中的語法可能存在問題 - 對於前者,請確認它們是否可以從已安裝的系統安裝,對於後者,請jing在已安裝的 SUSE 系統上解析文件:
jing /usr/share/YaST2/schema/autoyast/rng/profile.rng /path/to/autoinst.xml

引用自:https://unix.stackexchange.com/questions/665325