看板 DFBSD_bugs 關於我們 聯絡資訊
:hey, : :i'm trying to set up some jails and hit a weird bug: : :# ssh $box :there: :# jail / test 127.0.0.1 /bin/sh :in the jail now: :# less :Missing filename ("less --help" for help) :Connection to $box closed. : :cheers : simon Fixed! /dev/tty opens were not being properly tracked in the case where the open fails, and that case occurs when you push into a jailed shell. -Matt