Skip to content
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

Note bracketed paste #166

Merged
merged 2 commits into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ default_hugepagesz=2M hugepagesz=2M hugepages=16384 iommu=pt intel_iommu=on

If the hugepage is not defined via the kernel boot parameter, the test script will try to allocate the hugepages at run time. The allocation may fail and lead to test failure if the continous memory region is not big enough.

On some newer OS releases (first noticed on RHEL 9.2) command execution may fail due to [bracketed paste](https://en.wikipedia.org/wiki/Bracketed-paste). If failure due to `timeout` is noticed during a test's setup procedure, one should try disabling bracketed paste. This can be done at a session level or globally by adding `set enable-bracketed-paste off` to `/etc/inputrc`.


## Required Packages

Expand Down