You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When vuls runs "vuls scan", run out of remote server's memory.
This command is heavy... bash -c set -o pipefail; yes no | yum update --changelog exim | grep CVE
vuls server
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
OS : CentOS 7.2.1511
go : go version go1.6.2 linux/amd64
vuls : Latest version(05/07)
Remote server
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
OS : CentOS 6.7
MEM : 1GB / Swap:4GB
Before run "vuls scan" (Remote server "free -m")
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
total used free shared buffers cached
Mem: 995 533 462 0 2 91
-/+ buffers/cache: 438 556
Swap: 4031 0 4031
config.toml
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
[servers]
[servers.192-168-20-3]
host = "192.168.20.3"
port = "22"
user = "root"
password = "xxxxx"
Error message
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
[May 7 17:31:25] ERROR [localhost] Failed to scan. err: root@192.168.20.3:22: Failed to get changelog. status: 2, stdout: grep: メモリを使い果たしました
, stderr:
The text was updated successfully, but these errors were encountered:
rluisr
changed the title
It ran out of memory.
It rans out of memory.
May 7, 2016
When vuls runs "vuls scan", run out of remote server's memory.
This command is heavy...
bash -c set -o pipefail; yes no | yum update --changelog exim | grep CVE
vuls server
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
OS : CentOS 7.2.1511
go : go version go1.6.2 linux/amd64
vuls : Latest version(05/07)
Remote server
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
OS : CentOS 6.7
MEM : 1GB / Swap:4GB
Before run "vuls scan" (Remote server "free -m")
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
total used free shared buffers cached
Mem: 995 533 462 0 2 91
-/+ buffers/cache: 438 556
Swap: 4031 0 4031
config.toml
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
Error message
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
The text was updated successfully, but these errors were encountered: