Thank you very much for the reply
Is that an exact copy/paste? because "cd: use/astguiclient/agc_2.2.0: no such file or directory" looks weird, it should be usr instead of use.
That was a typo
If so, look in the file /usr/local/bin/vicibox-install line 455 and tell me what it says, you can use this command:
head -455 /usr/local/bin/vicibox-install | tail -1
vicibox:~ # head -455 /usr/local/bin/vicibox-install | tail -1
cd /usr/src/astguiclient/agc_2.2.0
when you say latest, do you mean 4.0-beta or latest stable 3.1.15
3.1.15
maybe /var/log/vicibox.log got some more info about this to.
Specified lock has been successfully added.
Starting network time protocol daemon (NTPD)..done
Syntax OK
Starting httpd2 (prefork) ..done
Restarting service MySQL
Shutting down service MySQL ..done
Creating MySQL privilege database...
Installing MySQL system tables...
120425 1:06:18 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
120425 1:06:18 [Warning] '--log_slow_queries' is deprecated and will be removed in a future release. Please use ''--slow_query_log'/'--slow_query_log_file'' instead.
OK
Filling help tables...
120425 1:06:20 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
120425 1:06:20 [Warning] '--log_slow_queries' is deprecated and will be removed in a future release. Please use ''--slow_query_log'/'--slow_query_log_file'' instead.
OK
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h 127.0.0.2 password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
You can start the MySQL daemon with:
rcmysql start
You can test the MySQL daemon with mysql-test package
Please report any problems with the /usr/bin/mysqlbug script!
Starting service MySQL ..done
Syntax OK
Shutting down httpd2 (waiting for all children to terminate) ..done
Starting httpd2 (prefork) ..done
Syntax OK
Shutting down httpd2 (waiting for all children to terminate) ..done
Starting httpd2 (prefork) ..done