mopfel-winrux / urbit-umbrel

Urbit Wrapper for Umbrel
20 stars 8 forks source link

keyfile upload and boot bug #7

Closed mccolister1017 closed 2 years ago

mccolister1017 commented 2 years ago

Still can't upload a keyfile , can't use it. I can boot a new comet but not a planet from my keyfile

its easy to reproduce

  1. Upload a keyfile
  2. Select a pier from your keyfile upload
  3. click on boot ......start loading then nothing the file does not stay in the node thats why the boot keep failing if im not wrong but try it
mccolister1017 commented 2 years ago

Umbrel v0.4.15

mopfel-winrux commented 2 years ago

Can you ssh into the Pi and run: docker logs urbit_manager_1 give me the output of that

mccolister1017 commented 2 years ago

Can you ssh into the Pi and run: docker logs urbit_manager_1 give me the output of that

Here we go

umbrel@umbrel:~ $ docker logs urbit_manager_1 Adding password for user umbrel

Usage: urbit [options...] ship_name where ship_name is a @p phonetic representation of an urbit address without the leading '~', and options is some subset of the following:

-A dir Use dir for initial clay sync -B pill Bootstrap from this pill -b ip Bind HTTP server to this IP address -C limit Set memo cache max size; 0 means uncapped -c pier Create a new urbit in pier/ -D Recompute from events -d Daemon mode; implies -t -e url Urbit ID (L2) gateway -F ship Fake keys; also disables networking -G string Private key string (see also -k) -g Set GC flag -i jam_file import pier state -j Create json trace file in .urb/put/trace -K stage Start at Hoon kernel version stage -k file-path Private key file (see also -G) -L local networking only -P Profiling -p ames_port Set the ames port to bind to -q Quiet -R Report urbit build info -S Disable battery hashing -t Disable terminal/tty assumptions -u url URL from which to download pill -v Verbose -w name Boot as ~name -X path Scry, write to file, then exit -x Exit immediately -Y file Optional name of file (for -X and -o) -Z format Optional file format ('jam', or aura, for -X)

Development Usage: To create a development ship, use a fakezod: urbit -F zod -A /path/to/arvo/folder -B /path/to/pill -c zod

For more information about developing on urbit, see: https://github.com/urbit/urbit/blob/master/CONTRIBUTING.md

Simple Usage: urbit -c to create a comet (anonymous urbit) urbit -w -k if you own a planet urbit to restart an existing urbit Urbit will delete the key for security reasons. rm: cannot remove '/data/keys/dismeg-1.key': No such file or directory 127.0.0.1 - - [01/Mar/2022 16:09:29] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:09:29] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:09:30] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:09:34] "POST //boot HTTP/1.0" 400 - 127.0.0.1 - - [01/Mar/2022 16:09:34] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:09:36] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:09:43] "POST //upload_key HTTP/1.0" 302 - 127.0.0.1 - - [01/Mar/2022 16:09:43] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:09:44] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:09:44] "GET / HTTP/1.0" 200 - Urbit will use /data/keys/dismeg-1.key to create a pier and then restart. Please wait while it initializes your ship. 127.0.0.1 - - [01/Mar/2022 16:09:46] "POST //boot HTTP/1.0" 302 - ~ 127.0.0.1 - - [01/Mar/2022 16:09:46] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:09:46] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:09:47] "GET / HTTP/1.0" 200 - urbit 1.8 boot: home is /app//data/piers/dismeg-1 loom: mapped 2048MB lite: arvo formula 27e494c5 lite: core 7b144622 lite: final state 7b144622 dawn: invalid ship specified with -w ~dismeg-1 Urbit will delete the key for security reasons. 127.0.0.1 - - [01/Mar/2022 16:10:46] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:10:47] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:10:47] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:13:07] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:13:07] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:13:08] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:14:08] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:14:08] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:14:08] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:15:09] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:15:09] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:15:09] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:16:10] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:16:10] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:16:10] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:17:11] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:17:11] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:17:11] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:18:12] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:18:12] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:18:12] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:18:45] "POST //boot HTTP/1.0" 400 - 127.0.0.1 - - [01/Mar/2022 16:18:46] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:18:47] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:18:53] "POST //upload_key HTTP/1.0" 302 - 127.0.0.1 - - [01/Mar/2022 16:18:53] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:18:53] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:18:53] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:19:04] "POST //boot HTTP/1.0" 302 - Urbit will use /data/keys/dismeg-1.key to create a pier and then restart. Please wait while it initializes your ship. ~ 127.0.0.1 - - [01/Mar/2022 16:19:04] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:19:04] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:19:04] "GET / HTTP/1.0" 200 - urbit 1.8 boot: home is /app//data/piers/dismeg-1 loom: mapped 2048MB lite: arvo formula 27e494c5 lite: core 7b144622 lite: final state 7b144622 dawn: invalid ship specified with -w ~dismeg-1 Urbit will delete the key for security reasons. 127.0.0.1 - - [01/Mar/2022 16:19:31] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:20:31] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:20:31] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:20:31] "GET / HTTP/1.0" 200 - [2022-03-01 16:21:02,124] ERROR in app: Exception on /upload_pier [POST] Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1518, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1516, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1502, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "/app/app.py", line 157, in upload_pier flash('No selected file') File "/usr/local/lib/python3.9/site-packages/flask/helpers.py", line 391, in flash session["_flashes"] = flashes File "/usr/local/lib/python3.9/site-packages/flask/sessions.py", line 97, in _fail raise RuntimeError( RuntimeError: The session is unavailable because no secret key was set. Set the secret_key on the application to something unique and secret. 127.0.0.1 - - [01/Mar/2022 16:21:02] "POST //upload_pier HTTP/1.0" 500 - 127.0.0.1 - - [01/Mar/2022 16:21:02] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:21:04] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:21:04] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:21:25] "POST //upload_key HTTP/1.0" 302 - 127.0.0.1 - - [01/Mar/2022 16:21:25] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:21:25] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:21:25] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:21:34] "POST //boot HTTP/1.0" 302 - Urbit will use /data/keys/dismeg-1.key to create a pier and then restart. Please wait while it initializes your ship. ~ 127.0.0.1 - - [01/Mar/2022 16:21:34] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:21:34] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:21:35] "GET / HTTP/1.0" 200 - urbit 1.8 boot: home is /app//data/piers/dismeg-1 loom: mapped 2048MB lite: arvo formula 27e494c5 lite: core 7b144622 lite: final state 7b144622 dawn: invalid ship specified with -w ~dismeg-1 Urbit will delete the key for security reasons. 127.0.0.1 - - [01/Mar/2022 16:22:35] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:22:35] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:22:35] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:23:35] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:23:35] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:23:35] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:24:35] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:24:35] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:24:35] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:24:48] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:24:48] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:24:49] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:25:49] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:25:49] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:25:49] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:26:50] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:26:50] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:26:50] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:29:58] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:29:58] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:29:58] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:30:08] "POST //upload_key HTTP/1.0" 302 - 127.0.0.1 - - [01/Mar/2022 16:30:08] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:30:08] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:30:09] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:33:10] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:33:10] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:33:11] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:33:29] "POST //boot HTTP/1.0" 302 - Urbit will use /data/keys/dismeg-1.key to create a pier and then restart. Please wait while it initializes your ship. ~ 127.0.0.1 - - [01/Mar/2022 16:33:30] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:33:30] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:33:30] "GET / HTTP/1.0" 200 - urbit 1.8 boot: home is /app//data/piers/dismeg-1 loom: mapped 2048MB lite: arvo formula 27e494c5 lite: core 7b144622 lite: final state 7b144622 dawn: invalid ship specified with -w ~dismeg-1 Urbit will delete the key for security reasons. 127.0.0.1 - - [01/Mar/2022 16:34:31] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:34:31] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:34:31] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:35:32] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:35:32] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:35:33] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:36:33] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:36:33] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:36:33] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:37:24] "POST //boot HTTP/1.0" 400 - 127.0.0.1 - - [01/Mar/2022 16:37:25] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:37:26] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:37:32] "POST //upload_key HTTP/1.0" 302 - 127.0.0.1 - - [01/Mar/2022 16:37:32] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:37:32] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:37:33] "GET / HTTP/1.0" 200 - Urbit will use /data/keys/dismeg-1.key to create a pier and then restart. Please wait while it initializes your ship. 127.0.0.1 - - [01/Mar/2022 16:37:56] "POST //boot HTTP/1.0" 302 - ~ 127.0.0.1 - - [01/Mar/2022 16:37:56] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:37:57] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:37:57] "GET / HTTP/1.0" 200 - urbit 1.8 boot: home is /app//data/piers/dismeg-1 loom: mapped 2048MB lite: arvo formula 27e494c5 lite: core 7b144622 lite: final state 7b144622 dawn: invalid ship specified with -w ~dismeg-1 Urbit will delete the key for security reasons. 127.0.0.1 - - [01/Mar/2022 16:38:57] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:38:57] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:38:57] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:39:58] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:39:58] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:39:58] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:40:59] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 16:40:59] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 16:40:59] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:13:30] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:13:31] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:13:31] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:14:32] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:14:32] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:14:32] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:15:33] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:15:33] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:15:33] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:16:34] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:16:34] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:16:34] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:17:35] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:17:35] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:17:35] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:18:36] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:18:36] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:18:36] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:19:37] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:19:37] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:19:37] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:20:38] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:20:38] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:20:38] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:21:39] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:21:39] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:21:39] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:22:40] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:22:40] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:22:40] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:23:41] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:23:41] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:23:41] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:24:42] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:24:42] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:24:42] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:25:43] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:25:43] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:25:43] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:26:44] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:26:44] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:26:44] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:27:45] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:27:45] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:27:45] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:28:46] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:28:46] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:28:46] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:29:47] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:29:47] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:29:47] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:30:48] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:30:48] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:30:48] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:31:49] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:31:49] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:31:49] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:32:50] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:32:50] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:32:50] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:33:51] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:33:51] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:33:51] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:34:52] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:34:52] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:34:52] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:35:53] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:35:53] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:35:53] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:36:54] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 17:36:54] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 17:36:54] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 18:41:17] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 18:41:17] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 18:41:17] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 18:42:18] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 18:42:18] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 18:42:18] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 18:43:19] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 18:43:19] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 18:43:19] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 18:44:20] "GET / HTTP/1.0" 200 - 127.0.0.1 - - [01/Mar/2022 18:44:20] "GET //static/logo.png HTTP/1.0" 304 - 127.0.0.1 - - [01/Mar/2022 18:44:21] "GET / HTTP/1.0" 200 - umbrel@umbrel:~ $

mopfel-winrux commented 2 years ago

Can you name your key file as:

sampel-palnet.key

mopfel-winrux commented 2 years ago

That is your planet name no need to use sampel-palnet

mccolister1017 commented 2 years ago

Can you name your key file as:

sampel-palnet.key

I just put the good keyfile same thing with sample-planet its still loading I'm waiting since 15min nothing.

mccolister1017 commented 2 years ago

By the way I'm using a layer 2 planet

mopfel-winrux commented 2 years ago

An L2 planet shouldnt matter. it takes a little bit to boot your ship, if you can post the last 50-100 or so lines from a new docker logs urbit_manager_1 command I can let you know if its working

mccolister1017 commented 2 years ago

An L2 planet shouldnt matter. it takes a little bit to boot your ship, if you can post the last 50-100 or so lines from a new docker logs urbit_manager_1 command I can let you know if its working

umbrel@umbrel:~ $ docker logs urbit_manager_1 Adding password for user umbrel

mopfel-winrux commented 2 years ago

yea its booting your pier give it a bit, when you refresh you should see a pier in the boot section. go ahead and boot that

mccolister1017 commented 2 years ago

yea its booting your pier give it a bit, when you refresh you should see a pier in the boot section. go ahead and boot that

boot time 1 hour it's all good now for the name of my keyfile i just put sampel-palnet.key thank you