-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With a long package name, Local shell mode (stty dont' work) #444
Comments
Thanks for reporting. When a long line is outputted, yum change line automatically. I have to change commands to operate the package management system. This issue will be solved in the next release. (Within 1-2 months) |
I add a yum info line preprocessor to combine seperated lines. code
` |
@chennqqi Sorry for inconvenience. Thanks for sharing the workaround. |
@kotakanbe thank you for your response. expecting next release |
* Use repoquery for no sudo and avoid unintended line feed of yum or rpm. #444 * Change data type of enablerepo in config.toml. string to array * Fetch yum changelogs at once then grep CVE-IDs * Fix changelog parse logic and Update Gopkg
This issue will be fixed in #449 |
* Use repoquery for no sudo and avoid unintended line feed of yum or rpm. #444 * Change data type of enablerepo in config.toml. string to array * Fetch yum changelogs at once then grep CVE-IDs * Fix changelog parse logic and Update Gopkg
Please try v0.4.0. |
Environment
CentOs 6.7
Vuls
git head : 067a231
OS
Go
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;
tostty 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?
The text was updated successfully, but these errors were encountered: