ispCP - Board - Support
ERROR: Unknown user 'www-data' ! - 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: ERROR: Unknown user 'www-data' ! (/thread-2207.html)



ERROR: Unknown user 'www-data' ! - gartenumgraben - 01-23-2008 12:57 AM

Hi,

after the Setup Dialog I got this error message.

Starting Installation...
ERROR: Unknown user 'www-data' !

What does that mean and how can I solve this problem?
Would be nice if somebody could help me.
Thank you


RE: ERROR: Unknown user 'www-data' ! - BeNe - 01-23-2008 01:12 AM

Looks like you do not use Debain right ?
Or did you not select the right Makefile for your dist...

Greez BeNe


RE: ERROR: Unknown user 'www-data' ! - gartenumgraben - 01-23-2008 01:16 AM

BeNe Wrote:Looks like you do not use Debain right ?
Or did you not select the right Makefile for your dist...

Greez BeNe


yes correct its centos 5.0

is it anyhow possible to install it or only on debian?


RE: ERROR: Unknown user 'www-data' ! - BeNe - 01-23-2008 01:44 AM

It is possible but the config´s for centos are not up to date.
Second, did you the make with this file -> Makefile.centos ??

Greez BeNe


RE: ERROR: Unknown user 'www-data' ! - gartenumgraben - 01-23-2008 02:20 AM

no didn't. my fault Rolleyes

now I did it with make --makefile=Makefile.centos install

but now I got the following message:

Quote:which: no rkhunter in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
which: no chkrootkit in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
/bin/cp: cannot stat `/etc/named.conf': No such file or directory
ERROR: External command '/bin/cp -p /etc/named.conf /etc/ispcp/bind/backup/named.conf.system' returned '1' status !

It looks like something is not correct with kerberos and bind
Kerberos was already installed on my server
and I installed bind by myself the following way

Quote:yum install bind-chroot

chmod 755 /var/named/
chmod 775 /var/named/chroot/
chmod 775 /var/named/chroot/var/
chmod 775 /var/named/chroot/var/named/
chmod 775 /var/named/chroot/var/run/
chmod 777 /var/named/chroot/var/run/named/
cd /var/named/chroot/var/named/
ln -s ../../ chroot
cp /usr/share/doc/bind-9.3.3/sample/var/named/named.local /var/named/chroot/var/named/named.local
cp /usr/share/doc/bind-9.3.3/sample/var/named/named.root /var/named/chroot/var/named/named.root
touch /var/named/chroot/etc/named.conf
chkconfig --levels 235 named on
/etc/init.d/named start



RE: ERROR: Unknown user 'www-data' ! - BeNe - 01-23-2008 02:39 AM

Quote:now I did it with make --makefile=Makefile.centos install
ok - fine!
Code:
which: no rkhunter in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
I´m not sure if there is a root kit hunter (rkhunter) for Centos.
Quote:It looks like something is not correct with kerberos and bind
Kerberos was already installed on my server
No, kerberos is only in the search path. ispCP itself does not need kerberos.


Greez BeNe


RE: ERROR: Unknown user 'www-data' ! - gartenumgraben - 01-23-2008 02:42 AM

ok, thx you

but how can I solve this problem?

Quote:ERROR: External command '/bin/cp -p /etc/named.conf /etc/ispcp/bind/backup/named.conf.system' returned '1' status !



RE: ERROR: Unknown user 'www-data' ! - BeNe - 01-23-2008 02:49 AM

Maybe this can help you --> http://mirrors.penguinfriends.org/ISPCP/CentOS-5.0/

Not Up2Date but better than nothing Wink

Greez BeNe


RE: ERROR: Unknown user 'www-data' ! - gOOvER - 01-23-2008 02:51 AM

There is another Thread about CentOS (I mean in german Corner). RatS means, that there some variables are missing.


RE: ERROR: Unknown user 'www-data' ! - BeNe - 01-23-2008 03:10 AM

Quote:There is another Thread about CentOS (I mean in german Corner)
Good point! I forget it...Rolleyes
Quote:RatS means, that there some variables are missing.
Yes! As i sais:
Quote:but the config´s for centos are not up to date.

Greez BeNe