Armadilloフォーラム

abos-ctrlでエラー

secual-ikawa

2022年7月14日 19時22分

オンラインマニュアルのHowtoの記載通り、コマンドを実行するとエラーが発生します。
解決方法を教えてください。

armadillo:~# wget https://armadillo.atmark-techno.com/files/downloads/armadillo-iot-g4/container/at-debian-image-dockerfile-v1.0.5.tar.gz
Connecting to armadillo.atmark-techno.com (221.114.106.147:443)
saving to 'at-debian-image-dockerfile-v1.0.5.tar.gz'
at-debian-image-dock 100%
'at-debian-image-dockerfile-v1.0.5.tar.gz' saved
 
armadillo:~# tar zxf at-debian-image-dockerfile-v1.0.5.tar.gz 
armadillo:~# cd at-debian-image-dockerfile-v1.0.5/
armadillo:~/at-debian-image-dockerfile-v1.0.5# abos-ctrl podman-storage --disk
ERROR: Unknown option podman-storage
コメント

at_dominique.m…

2022年7月15日 9時54分

secual-ikawaさん、

お世話になっています、
アットマークテクノのマルティネです。

> armadillo:~/at-debian-image-dockerfile-v1.0.5# abos-ctrl podman-storage --disk
> ERROR: Unknown option podman-storage

abos-ctrl podman-storage コマンドは 4月末にリリースされた 3.15.4-at.6 に搭載されましたので、恐らくArmadilloをまだ更新していないと思われます。

お手数ですが、アップデートすることをおすすめします。
最新のアップデートはこちらです: https://armadillo.atmark-techno.com/news/20220628/update-aiotg4
以下のコマンドで latest のバージョンをアップデートできます。(「swupdate triggering reboot!」のエラーメッセージはただのinfoなので無視していいです、古いswupdateバージョンの制限でしたのでこれからはもうエラーとして表示されません):

swupdate -d '-u https://download.atmark-techno.com/armadillo-iot-g4/image/baseos-x2-latest.swu'

# BaseOS の更新の際に /etc/swupdate_preserve_files に乗っていないファイルが保存されてないので、ご注意ください。
# ファイルをなくしたら、アップデート後に「abos-ctrl mount-old」でアップデート前のパティションをマウントしてコピーできます。

今すぐのワークアラウンドとして、「podman_switch_storage --disk」で同じ結果になりますが、また他のコマンドが失敗するかもしれませんので更新をお願いします。

よろしくお願いします。