2017-10-08 10 views
0

WSL環境にMicrosoft SQL Serverをダウンロードしてインストールしました。私はsudo /opt/mssql/bin/mssql-conf setupを実行したのですべてがスムーズに進みました。インストールバージョン(Developerなど)、言語のインストール、および管理者パスワードの入力を求められました。確認のプロンプトが表示されたら、次のようになります。Linux用Windowsサブシステム:MSSQL Serverのインストール中にエラーが発生しました

Enter the SQL Server system administrator password: 
Confirm the SQL Server system administrator password: 
Configuring SQL Server... 

This program has encountered a fatal error and cannot continue running. 
The following diagnostic information is available: 

     Reason: 0x00000003 
     Message: fd != -1 
    Stacktrace: 00007fda0c625833 00007fda0bfe76ba 00007fda095e682d 
     Process: 397 - sqlservr 
     Thread: 398 
    Instance Id: 211a9fac-1061-47f2-8548-ab92a985561c 
    Crash Id: e0ebf051-c561-4c3e-9162-e4fdf862b85f 
    Build stamp: 33abe47c18f6a90a4d4f4d452a4549c8fd970e1c89a3d9170ba3b0292bc485a5 
Multiple crashes have occurred 
This program has encountered a fatal error and cannot continue running. 
The following diagnostic information is available: 

     Reason: 0x00000003 
     Message: fd != -1 
    Stacktrace: 00007fda0c625a0c 00007fda0bfe76ba 00007fda095e682d 
     Process: 399 - sqlservr 
     Thread: 401 
    Instance Id: 211a9fac-1061-47f2-8548-ab92a985561c 
    Crash Id: e0ebf051-c561-4c3e-9162-e4fdf862b85f 
    Build stamp: 33abe47c18f6a90a4d4f4d452a4549c8fd970e1c89a3d9170ba3b0292bc485a5 
*********** PANIC CORE DUMP GENERATION FAILED ********** 
Attempt to launch handle-crash.sh failed with error 0x0000000C 
/opt/mssql/lib/mssql-conf/invokesqlservr.sh: line 15: 396 Aborted     (core dumped) sudo -EH -u mssql /bin/bash -c "$CMDLINE" 
Failed to connect to bus: No such file or directory 
Attempting to start the Microsoft SQL Server service failed. 

したがって、インストールの構成は失敗し(毎回)、サービスは実行されません。 他に誰かがこの問題を抱えていますか?これについてGoogleには事実上何もありません。それが私がそうしている理由です。

+0

Iちょうど更新されたWindows秋クリエイターの更新バージョン1709〜OSは16299をビルドし、私はWSLのUbuntuのインストール新鮮、およびSQL Serverをインストールすると、まだノー喜びを使用しています。私は上記のエラーと同じエラーを受け取ります。おそらくハードウェアの制約のせいで、マシン上のLinuxにSQL Serverをインストールすることはできないと思います。 –

答えて

関連する問題