dandan611 / Settler

0 stars 0 forks source link

vagrant cachierを利用すると、yum installでエラーになる #1

Closed dandan611 closed 5 years ago

dandan611 commented 6 years ago
[root@localhost vagrant]# yum update
Loaded plugins: fastestmirror, langpacks

Error making cache directory: /var/cache/yum/x86_64/7/base error was: [Errno 2] No such file or directory: '/var/cache/yum/x86_64'
[root@localhost vagrant]# yum install libpcap
Loaded plugins: fastestmirror, langpacks

Error making cache directory: /var/cache/yum/x86_64/7/base error was: [Errno 2] No such file or directory: '/var/cache/yum/x86_64'
[root@localhost vagrant]# yum clean all
Loaded plugins: fastestmirror, langpacks

Error making cache directory: /var/cache/yum/x86_64/7/base error was: [Errno 2] No such file or directory: '/var/cache/yum/x86_64'
[root@localhost vagrant]# yum update
Loaded plugins: fastestmirror, langpacks

Error making cache directory: /var/cache/yum/x86_64/7/base error was: [Errno 2] No such file or directory: '/var/cache/yum/x86_64'
dandan611 commented 5 years ago

利用しないことにしたので、一旦閉じます。