[GH-ISSUE #70] successful container not starting after stopping #61

Closed
opened 2026-02-27 22:07:43 +03:00 by kerem · 2 comments
Owner

Originally created by @c1tt1 on GitHub (Jul 20, 2020).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/70

I was able to run the container successfully and do a few things (installing some software, browsing ....).
After stop the container, restarting it shows the following and then exits:

ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4693:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4693:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4693:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5181:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default
alsa: Could not initialize ADC
alsa: Failed to open `default':
alsa: Reason: No such file or directory
audio: Failed to create voice `adc'
gtk initialization failed
Originally created by @c1tt1 on GitHub (Jul 20, 2020). Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/70 I was able to run the container successfully and do a few things (_installing some software, browsing ...._). After stop the container, restarting it shows the following and then exits: ``` ALSA lib confmisc.c:767:(parse_card) cannot find card '0' ALSA lib conf.c:4693:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings ALSA lib conf.c:4693:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name ALSA lib conf.c:4693:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:5181:(snd_config_expand) Evaluate error: No such file or directory ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM default alsa: Could not initialize ADC alsa: Failed to open `default': alsa: Reason: No such file or directory audio: Failed to create voice `adc' gtk initialization failed ```
kerem closed this issue 2026-02-27 22:07:43 +03:00
Author
Owner

@sickcodes commented on GitHub (Jul 20, 2020):

Which OS?
Have you checked the troubleshooting section of the Readme?
sudo chmod 666 /dev/kvm

<!-- gh-comment-id:661288861 --> @sickcodes commented on GitHub (Jul 20, 2020): Which OS? Have you checked the troubleshooting section of the Readme? `sudo chmod 666 /dev/kvm`
Author
Owner

@c1tt1 commented on GitHub (Jul 26, 2020):

Not sure what was happening there but eventually created a new container.

<!-- gh-comment-id:664008264 --> @c1tt1 commented on GitHub (Jul 26, 2020): Not sure what was happening there but eventually created a new container.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-OSX#61
No description provided.