|
[root@rac02 Packages]# yum makecache
Loaded plugins: aliases, changelog, downloadonly, presto, security, tmprepo, verify, versionlock
Existing lock /var/run/yum.pid: another copy is running as pid 2521.
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
^C
Exiting on user cancel.
出现这种情况是由于yum只能支持一个例程运行,所以如果有一个例程已经在运行,其他的必须等待该进程退出释放lock。出现这种情况时,可以用以下命令来恢复:
[root@rac02 Packages]# rm -f /var/run/yum.pid
再次建立缓存成功
[root@rac02 Packages]# yum makecache
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
mnt | 3.9 kB 00:00 ...
mnt/group_gz | 204 kB 00:00 ...
mnt/filelists_db | 3.1 MB 00:00 ...
mnt/primary_db | 2.5 MB 00:00 ...
mnt/other_db | 1.2 MB 00:00 ...
Metadata Cache Created
|
|