bash: ./tools/dpdk_nic_bind.py: そのファイルやディレクトリはありません。

bash: ./tools/dpdk_nic_bind.py: そのファイルやディレクトリはありません。

インターフェイスを設定してステータスを取得しようとしています。次のエラーが発生します。

$./tools/dpdk_nic_bind.py --status
bash: ./tools/dpdk_nic_bind.py : no such file or directory

このファイルがなぜ存在しないのかわかりません。 dpdkをインストールするときに間違えましたか?私のUbuntuバージョンは18.04 LTSで、VirtualBoxを使用しています。

~/ofp/scripts/dpdk$ ls ./tools/dpdk_nic_bind.py  
 ls: cannot access './tools/dpdk_nic_bind.py': No such file or directory
 $head ./tools/dpdk_nic_bind.py 
 head: cannot open './tools/dpdk_nic_bind.py' for reading: No such file or 
 directory
 $python ./tools/dpdk_nic_bind.py --status
 python: cant open file './tools/dpdk_nic_bind.py': [Errno 2] No such file or   directory

ベストアンサー1

おすすめ記事