Hi, Kapetanakis Giannis wrote on Wed, Aug 27, 2014 at 11:55:26AM +0300:
> I'm getting this in my daily security(8) run: > > Running security(8): > tset: standard error: Inappropriate ioctl for device > > How can I get more details? You might start by showing the information you already have. Unless you have heavily edited /usr/libexec/security, it seems highly probably to me that you have edited out at least one line between "Running security(8):" and "tset: standard error:" and that that line contains the decisive clue. Also, please show the following: $ grep security,v /usr/libexec/security Have a look at the following files: /etc/ksh.kshrc /etc/profile /root/.profile Does any of these files contain an unguarded tset(1) call, that is, one that is executed regardless, even if the shell is not interactive? Yours, Ingo

