cPanelNick

Administrator
Staff member
Mar 9, 2015
3,481
35
208
cPanel Access Level
DataCenter Provider
The 6.0 RELEASE and STABLE builds are now out. If you don't want to upgrade to cPanel 6.0, this is your last chance to set your update prefs in WHM to NEVER for cPanel.
 

SprintSlash

Well-Known Member
Jan 18, 2003
162
0
166
Re: release/stable

Originally posted by macmartins
bdraco,

witch is better to pickup? the release or the stable?

Thanks!
......

Stable of course

......

in WHM, it said....

Build Types
EDGE: Edge is the bleeding edge tree. While it has the newest features; It has undergone the least amount of testing.
RELEASE: Release builds include some new features, and are tested for a longer time then EDGE builds.
STABLE: Stable builds are EDGE/RELEASE builds that shown no problems after they we in production use.
 

mesranet

Well-Known Member
May 6, 2002
133
0
316
Hi,

Not stable yet, i still get an error when i comment out the clam scan anti virus at my exim.conf

Please fix.
 

Stefaans

Well-Known Member
Mar 5, 2002
461
4
318
Vancouver, Canada
My server is set to auto-update to Release versions. Today I cannot access my server as root - it doesn't accept my password. Also none of the IP's respond except the main server IP. :(

When trying to login to WHM, I can see (on the login dialogue box) that the server now runs v6.0.0.

Is there any situation that the upgrade could have messed up my server?
 

gemby

Well-Known Member
PartnerNOC
Feb 16, 2002
182
0
316
Pula, Croatia
cPanel Access Level
DataCenter Provider
Ok, update went fine, apache stoped responding during update, but after update an restart (only httpd service) everything seems work as should. But, in Cluster preferences i see code, why?

#!/usr/bin/perl BEGIN { push(@INC,"/usr/local/cpanel"); push(@INC,"/usr/local/cpanel/whostmgr/docroot/cgi"); } require 'whmlib.pl'; require 'parseform.pl'; use Cpanel::Accounting; %FORM = parseform(); print "Content-type: text/html\r\n\r\n"; starthtml(); if (!$ACL{'all'} && !$ACL{'clustering'}) { print "Go Away\n"; exit; } opendir(CLUSTER,"/var/cpanel/cluster/$ENV{'REMOTE_USER'}/config"); @SERVERS=readdir(CLUSTER); closedir(CLUSTER); @SERVERS=grep(!/^\./, @SERVERS); defheader("Cluster Management"); print "Servers in Cluster
\n"; print "
Hostname Ip Address Username Status
\n"; foreach my $server (@SERVERS) { my ($host,$user,$pass) = getclusteruserpass($server); my($whm) = Cpanel::Accounting->new; $whm->{host} = $server; $whm->{user} = $user; $whm->{accesshash} = $pass; $whm->{usessl} = 1; my $version = $whm->version(); my $status = 1; if ($whm->{error} ne "") { $status = 2; } print " $host $server $user "; if ($status == 1) { print "${version} "; } else { print "$whm->{error} "; } print "
"; } print "
Add a new server to the cluster

"; print "
Server Ip Address:
\n";
 

gemby

Well-Known Member
PartnerNOC
Feb 16, 2002
182
0
316
Pula, Croatia
cPanel Access Level
DataCenter Provider
Ooops, i am gonna have to warn you all, because if you have a lot of accounts on server wich you are upgrading, you gonna have problems with space on /var partition!!!!
Cpanel/Whm 6.0 makes huge /var/cpanel/bandwidth directory, my is 310 MB!

My solution..

cd /var/cpanel
cp -r bandwidth /home/bandwidth
rm -rf bandwidth
ln -s /home/bandwidth bandwidth
 

Annette

Well-Known Member
PartnerNOC
Aug 12, 2001
445
0
316
That's from all the rrdtool items that are now included for bw viewing. Personally, I would have voted to add that one as an on/off in the tweak settings options, too.
 
O

ozzi4648

Guest
Originally posted by Annette
That's from all the rrdtool items that are now included for bw viewing. Personally, I would have voted to add that one as an on/off in the tweak settings options, too.
Hi dear, how many servers are you running over there at your place? :cool:
 

mesranet

Well-Known Member
May 6, 2002
133
0
316
Hi,

New bugs found, The Latest Visitor report on Cpanel are not working anymore. The list are blank.

Please fix
 

gemby

Well-Known Member
PartnerNOC
Feb 16, 2002
182
0
316
Pula, Croatia
cPanel Access Level
DataCenter Provider
List of latest visitors is ok for me, i ment, it is working, but i think i has started to track from 0. So let's say it is ok!

I also noticed new "feature"....Cpanel (default theme) is not showing number of parked domains used, not even in Account Setings -> Parked domains, i do not know what is situation with Addon domains..

I whm-s parked domains list everything looks fine!
 

MikeMc

Well-Known Member
May 8, 2002
155
0
316
Originally posted by gemby
Ooops, i am gonna have to warn you all, because if you have a lot of accounts on server wich you are upgrading, you gonna have problems with space on /var partition!!!!
Cpanel/Whm 6.0 makes huge /var/cpanel/bandwidth directory, my is 310 MB!

My solution..

cd /var/cpanel
cp -r bandwidth /home/bandwidth
rm -rf bandwidth
ln -s /home/bandwidth bandwidth
Darkorb could you please confirm that this solution will have no bad effects. Or otherwise please suggest appropriate solution. Thank you
 

Brownie

Well-Known Member
Aug 10, 2001
143
0
316
that solution should work fine - no reason why it wouldnt :)
 

Annette

Well-Known Member
PartnerNOC
Aug 12, 2001
445
0
316
Originally posted by ozzi4648
Hi dear, how many servers are you running over there at your place? :cool:
A lot, with more on the way.

BTW, moving /bandwidth/ out of /var harms nothing, as mentioned. We moved it out on a couple of servers to deal with a couple of huge client dbs. Works fine.
 
Last edited:

Donna

BANNED
Feb 15, 2003
88
0
156
Toronto, Canada
Can someone tell me this...my cpanel is set to manual upgrade stable tree only. Now I updated last night and ended up with the cpanel 6 release version instead of the stable version. Anyone know why?

There's other issues but as they aren't crashing my server yet I won't go into them here
 

agentseven

Registered
Aug 26, 2002
2
0
151
Originally posted by Donna
Can someone tell me this...my cpanel is set to manual upgrade stable tree only. Now I updated last night and ended up with the cpanel 6 release version instead of the stable version. Anyone know why?

There's other issues but as they aren't crashing my server yet I won't go into them here
I have the same setup and problem. Everything's working ok, however this is making me nervous. Anyone have a solution?
 

joana

Well-Known Member
Sep 29, 2001
103
0
316
That's because you have your Setup that way.. either YOU set it up to release only or the person who installed cpanel for you..

"Change Update Preferences" option in WHM will do the trick.
 

Donna

BANNED
Feb 15, 2003
88
0
156
Toronto, Canada
Read my post again....my update preferances ARE set to stable tree only and I still got the release version, along with now forums no longer autoinstall etc.
 

Website Rob

Well-Known Member
Mar 23, 2002
1,501
1
318
Alberta, Canada
cPanel Access Level
Root Administrator
Originally posted by gemby
List of latest visitors is ok for me, i ment, it is working, but i think i has started to track from 0. So let's say it is ok!

I also noticed new "feature"....Cpanel (default theme) is not showing number of parked domains used, not even in Account Setings -> Parked domains, i do not know what is situation with Addon domains..

I whm-s parked domains list everything looks fine!
Using 6.0 E79 Bluelagoon, I noticed that Parked/Add-on Domains show OK - but, each Parked Domain now requires 3 - Domain name itself plus one for FTP and one for Mail. So depending upon what is included in Hosting packages, a re-adjustment (providing more Parked Domains) maybe necessary.

Sub-domains & Add-on's appear to be working as usual/normal.
 

Radio_Head

Well-Known Member
Verifed Vendor
Feb 15, 2002
2,048
1
343
After the upgrade there was a problem with phpbb .
Phpbb doesn't more install automatically .