Kiln instalado en Debian Linux con sudo gdebi kiln_0.5.1_amd64.deb, pero la interfaz de usuario no se abre en el navegador.¿Que puedo hacer?
-
-
¿Haprobado `http://127.0.0.1: 8000`en caso de que su loopbacknoesté habilitado?Además,¿el servicio systemdmuestra queestá activo yfuncionando sinerrores?Tambiénpuede ver los registros con `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
-
- Los registros comienzanel viernes 19-04-2019 a las 10:22:48 CEST.- 19 de abril 23:15:14 usuario systemd [1]: kiln.service: La unidadentróen estadofallido. 19 de abril 23:15:14 usuario systemd [1]: kiln.service: Error conel resultado 'código de salida'. 19 de abril 23:15:19 usuario systemd [1]: kiln.service: Tiempo deespera de servicioterminado,programación de reinicio.-- 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
-
19 de abril 23:15:19 usuario systemd [1]: Horno detenido. 19 de abril 23:15:19 usuario systemd [1]: Hornoiniciado. 19 de abril 23:15:19 usuario run-kiln [19660]:no compartir:no compartir:falló: operaciónnopermitida 19 de abril 23:15:19 usuario systemd [1]: kiln.service: Procesoprincipal salido,código=salido,estado=1/FALLO una y otra vezApr 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
-
¿Qué versión de Ubuntu?What version of Ubuntu?
- 0
- 2019-04-21
- Elliot Cameron
-
Estoy usando Debian.¿Noes Ubuntu solo un reempaquetado de Debian?Fredcy recomienda usar Debian ...I am using Debian. Isn't Ubuntu just a repackage of Debian? Fredcy recommends using Debian...
- 0
- 2019-04-22
- ciTEZen
-
Lo siento.Ahora veoesoen eltítulo.I'm sorry. I see that in the title now.
- 0
- 2019-04-23
- Elliot Cameron
-
1 respuesta
- votos
-
- 2019-04-23
La versión 0.5.1 de Kilntiene unpaquete Debian (.deb) que,irónicamente,nofuncionaen Debian.Solofuncionaen Ubuntu.Esto se debe a que Ubuntu habilita losespacios denombres de usuario deformapredeterminada,pero Debianno.Puede habilitarlosmanualmenteen Debian siguiendo lasinstrucciones "permanentes" aquí: https://unix.stackexchange.com/a/303214/197651
echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/userns.conf
Esto debería solucionarseen unapróxima versión haciendo queelinstalador realiceestepasopor usted.
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.
-
¡Excelente!Estofuncionó.¡Eresfabuloso!Muchasgracias.Great! This worked. You are amazing! Thank you so much.
- 0
- 2019-04-23
- ciTEZen
-
Acabo denotar queelnodo ha crecidomás de lo quepuedo descargar localmente :-( Entonces,pregunta "adicional",supongo: ¿cómo configuro Kilnpara usar un directorioen mimedio de almacenamientoexterno,quees una unidad SSD de 400 GB?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
-
Necesitapasar `--kiln-data-dir=/path/to/another/place` a Kiln.Paraelpaquete deb,puede configurar argumentospersonalizados siguiendo lasinstrucciones aquí: https://gitlab.com/obsidian.systems/tezos-bake-monitor/blob/develop/docs/distros/ubuntu.md#configuring-the-ubuntu-paquete Entonces,porejemplo`echo 'KILNARGS=" - kiln-data-dir=/ruta/a/ubicación "'>/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
-
También,por supuesto,necesitarámoverel directorio de datos antiguo aestanueva ubicación si desea reutilizarlo.Si realmente se quedó sinespacioen el disco,entonces sunodopodríaestar atascadoen bloquesno válidos (lo que requiere ciertaintervenciónmanual),por lo quepodría sermásfácil comenzar desde cero.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
-
¡Gracias!Detuve yeliminéelnodo anterior,cambié los argumentos,reiniciéel horno,creé unnuevonodo y luego lo detuvenuevamente después de queesto sucediera https://i.imgur.com/w4vcSIy.png:no aparecen datosen el hornoCarpeta de datos.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 Laformamásfácil:elimineespacios delnombre de su carpeta (y de lospadres).De lo contrario,debe agregar comillas alrededor de la ruta como `KILNARGS=" - kiln-data-dir='/ruta/a/carpeta conespacio' "`.Tambiénnecesitará `sudo systemctl restart kiln` después de cambiar la configuración.Olvidémencionaresaparte antes.@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
-
Desafortunadamente,esta opciónnofuncionará con lainstalación de Debian (apartir del horno 0.5.1),porqueel hornotiene acceso solo a algunas áreas del sistema de archivos. Como solución alternativa,puedemontar su discoexternoen la ruta `/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
Kilnpareceestarinstalado y habilitado.Almenosesoes lo que systemctl list-unit-files --type=service|grep kiln sugiere,quemuestra "kiln.serviceenabled".He reiniciado varias veces,peroescribir http://localhost: 8000 en Firefox siempreme dice "No sepuede conectar".¿Cuálpodría ser la causa deesto? Ubuntuestábasadoen Debian,por lo queel archivo .deb deberíafuncionar.Primerointentéinstalarlo através de dpkg,perofalló.Creo quefue unproblema de dependencias,ya queel uso degdebipareció resolverelproblema.¿Podría ser quetodavíanecesiteinstalarmanualmente algunas cosasespecíficas de Ubuntupara que seejecuteen minavegador?