Opened 7 years ago

Closed 7 years ago

#1487 closed defect (fixed)

rasdaman install script issue

Reported by: Peter Baumann Owned by: Dimitar Misev
Priority: critical Milestone: 10.0
Component: build system Version: development
Keywords: Cc:
Complexity: Medium

Description

When trying to install rasdaman via the install script I get the log as attached, installation stops.
Source download is successful and a subsequent manual "make" succeeds.

Attachments (1)

rasdaman.install.log (39.2 KB ) - added by Peter Baumann 7 years ago.

Download all attachments as: .zip

Change History (5)

by Peter Baumann, 7 years ago

Attachment: rasdaman.install.log added

comment:1 by Peter Baumann, 7 years ago

Priority: majorcritical

Also, access rights seem flawed:

$ ll /opt/rasdaman/etc
total 40
-rwxr-xr-x 1 root root 1669 Feb 20 17:34 log4j.properties
-rw-r—r— 1 root root 2520 Feb 20 17:34 log-client.conf
-rw-r—r— 1 root root 2648 Feb 20 17:34 log-rasmgr.conf
-rw-r—r— 1 root root 2648 Feb 20 17:34 log-server.conf
-rwxr-xr-x 1 root root 9190 Feb 20 17:34 petascope.properties
-rw-r—r— 1 root root 4988 Feb 20 17:34 rasmgr.conf
-rw-r—r— 1 root root 552 Feb 20 17:34 wms_service.properties

Owner is not rasdaman, some text files additionally are executable (a security leak → new prio).

in reply to:  1 comment:2 by Dimitar Misev, 7 years ago

Replying to pbaumann:

Also, access rights seem flawed:

That's because the installation didn't finish correctly.

comment:3 by Dimitar Misev, 7 years ago

Can you remove /opt/rasdaman and any rasdaman user and try installing again? I think you have some really old version of rasdaman in /opt/rasdaman which has that compile bug, and git pull fails so it's not updated.

   "83 ['git', 'pull']": {
902	        "code": 1,
903	        "err": "error: Your local changes to the following files would be overwritten by merge:
904	\tconfig.h.in
905	Please, commit your changes or stash them before you can merge.
906	Aborting
907	", 
Last edited 7 years ago by Dimitar Misev (previous) (diff)

comment:4 by Peter Baumann, 7 years ago

Resolution: fixed
Status: newclosed

completely removing /opt/rasdaman helped in the end, thanks!

Note: See TracTickets for help on using tickets.