Larry Nguyen <[EMAIL PROTECTED]> writes:

> Hi list,
> 
> I just installed MNF using Cooker from ftp.club-internet.fr mirror. 
> A few issues I'm running into.
> 
> 1. httpd-naat user wasn't created by the system. Thus, wrong permission
> for /var/www/httpd-naat

rpm -qpi httpd-naat-0.8-7mdk.noarch.rpm --scripts

...
grep -q '^admin:' /etc/passwd || \
  /usr/sbin/useradd -c 'Administrator' \
        -d /home/admin -G adm -s /bin/bash admin


grep -q '^httpd-naat:' /etc/passwd  || \
        /usr/sbin/useradd -c "Httpd Naat Admin" -s /bin/bash -M \
         -d /var/www-naat -G admin,apache httpd-naat
postinstall scriptlet (through /bin/sh):

so the lines are here

> 2. I have to chown root.admin pwauth in order to login using web
> browser.

you need to assign the admin password 

> 3. Ethernet card list is empty even though ifconfig-eth0 and
> ifconfig-eth1 were manually set up. Thus, I can't configure anything
> else.

you can manually (through the web interface, not using the ifconfig shell
command) configure the NICs.

cheers,
-- 
Florin                  http://www.mandrakesoft.com
                        http://people.mandrakesoft.com/~florin/

Reply via email to