January 28, 201610 yr I have "screen" installed from the nerdpack and wanted to run both iotop and watch lsof in separate windows during a large backup... I'm having trouble using either of these... I start screen and then try to run my commands. Here's my output: root@Tower:/boot/extra# iotop Traceback (most recent call last): File "/usr/sbin/iotop", line 17, in <module> main() File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 620, in main main_loop() File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 610, in <lambda> main_loop = lambda: run_iotop(options) File "/usr/lib64/python2.7/site-packages/iotop/ui.py", line 508, in run_iotop return curses.wrapper(run_iotop_window, options) File "/usr/lib64/python2.7/curses/wrapper.py", line 22, in wrapper stdscr = curses.initscr() File "/usr/lib64/python2.7/curses/__init__.py", line 33, in initscr fd=_sys.__stdout__.fileno()) _curses.error: setupterm: could not find terminal root@Tower:/boot/extra# watch lsof /mnt/bkup01/ Error opening terminal: vt100. Thoughts? I'm a tmux guy so not too saavy with screen yet. It should be noted that these apps work fine outside of screen.
Archived
This topic is now archived and is closed to further replies.