conquercomputer

Registered
May 31, 2010
1
0
51
when one of my servers creates a account it sets the folder in /home with owner being root, and when you terminate the account it leaves the folder there and deltes the dns and apache entries.
Below is the error log

die [Internal Death while parsing /usr/local/cpanel/base/frontend/x3/branding//index.html 20235] can't write into /home/post/.cpanel/nvdata.cache: N$
Carp::croak('can\'t write into /home/post/.cpanel/nvdata.cache: No such file ...') called at /usr/lib/perl5/site_perl/5.6.2/x86_64-linux/Storable.pm line 76
Storable::logcroak('can\'t write into /home/post/.cpanel/nvdata.cache: No such file ...') called at /usr/lib/perl5/site_perl/5.6.2/x86_64-linux/Storable.pm line 248
Storable::_store('CODE(0x1b7c5990)', 'HASH(0x19fce20)', '/home/post/.cpanel/nvdata.cache', 1) called at /usr/lib/perl5/site_perl/5.6.2/x86_64-linux/Storable.pm line 236
Storable::lock_nstore('HASH(0x19fce20)', '/home/post/.cpanel/nvdata.cache') called at /usr/local/cpanel/Cpanel/NVData.pm line 60
Cpanel::NVData::_savecache() called at /usr/local/cpanel/Cpanel/NVData.pm line 149
Cpanel::NVData::_loadcache(1) called at /usr/local/cpanel/Cpanel/NVData.pm line 181
Cpanel::NVData::_get(undef) called at /usr/local/cpanel/Cpanel/ExpVar.pm line 156
Cpanel::ExpVar::expvar('$NVDATA{\'x3_hideicons\'}') called at cpanel line 1438
main::execiftag('<cpanelif $NVDATA{\'x3_hideicons\'}>') called at cpanel line 4038
main::dotag_finished_headers('<cpanelif $NVDATA{\'x3_hideicons\'}>', 0) called at cpanel line 3862
main::cpanel_parseblock('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "...') called at cpanel line 3837
main::cpanel_parse('GLOB(0x1ba264d0)') called at cpanel line 2152
main::doinclude('/usr/local/cpanel/base/frontend/x3/branding//index.html', 0, 1) called at /usr/local/cpanel/Cpanel/Branding.pm line 48
Cpanel::Branding::Branding_include('index.html') called at (eval 5) line 1
eval 'Cpanel::Branding::Branding_include(@{$argref});' called at cpanel line 944
main::real_exectag('<cpanelif $NVDATA{\'x3_hideicons\'}>') called at cpanel line 4010
main::dotag_finished_headers('<cpanelif $NVDATA{\'x3_hideicons\'}>', 0) called at cpanel line 3893
main::cpanel_parseblock('<cpanel Branding="include(index.html)">^J') called at cpanel line 3837
main::cpanel_parse('GLOB(0x1b844ba0)') called at cpanel line 5326
main::run_standard_mode() called at cpanel line 387

please advise of what to do