phpopenbasectl and rsync error

pingo

Well-Known Member
Nov 16, 2002
428
0
166
When stopping cpanel services via ssh several of them couldn't stop, but all started without any problem. I then changed to cpanels stable version (from the release version), and all services, except cPanel ssl services, started without any problems. To try and fix the ssl services problem I then tried:

root@apollo [~]# /scripts/updatenow
receiving file list ... done
phpopenbasectl
rename .phpopenbasectl.Ti5z23 -> phpopenbasectl : Operation not permitted
wrote 153 bytes read 8263 bytes 5610.67 bytes/sec
total size is 2934675 speedup is 348.70
rsync error: some files could not be transferred (code 23) at main.c(1045)


Does anybody here know why this is happening, and how to fix this problem?

Thanks
John
 

pingo

Well-Known Member
Nov 16, 2002
428
0
166
To others who might be searching for a solution to the same, this fixed the problem for me:

"chattr -i /scripts/phpopenbasectl"

John