Replies: 2 comments 3 replies
|
Hi @saketlj, I can't reproduce the error above with the bosh version |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 ?
All reactions