CanSpace
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Comments
Recent activity by CanSpace-
FYI this method still more or less works, but after you do a yum remove of mysql, and update the cpanel.config file, the MySQL/MariaDB Upgrade section in WHM no longer gives you the option to insta...
-
For CloudLinux users: sometimes, their repos "fastest mirrors" are down or very slow. This will lead to "One of the configured repositories failed (Unknown)" error. The solution is to edit /etc/y...
-
Also having the same issue. Fix above does not solve the problem.
-
If you (or whoever has a service with OVH) opens a ticket and asks about updating cPanel licenses, they will provide a fairly detailed step-by-step process to do so using their API. You essentially...
-
You can definitely upgrade a cPanel license with OVH, it's just a bit of a convoluted process and has to be done via their API. To be fair this is more cPanel's fault with their horrible new licens...
-
I don't think it's that simple. If lauren:lauren creates directory "dir1", goes in to dir1 and then creates a file "file1" (with permissions 777.. or anything else.. permissions on the file do not...
-
Sorry I pasted the wrong permissions above. The directory was set to 400 (ie r--------), so the owner-write permission was not set, and therefore the user could not delete their own files (without ...
-
Again the issue is that some files don't have user write permissions, so the user cannot delete them, and the rm -rf fails. Whereas the cPanel email just says "timed out" - this is what led me in t...
-
The changes to be honest seem relatively straightforward - it's a fairly simple perl script. Yes it was owned by the same user, but the file did not have owner write permissions. When I su'd to th...
-
To answer my own question, this actually wasn't a timeout issue. If I log in to the backup server and su into the rsync backup user, I can see that one of the directories is set to -rw-r--r-- so th...