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

core-dump when starting pommed before sound card is ready #24

Open
atomictty opened this issue Nov 15, 2015 · 2 comments
Open

core-dump when starting pommed before sound card is ready #24

atomictty opened this issue Nov 15, 2015 · 2 comments

Comments

@atomictty
Copy link

No problems if I restart the service after boot, so this seems to be a race condition.
boot_fail_log.txt
boot_fixed_log.txt
pommed.service.txt

To save you digging through the logfiles to check:
Arch Linux
MacBookPro5,5

Attached are logs before and after I changed the pommed.service file to set After=sound.target, and WantedBy=sound.target
Not the most elegant approach (since it assumes we are using the volume control hotkeys).

@bytbox
Copy link
Owner

bytbox commented Nov 15, 2015

I'm no longer really able to maintain this project properly -- I don't use or even own a mac, and have no way to test on my own. This is not a bug I'm going to be able to fix.

The workaround doesn't seem like a bad idea. Can you elaborate on why you don't think it's elegant? (I'm not disagreeing, I just didn't understand what you wrote.)

@atomictty
Copy link
Author

For this to work, sound support must be enabled on the machine (boot_nosound_log.txt). Somebody disabling their sound support through kernel options or module blacklisting is an edge-case, so this is just an issue of 'correctness' - and maybe it's enough to assume somebody doing this can also tweak their service file as per documentation...

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

No branches or pull requests

2 participants