You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application is unable to handle placing the log folder on a ramdisk for some reason.
It always throws this error: error: invalid value 'R:\StepCA\logs' for '--log-dir <path>': Incorrect function. (os error 1)
Ramdisk is based on ImDisk Ramdisk.
(Also I managed to tap enter and send this without typing anything first time 🤷)
The text was updated successfully, but these errors were encountered:
It's probably good to track the issue at least, and it's not super important to me that it gets resolved as I can work around it.
However I did take a deeper dive via those links and it seems you can use std::path::absolute in the cases where fs::canonicalize fails?
The application is unable to handle placing the log folder on a ramdisk for some reason.
It always throws this error:
error: invalid value 'R:\StepCA\logs' for '--log-dir <path>': Incorrect function. (os error 1)
Ramdisk is based on ImDisk Ramdisk.
(Also I managed to tap enter and send this without typing anything first time 🤷)
The text was updated successfully, but these errors were encountered: