Unable to setup Microsoft SQL Server 2022 on Ubuntu 22.04
Robson Previato
10
Reputation points
Now that Mssql 2022 is available for Ubuntu 22.04 I am trying to install and setup it to a VPS with Ubuntu 22.04 but I am getting errors when running mssql-conf setup.
The error seems pretty generic and I can't understand what is the problem:
{
"reason": "0x00000001",
"processName": "sqlservr",
"pid": "1359",
"instanceId": "b57e646f-aec7-4cfe-9ad6-dd6de9a9d1ae",
"crashId": "0776662d-44ea-42b8-8f1e-0dc46659d7ce",
"threadState": "0x00007f3fd7988630",
"threadId": "1462",
"libosThreadId": "0x1b8",
"buildStamp": "a9299dd605c652a3cea4246273441bcfaf48afb4b482ab9dc43771eecaf6600b",
"versions": [
{
"name": "",
"buildId": "a9299dd605c652a3cea4246273441bcfaf48afb4b482ab9dc43771eecaf6600b",
"buildType": "release",
"src": "e4472e3",
"date": "Thu Nov 16 15:52:40 GMT 2023",
"buildNum": "250032"
},
{
"name": "PAL",
"buildId": "b5cc90356195ecb0523139b7467daf401dcb18ca1f77d90a0ec79f342d86a691",
"buildType": "release",
"src": "2706cbe",
"date": "Thu Nov 16 15:48:39 GMT 2023",
"buildNum": "250032"
}
],
"signal": "6",
"signalText": "SIGABRT",
"stack": [
"0x000055c0eb8f3406",
"0x000055c0eb8f16b4",
"0x000055c0eb8f0c2f",
"0x00007f3fdf15b520",
"0x00007f3fdf1af9fc",
"0x00007f3fdf15b476",
"0x00007f3fdf1417f3",
"0x000055c0eb88a03b",
"0x000055c0eb8ff28a"
],
"stackText": [
"std::__1::bad_function_call::~bad_function_call()+0x97d86",
"std::__1::bad_function_call::~bad_function_call()+0x96034",
"std::__1::bad_function_call::~bad_function_call()+0x955af",
"__sigaction+0x50",
"pthread_kill+0x12c",
"raise+0x16",
"abort+0xd3",
"std::__1::bad_function_call::~bad_function_call()+0x2e9bb",
"std::__1::bad_function_call::~bad_function_call()+0xa3c0a"
],
"last_errno": "2",
"last_errno_text": "No such file or directory",
"distribution": "Ubuntu 22.04.3 LTS",
"processors": "4",
"total_memory": "6442450944",
"timestamp": "Thu Jan 25 21:59:54 2024"
}
It's funny that if I try to use mssql 2022 in docker, for some reason it's not working either, but the 2019 version works normally in docker on this same vps.
I would appreciate any assistance in helping me resolve this issue.
SQL Server | Other
Sign in to answer