We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/148/fdinfo': Permission denied 2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/149/fdinfo': Permission denied 2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/150/fdinfo': Permission denied 2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/151/fdinfo': Permission denied 2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/152/fdinfo': Permission denied 2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/153/fdinfo': Permission denied 2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/154/fdinfo': Permission denied 2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/155/fdinfo': Permission denied 2024-11-24 19:03:19 /usr/bin/find: '/proc/26/map_files': Permission denied 2024-11-24 19:03:19 /usr/bin/find: '/proc/26/fdinfo': Permission denied 2024-11-24 19:03:19 dmesg: read kernel buffer failed: Operation not permitted 2024-11-24 19:03:19 /usr/bin/timeout: failed to run command '/bin/journalctl': No such file or directory 2024-11-24 19:03:19 /usr/bin/timeout: failed to run command '/bin/journalctl': No such file or directory 2024-11-24 19:03:20 2024/11/24 13:33:20 [launchpadd] WARNING: Failed to connect to SQL because: dial tcp [::1]:1431: connect: connection refused, will reattempt connection. 2024-11-24 19:03:19 Sun Nov 24 13:33:19 UTC 2024 Capturing program information 2024-11-24 19:03:19 Dump already generated: /var/opt/mssql/log/core.sqlservr.11_24_2024_13_33_18.26, moving to /var/opt/mssql/log/core.sqlservr.26.temp/core.sqlservr.26.gdmp 2024-11-24 19:03:19 Moving logs to /var/opt/mssql/log/core.sqlservr.26.temp/log/paldumper-debug.log 2024-11-24 19:03:19 Sun Nov 24 13:33:19 UTC 2024 Capturing program binaries 2024-11-24 19:03:20 Sun Nov 24 13:33:20 UTC 2024 Not compressing the dump files, moving instead to: /var/opt/mssql/log/core.sqlservr.11_24_2024_13_33_19.26.d
(.venv) thunder@thunderbook service_bus_emulator % docker-compose up -d [+] Running 3/3 ✔ Network microsoft-azure-servicebus-emulator_sb-emulator Created 0.0s ✔ Container sqledge Started 0.2s ✔ Container servicebus-emulator Started 0.3s (.venv) thunder@thunderbook service_bus_emulator % docker-compose stop [+] Stopping 2/1 ✔ Container servicebus-emulator Stopped 0.1s ✔ Container sqledge Stopped 0.0s (.venv) thunder@thunderbook service_bus_emulator % docker-compose up -d [+] Running 2/2 ✔ Container sqledge Started 0.1s ✔ Container servicebus-emulator Started 0.2
name: microsoft-azure-servicebus-emulator services: emulator: container_name: "servicebus-emulator" image: mcr.microsoft.com/azure-messaging/servicebus-emulator:latest volumes: - "./config.json:/ServiceBus_Emulator/ConfigFiles/Config.json" ports: - "5672:5672" environment: SQL_SERVER: sqledge MSSQL_SA_PASSWORD: "MyPassword$6783!" ACCEPT_EULA: "Y" depends_on: - sqledge networks: sb-emulator: aliases: - "sb-emulator" sqledge: container_name: "sqledge" image: "mcr.microsoft.com/azure-sql-edge:latest" networks: sb-emulator: aliases: - "sqledge" environment: ACCEPT_EULA: "Y" MSSQL_SA_PASSWORD: "MyPassword$6783!" networks: sb-emulator:
The text was updated successfully, but these errors were encountered:
@thunder-007; Few additional details: Platform : Mac/Windows/Linux Architecture : arm64/amd64
You are likely running into: docker/for-mac#7368
Recycling the containers should help here.
Sorry, something went wrong.
I'm using mac maybe that explains thank @krishankumar95
No branches or pull requests
2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/148/fdinfo': Permission denied
2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/149/fdinfo': Permission denied
2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/150/fdinfo': Permission denied
2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/151/fdinfo': Permission denied
2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/152/fdinfo': Permission denied
2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/153/fdinfo': Permission denied
2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/154/fdinfo': Permission denied
2024-11-24 19:03:19 /usr/bin/find: '/proc/26/task/155/fdinfo': Permission denied
2024-11-24 19:03:19 /usr/bin/find: '/proc/26/map_files': Permission denied
2024-11-24 19:03:19 /usr/bin/find: '/proc/26/fdinfo': Permission denied
2024-11-24 19:03:19 dmesg: read kernel buffer failed: Operation not permitted
2024-11-24 19:03:19 /usr/bin/timeout: failed to run command '/bin/journalctl': No such file or directory
2024-11-24 19:03:19 /usr/bin/timeout: failed to run command '/bin/journalctl': No such file or directory
2024-11-24 19:03:20 2024/11/24 13:33:20 [launchpadd] WARNING: Failed to connect to SQL because: dial tcp [::1]:1431: connect: connection refused, will reattempt connection.
2024-11-24 19:03:19 Sun Nov 24 13:33:19 UTC 2024 Capturing program information
2024-11-24 19:03:19 Dump already generated: /var/opt/mssql/log/core.sqlservr.11_24_2024_13_33_18.26, moving to /var/opt/mssql/log/core.sqlservr.26.temp/core.sqlservr.26.gdmp
2024-11-24 19:03:19 Moving logs to /var/opt/mssql/log/core.sqlservr.26.temp/log/paldumper-debug.log
2024-11-24 19:03:19 Sun Nov 24 13:33:19 UTC 2024 Capturing program binaries
2024-11-24 19:03:20 Sun Nov 24 13:33:20 UTC 2024 Not compressing the dump files, moving instead to: /var/opt/mssql/log/core.sqlservr.11_24_2024_13_33_19.26.d
The text was updated successfully, but these errors were encountered: