Getting error when trying to exit out of configuration mode also when running show commands

I am getting below error when exiting out of configure mode.

vyos@vyos# exit
exit
There are stopped jobs.
DEBUG vexit_internal: calling getEditResetEnv() without config session

I ran fg command and it started the ping command. I guess that was the stopped job. So I did Ctrl+C instead of Ctrl+Z and then tried exiting again but got same error.

My other issue is when I am running show command I am getting below error.

vyos@vyos# show proDEBUG vexit_internal: calling getCompletionEnv() without config session
DEBUG vexit_internal: calling getCompletionEnv() without config session
DEBUG vexit_internal: calling getCompletionEnv() without config session

Hi qwerty,

You can execute the command jobs -l , in order to see the running and stopped jobs. When you executed the “fg” command, it brought the only stopped job to the foreground and by entering the Ctrl+C, it has terminated the job gracefully. You need to exit from the config mode and re-enter the mode to clear the message.

vyos@vyos# sh proto
DEBUG vexit_internal: calling getCompletionEnv() without config session
DEBUG vexit_internal: calling getCompletionEnv() without config session

  Configuration path: [proto] is not valid
  Show failed

[edit]
vyos@vyos# exit
exit
vyos@vyos:~$ conf
[edit]
vyos@vyos# sh proto
 bgp 71 {
     address-family {
         ipv4-unicast {
             network 172.31.0.0/24 {
             }
         }
     }