[MCOL-276] "Timeout" always returned from postConfigure Created: 2016-08-29  Updated: 2016-10-10  Resolved: 2016-10-10

Status: Closed
Project: MariaDB ColumnStore
Component/s: installation
Affects Version/s: 1.0.1
Fix Version/s: 1.0.3

Type: Bug Priority: Major
Reporter: Rasmus Johansson (Inactive) Assignee: David Hill (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
PartOf
is part of MCOL-280 Beta issues Closed

 Description   

Originally reported in Github, https://github.com/mariadb-corporation/mariadb-columnstore-server/issues/1

Hi there,
I am trying to install the mariadb-columnstore-server, but got some traps.
during my installation, an error "Timeout" always returned from postConfigure.

[root@centos7-9094 tmp]# cat /tmp/um1_binary_install.log
Uninstall MariaDB Columnstore Package

date
ssh root@172.16.90.96 'rm -f /etc/init.d/columnstore /etc/init.d/mysql-Columnstore /usr/local/mariadb/columnstore/releasenum >/dev/null 2>&1'
[root@centos7-9094 bin]#

[root@centos7-9094 bin]# date
2016年 07月 24日 星期日 23:11:09 EDT
[root@centos7-9094 bin]# ssh root@172.16.90.96 'rm -f /etc/init.d/columnstore /etc/init.d/mysql-Columnstore /usr/local/mariadb/columnstore/releasenum >/dev/null 2>&1'
[root@centos7-9094 bin]#
Copy New MariaDB Columnstore Package to Module

[root@centos7-9094 bin]# date
2016年 07月 24日 星期日 23:12:09 EDT
[root@centos7-9094 bin]# scp /root/mariadb-columnstore-server-1.0.bin.tar.gz root@172.16.90.96:/root/mariadb-columnstore-server-1.0.bin.tar.gz
mariadb-columnstore--server-1.0.bin.tar.gz 100% 181MB 12.1MB/s 00:15

DONE
Install MariaDB Columnstore Package on Module [root@centos7-9094 bin]#

[root@centos7-9094 bin]# date
2016年 07月 24日 星期日 23:12:29 EDT
[root@centos7-9094 bin]# ssh root@172.16.90.96 'tar C /usr/local --exclude db -zxf /root/mariadb-columnstore-server-1.0.bin.tar.gz;cat /usr/local/mariadb/columnstore/releasenum'
1.0.1
[root@centos7-9094 bin]# ERROR: Timeout
I have disabled the SELinux, the iptables, and even set the ssh-key to make it ssh or scp without password, but always got above error.
I have known the Expect may trapped into a long time silence without any reponse in some situation, does above error have some relation to that?



 Comments   
Comment by David Thompson (Inactive) [ 2016-10-10 ]

This is an old bug with 1.0.1. I think the issue was to do with the verification of the releasenum file. As can be seen in the output it has just 1.0.1 but the expect script in binary_installer.sh is 'expecting' something like release=1.0.1 from the releasenum file. Newer builds have this so this has been fixed along the way.

Generated at Thu Feb 08 02:19:49 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.