successful container not starting after stopping #63

Closed
opened 2025-12-28 23:22:52 +01:00 by adam · 2 comments
Owner

Originally created by @c1tt1 on GitHub (Jul 20, 2020).

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). 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 ```
adam closed this issue 2025-12-28 23:22:52 +01: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

@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.

@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.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#63