背景

背景

背景

在韩国,登录银行服务时,系统需要运行特定软件。我对 Ubuntu 还不熟悉,但我正在尝试运行所需的服务,但似乎不起作用。

问题

银行网站允许单击按钮安装所有需要的软件。不过,IPinside我猜有一项要求我手动启动服务。

IP 内部软件需要启动

但是,当我点击 时Start IPinside,什么都没有发生!我可以多次点击该按钮,但完全没有任何反应。

我尝试过

因此我检查了一下systemctl并得到了以下结果。

$ systemctl list-unit-files --type service -all

UNIT FILE                                  STATE          
...
ipinside-lws.service                       generated      
IPinsided-LWS.service                      generated  

我不知道generated这个上下文中是什么意思,也不知道为什么有两个服务。所以我检查了它们的状态。仅供参考,它们都显示绿点。

$ systemctl status ipinside-lws.service

● ipinside-lws.service - LSB: Interezen IPinsided-LWS
   Loaded: loaded (/etc/init.d/ipinside-lws; generated)
   Active: active (running) since Fri 2020-05-08 13:51:45 KST; 1h 10min ago
     Docs: man:systemd-sysv-generator(8)
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/ipinside-lws.service
           └─12875 LWSDaemon

May 08 13:51:44 Lenovo systemd[1]: Starting LSB: Interezen IPinsided-LWS...
May 08 13:51:45 Lenovo systemd[1]: Started LSB: Interezen IPinsided-LWS.
$ systemctl status IPinsided-LWS.service

● ipinside-lws.service - LSB: Interezen IPinsided-LWS
   Loaded: loaded (/etc/init.d/ipinside-lws; generated)
   Active: active (running) since Fri 2020-05-08 13:51:45 KST; 1h 11min ago
     Docs: man:systemd-sysv-generator(8)
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/ipinside-lws.service
           └─12875 LWSDaemon

May 08 13:51:44 Lenovo systemd[1]: Starting LSB: Interezen IPinsided-LWS...
May 08 13:51:45 Lenovo systemd[1]: Started LSB: Interezen IPinsided-LWS.

我还尝试了enablestartrestart这两项服务;但是,网站仍然显示问题。网站告诉我软件已安装,但我收到以下对话框响应...

Module for electronic transaction fraud prevention service is either not installed or
not run properly.

相关内容