bitnami / vms

Bitnami VMs
https://bitnami.com
Other
203 stars 43 forks source link

[bitnami/redmine] How to display print information BEYOND THE screen display area #1351

Closed chinatochen closed 7 months ago

chinatochen commented 8 months ago

Describe your issue as much as you can

When the printed information displayed on the screen exceeds the area displayed on the screen, I cannot view the content printed on the last screen, which is a problem that I am very upset. For example, when installing plug-ins, the printed information exceeds the entire screen, so I cannot see and miss a lot of useful information before. How to solve this problem image

gongomgra commented 8 months ago

Hi @chinatochen,

Thanks for your message. If the ESXi terminal app doesn't allow you to scroll up, I think you can choose one of the next alternatives:

<command you want to run with args> 2>&1 | tee output.log

As an example, you can run the bundle install like this, and then inspect the output.log file

bundle install 2>&1 | tee output.log

Hope it helps!

chinatochen commented 8 months ago

Hi @chinatochen,

Thanks for your message. If the ESXi terminal app doesn't allow you to scroll up, I think you can choose one of the next alternatives:

  • Use another virtual terminal app as suggested in official VMware community forums such as connecting via SSH to the virtual machine.
  • Run the commands as shown below to redirect the output to a file you can inspect later. Notice this method is a bit more tedious
<command you want to run with args> 2>&1 | tee output.log

As an example, you can run the bundle install like this, and then inspect the output.log file

bundle install 2>&1 | tee output.log

Hope it helps!

Hi gongomgra
Thank you very much for your reply. I will try to use your suggestions to solve this troublesome problem. Thank you again!

github-actions[bot] commented 7 months ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] commented 7 months ago

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.