- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试让我的系统自动化,每天晚上连接到客户端的 VPN 几个小时。客户要求我们使用 Cisco 的 Anyconnect VPN 客户端,但我们遇到了一些困难。我制作了一个可执行的 bash 脚本来自动启动 VPN 客户端、输入用户/密码等,我想做的是每天晚上使用 cron 自动运行该脚本。如果我只是手动运行脚本,一切都会正常,并且 VPN 会立即连接。但使用 cron 运行脚本时,VPN 将无法连接。以下是系统日志文件的相关部分。
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: getLocalizationPath File: ../../vpn/Common/i18n/MsgCatalog.cpp Line: 621 Invoked Function: CInstanceSmartPtr<StoragePath> Return Code: -24641526 (0xFE88000A) Description: CSTORAGEPATH_ERROR_NO_INSTANCE
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Initializing vpnapi version 4.3.05017 ().
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: loadProfiles File: ../../vpn/Api/ProfileMgr.cpp Line: 100 No profile is available.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: getCurrentState File: ../../vpn/Api/ClientIfcBase.cpp Line: 2120 API service not ready
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Current Preference Settings: ServiceDisable: false CertificateStoreOverride: false CertificateStore: All ShowPreConnectMessage: false AutoConnectOnStart: false MinimizeOnConnect: true LocalLanAccess: false AutoReconnect: true AutoUpdate: true ProxySettings: Native AllowLocalProxyConnections: true PPPExclusion: Disable PPPExclusionServerIP: EnableScripting: false TerminateScriptOnNextEvent: false EnableAutomaticServerSelection: false AuthenticationTimeout: 12 IPProtocolSupport: IPv4,IPv6 AllowManualHostInput: true BlockUntrustedServers: true PublicProxyServerAddress:
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: findProfile File: ../../vpn/CommonCrypt/Certificates/NSSCertUtils.cpp Line: 671 Unable to locate NSS profile directory from /root/.mozilla/firefox/profiles.ini
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: InitNSS File: ../../vpn/CommonCrypt/Certificates/NSSCertUtils.cpp Line: 397 Invoked Function: CNSSCertUtils::getProfilePath Return Code: -31457265 (0xFE20000F) Description: CERTSTORE_ERROR_CERTSTORE_NOT_FOUND
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: CNSSCertStore File: ../../vpn/CommonCrypt/Certificates/NSSCertStore.cpp Line: 76 Invoked Function: CNSSCertUtils::InitNSS Return Code: -31457265 (0xFE20000F) Description: CERTSTORE_ERROR_CERTSTORE_NOT_FOUND
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: addNSSStore File: ../../vpn/CommonCrypt/Certificates/CollectiveCertStore.cpp Line: 1766 Invoked Function: CNSSCertStore::CNSSCertStore Return Code: -31457265 (0xFE20000F) Description: CERTSTORE_ERROR_CERTSTORE_NOT_FOUND
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: OpenStores File: ../../vpn/CommonCrypt/Certificates/CollectiveCertStore.cpp Line: 423 Invoked Function: CCollectiveCertStore::addNSSStore Return Code: -31457265 (0xFE20000F) Description: CERTSTORE_ERROR_CERTSTORE_NOT_FOUND
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: OnNegotiateMessageTypesComplete File: ../../vpn/Api/ApiIpc.cpp Line: 755 Master Agent Connection started.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: VPN state: Disconnected Network state: Network Accessible Network control state: Network Access: Available Network type: Undefined
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: setConnectRequestComplete File: ../../vpn/Api/ConnectMgr.cpp Line: 9327 Connect request complete. Proceeding to cleanup.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: activateConnectEvent File: ../../vpn/Api/ConnectMgr.cpp Line: 1431 NULL object. Cannot establish a connection at this time.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Message type information sent to the user: Ready to connect.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: attach File: ../../vpn/Api/ClientIfcBase.cpp Line: 667 Client successfully attached.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: WMHintCB File: ../../vpn/Api/ClientIfc.cpp Line: 152 User did not implement WMHintCB.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: WMHintCB File: ../../vpn/Api/ClientIfc.cpp Line: 152 User did not implement WMHintCB.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: An SSL VPN connection to vpn.gillettechildrens.com/UHL has been requested by the user.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: getProfileNameFromHost File: ../../vpn/Api/ProfileMgr.cpp Line: 808 No profile available for host vpn.gillettechildrens.com.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: getHostInitSettings File: ../../vpn/Api/ProfileMgr.cpp Line: 888 Profile () not found. Using default settings.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: deliverWebLaunchHostCB File: ../../vpn/Api/ClientIfc.cpp Line: 158 User did not implement deliverWebLaunchHostCB.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: loadProfiles File: ../../vpn/Api/ProfileMgr.cpp Line: 100 No profile is available.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: getProfileNameFromHost File: ../../vpn/Api/ProfileMgr.cpp Line: 808 No profile available for host vpn.gillettechildrens.com.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Using default preferences. Some settings (e.g. certificate matching) may not function as expected if a local profile is expected to be used. Verify that the selected host is in the server list section of the profile and that the profile is configured on the secure gateway.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: getProfileNameFromHost File: ../../vpn/Api/ProfileMgr.cpp Line: 808 No profile available for host vpn.gillettechildrens.com.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: getHostInitSettings File: ../../vpn/Api/ProfileMgr.cpp Line: 888 Profile () not found. Using default settings.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: getCertList File: ../../vpn/Api/ApiCert.cpp Line: 339 Number of certificates found: 0
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Message type information sent to the user: Contacting vpn.gillettechildrens.com/UHL.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Initiating VPN connection to the secure gateway https://vpn.gillettechildrens.com/UHL
Mar 5 08:28:01 SKYSPARK acvpnagent[1323]: Using default preferences. Some settings (e.g. certificate matching) may not function as expected if a local profile is expected to be used. Verify that the selected host is in the server list section of the profile and that the profile is configured on the secure gateway.
Mar 5 08:28:01 SKYSPARK acvpnagent[1323]: Function: processConnectNotification File: ../../vpn/Agent/MainThread.cpp Line: 12205 Received connect notification (host vpn.gillettechildrens.com/UHL, profile N/A)
Mar 5 08:28:01 SKYSPARK acvpnagent[1323]: Function: resolveHostNameAlt File: ../../vpn/Common/Utility/HostLocator.cpp Line: 623 Invoked Function: DNSRequest::Query Return Code: -29294576 (0xFE410010) Description: DNSREQUEST_ERROR_NO_DNS_RESOLVERS
Mar 5 08:28:01 SKYSPARK acvpnagent[1323]: Function: resolveHostName File: ../../vpn/Common/Utility/HostLocator.cpp Line: 718 Invoked Function: CHostLocator::resolveHostNameAlt Return Code: -29294576 (0xFE410010) Description: DNSREQUEST_ERROR_NO_DNS_RESOLVERS
Mar 5 08:28:01 SKYSPARK acvpnagent[1323]: Function: getHostIPAddrByName File: ../../vpn/Common/IPC/SocketSupport.cpp Line: 323 Invoked Function: ::getaddrinfo Return Code: 0 (0x00000000) Description: unknown
Mar 5 08:28:01 SKYSPARK acvpnagent[1323]: Function: resolveHostName File: ../../vpn/Common/Utility/HostLocator.cpp Line: 730 Invoked Function: CSocketSupport::getHostIPAddrByName Return Code: -31195124 (0xFE24000C) Description: SOCKETSUPPORT_ERROR_GETADDRINFO
Mar 5 08:28:01 SKYSPARK acvpnagent[1323]: Function: ResolveHostname File: ../../vpn/Common/Utility/HostLocator.cpp Line: 839 Invoked Function: CHostLocator::resolveHostName Return Code: -31195124 (0xFE24000C) Description: SOCKETSUPPORT_ERROR_GETADDRINFO failed to resolve host name vpn.gillettechildrens.com to IPv6 address
Mar 5 08:28:01 SKYSPARK acvpnagent[1323]: Function: logResolutionResult File: ../../vpn/Common/Utility/HostLocator.cpp Line: 913 Host vpn.gillettechildrens.com has been resolved to IP address 205.215.216.4
Mar 5 08:28:01 SKYSPARK acvpnagent[1323]: Writing to hosts file: 205.215.216.4#011vpn.gillettechildrens.com ###Cisco AnyConnect VPN client modified this file. Please do not modify contents until this comment is removed.
Mar 5 08:28:01 SKYSPARK acvpnagent[1323]: Function: respondToConnectNotification File: ../../vpn/Agent/MainThread.cpp Line: 5338 The requested VPN connection to vpn.gillettechildrens.com/UHL will target the following IP protocols and addresses: primary - IPv4 (address 205.215.216.4), secondary - N/A.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: getUserName File: ../../vpn/Api/CTransportCurlStatic.cpp Line: 2045 PasswordEntry username is root
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: findProfile File: ../../vpn/CommonCrypt/Certificates/NSSCertUtils.cpp Line: 671 Unable to locate NSS profile directory from /root/.mozilla/firefox/profiles.ini
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: InitNSS File: ../../vpn/CommonCrypt/Certificates/NSSCertUtils.cpp Line: 397 Invoked Function: CNSSCertUtils::getProfilePath Return Code: -31457265 (0xFE20000F) Description: CERTSTORE_ERROR_CERTSTORE_NOT_FOUND
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: CNSSCertStore File: ../../vpn/CommonCrypt/Certificates/NSSCertStore.cpp Line: 76 Invoked Function: CNSSCertUtils::InitNSS Return Code: -31457265 (0xFE20000F) Description: CERTSTORE_ERROR_CERTSTORE_NOT_FOUND
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: addNSSStore File: ../../vpn/CommonCrypt/Certificates/CollectiveCertStore.cpp Line: 1766 Invoked Function: CNSSCertStore::CNSSCertStore Return Code: -31457265 (0xFE20000F) Description: CERTSTORE_ERROR_CERTSTORE_NOT_FOUND
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Function: OpenStores File: ../../vpn/CommonCrypt/Certificates/CollectiveCertStore.cpp Line: 423 Invoked Function: CCollectiveCertStore::addNSSStore Return Code: -31457265 (0xFE20000F) Description: CERTSTORE_ERROR_CERTSTORE_NOT_FOUND
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Server certificate validation failed with the following errors: #011Certificate is from an untrusted source.
Mar 5 08:28:01 SKYSPARK acvpncli[4379]: Untrusted VPN server(vpn.gillettechildrens.com) encountered. AnyConnect is currently configured to block untrusted servers.
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: Function: PeerCertVerifyCB File: ../../vpn/Api/CTransportCurlStatic.cpp Line: 957 Invoked Function: ITransportCB::OnPeerCertVerificationError Return Code: -31391702 (0xFE21002A) Description: CERTIFICATE_ERROR_USER_DECLINED_UNTRUSTED_CERT_ACCEPTANCE:User has declined to accept an untrusted server certificate
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: Function: TranslateCertificateErrors File: ../../vpn/Api/CTransport.cpp Line: 749 Invoked Function: Certificate Error Return Code: -31391702 (0xFE21002A) Description: CERTIFICATE_ERROR_USER_DECLINED_UNTRUSTED_CERT_ACCEPTANCE:User has declined to accept an untrusted server certificate Translated to CTRANSPORT_ERROR_PEER_CERT_REJECTED
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: Function: sendRequest File: ../../vpn/Api/ConnectIfc.cpp Line: 3219 Invoked Function: CTransport::SendRequest Return Code: -30015455 (0xFE360021) Description: CTRANSPORT_ERROR_PEER_CERT_REJECTED
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: Function: connect File: ../../vpn/Api/ConnectIfc.cpp Line: 481 Invoked Function: ConnectIfc::sendRequest Return Code: -30015455 (0xFE360021) Description: CTRANSPORT_ERROR_PEER_CERT_REJECTED
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: Function: TranslateStatusCode File: ../../vpn/Api/ConnectIfc.cpp Line: 3036 Invoked Function: TranslateStatusCode Return Code: -30015455 (0xFE360021) Description: CTRANSPORT_ERROR_PEER_CERT_REJECTED Connection attempt failed. Please try again.
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: Function: doConnectIfcConnect File: ../../vpn/Api/ConnectMgr.cpp Line: 2062 Invoked Function: ConnectIfc::connect Return Code: -30015455 (0xFE360021) Description: CTRANSPORT_ERROR_PEER_CERT_REJECTED
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: Message type warning sent to the user: Connection attempt has failed.
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: Function: processIfcData File: ../../vpn/Api/ConnectMgr.cpp Line: 2742 Content type (unknown) received. Response type (undefined) from vpn.gillettechildrens.com:
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: Function: connect File: ../../vpn/Api/ConnectMgr.cpp Line: 2149 ConnectMgr::processIfcData failed
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: Function: initiateConnect File: ../../vpn/Api/ConnectMgr.cpp Line: 1252 Connection failed.
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: VPN state: Disconnected Network state: Network Accessible Network control state: Network Access: Available Network type: Undefined
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: Function: run File: ../../vpn/Api/ConnectMgr.cpp Line: 719 Invoked Function: ConnectMgr::initiateConnect Return Code: -29622263 (0xFE3C0009) Description: CONNECTMGR_ERROR_UNEXPECTED
Mar 5 08:28:02 SKYSPARK acvpncli[4379]: Function: detach File: ../../vpn/Api/ClientIfcBase.cpp Line: 480 Shutting down vpnapi
Mar 5 08:28:02 SKYSPARK acvpnagent[1323]: Function: OnIpcMessageReceived File: ../../vpn/Common/IPC/IPCDepot.cpp Line: 1070 Invoked Function: CIpcTransport::OnSocketReadComplete Return Code: -33292279 (0xFE040009) Description: IPCTRANSPORT_ERROR_UNEXPECTED
如有任何帮助或建议,我们将不胜感激。似乎一个可能的解决方案可能是允许连接到不受信任的服务器,但在 GUI 中,未选中“阻止与不受信任的服务器的连接”,并且我在 AnyConnectProfile.xml 中找不到该选项。
我已经为此奋斗了一段时间,并且几乎被难住了。我绝不是网络专家,也不是 Linux 操作系统专家。我运行的是 Ubuntu 16.04 LTS。
最佳答案
anyconnect 不支持 linux 16 https://bst.cloudapps.cisco.com/bugsearch/bug/CSCuy92565/?reffering_site=dumpcr
关于linux - 无法通过 cron 连接到 Anyconnect,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49113717/
嗨,我想运行一个 cron 作业来在我的服务器上调用 PHP 脚本。 我正在使用 Cpanel 从我的网络主机,这些是选项: 分钟: 小时: 日: 月份: 工作日: 命令: 我真的很难将命令指向我的文
就目前而言,这个问题不适合我们的问答形式。我们希望答案得到事实、引用或专业知识的支持,但这个问题可能会引起辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the he
有没有办法配置supervisor每 X 秒运行一些命令(如 CRON)? 我看到了 eventlistener 和 TICK_ 事件的例子 [eventlistener:memmon] comman
如果 Cron 有一项作业计划在凌晨 2 点运行,另一项作业在凌晨 3 点运行,那么这些作业会受到夏令时的影响吗? 当时间向后移动一小时时,时间是否会直接从凌晨 2:59:59 变为凌晨 2:00:0
第一个示例 假设我有一份 CRON 工作 30 2 * * * .... 然后每次晚上 2:30(本地时间)都会运行。 现在假设我的时区是欧洲/德国,并且是 2017 年 10 月 29 日(夏令时
我想在不到一分钟的时间内(例如每 30 秒)在主机上运行一个命令,但我无权访问 ssh。我只有 .我不知道如何使用它进行一些黑客攻击以在不到一分钟的时间内运行代码。 EDIT1:在这个问题中,我的访问
我探索并发现在 quartz cron 表达式中: sec min hour day_of_month month day_of_week year, 我们可以提供 day_of_month 或 da
我试图弄清楚是否可以设置一个 cron 作业,将所有文件从我的服务器上的一个文件夹传输到另一个文件夹,然后从另一个文件夹中获取一组文件(随机选择的文件)并将其放入原来的文件夹中。如果有关于如何执行此操
我服务器上的一个驱动器最近损坏了操作系统。我能够恢复所有文件,但现在我有一个只有文件系统的备份驱动器;不可启动。我现在正在设置一个新服务器,并且需要设置旧的 cron 作业。有没有办法查看文件结构以查
我尝试了 http://docs.opscode.com/resource_cron.html#examples 给出的最简单的例子 cron "name_of_cron_entry" do
我注意到很多人在讨论 Gearman,它的调度功能使它能够将工作分配到其他服务器上。但是,我还没有看到与本地 cronjobs 的比较。 cron 和 Gearman 有什么区别? 最佳答案 如果您正
我需要在此运行一份工作 cron日程安排,但似乎我无法在一份声明中表达这一点。有没有办法在一个 cron 中得到这个陈述? 周一至周六上午 8 点 下午 2 点 谢谢。 最佳答案 你是对的。恐怕这是不
我正在尝试在 OVH 网络主机上设置 cron。 要执行的脚本位于: /home/[登录ftp]/www/script.sh 因此,我使用此设置在 OVH 界面上创建了一个 cron: 要执行的命令:
这是cron我试过的表达 0 0 0 */14 * ?它给出了以下时间表 开始时间:- Friday, September 8, 2017 1:25 AM 下一个预定:- 1. Friday, Se
你如何从命令行创建一个 cron 作业,以便它在 gnome-schedule 中显示一个名称? 我知道如何使用 crontab 创建一个 cron 作业。但是,我所有的工作都以空白名称显示。我想更好
我有一个由 cron 安排的工作:每小时从服务器弹出电子邮件。 但有时我不想等待 60 分钟来查看我的电子邮件。为此,我使用了一个脚本,该脚本运行与 crontab 中相同的命令。它本质上就像在计划运
我想要一个每 2 小时 10 分钟运行一次的计划的 cron 表达式,我期望的输出是2:004:106:20我试过 0 0/2 0/2 * * ?为此,输出是这样的2012 年 11 月 1 日星期四
我有一个执行 shell 脚本的 cronjob在我的 shell 脚本中我做了一个模块加载 tww/perl 但它给了我 module: command not found 我能做什么?我至少有 1
在 Jenkins 中,我们将 Poll SCM 计划设置为 * * * * * .但 Jenkins 建议 Do you really mean "every minute" when you sa
在 logrotate 联机帮助页中,他们说: “通常,logrotate 作为日常 cron 作业运行”。 这是否意味着 logrotate 使用 cron(或由 cron 执行)? 如果是这样,这
我是一名优秀的程序员,十分优秀!