![]() |
|
Centos 7 support - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: General Forums - (Non-Sentora Support) (https://senforums.mach-hosting.com/forumdisplay.php?fid=1) +--- Forum: Sentora Development (https://senforums.mach-hosting.com/forumdisplay.php?fid=54) +--- Thread: Centos 7 support (/showthread.php?tid=241) |
RE: Centos 7 support - Me.B - 09-19-2014 see in the code I posted above the second line here do it and select only the first major release VERFULL=$(cat /etc/centos-release | sed 's/^.*release //;s/ (Fin.*$//') VER=${VERFULL:0:1} I can add VERMINOR=${VERFULL:0:3} that would return 6.5 / 7.0 I saw also you didn't notice the DB moved from mysql to mariaDB. Cron job need a fix as the path is alike ubuntu and that's not right... Need a fix here PHP path would depend on linux version/ver. M B RE: Centos 7 support - Me.B - 09-20-2014 Will try my best to post beta this afternoon stil some errors/ packages and need some tuning for 6.5 later as first focus is getting it working out of the bos on centos 7 first. got this error when running daemon PHP Notice: Undefined offset: 0 in /etc/zpanel/panel/modules/updates/hooks/OnDa emonDay.hook.php on line 19 Any idea @[5050] I'm not patching this file and using the sentora git here. By the way why we are patching apache default conf files? Why we don't use our own cleaned file? It holds a lot of extra config that we don't need. // PHP default settings too low: upload_max_filesize = 2M post_max_size = 8M Bug in cron job https://github.com/sentora/sentora-core/issues/51 And this is affecting centos 6! M B RE: Centos 7 support - Nigel - 09-20-2014 (09-19-2014, 08:34 PM)Me.B Wrote: see in the code I posted above the second line here do it and select only the first major release It was a beta install. Just for shits and gigs really. RE: Centos 7 support - Me.B - 09-23-2014 Test on digital ocean droplet centos 7 / 64 worked fine. We need more beta testers here: https://raw.githubusercontent.com/MBlagui/Sentora-tools/master/sentora_centos7_installer.sh Code: yum install wget -y && cd /tmp && wget https://raw.githubusercontent.com/MBlagui/Sentora-tools/master/sentora_centos7_installer.sh && bash sentora_centos7_installer.shI notice on digital ocean it fails to detect FQDN & IP. So both have to be typed ( no prefill) @[5050] M B RE: Centos 7 support - kandrews - 09-23-2014 Completely reviewed installer and forked with pull request here: https://github.com/zVPS/Sentora-tools/blob/master/sentora_centos7_installer.sh Working perfectly on CentOS 6.5 with all bugs ironed out. RE: Centos 7 support - Smartay - 10-02-2014 Hey again, I did send in a support e-mail about account activation and my previous problems helping out with the CentOS 7 beta installer, it seems the activation e-mail has a temp fix but just wondering with all the down time on the website if the installer has had any updates since the weekend, with it possibly not picking up os versions properly and if you guys still/or wanted to test it on my dedicated server if it was of some help. Or if you even got that forum post as it was just before the site went down. RE: Centos 7 support - Me.B - 10-02-2014 We were busy on the website. Beside that you got the centos beta installer while we moved to merge it with ubuntu and fixing it currently. M B RE: Centos 7 support - Smartay - 10-02-2014 I understand about the website but thought I would ask due to the timing as I wasn't sure what did or didn't get through, in regards to the installer I guess I will wait and see if I can help with testing that for you guys when you have something ready. RE: Centos 7 support - Me.B - 10-02-2014 OK send me a PM so I can ping you for tests. We are doing a lot and fixing some bugs as the installer must work now in 4 os's and that's not easy. The goal is smoothing install process. Upgrade will be redesigned too. M B RE: Centos 7 support - bbspike - 10-13-2014 Just tested the installerscript on my Centos 7 home server and installed fine! Zpanel is working. After that i install phpw55 and updated the phpmyadmin. Everything is working fine so far. |