mopfel-winrux / urbit-umbrel

Urbit Wrapper for Umbrel
20 stars 8 forks source link

Permissions issue when booting from keyfile #25

Closed cdkocher closed 1 year ago

cdkocher commented 1 year ago

I'm running Umbrel version 0.5.3, with Urbit v2.0. When trying to boot from a keyfile, I upload the file (following the naming convention) then press boot and nothing happens. When looking into the server logs, I see it is doing the following:

POST request to /boot Urbit will use /data/keys/sampel-palnet.key to create a pier and then restart. Please wait while it initializes your ship. ./boot_key.sh: line 8: /usr/sbin/urbit: Permission denied

These are all fresh installs, so I think the app has a permissions issue when installing. I'm sure I could find a workaround, but the point is that no command line is needed for the install, so I think this warrants a fix on the development end.

yapishu commented 1 year ago

Hi @cdkocher, I believe this was part of an issue related to the 2.0 vere release not being marked executable out of the box when we built the images. 2.1 is now on the Umbrel app store and should work.

cdkocher commented 1 year ago

Great, I no longer get the permissions issue. I have a pier now. When I boot that, I get the spinning urbit icon. In the server logs, it says the web interface, the loopback, and the pier are all live. Is this the expected behavior, or is landscape supposed to show up when I boot?

yapishu commented 1 year ago

Once the web interface is live, the spinning icon screen should refresh redirect to a different page with your login +code and a link to Landscape

cdkocher commented 1 year ago

I opened the app the next day and landscape was there. Seems like it just needed some time to load up. All issues seem to be resolved, thanks for your help.