Skip to content

Commit

Permalink
Note bracketed paste (#166)
Browse files Browse the repository at this point in the history
* Update README preconditions for bracketed paste
  • Loading branch information
dkosteck authored Oct 18, 2023
1 parent 8062965 commit d5d39f5
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit d5d39f5

Please sign in to comment.