ISPConfig 3.0.0.7 Beta released

Discussion in 'General' started by till, Sep 21, 2008.

  1. make-fun

    make-fun Member

    Thanks Ben,
    yes I'm aware of this — I was just wondering whether there was something on the rise maybe, as I saw the several settings like chroot, jail etc.
    There is a commercial product which has implemented this "feature" somehow — so it's like an ftp user who does not get out of his ftp dir.
    Anyway the goal would be to close port 21 and only allow ssl connections in oder to upload files…
     
    Last edited: Nov 6, 2008
  2. AlArenal

    AlArenal New Member

    The Apache Directives Field should be a text area instead of a text field in order to support multiple lines in the vhost file, like it does in ISPC2.

    Otherwise you won't be able e.g. to put a Directory directive with AllowOverride All in it.
     
  3. ispconfig07

    ispconfig07 New Member

    I've download the ISPConfig 3.0.0.7 virtual maschine, it work fine but when I access
    http://192.168.0.105:8080
    Can't login with
    Username admin
    Password admin
     
  4. kalua

    kalua New Member

    You could use an INCLUDE /path/to/include-file

    In this file you can put your directory directive. Apache parse this file at startup, so you need to restart (or would be an reload enough?) apache.
    If you don't have permission to restart apache, simply change an config entry in ISPConfig. After this the ISPConfig script triggers an restart.
     
  5. karailiev

    karailiev New Member

    Hello all
    I don't know if this is clamav related problem or ISPConfig, but I'm posting here, because I think it's important to ISPConfig too.
    I've installed http://www.ispconfig.org/downloads/ISPConfig-3.0.0.7-beta.tar.gz and here is what I noticed.
    The first screenshot is made 1 minute after starting the machine, then you can watch the clock in the corner.
    The machine has CPU Celeron 300Mhz and 256MB RAM.
    You can see there clamd is using 5.1% of the memory and the CPU usage is 99.7%.
    1.5 hours later the CPU usage is still 99.7%, the memory used by clamd is now 12.6% and all the CPU's time is used by it.
    Another 1.5 hours later - the CPU usage is 0.7%, the memory used by clamd is 21.7% and the used CPU time is 3 hours.

    So my conclusion is: clamd is doing a lot of calculations using a lot of memory (about 50MB) and this continues about 3 hours.
    Is this behavior normal?

    Edit: I've noticed amavisd-new is also using a lot of memory - about 128MB.

    [​IMG]

    [​IMG]

    [​IMG]
     
    Last edited: Nov 19, 2008
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    This has nothing to do with ISPConfig as clamav is from the linux distribution. You should install all available updates from the linux distribution.
     
  7. davestyle

    davestyle New Member

    Any idea when version 3 will be out of beta? And will there be a update from the beta to the stable release version?
     
  8. ruede

    ruede New Member

    why do i have to add a domain for being able to store stuff under a subdomain?

    when i create a subdomain with the help of the subdomain menu entry, i cannot add a folder.
    what is the point of a subdomain considering that i cannot do anything with that subdomain?
     
  9. zenny

    zenny Member

    ISPConfig3 wonderful, but

    I installed ISPConfig3 Beta7 in a Debian Container under OpenVZ. But I could not find the admin and user manual for the version 3, did I miss something at ispconfig site? I am a bit confused as the interface is much faster and simple but I could hardly follow. :-( Dull me!!! Any pointers?

    Thanks!
     
  10. grungy

    grungy Member

    Great work

    This is great piece of software, good work guys. Just downloaded the latest trunk, ISPConfig 3.0.0.8 and I must say I am switching to ISPConfig!


    I love the DNS template feature!

    Will run it, test it and let you know if I find any problems...

    Hail!
     
    Last edited: Dec 8, 2008
  11. grungy

    grungy Member

    IS there a way to make hosting plans so I don't have to enter limits manually every time I add a client?
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    Hosting plans are not available yet but they are on the todo list.
     
  13. dvazart

    dvazart New Member

    GREAT WORK !!!

    Really nice, better than Plesk or Cpanel !

    Keep doing the good work and keep it FREE "as in freedom"

    Thanks !
     
  14. grungy

    grungy Member

    Is there a document on the multiserver feature? What technology is used for it? Do you have to specify during the installation that the server will be used in multiserver environment or can it be set later on?
     
  15. grungy

    grungy Member

    Tested the latest trunk, and now ispconfig has client templates, great!

    And I like the new look.
     
  16. Ben

    Ben ISPConfig Developer ISPConfig Developer

    Is there a way to download the newest one without having svn installed?
     
  17. till

    till Super Moderator Staff Member ISPConfig Developer

    No. The latest version is only available from SVN. If you have ISPConfig 3.0.0.7 installed, then run:

    ispconfig_update_from_svn.sh to keep your installation up to date. But you will have to install the subversion package from your linux disribution first.
     
  18. grungy

    grungy Member

  19. djoey

    djoey New Member

    Hi,

    I have an issue with installing pure-ftpd on Cent-OS 5.2, it install just fine but i cannot start the program from /etc/init.d/ it fails on stopping / starting.

    I have also tried to start it this way /usr/sbin/pure-ftpd &

    But it dies then. Best of all I can't find any logfiles to see what is going wrong.

    And i think it is absolutely necessary to install ispconfig 3
    Do you guys have suggestions?

    Here is some more information:

    Code:
     bash -x /etc/init.d/pure-ftpd start
    + . /etc/init.d/functions
    ++ TEXTDOMAIN=initscripts
    ++ umask 022
    ++ PATH=/sbin:/usr/sbin:/bin:/usr/bin
    ++ export PATH
    ++ '[' -z '' ']'
    ++ COLUMNS=80
    ++ '[' -z '' ']'
    +++ /sbin/consoletype
    ++ CONSOLETYPE=pty
    ++ '[' -f /etc/sysconfig/i18n -a -z '' ']'
    ++ . /etc/profile.d/lang.sh
    +++ sourced=0
    +++ for langfile in /etc/sysconfig/i18n '$HOME/.i18n'
    +++ '[' -f /etc/sysconfig/i18n ']'
    +++ . /etc/sysconfig/i18n
    ++++ LANG=en_US.UTF-8
    ++++ SYSFONT=latarcyrheb-sun16
    +++ sourced=1
    +++ for langfile in /etc/sysconfig/i18n '$HOME/.i18n'
    +++ '[' -f /root/.i18n ']'
    +++ '[' -n '' ']'
    +++ '[' 1 = 1 ']'
    +++ '[' -n en_US.UTF-8 ']'
    +++ export LANG
    +++ '[' -n '' ']'
    +++ unset LC_ADDRESS
    +++ '[' -n '' ']'
    +++ unset LC_CTYPE
    +++ '[' -n '' ']'
    +++ unset LC_COLLATE
    +++ '[' -n '' ']'
    +++ unset LC_IDENTIFICATION
    +++ '[' -n '' ']'
    +++ unset LC_MEASUREMENT
    +++ '[' -n '' ']'
    +++ unset LC_MESSAGES
    +++ '[' -n '' ']'
    +++ unset LC_MONETARY
    +++ '[' -n '' ']'
    +++ unset LC_NAME
    +++ '[' -n '' ']'
    +++ unset LC_NUMERIC
    +++ '[' -n '' ']'
    +++ unset LC_PAPER
    +++ '[' -n '' ']'
    +++ unset LC_TELEPHONE
    +++ '[' -n '' ']'
    +++ unset LC_TIME
    +++ '[' -n '' ']'
    +++ unset LC_ALL
    +++ '[' -n '' ']'
    +++ unset LANGUAGE
    +++ '[' -n '' ']'
    +++ unset LINGUAS
    +++ '[' -n '' ']'
    +++ unset _XKB_CHARSET
    ++++ /sbin/consoletype
    +++ consoletype=pty
    +++ '[' -n '' ']'
    +++ '[' -n '' ']'
    +++ '[' -n en_US.UTF-8 ']'
    +++ case $LANG in
    +++ '[' xterm = linux ']'
    +++ unset SYSFONTACM SYSFONT
    +++ unset sourced
    +++ unset langfile
    ++ '[' -z '' ']'
    ++ '[' -f /etc/sysconfig/init ']'
    ++ . /etc/sysconfig/init
    +++ BOOTUP=color
    +++ GRAPHICAL=yes
    +++ RES_COL=60
    +++ MOVE_TO_COL='echo -en \033[60G'
    +++ SETCOLOR_SUCCESS='echo -en \033[0;32m'
    +++ SETCOLOR_FAILURE='echo -en \033[0;31m'
    +++ SETCOLOR_WARNING='echo -en \033[0;33m'
    +++ SETCOLOR_NORMAL='echo -en \033[0;39m'
    +++ LOGLEVEL=3
    +++ PROMPT=no
    +++ AUTOSWAP=no
    ++ '[' pty = serial ']'
    ++ '[' color '!=' verbose ']'
    ++ INITLOG_ARGS=-q
    ++ __sed_discard_ignored_files='/\(~\|\.bak\|\.orig\|\.rpmnew\|\.rpmorig\|\.rpms                                                                             ave\)$/d'
    + . /etc/sysconfig/network
    ++ NETWORKING=yes
    ++ GATEWAY=192.168.1.1
    ++ HOSTNAME=blaat.local
    + '[' yes = no ']'
    + RETVAL=0
    + prog=pure-ftpd
    + fullpath=/usr/sbin/pure-ftpd
    + pureftpwho=/usr/sbin/pure-ftpwho
    + pure_config=/etc/pure-ftpd/pure-ftpd.conf
    + pure_launch_script=/usr/sbin/pure-config.pl
    + case "$1" in
    + start
    + echo -n 'Starting pure-ftpd: '
    Starting pure-ftpd: + daemon '/usr/sbin/pure-config.pl /etc/pure-ftpd/pure-ftpd.                                                                             conf --daemonize > /dev/null'
    + local gotbase= force= nicelevel corelimit
    + local pid base= user= nice= bg= pid_file=
    + nicelevel=0
    + '[' '/usr/sbin/pure-config.pl /etc/pure-ftpd/pure-ftpd.conf --daemonize > /dev                                                                             /null' '!=' '/usr/sbin/pure-config.pl /etc/pure-ftpd/pure-ftpd.conf --daemonize                                                                              > /dev/null' ']'
    + '[' -z '' ']'
    + base=null
    + __pids_var_run null ''
    + local base=null
    + local pid_file=/var/run/null.pid
    + pid=
    + '[' -f /var/run/null.pid ']'
    + return 3
    + '[' -n '' -a -z '' ']'
    + corelimit='ulimit -S -c 0'
    + '[' -n '' ']'
    + '[' color = verbose -a -z '' ']'
    + '[' -z '' ']'
    + /bin/bash -c 'ulimit -S -c 0 >/dev/null 2>&1 ; /usr/sbin/pure-config.pl /etc/p                                                                             ure-ftpd/pure-ftpd.conf --daemonize > /dev/null'
    + '[' 252 -eq 0 ']'
    + failure 'null startup'
    + local rc=1
    + '[' color '!=' verbose -a -z '' ']'
    + echo_failure
    + '[' color = color ']'
    + echo -en '\033[60G'
                                                               + echo -n '['
    [+ '[' color = color ']'
    + echo -en '\033[0;31m'
    + echo -n FAILED
    FAILED+ '[' color = color ']'
    + echo -en '\033[0;39m'
    + echo -n ']'
    ]+ echo -ne '\r'
    + return 1
    + '[' -x /usr/bin/rhgb-client ']'
    + return 1
    + RETVAL=1
    + '[' 1 = 0 ']'
    + echo
    
    + exit 1
    
     
    Last edited: Dec 24, 2008

Share This Page