Forum OpenACS Development: OpenACS Repository access problem...

When trying to update the Mail Services Lite package, it fails and in the log I get this:



[06/Mar/2015:16:39:10][391.682792704][-default:2-] Notice: Installing acs-mail-lite
[06/Mar/2015:16:39:10][391.682792704][-default:2-] Notice: - Downloading https://openacs.org/repository/5-8/acs-mail-lite-5.8.1.apm...
[06/Mar/2015:16:39:10][391.682792704][-default:2-] Notice: we can use the http::util:: interface using the curl implementation
[06/Mar/2015:16:39:10][391.682792704][-default:2-] Notice: Unable to download. Please check your URL.

. The following error was returned:

couldn't open "/oacs-J5y5LW": permission denied

[06/Mar/2015:16:39:10][391.682792704][-default:2-] Error: Error downloading package acs-mail-lite from https://openacs.org/repository/5-8/acs-mail-lite-5.8.1.apm. Installing package failed.
[06/Mar/2015:16:39:10][391.686995200][-default:1-] Warning: /acs-admin/install/install-4 has no doc(title) set.

Is it my problem or it's OpenACS Repo?

Collapse
Posted by Gustaf Neumann on
it seems as if the temp directory is not correctly defined on your system. Most likely
   ns_config ns/parameters tmpdir
returns empty in your installation.

If this parameter is not set in the config file of the server, the tmp directory is taken from the environment variable TMPDIR. If this is not set, it is taken from the C macro P_tmpdir.