J'obtiens une erreur après avoir suivi ce guide : https://computingforgeeks.com/how-to-install-ms-sql-on-ubuntu-18-04-lts/ et en exécutant la commande de configuration.
J'ai cherché pendant deux heures le problème spécifique que je rencontre, mais je n'ai rien trouvé.
Je pense que c'est lié au fait que j'utilise Ubuntu 18.10 car l'installation de mssql à l'intérieur d'un conteneur docker (selon le guide officiel de M$) ne fonctionne pas non plus.
L'installation elle-même se déroule sans problème mais j'obtiens une erreur à la fin de la commande de configuration et le démarrage manuel du service mssql ne fait qu'obtenir un statut d'échec.
Sortie de la commande d'installation :
The following NEW packages will be installed:
mssql-server
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/178 MB of archives.
After this operation, 927 MB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package mssql-server.
(Reading database ... 167661 files and directories currently installed.)
Preparing to unpack .../mssql-server_14.0.3076.1-2_amd64.deb ...
Unpacking mssql-server (14.0.3076.1-2) ...
Processing triggers for libc-bin (2.28-0ubuntu1) ...
Setting up mssql-server (14.0.3076.1-2) ...
Processing triggers for man-db (2.8.4-2) ...
Processing triggers for libc-bin (2.28-0ubuntu1) ...
Sortie de la commande de configuration :
Enter the SQL Server system administrator password:
Confirm the SQL Server system administrator password:
Configuring SQL Server...
ForceFlush is enabled for this instance.
ForceFlush feature is enabled for log durability.
This program has encountered a fatal error and cannot continue running at Fri Apr 5 15:01:09 2019
The following diagnostic information is available:
Reason: 0x00000004
Message: RETAIL ASSERT: Expression=(false) File=Thread.cpp Line=4781 Description=Timed out waiting for thread terminate/suspend/resume.
Stacktrace: 000000006ad31773 000000006ad2ad0a 000000006ac4b8b1
000000006ac49dc5 000000006ac02f19 000000006ad6cf48
00000002809328df
Process: 11792 - sqlservr
Thread: 11904 (application thread 0x1a0)
Instance Id: 75c7c1b5-ce5f-4436-8acc-a2cdc97b6c0a
Crash Id: 40695f67-2869-4316-b6e3-786530d7123c
Build stamp: 70437f6583b8ef39b1ef70539ef84690980315dc7a4436c9c40015f28610e4aa
Distribution: Ubuntu 18.10
Processors: 2
Total Memory: 4136767488 bytes
Timestamp: Fri Apr 5 15:01:09 2019
Ubuntu 18.10
Capturing core dump and information to /var/opt/mssql/log...
Hint: You are currently not seeing messages from other users and the system.
Users in groups 'adm', 'systemd-journal' can see all messages.
Pass -q to turn off this notice.
No journal files were opened due to insufficient permissions.
Hint: You are currently not seeing messages from other users and the system.
Users in groups 'adm', 'systemd-journal' can see all messages.
Pass -q to turn off this notice.
No journal files were opened due to insufficient permissions.
/usr/bin/tail: cannot open '/var/log/syslog' for reading: Permission denied
Attempting to capture a dump with paldumper
Captured a dump with paldumper
Core dump and information are being compressed in the background. When
complete, they can be found in the following location:
/var/opt/mssql/log/core.sqlservr.04_05_2019_15_01_09.11792.tbz2
Initial setup of Microsoft SQL Server failed. Please consult the ERRORLOG
in /var/opt/mssql/log for more information.
Le journal des erreurs (bits pertinents) :
Microsoft SQL Server 2017 (RTM-CU14) (KB4484710) - 14.0.3076.1 (X64)
Mar 12 2019 19:29:19
Copyright (C) 2017 Microsoft Corporation
Express Edition (64-bit) on Linux (Ubuntu 18.10)
2019-04-05 14:58:38.41 Server Failed to verify the Authenticode signature of 'C:\binn\secforwarder.dll'. Signature verification of SQL Server DLLs will be skipped. Genuine copies of SQL Server are signed. Failure to verify the Authenticode signature might indicate that this is not an authentic release of SQL Server. Install a genuine copy of SQL Server or contact customer support.
2019-04-05 14:58:38.44 spid9s Polybase feature disabled.
2019-04-05 14:58:38.44 spid9s Clearing tempdb database.
2019-04-05 14:58:38.52 spid18s A self-generated certificate was successfully loaded for encryption.
2019-04-05 14:58:39.00 spid9s Starting up database 'tempdb'.
2019-04-05 14:58:39.23 spid17s SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
2019-04-05 14:58:39.24 spid23s The Service Broker endpoint is in disabled or stopped state.
2019-04-05 14:58:39.24 spid23s The Database Mirroring endpoint is in disabled or stopped state.