Description
Environment
CentOs 6.7
Vuls
git head : 067a231
OS
- Target Server: CentOs 6.7
- Vuls Server: CentOs 6.7
Go
- Go version: 1.8
Current Output
Please re-run the command using -debug
and provide the output below.
yum-plugin-changelog.noarch 1.1.30-40.el6 base
yum-plugin-fastestmirror.noarch 1.1.30-40.el6 base
stderr:
err: exit status 100
[Jun 20 05:41:55] ERROR [localhost] Failed to scan vulnerable packages
[Jun 20 05:41:55] ERROR [localhost] Error: localhost, err: [Failed to parse LANGUAGE=en_US.UTF-8 yum --color=never check-update. err: Unknown format: device-mapper-persistent-data.x86_64]
Addition Details
I try to add command stty columns 2000;
to
stty columns 2000; LANGUAGE=en_US.UTF-8 yum --color=never check-update
but still error.
SSH Mode set xterm width can solve this problem. But my environment have to run in localhost mode.
Any ideas?