![]() |
|
Centos 7 & Sentora Beta - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: Centos 7 & Sentora Beta (/showthread.php?tid=518) |
Centos 7 & Sentora Beta - Active8 - 10-25-2014 So just fired up a VPS with Centos 7 for test and these are the problems i saw (setup goes very fast i must say) 1. Both domains are supposed to be already defined in your domain provider DNS. - the MAIN domain with an "A" (or "AAAA") record pointing to PUBLIC-IP, - the sub domain with "CNAME" record pointing to same IP (usualy aliased as "@"). /dev/fd/63: line 156: ifconfig: command not found 2.In the install procedure it detect my ip address but it thinks its not my IP (but i did proceed anyway) the detected IP is really true ![]() 3. Some error with my named server, maybe something to do with DNS setting by my provider, i didnt make any changes in the dns for this ip address because it is a test VPS 4. Its installs MariaDB instead of Mysql i think its ok, that is standard with Centos 7 5.Erorr at end: Restarting named Job for named.service failed. See 'systemctl status named.service' and 'journalctl -xn' for details. As said overall test seems ok onlt that bind thing give problems Sentora Team good work !! RE: Centos 7 & Sentora Beta - Me.B - 10-25-2014 Bind error had been patched. Which installer are you using? RE: Centos 7 & Sentora Beta - Active8 - 10-25-2014 i used the latest, one i had from you RE: Centos 7 & Sentora Beta - Me.B - 10-25-2014 Sent you an updated release. Bind IP issue resolved. We fixed more bugs. M B RE: Centos 7 & Sentora Beta - Active8 - 10-26-2014 DNS seems solvedf yes ![]() But there was an another error: warning: %post(dovecot-1:2.2.10-4.el7_0.1.x86_64) scriptlet failed, exit status 1 Non-fatal POSTIN scriptlet failure in rpm package 1:dovecot-2.2.10-4.el7_0.1.x86_64 RE: Centos 7 & Sentora Beta - Me.B - 10-26-2014 Thanks will check it but dovecot works no? install failed? Tested again no such issue. Seem you got a package corrupted. Are you running a vps? Custom install? RE: Centos 7 & Sentora Beta - Active8 - 10-27-2014 Fresh install on a Centos 7 VPS (minimal install) All the services are green, i assume that dovecot works (not checked) Install goes without problems (only that what i said before) RE: Centos 7 & Sentora Beta - nelgin - 06-08-2015 (10-27-2014, 10:24 PM)Active8 Wrote: Fresh install on a Centos 7 VPS (minimal install) I only joined so I could respond to this, in case others looks for similar solutions. You need to install the selinux-policy page to install Dovecot and not receive that error. The downside of this is that selinux will be configured as "enforcing". After install you need to edit /etc/selinux/config and change "enforcing" to "disabled". This will stop this and other packages that don't check for the existence of selinux before trying to execute commands against it. To give credit: Solution was found in this thread which suggested an updated selinux-policy was required. https://ask.fedoraproject.org/en/question/39213/known-issue-scriptlet-errors-while-installingupgrading-packages-using-yumdnfrpm/ |