unifi-utilities / unifios-utilities

A collection of enhancements for UnifiOS based devices
GNU General Public License v3.0
3.95k stars 419 forks source link

Error bringing up a shell #599

Open adboer opened 7 months ago

adboer commented 7 months ago

Describe the bug When I try to start the container with systemd-nspawn -M debian-custom -D /data/custom/machines/debian-custom I get the error Failed to allocate a pty: No such file or directory

To Reproduce Steps to reproduce the behavior:

  1. Run the command above.

UDM Information

Additional context When I run it with systemd-nspawn -M debian-custom -D /data/custom/machines/debian-custom -P it continues. I'm not sure what pipe mode means and if this is a good thing to do. It failes when creating a service later on, so not even a real solution.

When doing some troubleshooting I see i probably failes in the procedure _openptallocate. But from the I'm totally lost. On Windows I can run processmon.exe to troubleshoot, on Linux I don't know my way.