간혹 리눅스를 구동하면 다음과 같은 에러를 만날 수 있다.
"ESC is already running but is not responding. To open a new window, you must first close the existing ESC process or restart your system."
다음과 같은 화면으로 나타나게 된다.
ESC는 Enterprise Security Client로, 암호화 된 스마트카드 이용시에 활용하는 바이너리이다. 이를 터미널에서 확인하면 다음과 같다.
[root@local
~]# rpm -qi esc
Name : esc Relocations: (not
relocatable)
Version : 1.1.0 Vendor: Oracle
America
Release : 12.el5 Build Date: Wed 23
Jun 2010 09:58:48 AM PDT
Install
Date: Fri 02 Sep 2011 02:54:04 AM PDT
Build Host: ca-build9.us.oracle.com
Group : Applications/Internet Source RPM: esc-1.1.0-12.el5.src.rpm
Size : 1305734 License: GPL
Signature : DSA/SHA1, Wed 23 Jun 2010 09:59:02 AM
PDT, Key ID 66ced3de1e5e0159
URL :
http://directory.fedora.redhat.com/wiki/CoolKey
Summary : Enterprise Security Client Smart Card
Client
Description
:
Enterprise
Security Client allows the user to enroll and manage their cryptographic
smartcards.
|
이를 사용하고 있다면 함부로 지울 수야 없지만, 통상 이를 사용하고 있는 경우에는 이 에러를 만날 가능성이 거의 없다. 필요없는 rpm이 설치되어 있는 것이니 이를 삭제함으로 간단하게 해결할 수 있다.
[root@local
~]# yum remove esc
Loaded
plugins: rhnplugin, security
This
system is not registered with ULN.
ULN
support will be disabled.
Setting
up Remove Process
Resolving
Dependencies
-->
Running transaction check
--->
Package esc.x86_64 0:1.1.0-12.el5 set to be erased
-->
Finished Dependency Resolution
Dependencies
Resolved
================================================================================
Package
Arch Version Repository Size
================================================================================
Removing:
esc
x86_64
1.1.0-12.el5
installed 1.2 M
Transaction
Summary
================================================================================
Remove 1 Package(s)
Reinstall 0 Package(s)
Downgrade 0 Package(s)
Is
this ok [y/N]: y
Downloading
Packages:
Running
rpm_check_debug
Running
Transaction Test
Finished
Transaction Test
Transaction
Test Succeeded
Running
Transaction
Erasing : esc
1/1
Removed:
esc.x86_64 0:1.1.0-12.el5
Complete!
|
해결 완료.
댓글 없음:
댓글 쓰기