oc-ulos / liblua

ULOS 2's Lua standard library.
GNU General Public License v3.0
0 stars 1 forks source link

running `posix.sys.stat.mkdir()` can lead to unexpected error #2

Open MiguelEXE opened 12 months ago

MiguelEXE commented 12 months ago

image also this happens when running coreutils mkdir

Ocawesome101 commented 12 months ago

are you running from the mtar installer? (run mount with no arguments and show the output)

MiguelEXE commented 12 months ago

are you running from the mtar installer? (run mount with no arguments and show the output)

yes 2023-11-11_21 39 17

Ocawesome101 commented 12 months ago

the mtarfs is read-only. there's just not quite support for that in the correct places for the error handling to be clean. i'll get to it at some point but suffice to say mkdir (or any write operations for that matter) will never work on mtarfs.

Ocawesome101 commented 12 months ago

the best real solution to this is to install ulos 2 to a writable medium.

MiguelEXE commented 11 months ago

the best real solution to this is to install ulos 2 to a writable medium.

probally offtopic, but I already tried installing ULOS 2 but it didn't work 2023-11-15_23 52 04

Ocawesome101 commented 11 months ago

are you running beta 4?

instead of running the installer from the prompt at boot, log in and then run installer and see if it gives you an error.

MiguelEXE commented 11 months ago

are you running beta 4?

instead of running the installer from the prompt at boot, log in and then run installer and see if it gives you an error.

I'm running the installation pastebin specified on ULOS 2 homepage (beta 1). Running install command gives this:

https://github.com/oc-ulos/liblua/assets/52385139/6d2b65b7-4591-40e6-ac5a-7416a1baacc3

Ocawesome101 commented 11 months ago

ah yeah that should be beta.4. i'll update it in a little bit.