Date: Sun, 3 Jan 2016 23:35:50 +0000 From: Paul Chakravarti <paul.chakravarti@gmail.com> To: freebsd-virtualization@freebsd.org Subject: [jail] Killing login process in jail causes BEL stream in host terminal Message-ID: <5E910E9A-2228-4553-8D83-8CF7118B3D2A@gmail.com>
index | next in thread | raw e-mail
Hello, I am having a slightly strange problem trying to kill a login process in a jail. I have a jail running (10.2 host/jail) and am logging on from the host system using: # jexec <jid> login -f root If however I then try to kill that login process from another session on the host using: # jexec <jid> pkill login the login process is killed but I end up getting a continuous stream of BEL characters on the host terminal (about every 0.5s) and the terminal session becomes unresponsive and needs to be killed. I dont get this problem if I just run ‘sh -‘ (or ‘tcsh -l’) directly rather than login. Any ideas? Thanks, Paulhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5E910E9A-2228-4553-8D83-8CF7118B3D2A>
