Opened 5 years ago

Closed 5 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 Peter Baumann, 5 years ago

Owner: set to Dimitar Misev
Status: newassigned

comment:2 by Dimitar Misev, 5 years ago

Owner: changed from Dimitar Misev to Bang Pham Huu

comment:3 by Bang Pham Huu, 5 years ago

Resolution: fixed
Status: assignedclosed

fixed in rasdaman installer and doc (take a while to update doc after the patch is applied).

Note: See TracTickets for help on using tickets.