Kumassy

Results 13 comments of Kumassy

`/service/slapd/assets/schema-to-ldif.sh` converts .schema files into .ldif, so you don't need to convert .schema files manually: https://github.com/osixia/docker-openldap/blob/a3f7fb31ed882180bff6cd9fdd3182f2c81ea612/image/service/slapd/assets/schema-to-ldif.sh

@752319951 Only you have to do is - Mount .schema files to `/container/service/slapd/assets/config/bootstrap/schema/` - Start container with `--copy-service` (See: https://github.com/osixia/docker-openldap/issues/301#issuecomment-724669148, https://github.com/osixia/docker-openldap#seed-ldap-database-with-ldif ) - Persist `/etc/ldap/slapd.d`, `/var/lib/ldap` here is my docker-compose.yml...

`startup.sh` converts .schema -> .ldif and `ldapadd` them, only when `is_new_schema` returns `1`. Writing a shell script based on these lines may work. https://github.com/osixia/docker-openldap/blob/7ce084bab1f9016830548558241fdefb60862482/image/service/slapd/startup.sh#L138-L145 https://github.com/osixia/docker-openldap/blob/7ce084bab1f9016830548558241fdefb60862482/image/service/slapd/startup.sh#L329-L339

I hit the same issue. The test works on my local Windows 10 PC, but not work on Github hosted `windows-latest` VM.

ご利用ありがとうございます。 > マインクラフトサーバーなどを立てる際に、割り当てられたurlをDiscord等に通知したいのですが すみません、今のところ URL が確認できる URL は用意していません。 どのような利用方法を想定していますか? cli を使ってサーバーをたてているのでしょうか。お使いの環境は Windows でしょうか。 また、 API はローカルで確認できれば十分でしょうか

v0.6.0 で API をつくってみました https://github.com/Kumassy/ownserver/releases/tag/v0.6.0

コメントありがとうございます。 「カスタム設定」から Bedrock 版のサーバーを立ち上げることができるはずですが、 Windows 環境ではバグが見つかったので現時点では利用できません...。 この問題は認識していて、 https://github.com/Kumassy/ownserver-client-gui/issues/25 で作業します。 本件になにかアップデートがあればこちらでも共有します

@rouyamawolf #25 が修正できたので、カスタム設定にて以下のようにするとサーバーを建てることができると思います ![Screenshot_285](https://github.com/Kumassy/ownserver-client-gui/assets/6278784/dc83cdc7-b58b-4244-b74d-5e503fa64533) サーバー起動コマンドには bedrock_server.exe への絶対パスを指定してください

port [19132] may be in use by another process となっているので、裏で bedrock_server.exe が起動していてサーバーが二重で動いていると思います。 一度Windowsごと再起動してみてください

同じエラーが出ていますね。 OwnServer を使わずに、エクスプローラから bedrock_server.exe をダブルクリックしてみてください。 コマンドプロンプトが立ち上がって Minecraft のサーバーが起動するはずです。 もし `port [19132] may be in use by another process` というエラーが出るようならば OwnServer の問題ではなく、お使いの環境に問題があります。