#Update failure (23.01.01.01)

1 messages · Page 1 of 1 (latest)

long finch
#
[sharp] Task (installOlympus)(thread#48>sharp.lua:431<scenes/installer.lua:344)#1 failed: System.UnauthorizedAccessException: Access to the path "/opt/olympus/olympus.new.love" is denied.
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <d1664be62cd44600bbd25f7afa292479>:0 
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <d1664be62cd44600bbd25f7afa292479>:0 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  at System.IO.File.OpenWrite (System.String path) [0x00000] in <d1664be62cd44600bbd25f7afa292479>:0 
  at Olympus.CmdInstallOlympus+<Unwrap>d__1.MoveNext () [0x00196] in <960b491d9bcc43b58138fc39c5766aba>:0 
  at Olympus.CmdTask.Step () [0x00001] in <960b491d9bcc43b58138fc39c5766aba>:0 
#

On linux mint, not sure what specific permissions to change

upper crown
#

You've installed olympus in /opt, which requires root permissions to change, so olympus cannot update itself as it is itself run without root

#

it's trying to download the new olympus version into its own install directory

#

in that install directory, the self-updater will never work, you'll just need to download the update manually I guess, or move olympus to a non-root directory. Running olympus with root privileges is not recommended.