ispCP - Board - Support
config variable CMD_BZCAT missing - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: config variable CMD_BZCAT missing (/thread-2105.html)



config variable CMD_BZCAT missing - genesisrage - 01-09-2008 04:57 AM

i have upgraded from r944 to r963, however a problem popped up dealing with r956.

all my sites still work, however, when i try to login to admin, i get a simple page with the words.
Quote:config variable 'CMD_BZCAT' is missing!

Please contact your system administrator
i checked the ispcp.conf file before make install, and there is a entry for that, and is pointing to the correct spot where 'bzcat' is located.

restarted daemon and server, still same error. with the level of complexity of ispcp, i honestly have no idea where to start to debug this problem. so, any help would be greatly appreciated.


RE: config variable CMD_BZCAT missing - BeNe - 01-09-2008 05:01 AM

It works, joxi ! Big Grin
Well looks like the variable "CMD_BZCAT" is missing in your
Code:
/etc/ispcp/ispcp.conf

Please check it again. I have this entry:
Code:
CMD_BZCAT = /bin/bzcat

Greez BeNe


RE: config variable CMD_BZCAT missing - joximu - 01-09-2008 05:40 AM

well - there will be several new variables...

CMD_BZCAT = /bin/bzcat
CMD_GZCAT = /bin/zcat
CMD_GZIP = /bin/gzip
# Select Zipping Algorithm for Backups
# Supported: gzip, bzip2
ZIP = bzip2

see also
http://www.isp-control.net/ispcp/changeset?new=trunk%2Fconfigs%2Fispcp.conf%40962&old=trunk%2Fconfigs%2Fispcp.conf%40945

/J


RE: config variable CMD_BZCAT missing - genesisrage - 01-09-2008 05:58 AM

thanks BeNe, wasnt sure were to find the configs.
ran a diff on current and one in trunk, and added the rest of the configs, and works again!

also, thanks for the fast response Smile
[edit] ditto to you as well joximu Smile


RE: config variable CMD_BZCAT missing - BeNe - 01-09-2008 06:07 AM

No Problem!
Joxi did this script two days ago. Without it you had later some missing variables in ispCP and the Backup maybe did not run Wink

Greez BeNe