Replies: 2 comments 3 replies
-
Hi @saketlj, I can't reproduce the error above with the bosh version |
Beta Was this translation helpful? Give feedback.
3 replies
-
@saketlj This feature is there only for debugging purpose as described in the docs. What you do isn't a supported use case for this. We are happy to review a pr about his if you want to contribute. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
We are using bosh-release 271 and logging to bosh console with /var/vcap/jobs/director/bin/console and running some ruby inbuilt bosh code to clean up DB tasks.
count=(Bosh::Director::Models::Task.where(type: 'vms').count-2000)/10
I am getting below error regards to ioctl winsize error.
/var/vcap/data/packages/ruby-3.0.2-r0.67.0/23d7612192d5eb20127684cc602ad13a0778fdc1/lib/ruby/3.0.0/irb/input-method.rb:42:in `winsize': Inappropriate ioctl for device (Errno::ENOTTY)
Inappropriate ioctl for device normally means that some program attempted to do a terminal control operation but its standard I/O streams weren't connected to a terminal.
Did any 1 came across this error ?
Beta Was this translation helpful? Give feedback.
All reactions