sudo gdebikiln_0.5.1_amd64.debを使用してDebianLinuxにKilnをインストールしましたが、UIがブラウザーで開きません。私に何ができる?
-
-
ループバックが有効になっていない場合に備えて、 `http://127.0.0.1:8000`を試しましたか?また、systemdサービスは、アクティブでエラーなしで実行されていることを示していますか?`journalctl -u kiln-ef`でログを確認することもできますHave you tried `http://127.0.0.1:8000` in case your loopback is not enabled? Also, is the systemd service showing that it's active and running without error? You can also look at logs with `journalctl -u kiln -ef`
- 0
- 2019-04-19
- Elliot Cameron
-
-ログは2019-04-1910:22:48CESTの金曜日に始まります.- 4月19日23:15:14ユーザーsystemd [1]:kiln.service:ユニットが失敗状態になりました. 4月19日23:15:14ユーザーsystemd [1]:kiln.service:結果「exit-code」で失敗しました. 4月19日23:15:19ユーザーsystemd [1]:kiln.service:サービスの保留時間が終了し、再起動をスケジュールします.-- Logs begin at Fri 2019-04-19 10:22:48 CEST. -- Apr 19 23:15:14 user systemd[1]: kiln.service: Unit entered failed state. Apr 19 23:15:14 user systemd[1]: kiln.service: Failed with result 'exit-code'. Apr 19 23:15:19 user systemd[1]: kiln.service: Service hold-off time over, scheduling restart.
- 0
- 2019-04-19
- ciTEZen
-
4月19日23:15:19ユーザーsystemd [1]:キルンを停止しました. 4月19日23:15:19ユーザーsystemd [1]:キルンを開始しました. 4月19日23:15:19ユーザーrun-kiln [19660]:共有解除:共有解除に失敗しました:操作は許可されていません 4月19日23:15:19ユーザーsystemd [1]:kiln.service:メインプロセスが終了しました、code=exited、status=1/FAILURE何度も何度もApr 19 23:15:19 user systemd[1]: Stopped Kiln. Apr 19 23:15:19 user systemd[1]: Started Kiln. Apr 19 23:15:19 user run-kiln[19660]: unshare: unshare failed: Operation not permitted Apr 19 23:15:19 user systemd[1]: kiln.service: Main process exited, code=exited, status=1/FAILURE over and over again
- 0
- 2019-04-19
- ciTEZen
-
Ubuntuのどのバージョンですか?What version of Ubuntu?
- 0
- 2019-04-21
- Elliot Cameron
-
私はDebianを使用しています.UbuntuはDebianの単なる再パッケージではありませんか?FredcyはDebianの使用を推奨しています...I am using Debian. Isn't Ubuntu just a repackage of Debian? Fredcy recommends using Debian...
- 0
- 2019-04-22
- ciTEZen
-
申し訳ありません.タイトルにそれが見えます.I'm sorry. I see that in the title now.
- 0
- 2019-04-23
- Elliot Cameron
-
1 回答
- 投票
-
- 2019-04-23
Kilnのバージョン0.5.1には、皮肉なことに、Debianでは動作しないDebianパッケージ(.deb)があります.Ubuntuでのみ動作します.これは、Ubuntuはデフォルトでユーザー名前空間を有効にしますが、Debianは有効にしないためです.こちらの「永続的な」手順に従って、Debianで手動で有効にすることができます: https://unix.stackexchange.com/a/303214/197651
echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/userns.conf
これは、インストーラーにこの手順を実行させることで、今後のリリースで修正されるはずです.
Version 0.5.1 of Kiln has a Debian package (.deb) that, ironically, doesn't work on Debian. It only works on Ubuntu. This is because Ubuntu enables user namespaces by default but Debian does not. You can manually enable them on Debian by following the "permanent" instructions here: https://unix.stackexchange.com/a/303214/197651
echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/userns.conf
This should be fixed in an upcoming release by having the installer do this step for you.
-
すごい!これはうまくいきました.あなたは素晴らしいです!どうもありがとうございます.Great! This worked. You are amazing! Thank you so much.
- 0
- 2019-04-23
- ciTEZen
-
ノードがローカルでダウンロードできるものよりも大きくなっていることに気づきました:-(つまり、「ボーナス」の質問です.外部ストレージメディア上のディレクトリ(400 GB SSDドライブ)を使用するようにKilnを構成するにはどうすればよいですか.?Just noticed, that the node has grown bigger than what I can download locally :-( So, "bonus" question, I guess: how do I configure Kiln to use a directory on my external storage medium, which is a 400 GB SSD drive?
- 0
- 2019-04-24
- ciTEZen
-
`--kiln-data-dir=/path/to/another/place`をKilnに渡す必要があります.debパッケージの場合、次の手順に従ってカスタム引数を構成できます:https://gitlab.com/obsidian.systems/tezos-bake-monitor/blob/develop/docs/distros/ubuntu.md#configuring-the-ubuntu-パッケージ だから、例えば`echo'KILNARGS="-kiln-data-dir=/path/to/location ">/etc/kiln/args`You need to pass `--kiln-data-dir=/path/to/another/place` to Kiln. For the deb package you can configure custom arguments by following instructions here: https://gitlab.com/obsidian.systems/tezos-bake-monitor/blob/develop/docs/distros/ubuntu.md#configuring-the-ubuntu-package So, e.g. you'd `echo 'KILNARGS="--kiln-data-dir=/path/to/location"' > /etc/kiln/args`
- 0
- 2019-04-24
- Elliot Cameron
-
もちろん、再利用する場合は、古いデータディレクトリをこの新しい場所に移動する必要があります.実際にディスク容量が不足した場合は、ノードが無効なブロックでスタックしている可能性があるため(手動による介入が必要)、最初からやり直す方が簡単な場合があります.You will also, of course, need to move the old data directory to this new location if you want to reuse it. If you actually ran out of disk space then your node might be stuck on invalid blocks (which requires some manual intervention) so it might be easier to just start from scratch.
- 0
- 2019-04-24
- Elliot Cameron
-
ありがとう!古いノードを停止して削除し、引数を変更し、キルンを再起動し、新しいノードを作成してから、これが発生した後に再度停止しましたhttps://i.imgur.com/w4vcSIy.png:キルンにデータが表示されていませんデータフォルダ.Thanks! I stopped and removed the old node, changed the args, restarted kiln, created a new node and then stopped it again after this this happened https://i.imgur.com/w4vcSIy.png: no data is showing up in the Kiln Data folder.
- 0
- 2019-04-24
- ciTEZen
-
@ciTEZen最も簡単な方法:フォルダー名(および親)からスペースを削除します.それ以外の場合は、 `KILNARGS="-kiln-data-dir='/path/to/folder with space' "`のようにパス自体を引用符で囲む必要があります.設定を変更した後は、 `sudo systemctlrestartkiln`も必要になります.私は前にその部分について言及することを怠った.@ciTEZen Easiest way: Remove spaces from your folder name (and parents). Otherwise, you need to add quotes around the path itself like `KILNARGS="--kiln-data-dir='/path/to/folder with space'"`. You will need to also `sudo systemctl restart kiln` after changing the config. I neglected to mention that part before.
- 0
- 2019-04-25
- Elliot Cameron
-
残念ながら、キルンはファイルシステムの一部の領域にしかアクセスできないため、このオプションはdebianインストールでは機能しません(キルン0.5.1以降). 回避策として、外部ディスクをパス `/var/lib/kiln/data-dir`にマウントできます.Unfortunately this option will not work with debian installation (as of kiln 0.5.1), because the kiln has access to only some areas of the filesystem. As a workaround you can mount your external disk on the path `/var/lib/kiln/data-dir`
- 0
- 2019-05-01
- dfordivam
キルンがインストールされ、有効になっているようです.少なくともそれがsystemctllist-unit-files --type=service|です.grep kilnが提案し、「kiln.serviceが有効」と表示されます.何度か再起動しましたが、Firefoxで http://localhost:8000 と入力すると、常に「接続できません」と表示されます.これの原因は何でしょうか? UbuntuはDebianに基づいているため、.debファイルが機能するはずです.最初にdpkgでインストールしようとしましたが、失敗しました.gdebiを使用することで問題が解決したように見えたので、これは依存関係の問題だったと思います.ブラウザで実行するには、Ubuntu固有のものを手動でインストールする必要があるのでしょうか?