Results 1 to 2 of 2

Thread: Serious problems with CPanel and Debian GNU/Linux 3.0r2 (woody)

  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    1

    Default Serious problems with CPanel and Debian GNU/Linux 3.0r2 (woody)

    Hello,

    I'm using Debain GNU/Linux 3.0 with CPanel. CPanel start script looks very strange. This is head of the script. Lines starting with "--->>>" are my comments.

    # cat /etc/init.d/cpanel |head -n 40
    #! /bin/sh
    #
    # cpanel8 Start Cpanel Services
    #
    # Author: cPanel, Inc. <nick@cpanel.net>
    #
    # chkconfig: 345 95 10
    # description: This is the cpanel webserver and chat.
    # processname: cpaneld
    # pidfile: /var/run/cpanel.pid

    # Source function library.

    --->>> This is a part of Red Hat directory structure. Debian GNU/Linux have no /etc/rc.d directory


    . /etc/rc.d/init.d/functions

    [ -f /usr/local/cpanel/etc/init/startup ] || exit 0

    LANG=C
    RETVAL=0

    # See how we were called.
    case "$1" in
    start)
    umask 0022
    if [ -f "/var/cpanel/smtpgidonlytweak" ]; then
    echo -n "Starting SMTP Tweak: "

    --->>> What is this command daemon? I can't find it in my $PATH. Is this cpanel server command or RedHat specific ?

    daemon /scripts/smtpmailgidonly on
    echo
    fi
    echo -n "Starting eximstats: "
    daemon /usr/local/cpanel/bin/starteximstats
    echo
    echo -n "Starting cPanel services: "
    daemon /usr/local/cpanel/cpsrvd
    echo
    echo -n "Starting cPanel Log services: "
    daemon /usr/local/cpanel/cpanellogd
    echo
    echo -n "Starting pop3 services: "
    if [ ! -e "/etc/cppopdisable" ]; then
    daemon /usr/local/cpanel/bin/cppop

    Is there any patches released for this problem? I'm debugging this problems now, but I find many others ;-)

    What's default BIND version of CPanel. I have installed bind 8 and bind 9.

    Thanks
    Thanks

  2. #2
    Member
    Join Date
    Dec 2001
    Posts
    1,558

    Default

    Your best avenue for resolution is to place bug reports where they belongs:

    http://bugzilla.cpanel.net/
    Beau Henderson

Similar Threads

  1. cPanel on debian. Problems with /sbin/initlog failed to start
    By amil in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 09-01-2009, 04:08 AM
  2. Measuring Customer demand: cPanel support for GNU/Debian
    By Mr. Weberize in forum cPanel & WHM Discussions
    Replies: 10
    Last Post: 11-09-2007, 04:03 PM
  3. cpanel and Debian -> experience/problems?
    By KimBO in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 09-06-2005, 10:58 AM
  4. CPANEL + DEBIAN 3.0r2 Sarge
    By efburgos in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 09-23-2004, 10:15 AM
  5. Problems with Debian Install
    By landrena in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 09-04-2003, 12:50 PM