Forum archive
Something a little weird with Ghost 16.1
Just installed Ghost yesterday in a Proxmox container, everything pretty generic/default. I haven't done anything with it yet and last night I had a Proxmox console open sitting at the confconsole screen. When I went to bed, I closed my browser and clicked "leave page" when it asked about the Ghost console. This morning I went into Proxmox and clicked on the Ghost console and saw all this:
Traceback (most recent call last):
File "/usr/bin/confconsole", line 663, in loop
new_dialog = method()
File "/usr/bin/confconsole", line 398, in usage
button_label=default_button_label)
File "/usr/bin/confconsole", line 126, in msgbox────────────Caught exception──────────────────────┐
title=title, ok_label=button_label) │ Traceback (most recent call last): File │
File "/usr/bin/confconsole", line 96, in _wrappern/confconsole", line 663, in loop new_dialog │
ret = method("\n" + text, *args, **kws)= method() File "/usr/bin/confconsole", line 398, in │
File "/usr/lib/python3/dist-packages/dialog.py", line 3028, in msgboxlt_button_label) File │
kwargs) │ "/usr/bin/confconsole", line 126, in msgbox │
File "/usr/lib/python3/dist-packages/dialog.py", line 1717, in _widget_with_no_output │
code, output = self._perform(args, **kwargs)/bin/confconsole", line 96, in _wrapper ret = │
File "/usr/lib/python3/dist-packages/dialog.py", line 1504, in _perform │
args_file) │ " + text, *args, **kws) File │
File "/usr/lib/python3/dist-packages/dialog.py", line 1469, in _handle_program_exit, line 3028, │
child_output_rfd) │ in msgbox kwargs) File │
File "/usr/lib/python3/dist-packages/dialog.py", line 1421, in _wait_for_program_termination17, │
child_output.strip())) │ in _widget_with_no_output code, output = │
dialog.DialogError: dialog-like terminated due to an error: the dialog-like program exited with status 3 (which was passed to it as the DIALOG_ERROR environment variable). Sometimes, the reason is simply that dialog was given a height or width parameter that is too big for the terminal in use. Its output, with leading and trailing whitespace stripped, was:) File │
├─────────────────────────────────────────────────────57%──┤
│ < ok > │
└──────────────────────────────────────────────────────────┘
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/confconsole", line 731, in <module>
main()
File "/usr/bin/confconsole", line 726, in main
tc.loop()
File "/usr/bin/confconsole", line 673, in loop
self.console.msgbox("Caught exception", sio.getvalue())
File "/usr/bin/confconsole", line 126, in msgbox
title=title, ok_label=button_label)
File "/usr/bin/confconsole", line 96, in _wrapper
ret = method("\n" + text, *args, **kws)
File "/usr/lib/python3/dist-packages/dialog.py", line 3028, in msgbox
kwargs)
File "/usr/lib/python3/dist-packages/dialog.py", line 1717, in _widget_with_no_output
code, output = self._perform(args, **kwargs)
File "/usr/lib/python3/dist-packages/dialog.py", line 1504, in _perform
args_file)
File "/usr/lib/python3/dist-packages/dialog.py", line 1469, in _handle_program_exit
child_output_rfd)
File "/usr/lib/python3/dist-packages/dialog.py", line 1421, in _wait_for_program_termination
child_output.strip()))
dialog.DialogError: dialog-like terminated due to an error: the dialog-like program exited with status 3 (which was passed to it as the DIALOG_ERROR environment variable). Sometimes, the reason is simply that dialog was given a height or width parameter that is too big for the terminal in use. Its output, with leading and trailing whitespace stripped, was:
[EOF - dtach terminating]
root@Ghost ~#
Only thing I can make of it is maybe I need to go in and configure the terminal size or something, or try one of the other terminal types in Proxmox. I haven't looked at it yet, but I've never seen anything like that with any of the TKL appliances, so thought I'd sent it on up. :)
Don

Loading confconsole back up, it comes up ok....