StevenE
Junior Member

Posts: 99
Joined: Feb 2008
Reputation: 0
|
RE: FreeBSD ?
ps -ax | grep mysql gives:
49368 p0 IJ 0:00,06 /bin/sh /usr/local/mysql-5.1.22/bin/mysqld_safe --user=mysql --datadir=/evolution/data --pid-file=/evolution/data/evotestserver.*.de.pid
49521 p0 IJ 0:00,61 /usr/local/mysql-5.1.22/libexec/mysqld --basedir=/usr/local/mysql-5.1.22 --datadir=/evolution/data --user=mysql --log-error=/evolution/data/evotestserver/log
so seems running and also I can connect...
Code:
mysql> \s
--------------
mysql Ver 14.14 Distrib 5.1.22-rc, for unknown-freebsd7.0 (i386) using 5.2
Connection id: 14
Current database:
Current user: root@localhost
SSL: Not in use
Current pager: more
Using outfile: ''
Using delimiter: ;
Server version: 5.1.22-rc-log Source distribution
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: utf8
Db characterset: utf8
Client characterset: utf8
Conn. characterset: utf8
UNIX socket: /evolution/data/mysql.sock
Uptime: 2 hours 4 min 45 sec
Threads: 1 Questions: 189 Slow queries: 0 Opens: 14 Flush tables: 1 Open tables: 8 Queries per second avg: 0.25
--------------
OS : FreeBSD 7.0-RC1
ispCP Version : RC5
Apache-Version : 2.2.6
MySQL-Version : 5.1.22
Mods : none
|
|
| 04-09-2008 12:35 AM |
|
StevenE
Junior Member

Posts: 99
Joined: Feb 2008
Reputation: 0
|
RE: FreeBSD ?
hm I don't get the idea.
perhaps its a hint that at the beginning I have to hit the enterkey to continue installation progress.
Code:
./ispcp-setup
DEBUG: push_el() sub_name: setup_start_up(), msg: Starting...
DEBUG: push_el() sub_name: get_conf(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Ending...
DEBUG: push_el() sub_name: setup_main_vars(), msg: Starting...
DEBUG: push_el() sub_name: decrypt_db_password(), msg: Starting...
DEBUG: push_el() sub_name: decrypt_db_password(), msg: Ending...
DEBUG: push_el() sub_name: setup_main_vars(), msg: Ending...
DEBUG: push_el() sub_name: get_conf(), msg: Ending...
DEBUG: push_el() sub_name: setup_start_up(), msg: Ending...
DEBUG: push_el() sub_name: user_dialog(), msg: Starting...
DEBUG: push_el() sub_name: welcome_note(), msg: Starting...
Welcome to ispCP '1.0.0 RC5 OMEGA' Setup Dialog.
This program will set up ispCP OMEGA system on your server.
DEBUG: push_el() sub_name: welcome_note(), msg: Ending...
Next you are asked to enter a "fully qualified hostname" (FQHN).
For more infos read http://en.wikipedia.org/wiki/FQDN.
DEBUG: push_el() sub_name: ask_hostname(), msg: Starting...
DEBUG: push_el() sub_name: get_sys_hostname(), msg: Starting...
DEBUG: push_el() sub_name: sys_command(), msg: Starting...
DEBUG: push_el() sub_name: sys_command('/bin/hostname 1>/tmp/ispcp-setup.hostname'), msg: Ending...
DEBUG: push_el() sub_name: get_file(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Ending...
DEBUG: push_el() sub_name: del_file(), msg: Starting...
DEBUG: push_el() sub_name: del_file(), msg: Ending...
DEBUG: push_el() sub_name: get_sys_hostname(), msg: Ending...
now have to press Enter.
After that the normal installation routine is running.
and at the and there is still the prob with connecting SQL (see code above)
I didn't use the standard paths, but I'd changed them in ispcp.conf
something else what I could have forgot?
OS : FreeBSD 7.0-RC1
ispCP Version : RC5
Apache-Version : 2.2.6
MySQL-Version : 5.1.22
Mods : none
|
|
| 04-09-2008 11:11 PM |
|
DJ_XaKeP
Posts: 1
Joined: Apr 2008
Reputation: 0
|
RE: FreeBSD ?
I completely read all the posts in that thread but dont found answer to question about that errors:
Code:
Starting Installation...
/usr/local/etc/named.rc: not found
/usr/local/etc/named.rc: not found
cp: /usr/local/etc/ispcp/postfix/ispcp/{aliases,domains,mailboxes,transport,sender-access}: No such file or directory
ERROR: External command '/bin/cp -p /usr/local/etc/ispcp/postfix/ispcp/{aliases,domains,mailboxes,transport,sender-access} /usr/local/etc/postfix/ispcp' returned '1' status !
My OS is:
Code:
FreeBSD xxx 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Wed Apr 2 15:48:26 EEST 2008 xxx@xxx:/usr/obj/usr/src/sys/WEB i386
When I try to run that command manually its all fine![/code]
Code:
/bin/cp -p /usr/local/etc/ispcp/postfix/ispcp/{aliases,domains,mailboxes,transport,sender-access} /usr/local/etc/postfix/ispcp
Why the installer script get error?
|
|
| 04-11-2008 02:41 AM |
|
StevenE
Junior Member

Posts: 99
Joined: Feb 2008
Reputation: 0
|
RE: FreeBSD ?
DJ_XaKeP Wrote:I completely read all the posts in that thread but dont found answer to question about that errors:
Code:
Starting Installation...
/usr/local/etc/named.rc: not found
/usr/local/etc/named.rc: not found
cp: /usr/local/etc/ispcp/postfix/ispcp/{aliases,domains,mailboxes,transport,sender-access}: No such file or directory
ERROR: External command '/bin/cp -p /usr/local/etc/ispcp/postfix/ispcp/{aliases,domains,mailboxes,transport,sender-access} /usr/local/etc/postfix/ispcp' returned '1' status !
My OS is:
Code:
FreeBSD xxx 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Wed Apr 2 15:48:26 EEST 2008 xxx@xxx:/usr/obj/usr/src/sys/WEB i386
When I try to run that command manually its all fine![/code]
Code:
/bin/cp -p /usr/local/etc/ispcp/postfix/ispcp/{aliases,domains,mailboxes,transport,sender-access} /usr/local/etc/postfix/ispcp
Why the installer script get error?
yep, that's old stuff had these probs also some time ago.
It was a scriptprob in ispcp-setup, you see the code in this thread I think...
Greetz
Steve
OS : FreeBSD 7.0-RC1
ispCP Version : RC5
Apache-Version : 2.2.6
MySQL-Version : 5.1.22
Mods : none
|
|
| 04-11-2008 05:07 PM |
|