gwu-libraries / scholarspace

GWU's Sufia-based repository app for preservation and open access to scholarly output of the GWU community
MIT License
0 stars 0 forks source link

Updated sufia.rb with configs for config.tmp_file_base and config.min… #226

Closed kilahimm closed 8 years ago

kilahimm commented 8 years ago

…ter_statefile. Updated readme to reflect those configs.

Resolves #225

Addresses issues that surfaced on production with GWSS app unable to get permissions to /tmp/minter-state file.

kerchner commented 8 years ago

@kilahimm What were the symptoms observed on production that indicated that permissions to /tmp/minter-state were the root cause?

kilahimm commented 8 years ago

@kerchner you get a: Errno::EACCES (Permission denied @ rb_sysopen - /tmp/minter-state): report in log/production and uploading items will fail.

kerchner commented 8 years ago

@kilahimm , Testing this results in: Errno::EISDIR (Is a directory @ rb_sysopen - /opt/scholarspace/scholarspace_minter) in my environment.