Community Forums
Connect with us on LinkedIn
Community Notice
Closed Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 15 of 42
  1. #1
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,514

    Default STABLE release.

    STABLE is slated to be released late Sunday night. Please post new problems last minute with EDGE/CURRENT/RELEASE in this thread.

  2. #2
    Member
    Join Date
    Mar 2004
    Location
    This Planet
    Posts
    984

    Default

    Following for CURRENT TREE whenever there is a version upgrade:

    http://forums.cpanel.net/showthread....559#post143559

    Anup

    Quote Originally Posted by bdraco
    DEV EDIT: ** RESOLVED ** needs verification.

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

    Default

    This looks pretty serious: http://forums.cpanel.net/showpost.ph...1&postcount=79

    *sigh*.. thanks billy


    Quote Originally Posted by bdraco
    DEV EDIT: ** RESOLVED ** needs verification.
    Beau Henderson

  4. #4
    Member
    Join Date
    Mar 2004
    Location
    This Planet
    Posts
    984

    Default

    Quote Originally Posted by anup123
    Following for CURRENT TREE whenever there is a version upgrade:

    http://forums.cpanel.net/showthread....559#post143559

    Anup
    This Verification can only be done when there is an upgrade involving version upgrade too. After this error, subsequent runs do not give errors until there is a Version Upgrade again

    Anup

  5. #5
    Member
    Join Date
    Jan 2004
    Posts
    5

    Default

    My main problem at the moment I think:

    http://bugzilla.cpanel.net/show_bug.cgi?id=1243

    Thanks.


    Quote Originally Posted by bdraco
    DEV EDIT: ** RESOLVED ** needs verification.

  6. #6
    Member
    Join Date
    Mar 2004
    Location
    This Planet
    Posts
    984

    Default

    Not sure whether i should be posting it here ... But since it's an issue *observed* (don't know what it could mean), the /etc/rc.local has more than 60+ occurrences of following:

    #!/bin/sh
    #
    # This script will be executed *after* all the other init scripts.
    # You can put your own initialization stuff in here if you don't
    # want to do the full Sys V style init stuff.

    touch /var/lock/subsys/local
    rdate -s rdate.someprovider.net
    rdate -s rdate.someprovider.net &
    ifconfig eth0:0 xx.xx.xxx.xxx netmask 255.255.255.240 up
    ifconfig eth0:1 xx.xx.xxx.xxx netmask 255.255.255.240 up
    (sleep 10;/etc/rc.d/init.d/bandmin start)&
    rdate -s rdate.darkorb.net&

    And this file was last updated on Sept 19th, do not remeber specifically what i did on that date... But seeing this line rdate -s rdate.darkorb.net& i presume it's some cpanel activity which adds this segment.

    Anup

  7. #7
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,514

    Default

    Quote Originally Posted by anup123
    Not sure whether i should be posting it here ... But since it's an issue *observed* (don't know what it could mean), the /etc/rc.local has more than 60+ occurrences of following:

    #!/bin/sh
    #
    # This script will be executed *after* all the other init scripts.
    # You can put your own initialization stuff in here if you don't
    # want to do the full Sys V style init stuff.

    touch /var/lock/subsys/local
    rdate -s rdate.someprovider.net
    rdate -s rdate.someprovider.net &
    ifconfig eth0:0 xx.xx.xxx.xxx netmask 255.255.255.240 up
    ifconfig eth0:1 xx.xx.xxx.xxx netmask 255.255.255.240 up
    (sleep 10;/etc/rc.d/init.d/bandmin start)&
    rdate -s rdate.darkorb.net&

    And this file was last updated on Sept 19th, do not remeber specifically what i did on that date... But seeing this line rdate -s rdate.darkorb.net& i presume it's some cpanel activity which adds this segment.

    Anup
    Looks like you might have a custom script installed that is calling one of the layer1 post install scripts and added some other rdates in.

    we don't add ifconfig to rc.local ever.

  8. #8
    Member
    Join Date
    Mar 2004
    Location
    This Planet
    Posts
    984

    Default

    ok. i would take a deeper look into that.
    upcp is used manually for upgrading...

    Thanks
    Anup

  9. #9
    Member
    Join Date
    May 2002
    Posts
    429

    Default

    any chance to check this? (http://forums.cpanel.net/showthread.php?t=30414) it started with upgrade to 1.0.20

    and there is a qoute issue where sent items (horde for example) is not being counted against mailbox quota set in cpanel.

    thank you.

  10. #10
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,514

    Default

    Quote Originally Posted by Angel78
    any chance to check this? (http://forums.cpanel.net/showthread.php?t=30414) it started with upgrade to 1.0.20

    and there is a qoute issue where sent items (horde for example) is not being counted against mailbox quota set in cpanel.

    thank you.
    Please submit a ticket at http://support.cpanel.net

  11. #11
    Member
    Join Date
    Mar 2004
    Location
    This Planet
    Posts
    984

    Default

    Yet again upcp (with a version change .. CURRENT_10 -->CURRENT_20) same Message Again:

    cPanel Layer 2 Install Complete
    Updating addon type:scripts addon:action version:latest....rsync: link_stat "action" (in addonscripts) failed: No such file or directory (2)
    client: nothing to do: perhaps you need to specify some filenames or the --recursive option?
    rsync error: some files could not be transferred (code 23) at main.c(723)
    ...Done

    Manual updates done

    Anup


    [EDIT}
    On re-running upcp again after the update, same message:

    Fetching http://httpupdate.cpanel.net/cpanels...100%......Done
    Versions Match! (9.9.1-CURRENT_20). You are running the latest CURRENT.
    Updating addon type:scripts addon:action version:latest....rsync: link_stat "action" (in addonscripts) failed: No such file or directory (2)
    client: nothing to do: perhaps you need to specify some filenames or the --recursive option?
    rsync error: some files could not be transferred (code 23) at main.c(723)
    ...Done

    [/EDIT]
    Last edited by anup123; 10-09-2004 at 07:31 PM.

  12. #12
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Apr 2003
    Location
    Hamilton, Ontario, CANADA
    Posts
    82

    Default

    This one may be a little trivial, but on all my cPanel boxes when i goto "Park/Point" a domain, the domain list is not in alphabetical order for username OR domain, and it has domainname (domainname) listed, in no real order. If this could be fixed it would save time hunting for domains in the list, especially if you have 500+

  13. #13
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,514

    Default

    Quote Originally Posted by networxhosting
    This one may be a little trivial, but on all my cPanel boxes when i goto "Park/Point" a domain, the domain list is not in alphabetical order for username OR domain, and it has domainname (domainname) listed, in no real order. If this could be fixed it would save time hunting for domains in the list, especially if you have 500+

    Only looking for bug that break functionality right now. UI cleanups will be done in the next dev cycle. (after sunday).

  14. #14
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,514

    Default

    Quote Originally Posted by anup123
    Yet again upcp (with a version change .. CURRENT_10 -->CURRENT_20) same Message Again:

    cPanel Layer 2 Install Complete
    Updating addon type:scripts addon:action version:latest....rsync: link_stat "action" (in addonscripts) failed: No such file or directory (2)
    client: nothing to do: perhaps you need to specify some filenames or the --recursive option?
    rsync error: some files could not be transferred (code 23) at main.c(723)
    ...Done

    Manual updates done

    Anup


    [EDIT}
    On re-running upcp again after the update, same message:

    Fetching http://httpupdate.cpanel.net/cpanels...100%......Done
    Versions Match! (9.9.1-CURRENT_20). You are running the latest CURRENT.
    Updating addon type:scripts addon:action version:latest....rsync: link_stat "action" (in addonscripts) failed: No such file or directory (2)
    client: nothing to do: perhaps you need to specify some filenames or the --recursive option?
    rsync error: some files could not be transferred (code 23) at main.c(723)
    ...Done

    [/EDIT]

    change commited to CURRENT, please try now.

  15. #15
    Member
    Join Date
    Mar 2004
    Location
    This Planet
    Posts
    984

    Default

    Quote Originally Posted by bdraco
    change commited to CURRENT, please try now.

    CURRENT_20 ==> CURRENT_27
    Went through Fine.

    Thanks
    Anup

Closed Thread
Page 1 of 3 1 2 3 LastLast
Similar Threads & Tags
Similar threads

  1. release or stable?
    By upsforum in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 10-10-2005, 09:25 PM
  2. Next Stable Release....When?
    By -jdk- in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 09-10-2005, 06:06 AM
  3. Stable vs. Release
    By Shane_F in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 08-21-2005, 06:08 PM
  4. stable release
    By Born2Kill in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 05-13-2004, 05:37 PM
  5. release,stable and then edge,stable
    By dxer in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 02-23-2003, 05:54 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube