Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRIU dump error on mpv: ctty inheritance detected, no PTY peer with sid/pgrp needed #2432

Open
yamabiiko opened this issue Jul 6, 2024 · 1 comment

Comments

@yamabiiko
Copy link

yamabiiko commented Jul 6, 2024

Description and error
I dumped a mpv process with no video and specifying external sockets and ran into
Error (criu/tty.c:2281): tty: ctty inheritance detected sid/pgrp 370774, no PTY peer with sid/pgrp needed

370774 is the PID of the bash process I executed mpv from

Steps to reproduce the issue:

  1. Run mpv --video=no video.mp4 on a different terminal window
  2. criu dump -D restore/ -t $(pgrep mpv) --shell-job --ext-unix-sk --external unix[#id_pulseaudio_stream] -v4 -o dump.log

CRIU logs and information:

CRIU full dump/restore logs:

dump.log

Output of `criu --version`:

Version: 3.18
GitID: v3.18-266-g6f92787b7

Output of `criu check --all`:

Looks good.

Copy link

github-actions bot commented Aug 6, 2024

A friendly reminder that this issue had no activity for 30 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant