Opened 6 years ago
Closed 6 years ago
#1963 closed defect (fixed)
installation documentation and update issue
Reported by: | Peter Baumann | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | build system | Version: | 9.3 |
Keywords: | Cc: | ||
Complexity: | Easy |
Description
trying to update my installation I get errors:
First, trying update_rasdaman.sh:
update_rasdaman.sh: command not found
Next, I try install.sh and get:
Using default profile: profiles/installer/default.toml Checking if installer needs to be updated... Installer is at latest version. An unexpected error has occured. Please provide the file /tmp/rasdaman.install.log and the below information to a developer: [Errno 2] No such file or directory: '/tmp/profiles/installer/default.toml' Traceback (most recent call last): File "/tmp//rasdaman-installer/main.py", line 99, in main profile.parse_profile(os.path.abspath(sys.argv[1])) File "/tmp/rasdaman-installer/profile/profile.py", line 133, in parse_profile with open(path_to_profile) as toml_profile_file: IOError: [Errno 2] No such file or directory: '/tmp/profiles/installer/default.toml' ERROR: The installer returned an error code. The installation might not be valid.
Version as per version.h is:
#define RMANVERSION "v9.3.2-g126fcde"
PS: Looking into http://doc.rasdaman.org/02_inst-guide.html#build-from-source-guided I find that in "guided installation" it is not made clear enough that cwd must be /opt/rasdaman (at least I am not sure what install.sh will do in some other directory
Change History (3)
comment:1 by , 6 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
Owner: | changed from | to
---|
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
fixed in rasdaman installer and doc (take a while to update doc after the patch is applied).