mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-24 23:45:50 +03:00
[GH-ISSUE #135] OSError: out of pty devices #719
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#719
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sbrl on GitHub (Dec 12, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/135
I get a strange
OSError: out of pty deviceserror when I useasciinema recon my server.Context: I ssh into my OVH VPS (Classic), which has 1 CPU Core, 1GB RAM, and a 10GB Hard Drive. I don't have control over my kernel due to the virtualisation technology used by OVH. (they use OpenVZ).
Here's my uname -a:
/proc/sys/kernel/pty/max:Here's the full error output:
@ku1ik commented on GitHub (Dec 15, 2015):
I'm not sure why you're getting this error. FYI, this is almost 2 years old version of asciinema, I suggest you to try version >= 1.0.
@sbrl commented on GitHub (Dec 16, 2015):
How can I install the latest version of asciinema? I'm on ubuntu server 15.10. Is there a ppa?
@ku1ik commented on GitHub (Dec 16, 2015):
We have Ubuntu ppa, yes. See here https://asciinema.org/docs/installation
@sbrl commented on GitHub (Dec 16, 2015):
Yep, that works. I found that I had an old version of asciinema lying around from who knows where that was overriding the newest version. I've deleted it now, and the new version works flawlessly 😃
reccommand fails (worked in v2) #974