Custombuild mv: cannot stat 'options.conf': No such file or directory

Wanabo

Verified User
Joined
Jan 19, 2013
Messages
339
mv: cannot stat 'options.conf': No such file or directory
I have this on 3 different servers. Is it safe to kill the process? It's not responding for over 30 minutes.

Code:
     Executing /usr/local/directadmin/plugins/custombuild/admin/build update...
    #=#=# ######################################################################## 100.0%##O#-# ##=O#- # #-#O=# # ######## 12.5% ##################################################### 74.8% ######################################################################## 100.0%
    Extracting custombuild.tar.gz...
    mv: cannot stat 'options.conf': No such file or directory
    #=#=# ######################################################################## 100.0%##O#-# ##=O#- # ######################################################################## 100.0%
    #=#=# ######################################################################## 100.0%##O#-# ##=O#- # #### 6.2% ########################## 37.4% ######################################################################## 100.0%
    #=#=# ######################################################################## 100.0%##O#-# ##=O#- #
 
check if it exist in /usr/local/directadmin/custombuild/
if not - try to restore it from backups
 
options.conf is present on all 3 servers.

Edit: Seems that retrying updating custom build (not the plugin itself) fixed the problem. For everything is a first time ever.
 
Last edited:
try to update custombuild from console
/usr/local/directadmin/custombuild/build update
/usr/local/directadmin/custombuild/build custombuild_plugin
 
  • Like
Reactions: bcx
Maybe check this next time, seems that the update was started from the wrong directory, so might be little bug.

Executing /usr/local/directadmin/plugins/custombuild/admin/build update..
should have been:
Executing /usr/local/directadmin/plugins/custombuild/build update...
 
try to update custombuild from console
/usr/local/directadmin/custombuild/build update
/usr/local/directadmin/custombuild/build custombuild_plugin
At first i thought this worked for me, but when I do a second update 'Custombuild Scripts & Versions (only)' update through DirectAdmin I get that same message again. I'm running on Debian 11 and DA Version 1.642 (build f42272a9ea817a0fc6f470e3d8746802cedcd36a)

Extracting custombuild.tar.gz...
mv: cannot stat 'options.conf': No such file or directory
 
Last edited:
Back
Top