question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MacOsx upgrade from 3.0.3442 to 3.0.3477 introduces /dev/shm/AzureFunctions warning message

See original GitHub issue

Version 3.0.3442 starts without any warning (yellow) messages

Azure Functions Core Tools
Core Tools Version:       3.0.3442 Commit hash: 6bfab24b2743f8421475d996402c398d2fe4a9e0  (64-bit)

Version 3.0.3477 now starts with Operation not permitted message

Azure Functions Core Tools
Core Tools Version:       3.0.3477 Commit hash: 5fbb9a76fc00e4168f2cc90d6ff0afe5373afc6d  (64-bit)
Function Runtime Version: 3.0.15584.0

[2021-05-21T21:42:28.276Z] Cannot create directory for shared memory usage: /dev/shm/AzureFunctions
[2021-05-21T21:42:28.276Z] System.IO.FileSystem: Access to the path '/dev/shm/AzureFunctions' is denied. Operation not permitted.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:15
  • Comments:24 (8 by maintainers)

github_iconTop GitHub Comments

4reactions
stdtomcommented, Jul 30, 2021

For those who want to force installation of v3.0.3442, the following might help:

cd $(brew --repository)/Library/Taps/azure/homebrew-functions
git checkout Update_3.0.3442
HOMEBREW_NO_AUTO_UPDATE=1  brew install azure-functions-core-tools@3
3reactions
LucasOleksakcommented, Apr 27, 2022

Hi, I also get this error with v4:

Found Python version 3.9.9 (python3).

Azure Functions Core Tools Core Tools Version: 4.0.4483 Commit hash: N/A (64-bit) Function Runtime Version: 4.1.3.17473

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure Functions Core Tools error (OSX) : /dev/shm ...
I'm running on OSX and am getting the following error when running ... Azure Functions Core Tools Core Tools Version: 3.0.3477 Commit hash: ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found