zoukankan      html  css  js  c++  java
  • GVMStart 正常结果

    root@KVM:/lib/systemd/system# sudo gvm-start
    [>] Please wait for the GVM services to start.
    [>]
    [>] You might need to refresh your browser once it opens.
    [>]
    [>]  Web UI (Greenbone Security Assistant): https://127.0.0.1:9392
    
    ● greenbone-security-assistant.service - Greenbone Security Assistant (gsad)
         Loaded: loaded (/lib/systemd/system/greenbone-security-assistant.service; enabled; vendor preset: disabled)
         Active: active (running) since Mon 2022-01-10 09:13:20 CST; 15ms ago
           Docs: man:gsad(8)
                 https://www.greenbone.net
        Process: 2627 ExecStart=/usr/sbin/gsad --listen=0.0.0.0 --port=9392 (code=exited, status=0/SUCCESS)
       Main PID: 2628 (gsad)
          Tasks: 1 (limit: 9438)
         Memory: 1.7M
            CPU: 47ms
         CGroup: /system.slice/greenbone-security-assistant.service
                 └─2628 /usr/sbin/gsad --listen=0.0.0.0 --port=9392
    
    1月 10 09:13:20 KVM systemd[1]: Starting Greenbone Security Assistant (gsad)...
    1月 10 09:13:20 KVM gsad[2627]: Oops, secure memory pool already initialized
    1月 10 09:13:20 KVM systemd[1]: Started Greenbone Security Assistant (gsad).
    
    ● gvmd.service - Greenbone Vulnerability Manager daemon (gvmd)
         Loaded: loaded (/lib/systemd/system/gvmd.service; disabled; vendor preset: disabled)
         Active: active (running) since Mon 2022-01-10 09:13:15 CST; 5s ago
           Docs: man:gvmd(8)
        Process: 2595 ExecStart=/usr/sbin/gvmd --osp-vt-update=/run/ospd/ospd.sock --listen-group=_gvm (code=exited, status=0/SUCCESS)
       Main PID: 2600 (gvmd)
          Tasks: 1 (limit: 9438)
         Memory: 75.0M
            CPU: 404ms
         CGroup: /system.slice/gvmd.service
                 └─2600 "gvmd: Waiting for incoming connections" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""
    
    1月 10 09:13:14 KVM systemd[1]: Starting Greenbone Vulnerability Manager daemon (gvmd)...
    1月 10 09:13:14 KVM systemd[1]: gvmd.service: Can't open PID file /run/gvm/gvmd.pid (yet?) after start: Operation not permitted
    1月 10 09:13:15 KVM systemd[1]: Started Greenbone Vulnerability Manager daemon (gvmd).
    
    ● ospd-openvas.service - OSPd Wrapper for the OpenVAS Scanner (ospd-openvas)
         Loaded: loaded (/lib/systemd/system/ospd-openvas.service; disabled; vendor preset: disabled)
         Active: active (running) since Mon 2022-01-10 09:13:14 CST; 5s ago
           Docs: man:ospd-openvas(8)
                 man:openvas(8)
        Process: 2591 ExecStart=/usr/bin/ospd-openvas --config /etc/gvm/ospd-openvas.conf --log-config /etc/gvm/ospd-logging.conf --unix-socket /run/ospd/ospd.sock --pid-file /run/ospd/ospd-openvas.pid --log-file /var/log/gvm/ospd-openvas.log --lock-file-dir /var/lib/openvas (code=exited, status=0/SUCCESS)
       Main PID: 2593 (ospd-openvas)
          Tasks: 4 (limit: 9438)
         Memory: 20.6M
            CPU: 350ms
         CGroup: /system.slice/ospd-openvas.service
                 ├─2593 /usr/bin/python3 /usr/bin/ospd-openvas --config /etc/gvm/ospd-openvas.conf --log-config /etc/gvm/ospd-logging.conf --unix-socket /run/ospd/ospd.sock --pid-file /run/ospd/ospd-openvas.pid --log-file /var/log/gvm/ospd-openvas.log --lock-file-dir /var/lib/openvas
                 └─2596 /usr/bin/python3 /usr/bin/ospd-openvas --config /etc/gvm/ospd-openvas.conf --log-config /etc/gvm/ospd-logging.conf --unix-socket /run/ospd/ospd.sock --pid-file /run/ospd/ospd-openvas.pid --log-file /var/log/gvm/ospd-openvas.log --lock-file-dir /var/lib/openvas
    
    1月 10 09:13:14 KVM systemd[1]: Starting OSPd Wrapper for the OpenVAS Scanner (ospd-openvas)...
    1月 10 09:13:14 KVM systemd[1]: Started OSPd Wrapper for the OpenVAS Scanner (ospd-openvas).
    
    [>] Opening Web UI (https://127.0.0.1:9392) in: 5... 4... 3... 2... 1... 
    root@KVM:/lib/systemd/system# 
    

      

    Powered By D&J (URL:http://www.cnblogs.com/Areas/)
  • 相关阅读:
    cocos2d多语言互调之一---lua调java
    vue 组件
    封装 XMLHttpRequest
    Ajax 请求
    jq 显示和隐藏 计时器
    jq 动画DOM及其操作
    jq 表单提交
    jq 事件绑定
    js 一些实用的封装和兼容
    工厂、原型、混合模式
  • 原文地址:https://www.cnblogs.com/Areas/p/15783090.html
Copyright © 2011-2022 走看看