WARN metabase.core :: WARNING: You have enabled namespace tracing which could log sensitive information like db passwords. metabase
indigoで metabaseインストール 起動時に出たエラー
windowsのdockerの時間がずれてた話 docker
<p>windowsのdockerの時間がずれてた話
docker-compose buildで再構築しようとしたら以下のエラー(--no-cacheオプションありで)
# docker-compose build --no-cache
E: Release file for http://deb.debian.org/debian/dists
laravel-docker上で、Rewriteを有効にして、ホーム以外もアクセスできるようにする docker
laravel-docker上で、Rewriteを有効にして、ホーム以外もアクセスできるようにする
docker os は、Debian
■1 000-default.conf に以下を追加して、/etc/apache2/sites-available/000-default.confに設置する。
<Directory /var/www/html>
mongodbで ERROR: The SCRAM_SHA_256 authentication mechanism requires libmongoc built with ENABLE_SSL &#123;"exception":"[object] (MongoDB&yen;&yen;Driver&yen;&yen;Exception&yen;&yen;AuthenticationException(code: 11): The SCRAM_SHA_256 authentication mechan mongodb
docker上で、php+laravelコンテナと、mongodbコンテナをセットしてシステム構築した際に出たエラー
■エラー内容
[2020-06-14 12:23:00] local.ERROR: The SCRAM_SHA_256 authentication mechanism requires libmongoc built with ENABLE_SSL
mongodbで ERROR: command listCollections requires authentication &#123;"exception":"[object] (MongoDB&yen;&yen;Driver&yen;&yen;Exception&yen;&yen;CommandException(code: 13): command listCollections requires authentication at ./vendor/mongodb/mongodb/src/O mongodb
docker上で、php+laravelコンテナと、mongodbコンテナをセットしてシステム構築した際に出たエラー
■エラー内容
[2020-06-14 11:53:47] local.ERROR: command listCollections requires authentication { exception : [object] <
mongodbで ERROR: No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on '127.0.0.1:27017'] &#123;"exception":"[object] (MongoDB&yen;&yen;Driver&yen;&yen;Exception&yen;&yen;ConnectionTimeoutException(code: 13053): mongodb
docker上で、php+laravelコンテナと、mongodbコンテナをセットしてシステム構築した際に出たエラー
■エラー内容
[2020-06-14 11:43:40] local.ERROR: No suitable servers found (`serverSelectionTryOnce` set): [connection refused calli
mongodb ERROR: Class 'MongoDB&yen;Driver&yen;Manager' not found &#123;"exception":"[object] (Symfony&yen;&yen;Component&yen;&yen;Debug&yen;&yen;Exception&yen;&yen;FatalThrowableError(code: 0): Class 'MongoDB&yen;&yen;Driver&yen;&yen;Manager' not found at mongodb
■エラー内容
docker上で、php+laravelコンテナと、mongodbコンテナをセットしてシステム構築した際に出たエラー
local.ERROR: Class MongoDB¥Driver¥Manager not found { exception : [object]
(Symfony¥¥Comp
mongodbにデータ一括インサートで error connecting to host: could not connect to server: connection() : auth error: sasl conversation error: unable to authenticate using mechanism "SCRAM-SHA-1": (AuthenticationFailed) Authentication failed. のエラーでた mongodb
新しく環境構築しててmongodbにデータ一括インサートしようとすると
error connecting to host: could not connect to server: connection() : auth error: sasl conversation error: unable to authenticate using mechanism SCRAM-SHA-1
adminlteでサイドバーを画面上部に固定する css
bootstrapをベースにした管理画面用htmlテンプレートのadminlteにおいてサイドバーを画面上部に固定する 結論として <body>タグのclassに fixed を指定するとうまくいった。 当初ある程度画面スクロールさせてからサイドバー固定がいいかもと思ってたけどそれはまた次の宿題にする
ポートフォワーディングのsshでサーバにアクセスする ssh
<p>リモートテレワーク中ということで
会社のサーバ環境に接続する必要があるのだが
それで、ポートフォワーディングして接続したときのメモ</p><p>クライアント端末はrloginつかっているのだけど結局は
以下のサイトがわかりやすくその通りに設定すると接続できたよ</p><p> </p><p> </p><p>各SSHクライアント(RLogin、P