ispCP - Board - Support
install ispcp error - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: install ispcp error (/thread-8104.html)

Pages: 1 2


RE: install ispcp error - BeNe - 10-13-2009 04:20 AM

Quote:I can't install ispcp on a virtual environement (proxmox, openvz) , system debian lenny
Do you use any special Image ?

Greez BeNe


RE: install ispcp error - givre - 10-13-2009 05:14 AM

(10-13-2009 04:20 AM)BeNe Wrote:  
Quote:I can't install ispcp on a virtual environement (proxmox, openvz) , system debian lenny
Do you use any special Image ?

Greez BeNe

Yes => debian-5.0-standard_5.0-1_i386.tar.gz


RE: install ispcp error - Dolomike - 10-13-2009 05:18 AM

(10-13-2009 04:20 AM)BeNe Wrote:  
Quote:I can't install ispcp on a virtual environement (proxmox, openvz) , system debian lenny
Do you use any special Image ?

Greez BeNe

Hi,

I've successfully installed ispCP/Maia in on a Debian Lenny OpenVZ container. I'm working on a How-to which is essentially a combination of existing how-to's but includes any additional steps and packages you need for it to work.

Although it's not complete, I'm also updating the admin panel to use SSL plus a few other enhancements and will add those steps to the howto as well.

How to: http://www.isp-control.net/documentation/doku.php?id=howto:miscellaneous:ispcp_maia_debian_lenny_openvz

All the commands listed in the howto are the exact ones I performed, so in theory you should be able to do the same (at least for the ispCP part of it).

Good luck.
DM


RE: install ispcp error - givre - 10-13-2009 06:27 AM

Ok, Thank you.

I will test it.

Regards,


RE: install ispcp error - givre - 10-18-2009 06:10 AM

Hi All,


If fact i have seen what is the problem.

It is not the ISPCP install, but the NFS who make mee crazy ^^

Is someone can help me about this ?
All my nsf mount are ok but:

- For all cp -p i get "invalid argument"
- For some others things i have errors who do not exist on no nfs système.

I separate
/var/www/virtual
/etc/postfix

On 2 virtual machine, so all things i do who working with the nfs directory does'nt work Sad

Here an exemple of my exports file:
/etc/postfix 10.15.99.2 (rw,no_root_squash)

fstab:
10.15.99.3:/etc/postfix /etc/postfix nfs rw 0 0

Thanks for help Wink

Bests Regards,
Benoît.


RE: install ispcp error - givre - 10-18-2009 07:20 AM

Humm,

ok it is not
Code:
/etc/postfix 10.15.99.2 (rw,no_root_squash)
but
Code:
/etc/postfix 10.15.99.2(rw,no_root_squash)
No space after ip address ^^

Now i having problem with locks :

Exemple:
Code:
/usr/sbin/postmap /etc/postfix/ispcp/aliases
postmap: fatal: lock /etc/postfix/ispcp/aliases.db: No locks available



RE: install ispcp error - kilburn - 10-24-2009 04:06 AM

Locking should be managed by the NFS server, so the error is probably there. Most probably other errors are also from there, so you should check the server's logfiles to search for possible errors...