Page MenuHomePhabricator

"stdin: is not a tty" on first run
Closed, DeclinedPublic

Description

Log output:

[default] Running provisioner: VagrantPlugins::Shell::Provisioner...
stdin: is not a tty

This used to happen at the start of every Puppet run, because of the line "mesg n" in /root/.profile. The shell provisioner is actually invoked to fix the problem by changing it to "tty -s && mesg n". This fixes the problem for every subsequent run. Still, I'd like to prevent it from appearing even once.


Version: unspecified
Severity: minor

Details

Reference
bz46913

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:15 AM
bzimport set Reference to bz46913.
bzimport added a subscriber: Unknown Object (MLST).

I wasted an hour trying various ploys for working around this issue and none of them worked reliably. The error only appears once and the wording is not especially terrifying. I'll just add a note to the README saying it should be disregarded, and hope that Ubuntu fixes it upstream by adding a check to .profile.

[mass-moving from Tools>MediaWiki-Vagrant to separate product. See bug 54041. Filter bugmail on this comment.]