BUG in ISPConfig 2.2.15 ?

Discussion in 'Installation/Configuration' started by PierreR32, Jul 24, 2007.

  1. PierreR32

    PierreR32 New Member

    Hello,

    i install a new Server with the Last ISPConfig Version 2.2.15.

    After Install say the shell u can login ....
    Ok i do it ... and with Port 81 is failed ...

    so i check ispconfig and started it manuel:
    Code:
    /etc/init.d/ispconfig_server start
    Starting ISPConfig system...
    ispconfig_httpd: bad user name admispconfig
    /root/ispconfig/httpd/bin/apachectl startssl: httpd could not be started
    WARNING: Can't get information about user admispconfig.
    ISPConfig system is now up and running!
    
    The Installation is running without errors ...

    Is This a Bug or an Error from my Server ?

    Also i check the User and Group. Both is enable in the System.

    greetz
    Pierre
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I'am pretty sure that this is a bug on youur server as I and many poeple have installed the 2.2.15 version successfully and I installed it today on several servers successfully too.

    Please have a look at the file /etc/passwd if the user admispconfig is listed there. Are you sure that you started the ispconfig_server script as root user and not via sudo or a similar wrapper?
     
  3. PierreR32

    PierreR32 New Member

    here the passwd ...

    Code:
    ....
    admispconfig:x:1001:1001:Administrator ISPConfig:/home/admispconfig:/bin/bash
    
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What are the outputs of
    Code:
    grep admispconfig /etc/passwd
    grep admispconfig /etc/group
    ?

    Can you try to start ISPConfig again? Do you still get that error?
     

Share This Page