From 429eebf74e70cae2099e4b3586f5f755af15f5a2 Mon Sep 17 00:00:00 2001 From: ChanceNCounter Date: Wed, 23 Jun 2021 16:04:06 -0700 Subject: [PATCH] move ipc_path to /dev/shm `mycroft-skills.service` fails to start when it gets `permission denied` while trying to create `/ramdisk/mycroft/ipc`. I have confirmed that the mycroft user has perms to write to `/dev/shm`. --- buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index 81aacbb6..d99b78b9 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -1,7 +1,7 @@ { "play_wav_cmdline": "paplay %1", "play_mp3_cmdline": "mpg123 %1", - "ipc_path": "/ramdisk/mycroft/ipc/", + "ipc_path": "/dev/shm/mycroft/ipc/", "enclosure": { "platform": "OpenVoiceOS", "ntp_sync_on_boot": false