Bug 1193213
Summary: | LXC container not start after edit config file | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | varuzam |
Component: | lxc | Assignee: | Thomas Moschny <thomas.moschny> |
Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel7 | CC: | ak.redhat, karlthered, sagarun, thomas.moschny, varuzam |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-07-09 15:35:25 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
varuzam
2015-02-16 21:42:14 UTC
In your recipe, you start the container in steps 5 and 7, without stopping it in between? That's not going to work, I think. sorry, step 6.5. lxc-stop -n testvm additional problem after steps 7 is not possible to connect via ssh Error: PTY allocation request failed on channel 0 I stumbled onto this problem as well and spent over 2 hours looking for the problem. I really did not want to reboot the server to find it out if it resolved the issue as it was not mentioned here and there were many containers already running. The problem appears to be that wfor whatever reason when the config file is changed, it causes the next container booted to remount /dev/pts in readonly mode. To workaround this issue, simply run: mount -o remount,rw /dev/pts Hopefully this workaround will help while the real issue is being addressed! Cheers, ak. PS: I encountered this issue on a CentOS 7 host: LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.1.1503 (Core) Release: 7.1.1503 Codename: Core Let me know if there's any more info required to help pinpoint the issue! EPEL 7 entered end-of-life (EOL) status on 2024-06-30. EPEL 7 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. |