Centos Memperbaiki "Another app is currently holding the yum lock; waiting for it to exit"
Sedang install package menggunakan Yum di Centos dan ternyata tampil pesan:
Error tersebut tampil dikarenakan ada proses Yum yang sedang berjalan dan secara bersamaan kita juga menggunakannya.
Agar mudah dipahami, error tsb akan tampil seperti ini:
[root@Centos ~]# yum install apache2
Loaded plugins: fastestmirror, refresh-packagekit, security
Existing lock /var/run/yum.pid: another copy is running as pid 1101.
Another app is currently holding the yum lock; waiting for it to exit…
The other application is: yum
Memory : 29 M RSS ( 36 MB VSZ)
Started: Tue Jan 6 06:46:19 2013 – 06:06 ago
State : Traced/Stopped, pid: 1101
Another app is currently holding the yum lock; waiting for it to exit…
The other application is: yum
Memory : 29 M RSS ( 36 MB VSZ)
Started: Tue Jan 8 06:46:19 2013 – 06:06 ago
State : Traced/Stopped, pid: 1101
^CExiting on user cancel.[root@Centos ~]#
Untuk menghentikannya tekan Ctrl+C
Lalu perhatikan proses id yang digunakan. Dilihat dari log yang saya miliki proses id nya adalah 1101. Maka kill proses tsb dengan perintah: kill -9 1101
[root@Centos ~]# kill -9 1101
Setelah itu coba lakukan perintah Yum lagi. Pasti bisa :)
"Another app is currently holding the yum lock; waiting for it to exit"
Error tersebut tampil dikarenakan ada proses Yum yang sedang berjalan dan secara bersamaan kita juga menggunakannya.
Agar mudah dipahami, error tsb akan tampil seperti ini:
[root@Centos ~]# yum install apache2
Loaded plugins: fastestmirror, refresh-packagekit, security
Existing lock /var/run/yum.pid: another copy is running as pid 1101.
Another app is currently holding the yum lock; waiting for it to exit…
The other application is: yum
Memory : 29 M RSS ( 36 MB VSZ)
Started: Tue Jan 6 06:46:19 2013 – 06:06 ago
State : Traced/Stopped, pid: 1101
Another app is currently holding the yum lock; waiting for it to exit…
The other application is: yum
Memory : 29 M RSS ( 36 MB VSZ)
Started: Tue Jan 8 06:46:19 2013 – 06:06 ago
State : Traced/Stopped, pid: 1101
^CExiting on user cancel.[root@Centos ~]#
Untuk menghentikannya tekan Ctrl+C
Lalu perhatikan proses id yang digunakan. Dilihat dari log yang saya miliki proses id nya adalah 1101. Maka kill proses tsb dengan perintah: kill -9 1101
[root@Centos ~]# kill -9 1101
Setelah itu coba lakukan perintah Yum lagi. Pasti bisa :)
Tidak ada komentar:
Posting Komentar