bash: no job control in this shell #258
Closed
davidecavestro
started this conversation in
General
Replies: 1 comment 1 reply
-
One thing you can do is create a new jail and compare their rootfs - maybe there are some hard links there that went haywire. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've a jail where I confined a docker installation, then used dockge to manage some compose.yml.
This worked like a charm until I reinstalled TrueNas along with jailmaker and reused the existing jail from the data-pool.
From then on when I attach to the jail with a bash or any other shell, it complains for Inappropriate ioctl for device/no job control in this shell
This way:
hence as soon as I issue a CTRL-C or other hotkeys I loose control of the terminal.
Everything else works fine, but I cannot find any evidence on the root cause for this, probably cause I've no experience with low level details of TTYs.
I know I can create a new jail, but I'd like to understand what's happening under the hood.
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions