macos-catalina

“Operation not permitted” from docker container logged as root

会有一股神秘感。 提交于 2020-06-14 20:15:57
问题 I need your help to understand my problem. I updated my macintosh with Catalina last week, then i updated docker for mac. Since those updates, i have ownership issues on shared volumes. I can reproduce with a small example. I just create a small docker-compose which build a nginx container. I have a folder src with a PHP file like this "src/index.php". I build the container and start it. Then i go to /app/www/mysrc (shared volume) and tape "ls -la" to check if the index.php is OK and i get :

“Operation not permitted” from docker container logged as root

若如初见. 提交于 2020-06-14 20:13:08
问题 I need your help to understand my problem. I updated my macintosh with Catalina last week, then i updated docker for mac. Since those updates, i have ownership issues on shared volumes. I can reproduce with a small example. I just create a small docker-compose which build a nginx container. I have a folder src with a PHP file like this "src/index.php". I build the container and start it. Then i go to /app/www/mysrc (shared volume) and tape "ls -la" to check if the index.php is OK and i get :

“Operation not permitted” from docker container logged as root

五迷三道 提交于 2020-06-14 20:11:07
问题 I need your help to understand my problem. I updated my macintosh with Catalina last week, then i updated docker for mac. Since those updates, i have ownership issues on shared volumes. I can reproduce with a small example. I just create a small docker-compose which build a nginx container. I have a folder src with a PHP file like this "src/index.php". I build the container and start it. Then i go to /app/www/mysrc (shared volume) and tape "ls -la" to check if the index.php is OK and i get :

“Operation not permitted” from docker container logged as root

帅比萌擦擦* 提交于 2020-06-14 20:08:41
问题 I need your help to understand my problem. I updated my macintosh with Catalina last week, then i updated docker for mac. Since those updates, i have ownership issues on shared volumes. I can reproduce with a small example. I just create a small docker-compose which build a nginx container. I have a folder src with a PHP file like this "src/index.php". I build the container and start it. Then i go to /app/www/mysrc (shared volume) and tape "ls -la" to check if the index.php is OK and i get :

Install mongodb on mac os 10.15 for php7

僤鯓⒐⒋嵵緔 提交于 2020-06-12 15:31:43
问题 I have installed mongodb on my mac Catalina 10.15. I have php7.3 version installed as well. Now, I want to use the mongoClient() class with PHP. I tried composer require mongodb/mongodb but it says that the mongodb extension is missing : Using version ^1.5 for mongodb/mongodb ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages. Problem 1 -

Install mongodb on mac os 10.15 for php7

北慕城南 提交于 2020-06-12 15:30:33
问题 I have installed mongodb on my mac Catalina 10.15. I have php7.3 version installed as well. Now, I want to use the mongoClient() class with PHP. I tried composer require mongodb/mongodb but it says that the mongodb extension is missing : Using version ^1.5 for mongodb/mongodb ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages. Problem 1 -

SSL: CERTIFICATE_VERIFY_FAILED error with python3 on macOS 10.15

不想你离开。 提交于 2020-06-09 18:04:33
问题 /usr/bin/python3 from Xcode/CLT on macOS 10.15 (DB6/PB5 at the moment, with Xcode 11 beta 6) fails with SSL: CERTIFICATE_VERIFY_FAILED for all HTTPS requests originating from PSL, e.g. from urllib.request : $ /usr/bin/python3 -c 'import urllib.request; urllib.request.urlopen("https://www.apple.com/")' ... urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)> How to solve this problem? (I know the

Error when installing PyGame on Mac (Catalina) [duplicate]

为君一笑 提交于 2020-06-06 06:40:27
问题 This question already has answers here : pygame installation issue in mac os (4 answers) Closed 4 months ago . I have been trying to install PyGame onto my Mac on Catalina and can't figure out how to. The error message I get is: SystemExit: error: command 'gcc' failed with exit status 1. Is is something to do with about python not being setup right? I have already tried many different ways to install the package but whenever I run setup.py it gives me the error message. Is there somewhere I

ld64 segprot on MacOS Catalina not working?

ⅰ亾dé卋堺 提交于 2020-06-01 04:06:04
问题 I want to create a binary on MacOS Catalina (64 bit) with a data segment that can be made executable (see here for details) but is not executable from the start. I make my binary with gcc -nostdlib -segprot __DATA rwx rw- .... I also created an object file with gcc and then called ld directly. The ld version is $ ld -v @(#)PROGRAM:ld PROJECT:ld64-530 BUILD 18:57:17 Dec 13 2019 configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m

ld64 segprot on MacOS Catalina not working?

感情迁移 提交于 2020-06-01 04:03:07
问题 I want to create a binary on MacOS Catalina (64 bit) with a data segment that can be made executable (see here for details) but is not executable from the start. I make my binary with gcc -nostdlib -segprot __DATA rwx rw- .... I also created an object file with gcc and then called ld directly. The ld version is $ ld -v @(#)PROGRAM:ld PROJECT:ld64-530 BUILD 18:57:17 Dec 13 2019 configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m