This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
1186
Suggestions / Re: Customize CSS in admin panel
« on: May 15, 2020, 04:23:09 PM »
You have to remove the immutable bit before making changes to the CSS files; and it is better practice to add to custom.css
As mentioned, updates wipe out this file, so you have to call cron after updates to re-inject your code. Put something like this in a script:
Code: [Select]
sudo chattr -i /usr/local/cwpsrv/htdocs/admin/design/css/custom.css
sudo chmod 644 /usr/local/cwpsrv/htdocs/admin/design/css/custom.css
As mentioned, updates wipe out this file, so you have to call cron after updates to re-inject your code. Put something like this in a script:
Code: [Select]
sudo chattr -i /usr/local/cwpsrv/htdocs/admin/design/css/custom.css
sudo chmod 644 /usr/local/cwpsrv/htdocs/admin/design/css/custom.css
sudo tee -a /usr/local/cwpsrv/htdocs/admin/design/css/custom.css <<'END' > /dev/null
/* CSS CUSTOMIZATIONS */
{ blah }
END
(I am using this to inject the dark_cwp customizations into the CSS.)
1187
Migration from other control panels / HH : MM : SS
« on: May 13, 2020, 10:33:02 PM »
No specific HH : MM : SS ? Just any random time?
Is it typically Croatia (GMT +2) working hours?
Is it typically Croatia (GMT +2) working hours?
1189
Migration from other control panels / new version?
« on: May 13, 2020, 10:15:24 PM »
I've been running a CWP server for a year now, but haven't really gotten into the forum or really had many issues until now. Now I am attempting to move several cPanel VPS servers into CWP-driven VMs and running into migration issues.
So when is the nightly update release schedule?
So when is the nightly update release schedule?
1190
Migration from other control panels / Convert MDBOX e-mail before migration
« on: May 13, 2020, 10:10:43 PM »
That would seem to be key info -- make sure you convert MDBOX format e-mail to Maildir before attempting a cPanel backup for account move or the cPanel Server Migration to CWP routine.
After my failed migration attempt, I do not have working e-mail accounts showing, but I do have 30GB of e-mail files. It does look as though the permissions are screwy, so I ran this in a vain attempt to get the mail to show in the CWP User side:
After my failed migration attempt, I do not have working e-mail accounts showing, but I do have 30GB of e-mail files. It does look as though the permissions are screwy, so I ran this in a vain attempt to get the mail to show in the CWP User side:
Code: [Select]
chown -R vmail.mail /var/vmail
find /var/vmail -type f -exec chmod 644 {} \;
find /var/vmail -type f -exec chmod 644 {} \;
1191
Migration from other control panels / Re: Cpanel to CWP migration not working correcty
« on: May 13, 2020, 09:52:23 PM »
Likewise, I attempted a cPanel Server Migration yesterday. Everything generally came across -- packages, accounts, site files, DB, certs, etc. Actual mail shows up in /var/vmail and even e-mail Aliases were created. However, e-mail accounts DO NOT show up in the CWP User Panel, so this is a deal-breaker for me. I am really hoping to be able to move off of several cPanel/WHM VPSes I maintain and over to CWP VMs instead!
Support ticket is in.
Support ticket is in.