ispCP - Board - Support
Gentoo: "userdb: No such file or directory" - 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: Gentoo: "userdb: No such file or directory" (/thread-3424.html)



Gentoo: "userdb: No such file or directory" - mr-migagi - 06-02-2008 04:13 AM

Hi,

I have some problems with the installation on Gentoo. I followed the docs but got the following error:

/bin/cp: cannot stat `/etc/ispcp/courier/userdb': No such file or directory
ERROR: External command '/bin/cp -p /etc/ispcp/courier/userdb /etc/ispcp/courier/working' returned '1' status !

Does the install process quit if a process return a returncode other than zero or does it continue and just prints out the errors?

Thanks
Migagi


RE: Gentoo: "userdb: No such file or directory" - pgentoo - 06-02-2008 04:50 AM

mr-migagi Wrote:/bin/cp: cannot stat `/etc/ispcp/courier/userdb': No such file or directory
ERROR: External command '/bin/cp -p /etc/ispcp/courier/userdb /etc/ispcp/courier/working' returned '1' status !

Try running a:
Code:
touch /etc/ispcp/courier/userdb
and then rerun the setup. I thought I fixed this error in the gentoo install a while back, but I haven't installed on a clean system in some time, so it may still need tweaking.

What version are you trying to install?


RE: Gentoo: "userdb: No such file or directory" - mr-migagi - 06-02-2008 10:31 PM

pasichnyk Wrote:What version are you trying to install?

ispCP 1.0.0 RC4 OMEGA build: 20080316

Do I have to uninstall an install ispCP or is just the missing userdb the problem?